@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500&display=swap");
html {
  scroll-behavior: smooth; }

body {
  background-color: #fff;
  margin: 0;
  counter-reset: counter;
  overflow-x: hidden; }
  @media screen and (max-width: 2560px) {
    body .tablet {
      display: none; }
    body .mobile {
      display: none; }
    body .desktop {
      display: initial; } }
  @media screen and (max-width: 768px) {
    body .mobile {
      display: none; }
    body .desktop {
      display: none; }
    body .tablet {
      display: initial; } }
  @media screen and (max-width: 425px) {
    body .desktop {
      display: none; }
    body .tablet {
      display: none; }
    body .mobile {
      display: initial; } }
  body * {
    font-family: Ubuntu, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    max-width: 100vw; }
  body h4 {
    font-size: 1.75rem; }
  body h1 {
    max-width: 90%;
    margin: 1.5rem auto;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 300; }
  body a {
    color: #1e1e22; }
  body a,
  body button,
  body input[type='submit'] {
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap; }
    body a:hover, body a:focus,
    body button:hover,
    body button:focus,
    body input[type='submit']:hover,
    body input[type='submit']:focus {
      outline: none; }
    body a.attract,
    body button.attract,
    body input[type='submit'].attract {
      border: none;
      font-weight: bold;
      font-size: 1rem;
      line-height: 1rem;
      padding: 1.5rem;
      border-radius: 32px;
      color: #fff; }
      @media screen and (max-width: 768px) {
        body a.attract,
        body button.attract,
        body input[type='submit'].attract {
          padding: 1rem 1.2rem; } }
      body a.attract.trade,
      body button.attract.trade,
      body input[type='submit'].attract.trade {
        background-color: #197cd8; }
        body a.attract.trade:hover,
        body button.attract.trade:hover,
        body input[type='submit'].attract.trade:hover {
          background-color: #166cbd; }
        body a.attract.trade:focus,
        body button.attract.trade:focus,
        body input[type='submit'].attract.trade:focus {
          background-color: #1567b3; }
      body a.attract.learn-more,
      body button.attract.learn-more,
      body input[type='submit'].attract.learn-more {
        background-color: #56ccf2; }
        body a.attract.learn-more:hover,
        body button.attract.learn-more:hover,
        body input[type='submit'].attract.learn-more:hover {
          background-color: #3ac3f0; }
      body a.attract.cancel,
      body button.attract.cancel,
      body input[type='submit'].attract.cancel {
        background-color: #a5a5a7; }
        body a.attract.cancel:hover,
        body button.attract.cancel:hover,
        body input[type='submit'].attract.cancel:hover {
          background-color: #969698; }
  body .opium-logo {
    cursor: pointer;
    outline: none; }
    body .opium-logo.animated {
      animation: spin 1.75s cubic-bezier(0.4, 0.25, 0.3, 1); }
@keyframes spin {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(360deg); } }
  body .text-block * {
    line-height: 2rem; }
  body .text-block h4 {
    margin-bottom: 0.5rem; }
  body .text-block.footer h4 {
    font-weight: bold;
    margin: 0 !important; }
  body .text-block.footer * {
    line-height: 2rem; }
  body .secondary-text {
    color: #999294;
    font-weight: normal;
    font-size: 1rem;
    line-height: 2rem;
    max-width: 85vw; }
    @media screen and (max-width: 768px) {
      body .secondary-text {
        line-height: 2.5rem; } }
  body nav {
    position: relative;
    top: 0;
    height: 5rem;
    padding: 2.5rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    @media screen and (max-width: 425px) {
      body nav {
        padding: 2rem 3rem; } }
    body nav > #nav-logo {
      width: 12rem; }
      @media screen and (max-width: 425px) {
        body nav > #nav-logo {
          width: 7rem; } }
    body nav .links {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-basis: 50%; }
      @media screen and (max-width: 1280px) {
        body nav .links {
          flex-basis: 75%; } }
      @media screen and (max-width: 768px) {
        body nav .links {
          flex-basis: 25%; } }
      @media screen and (max-width: 570px) {
        body nav .links {
          flex-basis: 40%; } }
      @media screen and (max-width: 425px) {
        body nav .links {
          flex-basis: 50%; } }
      body nav .links a {
        background: transparent;
        border: none;
        font-size: 1rem;
        height: fit-content; }
        body nav .links a.active {
          padding: 1rem 1.2rem;
          background-color: #f3f3f4;
          border-radius: 24px; }
  @media screen and (max-width: 425px) {
    body section#graph #macbook,
    body section#graph #macbook_min,
    body section#graph #macbook_safari {
      transform: scale(1.4) translate(0.5rem, 0.25rem); } }
  body section#graph #macbook:not(.visible) {
    display: none;
    visibility: hidden;
    position: absolute; }
  body section#graph #macbook_safari:not(.visible) {
    visibility: hidden;
    position: absolute; }
  body section#graph .hidden {
    display: none; }
  body section#graph .visible {
    display: block;
    visibility: visible;
    position: relative; }
  body section#graph > header {
    width: 80%;
    margin: 0 auto;
    margin-bottom: -4rem; }
    @media screen and (max-width: 768px) {
      body section#graph > header {
        margin-bottom: 0; } }
    * > body section#graph > header {
      text-align: center; }
    body section#graph > header > h3 {
      font-size: 1.5rem;
      color: #197cd8; }
  body section#graph > .image-holder {
    position: relative;
    min-height: 5em;
    overflow: hidden; }
    body section#graph > .image-holder > svg,
    body section#graph > .image-holder img,
    body section#graph > .image-holder object {
      width: 100vw; }
    body section#graph > .image-holder > object {
      height: auto; }
  body section#graph > .curious {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      body section#graph > .curious {
        margin: -2rem auto 4rem auto; } }
    @media screen and (max-width: 570px) {
      body section#graph > .curious {
        margin-top: 2rem; } }
  body section#advantages {
    width: 90%;
    margin: auto;
    display: grid;
    grid-gap: 5%;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr)); }
    body section#advantages > * {
      max-width: 100vw; }
    body section#advantages > .adv {
      height: fit-content;
      display: grid;
      grid-template-rows: minmax(4rem, 6rem) minmax(3rem, 4rem) minmax(6rem, 9rem); }
      body section#advantages > .adv > * {
        margin: 0;
        align-self: center; }
      body section#advantages > .adv:first-child > svg {
        width: 8.5rem; }
      body section#advantages > .adv > svg {
        min-width: 5.5rem;
        min-height: 3rem;
        width: 5.5rem; }
    @media screen and (max-device-height: 425px) and (orientation: landscape) {
      body section#advantages {
        display: flex;
        flex-direction: column; }
        body section#advantages > .adv {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: space-between;
          margin: 1.5rem 0; }
          body section#advantages > .adv:last-child {
            margin-bottom: 0; }
          body section#advantages > .adv > * {
            align-self: flex-start; }
          body section#advantages > .adv > h4 {
            margin: 2rem 0; }
          body section#advantages > .adv > span {
            margin-bottom: 1rem; } }
    @media screen and (max-width: 768px) {
      body section#advantages {
        display: flex;
        flex-direction: column; }
        body section#advantages > .adv {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: space-between;
          margin: 1.5rem 0; }
          body section#advantages > .adv:last-child {
            margin-bottom: 0; }
          body section#advantages > .adv > * {
            align-self: flex-start; }
          body section#advantages > .adv > h4 {
            margin: 2rem 0; }
          body section#advantages > .adv > span {
            margin-bottom: 1rem; } }
  body section#curious {
    max-width: 80%;
    display: flex;
    margin: 5rem auto 4rem auto;
    justify-content: center;
    align-items: center; }
    body section#curious > a:first-child {
      margin-right: 3rem; }
      @media screen and (max-width: 425px) {
        body section#curious > a:first-child {
          margin-right: 0; } }
  body section#derivatives {
    width: 90%;
    margin: 0 auto 2rem auto; }
    body section#derivatives > h1 {
      margin: 6rem auto; }
    body section#derivatives > svg {
      width: 100%; }
  body section#description {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    overflow: visible; }
    @media screen and (min-width: 2560px) {
      body section#description {
        padding: 5rem 10rem 8rem 10rem; } }
    @media screen and (max-width: 768px) {
      body section#description {
        overflow: hidden; } }
    @media screen and (max-width: 425px) {
      body section#description {
        overflow: visible;
        flex-direction: column; }
        body section#description .screenshot-wrapper {
          position: relative !important;
          max-width: 65vw !important;
          right: 18% !important; } }
    body section#description > div {
      flex-basis: 42%; }
      @media screen and (max-width: 768px) {
        body section#description > div {
          flex-basis: 100%; } }
      body section#description > div.text-blocks {
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start; }
        body section#description > div.text-blocks > div {
          margin-bottom: 2rem; }
      body section#description > div.screenshot-wrapper {
        top: 20%;
        position: relative;
        max-width: 50vw; }
        body section#description > div.screenshot-wrapper > img#stonks {
          width: 100%; }
        body section#description > div.screenshot-wrapper > img#trades {
          position: absolute;
          right: 14%;
          bottom: -15%;
          width: 31%;
          -webkit-box-shadow: 0px 0px 12px 3px #b6b7ba;
          -moz-box-shadow: 0px 0px 12px 3px #b6b7ba;
          box-shadow: 0px 0px 12px 3px #b6b7ba; }
        @media screen and (max-width: 1280px) {
          body section#description > div.screenshot-wrapper > img#trades {
            bottom: -24%;
            width: 37%; } }
        @media screen and (max-width: 768px) {
          body section#description > div.screenshot-wrapper {
            top: 35%; }
            body section#description > div.screenshot-wrapper > img#stonks {
              max-width: 90vw;
              width: 120%; }
            body section#description > div.screenshot-wrapper > img#trades {
              bottom: -24%;
              right: 10%; } }
        @media screen and (max-width: 425px) {
          body section#description > div.screenshot-wrapper > img#trades {
            bottom: -23%;
            right: -9%; }
          body section#description > div.screenshot-wrapper > img#stonks {
            margin-left: 1.15rem; } }
  body section#how-it-works {
    position: relative;
    margin: 6rem 0; }
    @media screen and (max-width: 425px) {
      body section#how-it-works {
        margin-top: 8rem; } }
    body section#how-it-works > .works-content {
      width: 85%;
      margin: auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      body section#how-it-works > .works-content * {
        z-index: 1; }
      body section#how-it-works > .works-content svg:not(.active),
      body section#how-it-works > .works-content img:not(.active) {
        display: none; }
      @media screen and (max-width: 2560px) {
        body section#how-it-works > .works-content svg,
        body section#how-it-works > .works-content img {
          max-width: 40vw;
          height: auto; } }
      @media screen and (max-width: 570px) {
        body section#how-it-works > .works-content svg,
        body section#how-it-works > .works-content img {
          max-width: 80vw;
          height: auto; }
          body section#how-it-works > .works-content svg.mobile.active,
          body section#how-it-works > .works-content img.mobile.active {
            display: block; } }
      body section#how-it-works > .works-content > .works-form {
        padding-left: 2rem; }
        @media screen and (max-width: 768px) {
          body section#how-it-works > .works-content > .works-form {
            padding-left: 0; } }
        @media screen and (max-device-height: 425px) and (orientation: landscape) {
          body section#how-it-works > .works-content > .works-form {
            padding-left: 0; } }
        body section#how-it-works > .works-content > .works-form > .works-options > .option {
          display: flex;
          flex-direction: column;
          padding: 2rem 0; }
          body section#how-it-works > .works-content > .works-form > .works-options > .option > span.secondary-text {
            margin-left: 4rem;
            font-size: 1.25rem;
            margin-top: 1rem;
            display: none;
            max-width: 30vw; }
          body section#how-it-works > .works-content > .works-form > .works-options > .option:hover > header {
            color: #4b4b4e; }
          body section#how-it-works > .works-content > .works-form > .works-options > .option > header {
            width: fit-content;
            display: inline-flex;
            color: #a5a5a7;
            width: fit-content;
            margin: 0;
            margin-left: 1rem;
            font-size: 1.75rem;
            transition: color 0.25s ease-in; }
            body section#how-it-works > .works-content > .works-form > .works-options > .option > header::before {
              line-height: 1.5rem;
              font-size: 2.4rem;
              margin-right: 1rem;
              counter-increment: counter;
              content: counter(counter) "."; }
          body section#how-it-works > .works-content > .works-form > .works-options > .option.active {
            cursor: default; }
            body section#how-it-works > .works-content > .works-form > .works-options > .option.active > header {
              color: #1e1e22; }
              body section#how-it-works > .works-content > .works-form > .works-options > .option.active > header#step1-header::before {
                color: #0dbc7d; }
              body section#how-it-works > .works-content > .works-form > .works-options > .option.active > header#step2-header::before {
                color: #eabb2a; }
              body section#how-it-works > .works-content > .works-form > .works-options > .option.active > header#step3-header::before {
                color: #6ea9e4; }
            body section#how-it-works > .works-content > .works-form > .works-options > .option.active > span {
              display: inline-block; }
          body section#how-it-works > .works-content > .works-form > .works-options > .option:not(.active) {
            cursor: pointer; }
        body section#how-it-works > .works-content > .works-form > .curious {
          width: 100%;
          display: inline-flex;
          align-items: center;
          margin-top: 3rem; }
          @media screen and (max-width: 425px) {
            body section#how-it-works > .works-content > .works-form > .curious {
              justify-content: center; } }
          body section#how-it-works > .works-content > .works-form > .curious > a:first-child {
            margin-right: 2rem; }
    body section#how-it-works .bg-shapes {
      position: absolute;
      width: 100%;
      bottom: 0;
      top: 0; }
      body section#how-it-works .bg-shapes, body section#how-it-works .bg-shapes > path {
        transition: fill 0.3s ease-in; }
      body section#how-it-works .bg-shapes.paint1 > path {
        fill: url("#paint1"); }
      body section#how-it-works .bg-shapes.paint2 > path {
        fill: url("#paint2"); }
      body section#how-it-works .bg-shapes.paint3 > path {
        fill: url("#paint3"); }
    @media screen and (max-width: 570px) {
      body section#how-it-works > .works-content {
        flex-direction: column-reverse; }
        body section#how-it-works > .works-content > .works-form {
          width: 100%;
          padding: 0 !important; }
          body section#how-it-works > .works-content > .works-form span.secondary-text {
            max-width: 88vw !important; }
      body section#how-it-works > .bg-shapes {
        top: 10em !important; } }
    @media screen and (max-width: 768px) {
      body section#how-it-works .option header::before {
        line-height: 1.75rem;
        font-size: 2.4rem; }
      body section#how-it-works .option span.secondary-text {
        font-size: 1.25rem; } }
  body section#protocol {
    position: relative;
    padding: 5rem 5%; }
    body section#protocol > * {
      z-index: 1; }
    body section#protocol > h1 {
      margin: 4rem 0;
      text-align: left; }
    body section#protocol > .curious {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 4rem; }
    body section#protocol > .bg-logo {
      position: absolute;
      top: 5%;
      right: 0;
      z-index: -1; }
      body section#protocol > .bg-logo > path {
        fill: #f3f3f4; }
    body section#protocol > .points {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      @media screen and (max-width: 425px) {
        body section#protocol > .points {
          flex-direction: column; } }
      body section#protocol > .points > .points-g {
        height: fit-content;
        flex-basis: 45%; }
  body section#trade {
    position: relative;
    background-color: #ff5a5a;
    color: #fff;
    overflow: hidden; }
    body section#trade > div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      text-align: center; }
      body section#trade > div > * {
        z-index: 1;
        max-width: 90%;
        margin: 3rem 0 !important; }
      body section#trade > div > h2 {
        font-size: 1.25rem; }
    body section#trade > svg {
      max-width: initial;
      height: 100%;
      bottom: 0;
      position: absolute; }
  body footer {
    padding: 5rem 2.5rem;
    background-color: #4b4b4e; }
    body footer * {
      color: #fff !important;
      font-size: 1rem; }
    body footer > .rights {
      text-align: right;
      padding-top: 2rem;
      border-top: 1px solid white;
      width: 70%;
      float: right; }
      @media screen and (max-width: 768px) {
        body footer > .rights {
          text-align: left; } }
    @media screen and (max-width: 425px) {
      body footer .wrapper {
        flex-direction: column; }
        body footer .wrapper > address {
          margin: 2rem 0; }
      body footer > .rights {
        width: 100% !important; } }
    body footer .wrapper {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      body footer .wrapper > .description {
        flex-basis: 20%; }
        body footer .wrapper > .description > p {
          line-height: 1.9rem;
          margin: 0;
          margin-bottom: 3rem; }
      body footer .wrapper > address {
        flex-basis: 70%;
        display: flex;
        justify-content: space-between;
        font-style: normal; }
        body footer .wrapper > address header {
          font-weight: bold; }
        @media screen and (max-width: 768px) {
          body footer .wrapper > address {
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start; }
            body footer .wrapper > address > .footer {
              max-width: 50%;
              margin-bottom: 4rem; } }
        body footer .wrapper > address > * {
          flex-basis: 25%; }
          body footer .wrapper > address > *.social-links {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 2.25rem;
            flex-basis: auto; }
            body footer .wrapper > address > *.social-links > .social {
              width: 2rem;
              height: 2rem;
              transition: transform 0.15s ease-in;
              margin: 0 0.4rem; }
              body footer .wrapper > address > *.social-links > .social:hover {
                transform: scale(1.15); }
  body section#modal {
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.25);
    overflow: hidden; }
    body section#modal h1 {
      margin: 0 auto; }
    body section#modal header {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      text-align: right;
      padding-right: 1rem;
      padding-top: 0.2rem; }
      body section#modal header > div.modal-close {
        width: fit-content;
        cursor: pointer;
        color: #1e1e22;
        font-size: 2.4rem; }
    body section#modal > .modal-content {
      width: 70%;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      body section#modal > .modal-content > form {
        max-width: 80%;
        margin: auto;
        padding: 3rem 0 1rem 0;
        position: relative; }
        body section#modal > .modal-content > form * {
          position: relative; }
        body section#modal > .modal-content > form input[type='text'], body section#modal > .modal-content > form input[type='email'],
        body section#modal > .modal-content > form textarea {
          width: 100%;
          display: inline-block;
          border-radius: 4px;
          box-sizing: border-box;
          border: 1px solid #bbebfa;
          padding: 0.8rem; }
          body section#modal > .modal-content > form input[type='text']:focus, body section#modal > .modal-content > form input[type='email']:focus,
          body section#modal > .modal-content > form textarea:focus {
            box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25); }
        body section#modal > .modal-content > form ul,
        body section#modal > .modal-content > form ol,
        body section#modal > .modal-content > form menu {
          list-style: none; }
        body section#modal > .modal-content > form textarea {
          width: 100%;
          resize: none; }
        body section#modal > .modal-content > form > .input-g {
          margin-bottom: 1rem; }
          body section#modal > .modal-content > form > .input-g.message {
            margin-top: 2rem; }
          body section#modal > .modal-content > form > .input-g.flex {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            body section#modal > .modal-content > form > .input-g.flex:last-child {
              justify-content: center; }
              body section#modal > .modal-content > form > .input-g.flex:last-child > *:first-child {
                margin-right: 1rem; }
          body section#modal > .modal-content > form > .input-g > div {
            max-width: 100%;
            width: 45%; }
          body section#modal > .modal-content > form > .input-g label:not([class]) {
            display: block;
            color: #999294;
            margin-bottom: 0.25rem; }
            body section#modal > .modal-content > form > .input-g label:not([class])::after {
              margin-left: 0.3rem;
              color: #ff5a5a;
              content: "\002A"; }
          @media screen and (max-width: 768px) {
            body section#modal > .modal-content > form > .input-g.flex:not(.buttons) {
              flex-direction: column; }
            body section#modal > .modal-content > form > .input-g > div {
              width: 100%; }
              body section#modal > .modal-content > form > .input-g > div:first-child {
                margin-bottom: 1rem; } }
        body section#modal > .modal-content > form .select {
          padding: 0;
          margin-top: 0;
          width: calc(45% + 0.2rem);
          height: 2rem;
          cursor: pointer;
          background-color: white;
          box-shadow: 0 2px 0 white;
          border-radius: 2px; }
          @media screen and (max-width: 768px) {
            body section#modal > .modal-content > form .select {
              width: 75%; } }
          body section#modal > .modal-content > form .select * {
            position: relative;
            z-index: 3;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            border-color: inherit; }
          body section#modal > .modal-content > form .select .select_expand {
            width: 0;
            height: 3rem;
            position: absolute;
            top: 0;
            right: 0; }
            body section#modal > .modal-content > form .select .select_expand::after {
              content: '\003E';
              position: absolute;
              top: 50%;
              right: -5%;
              -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
              transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
              color: #3e3e3e;
              font-size: 1.5rem;
              pointer-events: none;
              z-index: 2;
              transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
              opacity: .6; }
            body section#modal > .modal-content > form .select .select_expand:hover::after {
              opacity: 1; }
            body section#modal > .modal-content > form .select .select_expand:checked::after {
              -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75);
              transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75); }
            body section#modal > .modal-content > form .select .select_expand:checked + .select_closeLabel {
              display: block; }
              body section#modal > .modal-content > form .select .select_expand:checked + .select_closeLabel + .select_options .select_label {
                height: 3rem; }
                body section#modal > .modal-content > form .select .select_expand:checked + .select_closeLabel + .select_options .select_label:hover {
                  background-color: #f7f7f7; }
              body section#modal > .modal-content > form .select .select_expand:checked + .select_closeLabel + .select_options + .select_expandLabel {
                display: none; }
          body section#modal > .modal-content > form .select .select_input:checked + .select_label {
            height: 3rem;
            margin-top: -3rem; }
          body section#modal > .modal-content > form .select .select_expandLabel {
            display: block;
            width: 100%;
            height: 3rem;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer; }
          body section#modal > .modal-content > form .select .select_close {
            display: none; }
          body section#modal > .modal-content > form .select .select_items {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border: 1px solid #bbebfa;
            border-radius: 4px;
            padding-top: 3rem; }
          body section#modal > .modal-content > form .select .select_input {
            display: none; }
          body section#modal > .modal-content > form .select .select_label {
            transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
            display: block;
            height: 0;
            font-size: 1.2rem;
            line-height: 3rem;
            overflow: hidden;
            color: #3e3e3e;
            background-color: #fff;
            cursor: pointer;
            padding-left: 20px; }
          body section#modal > .modal-content > form .select .select_label-placeholder {
            height: 3rem;
            vertical-align: middle;
            position: absolute;
            top: 0;
            left: 0;
            opacity: .6;
            background-color: transparent; }
    @media screen and (max-width: 425px) {
      body section#modal {
        overflow-y: auto;
        background-color: #fff; }
        body section#modal > .modal-content {
          position: relative;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100vw;
          height: 100%;
          transform: translate(0, 0); } }
  body #up {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    opacity: 0.5;
    transition: opacity 0.1s ease-in;
    border-radius: 50%;
    border: 1px solid #a5a5a7;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 3rem; }
    body #up:hover {
      opacity: 1; }
    body #up > img {
      max-width: 1.5rem;
      max-height: 1.5rem; }

/*# sourceMappingURL=index.css.map */
