html, body {
  padding: 0;
  margin: 0;
  overflow-x: hidden; }

* {
  box-sizing: border-box; }

.p-abs {
  position: absolute !important; }

.p-rel {
  position: relative !important; }

.p-fix {
  position: fixed    !important; }

.t-0 {
  top: 0 !important; }

.b-0 {
  bottom: 0 !important; }

.l-0 {
  left: 0 !important; }

.r-0 {
  right: 0 !important; }

.d-n {
  display: none; }

.d-b {
  display: block; }

.d-i {
  display: inline; }

.d-ib {
  display: inline-block; }

.hide {
  display: none !important; }

.smooth {
  scroll-behavior: smooth; }

.w-scrn {
  width: 100vw !important; }

.h-scrn {
  height: 100vh !important; }

.h-100 {
  height: 100% !important; }

.w-100 {
  width: 100% !important; }

.w-75 {
  width: 75% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-33 {
  width: calc(100% / 3) !important; }

.w-66 {
  width: calc(2 * (100% / 3)) !important; }

.ta-l {
  text-align: left !important; }

.ta-c {
  text-align: center !important; }

.ta-r {
  text-align: right !important; }

.ta-j {
  text-align: justify !important; }

.c-na {
  cursor: not-allowed; }

.c-p {
  cursor: pointer; }

.h-u:hover {
  text-decoration: underline; }

.fd-c {
  display: flex;
  flex-direction: column; }

.fd-r {
  display: flex;
  flex-direction: row; }

.ai-fs {
  align-items: flex-start    !important; }

.ai-fe {
  align-items: flex-end      !important; }

.ai-c {
  align-items: center        !important; }

.ai-s {
  align-items: stretch       !important; }

.ai-b {
  align-items: baseline      !important; }

.as-fs {
  align-self: flex-start !important; }

.as-fe {
  align-self: flex-end   !important; }

.as-c {
  align-self: center     !important; }

.as-s {
  align-self: stretch    !important; }

.as-b {
  align-self: baseline   !important; }

.jc-fs {
  justify-content: flex-start    !important; }

.jc-fe {
  justify-content: flex-end      !important; }

.jc-c {
  justify-content: center        !important; }

.jc-sb {
  justify-content: space-between !important; }

.jc-sa {
  justify-content: space-around  !important; }

.jc-se {
  justify-content: space-evenly  !important; }

.js-fs {
  justify-self: flex-start    !important; }

.js-fe {
  justify-self: flex-end      !important; }

.js-c {
  justify-self: center        !important; }

.js-sb {
  justify-self: space-between !important; }

.js-sa {
  justify-self: space-around  !important; }

.js-se {
  justify-self: space-evenly  !important; }

.fg-1 {
  flex-grow: 1;
  flex-shrink: 0; }

.fg-2 {
  flex-grow: 2;
  flex-shrink: 0; }

.fg-3 {
  flex-grow: 3;
  flex-shrink: 0; }

.fg-4 {
  flex-grow: 4;
  flex-shrink: 0; }

.fg-5 {
  flex-grow: 5;
  flex-shrink: 0; }

.fs-0 {
  flex-shrink: 0; }

.fs-1 {
  flex-shrink: 1; }

.fb-0 {
  flex-basis: 0;
  min-width: 0; }

.o-h {
  overflow: hidden; }

.o-a {
  overflow: auto; }

.o-s {
  overflow: scroll; }

.oy-h {
  overflow-y: hidden; }

.oy-a {
  overflow-y: auto; }

.oy-s {
  overflow-y: scroll; }

.ox-h {
  overflow-x: hidden; }

.ox-a {
  overflow-x: auto; }

.ox-s {
  overflow-x: scroll; }

/*# sourceMappingURL=helpers.css.map */
