@font-face {
  font-family: 'Sassoon Primary Std';
  src: url("font/SassoonPrimaryStd.woff2") format("woff2"), url("font/SassoonPrimaryStd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sassoon Sans Std';
  src: url("font/SassoonSansStd-Medium.woff2") format("woff2"), url("font/SassoonSansStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sassoon Infant Std';
  src: url("font/SassoonInfantStd.woff2") format("woff2"), url("font/SassoonInfantStd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sassoon Infant Std';
  src: url("font/SassoonInfantStd-Bold.woff2") format("woff2"), url("font/SassoonInfantStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sassoon Sans Std';
  src: url("font/SassoonSansStd-Bold.woff2") format("woff2"), url("font/SassoonSansStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sassoon Sans Slope Std';
  src: url("font/SassoonSansSlopeStd.woff2") format("woff2"), url("font/SassoonSansSlopeStd.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Sassoon Sans Std';
  src: url("font/SassoonSansStd.woff2") format("woff2"), url("font/SassoonSansStd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sassoon Primary Std';
  src: url("font/SassoonPrimaryStd-Bold.woff2") format("woff2"), url("font/SassoonPrimaryStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sassoon Sans Slope Std';
  src: url("font/SassoonSansSlopeStd-Medium.woff2") format("woff2"), url("font/SassoonSansSlopeStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
:root {
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --white:#fff;
  --hib-light-green:#93c23c;
  --hib-t-color: #1f8e30;
  --hib-t-color-rgb: 31, 142, 48;
  --hib-green:var(--hib-t-color);
  --hib-t-color-dark:#1a7929; }

html {
  font-size: 16px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

[class^=bi-]::before, [class*=" bi-"]::before {
  display: block; }

html, body {
  padding: 0;
  margin: 0;
  min-width: 866px;
  height: 100%;
  overflow: hidden;
  font-family: 'Sassoon Sans Std'; }
  @media (max-width: 767px) {
    html, body {
      overflow: auto; } }

button {
  font-family: 'Sassoon Sans Std';
  cursor: pointer; }

body {
  display: flex; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

.disabled {
  pointer-events: none;
  opacity: 0.3; }

:root {
  --fs:1vw; }

.gb-button-reset {
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left; }

main {
  flex: 0 0 auto;
  position: relative;
  aspect-ratio: 990 / 750;
  width: 100%;
  margin: auto; }
  @supports not (aspect-ratio: 990/750) {
    main {
      padding-top: 75.757575757%; } }
  @media (min-aspect-ratio: 990 / 750) {
    main {
      height: 100vh;
      padding-top: 0;
      width: calc(100vh * 1.32);
      --fs:calc(1vh * 1.32); } }
  @media (aspect-ratio: 4 / 3) {
    main {
      --fs: calc(1vh * 1.8); } }
  main section {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff; }
    main section:not(.hidden) {
      z-index: 1; }
    main section button.back {
      border: none;
      margin-top: 15px;
      margin-left: 15px;
      cursor: pointer;
      padding: 0;
      width: 8%;
      height: 5%;
      opacity: 0.8;
      position: absolute;
      top: 0;
      left: 0;
      background: #fff;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
      border-radius: calc(var(--fs) * 32);
      border: solid calc(var(--fs) * 0.25) var(--hib-green);
      color: var(--hib-green);
      font-weight: 600;
      font-family: 'Sassoon Sans Std';
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      transition: opacity 300ms;
      opacity: 0.8;
      line-height: 1;
      font-size: calc(var(--fs) * 1.6);
      padding-top: calc(var(--fs) * 0.4); }
      main section button.back:hover {
        opacity: 1; }
      main section button.back::before {
        content: 'back';
        text-transform: capitalize;
        line-height: 1.2; }
    main section button.standardBtn {
      position: absolute;
      background: #fff;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
      border-radius: calc(var(--fs) * 32);
      border: solid calc(var(--fs) * 0.25) var(--hib-green);
      color: var(--hib-green);
      font-weight: 600;
      font-family: 'Sassoon Sans Std';
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      transition: opacity 300ms;
      opacity: 0.8;
      line-height: 1;
      font-size: calc(var(--fs) * 3.3);
      padding-top: calc(var(--fs) * 1); }
      main section button.standardBtn:hover {
        opacity: 1; }
    main section#splash {
      background-image: url("../img/splash/1@2x.png");
      animation-delay: var(--animate-delay); }
      main section#splash > * {
        animation-delay: var(--animate-delay); }
      main section#splash .header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../img/splash/2@2x.png"); }
      main section#splash .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../img/splash/3@2x.png"); }
      main section#splash .barra {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../img/splash/5@2x.png");
        animation-delay: 2s;
        animation-name: barraSplash;
        animation-duration: 2s; }
      main section#splash .button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../img/splash/4@2x.png"); }
      main section#splash button {
        transform: translate(-50%);
        background: none;
        border: none;
        width: 12%;
        height: 7%;
        padding: 0;
        position: absolute;
        left: 50%;
        top: 79%;
        cursor: pointer; }
@-webkit-keyframes barraSplash {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); } }
    main section#home {
      background-image: url("../img/home/bg@2x.png"); }
      main section#home > div {
        animation-delay: var(--animate-delay);
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        justify-content: flex-end;
        cursor: pointer;
        position: absolute;
        left: 12%;
        width: 15%;
        height: 37%;
        top: 34.5%;
        margin-top: 0;
        transition: margin-top 300ms; }
        main section#home > div:hover {
          margin-top: -10px; }
        main section#home > div img {
          width: 100%;
          height: auto; }
        main section#home > div:nth-child(2) {
          left: 42%; }
        main section#home > div:nth-child(3) {
          width: 24%;
          left: 67%; }
    main section#teacher_resources {
      background-image: url("../img/teachers_resources/bg@2x.png"); }
      main section#teacher_resources button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#alphabet_book {
      background-image: url("../img/alphabet_book/bg@2x.png"); }
      main section#alphabet_book button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#flashcards {
      background-image: url("../img/flashcards/bg@2x.png"); }
      main section#flashcards button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#cartoon_dvd {
      background-image: url("../img/animated_videos/bg@2x.png"); }
      main section#cartoon_dvd button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#teacher_training_videos {
      background-image: url("../img/teacher_training_video/bg@2x.png"); }
      main section#teacher_training_videos button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#storycards {
      background-image: url("../img/storycards/bg@2x.png"); }
      main section#storycards button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#picture_dictionary {
      background-image: url("../img/picture_dictionary/bg@2x.png"); }
      main section#picture_dictionary button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#teachers_book {
      background-image: url("../img/teachers_book/bg@2x.png"); }
      main section#teachers_book button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section[id^="student_book"] button:not(.back):not(.standardBtn) {
      position: absolute;
      background: none;
      border: none; }
    main section#student_book {
      background-image: url("../img/students_book/bg@2x.png"); }
    main section#student_book_unit0 {
      background-image: url("../img/students_book/unit_0@2x.png"); }
    main section#student_book_unit1 {
      background-image: url("../img/students_book/unit_1@2x.png"); }
    main section#student_book_unit2 {
      background-image: url("../img/students_book/unit_2@2x.png"); }
    main section#student_book_unit3 {
      background-image: url("../img/students_book/unit_3@2x.png"); }
    main section#student_book_unit4 {
      background-image: url("../img/students_book/unit_4@2x.png"); }
    main section#student_book_unit5 {
      background-image: url("../img/students_book/unit_5@2x.png"); }
    main section#student_book_unit6 {
      background-image: url("../img/students_book/unit_6@2x.png"); }
    main section#student_book_review_1 {
      background-image: url("../img/students_book/review_1@2x.png"); }
    main section#student_book_review_2 {
      background-image: url("../img/students_book/review_2@2x.png"); }
    main section#student_book_review_3 {
      background-image: url("../img/students_book/review_3@2x.png"); }
    main section#student_book_extra_unit_1 {
      background-image: url("../img/students_book/extra_unit_1@2x.png"); }
    main section#student_book_extra_unit_2 {
      background-image: url("../img/students_book/extra_unit_2@2x.png"); }
    main section[id^="activity_book"] button:not(.back):not(.standardBtn) {
      position: absolute;
      background: none;
      border: none; }
    main section#activity_book {
      background-image: url("../img/activity_book/bg@2x.png"); }
    main section#activity_book_unit1 {
      background-image: url("../img/activity_book/unit_1@2x.png"); }
    main section#activity_book_unit2 {
      background-image: url("../img/activity_book/unit_2@2x.png"); }
    main section#activity_book_unit3 {
      background-image: url("../img/activity_book/unit_3@2x.png"); }
    main section#activity_book_unit4 {
      background-image: url("../img/activity_book/unit_4@2x.png"); }
    main section#activity_book_unit5 {
      background-image: url("../img/activity_book/unit_5@2x.png"); }
    main section#activity_book_unit6 {
      background-image: url("../img/activity_book/unit_6@2x.png"); }
    main section#activity_book_picture_dictionary {
      background-image: url("../img/picture_dictionary/bg@2x.png"); }
    main section#letters_to_parents {
      background-image: url("../img/letters_to_parents/bg@2x.png"); }
      main section#letters_to_parents button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#fscStory, main section#fscFlash {
      background-color: #fff; }
      main section#fscStory .flashstorycardIMg, main section#fscFlash .flashstorycardIMg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(85% - (var(--fs) * 12));
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer; }
        main section#fscStory .flashstorycardIMg .back-img, main section#fscFlash .flashstorycardIMg .back-img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 10px;
          font-size: calc(var(--fs) * 4);
          opacity: 0.6; }
        main section#fscStory .flashstorycardIMg .next-img, main section#fscFlash .flashstorycardIMg .next-img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 10px;
          font-size: calc(var(--fs) * 4);
          opacity: 0.6; }
          main section#fscStory .flashstorycardIMg .next-img .bi::before, main section#fscFlash .flashstorycardIMg .next-img .bi::before {
            display: block; }
        main section#fscStory .flashstorycardIMg:hover button.audio, main section#fscFlash .flashstorycardIMg:hover button.audio {
          display: block; }
        main section#fscStory .flashstorycardIMg button.audio, main section#fscFlash .flashstorycardIMg button.audio {
          position: absolute;
          top: 10px;
          left: 10px;
          padding: 0;
          margin: 0;
          border: none;
          background: none;
          border-radius: 50%;
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
          display: none; }
          main section#fscStory .flashstorycardIMg button.audio img, main section#fscFlash .flashstorycardIMg button.audio img {
            display: block;
            width: 44px;
            height: 44px; }
      main section#fscStory .flashstoryText, main section#fscFlash .flashstoryText {
        position: absolute;
        top: calc(84.4% - (var(--fs) * 12));
        left: 0;
        width: 100%;
        height: calc(3.5% + (var(--fs) * 12));
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(var(--fs) * 0.75) 0 0;
        overflow: auto; }
        main section#fscStory .flashstoryText .text, main section#fscFlash .flashstoryText .text {
          margin-block: auto;
          padding: 0 calc(var(--fs) * 1.4); }
          main section#fscStory .flashstoryText .text ul, main section#fscFlash .flashstoryText .text ul {
            padding: 0;
            margin: 0;
            list-style: none; }
            main section#fscStory .flashstoryText .text ul li, main section#fscFlash .flashstoryText .text ul li {
              font-size: 18px; }
              main section#fscStory .flashstoryText .text ul li:not(:last-child), main section#fscFlash .flashstoryText .text ul li:not(:last-child) {
                padding-bottom: calc(var(--fs) * 0.4); }
              main section#fscStory .flashstoryText .text ul li strong::after, main section#fscFlash .flashstoryText .text ul li strong::after {
                content: ':'; }
    main section#picture_dictionary_detail {
      background-color: #fff;
      background-image: url(../img/empty_heading.png); }
      main section#picture_dictionary_detail .imgContainer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(94.5% - var(--fs));
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: calc(var(--fs) * 8); }
        main section#picture_dictionary_detail .imgContainer .gb_imgInner {
          width: 60%;
          height: auto;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center; }
        main section#picture_dictionary_detail .imgContainer[data-n="4"] {
          --data-n:2; }
          main section#picture_dictionary_detail .imgContainer[data-n="4"] .gb_imgInner {
            max-width: calc(var(--fs) * 52); }
        main section#picture_dictionary_detail .imgContainer .item {
          width: calc(100% / var(--data-n,3));
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          border: solid 4px #fff;
          flex: 0 0 auto;
          position: relative;
          box-shadow: inset 0 0 0px 4px var(--hib-unit, #45a0db);
          cursor: pointer;
          border-radius: 20px; }
          main section#picture_dictionary_detail .imgContainer .item::before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 100%; }
          main section#picture_dictionary_detail .imgContainer .item:hover {
            --none:block; }
          main section#picture_dictionary_detail .imgContainer .item button.play {
            position: absolute;
            top: 10px;
            left: 10px;
            padding: 0;
            margin: 0;
            border: none;
            background: none;
            flex: 0 0 auto;
            font-size: calc(var(--fs) * 3);
            color: #6fd16e;
            display: var(--none, none); }
            main section#picture_dictionary_detail .imgContainer .item button.play i {
              display: block;
              line-height: 0.8; }
              main section#picture_dictionary_detail .imgContainer .item button.play i:nth-child(2) {
                display: none; }
            main section#picture_dictionary_detail .imgContainer .item button.play.pause i {
              display: none; }
              main section#picture_dictionary_detail .imgContainer .item button.play.pause i:nth-child(2) {
                display: block; }
          main section#picture_dictionary_detail .imgContainer .item button.audio {
            position: absolute;
            top: 10px;
            left: 10px;
            padding: 0;
            margin: 0;
            border: none;
            background: none;
            border-radius: 50%;
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
            display: var(--none, none); }
            main section#picture_dictionary_detail .imgContainer .item button.audio img {
              display: block;
              width: 30px;
              height: 30px; }
    main section#audio_playlist {
      background-image: url("../img/empty_bg.png");
      display: flex;
      align-items: center;
      justify-content: center; }
      main section#audio_playlist .ap_container {
        width: 100%;
        background: #f8f9fa;
        max-width: calc(var(--fs) * 30);
        height: calc(var(--fs) * 45);
        margin-top: calc(var(--fs) * 7);
        border-radius: 20px;
        overflow: hidden;
        min-width: 380px; }
        @media (aspect-ratio: 4 / 3) {
          main section#audio_playlist .ap_container {
            height: calc(var(--fs) * 32); } }
        .gb-smallplayer,
        .player {
          height: 150px;
          width: 100%;
          border-radius: 0 0 30px 30px;
          background: var(--hib-t-color);
          box-shadow: 0px 0px 18px 4px rgba(var(--hib-t-color-rgb), 0.55); }
          .gb-smallplayer h2,
          .player h2 {
            margin: 0;
            padding-top: 16px;
            padding-bottom: 16px;
            font-size: 18px;
            text-align: center;
            font-style: normal;
            color: rgba(255, 255, 255, 0.8);
            font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; }
          .gb-smallplayer .controls,
          .player .controls {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            .gb-smallplayer .controls button,
            .player .controls button {
              padding: 0;
              font-size: 22px;
              color: rgba(255, 255, 255, 0.9); }
              .gb-smallplayer .controls button span,
              .player .controls button span {
                display: block; }
              .gb-smallplayer .controls button.play_pause-track,
              .player .controls button.play_pause-track {
                font-size: 32px;
                margin-inline: 12px; }
                .gb-smallplayer .controls button.play_pause-track span:nth-child(2),
                .player .controls button.play_pause-track span:nth-child(2) {
                  display: none; }
                .gb-smallplayer .controls button.play_pause-track.onplay span,
                .player .controls button.play_pause-track.onplay span {
                  display: none; }
                  .gb-smallplayer .controls button.play_pause-track.onplay span:nth-child(2),
                  .player .controls button.play_pause-track.onplay span:nth-child(2) {
                    display: block; }
              .gb-smallplayer .controls button.ten-ff, .gb-smallplayer .controls button.ten-rew,
              .player .controls button.ten-ff,
              .player .controls button.ten-rew {
                font-size: 16px;
                margin-inline: 20px; }
          .gb-smallplayer .gb_progress,
          .player .gb_progress {
            width: 80%;
            height: 6px;
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.2);
            margin: 12px auto 0;
            position: relative;
            cursor: pointer; }
            .gb-smallplayer .gb_progress::before,
            .player .gb_progress::before {
              content: '';
              position: absolute;
              border-radius: 20px 0 0 20px;
              height: 6px;
              background: rgba(255, 255, 255, 0.9);
              width: var(--time, 0); }
            .gb-smallplayer .gb_progress::after,
            .player .gb_progress::after {
              content: '';
              position: absolute;
              border-radius: 20px;
              height: 12px;
              width: 4px;
              background: var(--white);
              top: calc(50% - 6px);
              margin-left: -2px;
              lefT: var(--time, 0); }
          .gb-smallplayer .duration,
          .player .duration {
            width: 80%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 5px;
            padding-bottom: 8px;
            margin-inline: auto;
            font-size: 10px;
            color: #e6fefd;
            color: rgba(255, 255, 255, 0.9);
            pointer-events: none; }
        .gb-smallplayer {
          border-radius: 20px;
          width: 240px;
          height: auto;
          box-shadow: none; }
          .gb-smallplayer .next-track,
          .gb-smallplayer .back-track {
            display: none !important; }
          .gb-smallplayer .ten-ff,
          .gb-smallplayer .ten-rew {
            margin-inline: 6px !important; }
          .gb-smallplayer h2 {
            padding: 0 30px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-top: 6px;
            padding-bottom: 6px;
            font-size: 14px; }
          .gb-smallplayer .gb-more-track {
            position: relative;
            width: 78px;
            margin: 0 auto 5px; }
            .gb-smallplayer .gb-more-track .gb-fake-select {
              font-size: 14px;
              color: var(--white);
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .gb-smallplayer .gb-more-track .gb-fake-select i {
                position: relative;
                font-size: 11px; }
            .gb-smallplayer .gb-more-track select {
              position: absolute;
              top: 0;
              lefT: 0;
              width: 100%;
              height: 100%;
              opacity: 0;
              cursor: pointer;
              z-index: 2; }
        main section#audio_playlist .ap_container .playlists {
          width: 100%;
          height: calc(100% - 150px);
          overflow: auto;
          border: solid 4px #e9ecef;
          border-radius: 0 0 20px 20px;
          border-top: none; }
          html:not(.mobile):not(.tablet) main section#audio_playlist .ap_container .playlists::-webkit-scrollbar {
            width: 6px;
            height: 6px; }
          html:not(.mobile):not(.tablet) main section#audio_playlist .ap_container .playlists::-webkit-scrollbar-track {
            background: transparent;
            transition: height 600ms; }
          html:not(.mobile):not(.tablet) main section#audio_playlist .ap_container .playlists::-webkit-scrollbar-thumb {
            background: rgba(0, 0, 0, 0.2);
            border-radius: 20px; }
          main section#audio_playlist .ap_container .playlists ul {
            padding: 20px 0;
            margin: 0;
            list-style: none; }
            main section#audio_playlist .ap_container .playlists ul li {
              padding: 0 10px;
              cursor: pointer;
              font-size: 16px; }
              main section#audio_playlist .ap_container .playlists ul li.unitTitle {
                padding-top: 20px;
                paddingt-bottom: 4px;
                padding-left: 18px;
                text-transform: uppercase;
                font-weight: 600;
                color: #000;
                letter-spacing: 0.05em;
                font-size: 11px; }
              main section#audio_playlist .ap_container .playlists ul li i {
                color: #495057; }
              main section#audio_playlist .ap_container .playlists ul li a {
                padding: 8px 10px 4px;
                display: block;
                border-radius: 6px;
                text-decoration: none;
                color: #000;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
                main section#audio_playlist .ap_container .playlists ul li a.active {
                  background: rgba(var(--hib-t-color-rgb), 0.2);
                  color: var(--hib-t-color-dark); }
                  main section#audio_playlist .ap_container .playlists ul li a.active i {
                    color: var(--hib-t-color); }
                    main section#audio_playlist .ap_container .playlists ul li a.active i.bi-music-note-list::before {
                      content: '\f4f2'; }
    main section#extra_worksheets {
      background-image: url("../img/extra_worksheets/bg@2x.png"); }
      main section#extra_worksheets button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#extra_worksheets_unit_general {
      background-image: url("../img/extra_worksheets/general@2x.png"); }
      main section#extra_worksheets_unit_general button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#extra_worksheets_unit_welcome {
      background-image: url("../img/extra_worksheets/unit_welcome@2x.png"); }
      main section#extra_worksheets_unit_welcome button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#extra_worksheets_unit_1 {
      background-image: url("../img/extra_worksheets/unit_1@2x.png"); }
      main section#extra_worksheets_unit_1 button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#extra_worksheets_unit_2 {
      background-image: url("../img/extra_worksheets/unit_2@2x.png"); }
      main section#extra_worksheets_unit_2 button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#extra_worksheets_unit_3 {
      background-image: url("../img/extra_worksheets/unit_3@2x.png"); }
      main section#extra_worksheets_unit_3 button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#extra_worksheets_unit_4 {
      background-image: url("../img/extra_worksheets/unit_4@2x.png"); }
      main section#extra_worksheets_unit_4 button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#extra_worksheets_unit_5 {
      background-image: url("../img/extra_worksheets/unit_5@2x.png"); }
      main section#extra_worksheets_unit_5 button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#extra_worksheets_unit_6 {
      background-image: url("../img/extra_worksheets/unit_6@2x.png"); }
      main section#extra_worksheets_unit_6 button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#extra_worksheets_unit_extra_birthday {
      background-image: url("../img/extra_worksheets/extra_birthday@2x.png"); }
      main section#extra_worksheets_unit_extra_birthday button:not(.back) {
        position: absolute;
        background: none;
        border: none; }
    main section#extra_worksheets_unit_extra_love {
      background-image: url("../img/extra_worksheets/extra_love@2x.png"); }
      main section#extra_worksheets_unit_extra_love button:not(.back) {
        position: absolute;
        background: none;
        border: none; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  padding: calc(var(--fs) * 0.8); }
  .popup .gb-closepop {
    position: absolute;
    right: -16px;
    top: -16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--white);
    padding: 5px;
    margin: 0;
    filter: drop-shadow(-2px 2px 0 var(--hib-t-color-dark)); }
    .popup .gb-closepop span {
      display: flex;
      align-items: center;
      justify-content: center; }
      .popup .gb-closepop span svg {
        height: 31px;
        width: auto;
        display: block;
        flex: 0 0 auto;
        fill: var(--hib-t-color); }
  .popup.open {
    display: flex; }
  .popup .popup-content {
    position: relative;
    background: #FFF;
    max-width: 780px;
    width: 95%;
    box-shadow: 0px 8px 0px 0 var(--hib-t-color-dark);
    border-radius: 20px;
    max-height: 80%;
    margin-bottom: 30px; }
    .popup .popup-content a {
      display: block;
      text-decoration: underline;
      color: #000;
      margin-bottom: 5px; }
    .popup .popup-content .popup-header {
      display: flex;
      align-items: center;
      padding-bottom: 20px;
      border-radius: 20px;
      background: var(--hib-t-color);
      box-shadow: 0 5px 10px 3px rgba(var(--hib-t-color-rgb), 0.55);
      padding: 20px 40px; }
      .popup .popup-content .popup-header h2 {
        margin: 0;
        font-size: 19px;
        font-weight: 600;
        font-family: var(--font-family-sans-serif);
        color: rgba(255, 255, 255, 0.8); }
      .popup .popup-content .popup-header button {
        margin-left: auto; }
  .popup .pupup-main {
    max-height: 68vh;
    overflow: auto;
    padding: 0 40px;
    border: solid 4px #e9ecef;
    border-radius: 0 0 20px 20px;
    border-top: none;
    padding-top: 12px; }
    html:not(.mobile):not(.tablet) .popup .pupup-main::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
    html:not(.mobile):not(.tablet) .popup .pupup-main::-webkit-scrollbar-track {
      background: transparent;
      transition: height 600ms; }
    html:not(.mobile):not(.tablet) .popup .pupup-main::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.2);
      border-radius: 20px; }
    .popup .pupup-main ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .popup .pupup-main ul li {
        padding: 5px 10px;
        cursor: pointer;
        font-size: 16px;
        display: flex;
        align-items: center; }
        .popup .pupup-main ul li:not(:last-child) {
          border-bottom: solid 1px #ccc; }
        .popup .pupup-main ul li i.bi {
          display: block;
          color: #0078D7;
          flex: 0 0 auto;
          margin-right: 14px; }
          .popup .pupup-main ul li i.bi::before {
            vertical-align: -0.21em; }
        .popup .pupup-main ul li a {
          padding: 8px 0 4px;
          display: inline-block;
          text-decoration: none;
          color: var(--black);
          margin: 0; }
          .popup .pupup-main ul li a small {
            font-size: 66%;
            opacity: 0.6; }

.popupVideo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  padding: calc(var(--fs) * 0.8); }
  .popupVideo.open {
    display: flex; }
  .popupVideo .close {
    position: absolute;
    right: -16px;
    top: -16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--hib-t-color);
    padding: 5px;
    margin: 0;
    filter: drop-shadow(-2px 2px 0 rgba(0, 0, 0, 0.2)); }
    .popupVideo .close span {
      display: flex;
      align-items: center;
      justify-content: center; }
      .popupVideo .close span svg {
        height: 31px;
        width: auto;
        display: block;
        flex: 0 0 auto;
        fill: var(--white); }
  .popupVideo .popup-content {
    position: relative;
    padding: 15px;
    width: 75%;
    border-radius: 5px;
    padding: 20px;
    border: solid 4px #e9ecef;
    border-radius: 20px;
    box-shadow: 0px 8px 0px 0 var(--hib-t-color-dark);
    background: var(--white);
    position: relative; }
    .popupVideo .popup-content::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 47.3684210526%; }
    .popupVideo .popup-content video {
      position: absolute;
      top: 20px;
      left: 20px;
      width: calc(100% - 40px);
      height: calc(100% - 40px);
      object-fit: contain;
      background: black; }

.popupAudio {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  padding: calc(var(--fs) * 0.8);
  font-size: 14px; }
  .popupAudio.open {
    display: flex; }
    .popupAudio.open.minimize {
      background: transparent !important;
      pointer-events: none !important;
      padding: 0 !important;
      justify-content: flex-start;
      align-items: flex-start; }
      .popupAudio.open.minimize .close {
        display: none !important; }
      .popupAudio.open.minimize .popup-content {
        width: auto;
        height: auto;
        max-width: unset;
        max-height: unset;
        overflow: visible;
        min-width: unset !important;
        background: transparent;
        border-radius: 0;
        pointer-events: auto; }
        .popupAudio.open.minimize .popup-content .duration,
        .popupAudio.open.minimize .popup-content .gb_progress,
        .popupAudio.open.minimize .popup-content .controls {
          display: none !important; }
        .popupAudio.open.minimize .popup-content .player {
          height: 30px;
          width: 160px;
          border-radius: 0 0 10px 10px; }
          .popupAudio.open.minimize .popup-content .player .minimize {
            top: 8px;
            right: 10px; }
            .popupAudio.open.minimize .popup-content .player .minimize svg:nth-child(1) {
              display: none; }
            .popupAudio.open.minimize .popup-content .player .minimize svg:nth-child(2) {
              display: block; }
          .popupAudio.open.minimize .popup-content .player h2 {
            padding-top: 7px;
            padding-bottom: 7px;
            font-size: 13px; }
        .popupAudio.open.minimize .popup-content .playlists {
          display: none !important; }
  .popupAudio .popup-content {
    width: 100%;
    background: #f8f9fa;
    max-width: calc(var(--fs) * 30);
    max-height: calc(var(--fs) * 45);
    border-radius: 20px;
    overflow: hidden;
    min-width: 380px; }
    @media (aspect-ratio: 4 / 3) {
      .popupAudio .popup-content {
        height: calc(var(--fs) * 32); } }
    .popupAudio .popup-content .player {
      height: 150px;
      width: 100%;
      border-radius: 0 0 30px 30px;
      background: var(--hib-t-color);
      box-shadow: 0px 0px 18px 4px rgba(var(--hib-t-color-rgb), 0.55);
      position: relative; }
      .popupAudio .popup-content .player h2 {
        margin: 0;
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 18px;
        text-align: center;
        font-style: normal;
        color: rgba(255, 255, 255, 0.8);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        padding-right: 62px;
        padding-left: 62px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .popupAudio .popup-content .player .minimize {
        border: 0;
        padding: 0;
        background: none;
        position: absolute;
        top: 18px;
        right: 40px;
        display: block; }
        .popupAudio .popup-content .player .minimize svg {
          fill: #FFF;
          display: block; }
          .popupAudio .popup-content .player .minimize svg:nth-child(2) {
            display: none; }
      .popupAudio .popup-content .player .close {
        border: 0;
        padding: 0;
        background: none;
        position: absolute;
        top: 16px;
        right: 15px; }
        .popupAudio .popup-content .player .close svg {
          fill: #FFF;
          width: 20px;
          height: 20px;
          display: block; }
      .popupAudio .popup-content .player .controls {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .popupAudio .popup-content .player .controls button {
          padding: 0;
          font-size: 22px;
          color: rgba(255, 255, 255, 0.9); }
          .popupAudio .popup-content .player .controls button span {
            display: block; }
          .popupAudio .popup-content .player .controls button.play_pause-track {
            font-size: 32px;
            margin-inline: 12px; }
            .popupAudio .popup-content .player .controls button.play_pause-track span:nth-child(2) {
              display: none; }
            .popupAudio .popup-content .player .controls button.play_pause-track.onplay span {
              display: none; }
              .popupAudio .popup-content .player .controls button.play_pause-track.onplay span:nth-child(2) {
                display: block; }
          .popupAudio .popup-content .player .controls button.ten-ff, .popupAudio .popup-content .player .controls button.ten-rew {
            font-size: 16px;
            margin-inline: 20px; }
      .popupAudio .popup-content .player .gb_progress {
        width: 80%;
        height: 6px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.2);
        margin: 12px auto 0;
        position: relative;
        cursor: pointer; }
        .popupAudio .popup-content .player .gb_progress::before {
          content: '';
          position: absolute;
          border-radius: 20px 0 0 20px;
          height: 6px;
          background: rgba(255, 255, 255, 0.9);
          width: var(--time, 0); }
        .popupAudio .popup-content .player .gb_progress::after {
          content: '';
          position: absolute;
          border-radius: 20px;
          height: 12px;
          width: 4px;
          background: var(--white);
          top: calc(50% - 6px);
          margin-left: -2px;
          lefT: var(--time, 0); }
      .popupAudio .popup-content .player .duration {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 5px;
        padding-bottom: 8px;
        margin-inline: auto;
        font-size: 10px;
        color: #e6fefd;
        color: rgba(255, 255, 255, 0.9);
        pointer-events: none; }
    .popupAudio .popup-content .playlists {
      width: 100%;
      height: auto;
      min-height: 300px;
      overflow: auto;
      border: solid 4px #e9ecef;
      border-radius: 0 0 20px 20px;
      border-top: none; }
      html:not(.mobile):not(.tablet) .popupAudio .popup-content .playlists::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
      html:not(.mobile):not(.tablet) .popupAudio .popup-content .playlists::-webkit-scrollbar-track {
        background: transparent;
        transition: height 600ms; }
      html:not(.mobile):not(.tablet) .popupAudio .popup-content .playlists::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 20px; }
      .popupAudio .popup-content .playlists ul {
        padding: 20px 0;
        margin: 0;
        list-style: none; }
        .popupAudio .popup-content .playlists ul li {
          padding: 0 10px;
          cursor: pointer;
          font-size: 16px; }
          .popupAudio .popup-content .playlists ul li i {
            color: #495057; }
          .popupAudio .popup-content .playlists ul li a {
            padding: 8px 10px 4px;
            display: block;
            border-radius: 6px;
            text-decoration: none;
            color: #000;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .popupAudio .popup-content .playlists ul li a.active {
              background: rgba(var(--hib-t-color-rgb), 0.2);
              color: var(--hib-t-color-dark); }
              .popupAudio .popup-content .playlists ul li a.active i {
                color: var(--hib-t-color); }
                .popupAudio .popup-content .playlists ul li a.active i.bi-music-note-list::before {
                  content: '\f4f2'; }

@font-face {
  font-family: "bootstrap-icons";
  src: url("font/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"), url("font/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff"); }
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bi-alarm-fill::before {
  content: "\f101"; }

.bi-alarm::before {
  content: "\f102"; }

.bi-align-bottom::before {
  content: "\f103"; }

.bi-align-center::before {
  content: "\f104"; }

.bi-align-end::before {
  content: "\f105"; }

.bi-align-middle::before {
  content: "\f106"; }

.bi-align-start::before {
  content: "\f107"; }

.bi-align-top::before {
  content: "\f108"; }

.bi-alt::before {
  content: "\f109"; }

.bi-app-indicator::before {
  content: "\f10a"; }

.bi-app::before {
  content: "\f10b"; }

.bi-archive-fill::before {
  content: "\f10c"; }

.bi-archive::before {
  content: "\f10d"; }

.bi-arrow-90deg-down::before {
  content: "\f10e"; }

.bi-arrow-90deg-left::before {
  content: "\f10f"; }

.bi-arrow-90deg-right::before {
  content: "\f110"; }

.bi-arrow-90deg-up::before {
  content: "\f111"; }

.bi-arrow-bar-down::before {
  content: "\f112"; }

.bi-arrow-bar-left::before {
  content: "\f113"; }

.bi-arrow-bar-right::before {
  content: "\f114"; }

.bi-arrow-bar-up::before {
  content: "\f115"; }

.bi-arrow-clockwise::before {
  content: "\f116"; }

.bi-arrow-counterclockwise::before {
  content: "\f117"; }

.bi-arrow-down-circle-fill::before {
  content: "\f118"; }

.bi-arrow-down-circle::before {
  content: "\f119"; }

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a"; }

.bi-arrow-down-left-circle::before {
  content: "\f11b"; }

.bi-arrow-down-left-square-fill::before {
  content: "\f11c"; }

.bi-arrow-down-left-square::before {
  content: "\f11d"; }

.bi-arrow-down-left::before {
  content: "\f11e"; }

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f"; }

.bi-arrow-down-right-circle::before {
  content: "\f120"; }

.bi-arrow-down-right-square-fill::before {
  content: "\f121"; }

.bi-arrow-down-right-square::before {
  content: "\f122"; }

.bi-arrow-down-right::before {
  content: "\f123"; }

.bi-arrow-down-short::before {
  content: "\f124"; }

.bi-arrow-down-square-fill::before {
  content: "\f125"; }

.bi-arrow-down-square::before {
  content: "\f126"; }

.bi-arrow-down-up::before {
  content: "\f127"; }

.bi-arrow-down::before {
  content: "\f128"; }

.bi-arrow-left-circle-fill::before {
  content: "\f129"; }

.bi-arrow-left-circle::before {
  content: "\f12a"; }

.bi-arrow-left-right::before {
  content: "\f12b"; }

.bi-arrow-left-short::before {
  content: "\f12c"; }

.bi-arrow-left-square-fill::before {
  content: "\f12d"; }

.bi-arrow-left-square::before {
  content: "\f12e"; }

.bi-arrow-left::before {
  content: "\f12f"; }

.bi-arrow-repeat::before {
  content: "\f130"; }

.bi-arrow-return-left::before {
  content: "\f131"; }

.bi-arrow-return-right::before {
  content: "\f132"; }

.bi-arrow-right-circle-fill::before {
  content: "\f133"; }

.bi-arrow-right-circle::before {
  content: "\f134"; }

.bi-arrow-right-short::before {
  content: "\f135"; }

.bi-arrow-right-square-fill::before {
  content: "\f136"; }

.bi-arrow-right-square::before {
  content: "\f137"; }

.bi-arrow-right::before {
  content: "\f138"; }

.bi-arrow-up-circle-fill::before {
  content: "\f139"; }

.bi-arrow-up-circle::before {
  content: "\f13a"; }

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b"; }

.bi-arrow-up-left-circle::before {
  content: "\f13c"; }

.bi-arrow-up-left-square-fill::before {
  content: "\f13d"; }

.bi-arrow-up-left-square::before {
  content: "\f13e"; }

.bi-arrow-up-left::before {
  content: "\f13f"; }

.bi-arrow-up-right-circle-fill::before {
  content: "\f140"; }

.bi-arrow-up-right-circle::before {
  content: "\f141"; }

.bi-arrow-up-right-square-fill::before {
  content: "\f142"; }

.bi-arrow-up-right-square::before {
  content: "\f143"; }

.bi-arrow-up-right::before {
  content: "\f144"; }

.bi-arrow-up-short::before {
  content: "\f145"; }

.bi-arrow-up-square-fill::before {
  content: "\f146"; }

.bi-arrow-up-square::before {
  content: "\f147"; }

.bi-arrow-up::before {
  content: "\f148"; }

.bi-arrows-angle-contract::before {
  content: "\f149"; }

.bi-arrows-angle-expand::before {
  content: "\f14a"; }

.bi-arrows-collapse::before {
  content: "\f14b"; }

.bi-arrows-expand::before {
  content: "\f14c"; }

.bi-arrows-fullscreen::before {
  content: "\f14d"; }

.bi-arrows-move::before {
  content: "\f14e"; }

.bi-aspect-ratio-fill::before {
  content: "\f14f"; }

.bi-aspect-ratio::before {
  content: "\f150"; }

.bi-asterisk::before {
  content: "\f151"; }

.bi-at::before {
  content: "\f152"; }

.bi-award-fill::before {
  content: "\f153"; }

.bi-award::before {
  content: "\f154"; }

.bi-back::before {
  content: "\f155"; }

.bi-backspace-fill::before {
  content: "\f156"; }

.bi-backspace-reverse-fill::before {
  content: "\f157"; }

.bi-backspace-reverse::before {
  content: "\f158"; }

.bi-backspace::before {
  content: "\f159"; }

.bi-badge-3d-fill::before {
  content: "\f15a"; }

.bi-badge-3d::before {
  content: "\f15b"; }

.bi-badge-4k-fill::before {
  content: "\f15c"; }

.bi-badge-4k::before {
  content: "\f15d"; }

.bi-badge-8k-fill::before {
  content: "\f15e"; }

.bi-badge-8k::before {
  content: "\f15f"; }

.bi-badge-ad-fill::before {
  content: "\f160"; }

.bi-badge-ad::before {
  content: "\f161"; }

.bi-badge-ar-fill::before {
  content: "\f162"; }

.bi-badge-ar::before {
  content: "\f163"; }

.bi-badge-cc-fill::before {
  content: "\f164"; }

.bi-badge-cc::before {
  content: "\f165"; }

.bi-badge-hd-fill::before {
  content: "\f166"; }

.bi-badge-hd::before {
  content: "\f167"; }

.bi-badge-tm-fill::before {
  content: "\f168"; }

.bi-badge-tm::before {
  content: "\f169"; }

.bi-badge-vo-fill::before {
  content: "\f16a"; }

.bi-badge-vo::before {
  content: "\f16b"; }

.bi-badge-vr-fill::before {
  content: "\f16c"; }

.bi-badge-vr::before {
  content: "\f16d"; }

.bi-badge-wc-fill::before {
  content: "\f16e"; }

.bi-badge-wc::before {
  content: "\f16f"; }

.bi-bag-check-fill::before {
  content: "\f170"; }

.bi-bag-check::before {
  content: "\f171"; }

.bi-bag-dash-fill::before {
  content: "\f172"; }

.bi-bag-dash::before {
  content: "\f173"; }

.bi-bag-fill::before {
  content: "\f174"; }

.bi-bag-plus-fill::before {
  content: "\f175"; }

.bi-bag-plus::before {
  content: "\f176"; }

.bi-bag-x-fill::before {
  content: "\f177"; }

.bi-bag-x::before {
  content: "\f178"; }

.bi-bag::before {
  content: "\f179"; }

.bi-bar-chart-fill::before {
  content: "\f17a"; }

.bi-bar-chart-line-fill::before {
  content: "\f17b"; }

.bi-bar-chart-line::before {
  content: "\f17c"; }

.bi-bar-chart-steps::before {
  content: "\f17d"; }

.bi-bar-chart::before {
  content: "\f17e"; }

.bi-basket-fill::before {
  content: "\f17f"; }

.bi-basket::before {
  content: "\f180"; }

.bi-basket2-fill::before {
  content: "\f181"; }

.bi-basket2::before {
  content: "\f182"; }

.bi-basket3-fill::before {
  content: "\f183"; }

.bi-basket3::before {
  content: "\f184"; }

.bi-battery-charging::before {
  content: "\f185"; }

.bi-battery-full::before {
  content: "\f186"; }

.bi-battery-half::before {
  content: "\f187"; }

.bi-battery::before {
  content: "\f188"; }

.bi-bell-fill::before {
  content: "\f189"; }

.bi-bell::before {
  content: "\f18a"; }

.bi-bezier::before {
  content: "\f18b"; }

.bi-bezier2::before {
  content: "\f18c"; }

.bi-bicycle::before {
  content: "\f18d"; }

.bi-binoculars-fill::before {
  content: "\f18e"; }

.bi-binoculars::before {
  content: "\f18f"; }

.bi-blockquote-left::before {
  content: "\f190"; }

.bi-blockquote-right::before {
  content: "\f191"; }

.bi-book-fill::before {
  content: "\f192"; }

.bi-book-half::before {
  content: "\f193"; }

.bi-book::before {
  content: "\f194"; }

.bi-bookmark-check-fill::before {
  content: "\f195"; }

.bi-bookmark-check::before {
  content: "\f196"; }

.bi-bookmark-dash-fill::before {
  content: "\f197"; }

.bi-bookmark-dash::before {
  content: "\f198"; }

.bi-bookmark-fill::before {
  content: "\f199"; }

.bi-bookmark-heart-fill::before {
  content: "\f19a"; }

.bi-bookmark-heart::before {
  content: "\f19b"; }

.bi-bookmark-plus-fill::before {
  content: "\f19c"; }

.bi-bookmark-plus::before {
  content: "\f19d"; }

.bi-bookmark-star-fill::before {
  content: "\f19e"; }

.bi-bookmark-star::before {
  content: "\f19f"; }

.bi-bookmark-x-fill::before {
  content: "\f1a0"; }

.bi-bookmark-x::before {
  content: "\f1a1"; }

.bi-bookmark::before {
  content: "\f1a2"; }

.bi-bookmarks-fill::before {
  content: "\f1a3"; }

.bi-bookmarks::before {
  content: "\f1a4"; }

.bi-bookshelf::before {
  content: "\f1a5"; }

.bi-bootstrap-fill::before {
  content: "\f1a6"; }

.bi-bootstrap-reboot::before {
  content: "\f1a7"; }

.bi-bootstrap::before {
  content: "\f1a8"; }

.bi-border-all::before {
  content: "\f1a9"; }

.bi-border-bottom::before {
  content: "\f1aa"; }

.bi-border-center::before {
  content: "\f1ab"; }

.bi-border-inner::before {
  content: "\f1ac"; }

.bi-border-left::before {
  content: "\f1ad"; }

.bi-border-middle::before {
  content: "\f1ae"; }

.bi-border-outer::before {
  content: "\f1af"; }

.bi-border-right::before {
  content: "\f1b0"; }

.bi-border-style::before {
  content: "\f1b1"; }

.bi-border-top::before {
  content: "\f1b2"; }

.bi-border-width::before {
  content: "\f1b3"; }

.bi-border::before {
  content: "\f1b4"; }

.bi-bounding-box-circles::before {
  content: "\f1b5"; }

.bi-bounding-box::before {
  content: "\f1b6"; }

.bi-box-arrow-down-left::before {
  content: "\f1b7"; }

.bi-box-arrow-down-right::before {
  content: "\f1b8"; }

.bi-box-arrow-down::before {
  content: "\f1b9"; }

.bi-box-arrow-in-down-left::before {
  content: "\f1ba"; }

.bi-box-arrow-in-down-right::before {
  content: "\f1bb"; }

.bi-box-arrow-in-down::before {
  content: "\f1bc"; }

.bi-box-arrow-in-left::before {
  content: "\f1bd"; }

.bi-box-arrow-in-right::before {
  content: "\f1be"; }

.bi-box-arrow-in-up-left::before {
  content: "\f1bf"; }

.bi-box-arrow-in-up-right::before {
  content: "\f1c0"; }

.bi-box-arrow-in-up::before {
  content: "\f1c1"; }

.bi-box-arrow-left::before {
  content: "\f1c2"; }

.bi-box-arrow-right::before {
  content: "\f1c3"; }

.bi-box-arrow-up-left::before {
  content: "\f1c4"; }

.bi-box-arrow-up-right::before {
  content: "\f1c5"; }

.bi-box-arrow-up::before {
  content: "\f1c6"; }

.bi-box-seam::before {
  content: "\f1c7"; }

.bi-box::before {
  content: "\f1c8"; }

.bi-braces::before {
  content: "\f1c9"; }

.bi-bricks::before {
  content: "\f1ca"; }

.bi-briefcase-fill::before {
  content: "\f1cb"; }

.bi-briefcase::before {
  content: "\f1cc"; }

.bi-brightness-alt-high-fill::before {
  content: "\f1cd"; }

.bi-brightness-alt-high::before {
  content: "\f1ce"; }

.bi-brightness-alt-low-fill::before {
  content: "\f1cf"; }

.bi-brightness-alt-low::before {
  content: "\f1d0"; }

.bi-brightness-high-fill::before {
  content: "\f1d1"; }

.bi-brightness-high::before {
  content: "\f1d2"; }

.bi-brightness-low-fill::before {
  content: "\f1d3"; }

.bi-brightness-low::before {
  content: "\f1d4"; }

.bi-broadcast-pin::before {
  content: "\f1d5"; }

.bi-broadcast::before {
  content: "\f1d6"; }

.bi-brush-fill::before {
  content: "\f1d7"; }

.bi-brush::before {
  content: "\f1d8"; }

.bi-bucket-fill::before {
  content: "\f1d9"; }

.bi-bucket::before {
  content: "\f1da"; }

.bi-bug-fill::before {
  content: "\f1db"; }

.bi-bug::before {
  content: "\f1dc"; }

.bi-building::before {
  content: "\f1dd"; }

.bi-bullseye::before {
  content: "\f1de"; }

.bi-calculator-fill::before {
  content: "\f1df"; }

.bi-calculator::before {
  content: "\f1e0"; }

.bi-calendar-check-fill::before {
  content: "\f1e1"; }

.bi-calendar-check::before {
  content: "\f1e2"; }

.bi-calendar-date-fill::before {
  content: "\f1e3"; }

.bi-calendar-date::before {
  content: "\f1e4"; }

.bi-calendar-day-fill::before {
  content: "\f1e5"; }

.bi-calendar-day::before {
  content: "\f1e6"; }

.bi-calendar-event-fill::before {
  content: "\f1e7"; }

.bi-calendar-event::before {
  content: "\f1e8"; }

.bi-calendar-fill::before {
  content: "\f1e9"; }

.bi-calendar-minus-fill::before {
  content: "\f1ea"; }

.bi-calendar-minus::before {
  content: "\f1eb"; }

.bi-calendar-month-fill::before {
  content: "\f1ec"; }

.bi-calendar-month::before {
  content: "\f1ed"; }

.bi-calendar-plus-fill::before {
  content: "\f1ee"; }

.bi-calendar-plus::before {
  content: "\f1ef"; }

.bi-calendar-range-fill::before {
  content: "\f1f0"; }

.bi-calendar-range::before {
  content: "\f1f1"; }

.bi-calendar-week-fill::before {
  content: "\f1f2"; }

.bi-calendar-week::before {
  content: "\f1f3"; }

.bi-calendar-x-fill::before {
  content: "\f1f4"; }

.bi-calendar-x::before {
  content: "\f1f5"; }

.bi-calendar::before {
  content: "\f1f6"; }

.bi-calendar2-check-fill::before {
  content: "\f1f7"; }

.bi-calendar2-check::before {
  content: "\f1f8"; }

.bi-calendar2-date-fill::before {
  content: "\f1f9"; }

.bi-calendar2-date::before {
  content: "\f1fa"; }

.bi-calendar2-day-fill::before {
  content: "\f1fb"; }

.bi-calendar2-day::before {
  content: "\f1fc"; }

.bi-calendar2-event-fill::before {
  content: "\f1fd"; }

.bi-calendar2-event::before {
  content: "\f1fe"; }

.bi-calendar2-fill::before {
  content: "\f1ff"; }

.bi-calendar2-minus-fill::before {
  content: "\f200"; }

.bi-calendar2-minus::before {
  content: "\f201"; }

.bi-calendar2-month-fill::before {
  content: "\f202"; }

.bi-calendar2-month::before {
  content: "\f203"; }

.bi-calendar2-plus-fill::before {
  content: "\f204"; }

.bi-calendar2-plus::before {
  content: "\f205"; }

.bi-calendar2-range-fill::before {
  content: "\f206"; }

.bi-calendar2-range::before {
  content: "\f207"; }

.bi-calendar2-week-fill::before {
  content: "\f208"; }

.bi-calendar2-week::before {
  content: "\f209"; }

.bi-calendar2-x-fill::before {
  content: "\f20a"; }

.bi-calendar2-x::before {
  content: "\f20b"; }

.bi-calendar2::before {
  content: "\f20c"; }

.bi-calendar3-event-fill::before {
  content: "\f20d"; }

.bi-calendar3-event::before {
  content: "\f20e"; }

.bi-calendar3-fill::before {
  content: "\f20f"; }

.bi-calendar3-range-fill::before {
  content: "\f210"; }

.bi-calendar3-range::before {
  content: "\f211"; }

.bi-calendar3-week-fill::before {
  content: "\f212"; }

.bi-calendar3-week::before {
  content: "\f213"; }

.bi-calendar3::before {
  content: "\f214"; }

.bi-calendar4-event::before {
  content: "\f215"; }

.bi-calendar4-range::before {
  content: "\f216"; }

.bi-calendar4-week::before {
  content: "\f217"; }

.bi-calendar4::before {
  content: "\f218"; }

.bi-camera-fill::before {
  content: "\f219"; }

.bi-camera-reels-fill::before {
  content: "\f21a"; }

.bi-camera-reels::before {
  content: "\f21b"; }

.bi-camera-video-fill::before {
  content: "\f21c"; }

.bi-camera-video-off-fill::before {
  content: "\f21d"; }

.bi-camera-video-off::before {
  content: "\f21e"; }

.bi-camera-video::before {
  content: "\f21f"; }

.bi-camera::before {
  content: "\f220"; }

.bi-camera2::before {
  content: "\f221"; }

.bi-capslock-fill::before {
  content: "\f222"; }

.bi-capslock::before {
  content: "\f223"; }

.bi-card-checklist::before {
  content: "\f224"; }

.bi-card-heading::before {
  content: "\f225"; }

.bi-card-image::before {
  content: "\f226"; }

.bi-card-list::before {
  content: "\f227"; }

.bi-card-text::before {
  content: "\f228"; }

.bi-caret-down-fill::before {
  content: "\f229"; }

.bi-caret-down-square-fill::before {
  content: "\f22a"; }

.bi-caret-down-square::before {
  content: "\f22b"; }

.bi-caret-down::before {
  content: "\f22c"; }

.bi-caret-left-fill::before {
  content: "\f22d"; }

.bi-caret-left-square-fill::before {
  content: "\f22e"; }

.bi-caret-left-square::before {
  content: "\f22f"; }

.bi-caret-left::before {
  content: "\f230"; }

.bi-caret-right-fill::before {
  content: "\f231"; }

.bi-caret-right-square-fill::before {
  content: "\f232"; }

.bi-caret-right-square::before {
  content: "\f233"; }

.bi-caret-right::before {
  content: "\f234"; }

.bi-caret-up-fill::before {
  content: "\f235"; }

.bi-caret-up-square-fill::before {
  content: "\f236"; }

.bi-caret-up-square::before {
  content: "\f237"; }

.bi-caret-up::before {
  content: "\f238"; }

.bi-cart-check-fill::before {
  content: "\f239"; }

.bi-cart-check::before {
  content: "\f23a"; }

.bi-cart-dash-fill::before {
  content: "\f23b"; }

.bi-cart-dash::before {
  content: "\f23c"; }

.bi-cart-fill::before {
  content: "\f23d"; }

.bi-cart-plus-fill::before {
  content: "\f23e"; }

.bi-cart-plus::before {
  content: "\f23f"; }

.bi-cart-x-fill::before {
  content: "\f240"; }

.bi-cart-x::before {
  content: "\f241"; }

.bi-cart::before {
  content: "\f242"; }

.bi-cart2::before {
  content: "\f243"; }

.bi-cart3::before {
  content: "\f244"; }

.bi-cart4::before {
  content: "\f245"; }

.bi-cash-stack::before {
  content: "\f246"; }

.bi-cash::before {
  content: "\f247"; }

.bi-cast::before {
  content: "\f248"; }

.bi-chat-dots-fill::before {
  content: "\f249"; }

.bi-chat-dots::before {
  content: "\f24a"; }

.bi-chat-fill::before {
  content: "\f24b"; }

.bi-chat-left-dots-fill::before {
  content: "\f24c"; }

.bi-chat-left-dots::before {
  content: "\f24d"; }

.bi-chat-left-fill::before {
  content: "\f24e"; }

.bi-chat-left-quote-fill::before {
  content: "\f24f"; }

.bi-chat-left-quote::before {
  content: "\f250"; }

.bi-chat-left-text-fill::before {
  content: "\f251"; }

.bi-chat-left-text::before {
  content: "\f252"; }

.bi-chat-left::before {
  content: "\f253"; }

.bi-chat-quote-fill::before {
  content: "\f254"; }

.bi-chat-quote::before {
  content: "\f255"; }

.bi-chat-right-dots-fill::before {
  content: "\f256"; }

.bi-chat-right-dots::before {
  content: "\f257"; }

.bi-chat-right-fill::before {
  content: "\f258"; }

.bi-chat-right-quote-fill::before {
  content: "\f259"; }

.bi-chat-right-quote::before {
  content: "\f25a"; }

.bi-chat-right-text-fill::before {
  content: "\f25b"; }

.bi-chat-right-text::before {
  content: "\f25c"; }

.bi-chat-right::before {
  content: "\f25d"; }

.bi-chat-square-dots-fill::before {
  content: "\f25e"; }

.bi-chat-square-dots::before {
  content: "\f25f"; }

.bi-chat-square-fill::before {
  content: "\f260"; }

.bi-chat-square-quote-fill::before {
  content: "\f261"; }

.bi-chat-square-quote::before {
  content: "\f262"; }

.bi-chat-square-text-fill::before {
  content: "\f263"; }

.bi-chat-square-text::before {
  content: "\f264"; }

.bi-chat-square::before {
  content: "\f265"; }

.bi-chat-text-fill::before {
  content: "\f266"; }

.bi-chat-text::before {
  content: "\f267"; }

.bi-chat::before {
  content: "\f268"; }

.bi-check-all::before {
  content: "\f269"; }

.bi-check-circle-fill::before {
  content: "\f26a"; }

.bi-check-circle::before {
  content: "\f26b"; }

.bi-check-square-fill::before {
  content: "\f26c"; }

.bi-check-square::before {
  content: "\f26d"; }

.bi-check::before {
  content: "\f26e"; }

.bi-check2-all::before {
  content: "\f26f"; }

.bi-check2-circle::before {
  content: "\f270"; }

.bi-check2-square::before {
  content: "\f271"; }

.bi-check2::before {
  content: "\f272"; }

.bi-chevron-bar-contract::before {
  content: "\f273"; }

.bi-chevron-bar-down::before {
  content: "\f274"; }

.bi-chevron-bar-expand::before {
  content: "\f275"; }

.bi-chevron-bar-left::before {
  content: "\f276"; }

.bi-chevron-bar-right::before {
  content: "\f277"; }

.bi-chevron-bar-up::before {
  content: "\f278"; }

.bi-chevron-compact-down::before {
  content: "\f279"; }

.bi-chevron-compact-left::before {
  content: "\f27a"; }

.bi-chevron-compact-right::before {
  content: "\f27b"; }

.bi-chevron-compact-up::before {
  content: "\f27c"; }

.bi-chevron-contract::before {
  content: "\f27d"; }

.bi-chevron-double-down::before {
  content: "\f27e"; }

.bi-chevron-double-left::before {
  content: "\f27f"; }

.bi-chevron-double-right::before {
  content: "\f280"; }

.bi-chevron-double-up::before {
  content: "\f281"; }

.bi-chevron-down::before {
  content: "\f282"; }

.bi-chevron-expand::before {
  content: "\f283"; }

.bi-chevron-left::before {
  content: "\f284"; }

.bi-chevron-right::before {
  content: "\f285"; }

.bi-chevron-up::before {
  content: "\f286"; }

.bi-circle-fill::before {
  content: "\f287"; }

.bi-circle-half::before {
  content: "\f288"; }

.bi-circle-square::before {
  content: "\f289"; }

.bi-circle::before {
  content: "\f28a"; }

.bi-clipboard-check::before {
  content: "\f28b"; }

.bi-clipboard-data::before {
  content: "\f28c"; }

.bi-clipboard-minus::before {
  content: "\f28d"; }

.bi-clipboard-plus::before {
  content: "\f28e"; }

.bi-clipboard-x::before {
  content: "\f28f"; }

.bi-clipboard::before {
  content: "\f290"; }

.bi-clock-fill::before {
  content: "\f291"; }

.bi-clock-history::before {
  content: "\f292"; }

.bi-clock::before {
  content: "\f293"; }

.bi-cloud-arrow-down-fill::before {
  content: "\f294"; }

.bi-cloud-arrow-down::before {
  content: "\f295"; }

.bi-cloud-arrow-up-fill::before {
  content: "\f296"; }

.bi-cloud-arrow-up::before {
  content: "\f297"; }

.bi-cloud-check-fill::before {
  content: "\f298"; }

.bi-cloud-check::before {
  content: "\f299"; }

.bi-cloud-download-fill::before {
  content: "\f29a"; }

.bi-cloud-download::before {
  content: "\f29b"; }

.bi-cloud-drizzle-fill::before {
  content: "\f29c"; }

.bi-cloud-drizzle::before {
  content: "\f29d"; }

.bi-cloud-fill::before {
  content: "\f29e"; }

.bi-cloud-fog-fill::before {
  content: "\f29f"; }

.bi-cloud-fog::before {
  content: "\f2a0"; }

.bi-cloud-fog2-fill::before {
  content: "\f2a1"; }

.bi-cloud-fog2::before {
  content: "\f2a2"; }

.bi-cloud-hail-fill::before {
  content: "\f2a3"; }

.bi-cloud-hail::before {
  content: "\f2a4"; }

.bi-cloud-haze-1::before {
  content: "\f2a5"; }

.bi-cloud-haze-fill::before {
  content: "\f2a6"; }

.bi-cloud-haze::before {
  content: "\f2a7"; }

.bi-cloud-haze2-fill::before {
  content: "\f2a8"; }

.bi-cloud-lightning-fill::before {
  content: "\f2a9"; }

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa"; }

.bi-cloud-lightning-rain::before {
  content: "\f2ab"; }

.bi-cloud-lightning::before {
  content: "\f2ac"; }

.bi-cloud-minus-fill::before {
  content: "\f2ad"; }

.bi-cloud-minus::before {
  content: "\f2ae"; }

.bi-cloud-moon-fill::before {
  content: "\f2af"; }

.bi-cloud-moon::before {
  content: "\f2b0"; }

.bi-cloud-plus-fill::before {
  content: "\f2b1"; }

.bi-cloud-plus::before {
  content: "\f2b2"; }

.bi-cloud-rain-fill::before {
  content: "\f2b3"; }

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4"; }

.bi-cloud-rain-heavy::before {
  content: "\f2b5"; }

.bi-cloud-rain::before {
  content: "\f2b6"; }

.bi-cloud-slash-fill::before {
  content: "\f2b7"; }

.bi-cloud-slash::before {
  content: "\f2b8"; }

.bi-cloud-sleet-fill::before {
  content: "\f2b9"; }

.bi-cloud-sleet::before {
  content: "\f2ba"; }

.bi-cloud-snow-fill::before {
  content: "\f2bb"; }

.bi-cloud-snow::before {
  content: "\f2bc"; }

.bi-cloud-sun-fill::before {
  content: "\f2bd"; }

.bi-cloud-sun::before {
  content: "\f2be"; }

.bi-cloud-upload-fill::before {
  content: "\f2bf"; }

.bi-cloud-upload::before {
  content: "\f2c0"; }

.bi-cloud::before {
  content: "\f2c1"; }

.bi-clouds-fill::before {
  content: "\f2c2"; }

.bi-clouds::before {
  content: "\f2c3"; }

.bi-cloudy-fill::before {
  content: "\f2c4"; }

.bi-cloudy::before {
  content: "\f2c5"; }

.bi-code-slash::before {
  content: "\f2c6"; }

.bi-code-square::before {
  content: "\f2c7"; }

.bi-code::before {
  content: "\f2c8"; }

.bi-collection-fill::before {
  content: "\f2c9"; }

.bi-collection-play-fill::before {
  content: "\f2ca"; }

.bi-collection-play::before {
  content: "\f2cb"; }

.bi-collection::before {
  content: "\f2cc"; }

.bi-columns-gap::before {
  content: "\f2cd"; }

.bi-columns::before {
  content: "\f2ce"; }

.bi-command::before {
  content: "\f2cf"; }

.bi-compass-fill::before {
  content: "\f2d0"; }

.bi-compass::before {
  content: "\f2d1"; }

.bi-cone-striped::before {
  content: "\f2d2"; }

.bi-cone::before {
  content: "\f2d3"; }

.bi-controller::before {
  content: "\f2d4"; }

.bi-cpu-fill::before {
  content: "\f2d5"; }

.bi-cpu::before {
  content: "\f2d6"; }

.bi-credit-card-2-back-fill::before {
  content: "\f2d7"; }

.bi-credit-card-2-back::before {
  content: "\f2d8"; }

.bi-credit-card-2-front-fill::before {
  content: "\f2d9"; }

.bi-credit-card-2-front::before {
  content: "\f2da"; }

.bi-credit-card-fill::before {
  content: "\f2db"; }

.bi-credit-card::before {
  content: "\f2dc"; }

.bi-crop::before {
  content: "\f2dd"; }

.bi-cup-fill::before {
  content: "\f2de"; }

.bi-cup-straw::before {
  content: "\f2df"; }

.bi-cup::before {
  content: "\f2e0"; }

.bi-cursor-fill::before {
  content: "\f2e1"; }

.bi-cursor-text::before {
  content: "\f2e2"; }

.bi-cursor::before {
  content: "\f2e3"; }

.bi-dash-circle-dotted::before {
  content: "\f2e4"; }

.bi-dash-circle-fill::before {
  content: "\f2e5"; }

.bi-dash-circle::before {
  content: "\f2e6"; }

.bi-dash-square-dotted::before {
  content: "\f2e7"; }

.bi-dash-square-fill::before {
  content: "\f2e8"; }

.bi-dash-square::before {
  content: "\f2e9"; }

.bi-dash::before {
  content: "\f2ea"; }

.bi-diagram-2-fill::before {
  content: "\f2eb"; }

.bi-diagram-2::before {
  content: "\f2ec"; }

.bi-diagram-3-fill::before {
  content: "\f2ed"; }

.bi-diagram-3::before {
  content: "\f2ee"; }

.bi-diamond-fill::before {
  content: "\f2ef"; }

.bi-diamond-half::before {
  content: "\f2f0"; }

.bi-diamond::before {
  content: "\f2f1"; }

.bi-dice-1-fill::before {
  content: "\f2f2"; }

.bi-dice-1::before {
  content: "\f2f3"; }

.bi-dice-2-fill::before {
  content: "\f2f4"; }

.bi-dice-2::before {
  content: "\f2f5"; }

.bi-dice-3-fill::before {
  content: "\f2f6"; }

.bi-dice-3::before {
  content: "\f2f7"; }

.bi-dice-4-fill::before {
  content: "\f2f8"; }

.bi-dice-4::before {
  content: "\f2f9"; }

.bi-dice-5-fill::before {
  content: "\f2fa"; }

.bi-dice-5::before {
  content: "\f2fb"; }

.bi-dice-6-fill::before {
  content: "\f2fc"; }

.bi-dice-6::before {
  content: "\f2fd"; }

.bi-disc-fill::before {
  content: "\f2fe"; }

.bi-disc::before {
  content: "\f2ff"; }

.bi-discord::before {
  content: "\f300"; }

.bi-display-fill::before {
  content: "\f301"; }

.bi-display::before {
  content: "\f302"; }

.bi-distribute-horizontal::before {
  content: "\f303"; }

.bi-distribute-vertical::before {
  content: "\f304"; }

.bi-door-closed-fill::before {
  content: "\f305"; }

.bi-door-closed::before {
  content: "\f306"; }

.bi-door-open-fill::before {
  content: "\f307"; }

.bi-door-open::before {
  content: "\f308"; }

.bi-dot::before {
  content: "\f309"; }

.bi-download::before {
  content: "\f30a"; }

.bi-droplet-fill::before {
  content: "\f30b"; }

.bi-droplet-half::before {
  content: "\f30c"; }

.bi-droplet::before {
  content: "\f30d"; }

.bi-earbuds::before {
  content: "\f30e"; }

.bi-easel-fill::before {
  content: "\f30f"; }

.bi-easel::before {
  content: "\f310"; }

.bi-egg-fill::before {
  content: "\f311"; }

.bi-egg-fried::before {
  content: "\f312"; }

.bi-egg::before {
  content: "\f313"; }

.bi-eject-fill::before {
  content: "\f314"; }

.bi-eject::before {
  content: "\f315"; }

.bi-emoji-angry-fill::before {
  content: "\f316"; }

.bi-emoji-angry::before {
  content: "\f317"; }

.bi-emoji-dizzy-fill::before {
  content: "\f318"; }

.bi-emoji-dizzy::before {
  content: "\f319"; }

.bi-emoji-expressionless-fill::before {
  content: "\f31a"; }

.bi-emoji-expressionless::before {
  content: "\f31b"; }

.bi-emoji-frown-fill::before {
  content: "\f31c"; }

.bi-emoji-frown::before {
  content: "\f31d"; }

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e"; }

.bi-emoji-heart-eyes::before {
  content: "\f31f"; }

.bi-emoji-laughing-fill::before {
  content: "\f320"; }

.bi-emoji-laughing::before {
  content: "\f321"; }

.bi-emoji-neutral-fill::before {
  content: "\f322"; }

.bi-emoji-neutral::before {
  content: "\f323"; }

.bi-emoji-smile-fill::before {
  content: "\f324"; }

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325"; }

.bi-emoji-smile-upside-down::before {
  content: "\f326"; }

.bi-emoji-smile::before {
  content: "\f327"; }

.bi-emoji-sunglasses-fill::before {
  content: "\f328"; }

.bi-emoji-sunglasses::before {
  content: "\f329"; }

.bi-emoji-wink-fill::before {
  content: "\f32a"; }

.bi-emoji-wink::before {
  content: "\f32b"; }

.bi-envelope-fill::before {
  content: "\f32c"; }

.bi-envelope-open-fill::before {
  content: "\f32d"; }

.bi-envelope-open::before {
  content: "\f32e"; }

.bi-envelope::before {
  content: "\f32f"; }

.bi-eraser-fill::before {
  content: "\f330"; }

.bi-eraser::before {
  content: "\f331"; }

.bi-exclamation-circle-fill::before {
  content: "\f332"; }

.bi-exclamation-circle::before {
  content: "\f333"; }

.bi-exclamation-diamond-fill::before {
  content: "\f334"; }

.bi-exclamation-diamond::before {
  content: "\f335"; }

.bi-exclamation-octagon-fill::before {
  content: "\f336"; }

.bi-exclamation-octagon::before {
  content: "\f337"; }

.bi-exclamation-square-fill::before {
  content: "\f338"; }

.bi-exclamation-square::before {
  content: "\f339"; }

.bi-exclamation-triangle-fill::before {
  content: "\f33a"; }

.bi-exclamation-triangle::before {
  content: "\f33b"; }

.bi-exclamation::before {
  content: "\f33c"; }

.bi-exclude::before {
  content: "\f33d"; }

.bi-eye-fill::before {
  content: "\f33e"; }

.bi-eye-slash-fill::before {
  content: "\f33f"; }

.bi-eye-slash::before {
  content: "\f340"; }

.bi-eye::before {
  content: "\f341"; }

.bi-eyedropper::before {
  content: "\f342"; }

.bi-eyeglasses::before {
  content: "\f343"; }

.bi-facebook::before {
  content: "\f344"; }

.bi-file-arrow-down-fill::before {
  content: "\f345"; }

.bi-file-arrow-down::before {
  content: "\f346"; }

.bi-file-arrow-up-fill::before {
  content: "\f347"; }

.bi-file-arrow-up::before {
  content: "\f348"; }

.bi-file-bar-graph-fill::before {
  content: "\f349"; }

.bi-file-bar-graph::before {
  content: "\f34a"; }

.bi-file-binary-fill::before {
  content: "\f34b"; }

.bi-file-binary::before {
  content: "\f34c"; }

.bi-file-break-fill::before {
  content: "\f34d"; }

.bi-file-break::before {
  content: "\f34e"; }

.bi-file-check-fill::before {
  content: "\f34f"; }

.bi-file-check::before {
  content: "\f350"; }

.bi-file-code-fill::before {
  content: "\f351"; }

.bi-file-code::before {
  content: "\f352"; }

.bi-file-diff-fill::before {
  content: "\f353"; }

.bi-file-diff::before {
  content: "\f354"; }

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355"; }

.bi-file-earmark-arrow-down::before {
  content: "\f356"; }

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357"; }

.bi-file-earmark-arrow-up::before {
  content: "\f358"; }

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359"; }

.bi-file-earmark-bar-graph::before {
  content: "\f35a"; }

.bi-file-earmark-binary-fill::before {
  content: "\f35b"; }

.bi-file-earmark-binary::before {
  content: "\f35c"; }

.bi-file-earmark-break-fill::before {
  content: "\f35d"; }

.bi-file-earmark-break::before {
  content: "\f35e"; }

.bi-file-earmark-check-fill::before {
  content: "\f35f"; }

.bi-file-earmark-check::before {
  content: "\f360"; }

.bi-file-earmark-code-fill::before {
  content: "\f361"; }

.bi-file-earmark-code::before {
  content: "\f362"; }

.bi-file-earmark-diff-fill::before {
  content: "\f363"; }

.bi-file-earmark-diff::before {
  content: "\f364"; }

.bi-file-earmark-easel-fill::before {
  content: "\f365"; }

.bi-file-earmark-easel::before {
  content: "\f366"; }

.bi-file-earmark-excel-fill::before {
  content: "\f367"; }

.bi-file-earmark-excel::before {
  content: "\f368"; }

.bi-file-earmark-fill::before {
  content: "\f369"; }

.bi-file-earmark-font-fill::before {
  content: "\f36a"; }

.bi-file-earmark-font::before {
  content: "\f36b"; }

.bi-file-earmark-image-fill::before {
  content: "\f36c"; }

.bi-file-earmark-image::before {
  content: "\f36d"; }

.bi-file-earmark-lock-fill::before {
  content: "\f36e"; }

.bi-file-earmark-lock::before {
  content: "\f36f"; }

.bi-file-earmark-lock2-fill::before {
  content: "\f370"; }

.bi-file-earmark-lock2::before {
  content: "\f371"; }

.bi-file-earmark-medical-fill::before {
  content: "\f372"; }

.bi-file-earmark-medical::before {
  content: "\f373"; }

.bi-file-earmark-minus-fill::before {
  content: "\f374"; }

.bi-file-earmark-minus::before {
  content: "\f375"; }

.bi-file-earmark-music-fill::before {
  content: "\f376"; }

.bi-file-earmark-music::before {
  content: "\f377"; }

.bi-file-earmark-person-fill::before {
  content: "\f378"; }

.bi-file-earmark-person::before {
  content: "\f379"; }

.bi-file-earmark-play-fill::before {
  content: "\f37a"; }

.bi-file-earmark-play::before {
  content: "\f37b"; }

.bi-file-earmark-plus-fill::before {
  content: "\f37c"; }

.bi-file-earmark-plus::before {
  content: "\f37d"; }

.bi-file-earmark-post-fill::before {
  content: "\f37e"; }

.bi-file-earmark-post::before {
  content: "\f37f"; }

.bi-file-earmark-ppt-fill::before {
  content: "\f380"; }

.bi-file-earmark-ppt::before {
  content: "\f381"; }

.bi-file-earmark-richtext-fill::before {
  content: "\f382"; }

.bi-file-earmark-richtext::before {
  content: "\f383"; }

.bi-file-earmark-ruled-fill::before {
  content: "\f384"; }

.bi-file-earmark-ruled::before {
  content: "\f385"; }

.bi-file-earmark-slides-fill::before {
  content: "\f386"; }

.bi-file-earmark-slides::before {
  content: "\f387"; }

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388"; }

.bi-file-earmark-spreadsheet::before {
  content: "\f389"; }

.bi-file-earmark-text-fill::before {
  content: "\f38a"; }

.bi-file-earmark-text::before {
  content: "\f38b"; }

.bi-file-earmark-word-fill::before {
  content: "\f38c"; }

.bi-file-earmark-word::before {
  content: "\f38d"; }

.bi-file-earmark-x-fill::before {
  content: "\f38e"; }

.bi-file-earmark-x::before {
  content: "\f38f"; }

.bi-file-earmark-zip-fill::before {
  content: "\f390"; }

.bi-file-earmark-zip::before {
  content: "\f391"; }

.bi-file-earmark::before {
  content: "\f392"; }

.bi-file-easel-fill::before {
  content: "\f393"; }

.bi-file-easel::before {
  content: "\f394"; }

.bi-file-excel-fill::before {
  content: "\f395"; }

.bi-file-excel::before {
  content: "\f396"; }

.bi-file-fill::before {
  content: "\f397"; }

.bi-file-font-fill::before {
  content: "\f398"; }

.bi-file-font::before {
  content: "\f399"; }

.bi-file-image-fill::before {
  content: "\f39a"; }

.bi-file-image::before {
  content: "\f39b"; }

.bi-file-lock-fill::before {
  content: "\f39c"; }

.bi-file-lock::before {
  content: "\f39d"; }

.bi-file-lock2-fill::before {
  content: "\f39e"; }

.bi-file-lock2::before {
  content: "\f39f"; }

.bi-file-medical-fill::before {
  content: "\f3a0"; }

.bi-file-medical::before {
  content: "\f3a1"; }

.bi-file-minus-fill::before {
  content: "\f3a2"; }

.bi-file-minus::before {
  content: "\f3a3"; }

.bi-file-music-fill::before {
  content: "\f3a4"; }

.bi-file-music::before {
  content: "\f3a5"; }

.bi-file-person-fill::before {
  content: "\f3a6"; }

.bi-file-person::before {
  content: "\f3a7"; }

.bi-file-play-fill::before {
  content: "\f3a8"; }

.bi-file-play::before {
  content: "\f3a9"; }

.bi-file-plus-fill::before {
  content: "\f3aa"; }

.bi-file-plus::before {
  content: "\f3ab"; }

.bi-file-post-fill::before {
  content: "\f3ac"; }

.bi-file-post::before {
  content: "\f3ad"; }

.bi-file-ppt-fill::before {
  content: "\f3ae"; }

.bi-file-ppt::before {
  content: "\f3af"; }

.bi-file-richtext-fill::before {
  content: "\f3b0"; }

.bi-file-richtext::before {
  content: "\f3b1"; }

.bi-file-ruled-fill::before {
  content: "\f3b2"; }

.bi-file-ruled::before {
  content: "\f3b3"; }

.bi-file-slides-fill::before {
  content: "\f3b4"; }

.bi-file-slides::before {
  content: "\f3b5"; }

.bi-file-spreadsheet-fill::before {
  content: "\f3b6"; }

.bi-file-spreadsheet::before {
  content: "\f3b7"; }

.bi-file-text-fill::before {
  content: "\f3b8"; }

.bi-file-text::before {
  content: "\f3b9"; }

.bi-file-word-fill::before {
  content: "\f3ba"; }

.bi-file-word::before {
  content: "\f3bb"; }

.bi-file-x-fill::before {
  content: "\f3bc"; }

.bi-file-x::before {
  content: "\f3bd"; }

.bi-file-zip-fill::before {
  content: "\f3be"; }

.bi-file-zip::before {
  content: "\f3bf"; }

.bi-file::before {
  content: "\f3c0"; }

.bi-files-alt::before {
  content: "\f3c1"; }

.bi-files::before {
  content: "\f3c2"; }

.bi-film::before {
  content: "\f3c3"; }

.bi-filter-circle-fill::before {
  content: "\f3c4"; }

.bi-filter-circle::before {
  content: "\f3c5"; }

.bi-filter-left::before {
  content: "\f3c6"; }

.bi-filter-right::before {
  content: "\f3c7"; }

.bi-filter-square-fill::before {
  content: "\f3c8"; }

.bi-filter-square::before {
  content: "\f3c9"; }

.bi-filter::before {
  content: "\f3ca"; }

.bi-flag-fill::before {
  content: "\f3cb"; }

.bi-flag::before {
  content: "\f3cc"; }

.bi-flower1::before {
  content: "\f3cd"; }

.bi-flower2::before {
  content: "\f3ce"; }

.bi-flower3::before {
  content: "\f3cf"; }

.bi-folder-check::before {
  content: "\f3d0"; }

.bi-folder-fill::before {
  content: "\f3d1"; }

.bi-folder-minus::before {
  content: "\f3d2"; }

.bi-folder-plus::before {
  content: "\f3d3"; }

.bi-folder-symlink-fill::before {
  content: "\f3d4"; }

.bi-folder-symlink::before {
  content: "\f3d5"; }

.bi-folder-x::before {
  content: "\f3d6"; }

.bi-folder::before {
  content: "\f3d7"; }

.bi-folder2-open::before {
  content: "\f3d8"; }

.bi-folder2::before {
  content: "\f3d9"; }

.bi-fonts::before {
  content: "\f3da"; }

.bi-forward-fill::before {
  content: "\f3db"; }

.bi-forward::before {
  content: "\f3dc"; }

.bi-front::before {
  content: "\f3dd"; }

.bi-fullscreen-exit::before {
  content: "\f3de"; }

.bi-fullscreen::before {
  content: "\f3df"; }

.bi-funnel-fill::before {
  content: "\f3e0"; }

.bi-funnel::before {
  content: "\f3e1"; }

.bi-gear-fill::before {
  content: "\f3e2"; }

.bi-gear-wide-connected::before {
  content: "\f3e3"; }

.bi-gear-wide::before {
  content: "\f3e4"; }

.bi-gear::before {
  content: "\f3e5"; }

.bi-gem::before {
  content: "\f3e6"; }

.bi-geo-alt-fill::before {
  content: "\f3e7"; }

.bi-geo-alt::before {
  content: "\f3e8"; }

.bi-geo-fill::before {
  content: "\f3e9"; }

.bi-geo::before {
  content: "\f3ea"; }

.bi-gift-fill::before {
  content: "\f3eb"; }

.bi-gift::before {
  content: "\f3ec"; }

.bi-github::before {
  content: "\f3ed"; }

.bi-globe::before {
  content: "\f3ee"; }

.bi-globe2::before {
  content: "\f3ef"; }

.bi-google::before {
  content: "\f3f0"; }

.bi-graph-down::before {
  content: "\f3f1"; }

.bi-graph-up::before {
  content: "\f3f2"; }

.bi-grid-1x2-fill::before {
  content: "\f3f3"; }

.bi-grid-1x2::before {
  content: "\f3f4"; }

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5"; }

.bi-grid-3x2-gap::before {
  content: "\f3f6"; }

.bi-grid-3x2::before {
  content: "\f3f7"; }

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8"; }

.bi-grid-3x3-gap::before {
  content: "\f3f9"; }

.bi-grid-3x3::before {
  content: "\f3fa"; }

.bi-grid-fill::before {
  content: "\f3fb"; }

.bi-grid::before {
  content: "\f3fc"; }

.bi-grip-horizontal::before {
  content: "\f3fd"; }

.bi-grip-vertical::before {
  content: "\f3fe"; }

.bi-hammer::before {
  content: "\f3ff"; }

.bi-hand-index-fill::before {
  content: "\f400"; }

.bi-hand-index-thumb-fill::before {
  content: "\f401"; }

.bi-hand-index-thumb::before {
  content: "\f402"; }

.bi-hand-index::before {
  content: "\f403"; }

.bi-hand-thumbs-down-fill::before {
  content: "\f404"; }

.bi-hand-thumbs-down::before {
  content: "\f405"; }

.bi-hand-thumbs-up-fill::before {
  content: "\f406"; }

.bi-hand-thumbs-up::before {
  content: "\f407"; }

.bi-handbag-fill::before {
  content: "\f408"; }

.bi-handbag::before {
  content: "\f409"; }

.bi-hash::before {
  content: "\f40a"; }

.bi-hdd-fill::before {
  content: "\f40b"; }

.bi-hdd-network-fill::before {
  content: "\f40c"; }

.bi-hdd-network::before {
  content: "\f40d"; }

.bi-hdd-rack-fill::before {
  content: "\f40e"; }

.bi-hdd-rack::before {
  content: "\f40f"; }

.bi-hdd-stack-fill::before {
  content: "\f410"; }

.bi-hdd-stack::before {
  content: "\f411"; }

.bi-hdd::before {
  content: "\f412"; }

.bi-headphones::before {
  content: "\f413"; }

.bi-headset::before {
  content: "\f414"; }

.bi-heart-fill::before {
  content: "\f415"; }

.bi-heart-half::before {
  content: "\f416"; }

.bi-heart::before {
  content: "\f417"; }

.bi-heptagon-fill::before {
  content: "\f418"; }

.bi-heptagon-half::before {
  content: "\f419"; }

.bi-heptagon::before {
  content: "\f41a"; }

.bi-hexagon-fill::before {
  content: "\f41b"; }

.bi-hexagon-half::before {
  content: "\f41c"; }

.bi-hexagon::before {
  content: "\f41d"; }

.bi-hourglass-bottom::before {
  content: "\f41e"; }

.bi-hourglass-split::before {
  content: "\f41f"; }

.bi-hourglass-top::before {
  content: "\f420"; }

.bi-hourglass::before {
  content: "\f421"; }

.bi-house-door-fill::before {
  content: "\f422"; }

.bi-house-door::before {
  content: "\f423"; }

.bi-house-fill::before {
  content: "\f424"; }

.bi-house::before {
  content: "\f425"; }

.bi-hr::before {
  content: "\f426"; }

.bi-hurricane::before {
  content: "\f427"; }

.bi-image-alt::before {
  content: "\f428"; }

.bi-image-fill::before {
  content: "\f429"; }

.bi-image::before {
  content: "\f42a"; }

.bi-images::before {
  content: "\f42b"; }

.bi-inbox-fill::before {
  content: "\f42c"; }

.bi-inbox::before {
  content: "\f42d"; }

.bi-inboxes-fill::before {
  content: "\f42e"; }

.bi-inboxes::before {
  content: "\f42f"; }

.bi-info-circle-fill::before {
  content: "\f430"; }

.bi-info-circle::before {
  content: "\f431"; }

.bi-info-square-fill::before {
  content: "\f432"; }

.bi-info-square::before {
  content: "\f433"; }

.bi-info::before {
  content: "\f434"; }

.bi-input-cursor-text::before {
  content: "\f435"; }

.bi-input-cursor::before {
  content: "\f436"; }

.bi-instagram::before {
  content: "\f437"; }

.bi-intersect::before {
  content: "\f438"; }

.bi-journal-album::before {
  content: "\f439"; }

.bi-journal-arrow-down::before {
  content: "\f43a"; }

.bi-journal-arrow-up::before {
  content: "\f43b"; }

.bi-journal-bookmark-fill::before {
  content: "\f43c"; }

.bi-journal-bookmark::before {
  content: "\f43d"; }

.bi-journal-check::before {
  content: "\f43e"; }

.bi-journal-code::before {
  content: "\f43f"; }

.bi-journal-medical::before {
  content: "\f440"; }

.bi-journal-minus::before {
  content: "\f441"; }

.bi-journal-plus::before {
  content: "\f442"; }

.bi-journal-richtext::before {
  content: "\f443"; }

.bi-journal-text::before {
  content: "\f444"; }

.bi-journal-x::before {
  content: "\f445"; }

.bi-journal::before {
  content: "\f446"; }

.bi-journals::before {
  content: "\f447"; }

.bi-joystick::before {
  content: "\f448"; }

.bi-justify-left::before {
  content: "\f449"; }

.bi-justify-right::before {
  content: "\f44a"; }

.bi-justify::before {
  content: "\f44b"; }

.bi-kanban-fill::before {
  content: "\f44c"; }

.bi-kanban::before {
  content: "\f44d"; }

.bi-key-fill::before {
  content: "\f44e"; }

.bi-key::before {
  content: "\f44f"; }

.bi-keyboard-fill::before {
  content: "\f450"; }

.bi-keyboard::before {
  content: "\f451"; }

.bi-ladder::before {
  content: "\f452"; }

.bi-lamp-fill::before {
  content: "\f453"; }

.bi-lamp::before {
  content: "\f454"; }

.bi-laptop-fill::before {
  content: "\f455"; }

.bi-laptop::before {
  content: "\f456"; }

.bi-layer-backward::before {
  content: "\f457"; }

.bi-layer-forward::before {
  content: "\f458"; }

.bi-layers-fill::before {
  content: "\f459"; }

.bi-layers-half::before {
  content: "\f45a"; }

.bi-layers::before {
  content: "\f45b"; }

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c"; }

.bi-layout-sidebar-inset::before {
  content: "\f45d"; }

.bi-layout-sidebar-reverse::before {
  content: "\f45e"; }

.bi-layout-sidebar::before {
  content: "\f45f"; }

.bi-layout-split::before {
  content: "\f460"; }

.bi-layout-text-sidebar-reverse::before {
  content: "\f461"; }

.bi-layout-text-sidebar::before {
  content: "\f462"; }

.bi-layout-text-window-reverse::before {
  content: "\f463"; }

.bi-layout-text-window::before {
  content: "\f464"; }

.bi-layout-three-columns::before {
  content: "\f465"; }

.bi-layout-wtf::before {
  content: "\f466"; }

.bi-life-preserver::before {
  content: "\f467"; }

.bi-lightbulb-fill::before {
  content: "\f468"; }

.bi-lightbulb-off-fill::before {
  content: "\f469"; }

.bi-lightbulb-off::before {
  content: "\f46a"; }

.bi-lightbulb::before {
  content: "\f46b"; }

.bi-lightning-charge-fill::before {
  content: "\f46c"; }

.bi-lightning-charge::before {
  content: "\f46d"; }

.bi-lightning-fill::before {
  content: "\f46e"; }

.bi-lightning::before {
  content: "\f46f"; }

.bi-link-45deg::before {
  content: "\f470"; }

.bi-link::before {
  content: "\f471"; }

.bi-linkedin::before {
  content: "\f472"; }

.bi-list-check::before {
  content: "\f473"; }

.bi-list-nested::before {
  content: "\f474"; }

.bi-list-ol::before {
  content: "\f475"; }

.bi-list-stars::before {
  content: "\f476"; }

.bi-list-task::before {
  content: "\f477"; }

.bi-list-ul::before {
  content: "\f478"; }

.bi-list::before {
  content: "\f479"; }

.bi-lock-fill::before {
  content: "\f47a"; }

.bi-lock::before {
  content: "\f47b"; }

.bi-mailbox::before {
  content: "\f47c"; }

.bi-mailbox2::before {
  content: "\f47d"; }

.bi-map-fill::before {
  content: "\f47e"; }

.bi-map::before {
  content: "\f47f"; }

.bi-markdown-fill::before {
  content: "\f480"; }

.bi-markdown::before {
  content: "\f481"; }

.bi-mask::before {
  content: "\f482"; }

.bi-megaphone-fill::before {
  content: "\f483"; }

.bi-megaphone::before {
  content: "\f484"; }

.bi-menu-app-fill::before {
  content: "\f485"; }

.bi-menu-app::before {
  content: "\f486"; }

.bi-menu-button-fill::before {
  content: "\f487"; }

.bi-menu-button-wide-fill::before {
  content: "\f488"; }

.bi-menu-button-wide::before {
  content: "\f489"; }

.bi-menu-button::before {
  content: "\f48a"; }

.bi-menu-down::before {
  content: "\f48b"; }

.bi-menu-up::before {
  content: "\f48c"; }

.bi-mic-fill::before {
  content: "\f48d"; }

.bi-mic-mute-fill::before {
  content: "\f48e"; }

.bi-mic-mute::before {
  content: "\f48f"; }

.bi-mic::before {
  content: "\f490"; }

.bi-minecart-loaded::before {
  content: "\f491"; }

.bi-minecart::before {
  content: "\f492"; }

.bi-moisture::before {
  content: "\f493"; }

.bi-moon-fill::before {
  content: "\f494"; }

.bi-moon-stars-fill::before {
  content: "\f495"; }

.bi-moon-stars::before {
  content: "\f496"; }

.bi-moon::before {
  content: "\f497"; }

.bi-mouse-fill::before {
  content: "\f498"; }

.bi-mouse::before {
  content: "\f499"; }

.bi-mouse2-fill::before {
  content: "\f49a"; }

.bi-mouse2::before {
  content: "\f49b"; }

.bi-mouse3-fill::before {
  content: "\f49c"; }

.bi-mouse3::before {
  content: "\f49d"; }

.bi-music-note-beamed::before {
  content: "\f49e"; }

.bi-music-note-list::before {
  content: "\f49f"; }

.bi-music-note::before {
  content: "\f4a0"; }

.bi-music-player-fill::before {
  content: "\f4a1"; }

.bi-music-player::before {
  content: "\f4a2"; }

.bi-newspaper::before {
  content: "\f4a3"; }

.bi-node-minus-fill::before {
  content: "\f4a4"; }

.bi-node-minus::before {
  content: "\f4a5"; }

.bi-node-plus-fill::before {
  content: "\f4a6"; }

.bi-node-plus::before {
  content: "\f4a7"; }

.bi-nut-fill::before {
  content: "\f4a8"; }

.bi-nut::before {
  content: "\f4a9"; }

.bi-octagon-fill::before {
  content: "\f4aa"; }

.bi-octagon-half::before {
  content: "\f4ab"; }

.bi-octagon::before {
  content: "\f4ac"; }

.bi-option::before {
  content: "\f4ad"; }

.bi-outlet::before {
  content: "\f4ae"; }

.bi-paint-bucket::before {
  content: "\f4af"; }

.bi-palette-fill::before {
  content: "\f4b0"; }

.bi-palette::before {
  content: "\f4b1"; }

.bi-palette2::before {
  content: "\f4b2"; }

.bi-paperclip::before {
  content: "\f4b3"; }

.bi-paragraph::before {
  content: "\f4b4"; }

.bi-patch-check-fill::before {
  content: "\f4b5"; }

.bi-patch-check::before {
  content: "\f4b6"; }

.bi-patch-exclamation-fill::before {
  content: "\f4b7"; }

.bi-patch-exclamation::before {
  content: "\f4b8"; }

.bi-patch-minus-fill::before {
  content: "\f4b9"; }

.bi-patch-minus::before {
  content: "\f4ba"; }

.bi-patch-plus-fill::before {
  content: "\f4bb"; }

.bi-patch-plus::before {
  content: "\f4bc"; }

.bi-patch-question-fill::before {
  content: "\f4bd"; }

.bi-patch-question::before {
  content: "\f4be"; }

.bi-pause-btn-fill::before {
  content: "\f4bf"; }

.bi-pause-btn::before {
  content: "\f4c0"; }

.bi-pause-circle-fill::before {
  content: "\f4c1"; }

.bi-pause-circle::before {
  content: "\f4c2"; }

.bi-pause-fill::before {
  content: "\f4c3"; }

.bi-pause::before {
  content: "\f4c4"; }

.bi-peace-fill::before {
  content: "\f4c5"; }

.bi-peace::before {
  content: "\f4c6"; }

.bi-pen-fill::before {
  content: "\f4c7"; }

.bi-pen::before {
  content: "\f4c8"; }

.bi-pencil-fill::before {
  content: "\f4c9"; }

.bi-pencil-square::before {
  content: "\f4ca"; }

.bi-pencil::before {
  content: "\f4cb"; }

.bi-pentagon-fill::before {
  content: "\f4cc"; }

.bi-pentagon-half::before {
  content: "\f4cd"; }

.bi-pentagon::before {
  content: "\f4ce"; }

.bi-people-fill::before {
  content: "\f4cf"; }

.bi-people::before {
  content: "\f4d0"; }

.bi-percent::before {
  content: "\f4d1"; }

.bi-person-badge-fill::before {
  content: "\f4d2"; }

.bi-person-badge::before {
  content: "\f4d3"; }

.bi-person-bounding-box::before {
  content: "\f4d4"; }

.bi-person-check-fill::before {
  content: "\f4d5"; }

.bi-person-check::before {
  content: "\f4d6"; }

.bi-person-circle::before {
  content: "\f4d7"; }

.bi-person-dash-fill::before {
  content: "\f4d8"; }

.bi-person-dash::before {
  content: "\f4d9"; }

.bi-person-fill::before {
  content: "\f4da"; }

.bi-person-lines-fill::before {
  content: "\f4db"; }

.bi-person-plus-fill::before {
  content: "\f4dc"; }

.bi-person-plus::before {
  content: "\f4dd"; }

.bi-person-square::before {
  content: "\f4de"; }

.bi-person-x-fill::before {
  content: "\f4df"; }

.bi-person-x::before {
  content: "\f4e0"; }

.bi-person::before {
  content: "\f4e1"; }

.bi-phone-fill::before {
  content: "\f4e2"; }

.bi-phone-landscape-fill::before {
  content: "\f4e3"; }

.bi-phone-landscape::before {
  content: "\f4e4"; }

.bi-phone-vibrate-fill::before {
  content: "\f4e5"; }

.bi-phone-vibrate::before {
  content: "\f4e6"; }

.bi-phone::before {
  content: "\f4e7"; }

.bi-pie-chart-fill::before {
  content: "\f4e8"; }

.bi-pie-chart::before {
  content: "\f4e9"; }

.bi-pin-angle-fill::before {
  content: "\f4ea"; }

.bi-pin-angle::before {
  content: "\f4eb"; }

.bi-pin-fill::before {
  content: "\f4ec"; }

.bi-pin::before {
  content: "\f4ed"; }

.bi-pip-fill::before {
  content: "\f4ee"; }

.bi-pip::before {
  content: "\f4ef"; }

.bi-play-btn-fill::before {
  content: "\f4f0"; }

.bi-play-btn::before {
  content: "\f4f1"; }

.bi-play-circle-fill::before {
  content: "\f4f2"; }

.bi-play-circle::before {
  content: "\f4f3"; }

.bi-play-fill::before {
  content: "\f4f4"; }

.bi-play::before {
  content: "\f4f5"; }

.bi-plug-fill::before {
  content: "\f4f6"; }

.bi-plug::before {
  content: "\f4f7"; }

.bi-plus-circle-dotted::before {
  content: "\f4f8"; }

.bi-plus-circle-fill::before {
  content: "\f4f9"; }

.bi-plus-circle::before {
  content: "\f4fa"; }

.bi-plus-square-dotted::before {
  content: "\f4fb"; }

.bi-plus-square-fill::before {
  content: "\f4fc"; }

.bi-plus-square::before {
  content: "\f4fd"; }

.bi-plus::before {
  content: "\f4fe"; }

.bi-power::before {
  content: "\f4ff"; }

.bi-printer-fill::before {
  content: "\f500"; }

.bi-printer::before {
  content: "\f501"; }

.bi-puzzle-fill::before {
  content: "\f502"; }

.bi-puzzle::before {
  content: "\f503"; }

.bi-question-circle-fill::before {
  content: "\f504"; }

.bi-question-circle::before {
  content: "\f505"; }

.bi-question-diamond-fill::before {
  content: "\f506"; }

.bi-question-diamond::before {
  content: "\f507"; }

.bi-question-octagon-fill::before {
  content: "\f508"; }

.bi-question-octagon::before {
  content: "\f509"; }

.bi-question-square-fill::before {
  content: "\f50a"; }

.bi-question-square::before {
  content: "\f50b"; }

.bi-question::before {
  content: "\f50c"; }

.bi-rainbow::before {
  content: "\f50d"; }

.bi-receipt-cutoff::before {
  content: "\f50e"; }

.bi-receipt::before {
  content: "\f50f"; }

.bi-reception-0::before {
  content: "\f510"; }

.bi-reception-1::before {
  content: "\f511"; }

.bi-reception-2::before {
  content: "\f512"; }

.bi-reception-3::before {
  content: "\f513"; }

.bi-reception-4::before {
  content: "\f514"; }

.bi-record-btn-fill::before {
  content: "\f515"; }

.bi-record-btn::before {
  content: "\f516"; }

.bi-record-circle-fill::before {
  content: "\f517"; }

.bi-record-circle::before {
  content: "\f518"; }

.bi-record-fill::before {
  content: "\f519"; }

.bi-record::before {
  content: "\f51a"; }

.bi-record2-fill::before {
  content: "\f51b"; }

.bi-record2::before {
  content: "\f51c"; }

.bi-reply-all-fill::before {
  content: "\f51d"; }

.bi-reply-all::before {
  content: "\f51e"; }

.bi-reply-fill::before {
  content: "\f51f"; }

.bi-reply::before {
  content: "\f520"; }

.bi-rss-fill::before {
  content: "\f521"; }

.bi-rss::before {
  content: "\f522"; }

.bi-rulers::before {
  content: "\f523"; }

.bi-save-fill::before {
  content: "\f524"; }

.bi-save::before {
  content: "\f525"; }

.bi-save2-fill::before {
  content: "\f526"; }

.bi-save2::before {
  content: "\f527"; }

.bi-scissors::before {
  content: "\f528"; }

.bi-screwdriver::before {
  content: "\f529"; }

.bi-search::before {
  content: "\f52a"; }

.bi-segmented-nav::before {
  content: "\f52b"; }

.bi-server::before {
  content: "\f52c"; }

.bi-share-fill::before {
  content: "\f52d"; }

.bi-share::before {
  content: "\f52e"; }

.bi-shield-check::before {
  content: "\f52f"; }

.bi-shield-exclamation::before {
  content: "\f530"; }

.bi-shield-fill-check::before {
  content: "\f531"; }

.bi-shield-fill-exclamation::before {
  content: "\f532"; }

.bi-shield-fill-minus::before {
  content: "\f533"; }

.bi-shield-fill-plus::before {
  content: "\f534"; }

.bi-shield-fill-x::before {
  content: "\f535"; }

.bi-shield-fill::before {
  content: "\f536"; }

.bi-shield-lock-fill::before {
  content: "\f537"; }

.bi-shield-lock::before {
  content: "\f538"; }

.bi-shield-minus::before {
  content: "\f539"; }

.bi-shield-plus::before {
  content: "\f53a"; }

.bi-shield-shaded::before {
  content: "\f53b"; }

.bi-shield-slash-fill::before {
  content: "\f53c"; }

.bi-shield-slash::before {
  content: "\f53d"; }

.bi-shield-x::before {
  content: "\f53e"; }

.bi-shield::before {
  content: "\f53f"; }

.bi-shift-fill::before {
  content: "\f540"; }

.bi-shift::before {
  content: "\f541"; }

.bi-shop-window::before {
  content: "\f542"; }

.bi-shop::before {
  content: "\f543"; }

.bi-shuffle::before {
  content: "\f544"; }

.bi-signpost-2-fill::before {
  content: "\f545"; }

.bi-signpost-2::before {
  content: "\f546"; }

.bi-signpost-fill::before {
  content: "\f547"; }

.bi-signpost-split-fill::before {
  content: "\f548"; }

.bi-signpost-split::before {
  content: "\f549"; }

.bi-signpost::before {
  content: "\f54a"; }

.bi-sim-fill::before {
  content: "\f54b"; }

.bi-sim::before {
  content: "\f54c"; }

.bi-skip-backward-btn-fill::before {
  content: "\f54d"; }

.bi-skip-backward-btn::before {
  content: "\f54e"; }

.bi-skip-backward-circle-fill::before {
  content: "\f54f"; }

.bi-skip-backward-circle::before {
  content: "\f550"; }

.bi-skip-backward-fill::before {
  content: "\f551"; }

.bi-skip-backward::before {
  content: "\f552"; }

.bi-skip-end-btn-fill::before {
  content: "\f553"; }

.bi-skip-end-btn::before {
  content: "\f554"; }

.bi-skip-end-circle-fill::before {
  content: "\f555"; }

.bi-skip-end-circle::before {
  content: "\f556"; }

.bi-skip-end-fill::before {
  content: "\f557"; }

.bi-skip-end::before {
  content: "\f558"; }

.bi-skip-forward-btn-fill::before {
  content: "\f559"; }

.bi-skip-forward-btn::before {
  content: "\f55a"; }

.bi-skip-forward-circle-fill::before {
  content: "\f55b"; }

.bi-skip-forward-circle::before {
  content: "\f55c"; }

.bi-skip-forward-fill::before {
  content: "\f55d"; }

.bi-skip-forward::before {
  content: "\f55e"; }

.bi-skip-start-btn-fill::before {
  content: "\f55f"; }

.bi-skip-start-btn::before {
  content: "\f560"; }

.bi-skip-start-circle-fill::before {
  content: "\f561"; }

.bi-skip-start-circle::before {
  content: "\f562"; }

.bi-skip-start-fill::before {
  content: "\f563"; }

.bi-skip-start::before {
  content: "\f564"; }

.bi-slack::before {
  content: "\f565"; }

.bi-slash-circle-fill::before {
  content: "\f566"; }

.bi-slash-circle::before {
  content: "\f567"; }

.bi-slash-square-fill::before {
  content: "\f568"; }

.bi-slash-square::before {
  content: "\f569"; }

.bi-slash::before {
  content: "\f56a"; }

.bi-sliders::before {
  content: "\f56b"; }

.bi-smartwatch::before {
  content: "\f56c"; }

.bi-snow::before {
  content: "\f56d"; }

.bi-snow2::before {
  content: "\f56e"; }

.bi-snow3::before {
  content: "\f56f"; }

.bi-sort-alpha-down-alt::before {
  content: "\f570"; }

.bi-sort-alpha-down::before {
  content: "\f571"; }

.bi-sort-alpha-up-alt::before {
  content: "\f572"; }

.bi-sort-alpha-up::before {
  content: "\f573"; }

.bi-sort-down-alt::before {
  content: "\f574"; }

.bi-sort-down::before {
  content: "\f575"; }

.bi-sort-numeric-down-alt::before {
  content: "\f576"; }

.bi-sort-numeric-down::before {
  content: "\f577"; }

.bi-sort-numeric-up-alt::before {
  content: "\f578"; }

.bi-sort-numeric-up::before {
  content: "\f579"; }

.bi-sort-up-alt::before {
  content: "\f57a"; }

.bi-sort-up::before {
  content: "\f57b"; }

.bi-soundwave::before {
  content: "\f57c"; }

.bi-speaker-fill::before {
  content: "\f57d"; }

.bi-speaker::before {
  content: "\f57e"; }

.bi-speedometer::before {
  content: "\f57f"; }

.bi-speedometer2::before {
  content: "\f580"; }

.bi-spellcheck::before {
  content: "\f581"; }

.bi-square-fill::before {
  content: "\f582"; }

.bi-square-half::before {
  content: "\f583"; }

.bi-square::before {
  content: "\f584"; }

.bi-stack::before {
  content: "\f585"; }

.bi-star-fill::before {
  content: "\f586"; }

.bi-star-half::before {
  content: "\f587"; }

.bi-star::before {
  content: "\f588"; }

.bi-stars::before {
  content: "\f589"; }

.bi-stickies-fill::before {
  content: "\f58a"; }

.bi-stickies::before {
  content: "\f58b"; }

.bi-sticky-fill::before {
  content: "\f58c"; }

.bi-sticky::before {
  content: "\f58d"; }

.bi-stop-btn-fill::before {
  content: "\f58e"; }

.bi-stop-btn::before {
  content: "\f58f"; }

.bi-stop-circle-fill::before {
  content: "\f590"; }

.bi-stop-circle::before {
  content: "\f591"; }

.bi-stop-fill::before {
  content: "\f592"; }

.bi-stop::before {
  content: "\f593"; }

.bi-stoplights-fill::before {
  content: "\f594"; }

.bi-stoplights::before {
  content: "\f595"; }

.bi-stopwatch-fill::before {
  content: "\f596"; }

.bi-stopwatch::before {
  content: "\f597"; }

.bi-subtract::before {
  content: "\f598"; }

.bi-suit-club-fill::before {
  content: "\f599"; }

.bi-suit-club::before {
  content: "\f59a"; }

.bi-suit-diamond-fill::before {
  content: "\f59b"; }

.bi-suit-diamond::before {
  content: "\f59c"; }

.bi-suit-heart-fill::before {
  content: "\f59d"; }

.bi-suit-heart::before {
  content: "\f59e"; }

.bi-suit-spade-fill::before {
  content: "\f59f"; }

.bi-suit-spade::before {
  content: "\f5a0"; }

.bi-sun-fill::before {
  content: "\f5a1"; }

.bi-sun::before {
  content: "\f5a2"; }

.bi-sunglasses::before {
  content: "\f5a3"; }

.bi-sunrise-fill::before {
  content: "\f5a4"; }

.bi-sunrise::before {
  content: "\f5a5"; }

.bi-sunset-fill::before {
  content: "\f5a6"; }

.bi-sunset::before {
  content: "\f5a7"; }

.bi-symmetry-horizontal::before {
  content: "\f5a8"; }

.bi-symmetry-vertical::before {
  content: "\f5a9"; }

.bi-table::before {
  content: "\f5aa"; }

.bi-tablet-fill::before {
  content: "\f5ab"; }

.bi-tablet-landscape-fill::before {
  content: "\f5ac"; }

.bi-tablet-landscape::before {
  content: "\f5ad"; }

.bi-tablet::before {
  content: "\f5ae"; }

.bi-tag-fill::before {
  content: "\f5af"; }

.bi-tag::before {
  content: "\f5b0"; }

.bi-tags-fill::before {
  content: "\f5b1"; }

.bi-tags::before {
  content: "\f5b2"; }

.bi-telegram::before {
  content: "\f5b3"; }

.bi-telephone-fill::before {
  content: "\f5b4"; }

.bi-telephone-forward-fill::before {
  content: "\f5b5"; }

.bi-telephone-forward::before {
  content: "\f5b6"; }

.bi-telephone-inbound-fill::before {
  content: "\f5b7"; }

.bi-telephone-inbound::before {
  content: "\f5b8"; }

.bi-telephone-minus-fill::before {
  content: "\f5b9"; }

.bi-telephone-minus::before {
  content: "\f5ba"; }

.bi-telephone-outbound-fill::before {
  content: "\f5bb"; }

.bi-telephone-outbound::before {
  content: "\f5bc"; }

.bi-telephone-plus-fill::before {
  content: "\f5bd"; }

.bi-telephone-plus::before {
  content: "\f5be"; }

.bi-telephone-x-fill::before {
  content: "\f5bf"; }

.bi-telephone-x::before {
  content: "\f5c0"; }

.bi-telephone::before {
  content: "\f5c1"; }

.bi-terminal-fill::before {
  content: "\f5c2"; }

.bi-terminal::before {
  content: "\f5c3"; }

.bi-text-center::before {
  content: "\f5c4"; }

.bi-text-indent-left::before {
  content: "\f5c5"; }

.bi-text-indent-right::before {
  content: "\f5c6"; }

.bi-text-left::before {
  content: "\f5c7"; }

.bi-text-paragraph::before {
  content: "\f5c8"; }

.bi-text-right::before {
  content: "\f5c9"; }

.bi-textarea-resize::before {
  content: "\f5ca"; }

.bi-textarea-t::before {
  content: "\f5cb"; }

.bi-textarea::before {
  content: "\f5cc"; }

.bi-thermometer-half::before {
  content: "\f5cd"; }

.bi-thermometer-high::before {
  content: "\f5ce"; }

.bi-thermometer-low::before {
  content: "\f5cf"; }

.bi-thermometer-snow::before {
  content: "\f5d0"; }

.bi-thermometer-sun::before {
  content: "\f5d1"; }

.bi-thermometer::before {
  content: "\f5d2"; }

.bi-three-dots-vertical::before {
  content: "\f5d3"; }

.bi-three-dots::before {
  content: "\f5d4"; }

.bi-toggle-off::before {
  content: "\f5d5"; }

.bi-toggle-on::before {
  content: "\f5d6"; }

.bi-toggle2-off::before {
  content: "\f5d7"; }

.bi-toggle2-on::before {
  content: "\f5d8"; }

.bi-toggles::before {
  content: "\f5d9"; }

.bi-toggles2::before {
  content: "\f5da"; }

.bi-tools::before {
  content: "\f5db"; }

.bi-tornado::before {
  content: "\f5dc"; }

.bi-trash-fill::before {
  content: "\f5dd"; }

.bi-trash::before {
  content: "\f5de"; }

.bi-trash2-fill::before {
  content: "\f5df"; }

.bi-trash2::before {
  content: "\f5e0"; }

.bi-tree-fill::before {
  content: "\f5e1"; }

.bi-tree::before {
  content: "\f5e2"; }

.bi-triangle-fill::before {
  content: "\f5e3"; }

.bi-triangle-half::before {
  content: "\f5e4"; }

.bi-triangle::before {
  content: "\f5e5"; }

.bi-trophy-fill::before {
  content: "\f5e6"; }

.bi-trophy::before {
  content: "\f5e7"; }

.bi-tropical-storm::before {
  content: "\f5e8"; }

.bi-truck-flatbed::before {
  content: "\f5e9"; }

.bi-truck::before {
  content: "\f5ea"; }

.bi-tsunami::before {
  content: "\f5eb"; }

.bi-tv-fill::before {
  content: "\f5ec"; }

.bi-tv::before {
  content: "\f5ed"; }

.bi-twitch::before {
  content: "\f5ee"; }

.bi-twitter::before {
  content: "\f5ef"; }

.bi-type-bold::before {
  content: "\f5f0"; }

.bi-type-h1::before {
  content: "\f5f1"; }

.bi-type-h2::before {
  content: "\f5f2"; }

.bi-type-h3::before {
  content: "\f5f3"; }

.bi-type-italic::before {
  content: "\f5f4"; }

.bi-type-strikethrough::before {
  content: "\f5f5"; }

.bi-type-underline::before {
  content: "\f5f6"; }

.bi-type::before {
  content: "\f5f7"; }

.bi-ui-checks-grid::before {
  content: "\f5f8"; }

.bi-ui-checks::before {
  content: "\f5f9"; }

.bi-ui-radios-grid::before {
  content: "\f5fa"; }

.bi-ui-radios::before {
  content: "\f5fb"; }

.bi-umbrella-fill::before {
  content: "\f5fc"; }

.bi-umbrella::before {
  content: "\f5fd"; }

.bi-union::before {
  content: "\f5fe"; }

.bi-unlock-fill::before {
  content: "\f5ff"; }

.bi-unlock::before {
  content: "\f600"; }

.bi-upc-scan::before {
  content: "\f601"; }

.bi-upc::before {
  content: "\f602"; }

.bi-upload::before {
  content: "\f603"; }

.bi-vector-pen::before {
  content: "\f604"; }

.bi-view-list::before {
  content: "\f605"; }

.bi-view-stacked::before {
  content: "\f606"; }

.bi-vinyl-fill::before {
  content: "\f607"; }

.bi-vinyl::before {
  content: "\f608"; }

.bi-voicemail::before {
  content: "\f609"; }

.bi-volume-down-fill::before {
  content: "\f60a"; }

.bi-volume-down::before {
  content: "\f60b"; }

.bi-volume-mute-fill::before {
  content: "\f60c"; }

.bi-volume-mute::before {
  content: "\f60d"; }

.bi-volume-off-fill::before {
  content: "\f60e"; }

.bi-volume-off::before {
  content: "\f60f"; }

.bi-volume-up-fill::before {
  content: "\f610"; }

.bi-volume-up::before {
  content: "\f611"; }

.bi-vr::before {
  content: "\f612"; }

.bi-wallet-fill::before {
  content: "\f613"; }

.bi-wallet::before {
  content: "\f614"; }

.bi-wallet2::before {
  content: "\f615"; }

.bi-watch::before {
  content: "\f616"; }

.bi-water::before {
  content: "\f617"; }

.bi-whatsapp::before {
  content: "\f618"; }

.bi-wifi-1::before {
  content: "\f619"; }

.bi-wifi-2::before {
  content: "\f61a"; }

.bi-wifi-off::before {
  content: "\f61b"; }

.bi-wifi::before {
  content: "\f61c"; }

.bi-wind::before {
  content: "\f61d"; }

.bi-window-dock::before {
  content: "\f61e"; }

.bi-window-sidebar::before {
  content: "\f61f"; }

.bi-window::before {
  content: "\f620"; }

.bi-wrench::before {
  content: "\f621"; }

.bi-x-circle-fill::before {
  content: "\f622"; }

.bi-x-circle::before {
  content: "\f623"; }

.bi-x-diamond-fill::before {
  content: "\f624"; }

.bi-x-diamond::before {
  content: "\f625"; }

.bi-x-octagon-fill::before {
  content: "\f626"; }

.bi-x-octagon::before {
  content: "\f627"; }

.bi-x-square-fill::before {
  content: "\f628"; }

.bi-x-square::before {
  content: "\f629"; }

.bi-x::before {
  content: "\f62a"; }

.bi-youtube::before {
  content: "\f62b"; }

.bi-zoom-in::before {
  content: "\f62c"; }

.bi-zoom-out::before {
  content: "\f62d"; }

.bi-bank::before {
  content: "\f62e"; }

.bi-bank2::before {
  content: "\f62f"; }

.bi-bell-slash-fill::before {
  content: "\f630"; }

.bi-bell-slash::before {
  content: "\f631"; }

.bi-cash-coin::before {
  content: "\f632"; }

.bi-check-lg::before {
  content: "\f633"; }

.bi-coin::before {
  content: "\f634"; }

.bi-currency-bitcoin::before {
  content: "\f635"; }

.bi-currency-dollar::before {
  content: "\f636"; }

.bi-currency-euro::before {
  content: "\f637"; }

.bi-currency-exchange::before {
  content: "\f638"; }

.bi-currency-pound::before {
  content: "\f639"; }

.bi-currency-yen::before {
  content: "\f63a"; }

.bi-dash-lg::before {
  content: "\f63b"; }

.bi-exclamation-lg::before {
  content: "\f63c"; }

.bi-file-earmark-pdf-fill::before {
  content: "\f63d"; }

.bi-file-earmark-pdf::before {
  content: "\f63e"; }

.bi-file-pdf-fill::before {
  content: "\f63f"; }

.bi-file-pdf::before {
  content: "\f640"; }

.bi-gender-ambiguous::before {
  content: "\f641"; }

.bi-gender-female::before {
  content: "\f642"; }

.bi-gender-male::before {
  content: "\f643"; }

.bi-gender-trans::before {
  content: "\f644"; }

.bi-headset-vr::before {
  content: "\f645"; }

.bi-info-lg::before {
  content: "\f646"; }

.bi-mastodon::before {
  content: "\f647"; }

.bi-messenger::before {
  content: "\f648"; }

.bi-piggy-bank-fill::before {
  content: "\f649"; }

.bi-piggy-bank::before {
  content: "\f64a"; }

.bi-pin-map-fill::before {
  content: "\f64b"; }

.bi-pin-map::before {
  content: "\f64c"; }

.bi-plus-lg::before {
  content: "\f64d"; }

.bi-question-lg::before {
  content: "\f64e"; }

.bi-recycle::before {
  content: "\f64f"; }

.bi-reddit::before {
  content: "\f650"; }

.bi-safe-fill::before {
  content: "\f651"; }

.bi-safe2-fill::before {
  content: "\f652"; }

.bi-safe2::before {
  content: "\f653"; }

.bi-sd-card-fill::before {
  content: "\f654"; }

.bi-sd-card::before {
  content: "\f655"; }

.bi-skype::before {
  content: "\f656"; }

.bi-slash-lg::before {
  content: "\f657"; }

.bi-translate::before {
  content: "\f658"; }

.bi-x-lg::before {
  content: "\f659"; }

.bi-safe::before {
  content: "\f65a"; }

.w-0 {
  width: 0%; }

.h-0 {
  height: 0%; }

.t-0 {
  top: 0%; }

.l-0 {
  left: 0%; }

.w-1 {
  width: 1%; }

.h-1 {
  height: 1%; }

.t-1 {
  top: 1%; }

.l-1 {
  left: 1%; }

.w-2 {
  width: 2%; }

.h-2 {
  height: 2%; }

.t-2 {
  top: 2%; }

.l-2 {
  left: 2%; }

.w-3 {
  width: 3%; }

.h-3 {
  height: 3%; }

.t-3 {
  top: 3%; }

.l-3 {
  left: 3%; }

.w-4 {
  width: 4%; }

.h-4 {
  height: 4%; }

.t-4 {
  top: 4%; }

.l-4 {
  left: 4%; }

.w-5 {
  width: 5%; }

.h-5 {
  height: 5%; }

.t-5 {
  top: 5%; }

.l-5 {
  left: 5%; }

.w-6 {
  width: 6%; }

.h-6 {
  height: 6%; }

.t-6 {
  top: 6%; }

.l-6 {
  left: 6%; }

.w-7 {
  width: 7%; }

.h-7 {
  height: 7%; }

.t-7 {
  top: 7%; }

.l-7 {
  left: 7%; }

.w-8 {
  width: 8%; }

.h-8 {
  height: 8%; }

.t-8 {
  top: 8%; }

.l-8 {
  left: 8%; }

.w-9 {
  width: 9%; }

.h-9 {
  height: 9%; }

.t-9 {
  top: 9%; }

.l-9 {
  left: 9%; }

.w-10 {
  width: 10%; }

.h-10 {
  height: 10%; }

.t-10 {
  top: 10%; }

.l-10 {
  left: 10%; }

.w-11 {
  width: 11%; }

.h-11 {
  height: 11%; }

.t-11 {
  top: 11%; }

.l-11 {
  left: 11%; }

.w-12 {
  width: 12%; }

.h-12 {
  height: 12%; }

.t-12 {
  top: 12%; }

.l-12 {
  left: 12%; }

.w-13 {
  width: 13%; }

.h-13 {
  height: 13%; }

.t-13 {
  top: 13%; }

.l-13 {
  left: 13%; }

.w-14 {
  width: 14%; }

.h-14 {
  height: 14%; }

.t-14 {
  top: 14%; }

.l-14 {
  left: 14%; }

.w-15 {
  width: 15%; }

.h-15 {
  height: 15%; }

.t-15 {
  top: 15%; }

.l-15 {
  left: 15%; }

.w-16 {
  width: 16%; }

.h-16 {
  height: 16%; }

.t-16 {
  top: 16%; }

.l-16 {
  left: 16%; }

.w-17 {
  width: 17%; }

.h-17 {
  height: 17%; }

.t-17 {
  top: 17%; }

.l-17 {
  left: 17%; }

.w-18 {
  width: 18%; }

.h-18 {
  height: 18%; }

.t-18 {
  top: 18%; }

.l-18 {
  left: 18%; }

.w-19 {
  width: 19%; }

.h-19 {
  height: 19%; }

.t-19 {
  top: 19%; }

.l-19 {
  left: 19%; }

.w-20 {
  width: 20%; }

.h-20 {
  height: 20%; }

.t-20 {
  top: 20%; }

.l-20 {
  left: 20%; }

.w-21 {
  width: 21%; }

.h-21 {
  height: 21%; }

.t-21 {
  top: 21%; }

.l-21 {
  left: 21%; }

.w-22 {
  width: 22%; }

.h-22 {
  height: 22%; }

.t-22 {
  top: 22%; }

.l-22 {
  left: 22%; }

.w-23 {
  width: 23%; }

.h-23 {
  height: 23%; }

.t-23 {
  top: 23%; }

.l-23 {
  left: 23%; }

.w-24 {
  width: 24%; }

.h-24 {
  height: 24%; }

.t-24 {
  top: 24%; }

.l-24 {
  left: 24%; }

.w-25 {
  width: 25%; }

.h-25 {
  height: 25%; }

.t-25 {
  top: 25%; }

.l-25 {
  left: 25%; }

.w-26 {
  width: 26%; }

.h-26 {
  height: 26%; }

.t-26 {
  top: 26%; }

.l-26 {
  left: 26%; }

.w-27 {
  width: 27%; }

.h-27 {
  height: 27%; }

.t-27 {
  top: 27%; }

.l-27 {
  left: 27%; }

.w-28 {
  width: 28%; }

.h-28 {
  height: 28%; }

.t-28 {
  top: 28%; }

.l-28 {
  left: 28%; }

.w-29 {
  width: 29%; }

.h-29 {
  height: 29%; }

.t-29 {
  top: 29%; }

.l-29 {
  left: 29%; }

.w-30 {
  width: 30%; }

.h-30 {
  height: 30%; }

.t-30 {
  top: 30%; }

.l-30 {
  left: 30%; }

.w-31 {
  width: 31%; }

.h-31 {
  height: 31%; }

.t-31 {
  top: 31%; }

.l-31 {
  left: 31%; }

.w-32 {
  width: 32%; }

.h-32 {
  height: 32%; }

.t-32 {
  top: 32%; }

.l-32 {
  left: 32%; }

.w-33 {
  width: 33%; }

.h-33 {
  height: 33%; }

.t-33 {
  top: 33%; }

.l-33 {
  left: 33%; }

.w-34 {
  width: 34%; }

.h-34 {
  height: 34%; }

.t-34 {
  top: 34%; }

.l-34 {
  left: 34%; }

.w-35 {
  width: 35%; }

.h-35 {
  height: 35%; }

.t-35 {
  top: 35%; }

.l-35 {
  left: 35%; }

.w-36 {
  width: 36%; }

.h-36 {
  height: 36%; }

.t-36 {
  top: 36%; }

.l-36 {
  left: 36%; }

.w-37 {
  width: 37%; }

.h-37 {
  height: 37%; }

.t-37 {
  top: 37%; }

.l-37 {
  left: 37%; }

.w-38 {
  width: 38%; }

.h-38 {
  height: 38%; }

.t-38 {
  top: 38%; }

.l-38 {
  left: 38%; }

.w-39 {
  width: 39%; }

.h-39 {
  height: 39%; }

.t-39 {
  top: 39%; }

.l-39 {
  left: 39%; }

.w-40 {
  width: 40%; }

.h-40 {
  height: 40%; }

.t-40 {
  top: 40%; }

.l-40 {
  left: 40%; }

.w-41 {
  width: 41%; }

.h-41 {
  height: 41%; }

.t-41 {
  top: 41%; }

.l-41 {
  left: 41%; }

.w-42 {
  width: 42%; }

.h-42 {
  height: 42%; }

.t-42 {
  top: 42%; }

.l-42 {
  left: 42%; }

.w-43 {
  width: 43%; }

.h-43 {
  height: 43%; }

.t-43 {
  top: 43%; }

.l-43 {
  left: 43%; }

.w-44 {
  width: 44%; }

.h-44 {
  height: 44%; }

.t-44 {
  top: 44%; }

.l-44 {
  left: 44%; }

.w-45 {
  width: 45%; }

.h-45 {
  height: 45%; }

.t-45 {
  top: 45%; }

.l-45 {
  left: 45%; }

.w-46 {
  width: 46%; }

.h-46 {
  height: 46%; }

.t-46 {
  top: 46%; }

.l-46 {
  left: 46%; }

.w-47 {
  width: 47%; }

.h-47 {
  height: 47%; }

.t-47 {
  top: 47%; }

.l-47 {
  left: 47%; }

.w-48 {
  width: 48%; }

.h-48 {
  height: 48%; }

.t-48 {
  top: 48%; }

.l-48 {
  left: 48%; }

.w-49 {
  width: 49%; }

.h-49 {
  height: 49%; }

.t-49 {
  top: 49%; }

.l-49 {
  left: 49%; }

.w-50 {
  width: 50%; }

.h-50 {
  height: 50%; }

.t-50 {
  top: 50%; }

.l-50 {
  left: 50%; }

.w-51 {
  width: 51%; }

.h-51 {
  height: 51%; }

.t-51 {
  top: 51%; }

.l-51 {
  left: 51%; }

.w-52 {
  width: 52%; }

.h-52 {
  height: 52%; }

.t-52 {
  top: 52%; }

.l-52 {
  left: 52%; }

.w-53 {
  width: 53%; }

.h-53 {
  height: 53%; }

.t-53 {
  top: 53%; }

.l-53 {
  left: 53%; }

.w-54 {
  width: 54%; }

.h-54 {
  height: 54%; }

.t-54 {
  top: 54%; }

.l-54 {
  left: 54%; }

.w-55 {
  width: 55%; }

.h-55 {
  height: 55%; }

.t-55 {
  top: 55%; }

.l-55 {
  left: 55%; }

.w-56 {
  width: 56%; }

.h-56 {
  height: 56%; }

.t-56 {
  top: 56%; }

.l-56 {
  left: 56%; }

.w-57 {
  width: 57%; }

.h-57 {
  height: 57%; }

.t-57 {
  top: 57%; }

.l-57 {
  left: 57%; }

.w-58 {
  width: 58%; }

.h-58 {
  height: 58%; }

.t-58 {
  top: 58%; }

.l-58 {
  left: 58%; }

.w-59 {
  width: 59%; }

.h-59 {
  height: 59%; }

.t-59 {
  top: 59%; }

.l-59 {
  left: 59%; }

.w-60 {
  width: 60%; }

.h-60 {
  height: 60%; }

.t-60 {
  top: 60%; }

.l-60 {
  left: 60%; }

.w-61 {
  width: 61%; }

.h-61 {
  height: 61%; }

.t-61 {
  top: 61%; }

.l-61 {
  left: 61%; }

.w-62 {
  width: 62%; }

.h-62 {
  height: 62%; }

.t-62 {
  top: 62%; }

.l-62 {
  left: 62%; }

.w-63 {
  width: 63%; }

.h-63 {
  height: 63%; }

.t-63 {
  top: 63%; }

.l-63 {
  left: 63%; }

.w-64 {
  width: 64%; }

.h-64 {
  height: 64%; }

.t-64 {
  top: 64%; }

.l-64 {
  left: 64%; }

.w-65 {
  width: 65%; }

.h-65 {
  height: 65%; }

.t-65 {
  top: 65%; }

.l-65 {
  left: 65%; }

.w-66 {
  width: 66%; }

.h-66 {
  height: 66%; }

.t-66 {
  top: 66%; }

.l-66 {
  left: 66%; }

.w-67 {
  width: 67%; }

.h-67 {
  height: 67%; }

.t-67 {
  top: 67%; }

.l-67 {
  left: 67%; }

.w-68 {
  width: 68%; }

.h-68 {
  height: 68%; }

.t-68 {
  top: 68%; }

.l-68 {
  left: 68%; }

.w-69 {
  width: 69%; }

.h-69 {
  height: 69%; }

.t-69 {
  top: 69%; }

.l-69 {
  left: 69%; }

.w-70 {
  width: 70%; }

.h-70 {
  height: 70%; }

.t-70 {
  top: 70%; }

.l-70 {
  left: 70%; }

.w-71 {
  width: 71%; }

.h-71 {
  height: 71%; }

.t-71 {
  top: 71%; }

.l-71 {
  left: 71%; }

.w-72 {
  width: 72%; }

.h-72 {
  height: 72%; }

.t-72 {
  top: 72%; }

.l-72 {
  left: 72%; }

.w-73 {
  width: 73%; }

.h-73 {
  height: 73%; }

.t-73 {
  top: 73%; }

.l-73 {
  left: 73%; }

.w-74 {
  width: 74%; }

.h-74 {
  height: 74%; }

.t-74 {
  top: 74%; }

.l-74 {
  left: 74%; }

.w-75 {
  width: 75%; }

.h-75 {
  height: 75%; }

.t-75 {
  top: 75%; }

.l-75 {
  left: 75%; }

.w-76 {
  width: 76%; }

.h-76 {
  height: 76%; }

.t-76 {
  top: 76%; }

.l-76 {
  left: 76%; }

.w-77 {
  width: 77%; }

.h-77 {
  height: 77%; }

.t-77 {
  top: 77%; }

.l-77 {
  left: 77%; }

.w-78 {
  width: 78%; }

.h-78 {
  height: 78%; }

.t-78 {
  top: 78%; }

.l-78 {
  left: 78%; }

.w-79 {
  width: 79%; }

.h-79 {
  height: 79%; }

.t-79 {
  top: 79%; }

.l-79 {
  left: 79%; }

.w-80 {
  width: 80%; }

.h-80 {
  height: 80%; }

.t-80 {
  top: 80%; }

.l-80 {
  left: 80%; }

.w-81 {
  width: 81%; }

.h-81 {
  height: 81%; }

.t-81 {
  top: 81%; }

.l-81 {
  left: 81%; }

.w-82 {
  width: 82%; }

.h-82 {
  height: 82%; }

.t-82 {
  top: 82%; }

.l-82 {
  left: 82%; }

.w-83 {
  width: 83%; }

.h-83 {
  height: 83%; }

.t-83 {
  top: 83%; }

.l-83 {
  left: 83%; }

.w-84 {
  width: 84%; }

.h-84 {
  height: 84%; }

.t-84 {
  top: 84%; }

.l-84 {
  left: 84%; }

.w-85 {
  width: 85%; }

.h-85 {
  height: 85%; }

.t-85 {
  top: 85%; }

.l-85 {
  left: 85%; }

.w-86 {
  width: 86%; }

.h-86 {
  height: 86%; }

.t-86 {
  top: 86%; }

.l-86 {
  left: 86%; }

.w-87 {
  width: 87%; }

.h-87 {
  height: 87%; }

.t-87 {
  top: 87%; }

.l-87 {
  left: 87%; }

.w-88 {
  width: 88%; }

.h-88 {
  height: 88%; }

.t-88 {
  top: 88%; }

.l-88 {
  left: 88%; }

.w-89 {
  width: 89%; }

.h-89 {
  height: 89%; }

.t-89 {
  top: 89%; }

.l-89 {
  left: 89%; }

.w-90 {
  width: 90%; }

.h-90 {
  height: 90%; }

.t-90 {
  top: 90%; }

.l-90 {
  left: 90%; }

.w-91 {
  width: 91%; }

.h-91 {
  height: 91%; }

.t-91 {
  top: 91%; }

.l-91 {
  left: 91%; }

.w-92 {
  width: 92%; }

.h-92 {
  height: 92%; }

.t-92 {
  top: 92%; }

.l-92 {
  left: 92%; }

.w-93 {
  width: 93%; }

.h-93 {
  height: 93%; }

.t-93 {
  top: 93%; }

.l-93 {
  left: 93%; }

.w-94 {
  width: 94%; }

.h-94 {
  height: 94%; }

.t-94 {
  top: 94%; }

.l-94 {
  left: 94%; }

.w-95 {
  width: 95%; }

.h-95 {
  height: 95%; }

.t-95 {
  top: 95%; }

.l-95 {
  left: 95%; }

.w-96 {
  width: 96%; }

.h-96 {
  height: 96%; }

.t-96 {
  top: 96%; }

.l-96 {
  left: 96%; }

.w-97 {
  width: 97%; }

.h-97 {
  height: 97%; }

.t-97 {
  top: 97%; }

.l-97 {
  left: 97%; }

.w-98 {
  width: 98%; }

.h-98 {
  height: 98%; }

.t-98 {
  top: 98%; }

.l-98 {
  left: 98%; }

.w-99 {
  width: 99%; }

.h-99 {
  height: 99%; }

.t-99 {
  top: 99%; }

.l-99 {
  left: 99%; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.t-100 {
  top: 100%; }

.l-100 {
  left: 100%; }

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