.tiles:has(.fm) {
  overflow: visible !important; }

.fm a {
  font-family: "Serifa", serif;
  font-size: 1rem;
  text-align: center;
  color: black;
  font-weight: normal;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .fm a:hover {
    color: black;
    background-color: transparent; }
    .fm a:hover b {
      text-decoration: underline; }

.fm #fm_plan {
  background-color: #E10098; }

.fm #fm_experience {
  border: 5px solid #FFCD00;
  border-left: none;
  height: calc(100% - 10px);
  z-index: 0; }
  .fm #fm_experience .fm_label_large,
  .fm #fm_experience .fm_label_mobile {
    z-index: 2; }
  .fm #fm_experience svg {
    height: 3rem;
    flex: 0 0 1.5rem;
    z-index: 3; }
    .fm #fm_experience svg polygon {
      fill: #E10098; }
  .fm #fm_experience #pointscounter {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    padding: 0px;
    left: 0px;
    z-index: 1;
    display: flex; }
    .fm #fm_experience #pointscounter #banked_points {
      z-index: 1;
      height: 100%;
      padding: 0px;
      background-color: #FFCD00; }
    .fm #fm_experience #pointscounter #unbanked_points {
      z-index: 1;
      height: 100%;
      padding: 0px;
      background-color: #ffec9c; }
    .fm #fm_experience #pointscounter #points_total {
      display: inline;
      width: auto;
      height: auto;
      position: absolute;
      z-index: 3;
      margin-top: 7px;
      margin-right: -7px;
      right: 0px;
      border: 1px solid #FFCD00;
      border-radius: 5px;
      background-color: #FFCD00;
      padding: 5px;
      font-family: 'Open Sans', sans-serif;
      font-size: .65rem;
      font-weight: bold;
      line-height: .65rem; }

.fm #fm_reflect {
  background-color: #84BD00; }
  .fm #fm_reflect svg > polygon {
    fill: #FFCD00; }

.fm #fm_share {
  background-color: #FF6A00; }
  .fm #fm_share svg > polygon {
    fill: #84BD00; }

.fm #fm_reward {
  background-color: #00C1D4; }
  .fm #fm_reward svg > polygon {
    fill: #FF6A00; }

@media screen and (min-width: 60rem) {
  .fm .fm_label_mobile {
    display: none; }
  .fm a div,
  .fm a a {
    display: inline-block;
    width: calc(100% - 20px);
    height: auto;
    padding: 10px; }
  .fm#fm_plan_experience {
    display: flex;
    height: 3rem;
    width: calc(100% + 1.5rem); }
    .fm#fm_plan_experience #fm_plan {
      flex: 0 0 10.5rem;
      border-radius: 15px 0px 0px 15px; }
    .fm#fm_plan_experience #fm_experience {
      flex: 1 1 10rem;
      display: flex; }
  .fm#fm_reward_reflect_share {
    margin-top: -4.5rem;
    height: 100%;
    flex-wrap: wrap; }
    .fm#fm_reward_reflect_share svg {
      width: 100%;
      height: 1.5rem;
      position: absolute;
      top: 0px;
      left: 0px; }
    .fm#fm_reward_reflect_share > div,
    .fm#fm_reward_reflect_share a {
      position: relative; }
      .fm#fm_reward_reflect_share > div > div,
      .fm#fm_reward_reflect_share a > div {
        padding-top: 1.5px; }
    .fm#fm_reward_reflect_share #fm_reflect {
      height: 4.5rem;
      border-top-right-radius: 15px; }
      .fm#fm_reward_reflect_share #fm_reflect > div > div {
        padding-top: 2rem; }
      .fm#fm_reward_reflect_share #fm_reflect svg {
        width: 1.5rem;
        height: 3rem; }
    .fm#fm_reward_reflect_share #fm_share {
      height: 7.5rem; }
      .fm#fm_reward_reflect_share #fm_share svg > polygon {
        fill: #84BD00; }
      .fm#fm_reward_reflect_share #fm_share > div > div {
        padding-top: 2.5rem; }
    .fm#fm_reward_reflect_share #fm_reward {
      height: 9rem;
      border-radius: 0px 0px 15px 15px; }
      .fm#fm_reward_reflect_share #fm_reward svg > polygon {
        fill: #FF6A00; }
      .fm#fm_reward_reflect_share #fm_reward > div > div {
        padding-top: 2.5rem; } }

@media screen and (max-width: 60rem) {
  .fm_mobile {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 3rem 3rem; }
    .fm_mobile .fm_label_large {
      display: none !important; }
    .fm_mobile .fm_label_mobile {
      display: block;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0px !important;
      padding: 0px !important; }
    .fm_mobile a {
      height: 3rem;
      margin: 0px !important;
      padding: 0px !important;
      width: 100%; }
    .fm_mobile #fm_plan_experience {
      grid-column: 1 / 7;
      grid-row: 1 / 2;
      display: grid;
      grid-template-columns: subgrid; }
      .fm_mobile #fm_plan_experience #fm_plan {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        border-radius: 15px 0px 0px 0px; }
      .fm_mobile #fm_plan_experience #fm_experience {
        grid-column: 2 / 7;
        grid-row: 1 / 2;
        border-radius: 0px 15px 0px 0px;
        display: flex;
        width: calc(100% - 5px);
        height: calc(3rem - 10px); }
        .fm_mobile #fm_plan_experience #fm_experience svg {
          flex: 0 0 1.5rem;
          position: absolute;
          top: -5px;
          left: 0px; }
        .fm_mobile #fm_plan_experience #fm_experience div {
          flex: 1 1 100%; }
    .fm_mobile #fm_reward_reflect_share {
      margin-top: auto;
      grid-column: 1 / 7;
      grid-row: 2 / 3;
      display: grid;
      grid-template-columns: subgrid; }
      .fm_mobile #fm_reward_reflect_share #fm_reflect {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
        border-radius: 0px 0px 15px 0px;
        position: relative; }
        .fm_mobile #fm_reward_reflect_share #fm_reflect div {
          z-index: 2;
          margin-left: -1.5rem; }
        .fm_mobile #fm_reward_reflect_share #fm_reflect svg {
          position: absolute;
          top: 0px;
          right: 0px;
          width: 2.5rem;
          height: 1rem;
          z-index: 1; }
      .fm_mobile #fm_reward_reflect_share #fm_share {
        grid-column: 3 / 5;
        grid-row: 1 / 2;
        height: auto;
        position: relative; }
        .fm_mobile #fm_reward_reflect_share #fm_share svg {
          position: absolute;
          right: -.75rem;
          height: 1.5rem;
          width: 3rem;
          transform: rotate(90deg); }
        .fm_mobile #fm_reward_reflect_share #fm_share div {
          margin-left: -1.5rem; }
      .fm_mobile #fm_reward_reflect_share #fm_reward {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
        height: auto;
        border-radius: 0px 0px 0px 15px; }
        .fm_mobile #fm_reward_reflect_share #fm_reward svg {
          position: absolute;
          right: -.75rem;
          height: 1.5rem;
          width: 3rem;
          transform: rotate(90deg); }
        .fm_mobile #fm_reward_reflect_share #fm_reward div {
          margin-left: -1.5rem; } }

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