@import "https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&amp;display=swap";
/* [project]/public/css/plugins.min.css [app-client] (css) */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: -moz-calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: -moz-calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: -moz-calc(-1 * var(--bs-gutter-y));
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: -moz-calc(-.5 * var(--bs-gutter-x));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: -moz-calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  flex-wrap: wrap;
  display: flex;
}

.row > * {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-right: -moz-calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: -moz-calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex-shrink: 0;
}

.col {
  flex: 1 0;
}

.row-cols-auto > * {
  flex: none;
  width: auto;
}

.row-cols-1 > * {
  flex: none;
  width: 100%;
}

.row-cols-2 > * {
  flex: none;
  width: 50%;
}

.row-cols-3 > * {
  flex: none;
  width: 33.3333%;
}

.row-cols-4 > * {
  flex: none;
  width: 25%;
}

.row-cols-5 > * {
  flex: none;
  width: 20%;
}

.row-cols-6 > * {
  flex: none;
  width: 16.6667%;
}

.col-auto {
  flex: none;
  width: auto;
}

.col-1 {
  flex: none;
  width: 8.33333%;
}

.col-2 {
  flex: none;
  width: 16.6667%;
}

.col-3 {
  flex: none;
  width: 25%;
}

.col-4 {
  flex: none;
  width: 33.3333%;
}

.col-5 {
  flex: none;
  width: 41.6667%;
}

.col-6 {
  flex: none;
  width: 50%;
}

.col-7 {
  flex: none;
  width: 58.3333%;
}

.col-8 {
  flex: none;
  width: 66.6667%;
}

.col-9 {
  flex: none;
  width: 75%;
}

.col-10 {
  flex: none;
  width: 83.3333%;
}

.col-11 {
  flex: none;
  width: 91.6667%;
}

.col-12 {
  flex: none;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: .5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0;
  }

  .row-cols-sm-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-sm-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-sm-auto {
    flex: none;
    width: auto;
  }

  .col-sm-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-sm-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-sm-3 {
    flex: none;
    width: 25%;
  }

  .col-sm-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-sm-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-sm-6 {
    flex: none;
    width: 50%;
  }

  .col-sm-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-sm-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-sm-9 {
    flex: none;
    width: 75%;
  }

  .col-sm-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-sm-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-sm-12 {
    flex: none;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.6667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .offset-sm-5 {
    margin-left: 41.6667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .offset-sm-8 {
    margin-left: 66.6667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .offset-sm-11 {
    margin-left: 91.6667%;
  }

  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: .25rem;
  }

  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: .25rem;
  }

  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: .5rem;
  }

  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: .5rem;
  }

  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0;
  }

  .row-cols-md-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-md-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-md-auto {
    flex: none;
    width: auto;
  }

  .col-md-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-md-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-md-3 {
    flex: none;
    width: 25%;
  }

  .col-md-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-md-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-md-6 {
    flex: none;
    width: 50%;
  }

  .col-md-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-md-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-md-9 {
    flex: none;
    width: 75%;
  }

  .col-md-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-md-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-md-12 {
    flex: none;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.6667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333%;
  }

  .offset-md-5 {
    margin-left: 41.6667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333%;
  }

  .offset-md-8 {
    margin-left: 66.6667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333%;
  }

  .offset-md-11 {
    margin-left: 91.6667%;
  }

  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1, .gx-md-1 {
    --bs-gutter-x: .25rem;
  }

  .g-md-1, .gy-md-1 {
    --bs-gutter-y: .25rem;
  }

  .g-md-2, .gx-md-2 {
    --bs-gutter-x: .5rem;
  }

  .g-md-2, .gy-md-2 {
    --bs-gutter-y: .5rem;
  }

  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0;
  }

  .row-cols-lg-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-lg-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-auto {
    flex: none;
    width: auto;
  }

  .col-lg-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-3 {
    flex: none;
    width: 25%;
  }

  .col-lg-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-lg-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-lg-6 {
    flex: none;
    width: 50%;
  }

  .col-lg-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-lg-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-lg-9 {
    flex: none;
    width: 75%;
  }

  .col-lg-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-lg-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-lg-12 {
    flex: none;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.6667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .offset-lg-5 {
    margin-left: 41.6667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .offset-lg-8 {
    margin-left: 66.6667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .offset-lg-11 {
    margin-left: 91.6667%;
  }

  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: .25rem;
  }

  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: .25rem;
  }

  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: .5rem;
  }

  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: .5rem;
  }

  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0;
  }

  .row-cols-xl-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-auto {
    flex: none;
    width: auto;
  }

  .col-xl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-3 {
    flex: none;
    width: 25%;
  }

  .col-xl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xl-6 {
    flex: none;
    width: 50%;
  }

  .col-xl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xl-9 {
    flex: none;
    width: 75%;
  }

  .col-xl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }

  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0;
  }

  .row-cols-xxl-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xxl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-auto {
    flex: none;
    width: auto;
  }

  .col-xxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xxl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-3 {
    flex: none;
    width: 25%;
  }

  .col-xxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xxl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xxl-6 {
    flex: none;
    width: 50%;
  }

  .col-xxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xxl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xxl-9 {
    flex: none;
    width: 75%;
  }

  .col-xxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xxl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xxl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6667%;
  }

  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-sm-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: .25rem !important;
  }

  .m-sm-2 {
    margin: .5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: .25rem !important;
  }

  .mt-sm-2 {
    margin-top: .5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: .25rem !important;
  }

  .me-sm-2 {
    margin-right: .5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: .25rem !important;
  }

  .ms-sm-2 {
    margin-left: .5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: .25rem !important;
  }

  .p-sm-2 {
    padding: .5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: .25rem !important;
  }

  .pt-sm-2 {
    padding-top: .5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: .25rem !important;
  }

  .pe-sm-2 {
    padding-right: .5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: .25rem !important;
  }

  .ps-sm-2 {
    padding-left: .5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-md-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: .25rem !important;
  }

  .m-md-2 {
    margin: .5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: .25rem !important;
  }

  .mt-md-2 {
    margin-top: .5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: .25rem !important;
  }

  .me-md-2 {
    margin-right: .5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: .25rem !important;
  }

  .mb-md-2 {
    margin-bottom: .5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: .25rem !important;
  }

  .ms-md-2 {
    margin-left: .5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: .25rem !important;
  }

  .pt-md-2 {
    padding-top: .5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: .25rem !important;
  }

  .pe-md-2 {
    padding-right: .5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .pb-md-2 {
    padding-bottom: .5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: .25rem !important;
  }

  .ps-md-2 {
    padding-left: .5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-lg-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .mt-lg-2 {
    margin-top: .5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: .25rem !important;
  }

  .me-lg-2 {
    margin-right: .5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: .25rem !important;
  }

  .ms-lg-2 {
    margin-left: .5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: .25rem !important;
  }

  .pt-lg-2 {
    padding-top: .5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: .25rem !important;
  }

  .pe-lg-2 {
    padding-right: .5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: .25rem !important;
  }

  .ps-lg-2 {
    padding-left: .5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: .25rem !important;
  }

  .mt-xl-2 {
    margin-top: .5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: .25rem !important;
  }

  .me-xl-2 {
    margin-right: .5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: .25rem !important;
  }

  .ms-xl-2 {
    margin-left: .5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .pt-xl-2 {
    padding-top: .5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .pe-xl-2 {
    padding-right: .5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .ps-xl-2 {
    padding-left: .5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xxl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: .25rem !important;
  }

  .m-xxl-2 {
    margin: .5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: .25rem !important;
  }

  .mt-xxl-2 {
    margin-top: .5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: .25rem !important;
  }

  .me-xxl-2 {
    margin-right: .5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .ms-xxl-2 {
    margin-left: .5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: .25rem !important;
  }

  .p-xxl-2 {
    padding: .5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: .25rem !important;
  }

  .pt-xxl-2 {
    padding-top: .5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .pe-xxl-2 {
    padding-right: .5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .ps-xxl-2 {
    padding-left: .5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-print-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

:root, [data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #212529bf;
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: #21252980;
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 .5rem 1rem #00000026;
  --bs-box-shadow-sm: 0 .125rem .25rem #00000013;
  --bs-box-shadow-lg: 0 1rem 3rem #0000002d;
  --bs-box-shadow-inset: inset 0 1px 2px #00000013;
  --bs-focus-ring-width: .25rem;
  --bs-focus-ring-opacity: .25;
  --bs-focus-ring-color: #0d6efd40;
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: #dee2e6bf;
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: #dee2e680;
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: #ffffff26;
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:focus, .link-primary:hover {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary:focus, .link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:focus, .link-success:hover {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:focus, .link-info:hover {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:focus, .link-warning:hover {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:focus, .link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:focus, .link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:focus, .link-dark:hover {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -moz-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:focus, .link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;
  -moz-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
}

.focus-ring:focus {
  -webkit-box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  -moz-box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  outline: 0;
}

.icon-link {
  -moz-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
  text-underline-offset: .25em;
  backface-visibility: hidden;
  align-items: center;
  gap: .375rem;
  display: inline-flex;
}

.icon-link > .bi {
  fill: currentColor;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:focus-visible > .bi, .icon-link-hover:hover > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0));
  -moz-transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0));
  transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0));
}

.ratio {
  width: 100%;
  position: relative;
}

.ratio:before {
  padding-top: var(--bs-aspect-ratio);
  content: "";
  display: block;
}

.ratio > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571%;
}

.fixed-top {
  z-index: 1030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.fixed-bottom {
  z-index: 1030;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.sticky-top {
  z-index: 1020;
  position: sticky;
  top: 0;
}

.sticky-bottom {
  z-index: 1020;
  position: sticky;
  bottom: 0;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

  .sticky-sm-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

  .sticky-md-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

  .sticky-lg-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

  .sticky-xl-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

  .sticky-xxl-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
}

.hstack {
  -ms-grid-row-align: stretch;
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.vstack {
  -ms-grid-row-align: stretch;
  flex-direction: column;
  flex: auto;
  align-self: stretch;
  display: flex;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
  position: absolute !important;
}

.stretched-link:after {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
}

.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.vr {
  -ms-grid-row-align: stretch;
  width: var(--bs-border-width);
  opacity: .25;
  background-color: currentColor;
  align-self: stretch;
  min-height: 1em;
  display: inline-block;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: .25 !important;
}

.opacity-50 {
  opacity: .5 !important;
}

.opacity-75 {
  opacity: .75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.d-inline-grid {
  display: -ms-inline-grid !important;
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  -webkit-box-shadow: var(--bs-box-shadow) !important;
  -moz-box-shadow: var(--bs-box-shadow) !important;
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
  -moz-box-shadow: var(--bs-box-shadow-sm) !important;
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
  -moz-box-shadow: var(--bs-box-shadow-lg) !important;
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: .1;
}

.border-opacity-25 {
  --bs-border-opacity: .25;
}

.border-opacity-50 {
  --bs-border-opacity: .5;
}

.border-opacity-75 {
  --bs-border-opacity: .75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -moz-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: .25rem !important;
}

.m-2 {
  margin: .5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

.mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: .25rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: .25rem !important;
}

.me-2 {
  margin-right: .5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: .25rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: .25rem !important;
}

.ms-2 {
  margin-left: .5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: .25rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: .25rem !important;
}

.pt-2 {
  padding-top: .5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: .25rem !important;
}

.pe-2 {
  padding-right: .5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: .25rem !important;
}

.pb-2 {
  padding-bottom: .5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: .25rem !important;
}

.ps-2 {
  padding-left: .5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: .25rem !important;
}

.gap-2 {
  gap: .5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: .25rem !important;
}

.row-gap-2 {
  row-gap: .5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
  -webkit-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: .25rem !important;
  -webkit-column-gap: .25rem !important;
  column-gap: .25rem !important;
}

.column-gap-2 {
  -moz-column-gap: .5rem !important;
  -webkit-column-gap: .5rem !important;
  column-gap: .5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
  -webkit-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  -webkit-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
  -webkit-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: -moz-calc(1.375rem + 1.5vw) !important;
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: -moz-calc(1.325rem + .9vw) !important;
  font-size: calc(1.325rem + .9vw) !important;
}

.fs-3 {
  font-size: -moz-calc(1.3rem + .6vw) !important;
  font-size: calc(1.3rem + .6vw) !important;
}

.fs-4 {
  font-size: -moz-calc(1.275rem + .3vw) !important;
  font-size: calc(1.275rem + .3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: #00000080 !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: .25;
}

.text-opacity-50 {
  --bs-text-opacity: .5;
}

.text-opacity-75 {
  --bs-text-opacity: .75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10, .link-opacity-10-hover:hover {
  --bs-link-opacity: .1;
}

.link-opacity-25, .link-opacity-25-hover:hover {
  --bs-link-opacity: .25;
}

.link-opacity-50, .link-opacity-50-hover:hover {
  --bs-link-opacity: .5;
}

.link-opacity-75, .link-opacity-75-hover:hover {
  --bs-link-opacity: .75;
}

.link-opacity-100, .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1, .link-offset-1-hover:hover {
  text-underline-offset: .125em !important;
}

.link-offset-2, .link-offset-2-hover:hover {
  text-underline-offset: .25em !important;
}

.link-offset-3, .link-offset-3-hover:hover {
  text-underline-offset: .375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -moz-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -moz-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -moz-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -moz-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -moz-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -moz-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -moz-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -moz-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -moz-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0, .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10, .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: .1;
}

.link-underline-opacity-25, .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: .25;
}

.link-underline-opacity-50, .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: .5;
}

.link-underline-opacity-75, .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: .75;
}

.link-underline-opacity-100, .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: #0000 !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.bg-opacity-25 {
  --bs-bg-opacity: .25;
}

.bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.bg-opacity-75 {
  --bs-bg-opacity: .75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  -moz-border-radius: var(--bs-border-radius) !important;
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  -moz-border-radius: var(--bs-border-radius-sm) !important;
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  -moz-border-radius: var(--bs-border-radius) !important;
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  -moz-border-radius: var(--bs-border-radius-lg) !important;
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  -moz-border-radius: var(--bs-border-radius-xl) !important;
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  -moz-border-radius: var(--bs-border-radius-xxl) !important;
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  -moz-border-radius: var(--bs-border-radius-pill) !important;
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  -moz-border-radius-topleft: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
  -moz-border-radius-topright: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-topright: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  -moz-border-radius-topleft: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  -moz-border-radius-topright: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  -moz-border-radius-topleft: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
  -moz-border-radius-topright: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  -moz-border-radius-topleft: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  -moz-border-radius-topright: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  -moz-border-radius-topleft: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  -moz-border-radius-topright: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  -moz-border-radius-topleft: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  -moz-border-radius-topright: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  -moz-border-radius-topleft: 50% !important;
  -moz-border-radius-topright: 50% !important;
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  -moz-border-radius-topleft: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  -moz-border-radius-topright: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  -moz-border-radius-topright: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
  -moz-border-radius-bottomright: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  -moz-border-radius-topright: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  -moz-border-radius-bottomright: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  -moz-border-radius-topright: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
  -moz-border-radius-bottomright: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  -moz-border-radius-topright: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  -moz-border-radius-bottomright: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  -moz-border-radius-topright: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  -moz-border-radius-bottomright: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  -moz-border-radius-topright: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  -moz-border-radius-bottomright: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  -moz-border-radius-topright: 50% !important;
  -moz-border-radius-bottomright: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  -moz-border-radius-topright: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  -moz-border-radius-bottomright: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  -moz-border-radius-bottomright: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
  -moz-border-radius-bottomleft: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  -moz-border-radius-bottomright: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  -moz-border-radius-bottomleft: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  -moz-border-radius-bottomright: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
  -moz-border-radius-bottomleft: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  -moz-border-radius-bottomright: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  -moz-border-radius-bottomleft: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  -moz-border-radius-bottomright: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  -moz-border-radius-bottomleft: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  -moz-border-radius-bottomright: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  -moz-border-radius-bottomleft: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  -moz-border-radius-bottomright: 50% !important;
  -moz-border-radius-bottomleft: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  -moz-border-radius-bottomright: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  -moz-border-radius-bottomleft: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  -moz-border-radius-bottomleft: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
  -moz-border-radius-topleft: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  -moz-border-radius-bottomleft: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-start-1 {
  -moz-border-radius-bottomleft: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  -moz-border-radius-topleft: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  -moz-border-radius-bottomleft: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
  -moz-border-radius-topleft: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  -moz-border-radius-bottomleft: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  -moz-border-radius-topleft: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  -moz-border-radius-bottomleft: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  -moz-border-radius-topleft: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  -moz-border-radius-bottomleft: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  -moz-border-radius-topleft: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  -moz-border-radius-bottomleft: 50% !important;
  -moz-border-radius-topleft: 50% !important;
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-start-pill {
  -moz-border-radius-bottomleft: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  -moz-border-radius-topleft: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-sm-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: .25rem !important;
  }

  .m-sm-2 {
    margin: .5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: .25rem !important;
  }

  .mt-sm-2 {
    margin-top: .5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: .25rem !important;
  }

  .me-sm-2 {
    margin-right: .5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: .25rem !important;
  }

  .ms-sm-2 {
    margin-left: .5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: .25rem !important;
  }

  .p-sm-2 {
    padding: .5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: .25rem !important;
  }

  .pt-sm-2 {
    padding-top: .5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: .25rem !important;
  }

  .pe-sm-2 {
    padding-right: .5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: .25rem !important;
  }

  .ps-sm-2 {
    padding-left: .5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: .25rem !important;
  }

  .gap-sm-2 {
    gap: .5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .row-gap-sm-0 {
    row-gap: 0 !important;
  }

  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }

  .row-gap-sm-2 {
    row-gap: .5rem !important;
  }

  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }

  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }

  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-sm-1 {
    -moz-column-gap: .25rem !important;
    -webkit-column-gap: .25rem !important;
    column-gap: .25rem !important;
  }

  .column-gap-sm-2 {
    -moz-column-gap: .5rem !important;
    -webkit-column-gap: .5rem !important;
    column-gap: .5rem !important;
  }

  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-md-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: .25rem !important;
  }

  .m-md-2 {
    margin: .5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: .25rem !important;
  }

  .mt-md-2 {
    margin-top: .5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: .25rem !important;
  }

  .me-md-2 {
    margin-right: .5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: .25rem !important;
  }

  .mb-md-2 {
    margin-bottom: .5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: .25rem !important;
  }

  .ms-md-2 {
    margin-left: .5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: .25rem !important;
  }

  .pt-md-2 {
    padding-top: .5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: .25rem !important;
  }

  .pe-md-2 {
    padding-right: .5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .pb-md-2 {
    padding-bottom: .5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: .25rem !important;
  }

  .ps-md-2 {
    padding-left: .5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: .25rem !important;
  }

  .gap-md-2 {
    gap: .5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .row-gap-md-0 {
    row-gap: 0 !important;
  }

  .row-gap-md-1 {
    row-gap: .25rem !important;
  }

  .row-gap-md-2 {
    row-gap: .5rem !important;
  }

  .row-gap-md-3 {
    row-gap: 1rem !important;
  }

  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-md-5 {
    row-gap: 3rem !important;
  }

  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-md-1 {
    -moz-column-gap: .25rem !important;
    -webkit-column-gap: .25rem !important;
    column-gap: .25rem !important;
  }

  .column-gap-md-2 {
    -moz-column-gap: .5rem !important;
    -webkit-column-gap: .5rem !important;
    column-gap: .5rem !important;
  }

  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-lg-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .mt-lg-2 {
    margin-top: .5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: .25rem !important;
  }

  .me-lg-2 {
    margin-right: .5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: .25rem !important;
  }

  .ms-lg-2 {
    margin-left: .5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: .25rem !important;
  }

  .pt-lg-2 {
    padding-top: .5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: .25rem !important;
  }

  .pe-lg-2 {
    padding-right: .5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: .25rem !important;
  }

  .ps-lg-2 {
    padding-left: .5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: .25rem !important;
  }

  .gap-lg-2 {
    gap: .5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .row-gap-lg-0 {
    row-gap: 0 !important;
  }

  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: .5rem !important;
  }

  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }

  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }

  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    -moz-column-gap: .25rem !important;
    -webkit-column-gap: .25rem !important;
    column-gap: .25rem !important;
  }

  .column-gap-lg-2 {
    -moz-column-gap: .5rem !important;
    -webkit-column-gap: .5rem !important;
    column-gap: .5rem !important;
  }

  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: .25rem !important;
  }

  .mt-xl-2 {
    margin-top: .5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: .25rem !important;
  }

  .me-xl-2 {
    margin-right: .5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: .25rem !important;
  }

  .ms-xl-2 {
    margin-left: .5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .pt-xl-2 {
    padding-top: .5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .pe-xl-2 {
    padding-right: .5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .ps-xl-2 {
    padding-left: .5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: .25rem !important;
  }

  .gap-xl-2 {
    gap: .5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: .5rem !important;
  }

  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    -moz-column-gap: .25rem !important;
    -webkit-column-gap: .25rem !important;
    column-gap: .25rem !important;
  }

  .column-gap-xl-2 {
    -moz-column-gap: .5rem !important;
    -webkit-column-gap: .5rem !important;
    column-gap: .5rem !important;
  }

  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xxl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: .25rem !important;
  }

  .m-xxl-2 {
    margin: .5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: .25rem !important;
  }

  .mt-xxl-2 {
    margin-top: .5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: .25rem !important;
  }

  .me-xxl-2 {
    margin-right: .5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .ms-xxl-2 {
    margin-left: .5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: .25rem !important;
  }

  .p-xxl-2 {
    padding: .5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: .25rem !important;
  }

  .pt-xxl-2 {
    padding-top: .5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .pe-xxl-2 {
    padding-right: .5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .ps-xxl-2 {
    padding-left: .5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: .25rem !important;
  }

  .gap-xxl-2 {
    gap: .5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: .5rem !important;
  }

  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    -moz-column-gap: .25rem !important;
    -webkit-column-gap: .25rem !important;
    column-gap: .25rem !important;
  }

  .column-gap-xxl-2 {
    -moz-column-gap: .5rem !important;
    -webkit-column-gap: .5rem !important;
    column-gap: .5rem !important;
  }

  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-print-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

@font-face {
  font-family: Phosphor-Bold;
  src: url("../media/Phosphor-Bold.da5500fa.woff2") format("woff2"), url("../media/Phosphor-Bold.f908ca72.woff") format("woff"), url("../media/Phosphor-Bold.02711ded.ttf") format("truetype"), url("../media/Phosphor-Bold.c77b3abb.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.ph-bold {
  speak: never;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  -moz-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: Phosphor-Bold !important;
}

.ph-bold.ph-acorn:before {
  content: "";
}

.ph-bold.ph-address-book:before {
  content: "";
}

.ph-bold.ph-address-book-tabs:before {
  content: "";
}

.ph-bold.ph-air-traffic-control:before {
  content: "";
}

.ph-bold.ph-airplane:before {
  content: "";
}

.ph-bold.ph-airplane-in-flight:before {
  content: "";
}

.ph-bold.ph-airplane-landing:before {
  content: "";
}

.ph-bold.ph-airplane-takeoff:before {
  content: "";
}

.ph-bold.ph-airplane-taxiing:before {
  content: "";
}

.ph-bold.ph-airplane-tilt:before {
  content: "";
}

.ph-bold.ph-airplay:before {
  content: "";
}

.ph-bold.ph-alarm:before {
  content: "";
}

.ph-bold.ph-alien:before {
  content: "";
}

.ph-bold.ph-align-bottom:before {
  content: "";
}

.ph-bold.ph-align-bottom-simple:before {
  content: "";
}

.ph-bold.ph-align-center-horizontal:before {
  content: "";
}

.ph-bold.ph-align-center-horizontal-simple:before {
  content: "";
}

.ph-bold.ph-align-center-vertical:before {
  content: "";
}

.ph-bold.ph-align-center-vertical-simple:before {
  content: "";
}

.ph-bold.ph-align-left:before {
  content: "";
}

.ph-bold.ph-align-left-simple:before {
  content: "";
}

.ph-bold.ph-align-right:before {
  content: "";
}

.ph-bold.ph-align-right-simple:before {
  content: "";
}

.ph-bold.ph-align-top:before {
  content: "";
}

.ph-bold.ph-align-top-simple:before {
  content: "";
}

.ph-bold.ph-amazon-logo:before {
  content: "";
}

.ph-bold.ph-ambulance:before {
  content: "";
}

.ph-bold.ph-anchor:before {
  content: "";
}

.ph-bold.ph-anchor-simple:before {
  content: "";
}

.ph-bold.ph-android-logo:before {
  content: "";
}

.ph-bold.ph-angle:before {
  content: "";
}

.ph-bold.ph-angular-logo:before {
  content: "";
}

.ph-bold.ph-aperture:before {
  content: "";
}

.ph-bold.ph-app-store-logo:before {
  content: "";
}

.ph-bold.ph-app-window:before {
  content: "";
}

.ph-bold.ph-apple-logo:before {
  content: "";
}

.ph-bold.ph-apple-podcasts-logo:before {
  content: "";
}

.ph-bold.ph-approximate-equals:before {
  content: "";
}

.ph-bold.ph-archive:before {
  content: "";
}

.ph-bold.ph-armchair:before {
  content: "";
}

.ph-bold.ph-arrow-arc-left:before {
  content: "";
}

.ph-bold.ph-arrow-arc-right:before {
  content: "";
}

.ph-bold.ph-arrow-bend-double-up-left:before {
  content: "";
}

.ph-bold.ph-arrow-bend-double-up-right:before {
  content: "";
}

.ph-bold.ph-arrow-bend-down-left:before {
  content: "";
}

.ph-bold.ph-arrow-bend-down-right:before {
  content: "";
}

.ph-bold.ph-arrow-bend-left-down:before {
  content: "";
}

.ph-bold.ph-arrow-bend-left-up:before {
  content: "";
}

.ph-bold.ph-arrow-bend-right-down:before {
  content: "";
}

.ph-bold.ph-arrow-bend-right-up:before {
  content: "";
}

.ph-bold.ph-arrow-bend-up-left:before {
  content: "";
}

.ph-bold.ph-arrow-bend-up-right:before {
  content: "";
}

.ph-bold.ph-arrow-circle-down:before {
  content: "";
}

.ph-bold.ph-arrow-circle-down-left:before {
  content: "";
}

.ph-bold.ph-arrow-circle-down-right:before {
  content: "";
}

.ph-bold.ph-arrow-circle-left:before {
  content: "";
}

.ph-bold.ph-arrow-circle-right:before {
  content: "";
}

.ph-bold.ph-arrow-circle-up:before {
  content: "";
}

.ph-bold.ph-arrow-circle-up-left:before {
  content: "";
}

.ph-bold.ph-arrow-circle-up-right:before {
  content: "";
}

.ph-bold.ph-arrow-clockwise:before {
  content: "";
}

.ph-bold.ph-arrow-counter-clockwise:before {
  content: "";
}

.ph-bold.ph-arrow-down:before {
  content: "";
}

.ph-bold.ph-arrow-down-left:before {
  content: "";
}

.ph-bold.ph-arrow-down-right:before {
  content: "";
}

.ph-bold.ph-arrow-elbow-down-left:before {
  content: "";
}

.ph-bold.ph-arrow-elbow-down-right:before {
  content: "";
}

.ph-bold.ph-arrow-elbow-left:before {
  content: "";
}

.ph-bold.ph-arrow-elbow-left-down:before {
  content: "";
}

.ph-bold.ph-arrow-elbow-left-up:before {
  content: "";
}

.ph-bold.ph-arrow-elbow-right:before {
  content: "";
}

.ph-bold.ph-arrow-elbow-right-down:before {
  content: "";
}

.ph-bold.ph-arrow-elbow-right-up:before {
  content: "";
}

.ph-bold.ph-arrow-elbow-up-left:before {
  content: "";
}

.ph-bold.ph-arrow-elbow-up-right:before {
  content: "";
}

.ph-bold.ph-arrow-fat-down:before {
  content: "";
}

.ph-bold.ph-arrow-fat-left:before {
  content: "";
}

.ph-bold.ph-arrow-fat-line-down:before {
  content: "";
}

.ph-bold.ph-arrow-fat-line-left:before {
  content: "";
}

.ph-bold.ph-arrow-fat-line-right:before {
  content: "";
}

.ph-bold.ph-arrow-fat-line-up:before {
  content: "";
}

.ph-bold.ph-arrow-fat-lines-down:before {
  content: "";
}

.ph-bold.ph-arrow-fat-lines-left:before {
  content: "";
}

.ph-bold.ph-arrow-fat-lines-right:before {
  content: "";
}

.ph-bold.ph-arrow-fat-lines-up:before {
  content: "";
}

.ph-bold.ph-arrow-fat-right:before {
  content: "";
}

.ph-bold.ph-arrow-fat-up:before {
  content: "";
}

.ph-bold.ph-arrow-left:before {
  content: "";
}

.ph-bold.ph-arrow-line-down:before {
  content: "";
}

.ph-bold.ph-arrow-line-down-left:before {
  content: "";
}

.ph-bold.ph-arrow-line-down-right:before {
  content: "";
}

.ph-bold.ph-arrow-line-left:before {
  content: "";
}

.ph-bold.ph-arrow-line-right:before {
  content: "";
}

.ph-bold.ph-arrow-line-up:before {
  content: "";
}

.ph-bold.ph-arrow-line-up-left:before {
  content: "";
}

.ph-bold.ph-arrow-line-up-right:before {
  content: "";
}

.ph-bold.ph-arrow-right:before {
  content: "";
}

.ph-bold.ph-arrow-square-down:before {
  content: "";
}

.ph-bold.ph-arrow-square-down-left:before {
  content: "";
}

.ph-bold.ph-arrow-square-down-right:before {
  content: "";
}

.ph-bold.ph-arrow-square-in:before {
  content: "";
}

.ph-bold.ph-arrow-square-left:before {
  content: "";
}

.ph-bold.ph-arrow-square-out:before {
  content: "";
}

.ph-bold.ph-arrow-square-right:before {
  content: "";
}

.ph-bold.ph-arrow-square-up:before {
  content: "";
}

.ph-bold.ph-arrow-square-up-left:before {
  content: "";
}

.ph-bold.ph-arrow-square-up-right:before {
  content: "";
}

.ph-bold.ph-arrow-u-down-left:before {
  content: "";
}

.ph-bold.ph-arrow-u-down-right:before {
  content: "";
}

.ph-bold.ph-arrow-u-left-down:before {
  content: "";
}

.ph-bold.ph-arrow-u-left-up:before {
  content: "";
}

.ph-bold.ph-arrow-u-right-down:before {
  content: "";
}

.ph-bold.ph-arrow-u-right-up:before {
  content: "";
}

.ph-bold.ph-arrow-u-up-left:before {
  content: "";
}

.ph-bold.ph-arrow-u-up-right:before {
  content: "";
}

.ph-bold.ph-arrow-up:before {
  content: "";
}

.ph-bold.ph-arrow-up-left:before {
  content: "";
}

.ph-bold.ph-arrow-up-right:before {
  content: "";
}

.ph-bold.ph-arrows-clockwise:before {
  content: "";
}

.ph-bold.ph-arrows-counter-clockwise:before {
  content: "";
}

.ph-bold.ph-arrows-down-up:before {
  content: "";
}

.ph-bold.ph-arrows-horizontal:before {
  content: "";
}

.ph-bold.ph-arrows-in:before {
  content: "";
}

.ph-bold.ph-arrows-in-cardinal:before {
  content: "";
}

.ph-bold.ph-arrows-in-line-horizontal:before {
  content: "";
}

.ph-bold.ph-arrows-in-line-vertical:before {
  content: "";
}

.ph-bold.ph-arrows-in-simple:before {
  content: "";
}

.ph-bold.ph-arrows-left-right:before {
  content: "";
}

.ph-bold.ph-arrows-merge:before {
  content: "";
}

.ph-bold.ph-arrows-out:before {
  content: "";
}

.ph-bold.ph-arrows-out-cardinal:before {
  content: "";
}

.ph-bold.ph-arrows-out-line-horizontal:before {
  content: "";
}

.ph-bold.ph-arrows-out-line-vertical:before {
  content: "";
}

.ph-bold.ph-arrows-out-simple:before {
  content: "";
}

.ph-bold.ph-arrows-split:before {
  content: "";
}

.ph-bold.ph-arrows-vertical:before {
  content: "";
}

.ph-bold.ph-article:before {
  content: "";
}

.ph-bold.ph-article-medium:before {
  content: "";
}

.ph-bold.ph-article-ny-times:before {
  content: "";
}

.ph-bold.ph-asclepius:before, .ph-bold.ph-caduceus:before {
  content: "";
}

.ph-bold.ph-asterisk:before {
  content: "";
}

.ph-bold.ph-asterisk-simple:before {
  content: "";
}

.ph-bold.ph-at:before {
  content: "";
}

.ph-bold.ph-atom:before {
  content: "";
}

.ph-bold.ph-avocado:before {
  content: "";
}

.ph-bold.ph-axe:before {
  content: "";
}

.ph-bold.ph-baby:before {
  content: "";
}

.ph-bold.ph-baby-carriage:before {
  content: "";
}

.ph-bold.ph-backpack:before {
  content: "";
}

.ph-bold.ph-backspace:before {
  content: "";
}

.ph-bold.ph-bag:before {
  content: "";
}

.ph-bold.ph-bag-simple:before {
  content: "";
}

.ph-bold.ph-balloon:before {
  content: "";
}

.ph-bold.ph-bandaids:before {
  content: "";
}

.ph-bold.ph-bank:before {
  content: "";
}

.ph-bold.ph-barbell:before {
  content: "";
}

.ph-bold.ph-barcode:before {
  content: "";
}

.ph-bold.ph-barn:before {
  content: "";
}

.ph-bold.ph-barricade:before {
  content: "";
}

.ph-bold.ph-baseball:before {
  content: "";
}

.ph-bold.ph-baseball-cap:before {
  content: "";
}

.ph-bold.ph-baseball-helmet:before {
  content: "";
}

.ph-bold.ph-basket:before {
  content: "";
}

.ph-bold.ph-basketball:before {
  content: "";
}

.ph-bold.ph-bathtub:before {
  content: "";
}

.ph-bold.ph-battery-charging:before {
  content: "";
}

.ph-bold.ph-battery-charging-vertical:before {
  content: "";
}

.ph-bold.ph-battery-empty:before {
  content: "";
}

.ph-bold.ph-battery-full:before {
  content: "";
}

.ph-bold.ph-battery-high:before {
  content: "";
}

.ph-bold.ph-battery-low:before {
  content: "";
}

.ph-bold.ph-battery-medium:before {
  content: "";
}

.ph-bold.ph-battery-plus:before {
  content: "";
}

.ph-bold.ph-battery-plus-vertical:before {
  content: "";
}

.ph-bold.ph-battery-vertical-empty:before {
  content: "";
}

.ph-bold.ph-battery-vertical-full:before {
  content: "";
}

.ph-bold.ph-battery-vertical-high:before {
  content: "";
}

.ph-bold.ph-battery-vertical-low:before {
  content: "";
}

.ph-bold.ph-battery-vertical-medium:before {
  content: "";
}

.ph-bold.ph-battery-warning:before {
  content: "";
}

.ph-bold.ph-battery-warning-vertical:before {
  content: "";
}

.ph-bold.ph-beach-ball:before {
  content: "";
}

.ph-bold.ph-beanie:before {
  content: "";
}

.ph-bold.ph-bed:before {
  content: "";
}

.ph-bold.ph-beer-bottle:before {
  content: "";
}

.ph-bold.ph-beer-stein:before {
  content: "";
}

.ph-bold.ph-behance-logo:before {
  content: "";
}

.ph-bold.ph-bell:before {
  content: "";
}

.ph-bold.ph-bell-ringing:before {
  content: "";
}

.ph-bold.ph-bell-simple:before {
  content: "";
}

.ph-bold.ph-bell-simple-ringing:before {
  content: "";
}

.ph-bold.ph-bell-simple-slash:before {
  content: "";
}

.ph-bold.ph-bell-simple-z:before {
  content: "";
}

.ph-bold.ph-bell-slash:before {
  content: "";
}

.ph-bold.ph-bell-z:before {
  content: "";
}

.ph-bold.ph-belt:before {
  content: "";
}

.ph-bold.ph-bezier-curve:before {
  content: "";
}

.ph-bold.ph-bicycle:before {
  content: "";
}

.ph-bold.ph-binary:before {
  content: "";
}

.ph-bold.ph-binoculars:before {
  content: "";
}

.ph-bold.ph-biohazard:before {
  content: "";
}

.ph-bold.ph-bird:before {
  content: "";
}

.ph-bold.ph-blueprint:before {
  content: "";
}

.ph-bold.ph-bluetooth:before {
  content: "";
}

.ph-bold.ph-bluetooth-connected:before {
  content: "";
}

.ph-bold.ph-bluetooth-slash:before {
  content: "";
}

.ph-bold.ph-bluetooth-x:before {
  content: "";
}

.ph-bold.ph-boat:before {
  content: "";
}

.ph-bold.ph-bomb:before {
  content: "";
}

.ph-bold.ph-bone:before {
  content: "";
}

.ph-bold.ph-book:before {
  content: "";
}

.ph-bold.ph-book-bookmark:before {
  content: "";
}

.ph-bold.ph-book-open:before {
  content: "";
}

.ph-bold.ph-book-open-text:before {
  content: "";
}

.ph-bold.ph-book-open-user:before {
  content: "";
}

.ph-bold.ph-bookmark:before {
  content: "";
}

.ph-bold.ph-bookmark-simple:before {
  content: "";
}

.ph-bold.ph-bookmarks:before {
  content: "";
}

.ph-bold.ph-bookmarks-simple:before {
  content: "";
}

.ph-bold.ph-books:before {
  content: "";
}

.ph-bold.ph-boot:before {
  content: "";
}

.ph-bold.ph-boules:before {
  content: "";
}

.ph-bold.ph-bounding-box:before {
  content: "";
}

.ph-bold.ph-bowl-food:before {
  content: "";
}

.ph-bold.ph-bowl-steam:before {
  content: "";
}

.ph-bold.ph-bowling-ball:before {
  content: "";
}

.ph-bold.ph-box-arrow-down:before, .ph-bold.ph-archive-box:before {
  content: "";
}

.ph-bold.ph-box-arrow-up:before {
  content: "";
}

.ph-bold.ph-boxing-glove:before {
  content: "";
}

.ph-bold.ph-brackets-angle:before {
  content: "";
}

.ph-bold.ph-brackets-curly:before {
  content: "";
}

.ph-bold.ph-brackets-round:before {
  content: "";
}

.ph-bold.ph-brackets-square:before {
  content: "";
}

.ph-bold.ph-brain:before {
  content: "";
}

.ph-bold.ph-brandy:before {
  content: "";
}

.ph-bold.ph-bread:before {
  content: "";
}

.ph-bold.ph-bridge:before {
  content: "";
}

.ph-bold.ph-briefcase:before {
  content: "";
}

.ph-bold.ph-briefcase-metal:before {
  content: "";
}

.ph-bold.ph-broadcast:before {
  content: "";
}

.ph-bold.ph-broom:before {
  content: "";
}

.ph-bold.ph-browser:before {
  content: "";
}

.ph-bold.ph-browsers:before {
  content: "";
}

.ph-bold.ph-bug:before {
  content: "";
}

.ph-bold.ph-bug-beetle:before {
  content: "";
}

.ph-bold.ph-bug-droid:before {
  content: "";
}

.ph-bold.ph-building:before {
  content: "";
}

.ph-bold.ph-building-apartment:before {
  content: "";
}

.ph-bold.ph-building-office:before {
  content: "";
}

.ph-bold.ph-buildings:before {
  content: "";
}

.ph-bold.ph-bulldozer:before {
  content: "";
}

.ph-bold.ph-bus:before {
  content: "";
}

.ph-bold.ph-butterfly:before {
  content: "";
}

.ph-bold.ph-cable-car:before {
  content: "";
}

.ph-bold.ph-cactus:before {
  content: "";
}

.ph-bold.ph-cake:before {
  content: "";
}

.ph-bold.ph-calculator:before {
  content: "";
}

.ph-bold.ph-calendar:before {
  content: "";
}

.ph-bold.ph-calendar-blank:before {
  content: "";
}

.ph-bold.ph-calendar-check:before {
  content: "";
}

.ph-bold.ph-calendar-dot:before {
  content: "";
}

.ph-bold.ph-calendar-dots:before {
  content: "";
}

.ph-bold.ph-calendar-heart:before {
  content: "";
}

.ph-bold.ph-calendar-minus:before {
  content: "";
}

.ph-bold.ph-calendar-plus:before {
  content: "";
}

.ph-bold.ph-calendar-slash:before {
  content: "";
}

.ph-bold.ph-calendar-star:before {
  content: "";
}

.ph-bold.ph-calendar-x:before {
  content: "";
}

.ph-bold.ph-call-bell:before {
  content: "";
}

.ph-bold.ph-camera:before {
  content: "";
}

.ph-bold.ph-camera-plus:before {
  content: "";
}

.ph-bold.ph-camera-rotate:before {
  content: "";
}

.ph-bold.ph-camera-slash:before {
  content: "";
}

.ph-bold.ph-campfire:before {
  content: "";
}

.ph-bold.ph-car:before {
  content: "";
}

.ph-bold.ph-car-battery:before {
  content: "";
}

.ph-bold.ph-car-profile:before {
  content: "";
}

.ph-bold.ph-car-simple:before {
  content: "";
}

.ph-bold.ph-cardholder:before {
  content: "";
}

.ph-bold.ph-cards:before {
  content: "";
}

.ph-bold.ph-cards-three:before {
  content: "";
}

.ph-bold.ph-caret-circle-double-down:before {
  content: "";
}

.ph-bold.ph-caret-circle-double-left:before {
  content: "";
}

.ph-bold.ph-caret-circle-double-right:before {
  content: "";
}

.ph-bold.ph-caret-circle-double-up:before {
  content: "";
}

.ph-bold.ph-caret-circle-down:before {
  content: "";
}

.ph-bold.ph-caret-circle-left:before {
  content: "";
}

.ph-bold.ph-caret-circle-right:before {
  content: "";
}

.ph-bold.ph-caret-circle-up:before {
  content: "";
}

.ph-bold.ph-caret-circle-up-down:before {
  content: "";
}

.ph-bold.ph-caret-double-down:before {
  content: "";
}

.ph-bold.ph-caret-double-left:before {
  content: "";
}

.ph-bold.ph-caret-double-right:before {
  content: "";
}

.ph-bold.ph-caret-double-up:before {
  content: "";
}

.ph-bold.ph-caret-down:before {
  content: "";
}

.ph-bold.ph-caret-left:before {
  content: "";
}

.ph-bold.ph-caret-line-down:before {
  content: "";
}

.ph-bold.ph-caret-line-left:before {
  content: "";
}

.ph-bold.ph-caret-line-right:before {
  content: "";
}

.ph-bold.ph-caret-line-up:before {
  content: "";
}

.ph-bold.ph-caret-right:before {
  content: "";
}

.ph-bold.ph-caret-up:before {
  content: "";
}

.ph-bold.ph-caret-up-down:before {
  content: "";
}

.ph-bold.ph-carrot:before {
  content: "";
}

.ph-bold.ph-cash-register:before {
  content: "";
}

.ph-bold.ph-cassette-tape:before {
  content: "";
}

.ph-bold.ph-castle-turret:before {
  content: "";
}

.ph-bold.ph-cat:before {
  content: "";
}

.ph-bold.ph-cell-signal-full:before {
  content: "";
}

.ph-bold.ph-cell-signal-high:before {
  content: "";
}

.ph-bold.ph-cell-signal-low:before {
  content: "";
}

.ph-bold.ph-cell-signal-medium:before {
  content: "";
}

.ph-bold.ph-cell-signal-none:before {
  content: "";
}

.ph-bold.ph-cell-signal-slash:before {
  content: "";
}

.ph-bold.ph-cell-signal-x:before {
  content: "";
}

.ph-bold.ph-cell-tower:before {
  content: "";
}

.ph-bold.ph-certificate:before {
  content: "";
}

.ph-bold.ph-chair:before {
  content: "";
}

.ph-bold.ph-chalkboard:before {
  content: "";
}

.ph-bold.ph-chalkboard-simple:before {
  content: "";
}

.ph-bold.ph-chalkboard-teacher:before {
  content: "";
}

.ph-bold.ph-champagne:before {
  content: "";
}

.ph-bold.ph-charging-station:before {
  content: "";
}

.ph-bold.ph-chart-bar:before {
  content: "";
}

.ph-bold.ph-chart-bar-horizontal:before {
  content: "";
}

.ph-bold.ph-chart-donut:before {
  content: "";
}

.ph-bold.ph-chart-line:before {
  content: "";
}

.ph-bold.ph-chart-line-down:before {
  content: "";
}

.ph-bold.ph-chart-line-up:before {
  content: "";
}

.ph-bold.ph-chart-pie:before {
  content: "";
}

.ph-bold.ph-chart-pie-slice:before {
  content: "";
}

.ph-bold.ph-chart-polar:before {
  content: "";
}

.ph-bold.ph-chart-scatter:before {
  content: "";
}

.ph-bold.ph-chat:before {
  content: "";
}

.ph-bold.ph-chat-centered:before {
  content: "";
}

.ph-bold.ph-chat-centered-dots:before {
  content: "";
}

.ph-bold.ph-chat-centered-slash:before {
  content: "";
}

.ph-bold.ph-chat-centered-text:before {
  content: "";
}

.ph-bold.ph-chat-circle:before {
  content: "";
}

.ph-bold.ph-chat-circle-dots:before {
  content: "";
}

.ph-bold.ph-chat-circle-slash:before {
  content: "";
}

.ph-bold.ph-chat-circle-text:before {
  content: "";
}

.ph-bold.ph-chat-dots:before {
  content: "";
}

.ph-bold.ph-chat-slash:before {
  content: "";
}

.ph-bold.ph-chat-teardrop:before {
  content: "";
}

.ph-bold.ph-chat-teardrop-dots:before {
  content: "";
}

.ph-bold.ph-chat-teardrop-slash:before {
  content: "";
}

.ph-bold.ph-chat-teardrop-text:before {
  content: "";
}

.ph-bold.ph-chat-text:before {
  content: "";
}

.ph-bold.ph-chats:before {
  content: "";
}

.ph-bold.ph-chats-circle:before {
  content: "";
}

.ph-bold.ph-chats-teardrop:before {
  content: "";
}

.ph-bold.ph-check:before {
  content: "";
}

.ph-bold.ph-check-circle:before {
  content: "";
}

.ph-bold.ph-check-fat:before {
  content: "";
}

.ph-bold.ph-check-square:before {
  content: "";
}

.ph-bold.ph-check-square-offset:before {
  content: "";
}

.ph-bold.ph-checkerboard:before {
  content: "";
}

.ph-bold.ph-checks:before {
  content: "";
}

.ph-bold.ph-cheers:before {
  content: "";
}

.ph-bold.ph-cheese:before {
  content: "";
}

.ph-bold.ph-chef-hat:before {
  content: "";
}

.ph-bold.ph-cherries:before {
  content: "";
}

.ph-bold.ph-church:before {
  content: "";
}

.ph-bold.ph-cigarette:before {
  content: "";
}

.ph-bold.ph-cigarette-slash:before {
  content: "";
}

.ph-bold.ph-circle:before {
  content: "";
}

.ph-bold.ph-circle-dashed:before {
  content: "";
}

.ph-bold.ph-circle-half:before {
  content: "";
}

.ph-bold.ph-circle-half-tilt:before {
  content: "";
}

.ph-bold.ph-circle-notch:before {
  content: "";
}

.ph-bold.ph-circles-four:before {
  content: "";
}

.ph-bold.ph-circles-three:before {
  content: "";
}

.ph-bold.ph-circles-three-plus:before {
  content: "";
}

.ph-bold.ph-circuitry:before {
  content: "";
}

.ph-bold.ph-city:before {
  content: "";
}

.ph-bold.ph-clipboard:before {
  content: "";
}

.ph-bold.ph-clipboard-text:before {
  content: "";
}

.ph-bold.ph-clock:before {
  content: "";
}

.ph-bold.ph-clock-afternoon:before {
  content: "";
}

.ph-bold.ph-clock-clockwise:before {
  content: "";
}

.ph-bold.ph-clock-countdown:before {
  content: "";
}

.ph-bold.ph-clock-counter-clockwise:before {
  content: "";
}

.ph-bold.ph-clock-user:before {
  content: "";
}

.ph-bold.ph-closed-captioning:before {
  content: "";
}

.ph-bold.ph-cloud:before {
  content: "";
}

.ph-bold.ph-cloud-arrow-down:before {
  content: "";
}

.ph-bold.ph-cloud-arrow-up:before {
  content: "";
}

.ph-bold.ph-cloud-check:before {
  content: "";
}

.ph-bold.ph-cloud-fog:before {
  content: "";
}

.ph-bold.ph-cloud-lightning:before {
  content: "";
}

.ph-bold.ph-cloud-moon:before {
  content: "";
}

.ph-bold.ph-cloud-rain:before {
  content: "";
}

.ph-bold.ph-cloud-slash:before {
  content: "";
}

.ph-bold.ph-cloud-snow:before {
  content: "";
}

.ph-bold.ph-cloud-sun:before {
  content: "";
}

.ph-bold.ph-cloud-warning:before {
  content: "";
}

.ph-bold.ph-cloud-x:before {
  content: "";
}

.ph-bold.ph-clover:before {
  content: "";
}

.ph-bold.ph-club:before {
  content: "";
}

.ph-bold.ph-coat-hanger:before {
  content: "";
}

.ph-bold.ph-coda-logo:before {
  content: "";
}

.ph-bold.ph-code:before {
  content: "";
}

.ph-bold.ph-code-block:before {
  content: "";
}

.ph-bold.ph-code-simple:before {
  content: "";
}

.ph-bold.ph-codepen-logo:before {
  content: "";
}

.ph-bold.ph-codesandbox-logo:before {
  content: "";
}

.ph-bold.ph-coffee:before {
  content: "";
}

.ph-bold.ph-coffee-bean:before {
  content: "";
}

.ph-bold.ph-coin:before {
  content: "";
}

.ph-bold.ph-coin-vertical:before {
  content: "";
}

.ph-bold.ph-coins:before {
  content: "";
}

.ph-bold.ph-columns:before {
  content: "";
}

.ph-bold.ph-columns-plus-left:before {
  content: "";
}

.ph-bold.ph-columns-plus-right:before {
  content: "";
}

.ph-bold.ph-command:before {
  content: "";
}

.ph-bold.ph-compass:before {
  content: "";
}

.ph-bold.ph-compass-rose:before {
  content: "";
}

.ph-bold.ph-compass-tool:before {
  content: "";
}

.ph-bold.ph-computer-tower:before {
  content: "";
}

.ph-bold.ph-confetti:before {
  content: "";
}

.ph-bold.ph-contactless-payment:before {
  content: "";
}

.ph-bold.ph-control:before {
  content: "";
}

.ph-bold.ph-cookie:before {
  content: "";
}

.ph-bold.ph-cooking-pot:before {
  content: "";
}

.ph-bold.ph-copy:before {
  content: "";
}

.ph-bold.ph-copy-simple:before {
  content: "";
}

.ph-bold.ph-copyleft:before {
  content: "";
}

.ph-bold.ph-copyright:before {
  content: "";
}

.ph-bold.ph-corners-in:before {
  content: "";
}

.ph-bold.ph-corners-out:before {
  content: "";
}

.ph-bold.ph-couch:before {
  content: "";
}

.ph-bold.ph-court-basketball:before {
  content: "";
}

.ph-bold.ph-cow:before {
  content: "";
}

.ph-bold.ph-cowboy-hat:before {
  content: "";
}

.ph-bold.ph-cpu:before {
  content: "";
}

.ph-bold.ph-crane:before {
  content: "";
}

.ph-bold.ph-crane-tower:before {
  content: "";
}

.ph-bold.ph-credit-card:before {
  content: "";
}

.ph-bold.ph-cricket:before {
  content: "";
}

.ph-bold.ph-crop:before {
  content: "";
}

.ph-bold.ph-cross:before {
  content: "";
}

.ph-bold.ph-crosshair:before {
  content: "";
}

.ph-bold.ph-crosshair-simple:before {
  content: "";
}

.ph-bold.ph-crown:before {
  content: "";
}

.ph-bold.ph-crown-cross:before {
  content: "";
}

.ph-bold.ph-crown-simple:before {
  content: "";
}

.ph-bold.ph-cube:before {
  content: "";
}

.ph-bold.ph-cube-focus:before {
  content: "";
}

.ph-bold.ph-cube-transparent:before {
  content: "";
}

.ph-bold.ph-currency-btc:before {
  content: "";
}

.ph-bold.ph-currency-circle-dollar:before {
  content: "";
}

.ph-bold.ph-currency-cny:before {
  content: "";
}

.ph-bold.ph-currency-dollar:before {
  content: "";
}

.ph-bold.ph-currency-dollar-simple:before {
  content: "";
}

.ph-bold.ph-currency-eth:before {
  content: "";
}

.ph-bold.ph-currency-eur:before {
  content: "";
}

.ph-bold.ph-currency-gbp:before {
  content: "";
}

.ph-bold.ph-currency-inr:before {
  content: "";
}

.ph-bold.ph-currency-jpy:before {
  content: "";
}

.ph-bold.ph-currency-krw:before {
  content: "";
}

.ph-bold.ph-currency-kzt:before {
  content: "";
}

.ph-bold.ph-currency-ngn:before {
  content: "";
}

.ph-bold.ph-currency-rub:before {
  content: "";
}

.ph-bold.ph-cursor:before {
  content: "";
}

.ph-bold.ph-cursor-click:before {
  content: "";
}

.ph-bold.ph-cursor-text:before {
  content: "";
}

.ph-bold.ph-cylinder:before {
  content: "";
}

.ph-bold.ph-database:before {
  content: "";
}

.ph-bold.ph-desk:before {
  content: "";
}

.ph-bold.ph-desktop:before {
  content: "";
}

.ph-bold.ph-desktop-tower:before {
  content: "";
}

.ph-bold.ph-detective:before {
  content: "";
}

.ph-bold.ph-dev-to-logo:before {
  content: "";
}

.ph-bold.ph-device-mobile:before {
  content: "";
}

.ph-bold.ph-device-mobile-camera:before {
  content: "";
}

.ph-bold.ph-device-mobile-slash:before {
  content: "";
}

.ph-bold.ph-device-mobile-speaker:before {
  content: "";
}

.ph-bold.ph-device-rotate:before {
  content: "";
}

.ph-bold.ph-device-tablet:before {
  content: "";
}

.ph-bold.ph-device-tablet-camera:before {
  content: "";
}

.ph-bold.ph-device-tablet-speaker:before {
  content: "";
}

.ph-bold.ph-devices:before {
  content: "";
}

.ph-bold.ph-diamond:before {
  content: "";
}

.ph-bold.ph-diamonds-four:before {
  content: "";
}

.ph-bold.ph-dice-five:before {
  content: "";
}

.ph-bold.ph-dice-four:before {
  content: "";
}

.ph-bold.ph-dice-one:before {
  content: "";
}

.ph-bold.ph-dice-six:before {
  content: "";
}

.ph-bold.ph-dice-three:before {
  content: "";
}

.ph-bold.ph-dice-two:before {
  content: "";
}

.ph-bold.ph-disc:before {
  content: "";
}

.ph-bold.ph-disco-ball:before {
  content: "";
}

.ph-bold.ph-discord-logo:before {
  content: "";
}

.ph-bold.ph-divide:before {
  content: "";
}

.ph-bold.ph-dna:before {
  content: "";
}

.ph-bold.ph-dog:before {
  content: "";
}

.ph-bold.ph-door:before {
  content: "";
}

.ph-bold.ph-door-open:before {
  content: "";
}

.ph-bold.ph-dot:before {
  content: "";
}

.ph-bold.ph-dot-outline:before {
  content: "";
}

.ph-bold.ph-dots-nine:before {
  content: "";
}

.ph-bold.ph-dots-six:before {
  content: "";
}

.ph-bold.ph-dots-six-vertical:before {
  content: "";
}

.ph-bold.ph-dots-three:before {
  content: "";
}

.ph-bold.ph-dots-three-circle:before {
  content: "";
}

.ph-bold.ph-dots-three-circle-vertical:before {
  content: "";
}

.ph-bold.ph-dots-three-outline:before {
  content: "";
}

.ph-bold.ph-dots-three-outline-vertical:before {
  content: "";
}

.ph-bold.ph-dots-three-vertical:before {
  content: "";
}

.ph-bold.ph-download:before {
  content: "";
}

.ph-bold.ph-download-simple:before {
  content: "";
}

.ph-bold.ph-dress:before {
  content: "";
}

.ph-bold.ph-dresser:before {
  content: "";
}

.ph-bold.ph-dribbble-logo:before {
  content: "";
}

.ph-bold.ph-drone:before {
  content: "";
}

.ph-bold.ph-drop:before {
  content: "";
}

.ph-bold.ph-drop-half:before {
  content: "";
}

.ph-bold.ph-drop-half-bottom:before {
  content: "";
}

.ph-bold.ph-drop-simple:before {
  content: "";
}

.ph-bold.ph-drop-slash:before {
  content: "";
}

.ph-bold.ph-dropbox-logo:before {
  content: "";
}

.ph-bold.ph-ear:before {
  content: "";
}

.ph-bold.ph-ear-slash:before {
  content: "";
}

.ph-bold.ph-egg:before {
  content: "";
}

.ph-bold.ph-egg-crack:before {
  content: "";
}

.ph-bold.ph-eject:before {
  content: "";
}

.ph-bold.ph-eject-simple:before {
  content: "";
}

.ph-bold.ph-elevator:before {
  content: "";
}

.ph-bold.ph-empty:before {
  content: "";
}

.ph-bold.ph-engine:before {
  content: "";
}

.ph-bold.ph-envelope:before {
  content: "";
}

.ph-bold.ph-envelope-open:before {
  content: "";
}

.ph-bold.ph-envelope-simple:before {
  content: "";
}

.ph-bold.ph-envelope-simple-open:before {
  content: "";
}

.ph-bold.ph-equalizer:before {
  content: "";
}

.ph-bold.ph-equals:before {
  content: "";
}

.ph-bold.ph-eraser:before {
  content: "";
}

.ph-bold.ph-escalator-down:before {
  content: "";
}

.ph-bold.ph-escalator-up:before {
  content: "";
}

.ph-bold.ph-exam:before {
  content: "";
}

.ph-bold.ph-exclamation-mark:before {
  content: "";
}

.ph-bold.ph-exclude:before {
  content: "";
}

.ph-bold.ph-exclude-square:before {
  content: "";
}

.ph-bold.ph-export:before {
  content: "";
}

.ph-bold.ph-eye:before {
  content: "";
}

.ph-bold.ph-eye-closed:before {
  content: "";
}

.ph-bold.ph-eye-slash:before {
  content: "";
}

.ph-bold.ph-eyedropper:before {
  content: "";
}

.ph-bold.ph-eyedropper-sample:before {
  content: "";
}

.ph-bold.ph-eyeglasses:before {
  content: "";
}

.ph-bold.ph-eyes:before {
  content: "";
}

.ph-bold.ph-face-mask:before {
  content: "";
}

.ph-bold.ph-facebook-logo:before {
  content: "";
}

.ph-bold.ph-factory:before {
  content: "";
}

.ph-bold.ph-faders:before {
  content: "";
}

.ph-bold.ph-faders-horizontal:before {
  content: "";
}

.ph-bold.ph-fallout-shelter:before {
  content: "";
}

.ph-bold.ph-fan:before {
  content: "";
}

.ph-bold.ph-farm:before {
  content: "";
}

.ph-bold.ph-fast-forward:before {
  content: "";
}

.ph-bold.ph-fast-forward-circle:before {
  content: "";
}

.ph-bold.ph-feather:before {
  content: "";
}

.ph-bold.ph-fediverse-logo:before {
  content: "";
}

.ph-bold.ph-figma-logo:before {
  content: "";
}

.ph-bold.ph-file:before {
  content: "";
}

.ph-bold.ph-file-archive:before {
  content: "";
}

.ph-bold.ph-file-arrow-down:before {
  content: "";
}

.ph-bold.ph-file-arrow-up:before {
  content: "";
}

.ph-bold.ph-file-audio:before {
  content: "";
}

.ph-bold.ph-file-c:before {
  content: "";
}

.ph-bold.ph-file-c-sharp:before {
  content: "";
}

.ph-bold.ph-file-cloud:before {
  content: "";
}

.ph-bold.ph-file-code:before {
  content: "";
}

.ph-bold.ph-file-cpp:before {
  content: "";
}

.ph-bold.ph-file-css:before {
  content: "";
}

.ph-bold.ph-file-csv:before {
  content: "";
}

.ph-bold.ph-file-dashed:before, .ph-bold.ph-file-dotted:before {
  content: "";
}

.ph-bold.ph-file-doc:before {
  content: "";
}

.ph-bold.ph-file-html:before {
  content: "";
}

.ph-bold.ph-file-image:before {
  content: "";
}

.ph-bold.ph-file-ini:before {
  content: "";
}

.ph-bold.ph-file-jpg:before {
  content: "";
}

.ph-bold.ph-file-js:before {
  content: "";
}

.ph-bold.ph-file-jsx:before {
  content: "";
}

.ph-bold.ph-file-lock:before {
  content: "";
}

.ph-bold.ph-file-magnifying-glass:before, .ph-bold.ph-file-search:before {
  content: "";
}

.ph-bold.ph-file-md:before {
  content: "";
}

.ph-bold.ph-file-minus:before {
  content: "";
}

.ph-bold.ph-file-pdf:before {
  content: "";
}

.ph-bold.ph-file-plus:before {
  content: "";
}

.ph-bold.ph-file-png:before {
  content: "";
}

.ph-bold.ph-file-ppt:before {
  content: "";
}

.ph-bold.ph-file-py:before {
  content: "";
}

.ph-bold.ph-file-rs:before {
  content: "";
}

.ph-bold.ph-file-sql:before {
  content: "";
}

.ph-bold.ph-file-svg:before {
  content: "";
}

.ph-bold.ph-file-text:before {
  content: "";
}

.ph-bold.ph-file-ts:before {
  content: "";
}

.ph-bold.ph-file-tsx:before {
  content: "";
}

.ph-bold.ph-file-txt:before {
  content: "";
}

.ph-bold.ph-file-video:before {
  content: "";
}

.ph-bold.ph-file-vue:before {
  content: "";
}

.ph-bold.ph-file-x:before {
  content: "";
}

.ph-bold.ph-file-xls:before {
  content: "";
}

.ph-bold.ph-file-zip:before {
  content: "";
}

.ph-bold.ph-files:before {
  content: "";
}

.ph-bold.ph-film-reel:before {
  content: "";
}

.ph-bold.ph-film-script:before {
  content: "";
}

.ph-bold.ph-film-slate:before {
  content: "";
}

.ph-bold.ph-film-strip:before {
  content: "";
}

.ph-bold.ph-fingerprint:before {
  content: "";
}

.ph-bold.ph-fingerprint-simple:before {
  content: "";
}

.ph-bold.ph-finn-the-human:before {
  content: "";
}

.ph-bold.ph-fire:before {
  content: "";
}

.ph-bold.ph-fire-extinguisher:before {
  content: "";
}

.ph-bold.ph-fire-simple:before {
  content: "";
}

.ph-bold.ph-fire-truck:before {
  content: "";
}

.ph-bold.ph-first-aid:before {
  content: "";
}

.ph-bold.ph-first-aid-kit:before {
  content: "";
}

.ph-bold.ph-fish:before {
  content: "";
}

.ph-bold.ph-fish-simple:before {
  content: "";
}

.ph-bold.ph-flag:before {
  content: "";
}

.ph-bold.ph-flag-banner:before {
  content: "";
}

.ph-bold.ph-flag-banner-fold:before {
  content: "";
}

.ph-bold.ph-flag-checkered:before {
  content: "";
}

.ph-bold.ph-flag-pennant:before {
  content: "";
}

.ph-bold.ph-flame:before {
  content: "";
}

.ph-bold.ph-flashlight:before {
  content: "";
}

.ph-bold.ph-flask:before {
  content: "";
}

.ph-bold.ph-flip-horizontal:before {
  content: "";
}

.ph-bold.ph-flip-vertical:before {
  content: "";
}

.ph-bold.ph-floppy-disk:before {
  content: "";
}

.ph-bold.ph-floppy-disk-back:before {
  content: "";
}

.ph-bold.ph-flow-arrow:before {
  content: "";
}

.ph-bold.ph-flower:before {
  content: "";
}

.ph-bold.ph-flower-lotus:before {
  content: "";
}

.ph-bold.ph-flower-tulip:before {
  content: "";
}

.ph-bold.ph-flying-saucer:before {
  content: "";
}

.ph-bold.ph-folder:before, .ph-bold.ph-folder-notch:before {
  content: "";
}

.ph-bold.ph-folder-dashed:before, .ph-bold.ph-folder-dotted:before {
  content: "";
}

.ph-bold.ph-folder-lock:before {
  content: "";
}

.ph-bold.ph-folder-minus:before, .ph-bold.ph-folder-notch-minus:before {
  content: "";
}

.ph-bold.ph-folder-open:before, .ph-bold.ph-folder-notch-open:before {
  content: "";
}

.ph-bold.ph-folder-plus:before, .ph-bold.ph-folder-notch-plus:before {
  content: "";
}

.ph-bold.ph-folder-simple:before {
  content: "";
}

.ph-bold.ph-folder-simple-dashed:before, .ph-bold.ph-folder-simple-dotted:before {
  content: "";
}

.ph-bold.ph-folder-simple-lock:before {
  content: "";
}

.ph-bold.ph-folder-simple-minus:before {
  content: "";
}

.ph-bold.ph-folder-simple-plus:before {
  content: "";
}

.ph-bold.ph-folder-simple-star:before {
  content: "";
}

.ph-bold.ph-folder-simple-user:before {
  content: "";
}

.ph-bold.ph-folder-star:before {
  content: "";
}

.ph-bold.ph-folder-user:before {
  content: "";
}

.ph-bold.ph-folders:before {
  content: "";
}

.ph-bold.ph-football:before {
  content: "";
}

.ph-bold.ph-football-helmet:before {
  content: "";
}

.ph-bold.ph-footprints:before {
  content: "";
}

.ph-bold.ph-fork-knife:before {
  content: "";
}

.ph-bold.ph-four-k:before {
  content: "";
}

.ph-bold.ph-frame-corners:before {
  content: "";
}

.ph-bold.ph-framer-logo:before {
  content: "";
}

.ph-bold.ph-function:before {
  content: "";
}

.ph-bold.ph-funnel:before {
  content: "";
}

.ph-bold.ph-funnel-simple:before {
  content: "";
}

.ph-bold.ph-funnel-simple-x:before {
  content: "";
}

.ph-bold.ph-funnel-x:before {
  content: "";
}

.ph-bold.ph-game-controller:before {
  content: "";
}

.ph-bold.ph-garage:before {
  content: "";
}

.ph-bold.ph-gas-can:before {
  content: "";
}

.ph-bold.ph-gas-pump:before {
  content: "";
}

.ph-bold.ph-gauge:before {
  content: "";
}

.ph-bold.ph-gavel:before {
  content: "";
}

.ph-bold.ph-gear:before {
  content: "";
}

.ph-bold.ph-gear-fine:before {
  content: "";
}

.ph-bold.ph-gear-six:before {
  content: "";
}

.ph-bold.ph-gender-female:before {
  content: "";
}

.ph-bold.ph-gender-intersex:before {
  content: "";
}

.ph-bold.ph-gender-male:before {
  content: "";
}

.ph-bold.ph-gender-neuter:before {
  content: "";
}

.ph-bold.ph-gender-nonbinary:before {
  content: "";
}

.ph-bold.ph-gender-transgender:before {
  content: "";
}

.ph-bold.ph-ghost:before {
  content: "";
}

.ph-bold.ph-gif:before {
  content: "";
}

.ph-bold.ph-gift:before {
  content: "";
}

.ph-bold.ph-git-branch:before {
  content: "";
}

.ph-bold.ph-git-commit:before {
  content: "";
}

.ph-bold.ph-git-diff:before {
  content: "";
}

.ph-bold.ph-git-fork:before {
  content: "";
}

.ph-bold.ph-git-merge:before {
  content: "";
}

.ph-bold.ph-git-pull-request:before {
  content: "";
}

.ph-bold.ph-github-logo:before {
  content: "";
}

.ph-bold.ph-gitlab-logo:before {
  content: "";
}

.ph-bold.ph-gitlab-logo-simple:before {
  content: "";
}

.ph-bold.ph-globe:before {
  content: "";
}

.ph-bold.ph-globe-hemisphere-east:before {
  content: "";
}

.ph-bold.ph-globe-hemisphere-west:before {
  content: "";
}

.ph-bold.ph-globe-simple:before {
  content: "";
}

.ph-bold.ph-globe-simple-x:before {
  content: "";
}

.ph-bold.ph-globe-stand:before {
  content: "";
}

.ph-bold.ph-globe-x:before {
  content: "";
}

.ph-bold.ph-goggles:before {
  content: "";
}

.ph-bold.ph-golf:before {
  content: "";
}

.ph-bold.ph-goodreads-logo:before {
  content: "";
}

.ph-bold.ph-google-cardboard-logo:before {
  content: "";
}

.ph-bold.ph-google-chrome-logo:before {
  content: "";
}

.ph-bold.ph-google-drive-logo:before {
  content: "";
}

.ph-bold.ph-google-logo:before {
  content: "";
}

.ph-bold.ph-google-photos-logo:before {
  content: "";
}

.ph-bold.ph-google-play-logo:before {
  content: "";
}

.ph-bold.ph-google-podcasts-logo:before {
  content: "";
}

.ph-bold.ph-gps:before {
  content: "";
}

.ph-bold.ph-gps-fix:before {
  content: "";
}

.ph-bold.ph-gps-slash:before {
  content: "";
}

.ph-bold.ph-gradient:before {
  content: "";
}

.ph-bold.ph-graduation-cap:before {
  content: "";
}

.ph-bold.ph-grains:before {
  content: "";
}

.ph-bold.ph-grains-slash:before {
  content: "";
}

.ph-bold.ph-graph:before {
  content: "";
}

.ph-bold.ph-graphics-card:before {
  content: "";
}

.ph-bold.ph-greater-than:before {
  content: "";
}

.ph-bold.ph-greater-than-or-equal:before {
  content: "";
}

.ph-bold.ph-grid-four:before {
  content: "";
}

.ph-bold.ph-grid-nine:before {
  content: "";
}

.ph-bold.ph-guitar:before {
  content: "";
}

.ph-bold.ph-hair-dryer:before {
  content: "";
}

.ph-bold.ph-hamburger:before {
  content: "";
}

.ph-bold.ph-hammer:before {
  content: "";
}

.ph-bold.ph-hand:before {
  content: "";
}

.ph-bold.ph-hand-arrow-down:before {
  content: "";
}

.ph-bold.ph-hand-arrow-up:before {
  content: "";
}

.ph-bold.ph-hand-coins:before {
  content: "";
}

.ph-bold.ph-hand-deposit:before {
  content: "";
}

.ph-bold.ph-hand-eye:before {
  content: "";
}

.ph-bold.ph-hand-fist:before {
  content: "";
}

.ph-bold.ph-hand-grabbing:before {
  content: "";
}

.ph-bold.ph-hand-heart:before {
  content: "";
}

.ph-bold.ph-hand-palm:before {
  content: "";
}

.ph-bold.ph-hand-peace:before {
  content: "";
}

.ph-bold.ph-hand-pointing:before {
  content: "";
}

.ph-bold.ph-hand-soap:before {
  content: "";
}

.ph-bold.ph-hand-swipe-left:before {
  content: "";
}

.ph-bold.ph-hand-swipe-right:before {
  content: "";
}

.ph-bold.ph-hand-tap:before {
  content: "";
}

.ph-bold.ph-hand-waving:before {
  content: "";
}

.ph-bold.ph-hand-withdraw:before {
  content: "";
}

.ph-bold.ph-handbag:before {
  content: "";
}

.ph-bold.ph-handbag-simple:before {
  content: "";
}

.ph-bold.ph-hands-clapping:before {
  content: "";
}

.ph-bold.ph-hands-praying:before {
  content: "";
}

.ph-bold.ph-handshake:before {
  content: "";
}

.ph-bold.ph-hard-drive:before {
  content: "";
}

.ph-bold.ph-hard-drives:before {
  content: "";
}

.ph-bold.ph-hard-hat:before {
  content: "";
}

.ph-bold.ph-hash:before {
  content: "";
}

.ph-bold.ph-hash-straight:before {
  content: "";
}

.ph-bold.ph-head-circuit:before {
  content: "";
}

.ph-bold.ph-headlights:before {
  content: "";
}

.ph-bold.ph-headphones:before {
  content: "";
}

.ph-bold.ph-headset:before {
  content: "";
}

.ph-bold.ph-heart:before {
  content: "";
}

.ph-bold.ph-heart-break:before {
  content: "";
}

.ph-bold.ph-heart-half:before {
  content: "";
}

.ph-bold.ph-heart-straight:before {
  content: "";
}

.ph-bold.ph-heart-straight-break:before {
  content: "";
}

.ph-bold.ph-heartbeat:before {
  content: "";
}

.ph-bold.ph-hexagon:before {
  content: "";
}

.ph-bold.ph-high-definition:before {
  content: "";
}

.ph-bold.ph-high-heel:before {
  content: "";
}

.ph-bold.ph-highlighter:before {
  content: "";
}

.ph-bold.ph-highlighter-circle:before {
  content: "";
}

.ph-bold.ph-hockey:before {
  content: "";
}

.ph-bold.ph-hoodie:before {
  content: "";
}

.ph-bold.ph-horse:before {
  content: "";
}

.ph-bold.ph-hospital:before {
  content: "";
}

.ph-bold.ph-hourglass:before {
  content: "";
}

.ph-bold.ph-hourglass-high:before {
  content: "";
}

.ph-bold.ph-hourglass-low:before {
  content: "";
}

.ph-bold.ph-hourglass-medium:before {
  content: "";
}

.ph-bold.ph-hourglass-simple:before {
  content: "";
}

.ph-bold.ph-hourglass-simple-high:before {
  content: "";
}

.ph-bold.ph-hourglass-simple-low:before {
  content: "";
}

.ph-bold.ph-hourglass-simple-medium:before {
  content: "";
}

.ph-bold.ph-house:before {
  content: "";
}

.ph-bold.ph-house-line:before {
  content: "";
}

.ph-bold.ph-house-simple:before {
  content: "";
}

.ph-bold.ph-hurricane:before {
  content: "";
}

.ph-bold.ph-ice-cream:before {
  content: "";
}

.ph-bold.ph-identification-badge:before {
  content: "";
}

.ph-bold.ph-identification-card:before {
  content: "";
}

.ph-bold.ph-image:before {
  content: "";
}

.ph-bold.ph-image-broken:before {
  content: "";
}

.ph-bold.ph-image-square:before {
  content: "";
}

.ph-bold.ph-images:before {
  content: "";
}

.ph-bold.ph-images-square:before {
  content: "";
}

.ph-bold.ph-infinity:before, .ph-bold.ph-lemniscate:before {
  content: "";
}

.ph-bold.ph-info:before {
  content: "";
}

.ph-bold.ph-instagram-logo:before {
  content: "";
}

.ph-bold.ph-intersect:before {
  content: "";
}

.ph-bold.ph-intersect-square:before {
  content: "";
}

.ph-bold.ph-intersect-three:before {
  content: "";
}

.ph-bold.ph-intersection:before {
  content: "";
}

.ph-bold.ph-invoice:before {
  content: "";
}

.ph-bold.ph-island:before {
  content: "";
}

.ph-bold.ph-jar:before {
  content: "";
}

.ph-bold.ph-jar-label:before {
  content: "";
}

.ph-bold.ph-jeep:before {
  content: "";
}

.ph-bold.ph-joystick:before {
  content: "";
}

.ph-bold.ph-kanban:before {
  content: "";
}

.ph-bold.ph-key:before {
  content: "";
}

.ph-bold.ph-key-return:before {
  content: "";
}

.ph-bold.ph-keyboard:before {
  content: "";
}

.ph-bold.ph-keyhole:before {
  content: "";
}

.ph-bold.ph-knife:before {
  content: "";
}

.ph-bold.ph-ladder:before {
  content: "";
}

.ph-bold.ph-ladder-simple:before {
  content: "";
}

.ph-bold.ph-lamp:before {
  content: "";
}

.ph-bold.ph-lamp-pendant:before {
  content: "";
}

.ph-bold.ph-laptop:before {
  content: "";
}

.ph-bold.ph-lasso:before {
  content: "";
}

.ph-bold.ph-lastfm-logo:before {
  content: "";
}

.ph-bold.ph-layout:before {
  content: "";
}

.ph-bold.ph-leaf:before {
  content: "";
}

.ph-bold.ph-lectern:before {
  content: "";
}

.ph-bold.ph-lego:before {
  content: "";
}

.ph-bold.ph-lego-smiley:before {
  content: "";
}

.ph-bold.ph-less-than:before {
  content: "";
}

.ph-bold.ph-less-than-or-equal:before {
  content: "";
}

.ph-bold.ph-letter-circle-h:before {
  content: "";
}

.ph-bold.ph-letter-circle-p:before {
  content: "";
}

.ph-bold.ph-letter-circle-v:before {
  content: "";
}

.ph-bold.ph-lifebuoy:before {
  content: "";
}

.ph-bold.ph-lightbulb:before {
  content: "";
}

.ph-bold.ph-lightbulb-filament:before {
  content: "";
}

.ph-bold.ph-lighthouse:before {
  content: "";
}

.ph-bold.ph-lightning:before {
  content: "";
}

.ph-bold.ph-lightning-a:before {
  content: "";
}

.ph-bold.ph-lightning-slash:before {
  content: "";
}

.ph-bold.ph-line-segment:before {
  content: "";
}

.ph-bold.ph-line-segments:before {
  content: "";
}

.ph-bold.ph-line-vertical:before {
  content: "";
}

.ph-bold.ph-link:before {
  content: "";
}

.ph-bold.ph-link-break:before {
  content: "";
}

.ph-bold.ph-link-simple:before {
  content: "";
}

.ph-bold.ph-link-simple-break:before {
  content: "";
}

.ph-bold.ph-link-simple-horizontal:before {
  content: "";
}

.ph-bold.ph-link-simple-horizontal-break:before {
  content: "";
}

.ph-bold.ph-linkedin-logo:before {
  content: "";
}

.ph-bold.ph-linktree-logo:before {
  content: "";
}

.ph-bold.ph-linux-logo:before {
  content: "";
}

.ph-bold.ph-list:before {
  content: "";
}

.ph-bold.ph-list-bullets:before {
  content: "";
}

.ph-bold.ph-list-checks:before {
  content: "";
}

.ph-bold.ph-list-dashes:before {
  content: "";
}

.ph-bold.ph-list-heart:before {
  content: "";
}

.ph-bold.ph-list-magnifying-glass:before {
  content: "";
}

.ph-bold.ph-list-numbers:before {
  content: "";
}

.ph-bold.ph-list-plus:before {
  content: "";
}

.ph-bold.ph-list-star:before {
  content: "";
}

.ph-bold.ph-lock:before {
  content: "";
}

.ph-bold.ph-lock-key:before {
  content: "";
}

.ph-bold.ph-lock-key-open:before {
  content: "";
}

.ph-bold.ph-lock-laminated:before {
  content: "";
}

.ph-bold.ph-lock-laminated-open:before {
  content: "";
}

.ph-bold.ph-lock-open:before {
  content: "";
}

.ph-bold.ph-lock-simple:before {
  content: "";
}

.ph-bold.ph-lock-simple-open:before {
  content: "";
}

.ph-bold.ph-lockers:before {
  content: "";
}

.ph-bold.ph-log:before {
  content: "";
}

.ph-bold.ph-magic-wand:before {
  content: "";
}

.ph-bold.ph-magnet:before {
  content: "";
}

.ph-bold.ph-magnet-straight:before {
  content: "";
}

.ph-bold.ph-magnifying-glass:before {
  content: "";
}

.ph-bold.ph-magnifying-glass-minus:before {
  content: "";
}

.ph-bold.ph-magnifying-glass-plus:before {
  content: "";
}

.ph-bold.ph-mailbox:before {
  content: "";
}

.ph-bold.ph-map-pin:before {
  content: "";
}

.ph-bold.ph-map-pin-area:before {
  content: "";
}

.ph-bold.ph-map-pin-line:before {
  content: "";
}

.ph-bold.ph-map-pin-plus:before {
  content: "";
}

.ph-bold.ph-map-pin-simple:before {
  content: "";
}

.ph-bold.ph-map-pin-simple-area:before {
  content: "";
}

.ph-bold.ph-map-pin-simple-line:before {
  content: "";
}

.ph-bold.ph-map-trifold:before {
  content: "";
}

.ph-bold.ph-markdown-logo:before {
  content: "";
}

.ph-bold.ph-marker-circle:before {
  content: "";
}

.ph-bold.ph-martini:before {
  content: "";
}

.ph-bold.ph-mask-happy:before {
  content: "";
}

.ph-bold.ph-mask-sad:before {
  content: "";
}

.ph-bold.ph-mastodon-logo:before {
  content: "";
}

.ph-bold.ph-math-operations:before {
  content: "";
}

.ph-bold.ph-matrix-logo:before {
  content: "";
}

.ph-bold.ph-medal:before {
  content: "";
}

.ph-bold.ph-medal-military:before {
  content: "";
}

.ph-bold.ph-medium-logo:before {
  content: "";
}

.ph-bold.ph-megaphone:before {
  content: "";
}

.ph-bold.ph-megaphone-simple:before {
  content: "";
}

.ph-bold.ph-member-of:before {
  content: "";
}

.ph-bold.ph-memory:before {
  content: "";
}

.ph-bold.ph-messenger-logo:before {
  content: "";
}

.ph-bold.ph-meta-logo:before {
  content: "";
}

.ph-bold.ph-meteor:before {
  content: "";
}

.ph-bold.ph-metronome:before {
  content: "";
}

.ph-bold.ph-microphone:before {
  content: "";
}

.ph-bold.ph-microphone-slash:before {
  content: "";
}

.ph-bold.ph-microphone-stage:before {
  content: "";
}

.ph-bold.ph-microscope:before {
  content: "";
}

.ph-bold.ph-microsoft-excel-logo:before {
  content: "";
}

.ph-bold.ph-microsoft-outlook-logo:before {
  content: "";
}

.ph-bold.ph-microsoft-powerpoint-logo:before {
  content: "";
}

.ph-bold.ph-microsoft-teams-logo:before {
  content: "";
}

.ph-bold.ph-microsoft-word-logo:before {
  content: "";
}

.ph-bold.ph-minus:before {
  content: "";
}

.ph-bold.ph-minus-circle:before {
  content: "";
}

.ph-bold.ph-minus-square:before {
  content: "";
}

.ph-bold.ph-money:before {
  content: "";
}

.ph-bold.ph-money-wavy:before {
  content: "";
}

.ph-bold.ph-monitor:before {
  content: "";
}

.ph-bold.ph-monitor-arrow-up:before {
  content: "";
}

.ph-bold.ph-monitor-play:before {
  content: "";
}

.ph-bold.ph-moon:before {
  content: "";
}

.ph-bold.ph-moon-stars:before {
  content: "";
}

.ph-bold.ph-moped:before {
  content: "";
}

.ph-bold.ph-moped-front:before {
  content: "";
}

.ph-bold.ph-mosque:before {
  content: "";
}

.ph-bold.ph-motorcycle:before {
  content: "";
}

.ph-bold.ph-mountains:before {
  content: "";
}

.ph-bold.ph-mouse:before {
  content: "";
}

.ph-bold.ph-mouse-left-click:before {
  content: "";
}

.ph-bold.ph-mouse-middle-click:before {
  content: "";
}

.ph-bold.ph-mouse-right-click:before {
  content: "";
}

.ph-bold.ph-mouse-scroll:before {
  content: "";
}

.ph-bold.ph-mouse-simple:before {
  content: "";
}

.ph-bold.ph-music-note:before {
  content: "";
}

.ph-bold.ph-music-note-simple:before {
  content: "";
}

.ph-bold.ph-music-notes:before {
  content: "";
}

.ph-bold.ph-music-notes-minus:before {
  content: "";
}

.ph-bold.ph-music-notes-plus:before {
  content: "";
}

.ph-bold.ph-music-notes-simple:before {
  content: "";
}

.ph-bold.ph-navigation-arrow:before {
  content: "";
}

.ph-bold.ph-needle:before {
  content: "";
}

.ph-bold.ph-network:before {
  content: "";
}

.ph-bold.ph-network-slash:before {
  content: "";
}

.ph-bold.ph-network-x:before {
  content: "";
}

.ph-bold.ph-newspaper:before {
  content: "";
}

.ph-bold.ph-newspaper-clipping:before {
  content: "";
}

.ph-bold.ph-not-equals:before {
  content: "";
}

.ph-bold.ph-not-member-of:before {
  content: "";
}

.ph-bold.ph-not-subset-of:before {
  content: "";
}

.ph-bold.ph-not-superset-of:before {
  content: "";
}

.ph-bold.ph-notches:before {
  content: "";
}

.ph-bold.ph-note:before {
  content: "";
}

.ph-bold.ph-note-blank:before {
  content: "";
}

.ph-bold.ph-note-pencil:before {
  content: "";
}

.ph-bold.ph-notebook:before {
  content: "";
}

.ph-bold.ph-notepad:before {
  content: "";
}

.ph-bold.ph-notification:before {
  content: "";
}

.ph-bold.ph-notion-logo:before {
  content: "";
}

.ph-bold.ph-nuclear-plant:before {
  content: "";
}

.ph-bold.ph-number-circle-eight:before {
  content: "";
}

.ph-bold.ph-number-circle-five:before {
  content: "";
}

.ph-bold.ph-number-circle-four:before {
  content: "";
}

.ph-bold.ph-number-circle-nine:before {
  content: "";
}

.ph-bold.ph-number-circle-one:before {
  content: "";
}

.ph-bold.ph-number-circle-seven:before {
  content: "";
}

.ph-bold.ph-number-circle-six:before {
  content: "";
}

.ph-bold.ph-number-circle-three:before {
  content: "";
}

.ph-bold.ph-number-circle-two:before {
  content: "";
}

.ph-bold.ph-number-circle-zero:before {
  content: "";
}

.ph-bold.ph-number-eight:before {
  content: "";
}

.ph-bold.ph-number-five:before {
  content: "";
}

.ph-bold.ph-number-four:before {
  content: "";
}

.ph-bold.ph-number-nine:before {
  content: "";
}

.ph-bold.ph-number-one:before {
  content: "";
}

.ph-bold.ph-number-seven:before {
  content: "";
}

.ph-bold.ph-number-six:before {
  content: "";
}

.ph-bold.ph-number-square-eight:before {
  content: "";
}

.ph-bold.ph-number-square-five:before {
  content: "";
}

.ph-bold.ph-number-square-four:before {
  content: "";
}

.ph-bold.ph-number-square-nine:before {
  content: "";
}

.ph-bold.ph-number-square-one:before {
  content: "";
}

.ph-bold.ph-number-square-seven:before {
  content: "";
}

.ph-bold.ph-number-square-six:before {
  content: "";
}

.ph-bold.ph-number-square-three:before {
  content: "";
}

.ph-bold.ph-number-square-two:before {
  content: "";
}

.ph-bold.ph-number-square-zero:before {
  content: "";
}

.ph-bold.ph-number-three:before {
  content: "";
}

.ph-bold.ph-number-two:before {
  content: "";
}

.ph-bold.ph-number-zero:before {
  content: "";
}

.ph-bold.ph-numpad:before {
  content: "";
}

.ph-bold.ph-nut:before {
  content: "";
}

.ph-bold.ph-ny-times-logo:before {
  content: "";
}

.ph-bold.ph-octagon:before {
  content: "";
}

.ph-bold.ph-office-chair:before {
  content: "";
}

.ph-bold.ph-onigiri:before {
  content: "";
}

.ph-bold.ph-open-ai-logo:before {
  content: "";
}

.ph-bold.ph-option:before {
  content: "";
}

.ph-bold.ph-orange:before {
  content: "";
}

.ph-bold.ph-orange-slice:before {
  content: "";
}

.ph-bold.ph-oven:before {
  content: "";
}

.ph-bold.ph-package:before {
  content: "";
}

.ph-bold.ph-paint-brush:before {
  content: "";
}

.ph-bold.ph-paint-brush-broad:before {
  content: "";
}

.ph-bold.ph-paint-brush-household:before {
  content: "";
}

.ph-bold.ph-paint-bucket:before {
  content: "";
}

.ph-bold.ph-paint-roller:before {
  content: "";
}

.ph-bold.ph-palette:before {
  content: "";
}

.ph-bold.ph-panorama:before {
  content: "";
}

.ph-bold.ph-pants:before {
  content: "";
}

.ph-bold.ph-paper-plane:before {
  content: "";
}

.ph-bold.ph-paper-plane-right:before {
  content: "";
}

.ph-bold.ph-paper-plane-tilt:before {
  content: "";
}

.ph-bold.ph-paperclip:before {
  content: "";
}

.ph-bold.ph-paperclip-horizontal:before {
  content: "";
}

.ph-bold.ph-parachute:before {
  content: "";
}

.ph-bold.ph-paragraph:before {
  content: "";
}

.ph-bold.ph-parallelogram:before {
  content: "";
}

.ph-bold.ph-park:before {
  content: "";
}

.ph-bold.ph-password:before {
  content: "";
}

.ph-bold.ph-path:before {
  content: "";
}

.ph-bold.ph-patreon-logo:before {
  content: "";
}

.ph-bold.ph-pause:before {
  content: "";
}

.ph-bold.ph-pause-circle:before {
  content: "";
}

.ph-bold.ph-paw-print:before {
  content: "";
}

.ph-bold.ph-paypal-logo:before {
  content: "";
}

.ph-bold.ph-peace:before {
  content: "";
}

.ph-bold.ph-pen:before {
  content: "";
}

.ph-bold.ph-pen-nib:before {
  content: "";
}

.ph-bold.ph-pen-nib-straight:before {
  content: "";
}

.ph-bold.ph-pencil:before {
  content: "";
}

.ph-bold.ph-pencil-circle:before {
  content: "";
}

.ph-bold.ph-pencil-line:before {
  content: "";
}

.ph-bold.ph-pencil-ruler:before {
  content: "";
}

.ph-bold.ph-pencil-simple:before {
  content: "";
}

.ph-bold.ph-pencil-simple-line:before {
  content: "";
}

.ph-bold.ph-pencil-simple-slash:before {
  content: "";
}

.ph-bold.ph-pencil-slash:before {
  content: "";
}

.ph-bold.ph-pentagon:before {
  content: "";
}

.ph-bold.ph-pentagram:before {
  content: "";
}

.ph-bold.ph-pepper:before {
  content: "";
}

.ph-bold.ph-percent:before {
  content: "";
}

.ph-bold.ph-person:before {
  content: "";
}

.ph-bold.ph-person-arms-spread:before {
  content: "";
}

.ph-bold.ph-person-simple:before {
  content: "";
}

.ph-bold.ph-person-simple-bike:before {
  content: "";
}

.ph-bold.ph-person-simple-circle:before {
  content: "";
}

.ph-bold.ph-person-simple-hike:before {
  content: "";
}

.ph-bold.ph-person-simple-run:before {
  content: "";
}

.ph-bold.ph-person-simple-ski:before {
  content: "";
}

.ph-bold.ph-person-simple-snowboard:before {
  content: "";
}

.ph-bold.ph-person-simple-swim:before {
  content: "";
}

.ph-bold.ph-person-simple-tai-chi:before {
  content: "";
}

.ph-bold.ph-person-simple-throw:before {
  content: "";
}

.ph-bold.ph-person-simple-walk:before {
  content: "";
}

.ph-bold.ph-perspective:before {
  content: "";
}

.ph-bold.ph-phone:before {
  content: "";
}

.ph-bold.ph-phone-call:before {
  content: "";
}

.ph-bold.ph-phone-disconnect:before {
  content: "";
}

.ph-bold.ph-phone-incoming:before {
  content: "";
}

.ph-bold.ph-phone-list:before {
  content: "";
}

.ph-bold.ph-phone-outgoing:before {
  content: "";
}

.ph-bold.ph-phone-pause:before {
  content: "";
}

.ph-bold.ph-phone-plus:before {
  content: "";
}

.ph-bold.ph-phone-slash:before {
  content: "";
}

.ph-bold.ph-phone-transfer:before {
  content: "";
}

.ph-bold.ph-phone-x:before {
  content: "";
}

.ph-bold.ph-phosphor-logo:before {
  content: "";
}

.ph-bold.ph-pi:before {
  content: "";
}

.ph-bold.ph-piano-keys:before {
  content: "";
}

.ph-bold.ph-picnic-table:before {
  content: "";
}

.ph-bold.ph-picture-in-picture:before {
  content: "";
}

.ph-bold.ph-piggy-bank:before {
  content: "";
}

.ph-bold.ph-pill:before {
  content: "";
}

.ph-bold.ph-ping-pong:before {
  content: "";
}

.ph-bold.ph-pint-glass:before {
  content: "";
}

.ph-bold.ph-pinterest-logo:before {
  content: "";
}

.ph-bold.ph-pinwheel:before {
  content: "";
}

.ph-bold.ph-pipe:before {
  content: "";
}

.ph-bold.ph-pipe-wrench:before {
  content: "";
}

.ph-bold.ph-pix-logo:before {
  content: "";
}

.ph-bold.ph-pizza:before {
  content: "";
}

.ph-bold.ph-placeholder:before {
  content: "";
}

.ph-bold.ph-planet:before {
  content: "";
}

.ph-bold.ph-plant:before {
  content: "";
}

.ph-bold.ph-play:before {
  content: "";
}

.ph-bold.ph-play-circle:before {
  content: "";
}

.ph-bold.ph-play-pause:before {
  content: "";
}

.ph-bold.ph-playlist:before {
  content: "";
}

.ph-bold.ph-plug:before {
  content: "";
}

.ph-bold.ph-plug-charging:before {
  content: "";
}

.ph-bold.ph-plugs:before {
  content: "";
}

.ph-bold.ph-plugs-connected:before {
  content: "";
}

.ph-bold.ph-plus:before {
  content: "";
}

.ph-bold.ph-plus-circle:before {
  content: "";
}

.ph-bold.ph-plus-minus:before {
  content: "";
}

.ph-bold.ph-plus-square:before {
  content: "";
}

.ph-bold.ph-poker-chip:before {
  content: "";
}

.ph-bold.ph-police-car:before {
  content: "";
}

.ph-bold.ph-polygon:before {
  content: "";
}

.ph-bold.ph-popcorn:before {
  content: "";
}

.ph-bold.ph-popsicle:before {
  content: "";
}

.ph-bold.ph-potted-plant:before {
  content: "";
}

.ph-bold.ph-power:before {
  content: "";
}

.ph-bold.ph-prescription:before {
  content: "";
}

.ph-bold.ph-presentation:before {
  content: "";
}

.ph-bold.ph-presentation-chart:before {
  content: "";
}

.ph-bold.ph-printer:before {
  content: "";
}

.ph-bold.ph-prohibit:before {
  content: "";
}

.ph-bold.ph-prohibit-inset:before {
  content: "";
}

.ph-bold.ph-projector-screen:before {
  content: "";
}

.ph-bold.ph-projector-screen-chart:before {
  content: "";
}

.ph-bold.ph-pulse:before, .ph-bold.ph-activity:before {
  content: "";
}

.ph-bold.ph-push-pin:before {
  content: "";
}

.ph-bold.ph-push-pin-simple:before {
  content: "";
}

.ph-bold.ph-push-pin-simple-slash:before {
  content: "";
}

.ph-bold.ph-push-pin-slash:before {
  content: "";
}

.ph-bold.ph-puzzle-piece:before {
  content: "";
}

.ph-bold.ph-qr-code:before {
  content: "";
}

.ph-bold.ph-question:before {
  content: "";
}

.ph-bold.ph-question-mark:before {
  content: "";
}

.ph-bold.ph-queue:before {
  content: "";
}

.ph-bold.ph-quotes:before {
  content: "";
}

.ph-bold.ph-rabbit:before {
  content: "";
}

.ph-bold.ph-racquet:before {
  content: "";
}

.ph-bold.ph-radical:before {
  content: "";
}

.ph-bold.ph-radio:before {
  content: "";
}

.ph-bold.ph-radio-button:before {
  content: "";
}

.ph-bold.ph-radioactive:before {
  content: "";
}

.ph-bold.ph-rainbow:before {
  content: "";
}

.ph-bold.ph-rainbow-cloud:before {
  content: "";
}

.ph-bold.ph-ranking:before {
  content: "";
}

.ph-bold.ph-read-cv-logo:before {
  content: "";
}

.ph-bold.ph-receipt:before {
  content: "";
}

.ph-bold.ph-receipt-x:before {
  content: "";
}

.ph-bold.ph-record:before {
  content: "";
}

.ph-bold.ph-rectangle:before {
  content: "";
}

.ph-bold.ph-rectangle-dashed:before {
  content: "";
}

.ph-bold.ph-recycle:before {
  content: "";
}

.ph-bold.ph-reddit-logo:before {
  content: "";
}

.ph-bold.ph-repeat:before {
  content: "";
}

.ph-bold.ph-repeat-once:before {
  content: "";
}

.ph-bold.ph-replit-logo:before {
  content: "";
}

.ph-bold.ph-resize:before {
  content: "";
}

.ph-bold.ph-rewind:before {
  content: "";
}

.ph-bold.ph-rewind-circle:before {
  content: "";
}

.ph-bold.ph-road-horizon:before {
  content: "";
}

.ph-bold.ph-robot:before {
  content: "";
}

.ph-bold.ph-rocket:before {
  content: "";
}

.ph-bold.ph-rocket-launch:before {
  content: "";
}

.ph-bold.ph-rows:before {
  content: "";
}

.ph-bold.ph-rows-plus-bottom:before {
  content: "";
}

.ph-bold.ph-rows-plus-top:before {
  content: "";
}

.ph-bold.ph-rss:before {
  content: "";
}

.ph-bold.ph-rss-simple:before {
  content: "";
}

.ph-bold.ph-rug:before {
  content: "";
}

.ph-bold.ph-ruler:before {
  content: "";
}

.ph-bold.ph-sailboat:before {
  content: "";
}

.ph-bold.ph-scales:before {
  content: "";
}

.ph-bold.ph-scan:before {
  content: "";
}

.ph-bold.ph-scan-smiley:before {
  content: "";
}

.ph-bold.ph-scissors:before {
  content: "";
}

.ph-bold.ph-scooter:before {
  content: "";
}

.ph-bold.ph-screencast:before {
  content: "";
}

.ph-bold.ph-screwdriver:before {
  content: "";
}

.ph-bold.ph-scribble:before {
  content: "";
}

.ph-bold.ph-scribble-loop:before {
  content: "";
}

.ph-bold.ph-scroll:before {
  content: "";
}

.ph-bold.ph-seal:before, .ph-bold.ph-circle-wavy:before {
  content: "";
}

.ph-bold.ph-seal-check:before, .ph-bold.ph-circle-wavy-check:before {
  content: "";
}

.ph-bold.ph-seal-percent:before {
  content: "";
}

.ph-bold.ph-seal-question:before, .ph-bold.ph-circle-wavy-question:before {
  content: "";
}

.ph-bold.ph-seal-warning:before, .ph-bold.ph-circle-wavy-warning:before {
  content: "";
}

.ph-bold.ph-seat:before {
  content: "";
}

.ph-bold.ph-seatbelt:before {
  content: "";
}

.ph-bold.ph-security-camera:before {
  content: "";
}

.ph-bold.ph-selection:before {
  content: "";
}

.ph-bold.ph-selection-all:before {
  content: "";
}

.ph-bold.ph-selection-background:before {
  content: "";
}

.ph-bold.ph-selection-foreground:before {
  content: "";
}

.ph-bold.ph-selection-inverse:before {
  content: "";
}

.ph-bold.ph-selection-plus:before {
  content: "";
}

.ph-bold.ph-selection-slash:before {
  content: "";
}

.ph-bold.ph-shapes:before {
  content: "";
}

.ph-bold.ph-share:before {
  content: "";
}

.ph-bold.ph-share-fat:before {
  content: "";
}

.ph-bold.ph-share-network:before {
  content: "";
}

.ph-bold.ph-shield:before {
  content: "";
}

.ph-bold.ph-shield-check:before {
  content: "";
}

.ph-bold.ph-shield-checkered:before {
  content: "";
}

.ph-bold.ph-shield-chevron:before {
  content: "";
}

.ph-bold.ph-shield-plus:before {
  content: "";
}

.ph-bold.ph-shield-slash:before {
  content: "";
}

.ph-bold.ph-shield-star:before {
  content: "";
}

.ph-bold.ph-shield-warning:before {
  content: "";
}

.ph-bold.ph-shipping-container:before {
  content: "";
}

.ph-bold.ph-shirt-folded:before {
  content: "";
}

.ph-bold.ph-shooting-star:before {
  content: "";
}

.ph-bold.ph-shopping-bag:before {
  content: "";
}

.ph-bold.ph-shopping-bag-open:before {
  content: "";
}

.ph-bold.ph-shopping-cart:before {
  content: "";
}

.ph-bold.ph-shopping-cart-simple:before {
  content: "";
}

.ph-bold.ph-shovel:before {
  content: "";
}

.ph-bold.ph-shower:before {
  content: "";
}

.ph-bold.ph-shrimp:before {
  content: "";
}

.ph-bold.ph-shuffle:before {
  content: "";
}

.ph-bold.ph-shuffle-angular:before {
  content: "";
}

.ph-bold.ph-shuffle-simple:before {
  content: "";
}

.ph-bold.ph-sidebar:before {
  content: "";
}

.ph-bold.ph-sidebar-simple:before {
  content: "";
}

.ph-bold.ph-sigma:before {
  content: "";
}

.ph-bold.ph-sign-in:before {
  content: "";
}

.ph-bold.ph-sign-out:before {
  content: "";
}

.ph-bold.ph-signature:before {
  content: "";
}

.ph-bold.ph-signpost:before {
  content: "";
}

.ph-bold.ph-sim-card:before {
  content: "";
}

.ph-bold.ph-siren:before {
  content: "";
}

.ph-bold.ph-sketch-logo:before {
  content: "";
}

.ph-bold.ph-skip-back:before {
  content: "";
}

.ph-bold.ph-skip-back-circle:before {
  content: "";
}

.ph-bold.ph-skip-forward:before {
  content: "";
}

.ph-bold.ph-skip-forward-circle:before {
  content: "";
}

.ph-bold.ph-skull:before {
  content: "";
}

.ph-bold.ph-skype-logo:before {
  content: "";
}

.ph-bold.ph-slack-logo:before {
  content: "";
}

.ph-bold.ph-sliders:before {
  content: "";
}

.ph-bold.ph-sliders-horizontal:before {
  content: "";
}

.ph-bold.ph-slideshow:before {
  content: "";
}

.ph-bold.ph-smiley:before {
  content: "";
}

.ph-bold.ph-smiley-angry:before {
  content: "";
}

.ph-bold.ph-smiley-blank:before {
  content: "";
}

.ph-bold.ph-smiley-meh:before {
  content: "";
}

.ph-bold.ph-smiley-melting:before {
  content: "";
}

.ph-bold.ph-smiley-nervous:before {
  content: "";
}

.ph-bold.ph-smiley-sad:before {
  content: "";
}

.ph-bold.ph-smiley-sticker:before {
  content: "";
}

.ph-bold.ph-smiley-wink:before {
  content: "";
}

.ph-bold.ph-smiley-x-eyes:before {
  content: "";
}

.ph-bold.ph-snapchat-logo:before {
  content: "";
}

.ph-bold.ph-sneaker:before {
  content: "";
}

.ph-bold.ph-sneaker-move:before {
  content: "";
}

.ph-bold.ph-snowflake:before {
  content: "";
}

.ph-bold.ph-soccer-ball:before {
  content: "";
}

.ph-bold.ph-sock:before {
  content: "";
}

.ph-bold.ph-solar-panel:before {
  content: "";
}

.ph-bold.ph-solar-roof:before {
  content: "";
}

.ph-bold.ph-sort-ascending:before {
  content: "";
}

.ph-bold.ph-sort-descending:before {
  content: "";
}

.ph-bold.ph-soundcloud-logo:before {
  content: "";
}

.ph-bold.ph-spade:before {
  content: "";
}

.ph-bold.ph-sparkle:before {
  content: "";
}

.ph-bold.ph-speaker-hifi:before {
  content: "";
}

.ph-bold.ph-speaker-high:before {
  content: "";
}

.ph-bold.ph-speaker-low:before {
  content: "";
}

.ph-bold.ph-speaker-none:before {
  content: "";
}

.ph-bold.ph-speaker-simple-high:before {
  content: "";
}

.ph-bold.ph-speaker-simple-low:before {
  content: "";
}

.ph-bold.ph-speaker-simple-none:before {
  content: "";
}

.ph-bold.ph-speaker-simple-slash:before {
  content: "";
}

.ph-bold.ph-speaker-simple-x:before {
  content: "";
}

.ph-bold.ph-speaker-slash:before {
  content: "";
}

.ph-bold.ph-speaker-x:before {
  content: "";
}

.ph-bold.ph-speedometer:before {
  content: "";
}

.ph-bold.ph-sphere:before {
  content: "";
}

.ph-bold.ph-spinner:before {
  content: "";
}

.ph-bold.ph-spinner-ball:before {
  content: "";
}

.ph-bold.ph-spinner-gap:before {
  content: "";
}

.ph-bold.ph-spiral:before {
  content: "";
}

.ph-bold.ph-split-horizontal:before {
  content: "";
}

.ph-bold.ph-split-vertical:before {
  content: "";
}

.ph-bold.ph-spotify-logo:before {
  content: "";
}

.ph-bold.ph-spray-bottle:before {
  content: "";
}

.ph-bold.ph-square:before {
  content: "";
}

.ph-bold.ph-square-half:before {
  content: "";
}

.ph-bold.ph-square-half-bottom:before {
  content: "";
}

.ph-bold.ph-square-logo:before {
  content: "";
}

.ph-bold.ph-square-split-horizontal:before {
  content: "";
}

.ph-bold.ph-square-split-vertical:before {
  content: "";
}

.ph-bold.ph-squares-four:before {
  content: "";
}

.ph-bold.ph-stack:before {
  content: "";
}

.ph-bold.ph-stack-minus:before {
  content: "";
}

.ph-bold.ph-stack-overflow-logo:before {
  content: "";
}

.ph-bold.ph-stack-plus:before {
  content: "";
}

.ph-bold.ph-stack-simple:before {
  content: "";
}

.ph-bold.ph-stairs:before {
  content: "";
}

.ph-bold.ph-stamp:before {
  content: "";
}

.ph-bold.ph-standard-definition:before {
  content: "";
}

.ph-bold.ph-star:before {
  content: "";
}

.ph-bold.ph-star-and-crescent:before {
  content: "";
}

.ph-bold.ph-star-four:before {
  content: "";
}

.ph-bold.ph-star-half:before {
  content: "";
}

.ph-bold.ph-star-of-david:before {
  content: "";
}

.ph-bold.ph-steam-logo:before {
  content: "";
}

.ph-bold.ph-steering-wheel:before {
  content: "";
}

.ph-bold.ph-steps:before {
  content: "";
}

.ph-bold.ph-stethoscope:before {
  content: "";
}

.ph-bold.ph-sticker:before {
  content: "";
}

.ph-bold.ph-stool:before {
  content: "";
}

.ph-bold.ph-stop:before {
  content: "";
}

.ph-bold.ph-stop-circle:before {
  content: "";
}

.ph-bold.ph-storefront:before {
  content: "";
}

.ph-bold.ph-strategy:before {
  content: "";
}

.ph-bold.ph-stripe-logo:before {
  content: "";
}

.ph-bold.ph-student:before {
  content: "";
}

.ph-bold.ph-subset-of:before {
  content: "";
}

.ph-bold.ph-subset-proper-of:before {
  content: "";
}

.ph-bold.ph-subtitles:before {
  content: "";
}

.ph-bold.ph-subtitles-slash:before {
  content: "";
}

.ph-bold.ph-subtract:before {
  content: "";
}

.ph-bold.ph-subtract-square:before {
  content: "";
}

.ph-bold.ph-subway:before {
  content: "";
}

.ph-bold.ph-suitcase:before {
  content: "";
}

.ph-bold.ph-suitcase-rolling:before {
  content: "";
}

.ph-bold.ph-suitcase-simple:before {
  content: "";
}

.ph-bold.ph-sun:before {
  content: "";
}

.ph-bold.ph-sun-dim:before {
  content: "";
}

.ph-bold.ph-sun-horizon:before {
  content: "";
}

.ph-bold.ph-sunglasses:before {
  content: "";
}

.ph-bold.ph-superset-of:before {
  content: "";
}

.ph-bold.ph-superset-proper-of:before {
  content: "";
}

.ph-bold.ph-swap:before {
  content: "";
}

.ph-bold.ph-swatches:before {
  content: "";
}

.ph-bold.ph-swimming-pool:before {
  content: "";
}

.ph-bold.ph-sword:before {
  content: "";
}

.ph-bold.ph-synagogue:before {
  content: "";
}

.ph-bold.ph-syringe:before {
  content: "";
}

.ph-bold.ph-t-shirt:before {
  content: "";
}

.ph-bold.ph-table:before {
  content: "";
}

.ph-bold.ph-tabs:before {
  content: "";
}

.ph-bold.ph-tag:before {
  content: "";
}

.ph-bold.ph-tag-chevron:before {
  content: "";
}

.ph-bold.ph-tag-simple:before {
  content: "";
}

.ph-bold.ph-target:before {
  content: "";
}

.ph-bold.ph-taxi:before {
  content: "";
}

.ph-bold.ph-tea-bag:before {
  content: "";
}

.ph-bold.ph-telegram-logo:before {
  content: "";
}

.ph-bold.ph-television:before {
  content: "";
}

.ph-bold.ph-television-simple:before {
  content: "";
}

.ph-bold.ph-tennis-ball:before {
  content: "";
}

.ph-bold.ph-tent:before {
  content: "";
}

.ph-bold.ph-terminal:before {
  content: "";
}

.ph-bold.ph-terminal-window:before {
  content: "";
}

.ph-bold.ph-test-tube:before {
  content: "";
}

.ph-bold.ph-text-a-underline:before {
  content: "";
}

.ph-bold.ph-text-aa:before {
  content: "";
}

.ph-bold.ph-text-align-center:before {
  content: "";
}

.ph-bold.ph-text-align-justify:before {
  content: "";
}

.ph-bold.ph-text-align-left:before {
  content: "";
}

.ph-bold.ph-text-align-right:before {
  content: "";
}

.ph-bold.ph-text-b:before, .ph-bold.ph-text-bolder:before {
  content: "";
}

.ph-bold.ph-text-columns:before {
  content: "";
}

.ph-bold.ph-text-h:before {
  content: "";
}

.ph-bold.ph-text-h-five:before {
  content: "";
}

.ph-bold.ph-text-h-four:before {
  content: "";
}

.ph-bold.ph-text-h-one:before {
  content: "";
}

.ph-bold.ph-text-h-six:before {
  content: "";
}

.ph-bold.ph-text-h-three:before {
  content: "";
}

.ph-bold.ph-text-h-two:before {
  content: "";
}

.ph-bold.ph-text-indent:before {
  content: "";
}

.ph-bold.ph-text-italic:before {
  content: "";
}

.ph-bold.ph-text-outdent:before {
  content: "";
}

.ph-bold.ph-text-strikethrough:before {
  content: "";
}

.ph-bold.ph-text-subscript:before {
  content: "";
}

.ph-bold.ph-text-superscript:before {
  content: "";
}

.ph-bold.ph-text-t:before {
  content: "";
}

.ph-bold.ph-text-t-slash:before {
  content: "";
}

.ph-bold.ph-text-underline:before {
  content: "";
}

.ph-bold.ph-textbox:before {
  content: "";
}

.ph-bold.ph-thermometer:before {
  content: "";
}

.ph-bold.ph-thermometer-cold:before {
  content: "";
}

.ph-bold.ph-thermometer-hot:before {
  content: "";
}

.ph-bold.ph-thermometer-simple:before {
  content: "";
}

.ph-bold.ph-threads-logo:before {
  content: "";
}

.ph-bold.ph-three-d:before {
  content: "";
}

.ph-bold.ph-thumbs-down:before {
  content: "";
}

.ph-bold.ph-thumbs-up:before {
  content: "";
}

.ph-bold.ph-ticket:before {
  content: "";
}

.ph-bold.ph-tidal-logo:before {
  content: "";
}

.ph-bold.ph-tiktok-logo:before {
  content: "";
}

.ph-bold.ph-tilde:before {
  content: "";
}

.ph-bold.ph-timer:before {
  content: "";
}

.ph-bold.ph-tip-jar:before {
  content: "";
}

.ph-bold.ph-tipi:before {
  content: "";
}

.ph-bold.ph-tire:before {
  content: "";
}

.ph-bold.ph-toggle-left:before {
  content: "";
}

.ph-bold.ph-toggle-right:before {
  content: "";
}

.ph-bold.ph-toilet:before {
  content: "";
}

.ph-bold.ph-toilet-paper:before {
  content: "";
}

.ph-bold.ph-toolbox:before {
  content: "";
}

.ph-bold.ph-tooth:before {
  content: "";
}

.ph-bold.ph-tornado:before {
  content: "";
}

.ph-bold.ph-tote:before {
  content: "";
}

.ph-bold.ph-tote-simple:before {
  content: "";
}

.ph-bold.ph-towel:before {
  content: "";
}

.ph-bold.ph-tractor:before {
  content: "";
}

.ph-bold.ph-trademark:before {
  content: "";
}

.ph-bold.ph-trademark-registered:before {
  content: "";
}

.ph-bold.ph-traffic-cone:before {
  content: "";
}

.ph-bold.ph-traffic-sign:before {
  content: "";
}

.ph-bold.ph-traffic-signal:before {
  content: "";
}

.ph-bold.ph-train:before {
  content: "";
}

.ph-bold.ph-train-regional:before {
  content: "";
}

.ph-bold.ph-train-simple:before {
  content: "";
}

.ph-bold.ph-tram:before {
  content: "";
}

.ph-bold.ph-translate:before {
  content: "";
}

.ph-bold.ph-trash:before {
  content: "";
}

.ph-bold.ph-trash-simple:before {
  content: "";
}

.ph-bold.ph-tray:before {
  content: "";
}

.ph-bold.ph-tray-arrow-down:before, .ph-bold.ph-archive-tray:before {
  content: "";
}

.ph-bold.ph-tray-arrow-up:before {
  content: "";
}

.ph-bold.ph-treasure-chest:before {
  content: "";
}

.ph-bold.ph-tree:before {
  content: "";
}

.ph-bold.ph-tree-evergreen:before {
  content: "";
}

.ph-bold.ph-tree-palm:before {
  content: "";
}

.ph-bold.ph-tree-structure:before {
  content: "";
}

.ph-bold.ph-tree-view:before {
  content: "";
}

.ph-bold.ph-trend-down:before {
  content: "";
}

.ph-bold.ph-trend-up:before {
  content: "";
}

.ph-bold.ph-triangle:before {
  content: "";
}

.ph-bold.ph-triangle-dashed:before {
  content: "";
}

.ph-bold.ph-trolley:before {
  content: "";
}

.ph-bold.ph-trolley-suitcase:before {
  content: "";
}

.ph-bold.ph-trophy:before {
  content: "";
}

.ph-bold.ph-truck:before {
  content: "";
}

.ph-bold.ph-truck-trailer:before {
  content: "";
}

.ph-bold.ph-tumblr-logo:before {
  content: "";
}

.ph-bold.ph-twitch-logo:before {
  content: "";
}

.ph-bold.ph-twitter-logo:before {
  content: "";
}

.ph-bold.ph-umbrella:before {
  content: "";
}

.ph-bold.ph-umbrella-simple:before {
  content: "";
}

.ph-bold.ph-union:before {
  content: "";
}

.ph-bold.ph-unite:before {
  content: "";
}

.ph-bold.ph-unite-square:before {
  content: "";
}

.ph-bold.ph-upload:before {
  content: "";
}

.ph-bold.ph-upload-simple:before {
  content: "";
}

.ph-bold.ph-usb:before {
  content: "";
}

.ph-bold.ph-user:before {
  content: "";
}

.ph-bold.ph-user-check:before {
  content: "";
}

.ph-bold.ph-user-circle:before {
  content: "";
}

.ph-bold.ph-user-circle-check:before {
  content: "";
}

.ph-bold.ph-user-circle-dashed:before {
  content: "";
}

.ph-bold.ph-user-circle-gear:before {
  content: "";
}

.ph-bold.ph-user-circle-minus:before {
  content: "";
}

.ph-bold.ph-user-circle-plus:before {
  content: "";
}

.ph-bold.ph-user-focus:before {
  content: "";
}

.ph-bold.ph-user-gear:before {
  content: "";
}

.ph-bold.ph-user-list:before {
  content: "";
}

.ph-bold.ph-user-minus:before {
  content: "";
}

.ph-bold.ph-user-plus:before {
  content: "";
}

.ph-bold.ph-user-rectangle:before {
  content: "";
}

.ph-bold.ph-user-sound:before {
  content: "";
}

.ph-bold.ph-user-square:before {
  content: "";
}

.ph-bold.ph-user-switch:before {
  content: "";
}

.ph-bold.ph-users:before {
  content: "";
}

.ph-bold.ph-users-four:before {
  content: "";
}

.ph-bold.ph-users-three:before {
  content: "";
}

.ph-bold.ph-van:before {
  content: "";
}

.ph-bold.ph-vault:before {
  content: "";
}

.ph-bold.ph-vector-three:before {
  content: "";
}

.ph-bold.ph-vector-two:before {
  content: "";
}

.ph-bold.ph-vibrate:before {
  content: "";
}

.ph-bold.ph-video:before {
  content: "";
}

.ph-bold.ph-video-camera:before {
  content: "";
}

.ph-bold.ph-video-camera-slash:before {
  content: "";
}

.ph-bold.ph-video-conference:before {
  content: "";
}

.ph-bold.ph-vignette:before {
  content: "";
}

.ph-bold.ph-vinyl-record:before {
  content: "";
}

.ph-bold.ph-virtual-reality:before {
  content: "";
}

.ph-bold.ph-virus:before {
  content: "";
}

.ph-bold.ph-visor:before {
  content: "";
}

.ph-bold.ph-voicemail:before {
  content: "";
}

.ph-bold.ph-volleyball:before {
  content: "";
}

.ph-bold.ph-wall:before {
  content: "";
}

.ph-bold.ph-wallet:before {
  content: "";
}

.ph-bold.ph-warehouse:before {
  content: "";
}

.ph-bold.ph-warning:before {
  content: "";
}

.ph-bold.ph-warning-circle:before {
  content: "";
}

.ph-bold.ph-warning-diamond:before {
  content: "";
}

.ph-bold.ph-warning-octagon:before {
  content: "";
}

.ph-bold.ph-washing-machine:before {
  content: "";
}

.ph-bold.ph-watch:before {
  content: "";
}

.ph-bold.ph-wave-sawtooth:before {
  content: "";
}

.ph-bold.ph-wave-sine:before {
  content: "";
}

.ph-bold.ph-wave-square:before {
  content: "";
}

.ph-bold.ph-wave-triangle:before {
  content: "";
}

.ph-bold.ph-waveform:before {
  content: "";
}

.ph-bold.ph-waveform-slash:before {
  content: "";
}

.ph-bold.ph-waves:before {
  content: "";
}

.ph-bold.ph-webcam:before {
  content: "";
}

.ph-bold.ph-webcam-slash:before {
  content: "";
}

.ph-bold.ph-webhooks-logo:before {
  content: "";
}

.ph-bold.ph-wechat-logo:before {
  content: "";
}

.ph-bold.ph-whatsapp-logo:before {
  content: "";
}

.ph-bold.ph-wheelchair:before {
  content: "";
}

.ph-bold.ph-wheelchair-motion:before {
  content: "";
}

.ph-bold.ph-wifi-high:before {
  content: "";
}

.ph-bold.ph-wifi-low:before {
  content: "";
}

.ph-bold.ph-wifi-medium:before {
  content: "";
}

.ph-bold.ph-wifi-none:before {
  content: "";
}

.ph-bold.ph-wifi-slash:before {
  content: "";
}

.ph-bold.ph-wifi-x:before {
  content: "";
}

.ph-bold.ph-wind:before {
  content: "";
}

.ph-bold.ph-windmill:before {
  content: "";
}

.ph-bold.ph-windows-logo:before {
  content: "";
}

.ph-bold.ph-wine:before {
  content: "";
}

.ph-bold.ph-wrench:before {
  content: "";
}

.ph-bold.ph-x:before {
  content: "";
}

.ph-bold.ph-x-circle:before {
  content: "";
}

.ph-bold.ph-x-logo:before {
  content: "";
}

.ph-bold.ph-x-square:before {
  content: "";
}

.ph-bold.ph-yarn:before {
  content: "";
}

.ph-bold.ph-yin-yang:before {
  content: "";
}

.ph-bold.ph-youtube-logo:before {
  content: "";
}

@font-face {
  font-family: Phosphor-Duotone;
  src: url("../media/Phosphor-Duotone.0bc5c005.woff2") format("woff2"), url("../media/Phosphor-Duotone.7fe537a0.woff") format("woff"), url("../media/Phosphor-Duotone.b1a2cf10.ttf") format("truetype"), url("../media/Phosphor-Duotone.c77b3abb.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.ph-duotone {
  speak: never;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: Phosphor-Duotone !important;
}

.ph-duotone.ph-acorn:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-acorn:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-address-book:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-address-book:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-address-book-tabs:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-address-book-tabs:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-air-traffic-control:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-air-traffic-control:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-airplane:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-airplane:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-airplane-in-flight:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-airplane-in-flight:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-airplane-landing:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-airplane-landing:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-airplane-takeoff:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-airplane-takeoff:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-airplane-taxiing:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-airplane-taxiing:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-airplane-tilt:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-airplane-tilt:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-airplay:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-airplay:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-alarm:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-alarm:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-alien:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-alien:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-align-bottom:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-align-bottom:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-align-bottom-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-align-bottom-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-align-center-horizontal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-align-center-horizontal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-align-center-horizontal-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-align-center-horizontal-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-align-center-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-align-center-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-align-center-vertical-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-align-center-vertical-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-align-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-align-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-align-left-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-align-left-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-align-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-align-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-align-right-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-align-right-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-align-top:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-align-top:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-align-top-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-align-top-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-amazon-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-amazon-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-ambulance:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-ambulance:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-anchor:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-anchor:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-anchor-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-anchor-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-android-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-android-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-angle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-angle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-angular-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-angular-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-aperture:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-aperture:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-app-store-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-app-store-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-app-window:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-app-window:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-apple-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-apple-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-apple-podcasts-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-apple-podcasts-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-approximate-equals:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-approximate-equals:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-archive:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-archive:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-armchair:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-armchair:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-arc-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-arc-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-arc-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-arc-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-bend-double-up-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-bend-double-up-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-bend-double-up-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-bend-double-up-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-bend-down-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-bend-down-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-bend-down-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-bend-down-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-bend-left-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-bend-left-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-bend-left-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-bend-left-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-bend-right-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-bend-right-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-bend-right-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-bend-right-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-bend-up-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-bend-up-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-bend-up-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-bend-up-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-circle-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-circle-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-circle-down-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-circle-down-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-circle-down-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-circle-down-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-circle-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-circle-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-circle-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-circle-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-circle-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-circle-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-circle-up-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-circle-up-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-circle-up-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-circle-up-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-clockwise:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-clockwise:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-counter-clockwise:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-counter-clockwise:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-down-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-down-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-down-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-down-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-elbow-down-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-elbow-down-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-elbow-down-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-elbow-down-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-elbow-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-elbow-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-elbow-left-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-elbow-left-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-elbow-left-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-elbow-left-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-elbow-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-elbow-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-elbow-right-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-elbow-right-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-elbow-right-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-elbow-right-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-elbow-up-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-elbow-up-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-elbow-up-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-elbow-up-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-fat-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-fat-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-fat-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-fat-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-fat-line-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-fat-line-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-fat-line-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-fat-line-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-fat-line-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-fat-line-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-fat-line-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-fat-line-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-fat-lines-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-fat-lines-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-fat-lines-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-fat-lines-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-fat-lines-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-fat-lines-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-fat-lines-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-fat-lines-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-fat-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-fat-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-fat-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-fat-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-line-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-line-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-line-down-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-line-down-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-line-down-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-line-down-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-line-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-line-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-line-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-line-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-line-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-line-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-line-up-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-line-up-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-line-up-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-line-up-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-square-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-square-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-square-down-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-square-down-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-square-down-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-square-down-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-square-in:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-square-in:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-square-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-square-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-square-out:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-square-out:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-square-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-square-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-square-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-square-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-square-up-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-square-up-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-square-up-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-square-up-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-u-down-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-u-down-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-u-down-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-u-down-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-u-left-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-u-left-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-u-left-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-u-left-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-u-right-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-u-right-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-u-right-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-u-right-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-u-up-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-u-up-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-u-up-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-u-up-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-up-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-up-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrow-up-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrow-up-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-clockwise:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-clockwise:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-counter-clockwise:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-counter-clockwise:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-down-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-down-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-horizontal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-horizontal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-in:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-in:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-in-cardinal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-in-cardinal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-in-line-horizontal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-in-line-horizontal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-in-line-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-in-line-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-in-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-in-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-left-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-left-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-merge:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-merge:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-out:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-out:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-out-cardinal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-out-cardinal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-out-line-horizontal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-out-line-horizontal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-out-line-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-out-line-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-out-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-out-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-split:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-split:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-arrows-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-arrows-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-article:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-article:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-article-medium:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-article-medium:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-article-ny-times:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-article-ny-times:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-asclepius:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-asclepius:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-asterisk:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-asterisk:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-asterisk-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-asterisk-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-at:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-at:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-atom:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-atom:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-avocado:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-avocado:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-axe:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-axe:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-baby:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-baby:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-baby-carriage:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-baby-carriage:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-backpack:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-backpack:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-backspace:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-backspace:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bag:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bag:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bag-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bag-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-balloon:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-balloon:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bandaids:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bandaids:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bank:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bank:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-barbell:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-barbell:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-barcode:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-barcode:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-barn:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-barn:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-barricade:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-barricade:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-baseball:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-baseball:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-baseball-cap:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-baseball-cap:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-baseball-helmet:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-baseball-helmet:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-basket:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-basket:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-basketball:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-basketball:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bathtub:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bathtub:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-charging:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-charging:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-charging-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-charging-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-empty:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-empty:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-full:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-full:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-high:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-high:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-low:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-low:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-medium:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-medium:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-plus-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-plus-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-vertical-empty:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-vertical-empty:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-vertical-full:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-vertical-full:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-vertical-high:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-vertical-high:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-vertical-low:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-vertical-low:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-vertical-medium:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-vertical-medium:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-warning:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-warning:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-battery-warning-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-battery-warning-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-beach-ball:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-beach-ball:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-beanie:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-beanie:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bed:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bed:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-beer-bottle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-beer-bottle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-beer-stein:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-beer-stein:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-behance-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-behance-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bell:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bell:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bell-ringing:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bell-ringing:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bell-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bell-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bell-simple-ringing:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bell-simple-ringing:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bell-simple-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bell-simple-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bell-simple-z:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bell-simple-z:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bell-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bell-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bell-z:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bell-z:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-belt:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-belt:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bezier-curve:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bezier-curve:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bicycle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bicycle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-binary:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-binary:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-binoculars:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-binoculars:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-biohazard:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-biohazard:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bird:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bird:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-blueprint:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-blueprint:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bluetooth:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bluetooth:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bluetooth-connected:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bluetooth-connected:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bluetooth-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bluetooth-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bluetooth-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bluetooth-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-boat:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-boat:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bomb:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bomb:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bone:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bone:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-book:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-book:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-book-bookmark:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-book-bookmark:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-book-open:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-book-open:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-book-open-text:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-book-open-text:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-book-open-user:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-book-open-user:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bookmark:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bookmark:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bookmark-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bookmark-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bookmarks:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bookmarks:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bookmarks-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bookmarks-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-books:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-books:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-boot:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-boot:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-boules:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-boules:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bounding-box:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bounding-box:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bowl-food:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bowl-food:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bowl-steam:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bowl-steam:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bowling-ball:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bowling-ball:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-box-arrow-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-box-arrow-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-box-arrow-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-box-arrow-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-boxing-glove:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-boxing-glove:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-brackets-angle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-brackets-angle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-brackets-curly:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-brackets-curly:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-brackets-round:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-brackets-round:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-brackets-square:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-brackets-square:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-brain:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-brain:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-brandy:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-brandy:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bread:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bread:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bridge:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bridge:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-briefcase:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-briefcase:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-briefcase-metal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-briefcase-metal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-broadcast:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-broadcast:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-broom:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-broom:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-browser:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-browser:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-browsers:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-browsers:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bug:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bug:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bug-beetle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bug-beetle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bug-droid:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bug-droid:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-building:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-building:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-building-apartment:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-building-apartment:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-building-office:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-building-office:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-buildings:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-buildings:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bulldozer:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bulldozer:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-bus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-bus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-butterfly:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-butterfly:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cable-car:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cable-car:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cactus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cactus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cake:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cake:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-calculator:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-calculator:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-calendar:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-calendar:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-calendar-blank:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-calendar-blank:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-calendar-check:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-calendar-check:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-calendar-dot:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-calendar-dot:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-calendar-dots:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-calendar-dots:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-calendar-heart:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-calendar-heart:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-calendar-minus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-calendar-minus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-calendar-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-calendar-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-calendar-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-calendar-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-calendar-star:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-calendar-star:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-calendar-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-calendar-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-call-bell:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-call-bell:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-camera:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-camera:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-camera-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-camera-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-camera-rotate:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-camera-rotate:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-camera-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-camera-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-campfire:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-campfire:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-car:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-car:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-car-battery:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-car-battery:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-car-profile:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-car-profile:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-car-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-car-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cardholder:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cardholder:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cards:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cards:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cards-three:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cards-three:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-circle-double-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-circle-double-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-circle-double-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-circle-double-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-circle-double-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-circle-double-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-circle-double-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-circle-double-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-circle-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-circle-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-circle-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-circle-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-circle-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-circle-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-circle-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-circle-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-circle-up-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-circle-up-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-double-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-double-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-double-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-double-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-double-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-double-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-double-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-double-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-line-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-line-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-line-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-line-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-line-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-line-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-line-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-line-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-caret-up-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-caret-up-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-carrot:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-carrot:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cash-register:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cash-register:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cassette-tape:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cassette-tape:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-castle-turret:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-castle-turret:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cat:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cat:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cell-signal-full:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cell-signal-full:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cell-signal-high:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cell-signal-high:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cell-signal-low:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cell-signal-low:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cell-signal-medium:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cell-signal-medium:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cell-signal-none:before {
  content: "";
  color: #444;
}

.ph-duotone.ph-cell-signal-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cell-signal-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cell-signal-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cell-signal-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cell-tower:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cell-tower:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-certificate:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-certificate:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chair:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chair:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chalkboard:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chalkboard:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chalkboard-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chalkboard-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chalkboard-teacher:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chalkboard-teacher:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-champagne:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-champagne:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-charging-station:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-charging-station:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chart-bar:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chart-bar:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chart-bar-horizontal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chart-bar-horizontal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chart-donut:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chart-donut:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chart-line:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chart-line:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chart-line-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chart-line-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chart-line-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chart-line-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chart-pie:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chart-pie:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chart-pie-slice:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chart-pie-slice:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chart-polar:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chart-polar:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chart-scatter:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chart-scatter:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat-centered:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat-centered:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat-centered-dots:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat-centered-dots:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat-centered-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat-centered-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat-centered-text:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat-centered-text:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat-circle-dots:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat-circle-dots:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat-circle-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat-circle-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat-circle-text:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat-circle-text:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat-dots:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat-dots:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat-teardrop:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat-teardrop:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat-teardrop-dots:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat-teardrop-dots:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat-teardrop-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat-teardrop-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat-teardrop-text:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat-teardrop-text:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chat-text:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chat-text:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chats:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chats:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chats-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chats-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chats-teardrop:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chats-teardrop:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-check:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-check:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-check-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-check-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-check-fat:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-check-fat:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-check-square:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-check-square:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-check-square-offset:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-check-square-offset:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-checkerboard:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-checkerboard:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-checks:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-checks:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cheers:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cheers:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cheese:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cheese:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-chef-hat:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-chef-hat:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cherries:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cherries:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-church:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-church:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cigarette:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cigarette:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cigarette-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cigarette-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-circle-dashed:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-circle-dashed:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-circle-half:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-circle-half:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-circle-half-tilt:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-circle-half-tilt:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-circle-notch:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-circle-notch:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-circles-four:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-circles-four:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-circles-three:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-circles-three:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-circles-three-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-circles-three-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-circuitry:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-circuitry:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-city:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-city:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-clipboard:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-clipboard:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-clipboard-text:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-clipboard-text:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-clock:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-clock:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-clock-afternoon:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-clock-afternoon:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-clock-clockwise:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-clock-clockwise:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-clock-countdown:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-clock-countdown:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-clock-counter-clockwise:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-clock-counter-clockwise:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-clock-user:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-clock-user:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-closed-captioning:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-closed-captioning:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cloud:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cloud:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cloud-arrow-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cloud-arrow-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cloud-arrow-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cloud-arrow-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cloud-check:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cloud-check:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cloud-fog:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cloud-fog:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cloud-lightning:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cloud-lightning:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cloud-moon:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cloud-moon:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cloud-rain:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cloud-rain:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cloud-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cloud-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cloud-snow:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cloud-snow:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cloud-sun:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cloud-sun:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cloud-warning:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cloud-warning:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cloud-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cloud-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-clover:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-clover:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-club:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-club:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-coat-hanger:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-coat-hanger:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-coda-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-coda-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-code:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-code:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-code-block:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-code-block:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-code-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-code-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-codepen-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-codepen-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-codesandbox-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-codesandbox-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-coffee:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-coffee:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-coffee-bean:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-coffee-bean:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-coin:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-coin:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-coin-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-coin-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-coins:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-coins:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-columns:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-columns:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-columns-plus-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-columns-plus-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-columns-plus-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-columns-plus-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-command:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-command:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-compass:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-compass:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-compass-rose:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-compass-rose:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-compass-tool:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-compass-tool:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-computer-tower:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-computer-tower:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-confetti:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-confetti:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-contactless-payment:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-contactless-payment:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-control:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-control:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cookie:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cookie:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cooking-pot:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cooking-pot:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-copy:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-copy:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-copy-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-copy-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-copyleft:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-copyleft:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-copyright:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-copyright:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-corners-in:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-corners-in:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-corners-out:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-corners-out:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-couch:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-couch:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-court-basketball:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-court-basketball:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cow:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cow:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cowboy-hat:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cowboy-hat:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cpu:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cpu:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-crane:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-crane:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-crane-tower:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-crane-tower:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-credit-card:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-credit-card:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cricket:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cricket:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-crop:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-crop:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cross:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cross:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-crosshair:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-crosshair:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-crosshair-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-crosshair-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-crown:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-crown:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-crown-cross:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-crown-cross:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-crown-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-crown-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cube:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cube:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cube-focus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cube-focus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cube-transparent:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cube-transparent:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-currency-btc:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-currency-btc:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-currency-circle-dollar:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-currency-circle-dollar:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-currency-cny:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-currency-cny:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-currency-dollar:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-currency-dollar:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-currency-dollar-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-currency-dollar-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-currency-eth:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-currency-eth:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-currency-eur:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-currency-eur:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-currency-gbp:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-currency-gbp:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-currency-inr:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-currency-inr:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-currency-jpy:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-currency-jpy:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-currency-krw:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-currency-krw:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-currency-kzt:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-currency-kzt:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-currency-ngn:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-currency-ngn:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-currency-rub:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-currency-rub:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cursor:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cursor:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cursor-click:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cursor-click:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cursor-text:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cursor-text:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-cylinder:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-cylinder:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-database:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-database:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-desk:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-desk:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-desktop:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-desktop:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-desktop-tower:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-desktop-tower:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-detective:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-detective:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dev-to-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dev-to-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-device-mobile:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-device-mobile:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-device-mobile-camera:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-device-mobile-camera:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-device-mobile-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-device-mobile-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-device-mobile-speaker:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-device-mobile-speaker:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-device-rotate:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-device-rotate:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-device-tablet:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-device-tablet:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-device-tablet-camera:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-device-tablet-camera:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-device-tablet-speaker:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-device-tablet-speaker:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-devices:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-devices:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-diamond:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-diamond:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-diamonds-four:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-diamonds-four:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dice-five:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dice-five:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dice-four:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dice-four:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dice-one:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dice-one:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dice-six:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dice-six:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dice-three:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dice-three:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dice-two:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dice-two:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-disc:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-disc:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-disco-ball:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-disco-ball:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-discord-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-discord-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-divide:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-divide:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dna:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dna:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dog:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dog:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-door:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-door:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-door-open:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-door-open:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dot:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dot:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dot-outline:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dot-outline:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dots-nine:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dots-nine:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dots-six:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dots-six:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dots-six-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dots-six-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dots-three:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dots-three:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dots-three-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dots-three-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dots-three-circle-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dots-three-circle-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dots-three-outline:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dots-three-outline:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dots-three-outline-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dots-three-outline-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dots-three-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dots-three-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-download:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-download:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-download-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-download-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dress:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dress:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dresser:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dresser:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dribbble-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dribbble-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-drone:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-drone:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-drop:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-drop:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-drop-half:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-drop-half:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-drop-half-bottom:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-drop-half-bottom:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-drop-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-drop-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-drop-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-drop-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-dropbox-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-dropbox-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-ear:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-ear:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-ear-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-ear-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-egg:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-egg:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-egg-crack:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-egg-crack:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-eject:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-eject:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-eject-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-eject-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-elevator:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-elevator:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-empty:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-empty:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-engine:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-engine:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-envelope:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-envelope:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-envelope-open:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-envelope-open:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-envelope-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-envelope-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-envelope-simple-open:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-envelope-simple-open:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-equalizer:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-equalizer:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-equals:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-equals:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-eraser:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-eraser:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-escalator-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-escalator-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-escalator-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-escalator-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-exam:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-exam:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-exclamation-mark:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-exclamation-mark:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-exclude:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-exclude:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-exclude-square:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-exclude-square:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-export:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-export:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-eye:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-eye:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-eye-closed:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-eye-closed:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-eye-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-eye-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-eyedropper:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-eyedropper:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-eyedropper-sample:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-eyedropper-sample:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-eyeglasses:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-eyeglasses:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-eyes:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-eyes:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-face-mask:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-face-mask:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-facebook-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-facebook-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-factory:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-factory:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-faders:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-faders:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-faders-horizontal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-faders-horizontal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-fallout-shelter:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-fallout-shelter:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-fan:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-fan:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-farm:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-farm:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-fast-forward:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-fast-forward:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-fast-forward-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-fast-forward-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-feather:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-feather:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-fediverse-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-fediverse-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-figma-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-figma-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-archive:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-archive:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-arrow-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-arrow-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-arrow-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-arrow-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-audio:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-audio:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-c:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-c:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-c-sharp:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-c-sharp:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-cloud:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-cloud:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-code:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-code:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-cpp:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-cpp:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-css:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-css:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-csv:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-csv:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-dashed:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-dashed:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-doc:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-doc:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-html:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-html:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-image:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-image:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-ini:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-ini:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-jpg:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-jpg:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-js:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-js:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-jsx:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-jsx:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-lock:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-lock:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-magnifying-glass:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-magnifying-glass:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-md:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-md:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-minus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-minus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-pdf:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-pdf:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-png:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-png:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-ppt:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-ppt:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-py:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-py:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-rs:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-rs:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-sql:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-sql:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-svg:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-svg:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-text:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-text:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-ts:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-ts:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-tsx:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-tsx:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-txt:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-txt:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-video:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-video:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-vue:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-vue:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-xls:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-xls:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-file-zip:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-file-zip:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-files:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-files:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-film-reel:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-film-reel:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-film-script:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-film-script:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-film-slate:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-film-slate:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-film-strip:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-film-strip:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-fingerprint:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-fingerprint:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-fingerprint-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-fingerprint-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-finn-the-human:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-finn-the-human:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-fire:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-fire:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-fire-extinguisher:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-fire-extinguisher:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-fire-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-fire-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-fire-truck:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-fire-truck:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-first-aid:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-first-aid:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-first-aid-kit:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-first-aid-kit:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-fish:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-fish:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-fish-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-fish-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-flag:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-flag:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-flag-banner:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-flag-banner:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-flag-banner-fold:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-flag-banner-fold:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-flag-checkered:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-flag-checkered:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-flag-pennant:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-flag-pennant:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-flame:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-flame:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-flashlight:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-flashlight:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-flask:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-flask:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-flip-horizontal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-flip-horizontal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-flip-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-flip-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-floppy-disk:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-floppy-disk:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-floppy-disk-back:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-floppy-disk-back:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-flow-arrow:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-flow-arrow:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-flower:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-flower:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-flower-lotus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-flower-lotus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-flower-tulip:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-flower-tulip:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-flying-saucer:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-flying-saucer:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folder:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folder:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folder-dashed:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folder-dashed:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folder-lock:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folder-lock:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folder-minus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folder-minus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folder-open:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folder-open:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folder-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folder-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folder-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folder-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folder-simple-dashed:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folder-simple-dashed:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folder-simple-lock:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folder-simple-lock:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folder-simple-minus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folder-simple-minus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folder-simple-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folder-simple-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folder-simple-star:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folder-simple-star:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folder-simple-user:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folder-simple-user:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folder-star:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folder-star:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folder-user:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folder-user:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-folders:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-folders:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-football:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-football:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-football-helmet:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-football-helmet:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-footprints:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-footprints:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-fork-knife:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-fork-knife:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-four-k:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-four-k:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-frame-corners:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-frame-corners:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-framer-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-framer-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-function:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-function:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-funnel:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-funnel:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-funnel-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-funnel-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-funnel-simple-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-funnel-simple-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-funnel-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-funnel-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-game-controller:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-game-controller:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-garage:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-garage:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gas-can:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gas-can:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gas-pump:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gas-pump:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gauge:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gauge:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gavel:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gavel:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gear:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gear:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gear-fine:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gear-fine:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gear-six:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gear-six:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gender-female:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gender-female:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gender-intersex:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gender-intersex:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gender-male:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gender-male:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gender-neuter:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gender-neuter:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gender-nonbinary:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gender-nonbinary:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gender-transgender:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gender-transgender:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-ghost:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-ghost:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gif:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gif:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gift:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gift:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-git-branch:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-git-branch:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-git-commit:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-git-commit:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-git-diff:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-git-diff:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-git-fork:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-git-fork:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-git-merge:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-git-merge:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-git-pull-request:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-git-pull-request:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-github-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-github-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gitlab-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gitlab-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gitlab-logo-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gitlab-logo-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-globe:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-globe:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-globe-hemisphere-east:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-globe-hemisphere-east:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-globe-hemisphere-west:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-globe-hemisphere-west:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-globe-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-globe-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-globe-simple-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-globe-simple-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-globe-stand:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-globe-stand:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-globe-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-globe-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-goggles:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-goggles:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-golf:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-golf:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-goodreads-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-goodreads-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-google-cardboard-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-google-cardboard-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-google-chrome-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-google-chrome-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-google-drive-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-google-drive-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-google-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-google-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-google-photos-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-google-photos-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-google-play-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-google-play-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-google-podcasts-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-google-podcasts-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gps:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gps:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gps-fix:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gps-fix:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gps-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gps-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-gradient:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-gradient:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-graduation-cap:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-graduation-cap:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-grains:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-grains:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-grains-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-grains-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-graph:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-graph:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-graphics-card:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-graphics-card:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-greater-than:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-greater-than:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-greater-than-or-equal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-greater-than-or-equal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-grid-four:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-grid-four:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-grid-nine:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-grid-nine:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-guitar:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-guitar:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hair-dryer:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hair-dryer:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hamburger:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hamburger:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hammer:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hammer:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-arrow-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-arrow-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-arrow-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-arrow-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-coins:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-coins:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-deposit:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-deposit:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-eye:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-eye:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-fist:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-fist:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-grabbing:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-grabbing:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-heart:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-heart:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-palm:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-palm:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-peace:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-peace:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-pointing:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-pointing:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-soap:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-soap:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-swipe-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-swipe-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-swipe-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-swipe-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-tap:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-tap:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-waving:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-waving:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hand-withdraw:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hand-withdraw:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-handbag:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-handbag:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-handbag-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-handbag-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hands-clapping:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hands-clapping:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hands-praying:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hands-praying:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-handshake:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-handshake:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hard-drive:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hard-drive:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hard-drives:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hard-drives:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hard-hat:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hard-hat:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hash-straight:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hash-straight:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-head-circuit:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-head-circuit:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-headlights:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-headlights:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-headphones:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-headphones:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-headset:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-headset:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-heart:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-heart:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-heart-break:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-heart-break:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-heart-half:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-heart-half:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-heart-straight:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-heart-straight:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-heart-straight-break:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-heart-straight-break:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-heartbeat:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-heartbeat:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hexagon:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hexagon:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-high-definition:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-high-definition:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-high-heel:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-high-heel:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-highlighter:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-highlighter:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-highlighter-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-highlighter-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hockey:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hockey:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hoodie:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hoodie:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-horse:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-horse:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hospital:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hospital:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hourglass:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hourglass:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hourglass-high:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hourglass-high:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hourglass-low:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hourglass-low:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hourglass-medium:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hourglass-medium:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hourglass-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hourglass-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hourglass-simple-high:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hourglass-simple-high:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hourglass-simple-low:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hourglass-simple-low:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hourglass-simple-medium:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hourglass-simple-medium:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-house:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-house:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-house-line:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-house-line:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-house-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-house-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-hurricane:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-hurricane:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-ice-cream:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-ice-cream:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-identification-badge:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-identification-badge:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-identification-card:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-identification-card:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-image:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-image:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-image-broken:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-image-broken:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-image-square:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-image-square:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-images:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-images:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-images-square:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-images-square:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-infinity:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-infinity:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-info:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-info:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-instagram-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-instagram-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-intersect:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-intersect:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-intersect-square:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-intersect-square:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-intersect-three:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-intersect-three:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-intersection:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-intersection:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-invoice:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-invoice:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-island:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-island:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-jar:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-jar:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-jar-label:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-jar-label:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-jeep:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-jeep:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-joystick:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-joystick:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-kanban:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-kanban:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-key:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-key:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-key-return:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-key-return:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-keyboard:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-keyboard:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-keyhole:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-keyhole:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-knife:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-knife:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-ladder:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-ladder:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-ladder-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-ladder-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lamp:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lamp:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lamp-pendant:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lamp-pendant:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-laptop:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-laptop:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lasso:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lasso:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lastfm-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lastfm-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-layout:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-layout:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-leaf:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-leaf:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lectern:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lectern:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lego:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lego:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lego-smiley:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lego-smiley:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-less-than:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-less-than:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-less-than-or-equal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-less-than-or-equal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-letter-circle-h:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-letter-circle-h:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-letter-circle-p:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-letter-circle-p:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-letter-circle-v:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-letter-circle-v:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lifebuoy:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lifebuoy:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lightbulb:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lightbulb:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lightbulb-filament:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lightbulb-filament:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lighthouse:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lighthouse:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lightning:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lightning:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lightning-a:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lightning-a:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lightning-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lightning-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-line-segment:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-line-segment:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-line-segments:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-line-segments:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-line-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-line-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-link:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-link:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-link-break:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-link-break:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-link-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-link-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-link-simple-break:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-link-simple-break:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-link-simple-horizontal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-link-simple-horizontal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-link-simple-horizontal-break:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-link-simple-horizontal-break:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-linkedin-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-linkedin-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-linktree-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-linktree-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-linux-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-linux-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-list:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-list:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-list-bullets:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-list-bullets:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-list-checks:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-list-checks:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-list-dashes:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-list-dashes:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-list-heart:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-list-heart:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-list-magnifying-glass:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-list-magnifying-glass:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-list-numbers:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-list-numbers:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-list-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-list-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-list-star:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-list-star:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lock:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lock:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lock-key:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lock-key:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lock-key-open:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lock-key-open:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lock-laminated:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lock-laminated:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lock-laminated-open:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lock-laminated-open:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lock-open:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lock-open:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lock-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lock-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lock-simple-open:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lock-simple-open:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-lockers:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-lockers:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-log:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-log:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-magic-wand:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-magic-wand:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-magnet:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-magnet:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-magnet-straight:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-magnet-straight:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-magnifying-glass:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-magnifying-glass:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-magnifying-glass-minus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-magnifying-glass-minus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-magnifying-glass-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-magnifying-glass-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-mailbox:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-mailbox:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-map-pin:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-map-pin:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-map-pin-area:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-map-pin-area:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-map-pin-line:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-map-pin-line:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-map-pin-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-map-pin-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-map-pin-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-map-pin-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-map-pin-simple-area:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-map-pin-simple-area:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-map-pin-simple-line:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-map-pin-simple-line:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-map-trifold:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-map-trifold:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-markdown-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-markdown-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-marker-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-marker-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-martini:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-martini:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-mask-happy:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-mask-happy:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-mask-sad:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-mask-sad:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-mastodon-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-mastodon-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-math-operations:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-math-operations:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-matrix-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-matrix-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-medal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-medal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-medal-military:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-medal-military:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-medium-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-medium-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-megaphone:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-megaphone:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-megaphone-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-megaphone-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-member-of:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-member-of:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-memory:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-memory:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-messenger-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-messenger-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-meta-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-meta-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-meteor:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-meteor:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-metronome:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-metronome:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-microphone:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-microphone:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-microphone-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-microphone-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-microphone-stage:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-microphone-stage:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-microscope:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-microscope:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-microsoft-excel-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-microsoft-excel-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-microsoft-outlook-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-microsoft-outlook-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-microsoft-powerpoint-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-microsoft-powerpoint-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-microsoft-teams-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-microsoft-teams-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-microsoft-word-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-microsoft-word-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-minus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-minus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-minus-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-minus-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-minus-square:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-minus-square:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-money:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-money:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-money-wavy:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-money-wavy:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-monitor:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-monitor:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-monitor-arrow-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-monitor-arrow-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-monitor-play:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-monitor-play:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-moon:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-moon:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-moon-stars:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-moon-stars:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-moped:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-moped:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-moped-front:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-moped-front:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-mosque:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-mosque:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-motorcycle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-motorcycle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-mountains:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-mountains:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-mouse:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-mouse:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-mouse-left-click:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-mouse-left-click:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-mouse-middle-click:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-mouse-middle-click:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-mouse-right-click:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-mouse-right-click:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-mouse-scroll:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-mouse-scroll:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-mouse-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-mouse-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-music-note:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-music-note:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-music-note-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-music-note-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-music-notes:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-music-notes:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-music-notes-minus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-music-notes-minus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-music-notes-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-music-notes-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-music-notes-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-music-notes-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-navigation-arrow:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-navigation-arrow:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-needle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-needle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-network:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-network:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-network-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-network-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-network-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-network-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-newspaper:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-newspaper:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-newspaper-clipping:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-newspaper-clipping:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-not-equals:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-not-equals:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-not-member-of:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-not-member-of:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-not-subset-of:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-not-subset-of:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-not-superset-of:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-not-superset-of:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-notches:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-notches:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-note:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-note:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-note-blank:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-note-blank:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-note-pencil:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-note-pencil:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-notebook:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-notebook:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-notepad:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-notepad:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-notification:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-notification:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-notion-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-notion-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-nuclear-plant:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-nuclear-plant:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-circle-eight:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-circle-eight:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-circle-five:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-circle-five:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-circle-four:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-circle-four:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-circle-nine:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-circle-nine:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-circle-one:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-circle-one:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-circle-seven:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-circle-seven:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-circle-six:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-circle-six:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-circle-three:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-circle-three:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-circle-two:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-circle-two:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-circle-zero:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-circle-zero:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-eight:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-eight:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-five:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-five:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-four:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-four:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-nine:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-nine:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-one:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-one:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-seven:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-seven:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-six:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-six:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-square-eight:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-square-eight:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-square-five:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-square-five:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-square-four:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-square-four:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-square-nine:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-square-nine:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-square-one:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-square-one:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-square-seven:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-square-seven:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-square-six:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-square-six:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-square-three:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-square-three:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-square-two:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-square-two:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-square-zero:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-square-zero:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-three:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-three:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-two:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-two:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-number-zero:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-number-zero:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-numpad:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-numpad:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-nut:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-nut:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-ny-times-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-ny-times-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-octagon:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-octagon:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-office-chair:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-office-chair:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-onigiri:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-onigiri:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-open-ai-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-open-ai-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-option:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-option:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-orange:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-orange:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-orange-slice:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-orange-slice:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-oven:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-oven:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-package:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-package:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-paint-brush:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-paint-brush:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-paint-brush-broad:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-paint-brush-broad:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-paint-brush-household:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-paint-brush-household:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-paint-bucket:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-paint-bucket:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-paint-roller:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-paint-roller:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-palette:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-palette:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-panorama:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-panorama:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pants:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pants:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-paper-plane:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-paper-plane:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-paper-plane-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-paper-plane-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-paper-plane-tilt:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-paper-plane-tilt:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-paperclip:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-paperclip:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-paperclip-horizontal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-paperclip-horizontal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-parachute:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-parachute:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-paragraph:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-paragraph:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-parallelogram:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-parallelogram:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-park:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-park:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-password:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-password:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-path:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-path:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-patreon-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-patreon-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pause:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pause:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pause-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pause-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-paw-print:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-paw-print:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-paypal-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-paypal-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-peace:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-peace:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pen:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pen:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pen-nib:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pen-nib:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pen-nib-straight:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pen-nib-straight:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pencil:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pencil:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pencil-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pencil-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pencil-line:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pencil-line:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pencil-ruler:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pencil-ruler:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pencil-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pencil-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pencil-simple-line:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pencil-simple-line:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pencil-simple-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pencil-simple-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pencil-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pencil-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pentagon:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pentagon:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pentagram:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pentagram:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pepper:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pepper:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-percent:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-percent:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-person:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-person:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-person-arms-spread:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-person-arms-spread:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-person-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-person-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-person-simple-bike:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-person-simple-bike:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-person-simple-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-person-simple-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-person-simple-hike:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-person-simple-hike:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-person-simple-run:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-person-simple-run:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-person-simple-ski:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-person-simple-ski:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-person-simple-snowboard:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-person-simple-snowboard:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-person-simple-swim:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-person-simple-swim:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-person-simple-tai-chi:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-person-simple-tai-chi:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-person-simple-throw:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-person-simple-throw:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-person-simple-walk:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-person-simple-walk:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-perspective:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-perspective:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-phone:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-phone:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-phone-call:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-phone-call:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-phone-disconnect:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-phone-disconnect:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-phone-incoming:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-phone-incoming:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-phone-list:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-phone-list:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-phone-outgoing:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-phone-outgoing:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-phone-pause:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-phone-pause:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-phone-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-phone-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-phone-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-phone-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-phone-transfer:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-phone-transfer:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-phone-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-phone-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-phosphor-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-phosphor-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pi:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pi:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-piano-keys:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-piano-keys:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-picnic-table:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-picnic-table:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-picture-in-picture:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-picture-in-picture:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-piggy-bank:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-piggy-bank:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pill:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pill:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-ping-pong:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-ping-pong:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pint-glass:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pint-glass:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pinterest-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pinterest-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pinwheel:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pinwheel:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pipe:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pipe:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pipe-wrench:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pipe-wrench:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pix-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pix-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pizza:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pizza:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-placeholder:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-placeholder:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-planet:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-planet:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-plant:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-plant:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-play:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-play:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-play-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-play-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-play-pause:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-play-pause:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-playlist:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-playlist:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-plug:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-plug:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-plug-charging:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-plug-charging:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-plugs:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-plugs:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-plugs-connected:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-plugs-connected:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-plus-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-plus-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-plus-minus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-plus-minus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-plus-square:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-plus-square:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-poker-chip:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-poker-chip:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-police-car:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-police-car:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-polygon:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-polygon:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-popcorn:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-popcorn:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-popsicle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-popsicle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-potted-plant:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-potted-plant:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-power:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-power:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-prescription:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-prescription:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-presentation:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-presentation:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-presentation-chart:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-presentation-chart:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-printer:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-printer:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-prohibit:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-prohibit:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-prohibit-inset:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-prohibit-inset:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-projector-screen:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-projector-screen:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-projector-screen-chart:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-projector-screen-chart:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-pulse:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-pulse:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-push-pin:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-push-pin:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-push-pin-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-push-pin-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-push-pin-simple-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-push-pin-simple-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-push-pin-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-push-pin-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-puzzle-piece:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-puzzle-piece:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-qr-code:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-qr-code:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-question:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-question:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-question-mark:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-question-mark:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-queue:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-queue:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-quotes:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-quotes:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-rabbit:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-rabbit:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-racquet:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-racquet:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-radical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-radical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-radio:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-radio:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-radio-button:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-radio-button:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-radioactive:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-radioactive:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-rainbow:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-rainbow:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-rainbow-cloud:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-rainbow-cloud:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-ranking:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-ranking:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-read-cv-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-read-cv-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-receipt:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-receipt:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-receipt-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-receipt-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-record:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-record:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-rectangle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-rectangle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-rectangle-dashed:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-rectangle-dashed:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-recycle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-recycle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-reddit-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-reddit-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-repeat:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-repeat:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-repeat-once:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-repeat-once:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-replit-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-replit-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-resize:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-resize:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-rewind:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-rewind:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-rewind-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-rewind-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-road-horizon:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-road-horizon:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-robot:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-robot:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-rocket:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-rocket:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-rocket-launch:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-rocket-launch:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-rows:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-rows:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-rows-plus-bottom:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-rows-plus-bottom:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-rows-plus-top:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-rows-plus-top:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-rss:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-rss:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-rss-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-rss-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-rug:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-rug:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-ruler:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-ruler:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sailboat:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sailboat:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-scales:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-scales:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-scan:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-scan:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-scan-smiley:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-scan-smiley:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-scissors:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-scissors:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-scooter:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-scooter:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-screencast:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-screencast:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-screwdriver:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-screwdriver:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-scribble:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-scribble:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-scribble-loop:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-scribble-loop:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-scroll:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-scroll:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-seal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-seal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-seal-check:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-seal-check:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-seal-percent:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-seal-percent:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-seal-question:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-seal-question:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-seal-warning:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-seal-warning:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-seat:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-seat:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-seatbelt:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-seatbelt:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-security-camera:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-security-camera:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-selection:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-selection:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-selection-all:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-selection-all:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-selection-background:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-selection-background:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-selection-foreground:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-selection-foreground:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-selection-inverse:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-selection-inverse:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-selection-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-selection-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-selection-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-selection-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shapes:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shapes:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-share:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-share:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-share-fat:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-share-fat:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-share-network:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-share-network:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shield:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shield:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shield-check:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shield-check:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shield-checkered:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shield-checkered:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shield-chevron:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shield-chevron:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shield-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shield-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shield-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shield-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shield-star:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shield-star:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shield-warning:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shield-warning:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shipping-container:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shipping-container:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shirt-folded:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shirt-folded:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shooting-star:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shooting-star:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shopping-bag:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shopping-bag:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shopping-bag-open:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shopping-bag-open:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shopping-cart:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shopping-cart:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shopping-cart-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shopping-cart-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shovel:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shovel:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shower:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shower:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shrimp:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shrimp:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shuffle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shuffle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shuffle-angular:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shuffle-angular:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-shuffle-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-shuffle-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sidebar:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sidebar:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sidebar-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sidebar-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sigma:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sigma:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sign-in:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sign-in:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sign-out:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sign-out:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-signature:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-signature:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-signpost:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-signpost:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sim-card:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sim-card:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-siren:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-siren:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sketch-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sketch-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-skip-back:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-skip-back:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-skip-back-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-skip-back-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-skip-forward:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-skip-forward:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-skip-forward-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-skip-forward-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-skull:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-skull:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-skype-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-skype-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-slack-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-slack-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sliders:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sliders:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sliders-horizontal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sliders-horizontal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-slideshow:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-slideshow:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-smiley:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-smiley:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-smiley-angry:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-smiley-angry:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-smiley-blank:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-smiley-blank:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-smiley-meh:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-smiley-meh:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-smiley-melting:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-smiley-melting:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-smiley-nervous:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-smiley-nervous:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-smiley-sad:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-smiley-sad:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-smiley-sticker:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-smiley-sticker:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-smiley-wink:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-smiley-wink:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-smiley-x-eyes:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-smiley-x-eyes:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-snapchat-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-snapchat-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sneaker:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sneaker:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sneaker-move:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sneaker-move:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-snowflake:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-snowflake:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-soccer-ball:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-soccer-ball:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sock:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sock:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-solar-panel:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-solar-panel:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-solar-roof:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-solar-roof:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sort-ascending:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sort-ascending:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sort-descending:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sort-descending:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-soundcloud-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-soundcloud-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-spade:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-spade:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sparkle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sparkle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-speaker-hifi:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-speaker-hifi:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-speaker-high:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-speaker-high:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-speaker-low:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-speaker-low:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-speaker-none:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-speaker-none:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-speaker-simple-high:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-speaker-simple-high:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-speaker-simple-low:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-speaker-simple-low:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-speaker-simple-none:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-speaker-simple-none:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-speaker-simple-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-speaker-simple-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-speaker-simple-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-speaker-simple-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-speaker-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-speaker-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-speaker-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-speaker-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-speedometer:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-speedometer:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sphere:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sphere:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-spinner:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-spinner:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-spinner-ball:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-spinner-ball:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-spinner-gap:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-spinner-gap:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-spiral:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-spiral:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-split-horizontal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-split-horizontal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-split-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-split-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-spotify-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-spotify-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-spray-bottle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-spray-bottle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-square:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-square:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-square-half:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-square-half:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-square-half-bottom:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-square-half-bottom:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-square-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-square-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-square-split-horizontal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-square-split-horizontal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-square-split-vertical:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-square-split-vertical:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-squares-four:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-squares-four:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-stack:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-stack:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-stack-minus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-stack-minus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-stack-overflow-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-stack-overflow-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-stack-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-stack-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-stack-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-stack-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-stairs:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-stairs:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-stamp:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-stamp:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-standard-definition:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-standard-definition:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-star:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-star:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-star-and-crescent:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-star-and-crescent:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-star-four:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-star-four:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-star-half:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-star-half:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-star-of-david:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-star-of-david:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-steam-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-steam-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-steering-wheel:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-steering-wheel:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-steps:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-steps:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-stethoscope:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-stethoscope:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sticker:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sticker:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-stool:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-stool:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-stop:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-stop:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-stop-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-stop-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-storefront:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-storefront:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-strategy:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-strategy:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-stripe-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-stripe-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-student:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-student:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-subset-of:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-subset-of:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-subset-proper-of:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-subset-proper-of:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-subtitles:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-subtitles:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-subtitles-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-subtitles-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-subtract:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-subtract:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-subtract-square:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-subtract-square:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-subway:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-subway:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-suitcase:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-suitcase:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-suitcase-rolling:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-suitcase-rolling:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-suitcase-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-suitcase-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sun:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sun:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sun-dim:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sun-dim:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sun-horizon:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sun-horizon:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sunglasses:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sunglasses:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-superset-of:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-superset-of:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-superset-proper-of:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-superset-proper-of:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-swap:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-swap:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-swatches:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-swatches:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-swimming-pool:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-swimming-pool:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-sword:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-sword:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-synagogue:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-synagogue:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-syringe:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-syringe:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-t-shirt:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-t-shirt:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-table:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-table:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tabs:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tabs:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tag:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tag:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tag-chevron:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tag-chevron:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tag-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tag-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-target:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-target:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-taxi:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-taxi:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tea-bag:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tea-bag:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-telegram-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-telegram-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-television:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-television:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-television-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-television-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tennis-ball:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tennis-ball:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tent:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tent:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-terminal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-terminal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-terminal-window:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-terminal-window:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-test-tube:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-test-tube:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-a-underline:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-a-underline:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-aa:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-aa:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-align-center:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-align-center:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-align-justify:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-align-justify:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-align-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-align-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-align-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-align-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-b:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-b:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-columns:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-columns:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-h:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-h:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-h-five:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-h-five:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-h-four:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-h-four:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-h-one:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-h-one:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-h-six:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-h-six:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-h-three:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-h-three:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-h-two:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-h-two:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-indent:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-indent:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-italic:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-italic:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-outdent:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-outdent:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-strikethrough:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-strikethrough:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-subscript:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-subscript:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-superscript:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-superscript:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-t:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-t:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-t-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-t-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-text-underline:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-text-underline:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-textbox:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-textbox:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-thermometer:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-thermometer:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-thermometer-cold:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-thermometer-cold:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-thermometer-hot:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-thermometer-hot:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-thermometer-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-thermometer-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-threads-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-threads-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-three-d:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-three-d:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-thumbs-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-thumbs-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-thumbs-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-thumbs-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-ticket:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-ticket:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tidal-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tidal-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tiktok-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tiktok-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tilde:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tilde:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-timer:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-timer:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tip-jar:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tip-jar:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tipi:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tipi:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tire:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tire:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-toggle-left:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-toggle-left:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-toggle-right:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-toggle-right:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-toilet:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-toilet:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-toilet-paper:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-toilet-paper:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-toolbox:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-toolbox:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tooth:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tooth:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tornado:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tornado:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tote:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tote:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tote-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tote-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-towel:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-towel:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tractor:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tractor:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-trademark:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-trademark:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-trademark-registered:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-trademark-registered:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-traffic-cone:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-traffic-cone:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-traffic-sign:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-traffic-sign:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-traffic-signal:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-traffic-signal:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-train:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-train:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-train-regional:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-train-regional:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-train-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-train-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tram:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tram:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-translate:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-translate:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-trash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-trash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-trash-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-trash-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tray:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tray:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tray-arrow-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tray-arrow-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tray-arrow-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tray-arrow-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-treasure-chest:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-treasure-chest:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tree:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tree:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tree-evergreen:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tree-evergreen:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tree-palm:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tree-palm:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tree-structure:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tree-structure:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tree-view:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tree-view:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-trend-down:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-trend-down:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-trend-up:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-trend-up:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-triangle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-triangle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-triangle-dashed:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-triangle-dashed:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-trolley:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-trolley:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-trolley-suitcase:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-trolley-suitcase:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-trophy:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-trophy:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-truck:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-truck:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-truck-trailer:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-truck-trailer:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-tumblr-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-tumblr-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-twitch-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-twitch-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-twitter-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-twitter-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-umbrella:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-umbrella:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-umbrella-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-umbrella-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-union:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-union:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-unite:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-unite:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-unite-square:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-unite-square:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-upload:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-upload:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-upload-simple:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-upload-simple:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-usb:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-usb:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-check:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-check:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-circle-check:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-circle-check:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-circle-dashed:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-circle-dashed:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-circle-gear:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-circle-gear:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-circle-minus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-circle-minus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-circle-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-circle-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-focus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-focus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-gear:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-gear:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-list:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-list:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-minus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-minus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-plus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-plus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-rectangle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-rectangle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-sound:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-sound:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-square:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-square:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-user-switch:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-user-switch:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-users:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-users:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-users-four:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-users-four:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-users-three:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-users-three:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-van:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-van:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-vault:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-vault:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-vector-three:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-vector-three:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-vector-two:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-vector-two:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-vibrate:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-vibrate:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-video:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-video:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-video-camera:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-video-camera:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-video-camera-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-video-camera-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-video-conference:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-video-conference:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-vignette:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-vignette:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-vinyl-record:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-vinyl-record:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-virtual-reality:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-virtual-reality:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-virus:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-virus:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-visor:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-visor:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-voicemail:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-voicemail:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-volleyball:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-volleyball:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wall:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wall:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wallet:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wallet:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-warehouse:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-warehouse:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-warning:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-warning:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-warning-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-warning-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-warning-diamond:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-warning-diamond:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-warning-octagon:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-warning-octagon:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-washing-machine:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-washing-machine:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-watch:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-watch:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wave-sawtooth:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wave-sawtooth:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wave-sine:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wave-sine:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wave-square:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wave-square:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wave-triangle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wave-triangle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-waveform:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-waveform:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-waveform-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-waveform-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-waves:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-waves:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-webcam:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-webcam:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-webcam-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-webcam-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-webhooks-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-webhooks-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wechat-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wechat-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-whatsapp-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-whatsapp-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wheelchair:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wheelchair:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wheelchair-motion:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wheelchair-motion:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wifi-high:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wifi-high:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wifi-low:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wifi-low:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wifi-medium:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wifi-medium:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wifi-none:before {
  content: "";
  color: #444;
}

.ph-duotone.ph-wifi-slash:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wifi-slash:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wifi-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wifi-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wind:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wind:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-windmill:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-windmill:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-windows-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-windows-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wine:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wine:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-wrench:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-wrench:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-x:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-x:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-x-circle:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-x-circle:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-x-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-x-logo:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-x-square:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-x-square:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-yarn:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-yarn:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-yin-yang:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-yin-yang:after {
  content: "";
  margin-left: -1em;
}

.ph-duotone.ph-youtube-logo:before {
  content: "";
  opacity: .2;
}

.ph-duotone.ph-youtube-logo:after {
  content: "";
  margin-left: -1em;
}

@font-face {
  font-family: Phosphor-Fill;
  src: url("../media/Phosphor-Fill.8ddf2c09.woff2") format("woff2"), url("../media/Phosphor-Fill.bafe8c5c.woff") format("woff"), url("../media/Phosphor-Fill.840535b2.ttf") format("truetype"), url("../media/Phosphor-Fill.c77b3abb.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.ph-fill {
  speak: never;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  -moz-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: Phosphor-Fill !important;
}

.ph-fill.ph-acorn:before {
  content: "";
}

.ph-fill.ph-address-book:before {
  content: "";
}

.ph-fill.ph-address-book-tabs:before {
  content: "";
}

.ph-fill.ph-air-traffic-control:before {
  content: "";
}

.ph-fill.ph-airplane:before {
  content: "";
}

.ph-fill.ph-airplane-in-flight:before {
  content: "";
}

.ph-fill.ph-airplane-landing:before {
  content: "";
}

.ph-fill.ph-airplane-takeoff:before {
  content: "";
}

.ph-fill.ph-airplane-taxiing:before {
  content: "";
}

.ph-fill.ph-airplane-tilt:before {
  content: "";
}

.ph-fill.ph-airplay:before {
  content: "";
}

.ph-fill.ph-alarm:before {
  content: "";
}

.ph-fill.ph-alien:before {
  content: "";
}

.ph-fill.ph-align-bottom:before {
  content: "";
}

.ph-fill.ph-align-bottom-simple:before {
  content: "";
}

.ph-fill.ph-align-center-horizontal:before {
  content: "";
}

.ph-fill.ph-align-center-horizontal-simple:before {
  content: "";
}

.ph-fill.ph-align-center-vertical:before {
  content: "";
}

.ph-fill.ph-align-center-vertical-simple:before {
  content: "";
}

.ph-fill.ph-align-left:before {
  content: "";
}

.ph-fill.ph-align-left-simple:before {
  content: "";
}

.ph-fill.ph-align-right:before {
  content: "";
}

.ph-fill.ph-align-right-simple:before {
  content: "";
}

.ph-fill.ph-align-top:before {
  content: "";
}

.ph-fill.ph-align-top-simple:before {
  content: "";
}

.ph-fill.ph-amazon-logo:before {
  content: "";
}

.ph-fill.ph-ambulance:before {
  content: "";
}

.ph-fill.ph-anchor:before {
  content: "";
}

.ph-fill.ph-anchor-simple:before {
  content: "";
}

.ph-fill.ph-android-logo:before {
  content: "";
}

.ph-fill.ph-angle:before {
  content: "";
}

.ph-fill.ph-angular-logo:before {
  content: "";
}

.ph-fill.ph-aperture:before {
  content: "";
}

.ph-fill.ph-app-store-logo:before {
  content: "";
}

.ph-fill.ph-app-window:before {
  content: "";
}

.ph-fill.ph-apple-logo:before {
  content: "";
}

.ph-fill.ph-apple-podcasts-logo:before {
  content: "";
}

.ph-fill.ph-approximate-equals:before {
  content: "";
}

.ph-fill.ph-archive:before {
  content: "";
}

.ph-fill.ph-armchair:before {
  content: "";
}

.ph-fill.ph-arrow-arc-left:before {
  content: "";
}

.ph-fill.ph-arrow-arc-right:before {
  content: "";
}

.ph-fill.ph-arrow-bend-double-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-bend-double-up-right:before {
  content: "";
}

.ph-fill.ph-arrow-bend-down-left:before {
  content: "";
}

.ph-fill.ph-arrow-bend-down-right:before {
  content: "";
}

.ph-fill.ph-arrow-bend-left-down:before {
  content: "";
}

.ph-fill.ph-arrow-bend-left-up:before {
  content: "";
}

.ph-fill.ph-arrow-bend-right-down:before {
  content: "";
}

.ph-fill.ph-arrow-bend-right-up:before {
  content: "";
}

.ph-fill.ph-arrow-bend-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-bend-up-right:before {
  content: "";
}

.ph-fill.ph-arrow-circle-down:before {
  content: "";
}

.ph-fill.ph-arrow-circle-down-left:before {
  content: "";
}

.ph-fill.ph-arrow-circle-down-right:before {
  content: "";
}

.ph-fill.ph-arrow-circle-left:before {
  content: "";
}

.ph-fill.ph-arrow-circle-right:before {
  content: "";
}

.ph-fill.ph-arrow-circle-up:before {
  content: "";
}

.ph-fill.ph-arrow-circle-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-circle-up-right:before {
  content: "";
}

.ph-fill.ph-arrow-clockwise:before {
  content: "";
}

.ph-fill.ph-arrow-counter-clockwise:before {
  content: "";
}

.ph-fill.ph-arrow-down:before {
  content: "";
}

.ph-fill.ph-arrow-down-left:before {
  content: "";
}

.ph-fill.ph-arrow-down-right:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-down-left:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-down-right:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-left:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-left-down:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-left-up:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-right:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-right-down:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-right-up:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-elbow-up-right:before {
  content: "";
}

.ph-fill.ph-arrow-fat-down:before {
  content: "";
}

.ph-fill.ph-arrow-fat-left:before {
  content: "";
}

.ph-fill.ph-arrow-fat-line-down:before {
  content: "";
}

.ph-fill.ph-arrow-fat-line-left:before {
  content: "";
}

.ph-fill.ph-arrow-fat-line-right:before {
  content: "";
}

.ph-fill.ph-arrow-fat-line-up:before {
  content: "";
}

.ph-fill.ph-arrow-fat-lines-down:before {
  content: "";
}

.ph-fill.ph-arrow-fat-lines-left:before {
  content: "";
}

.ph-fill.ph-arrow-fat-lines-right:before {
  content: "";
}

.ph-fill.ph-arrow-fat-lines-up:before {
  content: "";
}

.ph-fill.ph-arrow-fat-right:before {
  content: "";
}

.ph-fill.ph-arrow-fat-up:before {
  content: "";
}

.ph-fill.ph-arrow-left:before {
  content: "";
}

.ph-fill.ph-arrow-line-down:before {
  content: "";
}

.ph-fill.ph-arrow-line-down-left:before {
  content: "";
}

.ph-fill.ph-arrow-line-down-right:before {
  content: "";
}

.ph-fill.ph-arrow-line-left:before {
  content: "";
}

.ph-fill.ph-arrow-line-right:before {
  content: "";
}

.ph-fill.ph-arrow-line-up:before {
  content: "";
}

.ph-fill.ph-arrow-line-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-line-up-right:before {
  content: "";
}

.ph-fill.ph-arrow-right:before {
  content: "";
}

.ph-fill.ph-arrow-square-down:before {
  content: "";
}

.ph-fill.ph-arrow-square-down-left:before {
  content: "";
}

.ph-fill.ph-arrow-square-down-right:before {
  content: "";
}

.ph-fill.ph-arrow-square-in:before {
  content: "";
}

.ph-fill.ph-arrow-square-left:before {
  content: "";
}

.ph-fill.ph-arrow-square-out:before {
  content: "";
}

.ph-fill.ph-arrow-square-right:before {
  content: "";
}

.ph-fill.ph-arrow-square-up:before {
  content: "";
}

.ph-fill.ph-arrow-square-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-square-up-right:before {
  content: "";
}

.ph-fill.ph-arrow-u-down-left:before {
  content: "";
}

.ph-fill.ph-arrow-u-down-right:before {
  content: "";
}

.ph-fill.ph-arrow-u-left-down:before {
  content: "";
}

.ph-fill.ph-arrow-u-left-up:before {
  content: "";
}

.ph-fill.ph-arrow-u-right-down:before {
  content: "";
}

.ph-fill.ph-arrow-u-right-up:before {
  content: "";
}

.ph-fill.ph-arrow-u-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-u-up-right:before {
  content: "";
}

.ph-fill.ph-arrow-up:before {
  content: "";
}

.ph-fill.ph-arrow-up-left:before {
  content: "";
}

.ph-fill.ph-arrow-up-right:before {
  content: "";
}

.ph-fill.ph-arrows-clockwise:before {
  content: "";
}

.ph-fill.ph-arrows-counter-clockwise:before {
  content: "";
}

.ph-fill.ph-arrows-down-up:before {
  content: "";
}

.ph-fill.ph-arrows-horizontal:before {
  content: "";
}

.ph-fill.ph-arrows-in:before {
  content: "";
}

.ph-fill.ph-arrows-in-cardinal:before {
  content: "";
}

.ph-fill.ph-arrows-in-line-horizontal:before {
  content: "";
}

.ph-fill.ph-arrows-in-line-vertical:before {
  content: "";
}

.ph-fill.ph-arrows-in-simple:before {
  content: "";
}

.ph-fill.ph-arrows-left-right:before {
  content: "";
}

.ph-fill.ph-arrows-merge:before {
  content: "";
}

.ph-fill.ph-arrows-out:before {
  content: "";
}

.ph-fill.ph-arrows-out-cardinal:before {
  content: "";
}

.ph-fill.ph-arrows-out-line-horizontal:before {
  content: "";
}

.ph-fill.ph-arrows-out-line-vertical:before {
  content: "";
}

.ph-fill.ph-arrows-out-simple:before {
  content: "";
}

.ph-fill.ph-arrows-split:before {
  content: "";
}

.ph-fill.ph-arrows-vertical:before {
  content: "";
}

.ph-fill.ph-article:before {
  content: "";
}

.ph-fill.ph-article-medium:before {
  content: "";
}

.ph-fill.ph-article-ny-times:before {
  content: "";
}

.ph-fill.ph-asclepius:before, .ph-fill.ph-caduceus:before {
  content: "";
}

.ph-fill.ph-asterisk:before {
  content: "";
}

.ph-fill.ph-asterisk-simple:before {
  content: "";
}

.ph-fill.ph-at:before {
  content: "";
}

.ph-fill.ph-atom:before {
  content: "";
}

.ph-fill.ph-avocado:before {
  content: "";
}

.ph-fill.ph-axe:before {
  content: "";
}

.ph-fill.ph-baby:before {
  content: "";
}

.ph-fill.ph-baby-carriage:before {
  content: "";
}

.ph-fill.ph-backpack:before {
  content: "";
}

.ph-fill.ph-backspace:before {
  content: "";
}

.ph-fill.ph-bag:before {
  content: "";
}

.ph-fill.ph-bag-simple:before {
  content: "";
}

.ph-fill.ph-balloon:before {
  content: "";
}

.ph-fill.ph-bandaids:before {
  content: "";
}

.ph-fill.ph-bank:before {
  content: "";
}

.ph-fill.ph-barbell:before {
  content: "";
}

.ph-fill.ph-barcode:before {
  content: "";
}

.ph-fill.ph-barn:before {
  content: "";
}

.ph-fill.ph-barricade:before {
  content: "";
}

.ph-fill.ph-baseball:before {
  content: "";
}

.ph-fill.ph-baseball-cap:before {
  content: "";
}

.ph-fill.ph-baseball-helmet:before {
  content: "";
}

.ph-fill.ph-basket:before {
  content: "";
}

.ph-fill.ph-basketball:before {
  content: "";
}

.ph-fill.ph-bathtub:before {
  content: "";
}

.ph-fill.ph-battery-charging:before {
  content: "";
}

.ph-fill.ph-battery-charging-vertical:before {
  content: "";
}

.ph-fill.ph-battery-empty:before {
  content: "";
}

.ph-fill.ph-battery-full:before {
  content: "";
}

.ph-fill.ph-battery-high:before {
  content: "";
}

.ph-fill.ph-battery-low:before {
  content: "";
}

.ph-fill.ph-battery-medium:before {
  content: "";
}

.ph-fill.ph-battery-plus:before {
  content: "";
}

.ph-fill.ph-battery-plus-vertical:before {
  content: "";
}

.ph-fill.ph-battery-vertical-empty:before {
  content: "";
}

.ph-fill.ph-battery-vertical-full:before {
  content: "";
}

.ph-fill.ph-battery-vertical-high:before {
  content: "";
}

.ph-fill.ph-battery-vertical-low:before {
  content: "";
}

.ph-fill.ph-battery-vertical-medium:before {
  content: "";
}

.ph-fill.ph-battery-warning:before {
  content: "";
}

.ph-fill.ph-battery-warning-vertical:before {
  content: "";
}

.ph-fill.ph-beach-ball:before {
  content: "";
}

.ph-fill.ph-beanie:before {
  content: "";
}

.ph-fill.ph-bed:before {
  content: "";
}

.ph-fill.ph-beer-bottle:before {
  content: "";
}

.ph-fill.ph-beer-stein:before {
  content: "";
}

.ph-fill.ph-behance-logo:before {
  content: "";
}

.ph-fill.ph-bell:before {
  content: "";
}

.ph-fill.ph-bell-ringing:before {
  content: "";
}

.ph-fill.ph-bell-simple:before {
  content: "";
}

.ph-fill.ph-bell-simple-ringing:before {
  content: "";
}

.ph-fill.ph-bell-simple-slash:before {
  content: "";
}

.ph-fill.ph-bell-simple-z:before {
  content: "";
}

.ph-fill.ph-bell-slash:before {
  content: "";
}

.ph-fill.ph-bell-z:before {
  content: "";
}

.ph-fill.ph-belt:before {
  content: "";
}

.ph-fill.ph-bezier-curve:before {
  content: "";
}

.ph-fill.ph-bicycle:before {
  content: "";
}

.ph-fill.ph-binary:before {
  content: "";
}

.ph-fill.ph-binoculars:before {
  content: "";
}

.ph-fill.ph-biohazard:before {
  content: "";
}

.ph-fill.ph-bird:before {
  content: "";
}

.ph-fill.ph-blueprint:before {
  content: "";
}

.ph-fill.ph-bluetooth:before {
  content: "";
}

.ph-fill.ph-bluetooth-connected:before {
  content: "";
}

.ph-fill.ph-bluetooth-slash:before {
  content: "";
}

.ph-fill.ph-bluetooth-x:before {
  content: "";
}

.ph-fill.ph-boat:before {
  content: "";
}

.ph-fill.ph-bomb:before {
  content: "";
}

.ph-fill.ph-bone:before {
  content: "";
}

.ph-fill.ph-book:before {
  content: "";
}

.ph-fill.ph-book-bookmark:before {
  content: "";
}

.ph-fill.ph-book-open:before {
  content: "";
}

.ph-fill.ph-book-open-text:before {
  content: "";
}

.ph-fill.ph-book-open-user:before {
  content: "";
}

.ph-fill.ph-bookmark:before {
  content: "";
}

.ph-fill.ph-bookmark-simple:before {
  content: "";
}

.ph-fill.ph-bookmarks:before {
  content: "";
}

.ph-fill.ph-bookmarks-simple:before {
  content: "";
}

.ph-fill.ph-books:before {
  content: "";
}

.ph-fill.ph-boot:before {
  content: "";
}

.ph-fill.ph-boules:before {
  content: "";
}

.ph-fill.ph-bounding-box:before {
  content: "";
}

.ph-fill.ph-bowl-food:before {
  content: "";
}

.ph-fill.ph-bowl-steam:before {
  content: "";
}

.ph-fill.ph-bowling-ball:before {
  content: "";
}

.ph-fill.ph-box-arrow-down:before, .ph-fill.ph-archive-box:before {
  content: "";
}

.ph-fill.ph-box-arrow-up:before {
  content: "";
}

.ph-fill.ph-boxing-glove:before {
  content: "";
}

.ph-fill.ph-brackets-angle:before {
  content: "";
}

.ph-fill.ph-brackets-curly:before {
  content: "";
}

.ph-fill.ph-brackets-round:before {
  content: "";
}

.ph-fill.ph-brackets-square:before {
  content: "";
}

.ph-fill.ph-brain:before {
  content: "";
}

.ph-fill.ph-brandy:before {
  content: "";
}

.ph-fill.ph-bread:before {
  content: "";
}

.ph-fill.ph-bridge:before {
  content: "";
}

.ph-fill.ph-briefcase:before {
  content: "";
}

.ph-fill.ph-briefcase-metal:before {
  content: "";
}

.ph-fill.ph-broadcast:before {
  content: "";
}

.ph-fill.ph-broom:before {
  content: "";
}

.ph-fill.ph-browser:before {
  content: "";
}

.ph-fill.ph-browsers:before {
  content: "";
}

.ph-fill.ph-bug:before {
  content: "";
}

.ph-fill.ph-bug-beetle:before {
  content: "";
}

.ph-fill.ph-bug-droid:before {
  content: "";
}

.ph-fill.ph-building:before {
  content: "";
}

.ph-fill.ph-building-apartment:before {
  content: "";
}

.ph-fill.ph-building-office:before {
  content: "";
}

.ph-fill.ph-buildings:before {
  content: "";
}

.ph-fill.ph-bulldozer:before {
  content: "";
}

.ph-fill.ph-bus:before {
  content: "";
}

.ph-fill.ph-butterfly:before {
  content: "";
}

.ph-fill.ph-cable-car:before {
  content: "";
}

.ph-fill.ph-cactus:before {
  content: "";
}

.ph-fill.ph-cake:before {
  content: "";
}

.ph-fill.ph-calculator:before {
  content: "";
}

.ph-fill.ph-calendar:before {
  content: "";
}

.ph-fill.ph-calendar-blank:before {
  content: "";
}

.ph-fill.ph-calendar-check:before {
  content: "";
}

.ph-fill.ph-calendar-dot:before {
  content: "";
}

.ph-fill.ph-calendar-dots:before {
  content: "";
}

.ph-fill.ph-calendar-heart:before {
  content: "";
}

.ph-fill.ph-calendar-minus:before {
  content: "";
}

.ph-fill.ph-calendar-plus:before {
  content: "";
}

.ph-fill.ph-calendar-slash:before {
  content: "";
}

.ph-fill.ph-calendar-star:before {
  content: "";
}

.ph-fill.ph-calendar-x:before {
  content: "";
}

.ph-fill.ph-call-bell:before {
  content: "";
}

.ph-fill.ph-camera:before {
  content: "";
}

.ph-fill.ph-camera-plus:before {
  content: "";
}

.ph-fill.ph-camera-rotate:before {
  content: "";
}

.ph-fill.ph-camera-slash:before {
  content: "";
}

.ph-fill.ph-campfire:before {
  content: "";
}

.ph-fill.ph-car:before {
  content: "";
}

.ph-fill.ph-car-battery:before {
  content: "";
}

.ph-fill.ph-car-profile:before {
  content: "";
}

.ph-fill.ph-car-simple:before {
  content: "";
}

.ph-fill.ph-cardholder:before {
  content: "";
}

.ph-fill.ph-cards:before {
  content: "";
}

.ph-fill.ph-cards-three:before {
  content: "";
}

.ph-fill.ph-caret-circle-double-down:before {
  content: "";
}

.ph-fill.ph-caret-circle-double-left:before {
  content: "";
}

.ph-fill.ph-caret-circle-double-right:before {
  content: "";
}

.ph-fill.ph-caret-circle-double-up:before {
  content: "";
}

.ph-fill.ph-caret-circle-down:before {
  content: "";
}

.ph-fill.ph-caret-circle-left:before {
  content: "";
}

.ph-fill.ph-caret-circle-right:before {
  content: "";
}

.ph-fill.ph-caret-circle-up:before {
  content: "";
}

.ph-fill.ph-caret-circle-up-down:before {
  content: "";
}

.ph-fill.ph-caret-double-down:before {
  content: "";
}

.ph-fill.ph-caret-double-left:before {
  content: "";
}

.ph-fill.ph-caret-double-right:before {
  content: "";
}

.ph-fill.ph-caret-double-up:before {
  content: "";
}

.ph-fill.ph-caret-down:before {
  content: "";
}

.ph-fill.ph-caret-left:before {
  content: "";
}

.ph-fill.ph-caret-line-down:before {
  content: "";
}

.ph-fill.ph-caret-line-left:before {
  content: "";
}

.ph-fill.ph-caret-line-right:before {
  content: "";
}

.ph-fill.ph-caret-line-up:before {
  content: "";
}

.ph-fill.ph-caret-right:before {
  content: "";
}

.ph-fill.ph-caret-up:before {
  content: "";
}

.ph-fill.ph-caret-up-down:before {
  content: "";
}

.ph-fill.ph-carrot:before {
  content: "";
}

.ph-fill.ph-cash-register:before {
  content: "";
}

.ph-fill.ph-cassette-tape:before {
  content: "";
}

.ph-fill.ph-castle-turret:before {
  content: "";
}

.ph-fill.ph-cat:before {
  content: "";
}

.ph-fill.ph-cell-signal-full:before {
  content: "";
}

.ph-fill.ph-cell-signal-high:before {
  content: "";
}

.ph-fill.ph-cell-signal-low:before {
  content: "";
}

.ph-fill.ph-cell-signal-medium:before {
  content: "";
}

.ph-fill.ph-cell-signal-none:before {
  content: "";
}

.ph-fill.ph-cell-signal-slash:before {
  content: "";
}

.ph-fill.ph-cell-signal-x:before {
  content: "";
}

.ph-fill.ph-cell-tower:before {
  content: "";
}

.ph-fill.ph-certificate:before {
  content: "";
}

.ph-fill.ph-chair:before {
  content: "";
}

.ph-fill.ph-chalkboard:before {
  content: "";
}

.ph-fill.ph-chalkboard-simple:before {
  content: "";
}

.ph-fill.ph-chalkboard-teacher:before {
  content: "";
}

.ph-fill.ph-champagne:before {
  content: "";
}

.ph-fill.ph-charging-station:before {
  content: "";
}

.ph-fill.ph-chart-bar:before {
  content: "";
}

.ph-fill.ph-chart-bar-horizontal:before {
  content: "";
}

.ph-fill.ph-chart-donut:before {
  content: "";
}

.ph-fill.ph-chart-line:before {
  content: "";
}

.ph-fill.ph-chart-line-down:before {
  content: "";
}

.ph-fill.ph-chart-line-up:before {
  content: "";
}

.ph-fill.ph-chart-pie:before {
  content: "";
}

.ph-fill.ph-chart-pie-slice:before {
  content: "";
}

.ph-fill.ph-chart-polar:before {
  content: "";
}

.ph-fill.ph-chart-scatter:before {
  content: "";
}

.ph-fill.ph-chat:before {
  content: "";
}

.ph-fill.ph-chat-centered:before {
  content: "";
}

.ph-fill.ph-chat-centered-dots:before {
  content: "";
}

.ph-fill.ph-chat-centered-slash:before {
  content: "";
}

.ph-fill.ph-chat-centered-text:before {
  content: "";
}

.ph-fill.ph-chat-circle:before {
  content: "";
}

.ph-fill.ph-chat-circle-dots:before {
  content: "";
}

.ph-fill.ph-chat-circle-slash:before {
  content: "";
}

.ph-fill.ph-chat-circle-text:before {
  content: "";
}

.ph-fill.ph-chat-dots:before {
  content: "";
}

.ph-fill.ph-chat-slash:before {
  content: "";
}

.ph-fill.ph-chat-teardrop:before {
  content: "";
}

.ph-fill.ph-chat-teardrop-dots:before {
  content: "";
}

.ph-fill.ph-chat-teardrop-slash:before {
  content: "";
}

.ph-fill.ph-chat-teardrop-text:before {
  content: "";
}

.ph-fill.ph-chat-text:before {
  content: "";
}

.ph-fill.ph-chats:before {
  content: "";
}

.ph-fill.ph-chats-circle:before {
  content: "";
}

.ph-fill.ph-chats-teardrop:before {
  content: "";
}

.ph-fill.ph-check:before {
  content: "";
}

.ph-fill.ph-check-circle:before {
  content: "";
}

.ph-fill.ph-check-fat:before {
  content: "";
}

.ph-fill.ph-check-square:before {
  content: "";
}

.ph-fill.ph-check-square-offset:before {
  content: "";
}

.ph-fill.ph-checkerboard:before {
  content: "";
}

.ph-fill.ph-checks:before {
  content: "";
}

.ph-fill.ph-cheers:before {
  content: "";
}

.ph-fill.ph-cheese:before {
  content: "";
}

.ph-fill.ph-chef-hat:before {
  content: "";
}

.ph-fill.ph-cherries:before {
  content: "";
}

.ph-fill.ph-church:before {
  content: "";
}

.ph-fill.ph-cigarette:before {
  content: "";
}

.ph-fill.ph-cigarette-slash:before {
  content: "";
}

.ph-fill.ph-circle:before {
  content: "";
}

.ph-fill.ph-circle-dashed:before {
  content: "";
}

.ph-fill.ph-circle-half:before {
  content: "";
}

.ph-fill.ph-circle-half-tilt:before {
  content: "";
}

.ph-fill.ph-circle-notch:before {
  content: "";
}

.ph-fill.ph-circles-four:before {
  content: "";
}

.ph-fill.ph-circles-three:before {
  content: "";
}

.ph-fill.ph-circles-three-plus:before {
  content: "";
}

.ph-fill.ph-circuitry:before {
  content: "";
}

.ph-fill.ph-city:before {
  content: "";
}

.ph-fill.ph-clipboard:before {
  content: "";
}

.ph-fill.ph-clipboard-text:before {
  content: "";
}

.ph-fill.ph-clock:before {
  content: "";
}

.ph-fill.ph-clock-afternoon:before {
  content: "";
}

.ph-fill.ph-clock-clockwise:before {
  content: "";
}

.ph-fill.ph-clock-countdown:before {
  content: "";
}

.ph-fill.ph-clock-counter-clockwise:before {
  content: "";
}

.ph-fill.ph-clock-user:before {
  content: "";
}

.ph-fill.ph-closed-captioning:before {
  content: "";
}

.ph-fill.ph-cloud:before {
  content: "";
}

.ph-fill.ph-cloud-arrow-down:before {
  content: "";
}

.ph-fill.ph-cloud-arrow-up:before {
  content: "";
}

.ph-fill.ph-cloud-check:before {
  content: "";
}

.ph-fill.ph-cloud-fog:before {
  content: "";
}

.ph-fill.ph-cloud-lightning:before {
  content: "";
}

.ph-fill.ph-cloud-moon:before {
  content: "";
}

.ph-fill.ph-cloud-rain:before {
  content: "";
}

.ph-fill.ph-cloud-slash:before {
  content: "";
}

.ph-fill.ph-cloud-snow:before {
  content: "";
}

.ph-fill.ph-cloud-sun:before {
  content: "";
}

.ph-fill.ph-cloud-warning:before {
  content: "";
}

.ph-fill.ph-cloud-x:before {
  content: "";
}

.ph-fill.ph-clover:before {
  content: "";
}

.ph-fill.ph-club:before {
  content: "";
}

.ph-fill.ph-coat-hanger:before {
  content: "";
}

.ph-fill.ph-coda-logo:before {
  content: "";
}

.ph-fill.ph-code:before {
  content: "";
}

.ph-fill.ph-code-block:before {
  content: "";
}

.ph-fill.ph-code-simple:before {
  content: "";
}

.ph-fill.ph-codepen-logo:before {
  content: "";
}

.ph-fill.ph-codesandbox-logo:before {
  content: "";
}

.ph-fill.ph-coffee:before {
  content: "";
}

.ph-fill.ph-coffee-bean:before {
  content: "";
}

.ph-fill.ph-coin:before {
  content: "";
}

.ph-fill.ph-coin-vertical:before {
  content: "";
}

.ph-fill.ph-coins:before {
  content: "";
}

.ph-fill.ph-columns:before {
  content: "";
}

.ph-fill.ph-columns-plus-left:before {
  content: "";
}

.ph-fill.ph-columns-plus-right:before {
  content: "";
}

.ph-fill.ph-command:before {
  content: "";
}

.ph-fill.ph-compass:before {
  content: "";
}

.ph-fill.ph-compass-rose:before {
  content: "";
}

.ph-fill.ph-compass-tool:before {
  content: "";
}

.ph-fill.ph-computer-tower:before {
  content: "";
}

.ph-fill.ph-confetti:before {
  content: "";
}

.ph-fill.ph-contactless-payment:before {
  content: "";
}

.ph-fill.ph-control:before {
  content: "";
}

.ph-fill.ph-cookie:before {
  content: "";
}

.ph-fill.ph-cooking-pot:before {
  content: "";
}

.ph-fill.ph-copy:before {
  content: "";
}

.ph-fill.ph-copy-simple:before {
  content: "";
}

.ph-fill.ph-copyleft:before {
  content: "";
}

.ph-fill.ph-copyright:before {
  content: "";
}

.ph-fill.ph-corners-in:before {
  content: "";
}

.ph-fill.ph-corners-out:before {
  content: "";
}

.ph-fill.ph-couch:before {
  content: "";
}

.ph-fill.ph-court-basketball:before {
  content: "";
}

.ph-fill.ph-cow:before {
  content: "";
}

.ph-fill.ph-cowboy-hat:before {
  content: "";
}

.ph-fill.ph-cpu:before {
  content: "";
}

.ph-fill.ph-crane:before {
  content: "";
}

.ph-fill.ph-crane-tower:before {
  content: "";
}

.ph-fill.ph-credit-card:before {
  content: "";
}

.ph-fill.ph-cricket:before {
  content: "";
}

.ph-fill.ph-crop:before {
  content: "";
}

.ph-fill.ph-cross:before {
  content: "";
}

.ph-fill.ph-crosshair:before {
  content: "";
}

.ph-fill.ph-crosshair-simple:before {
  content: "";
}

.ph-fill.ph-crown:before {
  content: "";
}

.ph-fill.ph-crown-cross:before {
  content: "";
}

.ph-fill.ph-crown-simple:before {
  content: "";
}

.ph-fill.ph-cube:before {
  content: "";
}

.ph-fill.ph-cube-focus:before {
  content: "";
}

.ph-fill.ph-cube-transparent:before {
  content: "";
}

.ph-fill.ph-currency-btc:before {
  content: "";
}

.ph-fill.ph-currency-circle-dollar:before {
  content: "";
}

.ph-fill.ph-currency-cny:before {
  content: "";
}

.ph-fill.ph-currency-dollar:before {
  content: "";
}

.ph-fill.ph-currency-dollar-simple:before {
  content: "";
}

.ph-fill.ph-currency-eth:before {
  content: "";
}

.ph-fill.ph-currency-eur:before {
  content: "";
}

.ph-fill.ph-currency-gbp:before {
  content: "";
}

.ph-fill.ph-currency-inr:before {
  content: "";
}

.ph-fill.ph-currency-jpy:before {
  content: "";
}

.ph-fill.ph-currency-krw:before {
  content: "";
}

.ph-fill.ph-currency-kzt:before {
  content: "";
}

.ph-fill.ph-currency-ngn:before {
  content: "";
}

.ph-fill.ph-currency-rub:before {
  content: "";
}

.ph-fill.ph-cursor:before {
  content: "";
}

.ph-fill.ph-cursor-click:before {
  content: "";
}

.ph-fill.ph-cursor-text:before {
  content: "";
}

.ph-fill.ph-cylinder:before {
  content: "";
}

.ph-fill.ph-database:before {
  content: "";
}

.ph-fill.ph-desk:before {
  content: "";
}

.ph-fill.ph-desktop:before {
  content: "";
}

.ph-fill.ph-desktop-tower:before {
  content: "";
}

.ph-fill.ph-detective:before {
  content: "";
}

.ph-fill.ph-dev-to-logo:before {
  content: "";
}

.ph-fill.ph-device-mobile:before {
  content: "";
}

.ph-fill.ph-device-mobile-camera:before {
  content: "";
}

.ph-fill.ph-device-mobile-slash:before {
  content: "";
}

.ph-fill.ph-device-mobile-speaker:before {
  content: "";
}

.ph-fill.ph-device-rotate:before {
  content: "";
}

.ph-fill.ph-device-tablet:before {
  content: "";
}

.ph-fill.ph-device-tablet-camera:before {
  content: "";
}

.ph-fill.ph-device-tablet-speaker:before {
  content: "";
}

.ph-fill.ph-devices:before {
  content: "";
}

.ph-fill.ph-diamond:before {
  content: "";
}

.ph-fill.ph-diamonds-four:before {
  content: "";
}

.ph-fill.ph-dice-five:before {
  content: "";
}

.ph-fill.ph-dice-four:before {
  content: "";
}

.ph-fill.ph-dice-one:before {
  content: "";
}

.ph-fill.ph-dice-six:before {
  content: "";
}

.ph-fill.ph-dice-three:before {
  content: "";
}

.ph-fill.ph-dice-two:before {
  content: "";
}

.ph-fill.ph-disc:before {
  content: "";
}

.ph-fill.ph-disco-ball:before {
  content: "";
}

.ph-fill.ph-discord-logo:before {
  content: "";
}

.ph-fill.ph-divide:before {
  content: "";
}

.ph-fill.ph-dna:before {
  content: "";
}

.ph-fill.ph-dog:before {
  content: "";
}

.ph-fill.ph-door:before {
  content: "";
}

.ph-fill.ph-door-open:before {
  content: "";
}

.ph-fill.ph-dot:before {
  content: "";
}

.ph-fill.ph-dot-outline:before {
  content: "";
}

.ph-fill.ph-dots-nine:before {
  content: "";
}

.ph-fill.ph-dots-six:before {
  content: "";
}

.ph-fill.ph-dots-six-vertical:before {
  content: "";
}

.ph-fill.ph-dots-three:before {
  content: "";
}

.ph-fill.ph-dots-three-circle:before {
  content: "";
}

.ph-fill.ph-dots-three-circle-vertical:before {
  content: "";
}

.ph-fill.ph-dots-three-outline:before {
  content: "";
}

.ph-fill.ph-dots-three-outline-vertical:before {
  content: "";
}

.ph-fill.ph-dots-three-vertical:before {
  content: "";
}

.ph-fill.ph-download:before {
  content: "";
}

.ph-fill.ph-download-simple:before {
  content: "";
}

.ph-fill.ph-dress:before {
  content: "";
}

.ph-fill.ph-dresser:before {
  content: "";
}

.ph-fill.ph-dribbble-logo:before {
  content: "";
}

.ph-fill.ph-drone:before {
  content: "";
}

.ph-fill.ph-drop:before {
  content: "";
}

.ph-fill.ph-drop-half:before {
  content: "";
}

.ph-fill.ph-drop-half-bottom:before {
  content: "";
}

.ph-fill.ph-drop-simple:before {
  content: "";
}

.ph-fill.ph-drop-slash:before {
  content: "";
}

.ph-fill.ph-dropbox-logo:before {
  content: "";
}

.ph-fill.ph-ear:before {
  content: "";
}

.ph-fill.ph-ear-slash:before {
  content: "";
}

.ph-fill.ph-egg:before {
  content: "";
}

.ph-fill.ph-egg-crack:before {
  content: "";
}

.ph-fill.ph-eject:before {
  content: "";
}

.ph-fill.ph-eject-simple:before {
  content: "";
}

.ph-fill.ph-elevator:before {
  content: "";
}

.ph-fill.ph-empty:before {
  content: "";
}

.ph-fill.ph-engine:before {
  content: "";
}

.ph-fill.ph-envelope:before {
  content: "";
}

.ph-fill.ph-envelope-open:before {
  content: "";
}

.ph-fill.ph-envelope-simple:before {
  content: "";
}

.ph-fill.ph-envelope-simple-open:before {
  content: "";
}

.ph-fill.ph-equalizer:before {
  content: "";
}

.ph-fill.ph-equals:before {
  content: "";
}

.ph-fill.ph-eraser:before {
  content: "";
}

.ph-fill.ph-escalator-down:before {
  content: "";
}

.ph-fill.ph-escalator-up:before {
  content: "";
}

.ph-fill.ph-exam:before {
  content: "";
}

.ph-fill.ph-exclamation-mark:before {
  content: "";
}

.ph-fill.ph-exclude:before {
  content: "";
}

.ph-fill.ph-exclude-square:before {
  content: "";
}

.ph-fill.ph-export:before {
  content: "";
}

.ph-fill.ph-eye:before {
  content: "";
}

.ph-fill.ph-eye-closed:before {
  content: "";
}

.ph-fill.ph-eye-slash:before {
  content: "";
}

.ph-fill.ph-eyedropper:before {
  content: "";
}

.ph-fill.ph-eyedropper-sample:before {
  content: "";
}

.ph-fill.ph-eyeglasses:before {
  content: "";
}

.ph-fill.ph-eyes:before {
  content: "";
}

.ph-fill.ph-face-mask:before {
  content: "";
}

.ph-fill.ph-facebook-logo:before {
  content: "";
}

.ph-fill.ph-factory:before {
  content: "";
}

.ph-fill.ph-faders:before {
  content: "";
}

.ph-fill.ph-faders-horizontal:before {
  content: "";
}

.ph-fill.ph-fallout-shelter:before {
  content: "";
}

.ph-fill.ph-fan:before {
  content: "";
}

.ph-fill.ph-farm:before {
  content: "";
}

.ph-fill.ph-fast-forward:before {
  content: "";
}

.ph-fill.ph-fast-forward-circle:before {
  content: "";
}

.ph-fill.ph-feather:before {
  content: "";
}

.ph-fill.ph-fediverse-logo:before {
  content: "";
}

.ph-fill.ph-figma-logo:before {
  content: "";
}

.ph-fill.ph-file:before {
  content: "";
}

.ph-fill.ph-file-archive:before {
  content: "";
}

.ph-fill.ph-file-arrow-down:before {
  content: "";
}

.ph-fill.ph-file-arrow-up:before {
  content: "";
}

.ph-fill.ph-file-audio:before {
  content: "";
}

.ph-fill.ph-file-c:before {
  content: "";
}

.ph-fill.ph-file-c-sharp:before {
  content: "";
}

.ph-fill.ph-file-cloud:before {
  content: "";
}

.ph-fill.ph-file-code:before {
  content: "";
}

.ph-fill.ph-file-cpp:before {
  content: "";
}

.ph-fill.ph-file-css:before {
  content: "";
}

.ph-fill.ph-file-csv:before {
  content: "";
}

.ph-fill.ph-file-dashed:before, .ph-fill.ph-file-dotted:before {
  content: "";
}

.ph-fill.ph-file-doc:before {
  content: "";
}

.ph-fill.ph-file-html:before {
  content: "";
}

.ph-fill.ph-file-image:before {
  content: "";
}

.ph-fill.ph-file-ini:before {
  content: "";
}

.ph-fill.ph-file-jpg:before {
  content: "";
}

.ph-fill.ph-file-js:before {
  content: "";
}

.ph-fill.ph-file-jsx:before {
  content: "";
}

.ph-fill.ph-file-lock:before {
  content: "";
}

.ph-fill.ph-file-magnifying-glass:before, .ph-fill.ph-file-search:before {
  content: "";
}

.ph-fill.ph-file-md:before {
  content: "";
}

.ph-fill.ph-file-minus:before {
  content: "";
}

.ph-fill.ph-file-pdf:before {
  content: "";
}

.ph-fill.ph-file-plus:before {
  content: "";
}

.ph-fill.ph-file-png:before {
  content: "";
}

.ph-fill.ph-file-ppt:before {
  content: "";
}

.ph-fill.ph-file-py:before {
  content: "";
}

.ph-fill.ph-file-rs:before {
  content: "";
}

.ph-fill.ph-file-sql:before {
  content: "";
}

.ph-fill.ph-file-svg:before {
  content: "";
}

.ph-fill.ph-file-text:before {
  content: "";
}

.ph-fill.ph-file-ts:before {
  content: "";
}

.ph-fill.ph-file-tsx:before {
  content: "";
}

.ph-fill.ph-file-txt:before {
  content: "";
}

.ph-fill.ph-file-video:before {
  content: "";
}

.ph-fill.ph-file-vue:before {
  content: "";
}

.ph-fill.ph-file-x:before {
  content: "";
}

.ph-fill.ph-file-xls:before {
  content: "";
}

.ph-fill.ph-file-zip:before {
  content: "";
}

.ph-fill.ph-files:before {
  content: "";
}

.ph-fill.ph-film-reel:before {
  content: "";
}

.ph-fill.ph-film-script:before {
  content: "";
}

.ph-fill.ph-film-slate:before {
  content: "";
}

.ph-fill.ph-film-strip:before {
  content: "";
}

.ph-fill.ph-fingerprint:before {
  content: "";
}

.ph-fill.ph-fingerprint-simple:before {
  content: "";
}

.ph-fill.ph-finn-the-human:before {
  content: "";
}

.ph-fill.ph-fire:before {
  content: "";
}

.ph-fill.ph-fire-extinguisher:before {
  content: "";
}

.ph-fill.ph-fire-simple:before {
  content: "";
}

.ph-fill.ph-fire-truck:before {
  content: "";
}

.ph-fill.ph-first-aid:before {
  content: "";
}

.ph-fill.ph-first-aid-kit:before {
  content: "";
}

.ph-fill.ph-fish:before {
  content: "";
}

.ph-fill.ph-fish-simple:before {
  content: "";
}

.ph-fill.ph-flag:before {
  content: "";
}

.ph-fill.ph-flag-banner:before {
  content: "";
}

.ph-fill.ph-flag-banner-fold:before {
  content: "";
}

.ph-fill.ph-flag-checkered:before {
  content: "";
}

.ph-fill.ph-flag-pennant:before {
  content: "";
}

.ph-fill.ph-flame:before {
  content: "";
}

.ph-fill.ph-flashlight:before {
  content: "";
}

.ph-fill.ph-flask:before {
  content: "";
}

.ph-fill.ph-flip-horizontal:before {
  content: "";
}

.ph-fill.ph-flip-vertical:before {
  content: "";
}

.ph-fill.ph-floppy-disk:before {
  content: "";
}

.ph-fill.ph-floppy-disk-back:before {
  content: "";
}

.ph-fill.ph-flow-arrow:before {
  content: "";
}

.ph-fill.ph-flower:before {
  content: "";
}

.ph-fill.ph-flower-lotus:before {
  content: "";
}

.ph-fill.ph-flower-tulip:before {
  content: "";
}

.ph-fill.ph-flying-saucer:before {
  content: "";
}

.ph-fill.ph-folder:before, .ph-fill.ph-folder-notch:before {
  content: "";
}

.ph-fill.ph-folder-dashed:before, .ph-fill.ph-folder-dotted:before {
  content: "";
}

.ph-fill.ph-folder-lock:before {
  content: "";
}

.ph-fill.ph-folder-minus:before, .ph-fill.ph-folder-notch-minus:before {
  content: "";
}

.ph-fill.ph-folder-open:before, .ph-fill.ph-folder-notch-open:before {
  content: "";
}

.ph-fill.ph-folder-plus:before, .ph-fill.ph-folder-notch-plus:before {
  content: "";
}

.ph-fill.ph-folder-simple:before {
  content: "";
}

.ph-fill.ph-folder-simple-dashed:before, .ph-fill.ph-folder-simple-dotted:before {
  content: "";
}

.ph-fill.ph-folder-simple-lock:before {
  content: "";
}

.ph-fill.ph-folder-simple-minus:before {
  content: "";
}

.ph-fill.ph-folder-simple-plus:before {
  content: "";
}

.ph-fill.ph-folder-simple-star:before {
  content: "";
}

.ph-fill.ph-folder-simple-user:before {
  content: "";
}

.ph-fill.ph-folder-star:before {
  content: "";
}

.ph-fill.ph-folder-user:before {
  content: "";
}

.ph-fill.ph-folders:before {
  content: "";
}

.ph-fill.ph-football:before {
  content: "";
}

.ph-fill.ph-football-helmet:before {
  content: "";
}

.ph-fill.ph-footprints:before {
  content: "";
}

.ph-fill.ph-fork-knife:before {
  content: "";
}

.ph-fill.ph-four-k:before {
  content: "";
}

.ph-fill.ph-frame-corners:before {
  content: "";
}

.ph-fill.ph-framer-logo:before {
  content: "";
}

.ph-fill.ph-function:before {
  content: "";
}

.ph-fill.ph-funnel:before {
  content: "";
}

.ph-fill.ph-funnel-simple:before {
  content: "";
}

.ph-fill.ph-funnel-simple-x:before {
  content: "";
}

.ph-fill.ph-funnel-x:before {
  content: "";
}

.ph-fill.ph-game-controller:before {
  content: "";
}

.ph-fill.ph-garage:before {
  content: "";
}

.ph-fill.ph-gas-can:before {
  content: "";
}

.ph-fill.ph-gas-pump:before {
  content: "";
}

.ph-fill.ph-gauge:before {
  content: "";
}

.ph-fill.ph-gavel:before {
  content: "";
}

.ph-fill.ph-gear:before {
  content: "";
}

.ph-fill.ph-gear-fine:before {
  content: "";
}

.ph-fill.ph-gear-six:before {
  content: "";
}

.ph-fill.ph-gender-female:before {
  content: "";
}

.ph-fill.ph-gender-intersex:before {
  content: "";
}

.ph-fill.ph-gender-male:before {
  content: "";
}

.ph-fill.ph-gender-neuter:before {
  content: "";
}

.ph-fill.ph-gender-nonbinary:before {
  content: "";
}

.ph-fill.ph-gender-transgender:before {
  content: "";
}

.ph-fill.ph-ghost:before {
  content: "";
}

.ph-fill.ph-gif:before {
  content: "";
}

.ph-fill.ph-gift:before {
  content: "";
}

.ph-fill.ph-git-branch:before {
  content: "";
}

.ph-fill.ph-git-commit:before {
  content: "";
}

.ph-fill.ph-git-diff:before {
  content: "";
}

.ph-fill.ph-git-fork:before {
  content: "";
}

.ph-fill.ph-git-merge:before {
  content: "";
}

.ph-fill.ph-git-pull-request:before {
  content: "";
}

.ph-fill.ph-github-logo:before {
  content: "";
}

.ph-fill.ph-gitlab-logo:before {
  content: "";
}

.ph-fill.ph-gitlab-logo-simple:before {
  content: "";
}

.ph-fill.ph-globe:before {
  content: "";
}

.ph-fill.ph-globe-hemisphere-east:before {
  content: "";
}

.ph-fill.ph-globe-hemisphere-west:before {
  content: "";
}

.ph-fill.ph-globe-simple:before {
  content: "";
}

.ph-fill.ph-globe-simple-x:before {
  content: "";
}

.ph-fill.ph-globe-stand:before {
  content: "";
}

.ph-fill.ph-globe-x:before {
  content: "";
}

.ph-fill.ph-goggles:before {
  content: "";
}

.ph-fill.ph-golf:before {
  content: "";
}

.ph-fill.ph-goodreads-logo:before {
  content: "";
}

.ph-fill.ph-google-cardboard-logo:before {
  content: "";
}

.ph-fill.ph-google-chrome-logo:before {
  content: "";
}

.ph-fill.ph-google-drive-logo:before {
  content: "";
}

.ph-fill.ph-google-logo:before {
  content: "";
}

.ph-fill.ph-google-photos-logo:before {
  content: "";
}

.ph-fill.ph-google-play-logo:before {
  content: "";
}

.ph-fill.ph-google-podcasts-logo:before {
  content: "";
}

.ph-fill.ph-gps:before {
  content: "";
}

.ph-fill.ph-gps-fix:before {
  content: "";
}

.ph-fill.ph-gps-slash:before {
  content: "";
}

.ph-fill.ph-gradient:before {
  content: "";
}

.ph-fill.ph-graduation-cap:before {
  content: "";
}

.ph-fill.ph-grains:before {
  content: "";
}

.ph-fill.ph-grains-slash:before {
  content: "";
}

.ph-fill.ph-graph:before {
  content: "";
}

.ph-fill.ph-graphics-card:before {
  content: "";
}

.ph-fill.ph-greater-than:before {
  content: "";
}

.ph-fill.ph-greater-than-or-equal:before {
  content: "";
}

.ph-fill.ph-grid-four:before {
  content: "";
}

.ph-fill.ph-grid-nine:before {
  content: "";
}

.ph-fill.ph-guitar:before {
  content: "";
}

.ph-fill.ph-hair-dryer:before {
  content: "";
}

.ph-fill.ph-hamburger:before {
  content: "";
}

.ph-fill.ph-hammer:before {
  content: "";
}

.ph-fill.ph-hand:before {
  content: "";
}

.ph-fill.ph-hand-arrow-down:before {
  content: "";
}

.ph-fill.ph-hand-arrow-up:before {
  content: "";
}

.ph-fill.ph-hand-coins:before {
  content: "";
}

.ph-fill.ph-hand-deposit:before {
  content: "";
}

.ph-fill.ph-hand-eye:before {
  content: "";
}

.ph-fill.ph-hand-fist:before {
  content: "";
}

.ph-fill.ph-hand-grabbing:before {
  content: "";
}

.ph-fill.ph-hand-heart:before {
  content: "";
}

.ph-fill.ph-hand-palm:before {
  content: "";
}

.ph-fill.ph-hand-peace:before {
  content: "";
}

.ph-fill.ph-hand-pointing:before {
  content: "";
}

.ph-fill.ph-hand-soap:before {
  content: "";
}

.ph-fill.ph-hand-swipe-left:before {
  content: "";
}

.ph-fill.ph-hand-swipe-right:before {
  content: "";
}

.ph-fill.ph-hand-tap:before {
  content: "";
}

.ph-fill.ph-hand-waving:before {
  content: "";
}

.ph-fill.ph-hand-withdraw:before {
  content: "";
}

.ph-fill.ph-handbag:before {
  content: "";
}

.ph-fill.ph-handbag-simple:before {
  content: "";
}

.ph-fill.ph-hands-clapping:before {
  content: "";
}

.ph-fill.ph-hands-praying:before {
  content: "";
}

.ph-fill.ph-handshake:before {
  content: "";
}

.ph-fill.ph-hard-drive:before {
  content: "";
}

.ph-fill.ph-hard-drives:before {
  content: "";
}

.ph-fill.ph-hard-hat:before {
  content: "";
}

.ph-fill.ph-hash:before {
  content: "";
}

.ph-fill.ph-hash-straight:before {
  content: "";
}

.ph-fill.ph-head-circuit:before {
  content: "";
}

.ph-fill.ph-headlights:before {
  content: "";
}

.ph-fill.ph-headphones:before {
  content: "";
}

.ph-fill.ph-headset:before {
  content: "";
}

.ph-fill.ph-heart:before {
  content: "";
}

.ph-fill.ph-heart-break:before {
  content: "";
}

.ph-fill.ph-heart-half:before {
  content: "";
}

.ph-fill.ph-heart-straight:before {
  content: "";
}

.ph-fill.ph-heart-straight-break:before {
  content: "";
}

.ph-fill.ph-heartbeat:before {
  content: "";
}

.ph-fill.ph-hexagon:before {
  content: "";
}

.ph-fill.ph-high-definition:before {
  content: "";
}

.ph-fill.ph-high-heel:before {
  content: "";
}

.ph-fill.ph-highlighter:before {
  content: "";
}

.ph-fill.ph-highlighter-circle:before {
  content: "";
}

.ph-fill.ph-hockey:before {
  content: "";
}

.ph-fill.ph-hoodie:before {
  content: "";
}

.ph-fill.ph-horse:before {
  content: "";
}

.ph-fill.ph-hospital:before {
  content: "";
}

.ph-fill.ph-hourglass:before {
  content: "";
}

.ph-fill.ph-hourglass-high:before {
  content: "";
}

.ph-fill.ph-hourglass-low:before {
  content: "";
}

.ph-fill.ph-hourglass-medium:before {
  content: "";
}

.ph-fill.ph-hourglass-simple:before {
  content: "";
}

.ph-fill.ph-hourglass-simple-high:before {
  content: "";
}

.ph-fill.ph-hourglass-simple-low:before {
  content: "";
}

.ph-fill.ph-hourglass-simple-medium:before {
  content: "";
}

.ph-fill.ph-house:before {
  content: "";
}

.ph-fill.ph-house-line:before {
  content: "";
}

.ph-fill.ph-house-simple:before {
  content: "";
}

.ph-fill.ph-hurricane:before {
  content: "";
}

.ph-fill.ph-ice-cream:before {
  content: "";
}

.ph-fill.ph-identification-badge:before {
  content: "";
}

.ph-fill.ph-identification-card:before {
  content: "";
}

.ph-fill.ph-image:before {
  content: "";
}

.ph-fill.ph-image-broken:before {
  content: "";
}

.ph-fill.ph-image-square:before {
  content: "";
}

.ph-fill.ph-images:before {
  content: "";
}

.ph-fill.ph-images-square:before {
  content: "";
}

.ph-fill.ph-infinity:before, .ph-fill.ph-lemniscate:before {
  content: "";
}

.ph-fill.ph-info:before {
  content: "";
}

.ph-fill.ph-instagram-logo:before {
  content: "";
}

.ph-fill.ph-intersect:before {
  content: "";
}

.ph-fill.ph-intersect-square:before {
  content: "";
}

.ph-fill.ph-intersect-three:before {
  content: "";
}

.ph-fill.ph-intersection:before {
  content: "";
}

.ph-fill.ph-invoice:before {
  content: "";
}

.ph-fill.ph-island:before {
  content: "";
}

.ph-fill.ph-jar:before {
  content: "";
}

.ph-fill.ph-jar-label:before {
  content: "";
}

.ph-fill.ph-jeep:before {
  content: "";
}

.ph-fill.ph-joystick:before {
  content: "";
}

.ph-fill.ph-kanban:before {
  content: "";
}

.ph-fill.ph-key:before {
  content: "";
}

.ph-fill.ph-key-return:before {
  content: "";
}

.ph-fill.ph-keyboard:before {
  content: "";
}

.ph-fill.ph-keyhole:before {
  content: "";
}

.ph-fill.ph-knife:before {
  content: "";
}

.ph-fill.ph-ladder:before {
  content: "";
}

.ph-fill.ph-ladder-simple:before {
  content: "";
}

.ph-fill.ph-lamp:before {
  content: "";
}

.ph-fill.ph-lamp-pendant:before {
  content: "";
}

.ph-fill.ph-laptop:before {
  content: "";
}

.ph-fill.ph-lasso:before {
  content: "";
}

.ph-fill.ph-lastfm-logo:before {
  content: "";
}

.ph-fill.ph-layout:before {
  content: "";
}

.ph-fill.ph-leaf:before {
  content: "";
}

.ph-fill.ph-lectern:before {
  content: "";
}

.ph-fill.ph-lego:before {
  content: "";
}

.ph-fill.ph-lego-smiley:before {
  content: "";
}

.ph-fill.ph-less-than:before {
  content: "";
}

.ph-fill.ph-less-than-or-equal:before {
  content: "";
}

.ph-fill.ph-letter-circle-h:before {
  content: "";
}

.ph-fill.ph-letter-circle-p:before {
  content: "";
}

.ph-fill.ph-letter-circle-v:before {
  content: "";
}

.ph-fill.ph-lifebuoy:before {
  content: "";
}

.ph-fill.ph-lightbulb:before {
  content: "";
}

.ph-fill.ph-lightbulb-filament:before {
  content: "";
}

.ph-fill.ph-lighthouse:before {
  content: "";
}

.ph-fill.ph-lightning:before {
  content: "";
}

.ph-fill.ph-lightning-a:before {
  content: "";
}

.ph-fill.ph-lightning-slash:before {
  content: "";
}

.ph-fill.ph-line-segment:before {
  content: "";
}

.ph-fill.ph-line-segments:before {
  content: "";
}

.ph-fill.ph-line-vertical:before {
  content: "";
}

.ph-fill.ph-link:before {
  content: "";
}

.ph-fill.ph-link-break:before {
  content: "";
}

.ph-fill.ph-link-simple:before {
  content: "";
}

.ph-fill.ph-link-simple-break:before {
  content: "";
}

.ph-fill.ph-link-simple-horizontal:before {
  content: "";
}

.ph-fill.ph-link-simple-horizontal-break:before {
  content: "";
}

.ph-fill.ph-linkedin-logo:before {
  content: "";
}

.ph-fill.ph-linktree-logo:before {
  content: "";
}

.ph-fill.ph-linux-logo:before {
  content: "";
}

.ph-fill.ph-list:before {
  content: "";
}

.ph-fill.ph-list-bullets:before {
  content: "";
}

.ph-fill.ph-list-checks:before {
  content: "";
}

.ph-fill.ph-list-dashes:before {
  content: "";
}

.ph-fill.ph-list-heart:before {
  content: "";
}

.ph-fill.ph-list-magnifying-glass:before {
  content: "";
}

.ph-fill.ph-list-numbers:before {
  content: "";
}

.ph-fill.ph-list-plus:before {
  content: "";
}

.ph-fill.ph-list-star:before {
  content: "";
}

.ph-fill.ph-lock:before {
  content: "";
}

.ph-fill.ph-lock-key:before {
  content: "";
}

.ph-fill.ph-lock-key-open:before {
  content: "";
}

.ph-fill.ph-lock-laminated:before {
  content: "";
}

.ph-fill.ph-lock-laminated-open:before {
  content: "";
}

.ph-fill.ph-lock-open:before {
  content: "";
}

.ph-fill.ph-lock-simple:before {
  content: "";
}

.ph-fill.ph-lock-simple-open:before {
  content: "";
}

.ph-fill.ph-lockers:before {
  content: "";
}

.ph-fill.ph-log:before {
  content: "";
}

.ph-fill.ph-magic-wand:before {
  content: "";
}

.ph-fill.ph-magnet:before {
  content: "";
}

.ph-fill.ph-magnet-straight:before {
  content: "";
}

.ph-fill.ph-magnifying-glass:before {
  content: "";
}

.ph-fill.ph-magnifying-glass-minus:before {
  content: "";
}

.ph-fill.ph-magnifying-glass-plus:before {
  content: "";
}

.ph-fill.ph-mailbox:before {
  content: "";
}

.ph-fill.ph-map-pin:before {
  content: "";
}

.ph-fill.ph-map-pin-area:before {
  content: "";
}

.ph-fill.ph-map-pin-line:before {
  content: "";
}

.ph-fill.ph-map-pin-plus:before {
  content: "";
}

.ph-fill.ph-map-pin-simple:before {
  content: "";
}

.ph-fill.ph-map-pin-simple-area:before {
  content: "";
}

.ph-fill.ph-map-pin-simple-line:before {
  content: "";
}

.ph-fill.ph-map-trifold:before {
  content: "";
}

.ph-fill.ph-markdown-logo:before {
  content: "";
}

.ph-fill.ph-marker-circle:before {
  content: "";
}

.ph-fill.ph-martini:before {
  content: "";
}

.ph-fill.ph-mask-happy:before {
  content: "";
}

.ph-fill.ph-mask-sad:before {
  content: "";
}

.ph-fill.ph-mastodon-logo:before {
  content: "";
}

.ph-fill.ph-math-operations:before {
  content: "";
}

.ph-fill.ph-matrix-logo:before {
  content: "";
}

.ph-fill.ph-medal:before {
  content: "";
}

.ph-fill.ph-medal-military:before {
  content: "";
}

.ph-fill.ph-medium-logo:before {
  content: "";
}

.ph-fill.ph-megaphone:before {
  content: "";
}

.ph-fill.ph-megaphone-simple:before {
  content: "";
}

.ph-fill.ph-member-of:before {
  content: "";
}

.ph-fill.ph-memory:before {
  content: "";
}

.ph-fill.ph-messenger-logo:before {
  content: "";
}

.ph-fill.ph-meta-logo:before {
  content: "";
}

.ph-fill.ph-meteor:before {
  content: "";
}

.ph-fill.ph-metronome:before {
  content: "";
}

.ph-fill.ph-microphone:before {
  content: "";
}

.ph-fill.ph-microphone-slash:before {
  content: "";
}

.ph-fill.ph-microphone-stage:before {
  content: "";
}

.ph-fill.ph-microscope:before {
  content: "";
}

.ph-fill.ph-microsoft-excel-logo:before {
  content: "";
}

.ph-fill.ph-microsoft-outlook-logo:before {
  content: "";
}

.ph-fill.ph-microsoft-powerpoint-logo:before {
  content: "";
}

.ph-fill.ph-microsoft-teams-logo:before {
  content: "";
}

.ph-fill.ph-microsoft-word-logo:before {
  content: "";
}

.ph-fill.ph-minus:before {
  content: "";
}

.ph-fill.ph-minus-circle:before {
  content: "";
}

.ph-fill.ph-minus-square:before {
  content: "";
}

.ph-fill.ph-money:before {
  content: "";
}

.ph-fill.ph-money-wavy:before {
  content: "";
}

.ph-fill.ph-monitor:before {
  content: "";
}

.ph-fill.ph-monitor-arrow-up:before {
  content: "";
}

.ph-fill.ph-monitor-play:before {
  content: "";
}

.ph-fill.ph-moon:before {
  content: "";
}

.ph-fill.ph-moon-stars:before {
  content: "";
}

.ph-fill.ph-moped:before {
  content: "";
}

.ph-fill.ph-moped-front:before {
  content: "";
}

.ph-fill.ph-mosque:before {
  content: "";
}

.ph-fill.ph-motorcycle:before {
  content: "";
}

.ph-fill.ph-mountains:before {
  content: "";
}

.ph-fill.ph-mouse:before {
  content: "";
}

.ph-fill.ph-mouse-left-click:before {
  content: "";
}

.ph-fill.ph-mouse-middle-click:before {
  content: "";
}

.ph-fill.ph-mouse-right-click:before {
  content: "";
}

.ph-fill.ph-mouse-scroll:before {
  content: "";
}

.ph-fill.ph-mouse-simple:before {
  content: "";
}

.ph-fill.ph-music-note:before {
  content: "";
}

.ph-fill.ph-music-note-simple:before {
  content: "";
}

.ph-fill.ph-music-notes:before {
  content: "";
}

.ph-fill.ph-music-notes-minus:before {
  content: "";
}

.ph-fill.ph-music-notes-plus:before {
  content: "";
}

.ph-fill.ph-music-notes-simple:before {
  content: "";
}

.ph-fill.ph-navigation-arrow:before {
  content: "";
}

.ph-fill.ph-needle:before {
  content: "";
}

.ph-fill.ph-network:before {
  content: "";
}

.ph-fill.ph-network-slash:before {
  content: "";
}

.ph-fill.ph-network-x:before {
  content: "";
}

.ph-fill.ph-newspaper:before {
  content: "";
}

.ph-fill.ph-newspaper-clipping:before {
  content: "";
}

.ph-fill.ph-not-equals:before {
  content: "";
}

.ph-fill.ph-not-member-of:before {
  content: "";
}

.ph-fill.ph-not-subset-of:before {
  content: "";
}

.ph-fill.ph-not-superset-of:before {
  content: "";
}

.ph-fill.ph-notches:before {
  content: "";
}

.ph-fill.ph-note:before {
  content: "";
}

.ph-fill.ph-note-blank:before {
  content: "";
}

.ph-fill.ph-note-pencil:before {
  content: "";
}

.ph-fill.ph-notebook:before {
  content: "";
}

.ph-fill.ph-notepad:before {
  content: "";
}

.ph-fill.ph-notification:before {
  content: "";
}

.ph-fill.ph-notion-logo:before {
  content: "";
}

.ph-fill.ph-nuclear-plant:before {
  content: "";
}

.ph-fill.ph-number-circle-eight:before {
  content: "";
}

.ph-fill.ph-number-circle-five:before {
  content: "";
}

.ph-fill.ph-number-circle-four:before {
  content: "";
}

.ph-fill.ph-number-circle-nine:before {
  content: "";
}

.ph-fill.ph-number-circle-one:before {
  content: "";
}

.ph-fill.ph-number-circle-seven:before {
  content: "";
}

.ph-fill.ph-number-circle-six:before {
  content: "";
}

.ph-fill.ph-number-circle-three:before {
  content: "";
}

.ph-fill.ph-number-circle-two:before {
  content: "";
}

.ph-fill.ph-number-circle-zero:before {
  content: "";
}

.ph-fill.ph-number-eight:before {
  content: "";
}

.ph-fill.ph-number-five:before {
  content: "";
}

.ph-fill.ph-number-four:before {
  content: "";
}

.ph-fill.ph-number-nine:before {
  content: "";
}

.ph-fill.ph-number-one:before {
  content: "";
}

.ph-fill.ph-number-seven:before {
  content: "";
}

.ph-fill.ph-number-six:before {
  content: "";
}

.ph-fill.ph-number-square-eight:before {
  content: "";
}

.ph-fill.ph-number-square-five:before {
  content: "";
}

.ph-fill.ph-number-square-four:before {
  content: "";
}

.ph-fill.ph-number-square-nine:before {
  content: "";
}

.ph-fill.ph-number-square-one:before {
  content: "";
}

.ph-fill.ph-number-square-seven:before {
  content: "";
}

.ph-fill.ph-number-square-six:before {
  content: "";
}

.ph-fill.ph-number-square-three:before {
  content: "";
}

.ph-fill.ph-number-square-two:before {
  content: "";
}

.ph-fill.ph-number-square-zero:before {
  content: "";
}

.ph-fill.ph-number-three:before {
  content: "";
}

.ph-fill.ph-number-two:before {
  content: "";
}

.ph-fill.ph-number-zero:before {
  content: "";
}

.ph-fill.ph-numpad:before {
  content: "";
}

.ph-fill.ph-nut:before {
  content: "";
}

.ph-fill.ph-ny-times-logo:before {
  content: "";
}

.ph-fill.ph-octagon:before {
  content: "";
}

.ph-fill.ph-office-chair:before {
  content: "";
}

.ph-fill.ph-onigiri:before {
  content: "";
}

.ph-fill.ph-open-ai-logo:before {
  content: "";
}

.ph-fill.ph-option:before {
  content: "";
}

.ph-fill.ph-orange:before {
  content: "";
}

.ph-fill.ph-orange-slice:before {
  content: "";
}

.ph-fill.ph-oven:before {
  content: "";
}

.ph-fill.ph-package:before {
  content: "";
}

.ph-fill.ph-paint-brush:before {
  content: "";
}

.ph-fill.ph-paint-brush-broad:before {
  content: "";
}

.ph-fill.ph-paint-brush-household:before {
  content: "";
}

.ph-fill.ph-paint-bucket:before {
  content: "";
}

.ph-fill.ph-paint-roller:before {
  content: "";
}

.ph-fill.ph-palette:before {
  content: "";
}

.ph-fill.ph-panorama:before {
  content: "";
}

.ph-fill.ph-pants:before {
  content: "";
}

.ph-fill.ph-paper-plane:before {
  content: "";
}

.ph-fill.ph-paper-plane-right:before {
  content: "";
}

.ph-fill.ph-paper-plane-tilt:before {
  content: "";
}

.ph-fill.ph-paperclip:before {
  content: "";
}

.ph-fill.ph-paperclip-horizontal:before {
  content: "";
}

.ph-fill.ph-parachute:before {
  content: "";
}

.ph-fill.ph-paragraph:before {
  content: "";
}

.ph-fill.ph-parallelogram:before {
  content: "";
}

.ph-fill.ph-park:before {
  content: "";
}

.ph-fill.ph-password:before {
  content: "";
}

.ph-fill.ph-path:before {
  content: "";
}

.ph-fill.ph-patreon-logo:before {
  content: "";
}

.ph-fill.ph-pause:before {
  content: "";
}

.ph-fill.ph-pause-circle:before {
  content: "";
}

.ph-fill.ph-paw-print:before {
  content: "";
}

.ph-fill.ph-paypal-logo:before {
  content: "";
}

.ph-fill.ph-peace:before {
  content: "";
}

.ph-fill.ph-pen:before {
  content: "";
}

.ph-fill.ph-pen-nib:before {
  content: "";
}

.ph-fill.ph-pen-nib-straight:before {
  content: "";
}

.ph-fill.ph-pencil:before {
  content: "";
}

.ph-fill.ph-pencil-circle:before {
  content: "";
}

.ph-fill.ph-pencil-line:before {
  content: "";
}

.ph-fill.ph-pencil-ruler:before {
  content: "";
}

.ph-fill.ph-pencil-simple:before {
  content: "";
}

.ph-fill.ph-pencil-simple-line:before {
  content: "";
}

.ph-fill.ph-pencil-simple-slash:before {
  content: "";
}

.ph-fill.ph-pencil-slash:before {
  content: "";
}

.ph-fill.ph-pentagon:before {
  content: "";
}

.ph-fill.ph-pentagram:before {
  content: "";
}

.ph-fill.ph-pepper:before {
  content: "";
}

.ph-fill.ph-percent:before {
  content: "";
}

.ph-fill.ph-person:before {
  content: "";
}

.ph-fill.ph-person-arms-spread:before {
  content: "";
}

.ph-fill.ph-person-simple:before {
  content: "";
}

.ph-fill.ph-person-simple-bike:before {
  content: "";
}

.ph-fill.ph-person-simple-circle:before {
  content: "";
}

.ph-fill.ph-person-simple-hike:before {
  content: "";
}

.ph-fill.ph-person-simple-run:before {
  content: "";
}

.ph-fill.ph-person-simple-ski:before {
  content: "";
}

.ph-fill.ph-person-simple-snowboard:before {
  content: "";
}

.ph-fill.ph-person-simple-swim:before {
  content: "";
}

.ph-fill.ph-person-simple-tai-chi:before {
  content: "";
}

.ph-fill.ph-person-simple-throw:before {
  content: "";
}

.ph-fill.ph-person-simple-walk:before {
  content: "";
}

.ph-fill.ph-perspective:before {
  content: "";
}

.ph-fill.ph-phone:before {
  content: "";
}

.ph-fill.ph-phone-call:before {
  content: "";
}

.ph-fill.ph-phone-disconnect:before {
  content: "";
}

.ph-fill.ph-phone-incoming:before {
  content: "";
}

.ph-fill.ph-phone-list:before {
  content: "";
}

.ph-fill.ph-phone-outgoing:before {
  content: "";
}

.ph-fill.ph-phone-pause:before {
  content: "";
}

.ph-fill.ph-phone-plus:before {
  content: "";
}

.ph-fill.ph-phone-slash:before {
  content: "";
}

.ph-fill.ph-phone-transfer:before {
  content: "";
}

.ph-fill.ph-phone-x:before {
  content: "";
}

.ph-fill.ph-phosphor-logo:before {
  content: "";
}

.ph-fill.ph-pi:before {
  content: "";
}

.ph-fill.ph-piano-keys:before {
  content: "";
}

.ph-fill.ph-picnic-table:before {
  content: "";
}

.ph-fill.ph-picture-in-picture:before {
  content: "";
}

.ph-fill.ph-piggy-bank:before {
  content: "";
}

.ph-fill.ph-pill:before {
  content: "";
}

.ph-fill.ph-ping-pong:before {
  content: "";
}

.ph-fill.ph-pint-glass:before {
  content: "";
}

.ph-fill.ph-pinterest-logo:before {
  content: "";
}

.ph-fill.ph-pinwheel:before {
  content: "";
}

.ph-fill.ph-pipe:before {
  content: "";
}

.ph-fill.ph-pipe-wrench:before {
  content: "";
}

.ph-fill.ph-pix-logo:before {
  content: "";
}

.ph-fill.ph-pizza:before {
  content: "";
}

.ph-fill.ph-placeholder:before {
  content: "";
}

.ph-fill.ph-planet:before {
  content: "";
}

.ph-fill.ph-plant:before {
  content: "";
}

.ph-fill.ph-play:before {
  content: "";
}

.ph-fill.ph-play-circle:before {
  content: "";
}

.ph-fill.ph-play-pause:before {
  content: "";
}

.ph-fill.ph-playlist:before {
  content: "";
}

.ph-fill.ph-plug:before {
  content: "";
}

.ph-fill.ph-plug-charging:before {
  content: "";
}

.ph-fill.ph-plugs:before {
  content: "";
}

.ph-fill.ph-plugs-connected:before {
  content: "";
}

.ph-fill.ph-plus:before {
  content: "";
}

.ph-fill.ph-plus-circle:before {
  content: "";
}

.ph-fill.ph-plus-minus:before {
  content: "";
}

.ph-fill.ph-plus-square:before {
  content: "";
}

.ph-fill.ph-poker-chip:before {
  content: "";
}

.ph-fill.ph-police-car:before {
  content: "";
}

.ph-fill.ph-polygon:before {
  content: "";
}

.ph-fill.ph-popcorn:before {
  content: "";
}

.ph-fill.ph-popsicle:before {
  content: "";
}

.ph-fill.ph-potted-plant:before {
  content: "";
}

.ph-fill.ph-power:before {
  content: "";
}

.ph-fill.ph-prescription:before {
  content: "";
}

.ph-fill.ph-presentation:before {
  content: "";
}

.ph-fill.ph-presentation-chart:before {
  content: "";
}

.ph-fill.ph-printer:before {
  content: "";
}

.ph-fill.ph-prohibit:before {
  content: "";
}

.ph-fill.ph-prohibit-inset:before {
  content: "";
}

.ph-fill.ph-projector-screen:before {
  content: "";
}

.ph-fill.ph-projector-screen-chart:before {
  content: "";
}

.ph-fill.ph-pulse:before, .ph-fill.ph-activity:before {
  content: "";
}

.ph-fill.ph-push-pin:before {
  content: "";
}

.ph-fill.ph-push-pin-simple:before {
  content: "";
}

.ph-fill.ph-push-pin-simple-slash:before {
  content: "";
}

.ph-fill.ph-push-pin-slash:before {
  content: "";
}

.ph-fill.ph-puzzle-piece:before {
  content: "";
}

.ph-fill.ph-qr-code:before {
  content: "";
}

.ph-fill.ph-question:before {
  content: "";
}

.ph-fill.ph-question-mark:before {
  content: "";
}

.ph-fill.ph-queue:before {
  content: "";
}

.ph-fill.ph-quotes:before {
  content: "";
}

.ph-fill.ph-rabbit:before {
  content: "";
}

.ph-fill.ph-racquet:before {
  content: "";
}

.ph-fill.ph-radical:before {
  content: "";
}

.ph-fill.ph-radio:before {
  content: "";
}

.ph-fill.ph-radio-button:before {
  content: "";
}

.ph-fill.ph-radioactive:before {
  content: "";
}

.ph-fill.ph-rainbow:before {
  content: "";
}

.ph-fill.ph-rainbow-cloud:before {
  content: "";
}

.ph-fill.ph-ranking:before {
  content: "";
}

.ph-fill.ph-read-cv-logo:before {
  content: "";
}

.ph-fill.ph-receipt:before {
  content: "";
}

.ph-fill.ph-receipt-x:before {
  content: "";
}

.ph-fill.ph-record:before {
  content: "";
}

.ph-fill.ph-rectangle:before {
  content: "";
}

.ph-fill.ph-rectangle-dashed:before {
  content: "";
}

.ph-fill.ph-recycle:before {
  content: "";
}

.ph-fill.ph-reddit-logo:before {
  content: "";
}

.ph-fill.ph-repeat:before {
  content: "";
}

.ph-fill.ph-repeat-once:before {
  content: "";
}

.ph-fill.ph-replit-logo:before {
  content: "";
}

.ph-fill.ph-resize:before {
  content: "";
}

.ph-fill.ph-rewind:before {
  content: "";
}

.ph-fill.ph-rewind-circle:before {
  content: "";
}

.ph-fill.ph-road-horizon:before {
  content: "";
}

.ph-fill.ph-robot:before {
  content: "";
}

.ph-fill.ph-rocket:before {
  content: "";
}

.ph-fill.ph-rocket-launch:before {
  content: "";
}

.ph-fill.ph-rows:before {
  content: "";
}

.ph-fill.ph-rows-plus-bottom:before {
  content: "";
}

.ph-fill.ph-rows-plus-top:before {
  content: "";
}

.ph-fill.ph-rss:before {
  content: "";
}

.ph-fill.ph-rss-simple:before {
  content: "";
}

.ph-fill.ph-rug:before {
  content: "";
}

.ph-fill.ph-ruler:before {
  content: "";
}

.ph-fill.ph-sailboat:before {
  content: "";
}

.ph-fill.ph-scales:before {
  content: "";
}

.ph-fill.ph-scan:before {
  content: "";
}

.ph-fill.ph-scan-smiley:before {
  content: "";
}

.ph-fill.ph-scissors:before {
  content: "";
}

.ph-fill.ph-scooter:before {
  content: "";
}

.ph-fill.ph-screencast:before {
  content: "";
}

.ph-fill.ph-screwdriver:before {
  content: "";
}

.ph-fill.ph-scribble:before {
  content: "";
}

.ph-fill.ph-scribble-loop:before {
  content: "";
}

.ph-fill.ph-scroll:before {
  content: "";
}

.ph-fill.ph-seal:before, .ph-fill.ph-circle-wavy:before {
  content: "";
}

.ph-fill.ph-seal-check:before, .ph-fill.ph-circle-wavy-check:before {
  content: "";
}

.ph-fill.ph-seal-percent:before {
  content: "";
}

.ph-fill.ph-seal-question:before, .ph-fill.ph-circle-wavy-question:before {
  content: "";
}

.ph-fill.ph-seal-warning:before, .ph-fill.ph-circle-wavy-warning:before {
  content: "";
}

.ph-fill.ph-seat:before {
  content: "";
}

.ph-fill.ph-seatbelt:before {
  content: "";
}

.ph-fill.ph-security-camera:before {
  content: "";
}

.ph-fill.ph-selection:before {
  content: "";
}

.ph-fill.ph-selection-all:before {
  content: "";
}

.ph-fill.ph-selection-background:before {
  content: "";
}

.ph-fill.ph-selection-foreground:before {
  content: "";
}

.ph-fill.ph-selection-inverse:before {
  content: "";
}

.ph-fill.ph-selection-plus:before {
  content: "";
}

.ph-fill.ph-selection-slash:before {
  content: "";
}

.ph-fill.ph-shapes:before {
  content: "";
}

.ph-fill.ph-share:before {
  content: "";
}

.ph-fill.ph-share-fat:before {
  content: "";
}

.ph-fill.ph-share-network:before {
  content: "";
}

.ph-fill.ph-shield:before {
  content: "";
}

.ph-fill.ph-shield-check:before {
  content: "";
}

.ph-fill.ph-shield-checkered:before {
  content: "";
}

.ph-fill.ph-shield-chevron:before {
  content: "";
}

.ph-fill.ph-shield-plus:before {
  content: "";
}

.ph-fill.ph-shield-slash:before {
  content: "";
}

.ph-fill.ph-shield-star:before {
  content: "";
}

.ph-fill.ph-shield-warning:before {
  content: "";
}

.ph-fill.ph-shipping-container:before {
  content: "";
}

.ph-fill.ph-shirt-folded:before {
  content: "";
}

.ph-fill.ph-shooting-star:before {
  content: "";
}

.ph-fill.ph-shopping-bag:before {
  content: "";
}

.ph-fill.ph-shopping-bag-open:before {
  content: "";
}

.ph-fill.ph-shopping-cart:before {
  content: "";
}

.ph-fill.ph-shopping-cart-simple:before {
  content: "";
}

.ph-fill.ph-shovel:before {
  content: "";
}

.ph-fill.ph-shower:before {
  content: "";
}

.ph-fill.ph-shrimp:before {
  content: "";
}

.ph-fill.ph-shuffle:before {
  content: "";
}

.ph-fill.ph-shuffle-angular:before {
  content: "";
}

.ph-fill.ph-shuffle-simple:before {
  content: "";
}

.ph-fill.ph-sidebar:before {
  content: "";
}

.ph-fill.ph-sidebar-simple:before {
  content: "";
}

.ph-fill.ph-sigma:before {
  content: "";
}

.ph-fill.ph-sign-in:before {
  content: "";
}

.ph-fill.ph-sign-out:before {
  content: "";
}

.ph-fill.ph-signature:before {
  content: "";
}

.ph-fill.ph-signpost:before {
  content: "";
}

.ph-fill.ph-sim-card:before {
  content: "";
}

.ph-fill.ph-siren:before {
  content: "";
}

.ph-fill.ph-sketch-logo:before {
  content: "";
}

.ph-fill.ph-skip-back:before {
  content: "";
}

.ph-fill.ph-skip-back-circle:before {
  content: "";
}

.ph-fill.ph-skip-forward:before {
  content: "";
}

.ph-fill.ph-skip-forward-circle:before {
  content: "";
}

.ph-fill.ph-skull:before {
  content: "";
}

.ph-fill.ph-skype-logo:before {
  content: "";
}

.ph-fill.ph-slack-logo:before {
  content: "";
}

.ph-fill.ph-sliders:before {
  content: "";
}

.ph-fill.ph-sliders-horizontal:before {
  content: "";
}

.ph-fill.ph-slideshow:before {
  content: "";
}

.ph-fill.ph-smiley:before {
  content: "";
}

.ph-fill.ph-smiley-angry:before {
  content: "";
}

.ph-fill.ph-smiley-blank:before {
  content: "";
}

.ph-fill.ph-smiley-meh:before {
  content: "";
}

.ph-fill.ph-smiley-melting:before {
  content: "";
}

.ph-fill.ph-smiley-nervous:before {
  content: "";
}

.ph-fill.ph-smiley-sad:before {
  content: "";
}

.ph-fill.ph-smiley-sticker:before {
  content: "";
}

.ph-fill.ph-smiley-wink:before {
  content: "";
}

.ph-fill.ph-smiley-x-eyes:before {
  content: "";
}

.ph-fill.ph-snapchat-logo:before {
  content: "";
}

.ph-fill.ph-sneaker:before {
  content: "";
}

.ph-fill.ph-sneaker-move:before {
  content: "";
}

.ph-fill.ph-snowflake:before {
  content: "";
}

.ph-fill.ph-soccer-ball:before {
  content: "";
}

.ph-fill.ph-sock:before {
  content: "";
}

.ph-fill.ph-solar-panel:before {
  content: "";
}

.ph-fill.ph-solar-roof:before {
  content: "";
}

.ph-fill.ph-sort-ascending:before {
  content: "";
}

.ph-fill.ph-sort-descending:before {
  content: "";
}

.ph-fill.ph-soundcloud-logo:before {
  content: "";
}

.ph-fill.ph-spade:before {
  content: "";
}

.ph-fill.ph-sparkle:before {
  content: "";
}

.ph-fill.ph-speaker-hifi:before {
  content: "";
}

.ph-fill.ph-speaker-high:before {
  content: "";
}

.ph-fill.ph-speaker-low:before {
  content: "";
}

.ph-fill.ph-speaker-none:before {
  content: "";
}

.ph-fill.ph-speaker-simple-high:before {
  content: "";
}

.ph-fill.ph-speaker-simple-low:before {
  content: "";
}

.ph-fill.ph-speaker-simple-none:before {
  content: "";
}

.ph-fill.ph-speaker-simple-slash:before {
  content: "";
}

.ph-fill.ph-speaker-simple-x:before {
  content: "";
}

.ph-fill.ph-speaker-slash:before {
  content: "";
}

.ph-fill.ph-speaker-x:before {
  content: "";
}

.ph-fill.ph-speedometer:before {
  content: "";
}

.ph-fill.ph-sphere:before {
  content: "";
}

.ph-fill.ph-spinner:before {
  content: "";
}

.ph-fill.ph-spinner-ball:before {
  content: "";
}

.ph-fill.ph-spinner-gap:before {
  content: "";
}

.ph-fill.ph-spiral:before {
  content: "";
}

.ph-fill.ph-split-horizontal:before {
  content: "";
}

.ph-fill.ph-split-vertical:before {
  content: "";
}

.ph-fill.ph-spotify-logo:before {
  content: "";
}

.ph-fill.ph-spray-bottle:before {
  content: "";
}

.ph-fill.ph-square:before {
  content: "";
}

.ph-fill.ph-square-half:before {
  content: "";
}

.ph-fill.ph-square-half-bottom:before {
  content: "";
}

.ph-fill.ph-square-logo:before {
  content: "";
}

.ph-fill.ph-square-split-horizontal:before {
  content: "";
}

.ph-fill.ph-square-split-vertical:before {
  content: "";
}

.ph-fill.ph-squares-four:before {
  content: "";
}

.ph-fill.ph-stack:before {
  content: "";
}

.ph-fill.ph-stack-minus:before {
  content: "";
}

.ph-fill.ph-stack-overflow-logo:before {
  content: "";
}

.ph-fill.ph-stack-plus:before {
  content: "";
}

.ph-fill.ph-stack-simple:before {
  content: "";
}

.ph-fill.ph-stairs:before {
  content: "";
}

.ph-fill.ph-stamp:before {
  content: "";
}

.ph-fill.ph-standard-definition:before {
  content: "";
}

.ph-fill.ph-star:before {
  content: "";
}

.ph-fill.ph-star-and-crescent:before {
  content: "";
}

.ph-fill.ph-star-four:before {
  content: "";
}

.ph-fill.ph-star-half:before {
  content: "";
}

.ph-fill.ph-star-of-david:before {
  content: "";
}

.ph-fill.ph-steam-logo:before {
  content: "";
}

.ph-fill.ph-steering-wheel:before {
  content: "";
}

.ph-fill.ph-steps:before {
  content: "";
}

.ph-fill.ph-stethoscope:before {
  content: "";
}

.ph-fill.ph-sticker:before {
  content: "";
}

.ph-fill.ph-stool:before {
  content: "";
}

.ph-fill.ph-stop:before {
  content: "";
}

.ph-fill.ph-stop-circle:before {
  content: "";
}

.ph-fill.ph-storefront:before {
  content: "";
}

.ph-fill.ph-strategy:before {
  content: "";
}

.ph-fill.ph-stripe-logo:before {
  content: "";
}

.ph-fill.ph-student:before {
  content: "";
}

.ph-fill.ph-subset-of:before {
  content: "";
}

.ph-fill.ph-subset-proper-of:before {
  content: "";
}

.ph-fill.ph-subtitles:before {
  content: "";
}

.ph-fill.ph-subtitles-slash:before {
  content: "";
}

.ph-fill.ph-subtract:before {
  content: "";
}

.ph-fill.ph-subtract-square:before {
  content: "";
}

.ph-fill.ph-subway:before {
  content: "";
}

.ph-fill.ph-suitcase:before {
  content: "";
}

.ph-fill.ph-suitcase-rolling:before {
  content: "";
}

.ph-fill.ph-suitcase-simple:before {
  content: "";
}

.ph-fill.ph-sun:before {
  content: "";
}

.ph-fill.ph-sun-dim:before {
  content: "";
}

.ph-fill.ph-sun-horizon:before {
  content: "";
}

.ph-fill.ph-sunglasses:before {
  content: "";
}

.ph-fill.ph-superset-of:before {
  content: "";
}

.ph-fill.ph-superset-proper-of:before {
  content: "";
}

.ph-fill.ph-swap:before {
  content: "";
}

.ph-fill.ph-swatches:before {
  content: "";
}

.ph-fill.ph-swimming-pool:before {
  content: "";
}

.ph-fill.ph-sword:before {
  content: "";
}

.ph-fill.ph-synagogue:before {
  content: "";
}

.ph-fill.ph-syringe:before {
  content: "";
}

.ph-fill.ph-t-shirt:before {
  content: "";
}

.ph-fill.ph-table:before {
  content: "";
}

.ph-fill.ph-tabs:before {
  content: "";
}

.ph-fill.ph-tag:before {
  content: "";
}

.ph-fill.ph-tag-chevron:before {
  content: "";
}

.ph-fill.ph-tag-simple:before {
  content: "";
}

.ph-fill.ph-target:before {
  content: "";
}

.ph-fill.ph-taxi:before {
  content: "";
}

.ph-fill.ph-tea-bag:before {
  content: "";
}

.ph-fill.ph-telegram-logo:before {
  content: "";
}

.ph-fill.ph-television:before {
  content: "";
}

.ph-fill.ph-television-simple:before {
  content: "";
}

.ph-fill.ph-tennis-ball:before {
  content: "";
}

.ph-fill.ph-tent:before {
  content: "";
}

.ph-fill.ph-terminal:before {
  content: "";
}

.ph-fill.ph-terminal-window:before {
  content: "";
}

.ph-fill.ph-test-tube:before {
  content: "";
}

.ph-fill.ph-text-a-underline:before {
  content: "";
}

.ph-fill.ph-text-aa:before {
  content: "";
}

.ph-fill.ph-text-align-center:before {
  content: "";
}

.ph-fill.ph-text-align-justify:before {
  content: "";
}

.ph-fill.ph-text-align-left:before {
  content: "";
}

.ph-fill.ph-text-align-right:before {
  content: "";
}

.ph-fill.ph-text-b:before, .ph-fill.ph-text-bolder:before {
  content: "";
}

.ph-fill.ph-text-columns:before {
  content: "";
}

.ph-fill.ph-text-h:before {
  content: "";
}

.ph-fill.ph-text-h-five:before {
  content: "";
}

.ph-fill.ph-text-h-four:before {
  content: "";
}

.ph-fill.ph-text-h-one:before {
  content: "";
}

.ph-fill.ph-text-h-six:before {
  content: "";
}

.ph-fill.ph-text-h-three:before {
  content: "";
}

.ph-fill.ph-text-h-two:before {
  content: "";
}

.ph-fill.ph-text-indent:before {
  content: "";
}

.ph-fill.ph-text-italic:before {
  content: "";
}

.ph-fill.ph-text-outdent:before {
  content: "";
}

.ph-fill.ph-text-strikethrough:before {
  content: "";
}

.ph-fill.ph-text-subscript:before {
  content: "";
}

.ph-fill.ph-text-superscript:before {
  content: "";
}

.ph-fill.ph-text-t:before {
  content: "";
}

.ph-fill.ph-text-t-slash:before {
  content: "";
}

.ph-fill.ph-text-underline:before {
  content: "";
}

.ph-fill.ph-textbox:before {
  content: "";
}

.ph-fill.ph-thermometer:before {
  content: "";
}

.ph-fill.ph-thermometer-cold:before {
  content: "";
}

.ph-fill.ph-thermometer-hot:before {
  content: "";
}

.ph-fill.ph-thermometer-simple:before {
  content: "";
}

.ph-fill.ph-threads-logo:before {
  content: "";
}

.ph-fill.ph-three-d:before {
  content: "";
}

.ph-fill.ph-thumbs-down:before {
  content: "";
}

.ph-fill.ph-thumbs-up:before {
  content: "";
}

.ph-fill.ph-ticket:before {
  content: "";
}

.ph-fill.ph-tidal-logo:before {
  content: "";
}

.ph-fill.ph-tiktok-logo:before {
  content: "";
}

.ph-fill.ph-tilde:before {
  content: "";
}

.ph-fill.ph-timer:before {
  content: "";
}

.ph-fill.ph-tip-jar:before {
  content: "";
}

.ph-fill.ph-tipi:before {
  content: "";
}

.ph-fill.ph-tire:before {
  content: "";
}

.ph-fill.ph-toggle-left:before {
  content: "";
}

.ph-fill.ph-toggle-right:before {
  content: "";
}

.ph-fill.ph-toilet:before {
  content: "";
}

.ph-fill.ph-toilet-paper:before {
  content: "";
}

.ph-fill.ph-toolbox:before {
  content: "";
}

.ph-fill.ph-tooth:before {
  content: "";
}

.ph-fill.ph-tornado:before {
  content: "";
}

.ph-fill.ph-tote:before {
  content: "";
}

.ph-fill.ph-tote-simple:before {
  content: "";
}

.ph-fill.ph-towel:before {
  content: "";
}

.ph-fill.ph-tractor:before {
  content: "";
}

.ph-fill.ph-trademark:before {
  content: "";
}

.ph-fill.ph-trademark-registered:before {
  content: "";
}

.ph-fill.ph-traffic-cone:before {
  content: "";
}

.ph-fill.ph-traffic-sign:before {
  content: "";
}

.ph-fill.ph-traffic-signal:before {
  content: "";
}

.ph-fill.ph-train:before {
  content: "";
}

.ph-fill.ph-train-regional:before {
  content: "";
}

.ph-fill.ph-train-simple:before {
  content: "";
}

.ph-fill.ph-tram:before {
  content: "";
}

.ph-fill.ph-translate:before {
  content: "";
}

.ph-fill.ph-trash:before {
  content: "";
}

.ph-fill.ph-trash-simple:before {
  content: "";
}

.ph-fill.ph-tray:before {
  content: "";
}

.ph-fill.ph-tray-arrow-down:before, .ph-fill.ph-archive-tray:before {
  content: "";
}

.ph-fill.ph-tray-arrow-up:before {
  content: "";
}

.ph-fill.ph-treasure-chest:before {
  content: "";
}

.ph-fill.ph-tree:before {
  content: "";
}

.ph-fill.ph-tree-evergreen:before {
  content: "";
}

.ph-fill.ph-tree-palm:before {
  content: "";
}

.ph-fill.ph-tree-structure:before {
  content: "";
}

.ph-fill.ph-tree-view:before {
  content: "";
}

.ph-fill.ph-trend-down:before {
  content: "";
}

.ph-fill.ph-trend-up:before {
  content: "";
}

.ph-fill.ph-triangle:before {
  content: "";
}

.ph-fill.ph-triangle-dashed:before {
  content: "";
}

.ph-fill.ph-trolley:before {
  content: "";
}

.ph-fill.ph-trolley-suitcase:before {
  content: "";
}

.ph-fill.ph-trophy:before {
  content: "";
}

.ph-fill.ph-truck:before {
  content: "";
}

.ph-fill.ph-truck-trailer:before {
  content: "";
}

.ph-fill.ph-tumblr-logo:before {
  content: "";
}

.ph-fill.ph-twitch-logo:before {
  content: "";
}

.ph-fill.ph-twitter-logo:before {
  content: "";
}

.ph-fill.ph-umbrella:before {
  content: "";
}

.ph-fill.ph-umbrella-simple:before {
  content: "";
}

.ph-fill.ph-union:before {
  content: "";
}

.ph-fill.ph-unite:before {
  content: "";
}

.ph-fill.ph-unite-square:before {
  content: "";
}

.ph-fill.ph-upload:before {
  content: "";
}

.ph-fill.ph-upload-simple:before {
  content: "";
}

.ph-fill.ph-usb:before {
  content: "";
}

.ph-fill.ph-user:before {
  content: "";
}

.ph-fill.ph-user-check:before {
  content: "";
}

.ph-fill.ph-user-circle:before {
  content: "";
}

.ph-fill.ph-user-circle-check:before {
  content: "";
}

.ph-fill.ph-user-circle-dashed:before {
  content: "";
}

.ph-fill.ph-user-circle-gear:before {
  content: "";
}

.ph-fill.ph-user-circle-minus:before {
  content: "";
}

.ph-fill.ph-user-circle-plus:before {
  content: "";
}

.ph-fill.ph-user-focus:before {
  content: "";
}

.ph-fill.ph-user-gear:before {
  content: "";
}

.ph-fill.ph-user-list:before {
  content: "";
}

.ph-fill.ph-user-minus:before {
  content: "";
}

.ph-fill.ph-user-plus:before {
  content: "";
}

.ph-fill.ph-user-rectangle:before {
  content: "";
}

.ph-fill.ph-user-sound:before {
  content: "";
}

.ph-fill.ph-user-square:before {
  content: "";
}

.ph-fill.ph-user-switch:before {
  content: "";
}

.ph-fill.ph-users:before {
  content: "";
}

.ph-fill.ph-users-four:before {
  content: "";
}

.ph-fill.ph-users-three:before {
  content: "";
}

.ph-fill.ph-van:before {
  content: "";
}

.ph-fill.ph-vault:before {
  content: "";
}

.ph-fill.ph-vector-three:before {
  content: "";
}

.ph-fill.ph-vector-two:before {
  content: "";
}

.ph-fill.ph-vibrate:before {
  content: "";
}

.ph-fill.ph-video:before {
  content: "";
}

.ph-fill.ph-video-camera:before {
  content: "";
}

.ph-fill.ph-video-camera-slash:before {
  content: "";
}

.ph-fill.ph-video-conference:before {
  content: "";
}

.ph-fill.ph-vignette:before {
  content: "";
}

.ph-fill.ph-vinyl-record:before {
  content: "";
}

.ph-fill.ph-virtual-reality:before {
  content: "";
}

.ph-fill.ph-virus:before {
  content: "";
}

.ph-fill.ph-visor:before {
  content: "";
}

.ph-fill.ph-voicemail:before {
  content: "";
}

.ph-fill.ph-volleyball:before {
  content: "";
}

.ph-fill.ph-wall:before {
  content: "";
}

.ph-fill.ph-wallet:before {
  content: "";
}

.ph-fill.ph-warehouse:before {
  content: "";
}

.ph-fill.ph-warning:before {
  content: "";
}

.ph-fill.ph-warning-circle:before {
  content: "";
}

.ph-fill.ph-warning-diamond:before {
  content: "";
}

.ph-fill.ph-warning-octagon:before {
  content: "";
}

.ph-fill.ph-washing-machine:before {
  content: "";
}

.ph-fill.ph-watch:before {
  content: "";
}

.ph-fill.ph-wave-sawtooth:before {
  content: "";
}

.ph-fill.ph-wave-sine:before {
  content: "";
}

.ph-fill.ph-wave-square:before {
  content: "";
}

.ph-fill.ph-wave-triangle:before {
  content: "";
}

.ph-fill.ph-waveform:before {
  content: "";
}

.ph-fill.ph-waveform-slash:before {
  content: "";
}

.ph-fill.ph-waves:before {
  content: "";
}

.ph-fill.ph-webcam:before {
  content: "";
}

.ph-fill.ph-webcam-slash:before {
  content: "";
}

.ph-fill.ph-webhooks-logo:before {
  content: "";
}

.ph-fill.ph-wechat-logo:before {
  content: "";
}

.ph-fill.ph-whatsapp-logo:before {
  content: "";
}

.ph-fill.ph-wheelchair:before {
  content: "";
}

.ph-fill.ph-wheelchair-motion:before {
  content: "";
}

.ph-fill.ph-wifi-high:before {
  content: "";
}

.ph-fill.ph-wifi-low:before {
  content: "";
}

.ph-fill.ph-wifi-medium:before {
  content: "";
}

.ph-fill.ph-wifi-none:before {
  content: "";
}

.ph-fill.ph-wifi-slash:before {
  content: "";
}

.ph-fill.ph-wifi-x:before {
  content: "";
}

.ph-fill.ph-wind:before {
  content: "";
}

.ph-fill.ph-windmill:before {
  content: "";
}

.ph-fill.ph-windows-logo:before {
  content: "";
}

.ph-fill.ph-wine:before {
  content: "";
}

.ph-fill.ph-wrench:before {
  content: "";
}

.ph-fill.ph-x:before {
  content: "";
}

.ph-fill.ph-x-circle:before {
  content: "";
}

.ph-fill.ph-x-logo:before {
  content: "";
}

.ph-fill.ph-x-square:before {
  content: "";
}

.ph-fill.ph-yarn:before {
  content: "";
}

.ph-fill.ph-yin-yang:before {
  content: "";
}

.ph-fill.ph-youtube-logo:before {
  content: "";
}

@font-face {
  font-family: Phosphor-Light;
  src: url("../media/Phosphor-Light.362a5d56.woff2") format("woff2"), url("../media/Phosphor-Light.d571a788.woff") format("woff"), url("../media/Phosphor-Light.4537cd0a.ttf") format("truetype"), url("../media/Phosphor-Light.c77b3abb.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.ph-light {
  speak: never;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  -moz-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: Phosphor-Light !important;
}

.ph-light.ph-acorn:before {
  content: "";
}

.ph-light.ph-address-book:before {
  content: "";
}

.ph-light.ph-address-book-tabs:before {
  content: "";
}

.ph-light.ph-air-traffic-control:before {
  content: "";
}

.ph-light.ph-airplane:before {
  content: "";
}

.ph-light.ph-airplane-in-flight:before {
  content: "";
}

.ph-light.ph-airplane-landing:before {
  content: "";
}

.ph-light.ph-airplane-takeoff:before {
  content: "";
}

.ph-light.ph-airplane-taxiing:before {
  content: "";
}

.ph-light.ph-airplane-tilt:before {
  content: "";
}

.ph-light.ph-airplay:before {
  content: "";
}

.ph-light.ph-alarm:before {
  content: "";
}

.ph-light.ph-alien:before {
  content: "";
}

.ph-light.ph-align-bottom:before {
  content: "";
}

.ph-light.ph-align-bottom-simple:before {
  content: "";
}

.ph-light.ph-align-center-horizontal:before {
  content: "";
}

.ph-light.ph-align-center-horizontal-simple:before {
  content: "";
}

.ph-light.ph-align-center-vertical:before {
  content: "";
}

.ph-light.ph-align-center-vertical-simple:before {
  content: "";
}

.ph-light.ph-align-left:before {
  content: "";
}

.ph-light.ph-align-left-simple:before {
  content: "";
}

.ph-light.ph-align-right:before {
  content: "";
}

.ph-light.ph-align-right-simple:before {
  content: "";
}

.ph-light.ph-align-top:before {
  content: "";
}

.ph-light.ph-align-top-simple:before {
  content: "";
}

.ph-light.ph-amazon-logo:before {
  content: "";
}

.ph-light.ph-ambulance:before {
  content: "";
}

.ph-light.ph-anchor:before {
  content: "";
}

.ph-light.ph-anchor-simple:before {
  content: "";
}

.ph-light.ph-android-logo:before {
  content: "";
}

.ph-light.ph-angle:before {
  content: "";
}

.ph-light.ph-angular-logo:before {
  content: "";
}

.ph-light.ph-aperture:before {
  content: "";
}

.ph-light.ph-app-store-logo:before {
  content: "";
}

.ph-light.ph-app-window:before {
  content: "";
}

.ph-light.ph-apple-logo:before {
  content: "";
}

.ph-light.ph-apple-podcasts-logo:before {
  content: "";
}

.ph-light.ph-approximate-equals:before {
  content: "";
}

.ph-light.ph-archive:before {
  content: "";
}

.ph-light.ph-armchair:before {
  content: "";
}

.ph-light.ph-arrow-arc-left:before {
  content: "";
}

.ph-light.ph-arrow-arc-right:before {
  content: "";
}

.ph-light.ph-arrow-bend-double-up-left:before {
  content: "";
}

.ph-light.ph-arrow-bend-double-up-right:before {
  content: "";
}

.ph-light.ph-arrow-bend-down-left:before {
  content: "";
}

.ph-light.ph-arrow-bend-down-right:before {
  content: "";
}

.ph-light.ph-arrow-bend-left-down:before {
  content: "";
}

.ph-light.ph-arrow-bend-left-up:before {
  content: "";
}

.ph-light.ph-arrow-bend-right-down:before {
  content: "";
}

.ph-light.ph-arrow-bend-right-up:before {
  content: "";
}

.ph-light.ph-arrow-bend-up-left:before {
  content: "";
}

.ph-light.ph-arrow-bend-up-right:before {
  content: "";
}

.ph-light.ph-arrow-circle-down:before {
  content: "";
}

.ph-light.ph-arrow-circle-down-left:before {
  content: "";
}

.ph-light.ph-arrow-circle-down-right:before {
  content: "";
}

.ph-light.ph-arrow-circle-left:before {
  content: "";
}

.ph-light.ph-arrow-circle-right:before {
  content: "";
}

.ph-light.ph-arrow-circle-up:before {
  content: "";
}

.ph-light.ph-arrow-circle-up-left:before {
  content: "";
}

.ph-light.ph-arrow-circle-up-right:before {
  content: "";
}

.ph-light.ph-arrow-clockwise:before {
  content: "";
}

.ph-light.ph-arrow-counter-clockwise:before {
  content: "";
}

.ph-light.ph-arrow-down:before {
  content: "";
}

.ph-light.ph-arrow-down-left:before {
  content: "";
}

.ph-light.ph-arrow-down-right:before {
  content: "";
}

.ph-light.ph-arrow-elbow-down-left:before {
  content: "";
}

.ph-light.ph-arrow-elbow-down-right:before {
  content: "";
}

.ph-light.ph-arrow-elbow-left:before {
  content: "";
}

.ph-light.ph-arrow-elbow-left-down:before {
  content: "";
}

.ph-light.ph-arrow-elbow-left-up:before {
  content: "";
}

.ph-light.ph-arrow-elbow-right:before {
  content: "";
}

.ph-light.ph-arrow-elbow-right-down:before {
  content: "";
}

.ph-light.ph-arrow-elbow-right-up:before {
  content: "";
}

.ph-light.ph-arrow-elbow-up-left:before {
  content: "";
}

.ph-light.ph-arrow-elbow-up-right:before {
  content: "";
}

.ph-light.ph-arrow-fat-down:before {
  content: "";
}

.ph-light.ph-arrow-fat-left:before {
  content: "";
}

.ph-light.ph-arrow-fat-line-down:before {
  content: "";
}

.ph-light.ph-arrow-fat-line-left:before {
  content: "";
}

.ph-light.ph-arrow-fat-line-right:before {
  content: "";
}

.ph-light.ph-arrow-fat-line-up:before {
  content: "";
}

.ph-light.ph-arrow-fat-lines-down:before {
  content: "";
}

.ph-light.ph-arrow-fat-lines-left:before {
  content: "";
}

.ph-light.ph-arrow-fat-lines-right:before {
  content: "";
}

.ph-light.ph-arrow-fat-lines-up:before {
  content: "";
}

.ph-light.ph-arrow-fat-right:before {
  content: "";
}

.ph-light.ph-arrow-fat-up:before {
  content: "";
}

.ph-light.ph-arrow-left:before {
  content: "";
}

.ph-light.ph-arrow-line-down:before {
  content: "";
}

.ph-light.ph-arrow-line-down-left:before {
  content: "";
}

.ph-light.ph-arrow-line-down-right:before {
  content: "";
}

.ph-light.ph-arrow-line-left:before {
  content: "";
}

.ph-light.ph-arrow-line-right:before {
  content: "";
}

.ph-light.ph-arrow-line-up:before {
  content: "";
}

.ph-light.ph-arrow-line-up-left:before {
  content: "";
}

.ph-light.ph-arrow-line-up-right:before {
  content: "";
}

.ph-light.ph-arrow-right:before {
  content: "";
}

.ph-light.ph-arrow-square-down:before {
  content: "";
}

.ph-light.ph-arrow-square-down-left:before {
  content: "";
}

.ph-light.ph-arrow-square-down-right:before {
  content: "";
}

.ph-light.ph-arrow-square-in:before {
  content: "";
}

.ph-light.ph-arrow-square-left:before {
  content: "";
}

.ph-light.ph-arrow-square-out:before {
  content: "";
}

.ph-light.ph-arrow-square-right:before {
  content: "";
}

.ph-light.ph-arrow-square-up:before {
  content: "";
}

.ph-light.ph-arrow-square-up-left:before {
  content: "";
}

.ph-light.ph-arrow-square-up-right:before {
  content: "";
}

.ph-light.ph-arrow-u-down-left:before {
  content: "";
}

.ph-light.ph-arrow-u-down-right:before {
  content: "";
}

.ph-light.ph-arrow-u-left-down:before {
  content: "";
}

.ph-light.ph-arrow-u-left-up:before {
  content: "";
}

.ph-light.ph-arrow-u-right-down:before {
  content: "";
}

.ph-light.ph-arrow-u-right-up:before {
  content: "";
}

.ph-light.ph-arrow-u-up-left:before {
  content: "";
}

.ph-light.ph-arrow-u-up-right:before {
  content: "";
}

.ph-light.ph-arrow-up:before {
  content: "";
}

.ph-light.ph-arrow-up-left:before {
  content: "";
}

.ph-light.ph-arrow-up-right:before {
  content: "";
}

.ph-light.ph-arrows-clockwise:before {
  content: "";
}

.ph-light.ph-arrows-counter-clockwise:before {
  content: "";
}

.ph-light.ph-arrows-down-up:before {
  content: "";
}

.ph-light.ph-arrows-horizontal:before {
  content: "";
}

.ph-light.ph-arrows-in:before {
  content: "";
}

.ph-light.ph-arrows-in-cardinal:before {
  content: "";
}

.ph-light.ph-arrows-in-line-horizontal:before {
  content: "";
}

.ph-light.ph-arrows-in-line-vertical:before {
  content: "";
}

.ph-light.ph-arrows-in-simple:before {
  content: "";
}

.ph-light.ph-arrows-left-right:before {
  content: "";
}

.ph-light.ph-arrows-merge:before {
  content: "";
}

.ph-light.ph-arrows-out:before {
  content: "";
}

.ph-light.ph-arrows-out-cardinal:before {
  content: "";
}

.ph-light.ph-arrows-out-line-horizontal:before {
  content: "";
}

.ph-light.ph-arrows-out-line-vertical:before {
  content: "";
}

.ph-light.ph-arrows-out-simple:before {
  content: "";
}

.ph-light.ph-arrows-split:before {
  content: "";
}

.ph-light.ph-arrows-vertical:before {
  content: "";
}

.ph-light.ph-article:before {
  content: "";
}

.ph-light.ph-article-medium:before {
  content: "";
}

.ph-light.ph-article-ny-times:before {
  content: "";
}

.ph-light.ph-asclepius:before, .ph-light.ph-caduceus:before {
  content: "";
}

.ph-light.ph-asterisk:before {
  content: "";
}

.ph-light.ph-asterisk-simple:before {
  content: "";
}

.ph-light.ph-at:before {
  content: "";
}

.ph-light.ph-atom:before {
  content: "";
}

.ph-light.ph-avocado:before {
  content: "";
}

.ph-light.ph-axe:before {
  content: "";
}

.ph-light.ph-baby:before {
  content: "";
}

.ph-light.ph-baby-carriage:before {
  content: "";
}

.ph-light.ph-backpack:before {
  content: "";
}

.ph-light.ph-backspace:before {
  content: "";
}

.ph-light.ph-bag:before {
  content: "";
}

.ph-light.ph-bag-simple:before {
  content: "";
}

.ph-light.ph-balloon:before {
  content: "";
}

.ph-light.ph-bandaids:before {
  content: "";
}

.ph-light.ph-bank:before {
  content: "";
}

.ph-light.ph-barbell:before {
  content: "";
}

.ph-light.ph-barcode:before {
  content: "";
}

.ph-light.ph-barn:before {
  content: "";
}

.ph-light.ph-barricade:before {
  content: "";
}

.ph-light.ph-baseball:before {
  content: "";
}

.ph-light.ph-baseball-cap:before {
  content: "";
}

.ph-light.ph-baseball-helmet:before {
  content: "";
}

.ph-light.ph-basket:before {
  content: "";
}

.ph-light.ph-basketball:before {
  content: "";
}

.ph-light.ph-bathtub:before {
  content: "";
}

.ph-light.ph-battery-charging:before {
  content: "";
}

.ph-light.ph-battery-charging-vertical:before {
  content: "";
}

.ph-light.ph-battery-empty:before {
  content: "";
}

.ph-light.ph-battery-full:before {
  content: "";
}

.ph-light.ph-battery-high:before {
  content: "";
}

.ph-light.ph-battery-low:before {
  content: "";
}

.ph-light.ph-battery-medium:before {
  content: "";
}

.ph-light.ph-battery-plus:before {
  content: "";
}

.ph-light.ph-battery-plus-vertical:before {
  content: "";
}

.ph-light.ph-battery-vertical-empty:before {
  content: "";
}

.ph-light.ph-battery-vertical-full:before {
  content: "";
}

.ph-light.ph-battery-vertical-high:before {
  content: "";
}

.ph-light.ph-battery-vertical-low:before {
  content: "";
}

.ph-light.ph-battery-vertical-medium:before {
  content: "";
}

.ph-light.ph-battery-warning:before {
  content: "";
}

.ph-light.ph-battery-warning-vertical:before {
  content: "";
}

.ph-light.ph-beach-ball:before {
  content: "";
}

.ph-light.ph-beanie:before {
  content: "";
}

.ph-light.ph-bed:before {
  content: "";
}

.ph-light.ph-beer-bottle:before {
  content: "";
}

.ph-light.ph-beer-stein:before {
  content: "";
}

.ph-light.ph-behance-logo:before {
  content: "";
}

.ph-light.ph-bell:before {
  content: "";
}

.ph-light.ph-bell-ringing:before {
  content: "";
}

.ph-light.ph-bell-simple:before {
  content: "";
}

.ph-light.ph-bell-simple-ringing:before {
  content: "";
}

.ph-light.ph-bell-simple-slash:before {
  content: "";
}

.ph-light.ph-bell-simple-z:before {
  content: "";
}

.ph-light.ph-bell-slash:before {
  content: "";
}

.ph-light.ph-bell-z:before {
  content: "";
}

.ph-light.ph-belt:before {
  content: "";
}

.ph-light.ph-bezier-curve:before {
  content: "";
}

.ph-light.ph-bicycle:before {
  content: "";
}

.ph-light.ph-binary:before {
  content: "";
}

.ph-light.ph-binoculars:before {
  content: "";
}

.ph-light.ph-biohazard:before {
  content: "";
}

.ph-light.ph-bird:before {
  content: "";
}

.ph-light.ph-blueprint:before {
  content: "";
}

.ph-light.ph-bluetooth:before {
  content: "";
}

.ph-light.ph-bluetooth-connected:before {
  content: "";
}

.ph-light.ph-bluetooth-slash:before {
  content: "";
}

.ph-light.ph-bluetooth-x:before {
  content: "";
}

.ph-light.ph-boat:before {
  content: "";
}

.ph-light.ph-bomb:before {
  content: "";
}

.ph-light.ph-bone:before {
  content: "";
}

.ph-light.ph-book:before {
  content: "";
}

.ph-light.ph-book-bookmark:before {
  content: "";
}

.ph-light.ph-book-open:before {
  content: "";
}

.ph-light.ph-book-open-text:before {
  content: "";
}

.ph-light.ph-book-open-user:before {
  content: "";
}

.ph-light.ph-bookmark:before {
  content: "";
}

.ph-light.ph-bookmark-simple:before {
  content: "";
}

.ph-light.ph-bookmarks:before {
  content: "";
}

.ph-light.ph-bookmarks-simple:before {
  content: "";
}

.ph-light.ph-books:before {
  content: "";
}

.ph-light.ph-boot:before {
  content: "";
}

.ph-light.ph-boules:before {
  content: "";
}

.ph-light.ph-bounding-box:before {
  content: "";
}

.ph-light.ph-bowl-food:before {
  content: "";
}

.ph-light.ph-bowl-steam:before {
  content: "";
}

.ph-light.ph-bowling-ball:before {
  content: "";
}

.ph-light.ph-box-arrow-down:before, .ph-light.ph-archive-box:before {
  content: "";
}

.ph-light.ph-box-arrow-up:before {
  content: "";
}

.ph-light.ph-boxing-glove:before {
  content: "";
}

.ph-light.ph-brackets-angle:before {
  content: "";
}

.ph-light.ph-brackets-curly:before {
  content: "";
}

.ph-light.ph-brackets-round:before {
  content: "";
}

.ph-light.ph-brackets-square:before {
  content: "";
}

.ph-light.ph-brain:before {
  content: "";
}

.ph-light.ph-brandy:before {
  content: "";
}

.ph-light.ph-bread:before {
  content: "";
}

.ph-light.ph-bridge:before {
  content: "";
}

.ph-light.ph-briefcase:before {
  content: "";
}

.ph-light.ph-briefcase-metal:before {
  content: "";
}

.ph-light.ph-broadcast:before {
  content: "";
}

.ph-light.ph-broom:before {
  content: "";
}

.ph-light.ph-browser:before {
  content: "";
}

.ph-light.ph-browsers:before {
  content: "";
}

.ph-light.ph-bug:before {
  content: "";
}

.ph-light.ph-bug-beetle:before {
  content: "";
}

.ph-light.ph-bug-droid:before {
  content: "";
}

.ph-light.ph-building:before {
  content: "";
}

.ph-light.ph-building-apartment:before {
  content: "";
}

.ph-light.ph-building-office:before {
  content: "";
}

.ph-light.ph-buildings:before {
  content: "";
}

.ph-light.ph-bulldozer:before {
  content: "";
}

.ph-light.ph-bus:before {
  content: "";
}

.ph-light.ph-butterfly:before {
  content: "";
}

.ph-light.ph-cable-car:before {
  content: "";
}

.ph-light.ph-cactus:before {
  content: "";
}

.ph-light.ph-cake:before {
  content: "";
}

.ph-light.ph-calculator:before {
  content: "";
}

.ph-light.ph-calendar:before {
  content: "";
}

.ph-light.ph-calendar-blank:before {
  content: "";
}

.ph-light.ph-calendar-check:before {
  content: "";
}

.ph-light.ph-calendar-dot:before {
  content: "";
}

.ph-light.ph-calendar-dots:before {
  content: "";
}

.ph-light.ph-calendar-heart:before {
  content: "";
}

.ph-light.ph-calendar-minus:before {
  content: "";
}

.ph-light.ph-calendar-plus:before {
  content: "";
}

.ph-light.ph-calendar-slash:before {
  content: "";
}

.ph-light.ph-calendar-star:before {
  content: "";
}

.ph-light.ph-calendar-x:before {
  content: "";
}

.ph-light.ph-call-bell:before {
  content: "";
}

.ph-light.ph-camera:before {
  content: "";
}

.ph-light.ph-camera-plus:before {
  content: "";
}

.ph-light.ph-camera-rotate:before {
  content: "";
}

.ph-light.ph-camera-slash:before {
  content: "";
}

.ph-light.ph-campfire:before {
  content: "";
}

.ph-light.ph-car:before {
  content: "";
}

.ph-light.ph-car-battery:before {
  content: "";
}

.ph-light.ph-car-profile:before {
  content: "";
}

.ph-light.ph-car-simple:before {
  content: "";
}

.ph-light.ph-cardholder:before {
  content: "";
}

.ph-light.ph-cards:before {
  content: "";
}

.ph-light.ph-cards-three:before {
  content: "";
}

.ph-light.ph-caret-circle-double-down:before {
  content: "";
}

.ph-light.ph-caret-circle-double-left:before {
  content: "";
}

.ph-light.ph-caret-circle-double-right:before {
  content: "";
}

.ph-light.ph-caret-circle-double-up:before {
  content: "";
}

.ph-light.ph-caret-circle-down:before {
  content: "";
}

.ph-light.ph-caret-circle-left:before {
  content: "";
}

.ph-light.ph-caret-circle-right:before {
  content: "";
}

.ph-light.ph-caret-circle-up:before {
  content: "";
}

.ph-light.ph-caret-circle-up-down:before {
  content: "";
}

.ph-light.ph-caret-double-down:before {
  content: "";
}

.ph-light.ph-caret-double-left:before {
  content: "";
}

.ph-light.ph-caret-double-right:before {
  content: "";
}

.ph-light.ph-caret-double-up:before {
  content: "";
}

.ph-light.ph-caret-down:before {
  content: "";
}

.ph-light.ph-caret-left:before {
  content: "";
}

.ph-light.ph-caret-line-down:before {
  content: "";
}

.ph-light.ph-caret-line-left:before {
  content: "";
}

.ph-light.ph-caret-line-right:before {
  content: "";
}

.ph-light.ph-caret-line-up:before {
  content: "";
}

.ph-light.ph-caret-right:before {
  content: "";
}

.ph-light.ph-caret-up:before {
  content: "";
}

.ph-light.ph-caret-up-down:before {
  content: "";
}

.ph-light.ph-carrot:before {
  content: "";
}

.ph-light.ph-cash-register:before {
  content: "";
}

.ph-light.ph-cassette-tape:before {
  content: "";
}

.ph-light.ph-castle-turret:before {
  content: "";
}

.ph-light.ph-cat:before {
  content: "";
}

.ph-light.ph-cell-signal-full:before {
  content: "";
}

.ph-light.ph-cell-signal-high:before {
  content: "";
}

.ph-light.ph-cell-signal-low:before {
  content: "";
}

.ph-light.ph-cell-signal-medium:before {
  content: "";
}

.ph-light.ph-cell-signal-none:before {
  content: "";
}

.ph-light.ph-cell-signal-slash:before {
  content: "";
}

.ph-light.ph-cell-signal-x:before {
  content: "";
}

.ph-light.ph-cell-tower:before {
  content: "";
}

.ph-light.ph-certificate:before {
  content: "";
}

.ph-light.ph-chair:before {
  content: "";
}

.ph-light.ph-chalkboard:before {
  content: "";
}

.ph-light.ph-chalkboard-simple:before {
  content: "";
}

.ph-light.ph-chalkboard-teacher:before {
  content: "";
}

.ph-light.ph-champagne:before {
  content: "";
}

.ph-light.ph-charging-station:before {
  content: "";
}

.ph-light.ph-chart-bar:before {
  content: "";
}

.ph-light.ph-chart-bar-horizontal:before {
  content: "";
}

.ph-light.ph-chart-donut:before {
  content: "";
}

.ph-light.ph-chart-line:before {
  content: "";
}

.ph-light.ph-chart-line-down:before {
  content: "";
}

.ph-light.ph-chart-line-up:before {
  content: "";
}

.ph-light.ph-chart-pie:before {
  content: "";
}

.ph-light.ph-chart-pie-slice:before {
  content: "";
}

.ph-light.ph-chart-polar:before {
  content: "";
}

.ph-light.ph-chart-scatter:before {
  content: "";
}

.ph-light.ph-chat:before {
  content: "";
}

.ph-light.ph-chat-centered:before {
  content: "";
}

.ph-light.ph-chat-centered-dots:before {
  content: "";
}

.ph-light.ph-chat-centered-slash:before {
  content: "";
}

.ph-light.ph-chat-centered-text:before {
  content: "";
}

.ph-light.ph-chat-circle:before {
  content: "";
}

.ph-light.ph-chat-circle-dots:before {
  content: "";
}

.ph-light.ph-chat-circle-slash:before {
  content: "";
}

.ph-light.ph-chat-circle-text:before {
  content: "";
}

.ph-light.ph-chat-dots:before {
  content: "";
}

.ph-light.ph-chat-slash:before {
  content: "";
}

.ph-light.ph-chat-teardrop:before {
  content: "";
}

.ph-light.ph-chat-teardrop-dots:before {
  content: "";
}

.ph-light.ph-chat-teardrop-slash:before {
  content: "";
}

.ph-light.ph-chat-teardrop-text:before {
  content: "";
}

.ph-light.ph-chat-text:before {
  content: "";
}

.ph-light.ph-chats:before {
  content: "";
}

.ph-light.ph-chats-circle:before {
  content: "";
}

.ph-light.ph-chats-teardrop:before {
  content: "";
}

.ph-light.ph-check:before {
  content: "";
}

.ph-light.ph-check-circle:before {
  content: "";
}

.ph-light.ph-check-fat:before {
  content: "";
}

.ph-light.ph-check-square:before {
  content: "";
}

.ph-light.ph-check-square-offset:before {
  content: "";
}

.ph-light.ph-checkerboard:before {
  content: "";
}

.ph-light.ph-checks:before {
  content: "";
}

.ph-light.ph-cheers:before {
  content: "";
}

.ph-light.ph-cheese:before {
  content: "";
}

.ph-light.ph-chef-hat:before {
  content: "";
}

.ph-light.ph-cherries:before {
  content: "";
}

.ph-light.ph-church:before {
  content: "";
}

.ph-light.ph-cigarette:before {
  content: "";
}

.ph-light.ph-cigarette-slash:before {
  content: "";
}

.ph-light.ph-circle:before {
  content: "";
}

.ph-light.ph-circle-dashed:before {
  content: "";
}

.ph-light.ph-circle-half:before {
  content: "";
}

.ph-light.ph-circle-half-tilt:before {
  content: "";
}

.ph-light.ph-circle-notch:before {
  content: "";
}

.ph-light.ph-circles-four:before {
  content: "";
}

.ph-light.ph-circles-three:before {
  content: "";
}

.ph-light.ph-circles-three-plus:before {
  content: "";
}

.ph-light.ph-circuitry:before {
  content: "";
}

.ph-light.ph-city:before {
  content: "";
}

.ph-light.ph-clipboard:before {
  content: "";
}

.ph-light.ph-clipboard-text:before {
  content: "";
}

.ph-light.ph-clock:before {
  content: "";
}

.ph-light.ph-clock-afternoon:before {
  content: "";
}

.ph-light.ph-clock-clockwise:before {
  content: "";
}

.ph-light.ph-clock-countdown:before {
  content: "";
}

.ph-light.ph-clock-counter-clockwise:before {
  content: "";
}

.ph-light.ph-clock-user:before {
  content: "";
}

.ph-light.ph-closed-captioning:before {
  content: "";
}

.ph-light.ph-cloud:before {
  content: "";
}

.ph-light.ph-cloud-arrow-down:before {
  content: "";
}

.ph-light.ph-cloud-arrow-up:before {
  content: "";
}

.ph-light.ph-cloud-check:before {
  content: "";
}

.ph-light.ph-cloud-fog:before {
  content: "";
}

.ph-light.ph-cloud-lightning:before {
  content: "";
}

.ph-light.ph-cloud-moon:before {
  content: "";
}

.ph-light.ph-cloud-rain:before {
  content: "";
}

.ph-light.ph-cloud-slash:before {
  content: "";
}

.ph-light.ph-cloud-snow:before {
  content: "";
}

.ph-light.ph-cloud-sun:before {
  content: "";
}

.ph-light.ph-cloud-warning:before {
  content: "";
}

.ph-light.ph-cloud-x:before {
  content: "";
}

.ph-light.ph-clover:before {
  content: "";
}

.ph-light.ph-club:before {
  content: "";
}

.ph-light.ph-coat-hanger:before {
  content: "";
}

.ph-light.ph-coda-logo:before {
  content: "";
}

.ph-light.ph-code:before {
  content: "";
}

.ph-light.ph-code-block:before {
  content: "";
}

.ph-light.ph-code-simple:before {
  content: "";
}

.ph-light.ph-codepen-logo:before {
  content: "";
}

.ph-light.ph-codesandbox-logo:before {
  content: "";
}

.ph-light.ph-coffee:before {
  content: "";
}

.ph-light.ph-coffee-bean:before {
  content: "";
}

.ph-light.ph-coin:before {
  content: "";
}

.ph-light.ph-coin-vertical:before {
  content: "";
}

.ph-light.ph-coins:before {
  content: "";
}

.ph-light.ph-columns:before {
  content: "";
}

.ph-light.ph-columns-plus-left:before {
  content: "";
}

.ph-light.ph-columns-plus-right:before {
  content: "";
}

.ph-light.ph-command:before {
  content: "";
}

.ph-light.ph-compass:before {
  content: "";
}

.ph-light.ph-compass-rose:before {
  content: "";
}

.ph-light.ph-compass-tool:before {
  content: "";
}

.ph-light.ph-computer-tower:before {
  content: "";
}

.ph-light.ph-confetti:before {
  content: "";
}

.ph-light.ph-contactless-payment:before {
  content: "";
}

.ph-light.ph-control:before {
  content: "";
}

.ph-light.ph-cookie:before {
  content: "";
}

.ph-light.ph-cooking-pot:before {
  content: "";
}

.ph-light.ph-copy:before {
  content: "";
}

.ph-light.ph-copy-simple:before {
  content: "";
}

.ph-light.ph-copyleft:before {
  content: "";
}

.ph-light.ph-copyright:before {
  content: "";
}

.ph-light.ph-corners-in:before {
  content: "";
}

.ph-light.ph-corners-out:before {
  content: "";
}

.ph-light.ph-couch:before {
  content: "";
}

.ph-light.ph-court-basketball:before {
  content: "";
}

.ph-light.ph-cow:before {
  content: "";
}

.ph-light.ph-cowboy-hat:before {
  content: "";
}

.ph-light.ph-cpu:before {
  content: "";
}

.ph-light.ph-crane:before {
  content: "";
}

.ph-light.ph-crane-tower:before {
  content: "";
}

.ph-light.ph-credit-card:before {
  content: "";
}

.ph-light.ph-cricket:before {
  content: "";
}

.ph-light.ph-crop:before {
  content: "";
}

.ph-light.ph-cross:before {
  content: "";
}

.ph-light.ph-crosshair:before {
  content: "";
}

.ph-light.ph-crosshair-simple:before {
  content: "";
}

.ph-light.ph-crown:before {
  content: "";
}

.ph-light.ph-crown-cross:before {
  content: "";
}

.ph-light.ph-crown-simple:before {
  content: "";
}

.ph-light.ph-cube:before {
  content: "";
}

.ph-light.ph-cube-focus:before {
  content: "";
}

.ph-light.ph-cube-transparent:before {
  content: "";
}

.ph-light.ph-currency-btc:before {
  content: "";
}

.ph-light.ph-currency-circle-dollar:before {
  content: "";
}

.ph-light.ph-currency-cny:before {
  content: "";
}

.ph-light.ph-currency-dollar:before {
  content: "";
}

.ph-light.ph-currency-dollar-simple:before {
  content: "";
}

.ph-light.ph-currency-eth:before {
  content: "";
}

.ph-light.ph-currency-eur:before {
  content: "";
}

.ph-light.ph-currency-gbp:before {
  content: "";
}

.ph-light.ph-currency-inr:before {
  content: "";
}

.ph-light.ph-currency-jpy:before {
  content: "";
}

.ph-light.ph-currency-krw:before {
  content: "";
}

.ph-light.ph-currency-kzt:before {
  content: "";
}

.ph-light.ph-currency-ngn:before {
  content: "";
}

.ph-light.ph-currency-rub:before {
  content: "";
}

.ph-light.ph-cursor:before {
  content: "";
}

.ph-light.ph-cursor-click:before {
  content: "";
}

.ph-light.ph-cursor-text:before {
  content: "";
}

.ph-light.ph-cylinder:before {
  content: "";
}

.ph-light.ph-database:before {
  content: "";
}

.ph-light.ph-desk:before {
  content: "";
}

.ph-light.ph-desktop:before {
  content: "";
}

.ph-light.ph-desktop-tower:before {
  content: "";
}

.ph-light.ph-detective:before {
  content: "";
}

.ph-light.ph-dev-to-logo:before {
  content: "";
}

.ph-light.ph-device-mobile:before {
  content: "";
}

.ph-light.ph-device-mobile-camera:before {
  content: "";
}

.ph-light.ph-device-mobile-slash:before {
  content: "";
}

.ph-light.ph-device-mobile-speaker:before {
  content: "";
}

.ph-light.ph-device-rotate:before {
  content: "";
}

.ph-light.ph-device-tablet:before {
  content: "";
}

.ph-light.ph-device-tablet-camera:before {
  content: "";
}

.ph-light.ph-device-tablet-speaker:before {
  content: "";
}

.ph-light.ph-devices:before {
  content: "";
}

.ph-light.ph-diamond:before {
  content: "";
}

.ph-light.ph-diamonds-four:before {
  content: "";
}

.ph-light.ph-dice-five:before {
  content: "";
}

.ph-light.ph-dice-four:before {
  content: "";
}

.ph-light.ph-dice-one:before {
  content: "";
}

.ph-light.ph-dice-six:before {
  content: "";
}

.ph-light.ph-dice-three:before {
  content: "";
}

.ph-light.ph-dice-two:before {
  content: "";
}

.ph-light.ph-disc:before {
  content: "";
}

.ph-light.ph-disco-ball:before {
  content: "";
}

.ph-light.ph-discord-logo:before {
  content: "";
}

.ph-light.ph-divide:before {
  content: "";
}

.ph-light.ph-dna:before {
  content: "";
}

.ph-light.ph-dog:before {
  content: "";
}

.ph-light.ph-door:before {
  content: "";
}

.ph-light.ph-door-open:before {
  content: "";
}

.ph-light.ph-dot:before {
  content: "";
}

.ph-light.ph-dot-outline:before {
  content: "";
}

.ph-light.ph-dots-nine:before {
  content: "";
}

.ph-light.ph-dots-six:before {
  content: "";
}

.ph-light.ph-dots-six-vertical:before {
  content: "";
}

.ph-light.ph-dots-three:before {
  content: "";
}

.ph-light.ph-dots-three-circle:before {
  content: "";
}

.ph-light.ph-dots-three-circle-vertical:before {
  content: "";
}

.ph-light.ph-dots-three-outline:before {
  content: "";
}

.ph-light.ph-dots-three-outline-vertical:before {
  content: "";
}

.ph-light.ph-dots-three-vertical:before {
  content: "";
}

.ph-light.ph-download:before {
  content: "";
}

.ph-light.ph-download-simple:before {
  content: "";
}

.ph-light.ph-dress:before {
  content: "";
}

.ph-light.ph-dresser:before {
  content: "";
}

.ph-light.ph-dribbble-logo:before {
  content: "";
}

.ph-light.ph-drone:before {
  content: "";
}

.ph-light.ph-drop:before {
  content: "";
}

.ph-light.ph-drop-half:before {
  content: "";
}

.ph-light.ph-drop-half-bottom:before {
  content: "";
}

.ph-light.ph-drop-simple:before {
  content: "";
}

.ph-light.ph-drop-slash:before {
  content: "";
}

.ph-light.ph-dropbox-logo:before {
  content: "";
}

.ph-light.ph-ear:before {
  content: "";
}

.ph-light.ph-ear-slash:before {
  content: "";
}

.ph-light.ph-egg:before {
  content: "";
}

.ph-light.ph-egg-crack:before {
  content: "";
}

.ph-light.ph-eject:before {
  content: "";
}

.ph-light.ph-eject-simple:before {
  content: "";
}

.ph-light.ph-elevator:before {
  content: "";
}

.ph-light.ph-empty:before {
  content: "";
}

.ph-light.ph-engine:before {
  content: "";
}

.ph-light.ph-envelope:before {
  content: "";
}

.ph-light.ph-envelope-open:before {
  content: "";
}

.ph-light.ph-envelope-simple:before {
  content: "";
}

.ph-light.ph-envelope-simple-open:before {
  content: "";
}

.ph-light.ph-equalizer:before {
  content: "";
}

.ph-light.ph-equals:before {
  content: "";
}

.ph-light.ph-eraser:before {
  content: "";
}

.ph-light.ph-escalator-down:before {
  content: "";
}

.ph-light.ph-escalator-up:before {
  content: "";
}

.ph-light.ph-exam:before {
  content: "";
}

.ph-light.ph-exclamation-mark:before {
  content: "";
}

.ph-light.ph-exclude:before {
  content: "";
}

.ph-light.ph-exclude-square:before {
  content: "";
}

.ph-light.ph-export:before {
  content: "";
}

.ph-light.ph-eye:before {
  content: "";
}

.ph-light.ph-eye-closed:before {
  content: "";
}

.ph-light.ph-eye-slash:before {
  content: "";
}

.ph-light.ph-eyedropper:before {
  content: "";
}

.ph-light.ph-eyedropper-sample:before {
  content: "";
}

.ph-light.ph-eyeglasses:before {
  content: "";
}

.ph-light.ph-eyes:before {
  content: "";
}

.ph-light.ph-face-mask:before {
  content: "";
}

.ph-light.ph-facebook-logo:before {
  content: "";
}

.ph-light.ph-factory:before {
  content: "";
}

.ph-light.ph-faders:before {
  content: "";
}

.ph-light.ph-faders-horizontal:before {
  content: "";
}

.ph-light.ph-fallout-shelter:before {
  content: "";
}

.ph-light.ph-fan:before {
  content: "";
}

.ph-light.ph-farm:before {
  content: "";
}

.ph-light.ph-fast-forward:before {
  content: "";
}

.ph-light.ph-fast-forward-circle:before {
  content: "";
}

.ph-light.ph-feather:before {
  content: "";
}

.ph-light.ph-fediverse-logo:before {
  content: "";
}

.ph-light.ph-figma-logo:before {
  content: "";
}

.ph-light.ph-file:before {
  content: "";
}

.ph-light.ph-file-archive:before {
  content: "";
}

.ph-light.ph-file-arrow-down:before {
  content: "";
}

.ph-light.ph-file-arrow-up:before {
  content: "";
}

.ph-light.ph-file-audio:before {
  content: "";
}

.ph-light.ph-file-c:before {
  content: "";
}

.ph-light.ph-file-c-sharp:before {
  content: "";
}

.ph-light.ph-file-cloud:before {
  content: "";
}

.ph-light.ph-file-code:before {
  content: "";
}

.ph-light.ph-file-cpp:before {
  content: "";
}

.ph-light.ph-file-css:before {
  content: "";
}

.ph-light.ph-file-csv:before {
  content: "";
}

.ph-light.ph-file-dashed:before, .ph-light.ph-file-dotted:before {
  content: "";
}

.ph-light.ph-file-doc:before {
  content: "";
}

.ph-light.ph-file-html:before {
  content: "";
}

.ph-light.ph-file-image:before {
  content: "";
}

.ph-light.ph-file-ini:before {
  content: "";
}

.ph-light.ph-file-jpg:before {
  content: "";
}

.ph-light.ph-file-js:before {
  content: "";
}

.ph-light.ph-file-jsx:before {
  content: "";
}

.ph-light.ph-file-lock:before {
  content: "";
}

.ph-light.ph-file-magnifying-glass:before, .ph-light.ph-file-search:before {
  content: "";
}

.ph-light.ph-file-md:before {
  content: "";
}

.ph-light.ph-file-minus:before {
  content: "";
}

.ph-light.ph-file-pdf:before {
  content: "";
}

.ph-light.ph-file-plus:before {
  content: "";
}

.ph-light.ph-file-png:before {
  content: "";
}

.ph-light.ph-file-ppt:before {
  content: "";
}

.ph-light.ph-file-py:before {
  content: "";
}

.ph-light.ph-file-rs:before {
  content: "";
}

.ph-light.ph-file-sql:before {
  content: "";
}

.ph-light.ph-file-svg:before {
  content: "";
}

.ph-light.ph-file-text:before {
  content: "";
}

.ph-light.ph-file-ts:before {
  content: "";
}

.ph-light.ph-file-tsx:before {
  content: "";
}

.ph-light.ph-file-txt:before {
  content: "";
}

.ph-light.ph-file-video:before {
  content: "";
}

.ph-light.ph-file-vue:before {
  content: "";
}

.ph-light.ph-file-x:before {
  content: "";
}

.ph-light.ph-file-xls:before {
  content: "";
}

.ph-light.ph-file-zip:before {
  content: "";
}

.ph-light.ph-files:before {
  content: "";
}

.ph-light.ph-film-reel:before {
  content: "";
}

.ph-light.ph-film-script:before {
  content: "";
}

.ph-light.ph-film-slate:before {
  content: "";
}

.ph-light.ph-film-strip:before {
  content: "";
}

.ph-light.ph-fingerprint:before {
  content: "";
}

.ph-light.ph-fingerprint-simple:before {
  content: "";
}

.ph-light.ph-finn-the-human:before {
  content: "";
}

.ph-light.ph-fire:before {
  content: "";
}

.ph-light.ph-fire-extinguisher:before {
  content: "";
}

.ph-light.ph-fire-simple:before {
  content: "";
}

.ph-light.ph-fire-truck:before {
  content: "";
}

.ph-light.ph-first-aid:before {
  content: "";
}

.ph-light.ph-first-aid-kit:before {
  content: "";
}

.ph-light.ph-fish:before {
  content: "";
}

.ph-light.ph-fish-simple:before {
  content: "";
}

.ph-light.ph-flag:before {
  content: "";
}

.ph-light.ph-flag-banner:before {
  content: "";
}

.ph-light.ph-flag-banner-fold:before {
  content: "";
}

.ph-light.ph-flag-checkered:before {
  content: "";
}

.ph-light.ph-flag-pennant:before {
  content: "";
}

.ph-light.ph-flame:before {
  content: "";
}

.ph-light.ph-flashlight:before {
  content: "";
}

.ph-light.ph-flask:before {
  content: "";
}

.ph-light.ph-flip-horizontal:before {
  content: "";
}

.ph-light.ph-flip-vertical:before {
  content: "";
}

.ph-light.ph-floppy-disk:before {
  content: "";
}

.ph-light.ph-floppy-disk-back:before {
  content: "";
}

.ph-light.ph-flow-arrow:before {
  content: "";
}

.ph-light.ph-flower:before {
  content: "";
}

.ph-light.ph-flower-lotus:before {
  content: "";
}

.ph-light.ph-flower-tulip:before {
  content: "";
}

.ph-light.ph-flying-saucer:before {
  content: "";
}

.ph-light.ph-folder:before, .ph-light.ph-folder-notch:before {
  content: "";
}

.ph-light.ph-folder-dashed:before, .ph-light.ph-folder-dotted:before {
  content: "";
}

.ph-light.ph-folder-lock:before {
  content: "";
}

.ph-light.ph-folder-minus:before, .ph-light.ph-folder-notch-minus:before {
  content: "";
}

.ph-light.ph-folder-open:before, .ph-light.ph-folder-notch-open:before {
  content: "";
}

.ph-light.ph-folder-plus:before, .ph-light.ph-folder-notch-plus:before {
  content: "";
}

.ph-light.ph-folder-simple:before {
  content: "";
}

.ph-light.ph-folder-simple-dashed:before, .ph-light.ph-folder-simple-dotted:before {
  content: "";
}

.ph-light.ph-folder-simple-lock:before {
  content: "";
}

.ph-light.ph-folder-simple-minus:before {
  content: "";
}

.ph-light.ph-folder-simple-plus:before {
  content: "";
}

.ph-light.ph-folder-simple-star:before {
  content: "";
}

.ph-light.ph-folder-simple-user:before {
  content: "";
}

.ph-light.ph-folder-star:before {
  content: "";
}

.ph-light.ph-folder-user:before {
  content: "";
}

.ph-light.ph-folders:before {
  content: "";
}

.ph-light.ph-football:before {
  content: "";
}

.ph-light.ph-football-helmet:before {
  content: "";
}

.ph-light.ph-footprints:before {
  content: "";
}

.ph-light.ph-fork-knife:before {
  content: "";
}

.ph-light.ph-four-k:before {
  content: "";
}

.ph-light.ph-frame-corners:before {
  content: "";
}

.ph-light.ph-framer-logo:before {
  content: "";
}

.ph-light.ph-function:before {
  content: "";
}

.ph-light.ph-funnel:before {
  content: "";
}

.ph-light.ph-funnel-simple:before {
  content: "";
}

.ph-light.ph-funnel-simple-x:before {
  content: "";
}

.ph-light.ph-funnel-x:before {
  content: "";
}

.ph-light.ph-game-controller:before {
  content: "";
}

.ph-light.ph-garage:before {
  content: "";
}

.ph-light.ph-gas-can:before {
  content: "";
}

.ph-light.ph-gas-pump:before {
  content: "";
}

.ph-light.ph-gauge:before {
  content: "";
}

.ph-light.ph-gavel:before {
  content: "";
}

.ph-light.ph-gear:before {
  content: "";
}

.ph-light.ph-gear-fine:before {
  content: "";
}

.ph-light.ph-gear-six:before {
  content: "";
}

.ph-light.ph-gender-female:before {
  content: "";
}

.ph-light.ph-gender-intersex:before {
  content: "";
}

.ph-light.ph-gender-male:before {
  content: "";
}

.ph-light.ph-gender-neuter:before {
  content: "";
}

.ph-light.ph-gender-nonbinary:before {
  content: "";
}

.ph-light.ph-gender-transgender:before {
  content: "";
}

.ph-light.ph-ghost:before {
  content: "";
}

.ph-light.ph-gif:before {
  content: "";
}

.ph-light.ph-gift:before {
  content: "";
}

.ph-light.ph-git-branch:before {
  content: "";
}

.ph-light.ph-git-commit:before {
  content: "";
}

.ph-light.ph-git-diff:before {
  content: "";
}

.ph-light.ph-git-fork:before {
  content: "";
}

.ph-light.ph-git-merge:before {
  content: "";
}

.ph-light.ph-git-pull-request:before {
  content: "";
}

.ph-light.ph-github-logo:before {
  content: "";
}

.ph-light.ph-gitlab-logo:before {
  content: "";
}

.ph-light.ph-gitlab-logo-simple:before {
  content: "";
}

.ph-light.ph-globe:before {
  content: "";
}

.ph-light.ph-globe-hemisphere-east:before {
  content: "";
}

.ph-light.ph-globe-hemisphere-west:before {
  content: "";
}

.ph-light.ph-globe-simple:before {
  content: "";
}

.ph-light.ph-globe-simple-x:before {
  content: "";
}

.ph-light.ph-globe-stand:before {
  content: "";
}

.ph-light.ph-globe-x:before {
  content: "";
}

.ph-light.ph-goggles:before {
  content: "";
}

.ph-light.ph-golf:before {
  content: "";
}

.ph-light.ph-goodreads-logo:before {
  content: "";
}

.ph-light.ph-google-cardboard-logo:before {
  content: "";
}

.ph-light.ph-google-chrome-logo:before {
  content: "";
}

.ph-light.ph-google-drive-logo:before {
  content: "";
}

.ph-light.ph-google-logo:before {
  content: "";
}

.ph-light.ph-google-photos-logo:before {
  content: "";
}

.ph-light.ph-google-play-logo:before {
  content: "";
}

.ph-light.ph-google-podcasts-logo:before {
  content: "";
}

.ph-light.ph-gps:before {
  content: "";
}

.ph-light.ph-gps-fix:before {
  content: "";
}

.ph-light.ph-gps-slash:before {
  content: "";
}

.ph-light.ph-gradient:before {
  content: "";
}

.ph-light.ph-graduation-cap:before {
  content: "";
}

.ph-light.ph-grains:before {
  content: "";
}

.ph-light.ph-grains-slash:before {
  content: "";
}

.ph-light.ph-graph:before {
  content: "";
}

.ph-light.ph-graphics-card:before {
  content: "";
}

.ph-light.ph-greater-than:before {
  content: "";
}

.ph-light.ph-greater-than-or-equal:before {
  content: "";
}

.ph-light.ph-grid-four:before {
  content: "";
}

.ph-light.ph-grid-nine:before {
  content: "";
}

.ph-light.ph-guitar:before {
  content: "";
}

.ph-light.ph-hair-dryer:before {
  content: "";
}

.ph-light.ph-hamburger:before {
  content: "";
}

.ph-light.ph-hammer:before {
  content: "";
}

.ph-light.ph-hand:before {
  content: "";
}

.ph-light.ph-hand-arrow-down:before {
  content: "";
}

.ph-light.ph-hand-arrow-up:before {
  content: "";
}

.ph-light.ph-hand-coins:before {
  content: "";
}

.ph-light.ph-hand-deposit:before {
  content: "";
}

.ph-light.ph-hand-eye:before {
  content: "";
}

.ph-light.ph-hand-fist:before {
  content: "";
}

.ph-light.ph-hand-grabbing:before {
  content: "";
}

.ph-light.ph-hand-heart:before {
  content: "";
}

.ph-light.ph-hand-palm:before {
  content: "";
}

.ph-light.ph-hand-peace:before {
  content: "";
}

.ph-light.ph-hand-pointing:before {
  content: "";
}

.ph-light.ph-hand-soap:before {
  content: "";
}

.ph-light.ph-hand-swipe-left:before {
  content: "";
}

.ph-light.ph-hand-swipe-right:before {
  content: "";
}

.ph-light.ph-hand-tap:before {
  content: "";
}

.ph-light.ph-hand-waving:before {
  content: "";
}

.ph-light.ph-hand-withdraw:before {
  content: "";
}

.ph-light.ph-handbag:before {
  content: "";
}

.ph-light.ph-handbag-simple:before {
  content: "";
}

.ph-light.ph-hands-clapping:before {
  content: "";
}

.ph-light.ph-hands-praying:before {
  content: "";
}

.ph-light.ph-handshake:before {
  content: "";
}

.ph-light.ph-hard-drive:before {
  content: "";
}

.ph-light.ph-hard-drives:before {
  content: "";
}

.ph-light.ph-hard-hat:before {
  content: "";
}

.ph-light.ph-hash:before {
  content: "";
}

.ph-light.ph-hash-straight:before {
  content: "";
}

.ph-light.ph-head-circuit:before {
  content: "";
}

.ph-light.ph-headlights:before {
  content: "";
}

.ph-light.ph-headphones:before {
  content: "";
}

.ph-light.ph-headset:before {
  content: "";
}

.ph-light.ph-heart:before {
  content: "";
}

.ph-light.ph-heart-break:before {
  content: "";
}

.ph-light.ph-heart-half:before {
  content: "";
}

.ph-light.ph-heart-straight:before {
  content: "";
}

.ph-light.ph-heart-straight-break:before {
  content: "";
}

.ph-light.ph-heartbeat:before {
  content: "";
}

.ph-light.ph-hexagon:before {
  content: "";
}

.ph-light.ph-high-definition:before {
  content: "";
}

.ph-light.ph-high-heel:before {
  content: "";
}

.ph-light.ph-highlighter:before {
  content: "";
}

.ph-light.ph-highlighter-circle:before {
  content: "";
}

.ph-light.ph-hockey:before {
  content: "";
}

.ph-light.ph-hoodie:before {
  content: "";
}

.ph-light.ph-horse:before {
  content: "";
}

.ph-light.ph-hospital:before {
  content: "";
}

.ph-light.ph-hourglass:before {
  content: "";
}

.ph-light.ph-hourglass-high:before {
  content: "";
}

.ph-light.ph-hourglass-low:before {
  content: "";
}

.ph-light.ph-hourglass-medium:before {
  content: "";
}

.ph-light.ph-hourglass-simple:before {
  content: "";
}

.ph-light.ph-hourglass-simple-high:before {
  content: "";
}

.ph-light.ph-hourglass-simple-low:before {
  content: "";
}

.ph-light.ph-hourglass-simple-medium:before {
  content: "";
}

.ph-light.ph-house:before {
  content: "";
}

.ph-light.ph-house-line:before {
  content: "";
}

.ph-light.ph-house-simple:before {
  content: "";
}

.ph-light.ph-hurricane:before {
  content: "";
}

.ph-light.ph-ice-cream:before {
  content: "";
}

.ph-light.ph-identification-badge:before {
  content: "";
}

.ph-light.ph-identification-card:before {
  content: "";
}

.ph-light.ph-image:before {
  content: "";
}

.ph-light.ph-image-broken:before {
  content: "";
}

.ph-light.ph-image-square:before {
  content: "";
}

.ph-light.ph-images:before {
  content: "";
}

.ph-light.ph-images-square:before {
  content: "";
}

.ph-light.ph-infinity:before, .ph-light.ph-lemniscate:before {
  content: "";
}

.ph-light.ph-info:before {
  content: "";
}

.ph-light.ph-instagram-logo:before {
  content: "";
}

.ph-light.ph-intersect:before {
  content: "";
}

.ph-light.ph-intersect-square:before {
  content: "";
}

.ph-light.ph-intersect-three:before {
  content: "";
}

.ph-light.ph-intersection:before {
  content: "";
}

.ph-light.ph-invoice:before {
  content: "";
}

.ph-light.ph-island:before {
  content: "";
}

.ph-light.ph-jar:before {
  content: "";
}

.ph-light.ph-jar-label:before {
  content: "";
}

.ph-light.ph-jeep:before {
  content: "";
}

.ph-light.ph-joystick:before {
  content: "";
}

.ph-light.ph-kanban:before {
  content: "";
}

.ph-light.ph-key:before {
  content: "";
}

.ph-light.ph-key-return:before {
  content: "";
}

.ph-light.ph-keyboard:before {
  content: "";
}

.ph-light.ph-keyhole:before {
  content: "";
}

.ph-light.ph-knife:before {
  content: "";
}

.ph-light.ph-ladder:before {
  content: "";
}

.ph-light.ph-ladder-simple:before {
  content: "";
}

.ph-light.ph-lamp:before {
  content: "";
}

.ph-light.ph-lamp-pendant:before {
  content: "";
}

.ph-light.ph-laptop:before {
  content: "";
}

.ph-light.ph-lasso:before {
  content: "";
}

.ph-light.ph-lastfm-logo:before {
  content: "";
}

.ph-light.ph-layout:before {
  content: "";
}

.ph-light.ph-leaf:before {
  content: "";
}

.ph-light.ph-lectern:before {
  content: "";
}

.ph-light.ph-lego:before {
  content: "";
}

.ph-light.ph-lego-smiley:before {
  content: "";
}

.ph-light.ph-less-than:before {
  content: "";
}

.ph-light.ph-less-than-or-equal:before {
  content: "";
}

.ph-light.ph-letter-circle-h:before {
  content: "";
}

.ph-light.ph-letter-circle-p:before {
  content: "";
}

.ph-light.ph-letter-circle-v:before {
  content: "";
}

.ph-light.ph-lifebuoy:before {
  content: "";
}

.ph-light.ph-lightbulb:before {
  content: "";
}

.ph-light.ph-lightbulb-filament:before {
  content: "";
}

.ph-light.ph-lighthouse:before {
  content: "";
}

.ph-light.ph-lightning:before {
  content: "";
}

.ph-light.ph-lightning-a:before {
  content: "";
}

.ph-light.ph-lightning-slash:before {
  content: "";
}

.ph-light.ph-line-segment:before {
  content: "";
}

.ph-light.ph-line-segments:before {
  content: "";
}

.ph-light.ph-line-vertical:before {
  content: "";
}

.ph-light.ph-link:before {
  content: "";
}

.ph-light.ph-link-break:before {
  content: "";
}

.ph-light.ph-link-simple:before {
  content: "";
}

.ph-light.ph-link-simple-break:before {
  content: "";
}

.ph-light.ph-link-simple-horizontal:before {
  content: "";
}

.ph-light.ph-link-simple-horizontal-break:before {
  content: "";
}

.ph-light.ph-linkedin-logo:before {
  content: "";
}

.ph-light.ph-linktree-logo:before {
  content: "";
}

.ph-light.ph-linux-logo:before {
  content: "";
}

.ph-light.ph-list:before {
  content: "";
}

.ph-light.ph-list-bullets:before {
  content: "";
}

.ph-light.ph-list-checks:before {
  content: "";
}

.ph-light.ph-list-dashes:before {
  content: "";
}

.ph-light.ph-list-heart:before {
  content: "";
}

.ph-light.ph-list-magnifying-glass:before {
  content: "";
}

.ph-light.ph-list-numbers:before {
  content: "";
}

.ph-light.ph-list-plus:before {
  content: "";
}

.ph-light.ph-list-star:before {
  content: "";
}

.ph-light.ph-lock:before {
  content: "";
}

.ph-light.ph-lock-key:before {
  content: "";
}

.ph-light.ph-lock-key-open:before {
  content: "";
}

.ph-light.ph-lock-laminated:before {
  content: "";
}

.ph-light.ph-lock-laminated-open:before {
  content: "";
}

.ph-light.ph-lock-open:before {
  content: "";
}

.ph-light.ph-lock-simple:before {
  content: "";
}

.ph-light.ph-lock-simple-open:before {
  content: "";
}

.ph-light.ph-lockers:before {
  content: "";
}

.ph-light.ph-log:before {
  content: "";
}

.ph-light.ph-magic-wand:before {
  content: "";
}

.ph-light.ph-magnet:before {
  content: "";
}

.ph-light.ph-magnet-straight:before {
  content: "";
}

.ph-light.ph-magnifying-glass:before {
  content: "";
}

.ph-light.ph-magnifying-glass-minus:before {
  content: "";
}

.ph-light.ph-magnifying-glass-plus:before {
  content: "";
}

.ph-light.ph-mailbox:before {
  content: "";
}

.ph-light.ph-map-pin:before {
  content: "";
}

.ph-light.ph-map-pin-area:before {
  content: "";
}

.ph-light.ph-map-pin-line:before {
  content: "";
}

.ph-light.ph-map-pin-plus:before {
  content: "";
}

.ph-light.ph-map-pin-simple:before {
  content: "";
}

.ph-light.ph-map-pin-simple-area:before {
  content: "";
}

.ph-light.ph-map-pin-simple-line:before {
  content: "";
}

.ph-light.ph-map-trifold:before {
  content: "";
}

.ph-light.ph-markdown-logo:before {
  content: "";
}

.ph-light.ph-marker-circle:before {
  content: "";
}

.ph-light.ph-martini:before {
  content: "";
}

.ph-light.ph-mask-happy:before {
  content: "";
}

.ph-light.ph-mask-sad:before {
  content: "";
}

.ph-light.ph-mastodon-logo:before {
  content: "";
}

.ph-light.ph-math-operations:before {
  content: "";
}

.ph-light.ph-matrix-logo:before {
  content: "";
}

.ph-light.ph-medal:before {
  content: "";
}

.ph-light.ph-medal-military:before {
  content: "";
}

.ph-light.ph-medium-logo:before {
  content: "";
}

.ph-light.ph-megaphone:before {
  content: "";
}

.ph-light.ph-megaphone-simple:before {
  content: "";
}

.ph-light.ph-member-of:before {
  content: "";
}

.ph-light.ph-memory:before {
  content: "";
}

.ph-light.ph-messenger-logo:before {
  content: "";
}

.ph-light.ph-meta-logo:before {
  content: "";
}

.ph-light.ph-meteor:before {
  content: "";
}

.ph-light.ph-metronome:before {
  content: "";
}

.ph-light.ph-microphone:before {
  content: "";
}

.ph-light.ph-microphone-slash:before {
  content: "";
}

.ph-light.ph-microphone-stage:before {
  content: "";
}

.ph-light.ph-microscope:before {
  content: "";
}

.ph-light.ph-microsoft-excel-logo:before {
  content: "";
}

.ph-light.ph-microsoft-outlook-logo:before {
  content: "";
}

.ph-light.ph-microsoft-powerpoint-logo:before {
  content: "";
}

.ph-light.ph-microsoft-teams-logo:before {
  content: "";
}

.ph-light.ph-microsoft-word-logo:before {
  content: "";
}

.ph-light.ph-minus:before {
  content: "";
}

.ph-light.ph-minus-circle:before {
  content: "";
}

.ph-light.ph-minus-square:before {
  content: "";
}

.ph-light.ph-money:before {
  content: "";
}

.ph-light.ph-money-wavy:before {
  content: "";
}

.ph-light.ph-monitor:before {
  content: "";
}

.ph-light.ph-monitor-arrow-up:before {
  content: "";
}

.ph-light.ph-monitor-play:before {
  content: "";
}

.ph-light.ph-moon:before {
  content: "";
}

.ph-light.ph-moon-stars:before {
  content: "";
}

.ph-light.ph-moped:before {
  content: "";
}

.ph-light.ph-moped-front:before {
  content: "";
}

.ph-light.ph-mosque:before {
  content: "";
}

.ph-light.ph-motorcycle:before {
  content: "";
}

.ph-light.ph-mountains:before {
  content: "";
}

.ph-light.ph-mouse:before {
  content: "";
}

.ph-light.ph-mouse-left-click:before {
  content: "";
}

.ph-light.ph-mouse-middle-click:before {
  content: "";
}

.ph-light.ph-mouse-right-click:before {
  content: "";
}

.ph-light.ph-mouse-scroll:before {
  content: "";
}

.ph-light.ph-mouse-simple:before {
  content: "";
}

.ph-light.ph-music-note:before {
  content: "";
}

.ph-light.ph-music-note-simple:before {
  content: "";
}

.ph-light.ph-music-notes:before {
  content: "";
}

.ph-light.ph-music-notes-minus:before {
  content: "";
}

.ph-light.ph-music-notes-plus:before {
  content: "";
}

.ph-light.ph-music-notes-simple:before {
  content: "";
}

.ph-light.ph-navigation-arrow:before {
  content: "";
}

.ph-light.ph-needle:before {
  content: "";
}

.ph-light.ph-network:before {
  content: "";
}

.ph-light.ph-network-slash:before {
  content: "";
}

.ph-light.ph-network-x:before {
  content: "";
}

.ph-light.ph-newspaper:before {
  content: "";
}

.ph-light.ph-newspaper-clipping:before {
  content: "";
}

.ph-light.ph-not-equals:before {
  content: "";
}

.ph-light.ph-not-member-of:before {
  content: "";
}

.ph-light.ph-not-subset-of:before {
  content: "";
}

.ph-light.ph-not-superset-of:before {
  content: "";
}

.ph-light.ph-notches:before {
  content: "";
}

.ph-light.ph-note:before {
  content: "";
}

.ph-light.ph-note-blank:before {
  content: "";
}

.ph-light.ph-note-pencil:before {
  content: "";
}

.ph-light.ph-notebook:before {
  content: "";
}

.ph-light.ph-notepad:before {
  content: "";
}

.ph-light.ph-notification:before {
  content: "";
}

.ph-light.ph-notion-logo:before {
  content: "";
}

.ph-light.ph-nuclear-plant:before {
  content: "";
}

.ph-light.ph-number-circle-eight:before {
  content: "";
}

.ph-light.ph-number-circle-five:before {
  content: "";
}

.ph-light.ph-number-circle-four:before {
  content: "";
}

.ph-light.ph-number-circle-nine:before {
  content: "";
}

.ph-light.ph-number-circle-one:before {
  content: "";
}

.ph-light.ph-number-circle-seven:before {
  content: "";
}

.ph-light.ph-number-circle-six:before {
  content: "";
}

.ph-light.ph-number-circle-three:before {
  content: "";
}

.ph-light.ph-number-circle-two:before {
  content: "";
}

.ph-light.ph-number-circle-zero:before {
  content: "";
}

.ph-light.ph-number-eight:before {
  content: "";
}

.ph-light.ph-number-five:before {
  content: "";
}

.ph-light.ph-number-four:before {
  content: "";
}

.ph-light.ph-number-nine:before {
  content: "";
}

.ph-light.ph-number-one:before {
  content: "";
}

.ph-light.ph-number-seven:before {
  content: "";
}

.ph-light.ph-number-six:before {
  content: "";
}

.ph-light.ph-number-square-eight:before {
  content: "";
}

.ph-light.ph-number-square-five:before {
  content: "";
}

.ph-light.ph-number-square-four:before {
  content: "";
}

.ph-light.ph-number-square-nine:before {
  content: "";
}

.ph-light.ph-number-square-one:before {
  content: "";
}

.ph-light.ph-number-square-seven:before {
  content: "";
}

.ph-light.ph-number-square-six:before {
  content: "";
}

.ph-light.ph-number-square-three:before {
  content: "";
}

.ph-light.ph-number-square-two:before {
  content: "";
}

.ph-light.ph-number-square-zero:before {
  content: "";
}

.ph-light.ph-number-three:before {
  content: "";
}

.ph-light.ph-number-two:before {
  content: "";
}

.ph-light.ph-number-zero:before {
  content: "";
}

.ph-light.ph-numpad:before {
  content: "";
}

.ph-light.ph-nut:before {
  content: "";
}

.ph-light.ph-ny-times-logo:before {
  content: "";
}

.ph-light.ph-octagon:before {
  content: "";
}

.ph-light.ph-office-chair:before {
  content: "";
}

.ph-light.ph-onigiri:before {
  content: "";
}

.ph-light.ph-open-ai-logo:before {
  content: "";
}

.ph-light.ph-option:before {
  content: "";
}

.ph-light.ph-orange:before {
  content: "";
}

.ph-light.ph-orange-slice:before {
  content: "";
}

.ph-light.ph-oven:before {
  content: "";
}

.ph-light.ph-package:before {
  content: "";
}

.ph-light.ph-paint-brush:before {
  content: "";
}

.ph-light.ph-paint-brush-broad:before {
  content: "";
}

.ph-light.ph-paint-brush-household:before {
  content: "";
}

.ph-light.ph-paint-bucket:before {
  content: "";
}

.ph-light.ph-paint-roller:before {
  content: "";
}

.ph-light.ph-palette:before {
  content: "";
}

.ph-light.ph-panorama:before {
  content: "";
}

.ph-light.ph-pants:before {
  content: "";
}

.ph-light.ph-paper-plane:before {
  content: "";
}

.ph-light.ph-paper-plane-right:before {
  content: "";
}

.ph-light.ph-paper-plane-tilt:before {
  content: "";
}

.ph-light.ph-paperclip:before {
  content: "";
}

.ph-light.ph-paperclip-horizontal:before {
  content: "";
}

.ph-light.ph-parachute:before {
  content: "";
}

.ph-light.ph-paragraph:before {
  content: "";
}

.ph-light.ph-parallelogram:before {
  content: "";
}

.ph-light.ph-park:before {
  content: "";
}

.ph-light.ph-password:before {
  content: "";
}

.ph-light.ph-path:before {
  content: "";
}

.ph-light.ph-patreon-logo:before {
  content: "";
}

.ph-light.ph-pause:before {
  content: "";
}

.ph-light.ph-pause-circle:before {
  content: "";
}

.ph-light.ph-paw-print:before {
  content: "";
}

.ph-light.ph-paypal-logo:before {
  content: "";
}

.ph-light.ph-peace:before {
  content: "";
}

.ph-light.ph-pen:before {
  content: "";
}

.ph-light.ph-pen-nib:before {
  content: "";
}

.ph-light.ph-pen-nib-straight:before {
  content: "";
}

.ph-light.ph-pencil:before {
  content: "";
}

.ph-light.ph-pencil-circle:before {
  content: "";
}

.ph-light.ph-pencil-line:before {
  content: "";
}

.ph-light.ph-pencil-ruler:before {
  content: "";
}

.ph-light.ph-pencil-simple:before {
  content: "";
}

.ph-light.ph-pencil-simple-line:before {
  content: "";
}

.ph-light.ph-pencil-simple-slash:before {
  content: "";
}

.ph-light.ph-pencil-slash:before {
  content: "";
}

.ph-light.ph-pentagon:before {
  content: "";
}

.ph-light.ph-pentagram:before {
  content: "";
}

.ph-light.ph-pepper:before {
  content: "";
}

.ph-light.ph-percent:before {
  content: "";
}

.ph-light.ph-person:before {
  content: "";
}

.ph-light.ph-person-arms-spread:before {
  content: "";
}

.ph-light.ph-person-simple:before {
  content: "";
}

.ph-light.ph-person-simple-bike:before {
  content: "";
}

.ph-light.ph-person-simple-circle:before {
  content: "";
}

.ph-light.ph-person-simple-hike:before {
  content: "";
}

.ph-light.ph-person-simple-run:before {
  content: "";
}

.ph-light.ph-person-simple-ski:before {
  content: "";
}

.ph-light.ph-person-simple-snowboard:before {
  content: "";
}

.ph-light.ph-person-simple-swim:before {
  content: "";
}

.ph-light.ph-person-simple-tai-chi:before {
  content: "";
}

.ph-light.ph-person-simple-throw:before {
  content: "";
}

.ph-light.ph-person-simple-walk:before {
  content: "";
}

.ph-light.ph-perspective:before {
  content: "";
}

.ph-light.ph-phone:before {
  content: "";
}

.ph-light.ph-phone-call:before {
  content: "";
}

.ph-light.ph-phone-disconnect:before {
  content: "";
}

.ph-light.ph-phone-incoming:before {
  content: "";
}

.ph-light.ph-phone-list:before {
  content: "";
}

.ph-light.ph-phone-outgoing:before {
  content: "";
}

.ph-light.ph-phone-pause:before {
  content: "";
}

.ph-light.ph-phone-plus:before {
  content: "";
}

.ph-light.ph-phone-slash:before {
  content: "";
}

.ph-light.ph-phone-transfer:before {
  content: "";
}

.ph-light.ph-phone-x:before {
  content: "";
}

.ph-light.ph-phosphor-logo:before {
  content: "";
}

.ph-light.ph-pi:before {
  content: "";
}

.ph-light.ph-piano-keys:before {
  content: "";
}

.ph-light.ph-picnic-table:before {
  content: "";
}

.ph-light.ph-picture-in-picture:before {
  content: "";
}

.ph-light.ph-piggy-bank:before {
  content: "";
}

.ph-light.ph-pill:before {
  content: "";
}

.ph-light.ph-ping-pong:before {
  content: "";
}

.ph-light.ph-pint-glass:before {
  content: "";
}

.ph-light.ph-pinterest-logo:before {
  content: "";
}

.ph-light.ph-pinwheel:before {
  content: "";
}

.ph-light.ph-pipe:before {
  content: "";
}

.ph-light.ph-pipe-wrench:before {
  content: "";
}

.ph-light.ph-pix-logo:before {
  content: "";
}

.ph-light.ph-pizza:before {
  content: "";
}

.ph-light.ph-placeholder:before {
  content: "";
}

.ph-light.ph-planet:before {
  content: "";
}

.ph-light.ph-plant:before {
  content: "";
}

.ph-light.ph-play:before {
  content: "";
}

.ph-light.ph-play-circle:before {
  content: "";
}

.ph-light.ph-play-pause:before {
  content: "";
}

.ph-light.ph-playlist:before {
  content: "";
}

.ph-light.ph-plug:before {
  content: "";
}

.ph-light.ph-plug-charging:before {
  content: "";
}

.ph-light.ph-plugs:before {
  content: "";
}

.ph-light.ph-plugs-connected:before {
  content: "";
}

.ph-light.ph-plus:before {
  content: "";
}

.ph-light.ph-plus-circle:before {
  content: "";
}

.ph-light.ph-plus-minus:before {
  content: "";
}

.ph-light.ph-plus-square:before {
  content: "";
}

.ph-light.ph-poker-chip:before {
  content: "";
}

.ph-light.ph-police-car:before {
  content: "";
}

.ph-light.ph-polygon:before {
  content: "";
}

.ph-light.ph-popcorn:before {
  content: "";
}

.ph-light.ph-popsicle:before {
  content: "";
}

.ph-light.ph-potted-plant:before {
  content: "";
}

.ph-light.ph-power:before {
  content: "";
}

.ph-light.ph-prescription:before {
  content: "";
}

.ph-light.ph-presentation:before {
  content: "";
}

.ph-light.ph-presentation-chart:before {
  content: "";
}

.ph-light.ph-printer:before {
  content: "";
}

.ph-light.ph-prohibit:before {
  content: "";
}

.ph-light.ph-prohibit-inset:before {
  content: "";
}

.ph-light.ph-projector-screen:before {
  content: "";
}

.ph-light.ph-projector-screen-chart:before {
  content: "";
}

.ph-light.ph-pulse:before, .ph-light.ph-activity:before {
  content: "";
}

.ph-light.ph-push-pin:before {
  content: "";
}

.ph-light.ph-push-pin-simple:before {
  content: "";
}

.ph-light.ph-push-pin-simple-slash:before {
  content: "";
}

.ph-light.ph-push-pin-slash:before {
  content: "";
}

.ph-light.ph-puzzle-piece:before {
  content: "";
}

.ph-light.ph-qr-code:before {
  content: "";
}

.ph-light.ph-question:before {
  content: "";
}

.ph-light.ph-question-mark:before {
  content: "";
}

.ph-light.ph-queue:before {
  content: "";
}

.ph-light.ph-quotes:before {
  content: "";
}

.ph-light.ph-rabbit:before {
  content: "";
}

.ph-light.ph-racquet:before {
  content: "";
}

.ph-light.ph-radical:before {
  content: "";
}

.ph-light.ph-radio:before {
  content: "";
}

.ph-light.ph-radio-button:before {
  content: "";
}

.ph-light.ph-radioactive:before {
  content: "";
}

.ph-light.ph-rainbow:before {
  content: "";
}

.ph-light.ph-rainbow-cloud:before {
  content: "";
}

.ph-light.ph-ranking:before {
  content: "";
}

.ph-light.ph-read-cv-logo:before {
  content: "";
}

.ph-light.ph-receipt:before {
  content: "";
}

.ph-light.ph-receipt-x:before {
  content: "";
}

.ph-light.ph-record:before {
  content: "";
}

.ph-light.ph-rectangle:before {
  content: "";
}

.ph-light.ph-rectangle-dashed:before {
  content: "";
}

.ph-light.ph-recycle:before {
  content: "";
}

.ph-light.ph-reddit-logo:before {
  content: "";
}

.ph-light.ph-repeat:before {
  content: "";
}

.ph-light.ph-repeat-once:before {
  content: "";
}

.ph-light.ph-replit-logo:before {
  content: "";
}

.ph-light.ph-resize:before {
  content: "";
}

.ph-light.ph-rewind:before {
  content: "";
}

.ph-light.ph-rewind-circle:before {
  content: "";
}

.ph-light.ph-road-horizon:before {
  content: "";
}

.ph-light.ph-robot:before {
  content: "";
}

.ph-light.ph-rocket:before {
  content: "";
}

.ph-light.ph-rocket-launch:before {
  content: "";
}

.ph-light.ph-rows:before {
  content: "";
}

.ph-light.ph-rows-plus-bottom:before {
  content: "";
}

.ph-light.ph-rows-plus-top:before {
  content: "";
}

.ph-light.ph-rss:before {
  content: "";
}

.ph-light.ph-rss-simple:before {
  content: "";
}

.ph-light.ph-rug:before {
  content: "";
}

.ph-light.ph-ruler:before {
  content: "";
}

.ph-light.ph-sailboat:before {
  content: "";
}

.ph-light.ph-scales:before {
  content: "";
}

.ph-light.ph-scan:before {
  content: "";
}

.ph-light.ph-scan-smiley:before {
  content: "";
}

.ph-light.ph-scissors:before {
  content: "";
}

.ph-light.ph-scooter:before {
  content: "";
}

.ph-light.ph-screencast:before {
  content: "";
}

.ph-light.ph-screwdriver:before {
  content: "";
}

.ph-light.ph-scribble:before {
  content: "";
}

.ph-light.ph-scribble-loop:before {
  content: "";
}

.ph-light.ph-scroll:before {
  content: "";
}

.ph-light.ph-seal:before, .ph-light.ph-circle-wavy:before {
  content: "";
}

.ph-light.ph-seal-check:before, .ph-light.ph-circle-wavy-check:before {
  content: "";
}

.ph-light.ph-seal-percent:before {
  content: "";
}

.ph-light.ph-seal-question:before, .ph-light.ph-circle-wavy-question:before {
  content: "";
}

.ph-light.ph-seal-warning:before, .ph-light.ph-circle-wavy-warning:before {
  content: "";
}

.ph-light.ph-seat:before {
  content: "";
}

.ph-light.ph-seatbelt:before {
  content: "";
}

.ph-light.ph-security-camera:before {
  content: "";
}

.ph-light.ph-selection:before {
  content: "";
}

.ph-light.ph-selection-all:before {
  content: "";
}

.ph-light.ph-selection-background:before {
  content: "";
}

.ph-light.ph-selection-foreground:before {
  content: "";
}

.ph-light.ph-selection-inverse:before {
  content: "";
}

.ph-light.ph-selection-plus:before {
  content: "";
}

.ph-light.ph-selection-slash:before {
  content: "";
}

.ph-light.ph-shapes:before {
  content: "";
}

.ph-light.ph-share:before {
  content: "";
}

.ph-light.ph-share-fat:before {
  content: "";
}

.ph-light.ph-share-network:before {
  content: "";
}

.ph-light.ph-shield:before {
  content: "";
}

.ph-light.ph-shield-check:before {
  content: "";
}

.ph-light.ph-shield-checkered:before {
  content: "";
}

.ph-light.ph-shield-chevron:before {
  content: "";
}

.ph-light.ph-shield-plus:before {
  content: "";
}

.ph-light.ph-shield-slash:before {
  content: "";
}

.ph-light.ph-shield-star:before {
  content: "";
}

.ph-light.ph-shield-warning:before {
  content: "";
}

.ph-light.ph-shipping-container:before {
  content: "";
}

.ph-light.ph-shirt-folded:before {
  content: "";
}

.ph-light.ph-shooting-star:before {
  content: "";
}

.ph-light.ph-shopping-bag:before {
  content: "";
}

.ph-light.ph-shopping-bag-open:before {
  content: "";
}

.ph-light.ph-shopping-cart:before {
  content: "";
}

.ph-light.ph-shopping-cart-simple:before {
  content: "";
}

.ph-light.ph-shovel:before {
  content: "";
}

.ph-light.ph-shower:before {
  content: "";
}

.ph-light.ph-shrimp:before {
  content: "";
}

.ph-light.ph-shuffle:before {
  content: "";
}

.ph-light.ph-shuffle-angular:before {
  content: "";
}

.ph-light.ph-shuffle-simple:before {
  content: "";
}

.ph-light.ph-sidebar:before {
  content: "";
}

.ph-light.ph-sidebar-simple:before {
  content: "";
}

.ph-light.ph-sigma:before {
  content: "";
}

.ph-light.ph-sign-in:before {
  content: "";
}

.ph-light.ph-sign-out:before {
  content: "";
}

.ph-light.ph-signature:before {
  content: "";
}

.ph-light.ph-signpost:before {
  content: "";
}

.ph-light.ph-sim-card:before {
  content: "";
}

.ph-light.ph-siren:before {
  content: "";
}

.ph-light.ph-sketch-logo:before {
  content: "";
}

.ph-light.ph-skip-back:before {
  content: "";
}

.ph-light.ph-skip-back-circle:before {
  content: "";
}

.ph-light.ph-skip-forward:before {
  content: "";
}

.ph-light.ph-skip-forward-circle:before {
  content: "";
}

.ph-light.ph-skull:before {
  content: "";
}

.ph-light.ph-skype-logo:before {
  content: "";
}

.ph-light.ph-slack-logo:before {
  content: "";
}

.ph-light.ph-sliders:before {
  content: "";
}

.ph-light.ph-sliders-horizontal:before {
  content: "";
}

.ph-light.ph-slideshow:before {
  content: "";
}

.ph-light.ph-smiley:before {
  content: "";
}

.ph-light.ph-smiley-angry:before {
  content: "";
}

.ph-light.ph-smiley-blank:before {
  content: "";
}

.ph-light.ph-smiley-meh:before {
  content: "";
}

.ph-light.ph-smiley-melting:before {
  content: "";
}

.ph-light.ph-smiley-nervous:before {
  content: "";
}

.ph-light.ph-smiley-sad:before {
  content: "";
}

.ph-light.ph-smiley-sticker:before {
  content: "";
}

.ph-light.ph-smiley-wink:before {
  content: "";
}

.ph-light.ph-smiley-x-eyes:before {
  content: "";
}

.ph-light.ph-snapchat-logo:before {
  content: "";
}

.ph-light.ph-sneaker:before {
  content: "";
}

.ph-light.ph-sneaker-move:before {
  content: "";
}

.ph-light.ph-snowflake:before {
  content: "";
}

.ph-light.ph-soccer-ball:before {
  content: "";
}

.ph-light.ph-sock:before {
  content: "";
}

.ph-light.ph-solar-panel:before {
  content: "";
}

.ph-light.ph-solar-roof:before {
  content: "";
}

.ph-light.ph-sort-ascending:before {
  content: "";
}

.ph-light.ph-sort-descending:before {
  content: "";
}

.ph-light.ph-soundcloud-logo:before {
  content: "";
}

.ph-light.ph-spade:before {
  content: "";
}

.ph-light.ph-sparkle:before {
  content: "";
}

.ph-light.ph-speaker-hifi:before {
  content: "";
}

.ph-light.ph-speaker-high:before {
  content: "";
}

.ph-light.ph-speaker-low:before {
  content: "";
}

.ph-light.ph-speaker-none:before {
  content: "";
}

.ph-light.ph-speaker-simple-high:before {
  content: "";
}

.ph-light.ph-speaker-simple-low:before {
  content: "";
}

.ph-light.ph-speaker-simple-none:before {
  content: "";
}

.ph-light.ph-speaker-simple-slash:before {
  content: "";
}

.ph-light.ph-speaker-simple-x:before {
  content: "";
}

.ph-light.ph-speaker-slash:before {
  content: "";
}

.ph-light.ph-speaker-x:before {
  content: "";
}

.ph-light.ph-speedometer:before {
  content: "";
}

.ph-light.ph-sphere:before {
  content: "";
}

.ph-light.ph-spinner:before {
  content: "";
}

.ph-light.ph-spinner-ball:before {
  content: "";
}

.ph-light.ph-spinner-gap:before {
  content: "";
}

.ph-light.ph-spiral:before {
  content: "";
}

.ph-light.ph-split-horizontal:before {
  content: "";
}

.ph-light.ph-split-vertical:before {
  content: "";
}

.ph-light.ph-spotify-logo:before {
  content: "";
}

.ph-light.ph-spray-bottle:before {
  content: "";
}

.ph-light.ph-square:before {
  content: "";
}

.ph-light.ph-square-half:before {
  content: "";
}

.ph-light.ph-square-half-bottom:before {
  content: "";
}

.ph-light.ph-square-logo:before {
  content: "";
}

.ph-light.ph-square-split-horizontal:before {
  content: "";
}

.ph-light.ph-square-split-vertical:before {
  content: "";
}

.ph-light.ph-squares-four:before {
  content: "";
}

.ph-light.ph-stack:before {
  content: "";
}

.ph-light.ph-stack-minus:before {
  content: "";
}

.ph-light.ph-stack-overflow-logo:before {
  content: "";
}

.ph-light.ph-stack-plus:before {
  content: "";
}

.ph-light.ph-stack-simple:before {
  content: "";
}

.ph-light.ph-stairs:before {
  content: "";
}

.ph-light.ph-stamp:before {
  content: "";
}

.ph-light.ph-standard-definition:before {
  content: "";
}

.ph-light.ph-star:before {
  content: "";
}

.ph-light.ph-star-and-crescent:before {
  content: "";
}

.ph-light.ph-star-four:before {
  content: "";
}

.ph-light.ph-star-half:before {
  content: "";
}

.ph-light.ph-star-of-david:before {
  content: "";
}

.ph-light.ph-steam-logo:before {
  content: "";
}

.ph-light.ph-steering-wheel:before {
  content: "";
}

.ph-light.ph-steps:before {
  content: "";
}

.ph-light.ph-stethoscope:before {
  content: "";
}

.ph-light.ph-sticker:before {
  content: "";
}

.ph-light.ph-stool:before {
  content: "";
}

.ph-light.ph-stop:before {
  content: "";
}

.ph-light.ph-stop-circle:before {
  content: "";
}

.ph-light.ph-storefront:before {
  content: "";
}

.ph-light.ph-strategy:before {
  content: "";
}

.ph-light.ph-stripe-logo:before {
  content: "";
}

.ph-light.ph-student:before {
  content: "";
}

.ph-light.ph-subset-of:before {
  content: "";
}

.ph-light.ph-subset-proper-of:before {
  content: "";
}

.ph-light.ph-subtitles:before {
  content: "";
}

.ph-light.ph-subtitles-slash:before {
  content: "";
}

.ph-light.ph-subtract:before {
  content: "";
}

.ph-light.ph-subtract-square:before {
  content: "";
}

.ph-light.ph-subway:before {
  content: "";
}

.ph-light.ph-suitcase:before {
  content: "";
}

.ph-light.ph-suitcase-rolling:before {
  content: "";
}

.ph-light.ph-suitcase-simple:before {
  content: "";
}

.ph-light.ph-sun:before {
  content: "";
}

.ph-light.ph-sun-dim:before {
  content: "";
}

.ph-light.ph-sun-horizon:before {
  content: "";
}

.ph-light.ph-sunglasses:before {
  content: "";
}

.ph-light.ph-superset-of:before {
  content: "";
}

.ph-light.ph-superset-proper-of:before {
  content: "";
}

.ph-light.ph-swap:before {
  content: "";
}

.ph-light.ph-swatches:before {
  content: "";
}

.ph-light.ph-swimming-pool:before {
  content: "";
}

.ph-light.ph-sword:before {
  content: "";
}

.ph-light.ph-synagogue:before {
  content: "";
}

.ph-light.ph-syringe:before {
  content: "";
}

.ph-light.ph-t-shirt:before {
  content: "";
}

.ph-light.ph-table:before {
  content: "";
}

.ph-light.ph-tabs:before {
  content: "";
}

.ph-light.ph-tag:before {
  content: "";
}

.ph-light.ph-tag-chevron:before {
  content: "";
}

.ph-light.ph-tag-simple:before {
  content: "";
}

.ph-light.ph-target:before {
  content: "";
}

.ph-light.ph-taxi:before {
  content: "";
}

.ph-light.ph-tea-bag:before {
  content: "";
}

.ph-light.ph-telegram-logo:before {
  content: "";
}

.ph-light.ph-television:before {
  content: "";
}

.ph-light.ph-television-simple:before {
  content: "";
}

.ph-light.ph-tennis-ball:before {
  content: "";
}

.ph-light.ph-tent:before {
  content: "";
}

.ph-light.ph-terminal:before {
  content: "";
}

.ph-light.ph-terminal-window:before {
  content: "";
}

.ph-light.ph-test-tube:before {
  content: "";
}

.ph-light.ph-text-a-underline:before {
  content: "";
}

.ph-light.ph-text-aa:before {
  content: "";
}

.ph-light.ph-text-align-center:before {
  content: "";
}

.ph-light.ph-text-align-justify:before {
  content: "";
}

.ph-light.ph-text-align-left:before {
  content: "";
}

.ph-light.ph-text-align-right:before {
  content: "";
}

.ph-light.ph-text-b:before, .ph-light.ph-text-bolder:before {
  content: "";
}

.ph-light.ph-text-columns:before {
  content: "";
}

.ph-light.ph-text-h:before {
  content: "";
}

.ph-light.ph-text-h-five:before {
  content: "";
}

.ph-light.ph-text-h-four:before {
  content: "";
}

.ph-light.ph-text-h-one:before {
  content: "";
}

.ph-light.ph-text-h-six:before {
  content: "";
}

.ph-light.ph-text-h-three:before {
  content: "";
}

.ph-light.ph-text-h-two:before {
  content: "";
}

.ph-light.ph-text-indent:before {
  content: "";
}

.ph-light.ph-text-italic:before {
  content: "";
}

.ph-light.ph-text-outdent:before {
  content: "";
}

.ph-light.ph-text-strikethrough:before {
  content: "";
}

.ph-light.ph-text-subscript:before {
  content: "";
}

.ph-light.ph-text-superscript:before {
  content: "";
}

.ph-light.ph-text-t:before {
  content: "";
}

.ph-light.ph-text-t-slash:before {
  content: "";
}

.ph-light.ph-text-underline:before {
  content: "";
}

.ph-light.ph-textbox:before {
  content: "";
}

.ph-light.ph-thermometer:before {
  content: "";
}

.ph-light.ph-thermometer-cold:before {
  content: "";
}

.ph-light.ph-thermometer-hot:before {
  content: "";
}

.ph-light.ph-thermometer-simple:before {
  content: "";
}

.ph-light.ph-threads-logo:before {
  content: "";
}

.ph-light.ph-three-d:before {
  content: "";
}

.ph-light.ph-thumbs-down:before {
  content: "";
}

.ph-light.ph-thumbs-up:before {
  content: "";
}

.ph-light.ph-ticket:before {
  content: "";
}

.ph-light.ph-tidal-logo:before {
  content: "";
}

.ph-light.ph-tiktok-logo:before {
  content: "";
}

.ph-light.ph-tilde:before {
  content: "";
}

.ph-light.ph-timer:before {
  content: "";
}

.ph-light.ph-tip-jar:before {
  content: "";
}

.ph-light.ph-tipi:before {
  content: "";
}

.ph-light.ph-tire:before {
  content: "";
}

.ph-light.ph-toggle-left:before {
  content: "";
}

.ph-light.ph-toggle-right:before {
  content: "";
}

.ph-light.ph-toilet:before {
  content: "";
}

.ph-light.ph-toilet-paper:before {
  content: "";
}

.ph-light.ph-toolbox:before {
  content: "";
}

.ph-light.ph-tooth:before {
  content: "";
}

.ph-light.ph-tornado:before {
  content: "";
}

.ph-light.ph-tote:before {
  content: "";
}

.ph-light.ph-tote-simple:before {
  content: "";
}

.ph-light.ph-towel:before {
  content: "";
}

.ph-light.ph-tractor:before {
  content: "";
}

.ph-light.ph-trademark:before {
  content: "";
}

.ph-light.ph-trademark-registered:before {
  content: "";
}

.ph-light.ph-traffic-cone:before {
  content: "";
}

.ph-light.ph-traffic-sign:before {
  content: "";
}

.ph-light.ph-traffic-signal:before {
  content: "";
}

.ph-light.ph-train:before {
  content: "";
}

.ph-light.ph-train-regional:before {
  content: "";
}

.ph-light.ph-train-simple:before {
  content: "";
}

.ph-light.ph-tram:before {
  content: "";
}

.ph-light.ph-translate:before {
  content: "";
}

.ph-light.ph-trash:before {
  content: "";
}

.ph-light.ph-trash-simple:before {
  content: "";
}

.ph-light.ph-tray:before {
  content: "";
}

.ph-light.ph-tray-arrow-down:before, .ph-light.ph-archive-tray:before {
  content: "";
}

.ph-light.ph-tray-arrow-up:before {
  content: "";
}

.ph-light.ph-treasure-chest:before {
  content: "";
}

.ph-light.ph-tree:before {
  content: "";
}

.ph-light.ph-tree-evergreen:before {
  content: "";
}

.ph-light.ph-tree-palm:before {
  content: "";
}

.ph-light.ph-tree-structure:before {
  content: "";
}

.ph-light.ph-tree-view:before {
  content: "";
}

.ph-light.ph-trend-down:before {
  content: "";
}

.ph-light.ph-trend-up:before {
  content: "";
}

.ph-light.ph-triangle:before {
  content: "";
}

.ph-light.ph-triangle-dashed:before {
  content: "";
}

.ph-light.ph-trolley:before {
  content: "";
}

.ph-light.ph-trolley-suitcase:before {
  content: "";
}

.ph-light.ph-trophy:before {
  content: "";
}

.ph-light.ph-truck:before {
  content: "";
}

.ph-light.ph-truck-trailer:before {
  content: "";
}

.ph-light.ph-tumblr-logo:before {
  content: "";
}

.ph-light.ph-twitch-logo:before {
  content: "";
}

.ph-light.ph-twitter-logo:before {
  content: "";
}

.ph-light.ph-umbrella:before {
  content: "";
}

.ph-light.ph-umbrella-simple:before {
  content: "";
}

.ph-light.ph-union:before {
  content: "";
}

.ph-light.ph-unite:before {
  content: "";
}

.ph-light.ph-unite-square:before {
  content: "";
}

.ph-light.ph-upload:before {
  content: "";
}

.ph-light.ph-upload-simple:before {
  content: "";
}

.ph-light.ph-usb:before {
  content: "";
}

.ph-light.ph-user:before {
  content: "";
}

.ph-light.ph-user-check:before {
  content: "";
}

.ph-light.ph-user-circle:before {
  content: "";
}

.ph-light.ph-user-circle-check:before {
  content: "";
}

.ph-light.ph-user-circle-dashed:before {
  content: "";
}

.ph-light.ph-user-circle-gear:before {
  content: "";
}

.ph-light.ph-user-circle-minus:before {
  content: "";
}

.ph-light.ph-user-circle-plus:before {
  content: "";
}

.ph-light.ph-user-focus:before {
  content: "";
}

.ph-light.ph-user-gear:before {
  content: "";
}

.ph-light.ph-user-list:before {
  content: "";
}

.ph-light.ph-user-minus:before {
  content: "";
}

.ph-light.ph-user-plus:before {
  content: "";
}

.ph-light.ph-user-rectangle:before {
  content: "";
}

.ph-light.ph-user-sound:before {
  content: "";
}

.ph-light.ph-user-square:before {
  content: "";
}

.ph-light.ph-user-switch:before {
  content: "";
}

.ph-light.ph-users:before {
  content: "";
}

.ph-light.ph-users-four:before {
  content: "";
}

.ph-light.ph-users-three:before {
  content: "";
}

.ph-light.ph-van:before {
  content: "";
}

.ph-light.ph-vault:before {
  content: "";
}

.ph-light.ph-vector-three:before {
  content: "";
}

.ph-light.ph-vector-two:before {
  content: "";
}

.ph-light.ph-vibrate:before {
  content: "";
}

.ph-light.ph-video:before {
  content: "";
}

.ph-light.ph-video-camera:before {
  content: "";
}

.ph-light.ph-video-camera-slash:before {
  content: "";
}

.ph-light.ph-video-conference:before {
  content: "";
}

.ph-light.ph-vignette:before {
  content: "";
}

.ph-light.ph-vinyl-record:before {
  content: "";
}

.ph-light.ph-virtual-reality:before {
  content: "";
}

.ph-light.ph-virus:before {
  content: "";
}

.ph-light.ph-visor:before {
  content: "";
}

.ph-light.ph-voicemail:before {
  content: "";
}

.ph-light.ph-volleyball:before {
  content: "";
}

.ph-light.ph-wall:before {
  content: "";
}

.ph-light.ph-wallet:before {
  content: "";
}

.ph-light.ph-warehouse:before {
  content: "";
}

.ph-light.ph-warning:before {
  content: "";
}

.ph-light.ph-warning-circle:before {
  content: "";
}

.ph-light.ph-warning-diamond:before {
  content: "";
}

.ph-light.ph-warning-octagon:before {
  content: "";
}

.ph-light.ph-washing-machine:before {
  content: "";
}

.ph-light.ph-watch:before {
  content: "";
}

.ph-light.ph-wave-sawtooth:before {
  content: "";
}

.ph-light.ph-wave-sine:before {
  content: "";
}

.ph-light.ph-wave-square:before {
  content: "";
}

.ph-light.ph-wave-triangle:before {
  content: "";
}

.ph-light.ph-waveform:before {
  content: "";
}

.ph-light.ph-waveform-slash:before {
  content: "";
}

.ph-light.ph-waves:before {
  content: "";
}

.ph-light.ph-webcam:before {
  content: "";
}

.ph-light.ph-webcam-slash:before {
  content: "";
}

.ph-light.ph-webhooks-logo:before {
  content: "";
}

.ph-light.ph-wechat-logo:before {
  content: "";
}

.ph-light.ph-whatsapp-logo:before {
  content: "";
}

.ph-light.ph-wheelchair:before {
  content: "";
}

.ph-light.ph-wheelchair-motion:before {
  content: "";
}

.ph-light.ph-wifi-high:before {
  content: "";
}

.ph-light.ph-wifi-low:before {
  content: "";
}

.ph-light.ph-wifi-medium:before {
  content: "";
}

.ph-light.ph-wifi-none:before {
  content: "";
}

.ph-light.ph-wifi-slash:before {
  content: "";
}

.ph-light.ph-wifi-x:before {
  content: "";
}

.ph-light.ph-wind:before {
  content: "";
}

.ph-light.ph-windmill:before {
  content: "";
}

.ph-light.ph-windows-logo:before {
  content: "";
}

.ph-light.ph-wine:before {
  content: "";
}

.ph-light.ph-wrench:before {
  content: "";
}

.ph-light.ph-x:before {
  content: "";
}

.ph-light.ph-x-circle:before {
  content: "";
}

.ph-light.ph-x-logo:before {
  content: "";
}

.ph-light.ph-x-square:before {
  content: "";
}

.ph-light.ph-yarn:before {
  content: "";
}

.ph-light.ph-yin-yang:before {
  content: "";
}

.ph-light.ph-youtube-logo:before {
  content: "";
}

@font-face {
  font-family: Phosphor;
  src: url("../media/Phosphor.2cdcaf55.woff2") format("woff2"), url("../media/Phosphor.49e46999.woff") format("woff"), url("../media/Phosphor.195e7f67.ttf") format("truetype"), url("../media/Phosphor.c77b3abb.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.ph {
  speak: never;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  -moz-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: Phosphor !important;
}

.ph.ph-acorn:before {
  content: "";
}

.ph.ph-address-book:before {
  content: "";
}

.ph.ph-address-book-tabs:before {
  content: "";
}

.ph.ph-air-traffic-control:before {
  content: "";
}

.ph.ph-airplane:before {
  content: "";
}

.ph.ph-airplane-in-flight:before {
  content: "";
}

.ph.ph-airplane-landing:before {
  content: "";
}

.ph.ph-airplane-takeoff:before {
  content: "";
}

.ph.ph-airplane-taxiing:before {
  content: "";
}

.ph.ph-airplane-tilt:before {
  content: "";
}

.ph.ph-airplay:before {
  content: "";
}

.ph.ph-alarm:before {
  content: "";
}

.ph.ph-alien:before {
  content: "";
}

.ph.ph-align-bottom:before {
  content: "";
}

.ph.ph-align-bottom-simple:before {
  content: "";
}

.ph.ph-align-center-horizontal:before {
  content: "";
}

.ph.ph-align-center-horizontal-simple:before {
  content: "";
}

.ph.ph-align-center-vertical:before {
  content: "";
}

.ph.ph-align-center-vertical-simple:before {
  content: "";
}

.ph.ph-align-left:before {
  content: "";
}

.ph.ph-align-left-simple:before {
  content: "";
}

.ph.ph-align-right:before {
  content: "";
}

.ph.ph-align-right-simple:before {
  content: "";
}

.ph.ph-align-top:before {
  content: "";
}

.ph.ph-align-top-simple:before {
  content: "";
}

.ph.ph-amazon-logo:before {
  content: "";
}

.ph.ph-ambulance:before {
  content: "";
}

.ph.ph-anchor:before {
  content: "";
}

.ph.ph-anchor-simple:before {
  content: "";
}

.ph.ph-android-logo:before {
  content: "";
}

.ph.ph-angle:before {
  content: "";
}

.ph.ph-angular-logo:before {
  content: "";
}

.ph.ph-aperture:before {
  content: "";
}

.ph.ph-app-store-logo:before {
  content: "";
}

.ph.ph-app-window:before {
  content: "";
}

.ph.ph-apple-logo:before {
  content: "";
}

.ph.ph-apple-podcasts-logo:before {
  content: "";
}

.ph.ph-approximate-equals:before {
  content: "";
}

.ph.ph-archive:before {
  content: "";
}

.ph.ph-armchair:before {
  content: "";
}

.ph.ph-arrow-arc-left:before {
  content: "";
}

.ph.ph-arrow-arc-right:before {
  content: "";
}

.ph.ph-arrow-bend-double-up-left:before {
  content: "";
}

.ph.ph-arrow-bend-double-up-right:before {
  content: "";
}

.ph.ph-arrow-bend-down-left:before {
  content: "";
}

.ph.ph-arrow-bend-down-right:before {
  content: "";
}

.ph.ph-arrow-bend-left-down:before {
  content: "";
}

.ph.ph-arrow-bend-left-up:before {
  content: "";
}

.ph.ph-arrow-bend-right-down:before {
  content: "";
}

.ph.ph-arrow-bend-right-up:before {
  content: "";
}

.ph.ph-arrow-bend-up-left:before {
  content: "";
}

.ph.ph-arrow-bend-up-right:before {
  content: "";
}

.ph.ph-arrow-circle-down:before {
  content: "";
}

.ph.ph-arrow-circle-down-left:before {
  content: "";
}

.ph.ph-arrow-circle-down-right:before {
  content: "";
}

.ph.ph-arrow-circle-left:before {
  content: "";
}

.ph.ph-arrow-circle-right:before {
  content: "";
}

.ph.ph-arrow-circle-up:before {
  content: "";
}

.ph.ph-arrow-circle-up-left:before {
  content: "";
}

.ph.ph-arrow-circle-up-right:before {
  content: "";
}

.ph.ph-arrow-clockwise:before {
  content: "";
}

.ph.ph-arrow-counter-clockwise:before {
  content: "";
}

.ph.ph-arrow-down:before {
  content: "";
}

.ph.ph-arrow-down-left:before {
  content: "";
}

.ph.ph-arrow-down-right:before {
  content: "";
}

.ph.ph-arrow-elbow-down-left:before {
  content: "";
}

.ph.ph-arrow-elbow-down-right:before {
  content: "";
}

.ph.ph-arrow-elbow-left:before {
  content: "";
}

.ph.ph-arrow-elbow-left-down:before {
  content: "";
}

.ph.ph-arrow-elbow-left-up:before {
  content: "";
}

.ph.ph-arrow-elbow-right:before {
  content: "";
}

.ph.ph-arrow-elbow-right-down:before {
  content: "";
}

.ph.ph-arrow-elbow-right-up:before {
  content: "";
}

.ph.ph-arrow-elbow-up-left:before {
  content: "";
}

.ph.ph-arrow-elbow-up-right:before {
  content: "";
}

.ph.ph-arrow-fat-down:before {
  content: "";
}

.ph.ph-arrow-fat-left:before {
  content: "";
}

.ph.ph-arrow-fat-line-down:before {
  content: "";
}

.ph.ph-arrow-fat-line-left:before {
  content: "";
}

.ph.ph-arrow-fat-line-right:before {
  content: "";
}

.ph.ph-arrow-fat-line-up:before {
  content: "";
}

.ph.ph-arrow-fat-lines-down:before {
  content: "";
}

.ph.ph-arrow-fat-lines-left:before {
  content: "";
}

.ph.ph-arrow-fat-lines-right:before {
  content: "";
}

.ph.ph-arrow-fat-lines-up:before {
  content: "";
}

.ph.ph-arrow-fat-right:before {
  content: "";
}

.ph.ph-arrow-fat-up:before {
  content: "";
}

.ph.ph-arrow-left:before {
  content: "";
}

.ph.ph-arrow-line-down:before {
  content: "";
}

.ph.ph-arrow-line-down-left:before {
  content: "";
}

.ph.ph-arrow-line-down-right:before {
  content: "";
}

.ph.ph-arrow-line-left:before {
  content: "";
}

.ph.ph-arrow-line-right:before {
  content: "";
}

.ph.ph-arrow-line-up:before {
  content: "";
}

.ph.ph-arrow-line-up-left:before {
  content: "";
}

.ph.ph-arrow-line-up-right:before {
  content: "";
}

.ph.ph-arrow-right:before {
  content: "";
}

.ph.ph-arrow-square-down:before {
  content: "";
}

.ph.ph-arrow-square-down-left:before {
  content: "";
}

.ph.ph-arrow-square-down-right:before {
  content: "";
}

.ph.ph-arrow-square-in:before {
  content: "";
}

.ph.ph-arrow-square-left:before {
  content: "";
}

.ph.ph-arrow-square-out:before {
  content: "";
}

.ph.ph-arrow-square-right:before {
  content: "";
}

.ph.ph-arrow-square-up:before {
  content: "";
}

.ph.ph-arrow-square-up-left:before {
  content: "";
}

.ph.ph-arrow-square-up-right:before {
  content: "";
}

.ph.ph-arrow-u-down-left:before {
  content: "";
}

.ph.ph-arrow-u-down-right:before {
  content: "";
}

.ph.ph-arrow-u-left-down:before {
  content: "";
}

.ph.ph-arrow-u-left-up:before {
  content: "";
}

.ph.ph-arrow-u-right-down:before {
  content: "";
}

.ph.ph-arrow-u-right-up:before {
  content: "";
}

.ph.ph-arrow-u-up-left:before {
  content: "";
}

.ph.ph-arrow-u-up-right:before {
  content: "";
}

.ph.ph-arrow-up:before {
  content: "";
}

.ph.ph-arrow-up-left:before {
  content: "";
}

.ph.ph-arrow-up-right:before {
  content: "";
}

.ph.ph-arrows-clockwise:before {
  content: "";
}

.ph.ph-arrows-counter-clockwise:before {
  content: "";
}

.ph.ph-arrows-down-up:before {
  content: "";
}

.ph.ph-arrows-horizontal:before {
  content: "";
}

.ph.ph-arrows-in:before {
  content: "";
}

.ph.ph-arrows-in-cardinal:before {
  content: "";
}

.ph.ph-arrows-in-line-horizontal:before {
  content: "";
}

.ph.ph-arrows-in-line-vertical:before {
  content: "";
}

.ph.ph-arrows-in-simple:before {
  content: "";
}

.ph.ph-arrows-left-right:before {
  content: "";
}

.ph.ph-arrows-merge:before {
  content: "";
}

.ph.ph-arrows-out:before {
  content: "";
}

.ph.ph-arrows-out-cardinal:before {
  content: "";
}

.ph.ph-arrows-out-line-horizontal:before {
  content: "";
}

.ph.ph-arrows-out-line-vertical:before {
  content: "";
}

.ph.ph-arrows-out-simple:before {
  content: "";
}

.ph.ph-arrows-split:before {
  content: "";
}

.ph.ph-arrows-vertical:before {
  content: "";
}

.ph.ph-article:before {
  content: "";
}

.ph.ph-article-medium:before {
  content: "";
}

.ph.ph-article-ny-times:before {
  content: "";
}

.ph.ph-asclepius:before, .ph.ph-caduceus:before {
  content: "";
}

.ph.ph-asterisk:before {
  content: "";
}

.ph.ph-asterisk-simple:before {
  content: "";
}

.ph.ph-at:before {
  content: "";
}

.ph.ph-atom:before {
  content: "";
}

.ph.ph-avocado:before {
  content: "";
}

.ph.ph-axe:before {
  content: "";
}

.ph.ph-baby:before {
  content: "";
}

.ph.ph-baby-carriage:before {
  content: "";
}

.ph.ph-backpack:before {
  content: "";
}

.ph.ph-backspace:before {
  content: "";
}

.ph.ph-bag:before {
  content: "";
}

.ph.ph-bag-simple:before {
  content: "";
}

.ph.ph-balloon:before {
  content: "";
}

.ph.ph-bandaids:before {
  content: "";
}

.ph.ph-bank:before {
  content: "";
}

.ph.ph-barbell:before {
  content: "";
}

.ph.ph-barcode:before {
  content: "";
}

.ph.ph-barn:before {
  content: "";
}

.ph.ph-barricade:before {
  content: "";
}

.ph.ph-baseball:before {
  content: "";
}

.ph.ph-baseball-cap:before {
  content: "";
}

.ph.ph-baseball-helmet:before {
  content: "";
}

.ph.ph-basket:before {
  content: "";
}

.ph.ph-basketball:before {
  content: "";
}

.ph.ph-bathtub:before {
  content: "";
}

.ph.ph-battery-charging:before {
  content: "";
}

.ph.ph-battery-charging-vertical:before {
  content: "";
}

.ph.ph-battery-empty:before {
  content: "";
}

.ph.ph-battery-full:before {
  content: "";
}

.ph.ph-battery-high:before {
  content: "";
}

.ph.ph-battery-low:before {
  content: "";
}

.ph.ph-battery-medium:before {
  content: "";
}

.ph.ph-battery-plus:before {
  content: "";
}

.ph.ph-battery-plus-vertical:before {
  content: "";
}

.ph.ph-battery-vertical-empty:before {
  content: "";
}

.ph.ph-battery-vertical-full:before {
  content: "";
}

.ph.ph-battery-vertical-high:before {
  content: "";
}

.ph.ph-battery-vertical-low:before {
  content: "";
}

.ph.ph-battery-vertical-medium:before {
  content: "";
}

.ph.ph-battery-warning:before {
  content: "";
}

.ph.ph-battery-warning-vertical:before {
  content: "";
}

.ph.ph-beach-ball:before {
  content: "";
}

.ph.ph-beanie:before {
  content: "";
}

.ph.ph-bed:before {
  content: "";
}

.ph.ph-beer-bottle:before {
  content: "";
}

.ph.ph-beer-stein:before {
  content: "";
}

.ph.ph-behance-logo:before {
  content: "";
}

.ph.ph-bell:before {
  content: "";
}

.ph.ph-bell-ringing:before {
  content: "";
}

.ph.ph-bell-simple:before {
  content: "";
}

.ph.ph-bell-simple-ringing:before {
  content: "";
}

.ph.ph-bell-simple-slash:before {
  content: "";
}

.ph.ph-bell-simple-z:before {
  content: "";
}

.ph.ph-bell-slash:before {
  content: "";
}

.ph.ph-bell-z:before {
  content: "";
}

.ph.ph-belt:before {
  content: "";
}

.ph.ph-bezier-curve:before {
  content: "";
}

.ph.ph-bicycle:before {
  content: "";
}

.ph.ph-binary:before {
  content: "";
}

.ph.ph-binoculars:before {
  content: "";
}

.ph.ph-biohazard:before {
  content: "";
}

.ph.ph-bird:before {
  content: "";
}

.ph.ph-blueprint:before {
  content: "";
}

.ph.ph-bluetooth:before {
  content: "";
}

.ph.ph-bluetooth-connected:before {
  content: "";
}

.ph.ph-bluetooth-slash:before {
  content: "";
}

.ph.ph-bluetooth-x:before {
  content: "";
}

.ph.ph-boat:before {
  content: "";
}

.ph.ph-bomb:before {
  content: "";
}

.ph.ph-bone:before {
  content: "";
}

.ph.ph-book:before {
  content: "";
}

.ph.ph-book-bookmark:before {
  content: "";
}

.ph.ph-book-open:before {
  content: "";
}

.ph.ph-book-open-text:before {
  content: "";
}

.ph.ph-book-open-user:before {
  content: "";
}

.ph.ph-bookmark:before {
  content: "";
}

.ph.ph-bookmark-simple:before {
  content: "";
}

.ph.ph-bookmarks:before {
  content: "";
}

.ph.ph-bookmarks-simple:before {
  content: "";
}

.ph.ph-books:before {
  content: "";
}

.ph.ph-boot:before {
  content: "";
}

.ph.ph-boules:before {
  content: "";
}

.ph.ph-bounding-box:before {
  content: "";
}

.ph.ph-bowl-food:before {
  content: "";
}

.ph.ph-bowl-steam:before {
  content: "";
}

.ph.ph-bowling-ball:before {
  content: "";
}

.ph.ph-box-arrow-down:before, .ph.ph-archive-box:before {
  content: "";
}

.ph.ph-box-arrow-up:before {
  content: "";
}

.ph.ph-boxing-glove:before {
  content: "";
}

.ph.ph-brackets-angle:before {
  content: "";
}

.ph.ph-brackets-curly:before {
  content: "";
}

.ph.ph-brackets-round:before {
  content: "";
}

.ph.ph-brackets-square:before {
  content: "";
}

.ph.ph-brain:before {
  content: "";
}

.ph.ph-brandy:before {
  content: "";
}

.ph.ph-bread:before {
  content: "";
}

.ph.ph-bridge:before {
  content: "";
}

.ph.ph-briefcase:before {
  content: "";
}

.ph.ph-briefcase-metal:before {
  content: "";
}

.ph.ph-broadcast:before {
  content: "";
}

.ph.ph-broom:before {
  content: "";
}

.ph.ph-browser:before {
  content: "";
}

.ph.ph-browsers:before {
  content: "";
}

.ph.ph-bug:before {
  content: "";
}

.ph.ph-bug-beetle:before {
  content: "";
}

.ph.ph-bug-droid:before {
  content: "";
}

.ph.ph-building:before {
  content: "";
}

.ph.ph-building-apartment:before {
  content: "";
}

.ph.ph-building-office:before {
  content: "";
}

.ph.ph-buildings:before {
  content: "";
}

.ph.ph-bulldozer:before {
  content: "";
}

.ph.ph-bus:before {
  content: "";
}

.ph.ph-butterfly:before {
  content: "";
}

.ph.ph-cable-car:before {
  content: "";
}

.ph.ph-cactus:before {
  content: "";
}

.ph.ph-cake:before {
  content: "";
}

.ph.ph-calculator:before {
  content: "";
}

.ph.ph-calendar:before {
  content: "";
}

.ph.ph-calendar-blank:before {
  content: "";
}

.ph.ph-calendar-check:before {
  content: "";
}

.ph.ph-calendar-dot:before {
  content: "";
}

.ph.ph-calendar-dots:before {
  content: "";
}

.ph.ph-calendar-heart:before {
  content: "";
}

.ph.ph-calendar-minus:before {
  content: "";
}

.ph.ph-calendar-plus:before {
  content: "";
}

.ph.ph-calendar-slash:before {
  content: "";
}

.ph.ph-calendar-star:before {
  content: "";
}

.ph.ph-calendar-x:before {
  content: "";
}

.ph.ph-call-bell:before {
  content: "";
}

.ph.ph-camera:before {
  content: "";
}

.ph.ph-camera-plus:before {
  content: "";
}

.ph.ph-camera-rotate:before {
  content: "";
}

.ph.ph-camera-slash:before {
  content: "";
}

.ph.ph-campfire:before {
  content: "";
}

.ph.ph-car:before {
  content: "";
}

.ph.ph-car-battery:before {
  content: "";
}

.ph.ph-car-profile:before {
  content: "";
}

.ph.ph-car-simple:before {
  content: "";
}

.ph.ph-cardholder:before {
  content: "";
}

.ph.ph-cards:before {
  content: "";
}

.ph.ph-cards-three:before {
  content: "";
}

.ph.ph-caret-circle-double-down:before {
  content: "";
}

.ph.ph-caret-circle-double-left:before {
  content: "";
}

.ph.ph-caret-circle-double-right:before {
  content: "";
}

.ph.ph-caret-circle-double-up:before {
  content: "";
}

.ph.ph-caret-circle-down:before {
  content: "";
}

.ph.ph-caret-circle-left:before {
  content: "";
}

.ph.ph-caret-circle-right:before {
  content: "";
}

.ph.ph-caret-circle-up:before {
  content: "";
}

.ph.ph-caret-circle-up-down:before {
  content: "";
}

.ph.ph-caret-double-down:before {
  content: "";
}

.ph.ph-caret-double-left:before {
  content: "";
}

.ph.ph-caret-double-right:before {
  content: "";
}

.ph.ph-caret-double-up:before {
  content: "";
}

.ph.ph-caret-down:before {
  content: "";
}

.ph.ph-caret-left:before {
  content: "";
}

.ph.ph-caret-line-down:before {
  content: "";
}

.ph.ph-caret-line-left:before {
  content: "";
}

.ph.ph-caret-line-right:before {
  content: "";
}

.ph.ph-caret-line-up:before {
  content: "";
}

.ph.ph-caret-right:before {
  content: "";
}

.ph.ph-caret-up:before {
  content: "";
}

.ph.ph-caret-up-down:before {
  content: "";
}

.ph.ph-carrot:before {
  content: "";
}

.ph.ph-cash-register:before {
  content: "";
}

.ph.ph-cassette-tape:before {
  content: "";
}

.ph.ph-castle-turret:before {
  content: "";
}

.ph.ph-cat:before {
  content: "";
}

.ph.ph-cell-signal-full:before {
  content: "";
}

.ph.ph-cell-signal-high:before {
  content: "";
}

.ph.ph-cell-signal-low:before {
  content: "";
}

.ph.ph-cell-signal-medium:before {
  content: "";
}

.ph.ph-cell-signal-none:before {
  content: "";
}

.ph.ph-cell-signal-slash:before {
  content: "";
}

.ph.ph-cell-signal-x:before {
  content: "";
}

.ph.ph-cell-tower:before {
  content: "";
}

.ph.ph-certificate:before {
  content: "";
}

.ph.ph-chair:before {
  content: "";
}

.ph.ph-chalkboard:before {
  content: "";
}

.ph.ph-chalkboard-simple:before {
  content: "";
}

.ph.ph-chalkboard-teacher:before {
  content: "";
}

.ph.ph-champagne:before {
  content: "";
}

.ph.ph-charging-station:before {
  content: "";
}

.ph.ph-chart-bar:before {
  content: "";
}

.ph.ph-chart-bar-horizontal:before {
  content: "";
}

.ph.ph-chart-donut:before {
  content: "";
}

.ph.ph-chart-line:before {
  content: "";
}

.ph.ph-chart-line-down:before {
  content: "";
}

.ph.ph-chart-line-up:before {
  content: "";
}

.ph.ph-chart-pie:before {
  content: "";
}

.ph.ph-chart-pie-slice:before {
  content: "";
}

.ph.ph-chart-polar:before {
  content: "";
}

.ph.ph-chart-scatter:before {
  content: "";
}

.ph.ph-chat:before {
  content: "";
}

.ph.ph-chat-centered:before {
  content: "";
}

.ph.ph-chat-centered-dots:before {
  content: "";
}

.ph.ph-chat-centered-slash:before {
  content: "";
}

.ph.ph-chat-centered-text:before {
  content: "";
}

.ph.ph-chat-circle:before {
  content: "";
}

.ph.ph-chat-circle-dots:before {
  content: "";
}

.ph.ph-chat-circle-slash:before {
  content: "";
}

.ph.ph-chat-circle-text:before {
  content: "";
}

.ph.ph-chat-dots:before {
  content: "";
}

.ph.ph-chat-slash:before {
  content: "";
}

.ph.ph-chat-teardrop:before {
  content: "";
}

.ph.ph-chat-teardrop-dots:before {
  content: "";
}

.ph.ph-chat-teardrop-slash:before {
  content: "";
}

.ph.ph-chat-teardrop-text:before {
  content: "";
}

.ph.ph-chat-text:before {
  content: "";
}

.ph.ph-chats:before {
  content: "";
}

.ph.ph-chats-circle:before {
  content: "";
}

.ph.ph-chats-teardrop:before {
  content: "";
}

.ph.ph-check:before {
  content: "";
}

.ph.ph-check-circle:before {
  content: "";
}

.ph.ph-check-fat:before {
  content: "";
}

.ph.ph-check-square:before {
  content: "";
}

.ph.ph-check-square-offset:before {
  content: "";
}

.ph.ph-checkerboard:before {
  content: "";
}

.ph.ph-checks:before {
  content: "";
}

.ph.ph-cheers:before {
  content: "";
}

.ph.ph-cheese:before {
  content: "";
}

.ph.ph-chef-hat:before {
  content: "";
}

.ph.ph-cherries:before {
  content: "";
}

.ph.ph-church:before {
  content: "";
}

.ph.ph-cigarette:before {
  content: "";
}

.ph.ph-cigarette-slash:before {
  content: "";
}

.ph.ph-circle:before {
  content: "";
}

.ph.ph-circle-dashed:before {
  content: "";
}

.ph.ph-circle-half:before {
  content: "";
}

.ph.ph-circle-half-tilt:before {
  content: "";
}

.ph.ph-circle-notch:before {
  content: "";
}

.ph.ph-circles-four:before {
  content: "";
}

.ph.ph-circles-three:before {
  content: "";
}

.ph.ph-circles-three-plus:before {
  content: "";
}

.ph.ph-circuitry:before {
  content: "";
}

.ph.ph-city:before {
  content: "";
}

.ph.ph-clipboard:before {
  content: "";
}

.ph.ph-clipboard-text:before {
  content: "";
}

.ph.ph-clock:before {
  content: "";
}

.ph.ph-clock-afternoon:before {
  content: "";
}

.ph.ph-clock-clockwise:before {
  content: "";
}

.ph.ph-clock-countdown:before {
  content: "";
}

.ph.ph-clock-counter-clockwise:before {
  content: "";
}

.ph.ph-clock-user:before {
  content: "";
}

.ph.ph-closed-captioning:before {
  content: "";
}

.ph.ph-cloud:before {
  content: "";
}

.ph.ph-cloud-arrow-down:before {
  content: "";
}

.ph.ph-cloud-arrow-up:before {
  content: "";
}

.ph.ph-cloud-check:before {
  content: "";
}

.ph.ph-cloud-fog:before {
  content: "";
}

.ph.ph-cloud-lightning:before {
  content: "";
}

.ph.ph-cloud-moon:before {
  content: "";
}

.ph.ph-cloud-rain:before {
  content: "";
}

.ph.ph-cloud-slash:before {
  content: "";
}

.ph.ph-cloud-snow:before {
  content: "";
}

.ph.ph-cloud-sun:before {
  content: "";
}

.ph.ph-cloud-warning:before {
  content: "";
}

.ph.ph-cloud-x:before {
  content: "";
}

.ph.ph-clover:before {
  content: "";
}

.ph.ph-club:before {
  content: "";
}

.ph.ph-coat-hanger:before {
  content: "";
}

.ph.ph-coda-logo:before {
  content: "";
}

.ph.ph-code:before {
  content: "";
}

.ph.ph-code-block:before {
  content: "";
}

.ph.ph-code-simple:before {
  content: "";
}

.ph.ph-codepen-logo:before {
  content: "";
}

.ph.ph-codesandbox-logo:before {
  content: "";
}

.ph.ph-coffee:before {
  content: "";
}

.ph.ph-coffee-bean:before {
  content: "";
}

.ph.ph-coin:before {
  content: "";
}

.ph.ph-coin-vertical:before {
  content: "";
}

.ph.ph-coins:before {
  content: "";
}

.ph.ph-columns:before {
  content: "";
}

.ph.ph-columns-plus-left:before {
  content: "";
}

.ph.ph-columns-plus-right:before {
  content: "";
}

.ph.ph-command:before {
  content: "";
}

.ph.ph-compass:before {
  content: "";
}

.ph.ph-compass-rose:before {
  content: "";
}

.ph.ph-compass-tool:before {
  content: "";
}

.ph.ph-computer-tower:before {
  content: "";
}

.ph.ph-confetti:before {
  content: "";
}

.ph.ph-contactless-payment:before {
  content: "";
}

.ph.ph-control:before {
  content: "";
}

.ph.ph-cookie:before {
  content: "";
}

.ph.ph-cooking-pot:before {
  content: "";
}

.ph.ph-copy:before {
  content: "";
}

.ph.ph-copy-simple:before {
  content: "";
}

.ph.ph-copyleft:before {
  content: "";
}

.ph.ph-copyright:before {
  content: "";
}

.ph.ph-corners-in:before {
  content: "";
}

.ph.ph-corners-out:before {
  content: "";
}

.ph.ph-couch:before {
  content: "";
}

.ph.ph-court-basketball:before {
  content: "";
}

.ph.ph-cow:before {
  content: "";
}

.ph.ph-cowboy-hat:before {
  content: "";
}

.ph.ph-cpu:before {
  content: "";
}

.ph.ph-crane:before {
  content: "";
}

.ph.ph-crane-tower:before {
  content: "";
}

.ph.ph-credit-card:before {
  content: "";
}

.ph.ph-cricket:before {
  content: "";
}

.ph.ph-crop:before {
  content: "";
}

.ph.ph-cross:before {
  content: "";
}

.ph.ph-crosshair:before {
  content: "";
}

.ph.ph-crosshair-simple:before {
  content: "";
}

.ph.ph-crown:before {
  content: "";
}

.ph.ph-crown-cross:before {
  content: "";
}

.ph.ph-crown-simple:before {
  content: "";
}

.ph.ph-cube:before {
  content: "";
}

.ph.ph-cube-focus:before {
  content: "";
}

.ph.ph-cube-transparent:before {
  content: "";
}

.ph.ph-currency-btc:before {
  content: "";
}

.ph.ph-currency-circle-dollar:before {
  content: "";
}

.ph.ph-currency-cny:before {
  content: "";
}

.ph.ph-currency-dollar:before {
  content: "";
}

.ph.ph-currency-dollar-simple:before {
  content: "";
}

.ph.ph-currency-eth:before {
  content: "";
}

.ph.ph-currency-eur:before {
  content: "";
}

.ph.ph-currency-gbp:before {
  content: "";
}

.ph.ph-currency-inr:before {
  content: "";
}

.ph.ph-currency-jpy:before {
  content: "";
}

.ph.ph-currency-krw:before {
  content: "";
}

.ph.ph-currency-kzt:before {
  content: "";
}

.ph.ph-currency-ngn:before {
  content: "";
}

.ph.ph-currency-rub:before {
  content: "";
}

.ph.ph-cursor:before {
  content: "";
}

.ph.ph-cursor-click:before {
  content: "";
}

.ph.ph-cursor-text:before {
  content: "";
}

.ph.ph-cylinder:before {
  content: "";
}

.ph.ph-database:before {
  content: "";
}

.ph.ph-desk:before {
  content: "";
}

.ph.ph-desktop:before {
  content: "";
}

.ph.ph-desktop-tower:before {
  content: "";
}

.ph.ph-detective:before {
  content: "";
}

.ph.ph-dev-to-logo:before {
  content: "";
}

.ph.ph-device-mobile:before {
  content: "";
}

.ph.ph-device-mobile-camera:before {
  content: "";
}

.ph.ph-device-mobile-slash:before {
  content: "";
}

.ph.ph-device-mobile-speaker:before {
  content: "";
}

.ph.ph-device-rotate:before {
  content: "";
}

.ph.ph-device-tablet:before {
  content: "";
}

.ph.ph-device-tablet-camera:before {
  content: "";
}

.ph.ph-device-tablet-speaker:before {
  content: "";
}

.ph.ph-devices:before {
  content: "";
}

.ph.ph-diamond:before {
  content: "";
}

.ph.ph-diamonds-four:before {
  content: "";
}

.ph.ph-dice-five:before {
  content: "";
}

.ph.ph-dice-four:before {
  content: "";
}

.ph.ph-dice-one:before {
  content: "";
}

.ph.ph-dice-six:before {
  content: "";
}

.ph.ph-dice-three:before {
  content: "";
}

.ph.ph-dice-two:before {
  content: "";
}

.ph.ph-disc:before {
  content: "";
}

.ph.ph-disco-ball:before {
  content: "";
}

.ph.ph-discord-logo:before {
  content: "";
}

.ph.ph-divide:before {
  content: "";
}

.ph.ph-dna:before {
  content: "";
}

.ph.ph-dog:before {
  content: "";
}

.ph.ph-door:before {
  content: "";
}

.ph.ph-door-open:before {
  content: "";
}

.ph.ph-dot:before {
  content: "";
}

.ph.ph-dot-outline:before {
  content: "";
}

.ph.ph-dots-nine:before {
  content: "";
}

.ph.ph-dots-six:before {
  content: "";
}

.ph.ph-dots-six-vertical:before {
  content: "";
}

.ph.ph-dots-three:before {
  content: "";
}

.ph.ph-dots-three-circle:before {
  content: "";
}

.ph.ph-dots-three-circle-vertical:before {
  content: "";
}

.ph.ph-dots-three-outline:before {
  content: "";
}

.ph.ph-dots-three-outline-vertical:before {
  content: "";
}

.ph.ph-dots-three-vertical:before {
  content: "";
}

.ph.ph-download:before {
  content: "";
}

.ph.ph-download-simple:before {
  content: "";
}

.ph.ph-dress:before {
  content: "";
}

.ph.ph-dresser:before {
  content: "";
}

.ph.ph-dribbble-logo:before {
  content: "";
}

.ph.ph-drone:before {
  content: "";
}

.ph.ph-drop:before {
  content: "";
}

.ph.ph-drop-half:before {
  content: "";
}

.ph.ph-drop-half-bottom:before {
  content: "";
}

.ph.ph-drop-simple:before {
  content: "";
}

.ph.ph-drop-slash:before {
  content: "";
}

.ph.ph-dropbox-logo:before {
  content: "";
}

.ph.ph-ear:before {
  content: "";
}

.ph.ph-ear-slash:before {
  content: "";
}

.ph.ph-egg:before {
  content: "";
}

.ph.ph-egg-crack:before {
  content: "";
}

.ph.ph-eject:before {
  content: "";
}

.ph.ph-eject-simple:before {
  content: "";
}

.ph.ph-elevator:before {
  content: "";
}

.ph.ph-empty:before {
  content: "";
}

.ph.ph-engine:before {
  content: "";
}

.ph.ph-envelope:before {
  content: "";
}

.ph.ph-envelope-open:before {
  content: "";
}

.ph.ph-envelope-simple:before {
  content: "";
}

.ph.ph-envelope-simple-open:before {
  content: "";
}

.ph.ph-equalizer:before {
  content: "";
}

.ph.ph-equals:before {
  content: "";
}

.ph.ph-eraser:before {
  content: "";
}

.ph.ph-escalator-down:before {
  content: "";
}

.ph.ph-escalator-up:before {
  content: "";
}

.ph.ph-exam:before {
  content: "";
}

.ph.ph-exclamation-mark:before {
  content: "";
}

.ph.ph-exclude:before {
  content: "";
}

.ph.ph-exclude-square:before {
  content: "";
}

.ph.ph-export:before {
  content: "";
}

.ph.ph-eye:before {
  content: "";
}

.ph.ph-eye-closed:before {
  content: "";
}

.ph.ph-eye-slash:before {
  content: "";
}

.ph.ph-eyedropper:before {
  content: "";
}

.ph.ph-eyedropper-sample:before {
  content: "";
}

.ph.ph-eyeglasses:before {
  content: "";
}

.ph.ph-eyes:before {
  content: "";
}

.ph.ph-face-mask:before {
  content: "";
}

.ph.ph-facebook-logo:before {
  content: "";
}

.ph.ph-factory:before {
  content: "";
}

.ph.ph-faders:before {
  content: "";
}

.ph.ph-faders-horizontal:before {
  content: "";
}

.ph.ph-fallout-shelter:before {
  content: "";
}

.ph.ph-fan:before {
  content: "";
}

.ph.ph-farm:before {
  content: "";
}

.ph.ph-fast-forward:before {
  content: "";
}

.ph.ph-fast-forward-circle:before {
  content: "";
}

.ph.ph-feather:before {
  content: "";
}

.ph.ph-fediverse-logo:before {
  content: "";
}

.ph.ph-figma-logo:before {
  content: "";
}

.ph.ph-file:before {
  content: "";
}

.ph.ph-file-archive:before {
  content: "";
}

.ph.ph-file-arrow-down:before {
  content: "";
}

.ph.ph-file-arrow-up:before {
  content: "";
}

.ph.ph-file-audio:before {
  content: "";
}

.ph.ph-file-c:before {
  content: "";
}

.ph.ph-file-c-sharp:before {
  content: "";
}

.ph.ph-file-cloud:before {
  content: "";
}

.ph.ph-file-code:before {
  content: "";
}

.ph.ph-file-cpp:before {
  content: "";
}

.ph.ph-file-css:before {
  content: "";
}

.ph.ph-file-csv:before {
  content: "";
}

.ph.ph-file-dashed:before, .ph.ph-file-dotted:before {
  content: "";
}

.ph.ph-file-doc:before {
  content: "";
}

.ph.ph-file-html:before {
  content: "";
}

.ph.ph-file-image:before {
  content: "";
}

.ph.ph-file-ini:before {
  content: "";
}

.ph.ph-file-jpg:before {
  content: "";
}

.ph.ph-file-js:before {
  content: "";
}

.ph.ph-file-jsx:before {
  content: "";
}

.ph.ph-file-lock:before {
  content: "";
}

.ph.ph-file-magnifying-glass:before, .ph.ph-file-search:before {
  content: "";
}

.ph.ph-file-md:before {
  content: "";
}

.ph.ph-file-minus:before {
  content: "";
}

.ph.ph-file-pdf:before {
  content: "";
}

.ph.ph-file-plus:before {
  content: "";
}

.ph.ph-file-png:before {
  content: "";
}

.ph.ph-file-ppt:before {
  content: "";
}

.ph.ph-file-py:before {
  content: "";
}

.ph.ph-file-rs:before {
  content: "";
}

.ph.ph-file-sql:before {
  content: "";
}

.ph.ph-file-svg:before {
  content: "";
}

.ph.ph-file-text:before {
  content: "";
}

.ph.ph-file-ts:before {
  content: "";
}

.ph.ph-file-tsx:before {
  content: "";
}

.ph.ph-file-txt:before {
  content: "";
}

.ph.ph-file-video:before {
  content: "";
}

.ph.ph-file-vue:before {
  content: "";
}

.ph.ph-file-x:before {
  content: "";
}

.ph.ph-file-xls:before {
  content: "";
}

.ph.ph-file-zip:before {
  content: "";
}

.ph.ph-files:before {
  content: "";
}

.ph.ph-film-reel:before {
  content: "";
}

.ph.ph-film-script:before {
  content: "";
}

.ph.ph-film-slate:before {
  content: "";
}

.ph.ph-film-strip:before {
  content: "";
}

.ph.ph-fingerprint:before {
  content: "";
}

.ph.ph-fingerprint-simple:before {
  content: "";
}

.ph.ph-finn-the-human:before {
  content: "";
}

.ph.ph-fire:before {
  content: "";
}

.ph.ph-fire-extinguisher:before {
  content: "";
}

.ph.ph-fire-simple:before {
  content: "";
}

.ph.ph-fire-truck:before {
  content: "";
}

.ph.ph-first-aid:before {
  content: "";
}

.ph.ph-first-aid-kit:before {
  content: "";
}

.ph.ph-fish:before {
  content: "";
}

.ph.ph-fish-simple:before {
  content: "";
}

.ph.ph-flag:before {
  content: "";
}

.ph.ph-flag-banner:before {
  content: "";
}

.ph.ph-flag-banner-fold:before {
  content: "";
}

.ph.ph-flag-checkered:before {
  content: "";
}

.ph.ph-flag-pennant:before {
  content: "";
}

.ph.ph-flame:before {
  content: "";
}

.ph.ph-flashlight:before {
  content: "";
}

.ph.ph-flask:before {
  content: "";
}

.ph.ph-flip-horizontal:before {
  content: "";
}

.ph.ph-flip-vertical:before {
  content: "";
}

.ph.ph-floppy-disk:before {
  content: "";
}

.ph.ph-floppy-disk-back:before {
  content: "";
}

.ph.ph-flow-arrow:before {
  content: "";
}

.ph.ph-flower:before {
  content: "";
}

.ph.ph-flower-lotus:before {
  content: "";
}

.ph.ph-flower-tulip:before {
  content: "";
}

.ph.ph-flying-saucer:before {
  content: "";
}

.ph.ph-folder:before, .ph.ph-folder-notch:before {
  content: "";
}

.ph.ph-folder-dashed:before, .ph.ph-folder-dotted:before {
  content: "";
}

.ph.ph-folder-lock:before {
  content: "";
}

.ph.ph-folder-minus:before, .ph.ph-folder-notch-minus:before {
  content: "";
}

.ph.ph-folder-open:before, .ph.ph-folder-notch-open:before {
  content: "";
}

.ph.ph-folder-plus:before, .ph.ph-folder-notch-plus:before {
  content: "";
}

.ph.ph-folder-simple:before {
  content: "";
}

.ph.ph-folder-simple-dashed:before, .ph.ph-folder-simple-dotted:before {
  content: "";
}

.ph.ph-folder-simple-lock:before {
  content: "";
}

.ph.ph-folder-simple-minus:before {
  content: "";
}

.ph.ph-folder-simple-plus:before {
  content: "";
}

.ph.ph-folder-simple-star:before {
  content: "";
}

.ph.ph-folder-simple-user:before {
  content: "";
}

.ph.ph-folder-star:before {
  content: "";
}

.ph.ph-folder-user:before {
  content: "";
}

.ph.ph-folders:before {
  content: "";
}

.ph.ph-football:before {
  content: "";
}

.ph.ph-football-helmet:before {
  content: "";
}

.ph.ph-footprints:before {
  content: "";
}

.ph.ph-fork-knife:before {
  content: "";
}

.ph.ph-four-k:before {
  content: "";
}

.ph.ph-frame-corners:before {
  content: "";
}

.ph.ph-framer-logo:before {
  content: "";
}

.ph.ph-function:before {
  content: "";
}

.ph.ph-funnel:before {
  content: "";
}

.ph.ph-funnel-simple:before {
  content: "";
}

.ph.ph-funnel-simple-x:before {
  content: "";
}

.ph.ph-funnel-x:before {
  content: "";
}

.ph.ph-game-controller:before {
  content: "";
}

.ph.ph-garage:before {
  content: "";
}

.ph.ph-gas-can:before {
  content: "";
}

.ph.ph-gas-pump:before {
  content: "";
}

.ph.ph-gauge:before {
  content: "";
}

.ph.ph-gavel:before {
  content: "";
}

.ph.ph-gear:before {
  content: "";
}

.ph.ph-gear-fine:before {
  content: "";
}

.ph.ph-gear-six:before {
  content: "";
}

.ph.ph-gender-female:before {
  content: "";
}

.ph.ph-gender-intersex:before {
  content: "";
}

.ph.ph-gender-male:before {
  content: "";
}

.ph.ph-gender-neuter:before {
  content: "";
}

.ph.ph-gender-nonbinary:before {
  content: "";
}

.ph.ph-gender-transgender:before {
  content: "";
}

.ph.ph-ghost:before {
  content: "";
}

.ph.ph-gif:before {
  content: "";
}

.ph.ph-gift:before {
  content: "";
}

.ph.ph-git-branch:before {
  content: "";
}

.ph.ph-git-commit:before {
  content: "";
}

.ph.ph-git-diff:before {
  content: "";
}

.ph.ph-git-fork:before {
  content: "";
}

.ph.ph-git-merge:before {
  content: "";
}

.ph.ph-git-pull-request:before {
  content: "";
}

.ph.ph-github-logo:before {
  content: "";
}

.ph.ph-gitlab-logo:before {
  content: "";
}

.ph.ph-gitlab-logo-simple:before {
  content: "";
}

.ph.ph-globe:before {
  content: "";
}

.ph.ph-globe-hemisphere-east:before {
  content: "";
}

.ph.ph-globe-hemisphere-west:before {
  content: "";
}

.ph.ph-globe-simple:before {
  content: "";
}

.ph.ph-globe-simple-x:before {
  content: "";
}

.ph.ph-globe-stand:before {
  content: "";
}

.ph.ph-globe-x:before {
  content: "";
}

.ph.ph-goggles:before {
  content: "";
}

.ph.ph-golf:before {
  content: "";
}

.ph.ph-goodreads-logo:before {
  content: "";
}

.ph.ph-google-cardboard-logo:before {
  content: "";
}

.ph.ph-google-chrome-logo:before {
  content: "";
}

.ph.ph-google-drive-logo:before {
  content: "";
}

.ph.ph-google-logo:before {
  content: "";
}

.ph.ph-google-photos-logo:before {
  content: "";
}

.ph.ph-google-play-logo:before {
  content: "";
}

.ph.ph-google-podcasts-logo:before {
  content: "";
}

.ph.ph-gps:before {
  content: "";
}

.ph.ph-gps-fix:before {
  content: "";
}

.ph.ph-gps-slash:before {
  content: "";
}

.ph.ph-gradient:before {
  content: "";
}

.ph.ph-graduation-cap:before {
  content: "";
}

.ph.ph-grains:before {
  content: "";
}

.ph.ph-grains-slash:before {
  content: "";
}

.ph.ph-graph:before {
  content: "";
}

.ph.ph-graphics-card:before {
  content: "";
}

.ph.ph-greater-than:before {
  content: "";
}

.ph.ph-greater-than-or-equal:before {
  content: "";
}

.ph.ph-grid-four:before {
  content: "";
}

.ph.ph-grid-nine:before {
  content: "";
}

.ph.ph-guitar:before {
  content: "";
}

.ph.ph-hair-dryer:before {
  content: "";
}

.ph.ph-hamburger:before {
  content: "";
}

.ph.ph-hammer:before {
  content: "";
}

.ph.ph-hand:before {
  content: "";
}

.ph.ph-hand-arrow-down:before {
  content: "";
}

.ph.ph-hand-arrow-up:before {
  content: "";
}

.ph.ph-hand-coins:before {
  content: "";
}

.ph.ph-hand-deposit:before {
  content: "";
}

.ph.ph-hand-eye:before {
  content: "";
}

.ph.ph-hand-fist:before {
  content: "";
}

.ph.ph-hand-grabbing:before {
  content: "";
}

.ph.ph-hand-heart:before {
  content: "";
}

.ph.ph-hand-palm:before {
  content: "";
}

.ph.ph-hand-peace:before {
  content: "";
}

.ph.ph-hand-pointing:before {
  content: "";
}

.ph.ph-hand-soap:before {
  content: "";
}

.ph.ph-hand-swipe-left:before {
  content: "";
}

.ph.ph-hand-swipe-right:before {
  content: "";
}

.ph.ph-hand-tap:before {
  content: "";
}

.ph.ph-hand-waving:before {
  content: "";
}

.ph.ph-hand-withdraw:before {
  content: "";
}

.ph.ph-handbag:before {
  content: "";
}

.ph.ph-handbag-simple:before {
  content: "";
}

.ph.ph-hands-clapping:before {
  content: "";
}

.ph.ph-hands-praying:before {
  content: "";
}

.ph.ph-handshake:before {
  content: "";
}

.ph.ph-hard-drive:before {
  content: "";
}

.ph.ph-hard-drives:before {
  content: "";
}

.ph.ph-hard-hat:before {
  content: "";
}

.ph.ph-hash:before {
  content: "";
}

.ph.ph-hash-straight:before {
  content: "";
}

.ph.ph-head-circuit:before {
  content: "";
}

.ph.ph-headlights:before {
  content: "";
}

.ph.ph-headphones:before {
  content: "";
}

.ph.ph-headset:before {
  content: "";
}

.ph.ph-heart:before {
  content: "";
}

.ph.ph-heart-break:before {
  content: "";
}

.ph.ph-heart-half:before {
  content: "";
}

.ph.ph-heart-straight:before {
  content: "";
}

.ph.ph-heart-straight-break:before {
  content: "";
}

.ph.ph-heartbeat:before {
  content: "";
}

.ph.ph-hexagon:before {
  content: "";
}

.ph.ph-high-definition:before {
  content: "";
}

.ph.ph-high-heel:before {
  content: "";
}

.ph.ph-highlighter:before {
  content: "";
}

.ph.ph-highlighter-circle:before {
  content: "";
}

.ph.ph-hockey:before {
  content: "";
}

.ph.ph-hoodie:before {
  content: "";
}

.ph.ph-horse:before {
  content: "";
}

.ph.ph-hospital:before {
  content: "";
}

.ph.ph-hourglass:before {
  content: "";
}

.ph.ph-hourglass-high:before {
  content: "";
}

.ph.ph-hourglass-low:before {
  content: "";
}

.ph.ph-hourglass-medium:before {
  content: "";
}

.ph.ph-hourglass-simple:before {
  content: "";
}

.ph.ph-hourglass-simple-high:before {
  content: "";
}

.ph.ph-hourglass-simple-low:before {
  content: "";
}

.ph.ph-hourglass-simple-medium:before {
  content: "";
}

.ph.ph-house:before {
  content: "";
}

.ph.ph-house-line:before {
  content: "";
}

.ph.ph-house-simple:before {
  content: "";
}

.ph.ph-hurricane:before {
  content: "";
}

.ph.ph-ice-cream:before {
  content: "";
}

.ph.ph-identification-badge:before {
  content: "";
}

.ph.ph-identification-card:before {
  content: "";
}

.ph.ph-image:before {
  content: "";
}

.ph.ph-image-broken:before {
  content: "";
}

.ph.ph-image-square:before {
  content: "";
}

.ph.ph-images:before {
  content: "";
}

.ph.ph-images-square:before {
  content: "";
}

.ph.ph-infinity:before, .ph.ph-lemniscate:before {
  content: "";
}

.ph.ph-info:before {
  content: "";
}

.ph.ph-instagram-logo:before {
  content: "";
}

.ph.ph-intersect:before {
  content: "";
}

.ph.ph-intersect-square:before {
  content: "";
}

.ph.ph-intersect-three:before {
  content: "";
}

.ph.ph-intersection:before {
  content: "";
}

.ph.ph-invoice:before {
  content: "";
}

.ph.ph-island:before {
  content: "";
}

.ph.ph-jar:before {
  content: "";
}

.ph.ph-jar-label:before {
  content: "";
}

.ph.ph-jeep:before {
  content: "";
}

.ph.ph-joystick:before {
  content: "";
}

.ph.ph-kanban:before {
  content: "";
}

.ph.ph-key:before {
  content: "";
}

.ph.ph-key-return:before {
  content: "";
}

.ph.ph-keyboard:before {
  content: "";
}

.ph.ph-keyhole:before {
  content: "";
}

.ph.ph-knife:before {
  content: "";
}

.ph.ph-ladder:before {
  content: "";
}

.ph.ph-ladder-simple:before {
  content: "";
}

.ph.ph-lamp:before {
  content: "";
}

.ph.ph-lamp-pendant:before {
  content: "";
}

.ph.ph-laptop:before {
  content: "";
}

.ph.ph-lasso:before {
  content: "";
}

.ph.ph-lastfm-logo:before {
  content: "";
}

.ph.ph-layout:before {
  content: "";
}

.ph.ph-leaf:before {
  content: "";
}

.ph.ph-lectern:before {
  content: "";
}

.ph.ph-lego:before {
  content: "";
}

.ph.ph-lego-smiley:before {
  content: "";
}

.ph.ph-less-than:before {
  content: "";
}

.ph.ph-less-than-or-equal:before {
  content: "";
}

.ph.ph-letter-circle-h:before {
  content: "";
}

.ph.ph-letter-circle-p:before {
  content: "";
}

.ph.ph-letter-circle-v:before {
  content: "";
}

.ph.ph-lifebuoy:before {
  content: "";
}

.ph.ph-lightbulb:before {
  content: "";
}

.ph.ph-lightbulb-filament:before {
  content: "";
}

.ph.ph-lighthouse:before {
  content: "";
}

.ph.ph-lightning:before {
  content: "";
}

.ph.ph-lightning-a:before {
  content: "";
}

.ph.ph-lightning-slash:before {
  content: "";
}

.ph.ph-line-segment:before {
  content: "";
}

.ph.ph-line-segments:before {
  content: "";
}

.ph.ph-line-vertical:before {
  content: "";
}

.ph.ph-link:before {
  content: "";
}

.ph.ph-link-break:before {
  content: "";
}

.ph.ph-link-simple:before {
  content: "";
}

.ph.ph-link-simple-break:before {
  content: "";
}

.ph.ph-link-simple-horizontal:before {
  content: "";
}

.ph.ph-link-simple-horizontal-break:before {
  content: "";
}

.ph.ph-linkedin-logo:before {
  content: "";
}

.ph.ph-linktree-logo:before {
  content: "";
}

.ph.ph-linux-logo:before {
  content: "";
}

.ph.ph-list:before {
  content: "";
}

.ph.ph-list-bullets:before {
  content: "";
}

.ph.ph-list-checks:before {
  content: "";
}

.ph.ph-list-dashes:before {
  content: "";
}

.ph.ph-list-heart:before {
  content: "";
}

.ph.ph-list-magnifying-glass:before {
  content: "";
}

.ph.ph-list-numbers:before {
  content: "";
}

.ph.ph-list-plus:before {
  content: "";
}

.ph.ph-list-star:before {
  content: "";
}

.ph.ph-lock:before {
  content: "";
}

.ph.ph-lock-key:before {
  content: "";
}

.ph.ph-lock-key-open:before {
  content: "";
}

.ph.ph-lock-laminated:before {
  content: "";
}

.ph.ph-lock-laminated-open:before {
  content: "";
}

.ph.ph-lock-open:before {
  content: "";
}

.ph.ph-lock-simple:before {
  content: "";
}

.ph.ph-lock-simple-open:before {
  content: "";
}

.ph.ph-lockers:before {
  content: "";
}

.ph.ph-log:before {
  content: "";
}

.ph.ph-magic-wand:before {
  content: "";
}

.ph.ph-magnet:before {
  content: "";
}

.ph.ph-magnet-straight:before {
  content: "";
}

.ph.ph-magnifying-glass:before {
  content: "";
}

.ph.ph-magnifying-glass-minus:before {
  content: "";
}

.ph.ph-magnifying-glass-plus:before {
  content: "";
}

.ph.ph-mailbox:before {
  content: "";
}

.ph.ph-map-pin:before {
  content: "";
}

.ph.ph-map-pin-area:before {
  content: "";
}

.ph.ph-map-pin-line:before {
  content: "";
}

.ph.ph-map-pin-plus:before {
  content: "";
}

.ph.ph-map-pin-simple:before {
  content: "";
}

.ph.ph-map-pin-simple-area:before {
  content: "";
}

.ph.ph-map-pin-simple-line:before {
  content: "";
}

.ph.ph-map-trifold:before {
  content: "";
}

.ph.ph-markdown-logo:before {
  content: "";
}

.ph.ph-marker-circle:before {
  content: "";
}

.ph.ph-martini:before {
  content: "";
}

.ph.ph-mask-happy:before {
  content: "";
}

.ph.ph-mask-sad:before {
  content: "";
}

.ph.ph-mastodon-logo:before {
  content: "";
}

.ph.ph-math-operations:before {
  content: "";
}

.ph.ph-matrix-logo:before {
  content: "";
}

.ph.ph-medal:before {
  content: "";
}

.ph.ph-medal-military:before {
  content: "";
}

.ph.ph-medium-logo:before {
  content: "";
}

.ph.ph-megaphone:before {
  content: "";
}

.ph.ph-megaphone-simple:before {
  content: "";
}

.ph.ph-member-of:before {
  content: "";
}

.ph.ph-memory:before {
  content: "";
}

.ph.ph-messenger-logo:before {
  content: "";
}

.ph.ph-meta-logo:before {
  content: "";
}

.ph.ph-meteor:before {
  content: "";
}

.ph.ph-metronome:before {
  content: "";
}

.ph.ph-microphone:before {
  content: "";
}

.ph.ph-microphone-slash:before {
  content: "";
}

.ph.ph-microphone-stage:before {
  content: "";
}

.ph.ph-microscope:before {
  content: "";
}

.ph.ph-microsoft-excel-logo:before {
  content: "";
}

.ph.ph-microsoft-outlook-logo:before {
  content: "";
}

.ph.ph-microsoft-powerpoint-logo:before {
  content: "";
}

.ph.ph-microsoft-teams-logo:before {
  content: "";
}

.ph.ph-microsoft-word-logo:before {
  content: "";
}

.ph.ph-minus:before {
  content: "";
}

.ph.ph-minus-circle:before {
  content: "";
}

.ph.ph-minus-square:before {
  content: "";
}

.ph.ph-money:before {
  content: "";
}

.ph.ph-money-wavy:before {
  content: "";
}

.ph.ph-monitor:before {
  content: "";
}

.ph.ph-monitor-arrow-up:before {
  content: "";
}

.ph.ph-monitor-play:before {
  content: "";
}

.ph.ph-moon:before {
  content: "";
}

.ph.ph-moon-stars:before {
  content: "";
}

.ph.ph-moped:before {
  content: "";
}

.ph.ph-moped-front:before {
  content: "";
}

.ph.ph-mosque:before {
  content: "";
}

.ph.ph-motorcycle:before {
  content: "";
}

.ph.ph-mountains:before {
  content: "";
}

.ph.ph-mouse:before {
  content: "";
}

.ph.ph-mouse-left-click:before {
  content: "";
}

.ph.ph-mouse-middle-click:before {
  content: "";
}

.ph.ph-mouse-right-click:before {
  content: "";
}

.ph.ph-mouse-scroll:before {
  content: "";
}

.ph.ph-mouse-simple:before {
  content: "";
}

.ph.ph-music-note:before {
  content: "";
}

.ph.ph-music-note-simple:before {
  content: "";
}

.ph.ph-music-notes:before {
  content: "";
}

.ph.ph-music-notes-minus:before {
  content: "";
}

.ph.ph-music-notes-plus:before {
  content: "";
}

.ph.ph-music-notes-simple:before {
  content: "";
}

.ph.ph-navigation-arrow:before {
  content: "";
}

.ph.ph-needle:before {
  content: "";
}

.ph.ph-network:before {
  content: "";
}

.ph.ph-network-slash:before {
  content: "";
}

.ph.ph-network-x:before {
  content: "";
}

.ph.ph-newspaper:before {
  content: "";
}

.ph.ph-newspaper-clipping:before {
  content: "";
}

.ph.ph-not-equals:before {
  content: "";
}

.ph.ph-not-member-of:before {
  content: "";
}

.ph.ph-not-subset-of:before {
  content: "";
}

.ph.ph-not-superset-of:before {
  content: "";
}

.ph.ph-notches:before {
  content: "";
}

.ph.ph-note:before {
  content: "";
}

.ph.ph-note-blank:before {
  content: "";
}

.ph.ph-note-pencil:before {
  content: "";
}

.ph.ph-notebook:before {
  content: "";
}

.ph.ph-notepad:before {
  content: "";
}

.ph.ph-notification:before {
  content: "";
}

.ph.ph-notion-logo:before {
  content: "";
}

.ph.ph-nuclear-plant:before {
  content: "";
}

.ph.ph-number-circle-eight:before {
  content: "";
}

.ph.ph-number-circle-five:before {
  content: "";
}

.ph.ph-number-circle-four:before {
  content: "";
}

.ph.ph-number-circle-nine:before {
  content: "";
}

.ph.ph-number-circle-one:before {
  content: "";
}

.ph.ph-number-circle-seven:before {
  content: "";
}

.ph.ph-number-circle-six:before {
  content: "";
}

.ph.ph-number-circle-three:before {
  content: "";
}

.ph.ph-number-circle-two:before {
  content: "";
}

.ph.ph-number-circle-zero:before {
  content: "";
}

.ph.ph-number-eight:before {
  content: "";
}

.ph.ph-number-five:before {
  content: "";
}

.ph.ph-number-four:before {
  content: "";
}

.ph.ph-number-nine:before {
  content: "";
}

.ph.ph-number-one:before {
  content: "";
}

.ph.ph-number-seven:before {
  content: "";
}

.ph.ph-number-six:before {
  content: "";
}

.ph.ph-number-square-eight:before {
  content: "";
}

.ph.ph-number-square-five:before {
  content: "";
}

.ph.ph-number-square-four:before {
  content: "";
}

.ph.ph-number-square-nine:before {
  content: "";
}

.ph.ph-number-square-one:before {
  content: "";
}

.ph.ph-number-square-seven:before {
  content: "";
}

.ph.ph-number-square-six:before {
  content: "";
}

.ph.ph-number-square-three:before {
  content: "";
}

.ph.ph-number-square-two:before {
  content: "";
}

.ph.ph-number-square-zero:before {
  content: "";
}

.ph.ph-number-three:before {
  content: "";
}

.ph.ph-number-two:before {
  content: "";
}

.ph.ph-number-zero:before {
  content: "";
}

.ph.ph-numpad:before {
  content: "";
}

.ph.ph-nut:before {
  content: "";
}

.ph.ph-ny-times-logo:before {
  content: "";
}

.ph.ph-octagon:before {
  content: "";
}

.ph.ph-office-chair:before {
  content: "";
}

.ph.ph-onigiri:before {
  content: "";
}

.ph.ph-open-ai-logo:before {
  content: "";
}

.ph.ph-option:before {
  content: "";
}

.ph.ph-orange:before {
  content: "";
}

.ph.ph-orange-slice:before {
  content: "";
}

.ph.ph-oven:before {
  content: "";
}

.ph.ph-package:before {
  content: "";
}

.ph.ph-paint-brush:before {
  content: "";
}

.ph.ph-paint-brush-broad:before {
  content: "";
}

.ph.ph-paint-brush-household:before {
  content: "";
}

.ph.ph-paint-bucket:before {
  content: "";
}

.ph.ph-paint-roller:before {
  content: "";
}

.ph.ph-palette:before {
  content: "";
}

.ph.ph-panorama:before {
  content: "";
}

.ph.ph-pants:before {
  content: "";
}

.ph.ph-paper-plane:before {
  content: "";
}

.ph.ph-paper-plane-right:before {
  content: "";
}

.ph.ph-paper-plane-tilt:before {
  content: "";
}

.ph.ph-paperclip:before {
  content: "";
}

.ph.ph-paperclip-horizontal:before {
  content: "";
}

.ph.ph-parachute:before {
  content: "";
}

.ph.ph-paragraph:before {
  content: "";
}

.ph.ph-parallelogram:before {
  content: "";
}

.ph.ph-park:before {
  content: "";
}

.ph.ph-password:before {
  content: "";
}

.ph.ph-path:before {
  content: "";
}

.ph.ph-patreon-logo:before {
  content: "";
}

.ph.ph-pause:before {
  content: "";
}

.ph.ph-pause-circle:before {
  content: "";
}

.ph.ph-paw-print:before {
  content: "";
}

.ph.ph-paypal-logo:before {
  content: "";
}

.ph.ph-peace:before {
  content: "";
}

.ph.ph-pen:before {
  content: "";
}

.ph.ph-pen-nib:before {
  content: "";
}

.ph.ph-pen-nib-straight:before {
  content: "";
}

.ph.ph-pencil:before {
  content: "";
}

.ph.ph-pencil-circle:before {
  content: "";
}

.ph.ph-pencil-line:before {
  content: "";
}

.ph.ph-pencil-ruler:before {
  content: "";
}

.ph.ph-pencil-simple:before {
  content: "";
}

.ph.ph-pencil-simple-line:before {
  content: "";
}

.ph.ph-pencil-simple-slash:before {
  content: "";
}

.ph.ph-pencil-slash:before {
  content: "";
}

.ph.ph-pentagon:before {
  content: "";
}

.ph.ph-pentagram:before {
  content: "";
}

.ph.ph-pepper:before {
  content: "";
}

.ph.ph-percent:before {
  content: "";
}

.ph.ph-person:before {
  content: "";
}

.ph.ph-person-arms-spread:before {
  content: "";
}

.ph.ph-person-simple:before {
  content: "";
}

.ph.ph-person-simple-bike:before {
  content: "";
}

.ph.ph-person-simple-circle:before {
  content: "";
}

.ph.ph-person-simple-hike:before {
  content: "";
}

.ph.ph-person-simple-run:before {
  content: "";
}

.ph.ph-person-simple-ski:before {
  content: "";
}

.ph.ph-person-simple-snowboard:before {
  content: "";
}

.ph.ph-person-simple-swim:before {
  content: "";
}

.ph.ph-person-simple-tai-chi:before {
  content: "";
}

.ph.ph-person-simple-throw:before {
  content: "";
}

.ph.ph-person-simple-walk:before {
  content: "";
}

.ph.ph-perspective:before {
  content: "";
}

.ph.ph-phone:before {
  content: "";
}

.ph.ph-phone-call:before {
  content: "";
}

.ph.ph-phone-disconnect:before {
  content: "";
}

.ph.ph-phone-incoming:before {
  content: "";
}

.ph.ph-phone-list:before {
  content: "";
}

.ph.ph-phone-outgoing:before {
  content: "";
}

.ph.ph-phone-pause:before {
  content: "";
}

.ph.ph-phone-plus:before {
  content: "";
}

.ph.ph-phone-slash:before {
  content: "";
}

.ph.ph-phone-transfer:before {
  content: "";
}

.ph.ph-phone-x:before {
  content: "";
}

.ph.ph-phosphor-logo:before {
  content: "";
}

.ph.ph-pi:before {
  content: "";
}

.ph.ph-piano-keys:before {
  content: "";
}

.ph.ph-picnic-table:before {
  content: "";
}

.ph.ph-picture-in-picture:before {
  content: "";
}

.ph.ph-piggy-bank:before {
  content: "";
}

.ph.ph-pill:before {
  content: "";
}

.ph.ph-ping-pong:before {
  content: "";
}

.ph.ph-pint-glass:before {
  content: "";
}

.ph.ph-pinterest-logo:before {
  content: "";
}

.ph.ph-pinwheel:before {
  content: "";
}

.ph.ph-pipe:before {
  content: "";
}

.ph.ph-pipe-wrench:before {
  content: "";
}

.ph.ph-pix-logo:before {
  content: "";
}

.ph.ph-pizza:before {
  content: "";
}

.ph.ph-placeholder:before {
  content: "";
}

.ph.ph-planet:before {
  content: "";
}

.ph.ph-plant:before {
  content: "";
}

.ph.ph-play:before {
  content: "";
}

.ph.ph-play-circle:before {
  content: "";
}

.ph.ph-play-pause:before {
  content: "";
}

.ph.ph-playlist:before {
  content: "";
}

.ph.ph-plug:before {
  content: "";
}

.ph.ph-plug-charging:before {
  content: "";
}

.ph.ph-plugs:before {
  content: "";
}

.ph.ph-plugs-connected:before {
  content: "";
}

.ph.ph-plus:before {
  content: "";
}

.ph.ph-plus-circle:before {
  content: "";
}

.ph.ph-plus-minus:before {
  content: "";
}

.ph.ph-plus-square:before {
  content: "";
}

.ph.ph-poker-chip:before {
  content: "";
}

.ph.ph-police-car:before {
  content: "";
}

.ph.ph-polygon:before {
  content: "";
}

.ph.ph-popcorn:before {
  content: "";
}

.ph.ph-popsicle:before {
  content: "";
}

.ph.ph-potted-plant:before {
  content: "";
}

.ph.ph-power:before {
  content: "";
}

.ph.ph-prescription:before {
  content: "";
}

.ph.ph-presentation:before {
  content: "";
}

.ph.ph-presentation-chart:before {
  content: "";
}

.ph.ph-printer:before {
  content: "";
}

.ph.ph-prohibit:before {
  content: "";
}

.ph.ph-prohibit-inset:before {
  content: "";
}

.ph.ph-projector-screen:before {
  content: "";
}

.ph.ph-projector-screen-chart:before {
  content: "";
}

.ph.ph-pulse:before, .ph.ph-activity:before {
  content: "";
}

.ph.ph-push-pin:before {
  content: "";
}

.ph.ph-push-pin-simple:before {
  content: "";
}

.ph.ph-push-pin-simple-slash:before {
  content: "";
}

.ph.ph-push-pin-slash:before {
  content: "";
}

.ph.ph-puzzle-piece:before {
  content: "";
}

.ph.ph-qr-code:before {
  content: "";
}

.ph.ph-question:before {
  content: "";
}

.ph.ph-question-mark:before {
  content: "";
}

.ph.ph-queue:before {
  content: "";
}

.ph.ph-quotes:before {
  content: "";
}

.ph.ph-rabbit:before {
  content: "";
}

.ph.ph-racquet:before {
  content: "";
}

.ph.ph-radical:before {
  content: "";
}

.ph.ph-radio:before {
  content: "";
}

.ph.ph-radio-button:before {
  content: "";
}

.ph.ph-radioactive:before {
  content: "";
}

.ph.ph-rainbow:before {
  content: "";
}

.ph.ph-rainbow-cloud:before {
  content: "";
}

.ph.ph-ranking:before {
  content: "";
}

.ph.ph-read-cv-logo:before {
  content: "";
}

.ph.ph-receipt:before {
  content: "";
}

.ph.ph-receipt-x:before {
  content: "";
}

.ph.ph-record:before {
  content: "";
}

.ph.ph-rectangle:before {
  content: "";
}

.ph.ph-rectangle-dashed:before {
  content: "";
}

.ph.ph-recycle:before {
  content: "";
}

.ph.ph-reddit-logo:before {
  content: "";
}

.ph.ph-repeat:before {
  content: "";
}

.ph.ph-repeat-once:before {
  content: "";
}

.ph.ph-replit-logo:before {
  content: "";
}

.ph.ph-resize:before {
  content: "";
}

.ph.ph-rewind:before {
  content: "";
}

.ph.ph-rewind-circle:before {
  content: "";
}

.ph.ph-road-horizon:before {
  content: "";
}

.ph.ph-robot:before {
  content: "";
}

.ph.ph-rocket:before {
  content: "";
}

.ph.ph-rocket-launch:before {
  content: "";
}

.ph.ph-rows:before {
  content: "";
}

.ph.ph-rows-plus-bottom:before {
  content: "";
}

.ph.ph-rows-plus-top:before {
  content: "";
}

.ph.ph-rss:before {
  content: "";
}

.ph.ph-rss-simple:before {
  content: "";
}

.ph.ph-rug:before {
  content: "";
}

.ph.ph-ruler:before {
  content: "";
}

.ph.ph-sailboat:before {
  content: "";
}

.ph.ph-scales:before {
  content: "";
}

.ph.ph-scan:before {
  content: "";
}

.ph.ph-scan-smiley:before {
  content: "";
}

.ph.ph-scissors:before {
  content: "";
}

.ph.ph-scooter:before {
  content: "";
}

.ph.ph-screencast:before {
  content: "";
}

.ph.ph-screwdriver:before {
  content: "";
}

.ph.ph-scribble:before {
  content: "";
}

.ph.ph-scribble-loop:before {
  content: "";
}

.ph.ph-scroll:before {
  content: "";
}

.ph.ph-seal:before, .ph.ph-circle-wavy:before {
  content: "";
}

.ph.ph-seal-check:before, .ph.ph-circle-wavy-check:before {
  content: "";
}

.ph.ph-seal-percent:before {
  content: "";
}

.ph.ph-seal-question:before, .ph.ph-circle-wavy-question:before {
  content: "";
}

.ph.ph-seal-warning:before, .ph.ph-circle-wavy-warning:before {
  content: "";
}

.ph.ph-seat:before {
  content: "";
}

.ph.ph-seatbelt:before {
  content: "";
}

.ph.ph-security-camera:before {
  content: "";
}

.ph.ph-selection:before {
  content: "";
}

.ph.ph-selection-all:before {
  content: "";
}

.ph.ph-selection-background:before {
  content: "";
}

.ph.ph-selection-foreground:before {
  content: "";
}

.ph.ph-selection-inverse:before {
  content: "";
}

.ph.ph-selection-plus:before {
  content: "";
}

.ph.ph-selection-slash:before {
  content: "";
}

.ph.ph-shapes:before {
  content: "";
}

.ph.ph-share:before {
  content: "";
}

.ph.ph-share-fat:before {
  content: "";
}

.ph.ph-share-network:before {
  content: "";
}

.ph.ph-shield:before {
  content: "";
}

.ph.ph-shield-check:before {
  content: "";
}

.ph.ph-shield-checkered:before {
  content: "";
}

.ph.ph-shield-chevron:before {
  content: "";
}

.ph.ph-shield-plus:before {
  content: "";
}

.ph.ph-shield-slash:before {
  content: "";
}

.ph.ph-shield-star:before {
  content: "";
}

.ph.ph-shield-warning:before {
  content: "";
}

.ph.ph-shipping-container:before {
  content: "";
}

.ph.ph-shirt-folded:before {
  content: "";
}

.ph.ph-shooting-star:before {
  content: "";
}

.ph.ph-shopping-bag:before {
  content: "";
}

.ph.ph-shopping-bag-open:before {
  content: "";
}

.ph.ph-shopping-cart:before {
  content: "";
}

.ph.ph-shopping-cart-simple:before {
  content: "";
}

.ph.ph-shovel:before {
  content: "";
}

.ph.ph-shower:before {
  content: "";
}

.ph.ph-shrimp:before {
  content: "";
}

.ph.ph-shuffle:before {
  content: "";
}

.ph.ph-shuffle-angular:before {
  content: "";
}

.ph.ph-shuffle-simple:before {
  content: "";
}

.ph.ph-sidebar:before {
  content: "";
}

.ph.ph-sidebar-simple:before {
  content: "";
}

.ph.ph-sigma:before {
  content: "";
}

.ph.ph-sign-in:before {
  content: "";
}

.ph.ph-sign-out:before {
  content: "";
}

.ph.ph-signature:before {
  content: "";
}

.ph.ph-signpost:before {
  content: "";
}

.ph.ph-sim-card:before {
  content: "";
}

.ph.ph-siren:before {
  content: "";
}

.ph.ph-sketch-logo:before {
  content: "";
}

.ph.ph-skip-back:before {
  content: "";
}

.ph.ph-skip-back-circle:before {
  content: "";
}

.ph.ph-skip-forward:before {
  content: "";
}

.ph.ph-skip-forward-circle:before {
  content: "";
}

.ph.ph-skull:before {
  content: "";
}

.ph.ph-skype-logo:before {
  content: "";
}

.ph.ph-slack-logo:before {
  content: "";
}

.ph.ph-sliders:before {
  content: "";
}

.ph.ph-sliders-horizontal:before {
  content: "";
}

.ph.ph-slideshow:before {
  content: "";
}

.ph.ph-smiley:before {
  content: "";
}

.ph.ph-smiley-angry:before {
  content: "";
}

.ph.ph-smiley-blank:before {
  content: "";
}

.ph.ph-smiley-meh:before {
  content: "";
}

.ph.ph-smiley-melting:before {
  content: "";
}

.ph.ph-smiley-nervous:before {
  content: "";
}

.ph.ph-smiley-sad:before {
  content: "";
}

.ph.ph-smiley-sticker:before {
  content: "";
}

.ph.ph-smiley-wink:before {
  content: "";
}

.ph.ph-smiley-x-eyes:before {
  content: "";
}

.ph.ph-snapchat-logo:before {
  content: "";
}

.ph.ph-sneaker:before {
  content: "";
}

.ph.ph-sneaker-move:before {
  content: "";
}

.ph.ph-snowflake:before {
  content: "";
}

.ph.ph-soccer-ball:before {
  content: "";
}

.ph.ph-sock:before {
  content: "";
}

.ph.ph-solar-panel:before {
  content: "";
}

.ph.ph-solar-roof:before {
  content: "";
}

.ph.ph-sort-ascending:before {
  content: "";
}

.ph.ph-sort-descending:before {
  content: "";
}

.ph.ph-soundcloud-logo:before {
  content: "";
}

.ph.ph-spade:before {
  content: "";
}

.ph.ph-sparkle:before {
  content: "";
}

.ph.ph-speaker-hifi:before {
  content: "";
}

.ph.ph-speaker-high:before {
  content: "";
}

.ph.ph-speaker-low:before {
  content: "";
}

.ph.ph-speaker-none:before {
  content: "";
}

.ph.ph-speaker-simple-high:before {
  content: "";
}

.ph.ph-speaker-simple-low:before {
  content: "";
}

.ph.ph-speaker-simple-none:before {
  content: "";
}

.ph.ph-speaker-simple-slash:before {
  content: "";
}

.ph.ph-speaker-simple-x:before {
  content: "";
}

.ph.ph-speaker-slash:before {
  content: "";
}

.ph.ph-speaker-x:before {
  content: "";
}

.ph.ph-speedometer:before {
  content: "";
}

.ph.ph-sphere:before {
  content: "";
}

.ph.ph-spinner:before {
  content: "";
}

.ph.ph-spinner-ball:before {
  content: "";
}

.ph.ph-spinner-gap:before {
  content: "";
}

.ph.ph-spiral:before {
  content: "";
}

.ph.ph-split-horizontal:before {
  content: "";
}

.ph.ph-split-vertical:before {
  content: "";
}

.ph.ph-spotify-logo:before {
  content: "";
}

.ph.ph-spray-bottle:before {
  content: "";
}

.ph.ph-square:before {
  content: "";
}

.ph.ph-square-half:before {
  content: "";
}

.ph.ph-square-half-bottom:before {
  content: "";
}

.ph.ph-square-logo:before {
  content: "";
}

.ph.ph-square-split-horizontal:before {
  content: "";
}

.ph.ph-square-split-vertical:before {
  content: "";
}

.ph.ph-squares-four:before {
  content: "";
}

.ph.ph-stack:before {
  content: "";
}

.ph.ph-stack-minus:before {
  content: "";
}

.ph.ph-stack-overflow-logo:before {
  content: "";
}

.ph.ph-stack-plus:before {
  content: "";
}

.ph.ph-stack-simple:before {
  content: "";
}

.ph.ph-stairs:before {
  content: "";
}

.ph.ph-stamp:before {
  content: "";
}

.ph.ph-standard-definition:before {
  content: "";
}

.ph.ph-star:before {
  content: "";
}

.ph.ph-star-and-crescent:before {
  content: "";
}

.ph.ph-star-four:before {
  content: "";
}

.ph.ph-star-half:before {
  content: "";
}

.ph.ph-star-of-david:before {
  content: "";
}

.ph.ph-steam-logo:before {
  content: "";
}

.ph.ph-steering-wheel:before {
  content: "";
}

.ph.ph-steps:before {
  content: "";
}

.ph.ph-stethoscope:before {
  content: "";
}

.ph.ph-sticker:before {
  content: "";
}

.ph.ph-stool:before {
  content: "";
}

.ph.ph-stop:before {
  content: "";
}

.ph.ph-stop-circle:before {
  content: "";
}

.ph.ph-storefront:before {
  content: "";
}

.ph.ph-strategy:before {
  content: "";
}

.ph.ph-stripe-logo:before {
  content: "";
}

.ph.ph-student:before {
  content: "";
}

.ph.ph-subset-of:before {
  content: "";
}

.ph.ph-subset-proper-of:before {
  content: "";
}

.ph.ph-subtitles:before {
  content: "";
}

.ph.ph-subtitles-slash:before {
  content: "";
}

.ph.ph-subtract:before {
  content: "";
}

.ph.ph-subtract-square:before {
  content: "";
}

.ph.ph-subway:before {
  content: "";
}

.ph.ph-suitcase:before {
  content: "";
}

.ph.ph-suitcase-rolling:before {
  content: "";
}

.ph.ph-suitcase-simple:before {
  content: "";
}

.ph.ph-sun:before {
  content: "";
}

.ph.ph-sun-dim:before {
  content: "";
}

.ph.ph-sun-horizon:before {
  content: "";
}

.ph.ph-sunglasses:before {
  content: "";
}

.ph.ph-superset-of:before {
  content: "";
}

.ph.ph-superset-proper-of:before {
  content: "";
}

.ph.ph-swap:before {
  content: "";
}

.ph.ph-swatches:before {
  content: "";
}

.ph.ph-swimming-pool:before {
  content: "";
}

.ph.ph-sword:before {
  content: "";
}

.ph.ph-synagogue:before {
  content: "";
}

.ph.ph-syringe:before {
  content: "";
}

.ph.ph-t-shirt:before {
  content: "";
}

.ph.ph-table:before {
  content: "";
}

.ph.ph-tabs:before {
  content: "";
}

.ph.ph-tag:before {
  content: "";
}

.ph.ph-tag-chevron:before {
  content: "";
}

.ph.ph-tag-simple:before {
  content: "";
}

.ph.ph-target:before {
  content: "";
}

.ph.ph-taxi:before {
  content: "";
}

.ph.ph-tea-bag:before {
  content: "";
}

.ph.ph-telegram-logo:before {
  content: "";
}

.ph.ph-television:before {
  content: "";
}

.ph.ph-television-simple:before {
  content: "";
}

.ph.ph-tennis-ball:before {
  content: "";
}

.ph.ph-tent:before {
  content: "";
}

.ph.ph-terminal:before {
  content: "";
}

.ph.ph-terminal-window:before {
  content: "";
}

.ph.ph-test-tube:before {
  content: "";
}

.ph.ph-text-a-underline:before {
  content: "";
}

.ph.ph-text-aa:before {
  content: "";
}

.ph.ph-text-align-center:before {
  content: "";
}

.ph.ph-text-align-justify:before {
  content: "";
}

.ph.ph-text-align-left:before {
  content: "";
}

.ph.ph-text-align-right:before {
  content: "";
}

.ph.ph-text-b:before, .ph.ph-text-bolder:before {
  content: "";
}

.ph.ph-text-columns:before {
  content: "";
}

.ph.ph-text-h:before {
  content: "";
}

.ph.ph-text-h-five:before {
  content: "";
}

.ph.ph-text-h-four:before {
  content: "";
}

.ph.ph-text-h-one:before {
  content: "";
}

.ph.ph-text-h-six:before {
  content: "";
}

.ph.ph-text-h-three:before {
  content: "";
}

.ph.ph-text-h-two:before {
  content: "";
}

.ph.ph-text-indent:before {
  content: "";
}

.ph.ph-text-italic:before {
  content: "";
}

.ph.ph-text-outdent:before {
  content: "";
}

.ph.ph-text-strikethrough:before {
  content: "";
}

.ph.ph-text-subscript:before {
  content: "";
}

.ph.ph-text-superscript:before {
  content: "";
}

.ph.ph-text-t:before {
  content: "";
}

.ph.ph-text-t-slash:before {
  content: "";
}

.ph.ph-text-underline:before {
  content: "";
}

.ph.ph-textbox:before {
  content: "";
}

.ph.ph-thermometer:before {
  content: "";
}

.ph.ph-thermometer-cold:before {
  content: "";
}

.ph.ph-thermometer-hot:before {
  content: "";
}

.ph.ph-thermometer-simple:before {
  content: "";
}

.ph.ph-threads-logo:before {
  content: "";
}

.ph.ph-three-d:before {
  content: "";
}

.ph.ph-thumbs-down:before {
  content: "";
}

.ph.ph-thumbs-up:before {
  content: "";
}

.ph.ph-ticket:before {
  content: "";
}

.ph.ph-tidal-logo:before {
  content: "";
}

.ph.ph-tiktok-logo:before {
  content: "";
}

.ph.ph-tilde:before {
  content: "";
}

.ph.ph-timer:before {
  content: "";
}

.ph.ph-tip-jar:before {
  content: "";
}

.ph.ph-tipi:before {
  content: "";
}

.ph.ph-tire:before {
  content: "";
}

.ph.ph-toggle-left:before {
  content: "";
}

.ph.ph-toggle-right:before {
  content: "";
}

.ph.ph-toilet:before {
  content: "";
}

.ph.ph-toilet-paper:before {
  content: "";
}

.ph.ph-toolbox:before {
  content: "";
}

.ph.ph-tooth:before {
  content: "";
}

.ph.ph-tornado:before {
  content: "";
}

.ph.ph-tote:before {
  content: "";
}

.ph.ph-tote-simple:before {
  content: "";
}

.ph.ph-towel:before {
  content: "";
}

.ph.ph-tractor:before {
  content: "";
}

.ph.ph-trademark:before {
  content: "";
}

.ph.ph-trademark-registered:before {
  content: "";
}

.ph.ph-traffic-cone:before {
  content: "";
}

.ph.ph-traffic-sign:before {
  content: "";
}

.ph.ph-traffic-signal:before {
  content: "";
}

.ph.ph-train:before {
  content: "";
}

.ph.ph-train-regional:before {
  content: "";
}

.ph.ph-train-simple:before {
  content: "";
}

.ph.ph-tram:before {
  content: "";
}

.ph.ph-translate:before {
  content: "";
}

.ph.ph-trash:before {
  content: "";
}

.ph.ph-trash-simple:before {
  content: "";
}

.ph.ph-tray:before {
  content: "";
}

.ph.ph-tray-arrow-down:before, .ph.ph-archive-tray:before {
  content: "";
}

.ph.ph-tray-arrow-up:before {
  content: "";
}

.ph.ph-treasure-chest:before {
  content: "";
}

.ph.ph-tree:before {
  content: "";
}

.ph.ph-tree-evergreen:before {
  content: "";
}

.ph.ph-tree-palm:before {
  content: "";
}

.ph.ph-tree-structure:before {
  content: "";
}

.ph.ph-tree-view:before {
  content: "";
}

.ph.ph-trend-down:before {
  content: "";
}

.ph.ph-trend-up:before {
  content: "";
}

.ph.ph-triangle:before {
  content: "";
}

.ph.ph-triangle-dashed:before {
  content: "";
}

.ph.ph-trolley:before {
  content: "";
}

.ph.ph-trolley-suitcase:before {
  content: "";
}

.ph.ph-trophy:before {
  content: "";
}

.ph.ph-truck:before {
  content: "";
}

.ph.ph-truck-trailer:before {
  content: "";
}

.ph.ph-tumblr-logo:before {
  content: "";
}

.ph.ph-twitch-logo:before {
  content: "";
}

.ph.ph-twitter-logo:before {
  content: "";
}

.ph.ph-umbrella:before {
  content: "";
}

.ph.ph-umbrella-simple:before {
  content: "";
}

.ph.ph-union:before {
  content: "";
}

.ph.ph-unite:before {
  content: "";
}

.ph.ph-unite-square:before {
  content: "";
}

.ph.ph-upload:before {
  content: "";
}

.ph.ph-upload-simple:before {
  content: "";
}

.ph.ph-usb:before {
  content: "";
}

.ph.ph-user:before {
  content: "";
}

.ph.ph-user-check:before {
  content: "";
}

.ph.ph-user-circle:before {
  content: "";
}

.ph.ph-user-circle-check:before {
  content: "";
}

.ph.ph-user-circle-dashed:before {
  content: "";
}

.ph.ph-user-circle-gear:before {
  content: "";
}

.ph.ph-user-circle-minus:before {
  content: "";
}

.ph.ph-user-circle-plus:before {
  content: "";
}

.ph.ph-user-focus:before {
  content: "";
}

.ph.ph-user-gear:before {
  content: "";
}

.ph.ph-user-list:before {
  content: "";
}

.ph.ph-user-minus:before {
  content: "";
}

.ph.ph-user-plus:before {
  content: "";
}

.ph.ph-user-rectangle:before {
  content: "";
}

.ph.ph-user-sound:before {
  content: "";
}

.ph.ph-user-square:before {
  content: "";
}

.ph.ph-user-switch:before {
  content: "";
}

.ph.ph-users:before {
  content: "";
}

.ph.ph-users-four:before {
  content: "";
}

.ph.ph-users-three:before {
  content: "";
}

.ph.ph-van:before {
  content: "";
}

.ph.ph-vault:before {
  content: "";
}

.ph.ph-vector-three:before {
  content: "";
}

.ph.ph-vector-two:before {
  content: "";
}

.ph.ph-vibrate:before {
  content: "";
}

.ph.ph-video:before {
  content: "";
}

.ph.ph-video-camera:before {
  content: "";
}

.ph.ph-video-camera-slash:before {
  content: "";
}

.ph.ph-video-conference:before {
  content: "";
}

.ph.ph-vignette:before {
  content: "";
}

.ph.ph-vinyl-record:before {
  content: "";
}

.ph.ph-virtual-reality:before {
  content: "";
}

.ph.ph-virus:before {
  content: "";
}

.ph.ph-visor:before {
  content: "";
}

.ph.ph-voicemail:before {
  content: "";
}

.ph.ph-volleyball:before {
  content: "";
}

.ph.ph-wall:before {
  content: "";
}

.ph.ph-wallet:before {
  content: "";
}

.ph.ph-warehouse:before {
  content: "";
}

.ph.ph-warning:before {
  content: "";
}

.ph.ph-warning-circle:before {
  content: "";
}

.ph.ph-warning-diamond:before {
  content: "";
}

.ph.ph-warning-octagon:before {
  content: "";
}

.ph.ph-washing-machine:before {
  content: "";
}

.ph.ph-watch:before {
  content: "";
}

.ph.ph-wave-sawtooth:before {
  content: "";
}

.ph.ph-wave-sine:before {
  content: "";
}

.ph.ph-wave-square:before {
  content: "";
}

.ph.ph-wave-triangle:before {
  content: "";
}

.ph.ph-waveform:before {
  content: "";
}

.ph.ph-waveform-slash:before {
  content: "";
}

.ph.ph-waves:before {
  content: "";
}

.ph.ph-webcam:before {
  content: "";
}

.ph.ph-webcam-slash:before {
  content: "";
}

.ph.ph-webhooks-logo:before {
  content: "";
}

.ph.ph-wechat-logo:before {
  content: "";
}

.ph.ph-whatsapp-logo:before {
  content: "";
}

.ph.ph-wheelchair:before {
  content: "";
}

.ph.ph-wheelchair-motion:before {
  content: "";
}

.ph.ph-wifi-high:before {
  content: "";
}

.ph.ph-wifi-low:before {
  content: "";
}

.ph.ph-wifi-medium:before {
  content: "";
}

.ph.ph-wifi-none:before {
  content: "";
}

.ph.ph-wifi-slash:before {
  content: "";
}

.ph.ph-wifi-x:before {
  content: "";
}

.ph.ph-wind:before {
  content: "";
}

.ph.ph-windmill:before {
  content: "";
}

.ph.ph-windows-logo:before {
  content: "";
}

.ph.ph-wine:before {
  content: "";
}

.ph.ph-wrench:before {
  content: "";
}

.ph.ph-x:before {
  content: "";
}

.ph.ph-x-circle:before {
  content: "";
}

.ph.ph-x-logo:before {
  content: "";
}

.ph.ph-x-square:before {
  content: "";
}

.ph.ph-yarn:before {
  content: "";
}

.ph.ph-yin-yang:before {
  content: "";
}

.ph.ph-youtube-logo:before {
  content: "";
}

@font-face {
  font-family: Phosphor-Thin;
  src: url("../media/Phosphor-Thin.524d4a58.woff2") format("woff2"), url("../media/Phosphor-Thin.0b72a15e.woff") format("woff"), url("../media/Phosphor-Thin.1f51ca83.ttf") format("truetype"), url("../media/Phosphor-Thin.c77b3abb.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.ph-thin {
  speak: never;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  -moz-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: Phosphor-Thin !important;
}

.ph-thin.ph-acorn:before {
  content: "";
}

.ph-thin.ph-address-book:before {
  content: "";
}

.ph-thin.ph-address-book-tabs:before {
  content: "";
}

.ph-thin.ph-air-traffic-control:before {
  content: "";
}

.ph-thin.ph-airplane:before {
  content: "";
}

.ph-thin.ph-airplane-in-flight:before {
  content: "";
}

.ph-thin.ph-airplane-landing:before {
  content: "";
}

.ph-thin.ph-airplane-takeoff:before {
  content: "";
}

.ph-thin.ph-airplane-taxiing:before {
  content: "";
}

.ph-thin.ph-airplane-tilt:before {
  content: "";
}

.ph-thin.ph-airplay:before {
  content: "";
}

.ph-thin.ph-alarm:before {
  content: "";
}

.ph-thin.ph-alien:before {
  content: "";
}

.ph-thin.ph-align-bottom:before {
  content: "";
}

.ph-thin.ph-align-bottom-simple:before {
  content: "";
}

.ph-thin.ph-align-center-horizontal:before {
  content: "";
}

.ph-thin.ph-align-center-horizontal-simple:before {
  content: "";
}

.ph-thin.ph-align-center-vertical:before {
  content: "";
}

.ph-thin.ph-align-center-vertical-simple:before {
  content: "";
}

.ph-thin.ph-align-left:before {
  content: "";
}

.ph-thin.ph-align-left-simple:before {
  content: "";
}

.ph-thin.ph-align-right:before {
  content: "";
}

.ph-thin.ph-align-right-simple:before {
  content: "";
}

.ph-thin.ph-align-top:before {
  content: "";
}

.ph-thin.ph-align-top-simple:before {
  content: "";
}

.ph-thin.ph-amazon-logo:before {
  content: "";
}

.ph-thin.ph-ambulance:before {
  content: "";
}

.ph-thin.ph-anchor:before {
  content: "";
}

.ph-thin.ph-anchor-simple:before {
  content: "";
}

.ph-thin.ph-android-logo:before {
  content: "";
}

.ph-thin.ph-angle:before {
  content: "";
}

.ph-thin.ph-angular-logo:before {
  content: "";
}

.ph-thin.ph-aperture:before {
  content: "";
}

.ph-thin.ph-app-store-logo:before {
  content: "";
}

.ph-thin.ph-app-window:before {
  content: "";
}

.ph-thin.ph-apple-logo:before {
  content: "";
}

.ph-thin.ph-apple-podcasts-logo:before {
  content: "";
}

.ph-thin.ph-approximate-equals:before {
  content: "";
}

.ph-thin.ph-archive:before {
  content: "";
}

.ph-thin.ph-armchair:before {
  content: "";
}

.ph-thin.ph-arrow-arc-left:before {
  content: "";
}

.ph-thin.ph-arrow-arc-right:before {
  content: "";
}

.ph-thin.ph-arrow-bend-double-up-left:before {
  content: "";
}

.ph-thin.ph-arrow-bend-double-up-right:before {
  content: "";
}

.ph-thin.ph-arrow-bend-down-left:before {
  content: "";
}

.ph-thin.ph-arrow-bend-down-right:before {
  content: "";
}

.ph-thin.ph-arrow-bend-left-down:before {
  content: "";
}

.ph-thin.ph-arrow-bend-left-up:before {
  content: "";
}

.ph-thin.ph-arrow-bend-right-down:before {
  content: "";
}

.ph-thin.ph-arrow-bend-right-up:before {
  content: "";
}

.ph-thin.ph-arrow-bend-up-left:before {
  content: "";
}

.ph-thin.ph-arrow-bend-up-right:before {
  content: "";
}

.ph-thin.ph-arrow-circle-down:before {
  content: "";
}

.ph-thin.ph-arrow-circle-down-left:before {
  content: "";
}

.ph-thin.ph-arrow-circle-down-right:before {
  content: "";
}

.ph-thin.ph-arrow-circle-left:before {
  content: "";
}

.ph-thin.ph-arrow-circle-right:before {
  content: "";
}

.ph-thin.ph-arrow-circle-up:before {
  content: "";
}

.ph-thin.ph-arrow-circle-up-left:before {
  content: "";
}

.ph-thin.ph-arrow-circle-up-right:before {
  content: "";
}

.ph-thin.ph-arrow-clockwise:before {
  content: "";
}

.ph-thin.ph-arrow-counter-clockwise:before {
  content: "";
}

.ph-thin.ph-arrow-down:before {
  content: "";
}

.ph-thin.ph-arrow-down-left:before {
  content: "";
}

.ph-thin.ph-arrow-down-right:before {
  content: "";
}

.ph-thin.ph-arrow-elbow-down-left:before {
  content: "";
}

.ph-thin.ph-arrow-elbow-down-right:before {
  content: "";
}

.ph-thin.ph-arrow-elbow-left:before {
  content: "";
}

.ph-thin.ph-arrow-elbow-left-down:before {
  content: "";
}

.ph-thin.ph-arrow-elbow-left-up:before {
  content: "";
}

.ph-thin.ph-arrow-elbow-right:before {
  content: "";
}

.ph-thin.ph-arrow-elbow-right-down:before {
  content: "";
}

.ph-thin.ph-arrow-elbow-right-up:before {
  content: "";
}

.ph-thin.ph-arrow-elbow-up-left:before {
  content: "";
}

.ph-thin.ph-arrow-elbow-up-right:before {
  content: "";
}

.ph-thin.ph-arrow-fat-down:before {
  content: "";
}

.ph-thin.ph-arrow-fat-left:before {
  content: "";
}

.ph-thin.ph-arrow-fat-line-down:before {
  content: "";
}

.ph-thin.ph-arrow-fat-line-left:before {
  content: "";
}

.ph-thin.ph-arrow-fat-line-right:before {
  content: "";
}

.ph-thin.ph-arrow-fat-line-up:before {
  content: "";
}

.ph-thin.ph-arrow-fat-lines-down:before {
  content: "";
}

.ph-thin.ph-arrow-fat-lines-left:before {
  content: "";
}

.ph-thin.ph-arrow-fat-lines-right:before {
  content: "";
}

.ph-thin.ph-arrow-fat-lines-up:before {
  content: "";
}

.ph-thin.ph-arrow-fat-right:before {
  content: "";
}

.ph-thin.ph-arrow-fat-up:before {
  content: "";
}

.ph-thin.ph-arrow-left:before {
  content: "";
}

.ph-thin.ph-arrow-line-down:before {
  content: "";
}

.ph-thin.ph-arrow-line-down-left:before {
  content: "";
}

.ph-thin.ph-arrow-line-down-right:before {
  content: "";
}

.ph-thin.ph-arrow-line-left:before {
  content: "";
}

.ph-thin.ph-arrow-line-right:before {
  content: "";
}

.ph-thin.ph-arrow-line-up:before {
  content: "";
}

.ph-thin.ph-arrow-line-up-left:before {
  content: "";
}

.ph-thin.ph-arrow-line-up-right:before {
  content: "";
}

.ph-thin.ph-arrow-right:before {
  content: "";
}

.ph-thin.ph-arrow-square-down:before {
  content: "";
}

.ph-thin.ph-arrow-square-down-left:before {
  content: "";
}

.ph-thin.ph-arrow-square-down-right:before {
  content: "";
}

.ph-thin.ph-arrow-square-in:before {
  content: "";
}

.ph-thin.ph-arrow-square-left:before {
  content: "";
}

.ph-thin.ph-arrow-square-out:before {
  content: "";
}

.ph-thin.ph-arrow-square-right:before {
  content: "";
}

.ph-thin.ph-arrow-square-up:before {
  content: "";
}

.ph-thin.ph-arrow-square-up-left:before {
  content: "";
}

.ph-thin.ph-arrow-square-up-right:before {
  content: "";
}

.ph-thin.ph-arrow-u-down-left:before {
  content: "";
}

.ph-thin.ph-arrow-u-down-right:before {
  content: "";
}

.ph-thin.ph-arrow-u-left-down:before {
  content: "";
}

.ph-thin.ph-arrow-u-left-up:before {
  content: "";
}

.ph-thin.ph-arrow-u-right-down:before {
  content: "";
}

.ph-thin.ph-arrow-u-right-up:before {
  content: "";
}

.ph-thin.ph-arrow-u-up-left:before {
  content: "";
}

.ph-thin.ph-arrow-u-up-right:before {
  content: "";
}

.ph-thin.ph-arrow-up:before {
  content: "";
}

.ph-thin.ph-arrow-up-left:before {
  content: "";
}

.ph-thin.ph-arrow-up-right:before {
  content: "";
}

.ph-thin.ph-arrows-clockwise:before {
  content: "";
}

.ph-thin.ph-arrows-counter-clockwise:before {
  content: "";
}

.ph-thin.ph-arrows-down-up:before {
  content: "";
}

.ph-thin.ph-arrows-horizontal:before {
  content: "";
}

.ph-thin.ph-arrows-in:before {
  content: "";
}

.ph-thin.ph-arrows-in-cardinal:before {
  content: "";
}

.ph-thin.ph-arrows-in-line-horizontal:before {
  content: "";
}

.ph-thin.ph-arrows-in-line-vertical:before {
  content: "";
}

.ph-thin.ph-arrows-in-simple:before {
  content: "";
}

.ph-thin.ph-arrows-left-right:before {
  content: "";
}

.ph-thin.ph-arrows-merge:before {
  content: "";
}

.ph-thin.ph-arrows-out:before {
  content: "";
}

.ph-thin.ph-arrows-out-cardinal:before {
  content: "";
}

.ph-thin.ph-arrows-out-line-horizontal:before {
  content: "";
}

.ph-thin.ph-arrows-out-line-vertical:before {
  content: "";
}

.ph-thin.ph-arrows-out-simple:before {
  content: "";
}

.ph-thin.ph-arrows-split:before {
  content: "";
}

.ph-thin.ph-arrows-vertical:before {
  content: "";
}

.ph-thin.ph-article:before {
  content: "";
}

.ph-thin.ph-article-medium:before {
  content: "";
}

.ph-thin.ph-article-ny-times:before {
  content: "";
}

.ph-thin.ph-asclepius:before, .ph-thin.ph-caduceus:before {
  content: "";
}

.ph-thin.ph-asterisk:before {
  content: "";
}

.ph-thin.ph-asterisk-simple:before {
  content: "";
}

.ph-thin.ph-at:before {
  content: "";
}

.ph-thin.ph-atom:before {
  content: "";
}

.ph-thin.ph-avocado:before {
  content: "";
}

.ph-thin.ph-axe:before {
  content: "";
}

.ph-thin.ph-baby:before {
  content: "";
}

.ph-thin.ph-baby-carriage:before {
  content: "";
}

.ph-thin.ph-backpack:before {
  content: "";
}

.ph-thin.ph-backspace:before {
  content: "";
}

.ph-thin.ph-bag:before {
  content: "";
}

.ph-thin.ph-bag-simple:before {
  content: "";
}

.ph-thin.ph-balloon:before {
  content: "";
}

.ph-thin.ph-bandaids:before {
  content: "";
}

.ph-thin.ph-bank:before {
  content: "";
}

.ph-thin.ph-barbell:before {
  content: "";
}

.ph-thin.ph-barcode:before {
  content: "";
}

.ph-thin.ph-barn:before {
  content: "";
}

.ph-thin.ph-barricade:before {
  content: "";
}

.ph-thin.ph-baseball:before {
  content: "";
}

.ph-thin.ph-baseball-cap:before {
  content: "";
}

.ph-thin.ph-baseball-helmet:before {
  content: "";
}

.ph-thin.ph-basket:before {
  content: "";
}

.ph-thin.ph-basketball:before {
  content: "";
}

.ph-thin.ph-bathtub:before {
  content: "";
}

.ph-thin.ph-battery-charging:before {
  content: "";
}

.ph-thin.ph-battery-charging-vertical:before {
  content: "";
}

.ph-thin.ph-battery-empty:before {
  content: "";
}

.ph-thin.ph-battery-full:before {
  content: "";
}

.ph-thin.ph-battery-high:before {
  content: "";
}

.ph-thin.ph-battery-low:before {
  content: "";
}

.ph-thin.ph-battery-medium:before {
  content: "";
}

.ph-thin.ph-battery-plus:before {
  content: "";
}

.ph-thin.ph-battery-plus-vertical:before {
  content: "";
}

.ph-thin.ph-battery-vertical-empty:before {
  content: "";
}

.ph-thin.ph-battery-vertical-full:before {
  content: "";
}

.ph-thin.ph-battery-vertical-high:before {
  content: "";
}

.ph-thin.ph-battery-vertical-low:before {
  content: "";
}

.ph-thin.ph-battery-vertical-medium:before {
  content: "";
}

.ph-thin.ph-battery-warning:before {
  content: "";
}

.ph-thin.ph-battery-warning-vertical:before {
  content: "";
}

.ph-thin.ph-beach-ball:before {
  content: "";
}

.ph-thin.ph-beanie:before {
  content: "";
}

.ph-thin.ph-bed:before {
  content: "";
}

.ph-thin.ph-beer-bottle:before {
  content: "";
}

.ph-thin.ph-beer-stein:before {
  content: "";
}

.ph-thin.ph-behance-logo:before {
  content: "";
}

.ph-thin.ph-bell:before {
  content: "";
}

.ph-thin.ph-bell-ringing:before {
  content: "";
}

.ph-thin.ph-bell-simple:before {
  content: "";
}

.ph-thin.ph-bell-simple-ringing:before {
  content: "";
}

.ph-thin.ph-bell-simple-slash:before {
  content: "";
}

.ph-thin.ph-bell-simple-z:before {
  content: "";
}

.ph-thin.ph-bell-slash:before {
  content: "";
}

.ph-thin.ph-bell-z:before {
  content: "";
}

.ph-thin.ph-belt:before {
  content: "";
}

.ph-thin.ph-bezier-curve:before {
  content: "";
}

.ph-thin.ph-bicycle:before {
  content: "";
}

.ph-thin.ph-binary:before {
  content: "";
}

.ph-thin.ph-binoculars:before {
  content: "";
}

.ph-thin.ph-biohazard:before {
  content: "";
}

.ph-thin.ph-bird:before {
  content: "";
}

.ph-thin.ph-blueprint:before {
  content: "";
}

.ph-thin.ph-bluetooth:before {
  content: "";
}

.ph-thin.ph-bluetooth-connected:before {
  content: "";
}

.ph-thin.ph-bluetooth-slash:before {
  content: "";
}

.ph-thin.ph-bluetooth-x:before {
  content: "";
}

.ph-thin.ph-boat:before {
  content: "";
}

.ph-thin.ph-bomb:before {
  content: "";
}

.ph-thin.ph-bone:before {
  content: "";
}

.ph-thin.ph-book:before {
  content: "";
}

.ph-thin.ph-book-bookmark:before {
  content: "";
}

.ph-thin.ph-book-open:before {
  content: "";
}

.ph-thin.ph-book-open-text:before {
  content: "";
}

.ph-thin.ph-book-open-user:before {
  content: "";
}

.ph-thin.ph-bookmark:before {
  content: "";
}

.ph-thin.ph-bookmark-simple:before {
  content: "";
}

.ph-thin.ph-bookmarks:before {
  content: "";
}

.ph-thin.ph-bookmarks-simple:before {
  content: "";
}

.ph-thin.ph-books:before {
  content: "";
}

.ph-thin.ph-boot:before {
  content: "";
}

.ph-thin.ph-boules:before {
  content: "";
}

.ph-thin.ph-bounding-box:before {
  content: "";
}

.ph-thin.ph-bowl-food:before {
  content: "";
}

.ph-thin.ph-bowl-steam:before {
  content: "";
}

.ph-thin.ph-bowling-ball:before {
  content: "";
}

.ph-thin.ph-box-arrow-down:before, .ph-thin.ph-archive-box:before {
  content: "";
}

.ph-thin.ph-box-arrow-up:before {
  content: "";
}

.ph-thin.ph-boxing-glove:before {
  content: "";
}

.ph-thin.ph-brackets-angle:before {
  content: "";
}

.ph-thin.ph-brackets-curly:before {
  content: "";
}

.ph-thin.ph-brackets-round:before {
  content: "";
}

.ph-thin.ph-brackets-square:before {
  content: "";
}

.ph-thin.ph-brain:before {
  content: "";
}

.ph-thin.ph-brandy:before {
  content: "";
}

.ph-thin.ph-bread:before {
  content: "";
}

.ph-thin.ph-bridge:before {
  content: "";
}

.ph-thin.ph-briefcase:before {
  content: "";
}

.ph-thin.ph-briefcase-metal:before {
  content: "";
}

.ph-thin.ph-broadcast:before {
  content: "";
}

.ph-thin.ph-broom:before {
  content: "";
}

.ph-thin.ph-browser:before {
  content: "";
}

.ph-thin.ph-browsers:before {
  content: "";
}

.ph-thin.ph-bug:before {
  content: "";
}

.ph-thin.ph-bug-beetle:before {
  content: "";
}

.ph-thin.ph-bug-droid:before {
  content: "";
}

.ph-thin.ph-building:before {
  content: "";
}

.ph-thin.ph-building-apartment:before {
  content: "";
}

.ph-thin.ph-building-office:before {
  content: "";
}

.ph-thin.ph-buildings:before {
  content: "";
}

.ph-thin.ph-bulldozer:before {
  content: "";
}

.ph-thin.ph-bus:before {
  content: "";
}

.ph-thin.ph-butterfly:before {
  content: "";
}

.ph-thin.ph-cable-car:before {
  content: "";
}

.ph-thin.ph-cactus:before {
  content: "";
}

.ph-thin.ph-cake:before {
  content: "";
}

.ph-thin.ph-calculator:before {
  content: "";
}

.ph-thin.ph-calendar:before {
  content: "";
}

.ph-thin.ph-calendar-blank:before {
  content: "";
}

.ph-thin.ph-calendar-check:before {
  content: "";
}

.ph-thin.ph-calendar-dot:before {
  content: "";
}

.ph-thin.ph-calendar-dots:before {
  content: "";
}

.ph-thin.ph-calendar-heart:before {
  content: "";
}

.ph-thin.ph-calendar-minus:before {
  content: "";
}

.ph-thin.ph-calendar-plus:before {
  content: "";
}

.ph-thin.ph-calendar-slash:before {
  content: "";
}

.ph-thin.ph-calendar-star:before {
  content: "";
}

.ph-thin.ph-calendar-x:before {
  content: "";
}

.ph-thin.ph-call-bell:before {
  content: "";
}

.ph-thin.ph-camera:before {
  content: "";
}

.ph-thin.ph-camera-plus:before {
  content: "";
}

.ph-thin.ph-camera-rotate:before {
  content: "";
}

.ph-thin.ph-camera-slash:before {
  content: "";
}

.ph-thin.ph-campfire:before {
  content: "";
}

.ph-thin.ph-car:before {
  content: "";
}

.ph-thin.ph-car-battery:before {
  content: "";
}

.ph-thin.ph-car-profile:before {
  content: "";
}

.ph-thin.ph-car-simple:before {
  content: "";
}

.ph-thin.ph-cardholder:before {
  content: "";
}

.ph-thin.ph-cards:before {
  content: "";
}

.ph-thin.ph-cards-three:before {
  content: "";
}

.ph-thin.ph-caret-circle-double-down:before {
  content: "";
}

.ph-thin.ph-caret-circle-double-left:before {
  content: "";
}

.ph-thin.ph-caret-circle-double-right:before {
  content: "";
}

.ph-thin.ph-caret-circle-double-up:before {
  content: "";
}

.ph-thin.ph-caret-circle-down:before {
  content: "";
}

.ph-thin.ph-caret-circle-left:before {
  content: "";
}

.ph-thin.ph-caret-circle-right:before {
  content: "";
}

.ph-thin.ph-caret-circle-up:before {
  content: "";
}

.ph-thin.ph-caret-circle-up-down:before {
  content: "";
}

.ph-thin.ph-caret-double-down:before {
  content: "";
}

.ph-thin.ph-caret-double-left:before {
  content: "";
}

.ph-thin.ph-caret-double-right:before {
  content: "";
}

.ph-thin.ph-caret-double-up:before {
  content: "";
}

.ph-thin.ph-caret-down:before {
  content: "";
}

.ph-thin.ph-caret-left:before {
  content: "";
}

.ph-thin.ph-caret-line-down:before {
  content: "";
}

.ph-thin.ph-caret-line-left:before {
  content: "";
}

.ph-thin.ph-caret-line-right:before {
  content: "";
}

.ph-thin.ph-caret-line-up:before {
  content: "";
}

.ph-thin.ph-caret-right:before {
  content: "";
}

.ph-thin.ph-caret-up:before {
  content: "";
}

.ph-thin.ph-caret-up-down:before {
  content: "";
}

.ph-thin.ph-carrot:before {
  content: "";
}

.ph-thin.ph-cash-register:before {
  content: "";
}

.ph-thin.ph-cassette-tape:before {
  content: "";
}

.ph-thin.ph-castle-turret:before {
  content: "";
}

.ph-thin.ph-cat:before {
  content: "";
}

.ph-thin.ph-cell-signal-full:before {
  content: "";
}

.ph-thin.ph-cell-signal-high:before {
  content: "";
}

.ph-thin.ph-cell-signal-low:before {
  content: "";
}

.ph-thin.ph-cell-signal-medium:before {
  content: "";
}

.ph-thin.ph-cell-signal-none:before {
  content: "";
}

.ph-thin.ph-cell-signal-slash:before {
  content: "";
}

.ph-thin.ph-cell-signal-x:before {
  content: "";
}

.ph-thin.ph-cell-tower:before {
  content: "";
}

.ph-thin.ph-certificate:before {
  content: "";
}

.ph-thin.ph-chair:before {
  content: "";
}

.ph-thin.ph-chalkboard:before {
  content: "";
}

.ph-thin.ph-chalkboard-simple:before {
  content: "";
}

.ph-thin.ph-chalkboard-teacher:before {
  content: "";
}

.ph-thin.ph-champagne:before {
  content: "";
}

.ph-thin.ph-charging-station:before {
  content: "";
}

.ph-thin.ph-chart-bar:before {
  content: "";
}

.ph-thin.ph-chart-bar-horizontal:before {
  content: "";
}

.ph-thin.ph-chart-donut:before {
  content: "";
}

.ph-thin.ph-chart-line:before {
  content: "";
}

.ph-thin.ph-chart-line-down:before {
  content: "";
}

.ph-thin.ph-chart-line-up:before {
  content: "";
}

.ph-thin.ph-chart-pie:before {
  content: "";
}

.ph-thin.ph-chart-pie-slice:before {
  content: "";
}

.ph-thin.ph-chart-polar:before {
  content: "";
}

.ph-thin.ph-chart-scatter:before {
  content: "";
}

.ph-thin.ph-chat:before {
  content: "";
}

.ph-thin.ph-chat-centered:before {
  content: "";
}

.ph-thin.ph-chat-centered-dots:before {
  content: "";
}

.ph-thin.ph-chat-centered-slash:before {
  content: "";
}

.ph-thin.ph-chat-centered-text:before {
  content: "";
}

.ph-thin.ph-chat-circle:before {
  content: "";
}

.ph-thin.ph-chat-circle-dots:before {
  content: "";
}

.ph-thin.ph-chat-circle-slash:before {
  content: "";
}

.ph-thin.ph-chat-circle-text:before {
  content: "";
}

.ph-thin.ph-chat-dots:before {
  content: "";
}

.ph-thin.ph-chat-slash:before {
  content: "";
}

.ph-thin.ph-chat-teardrop:before {
  content: "";
}

.ph-thin.ph-chat-teardrop-dots:before {
  content: "";
}

.ph-thin.ph-chat-teardrop-slash:before {
  content: "";
}

.ph-thin.ph-chat-teardrop-text:before {
  content: "";
}

.ph-thin.ph-chat-text:before {
  content: "";
}

.ph-thin.ph-chats:before {
  content: "";
}

.ph-thin.ph-chats-circle:before {
  content: "";
}

.ph-thin.ph-chats-teardrop:before {
  content: "";
}

.ph-thin.ph-check:before {
  content: "";
}

.ph-thin.ph-check-circle:before {
  content: "";
}

.ph-thin.ph-check-fat:before {
  content: "";
}

.ph-thin.ph-check-square:before {
  content: "";
}

.ph-thin.ph-check-square-offset:before {
  content: "";
}

.ph-thin.ph-checkerboard:before {
  content: "";
}

.ph-thin.ph-checks:before {
  content: "";
}

.ph-thin.ph-cheers:before {
  content: "";
}

.ph-thin.ph-cheese:before {
  content: "";
}

.ph-thin.ph-chef-hat:before {
  content: "";
}

.ph-thin.ph-cherries:before {
  content: "";
}

.ph-thin.ph-church:before {
  content: "";
}

.ph-thin.ph-cigarette:before {
  content: "";
}

.ph-thin.ph-cigarette-slash:before {
  content: "";
}

.ph-thin.ph-circle:before {
  content: "";
}

.ph-thin.ph-circle-dashed:before {
  content: "";
}

.ph-thin.ph-circle-half:before {
  content: "";
}

.ph-thin.ph-circle-half-tilt:before {
  content: "";
}

.ph-thin.ph-circle-notch:before {
  content: "";
}

.ph-thin.ph-circles-four:before {
  content: "";
}

.ph-thin.ph-circles-three:before {
  content: "";
}

.ph-thin.ph-circles-three-plus:before {
  content: "";
}

.ph-thin.ph-circuitry:before {
  content: "";
}

.ph-thin.ph-city:before {
  content: "";
}

.ph-thin.ph-clipboard:before {
  content: "";
}

.ph-thin.ph-clipboard-text:before {
  content: "";
}

.ph-thin.ph-clock:before {
  content: "";
}

.ph-thin.ph-clock-afternoon:before {
  content: "";
}

.ph-thin.ph-clock-clockwise:before {
  content: "";
}

.ph-thin.ph-clock-countdown:before {
  content: "";
}

.ph-thin.ph-clock-counter-clockwise:before {
  content: "";
}

.ph-thin.ph-clock-user:before {
  content: "";
}

.ph-thin.ph-closed-captioning:before {
  content: "";
}

.ph-thin.ph-cloud:before {
  content: "";
}

.ph-thin.ph-cloud-arrow-down:before {
  content: "";
}

.ph-thin.ph-cloud-arrow-up:before {
  content: "";
}

.ph-thin.ph-cloud-check:before {
  content: "";
}

.ph-thin.ph-cloud-fog:before {
  content: "";
}

.ph-thin.ph-cloud-lightning:before {
  content: "";
}

.ph-thin.ph-cloud-moon:before {
  content: "";
}

.ph-thin.ph-cloud-rain:before {
  content: "";
}

.ph-thin.ph-cloud-slash:before {
  content: "";
}

.ph-thin.ph-cloud-snow:before {
  content: "";
}

.ph-thin.ph-cloud-sun:before {
  content: "";
}

.ph-thin.ph-cloud-warning:before {
  content: "";
}

.ph-thin.ph-cloud-x:before {
  content: "";
}

.ph-thin.ph-clover:before {
  content: "";
}

.ph-thin.ph-club:before {
  content: "";
}

.ph-thin.ph-coat-hanger:before {
  content: "";
}

.ph-thin.ph-coda-logo:before {
  content: "";
}

.ph-thin.ph-code:before {
  content: "";
}

.ph-thin.ph-code-block:before {
  content: "";
}

.ph-thin.ph-code-simple:before {
  content: "";
}

.ph-thin.ph-codepen-logo:before {
  content: "";
}

.ph-thin.ph-codesandbox-logo:before {
  content: "";
}

.ph-thin.ph-coffee:before {
  content: "";
}

.ph-thin.ph-coffee-bean:before {
  content: "";
}

.ph-thin.ph-coin:before {
  content: "";
}

.ph-thin.ph-coin-vertical:before {
  content: "";
}

.ph-thin.ph-coins:before {
  content: "";
}

.ph-thin.ph-columns:before {
  content: "";
}

.ph-thin.ph-columns-plus-left:before {
  content: "";
}

.ph-thin.ph-columns-plus-right:before {
  content: "";
}

.ph-thin.ph-command:before {
  content: "";
}

.ph-thin.ph-compass:before {
  content: "";
}

.ph-thin.ph-compass-rose:before {
  content: "";
}

.ph-thin.ph-compass-tool:before {
  content: "";
}

.ph-thin.ph-computer-tower:before {
  content: "";
}

.ph-thin.ph-confetti:before {
  content: "";
}

.ph-thin.ph-contactless-payment:before {
  content: "";
}

.ph-thin.ph-control:before {
  content: "";
}

.ph-thin.ph-cookie:before {
  content: "";
}

.ph-thin.ph-cooking-pot:before {
  content: "";
}

.ph-thin.ph-copy:before {
  content: "";
}

.ph-thin.ph-copy-simple:before {
  content: "";
}

.ph-thin.ph-copyleft:before {
  content: "";
}

.ph-thin.ph-copyright:before {
  content: "";
}

.ph-thin.ph-corners-in:before {
  content: "";
}

.ph-thin.ph-corners-out:before {
  content: "";
}

.ph-thin.ph-couch:before {
  content: "";
}

.ph-thin.ph-court-basketball:before {
  content: "";
}

.ph-thin.ph-cow:before {
  content: "";
}

.ph-thin.ph-cowboy-hat:before {
  content: "";
}

.ph-thin.ph-cpu:before {
  content: "";
}

.ph-thin.ph-crane:before {
  content: "";
}

.ph-thin.ph-crane-tower:before {
  content: "";
}

.ph-thin.ph-credit-card:before {
  content: "";
}

.ph-thin.ph-cricket:before {
  content: "";
}

.ph-thin.ph-crop:before {
  content: "";
}

.ph-thin.ph-cross:before {
  content: "";
}

.ph-thin.ph-crosshair:before {
  content: "";
}

.ph-thin.ph-crosshair-simple:before {
  content: "";
}

.ph-thin.ph-crown:before {
  content: "";
}

.ph-thin.ph-crown-cross:before {
  content: "";
}

.ph-thin.ph-crown-simple:before {
  content: "";
}

.ph-thin.ph-cube:before {
  content: "";
}

.ph-thin.ph-cube-focus:before {
  content: "";
}

.ph-thin.ph-cube-transparent:before {
  content: "";
}

.ph-thin.ph-currency-btc:before {
  content: "";
}

.ph-thin.ph-currency-circle-dollar:before {
  content: "";
}

.ph-thin.ph-currency-cny:before {
  content: "";
}

.ph-thin.ph-currency-dollar:before {
  content: "";
}

.ph-thin.ph-currency-dollar-simple:before {
  content: "";
}

.ph-thin.ph-currency-eth:before {
  content: "";
}

.ph-thin.ph-currency-eur:before {
  content: "";
}

.ph-thin.ph-currency-gbp:before {
  content: "";
}

.ph-thin.ph-currency-inr:before {
  content: "";
}

.ph-thin.ph-currency-jpy:before {
  content: "";
}

.ph-thin.ph-currency-krw:before {
  content: "";
}

.ph-thin.ph-currency-kzt:before {
  content: "";
}

.ph-thin.ph-currency-ngn:before {
  content: "";
}

.ph-thin.ph-currency-rub:before {
  content: "";
}

.ph-thin.ph-cursor:before {
  content: "";
}

.ph-thin.ph-cursor-click:before {
  content: "";
}

.ph-thin.ph-cursor-text:before {
  content: "";
}

.ph-thin.ph-cylinder:before {
  content: "";
}

.ph-thin.ph-database:before {
  content: "";
}

.ph-thin.ph-desk:before {
  content: "";
}

.ph-thin.ph-desktop:before {
  content: "";
}

.ph-thin.ph-desktop-tower:before {
  content: "";
}

.ph-thin.ph-detective:before {
  content: "";
}

.ph-thin.ph-dev-to-logo:before {
  content: "";
}

.ph-thin.ph-device-mobile:before {
  content: "";
}

.ph-thin.ph-device-mobile-camera:before {
  content: "";
}

.ph-thin.ph-device-mobile-slash:before {
  content: "";
}

.ph-thin.ph-device-mobile-speaker:before {
  content: "";
}

.ph-thin.ph-device-rotate:before {
  content: "";
}

.ph-thin.ph-device-tablet:before {
  content: "";
}

.ph-thin.ph-device-tablet-camera:before {
  content: "";
}

.ph-thin.ph-device-tablet-speaker:before {
  content: "";
}

.ph-thin.ph-devices:before {
  content: "";
}

.ph-thin.ph-diamond:before {
  content: "";
}

.ph-thin.ph-diamonds-four:before {
  content: "";
}

.ph-thin.ph-dice-five:before {
  content: "";
}

.ph-thin.ph-dice-four:before {
  content: "";
}

.ph-thin.ph-dice-one:before {
  content: "";
}

.ph-thin.ph-dice-six:before {
  content: "";
}

.ph-thin.ph-dice-three:before {
  content: "";
}

.ph-thin.ph-dice-two:before {
  content: "";
}

.ph-thin.ph-disc:before {
  content: "";
}

.ph-thin.ph-disco-ball:before {
  content: "";
}

.ph-thin.ph-discord-logo:before {
  content: "";
}

.ph-thin.ph-divide:before {
  content: "";
}

.ph-thin.ph-dna:before {
  content: "";
}

.ph-thin.ph-dog:before {
  content: "";
}

.ph-thin.ph-door:before {
  content: "";
}

.ph-thin.ph-door-open:before {
  content: "";
}

.ph-thin.ph-dot:before {
  content: "";
}

.ph-thin.ph-dot-outline:before {
  content: "";
}

.ph-thin.ph-dots-nine:before {
  content: "";
}

.ph-thin.ph-dots-six:before {
  content: "";
}

.ph-thin.ph-dots-six-vertical:before {
  content: "";
}

.ph-thin.ph-dots-three:before {
  content: "";
}

.ph-thin.ph-dots-three-circle:before {
  content: "";
}

.ph-thin.ph-dots-three-circle-vertical:before {
  content: "";
}

.ph-thin.ph-dots-three-outline:before {
  content: "";
}

.ph-thin.ph-dots-three-outline-vertical:before {
  content: "";
}

.ph-thin.ph-dots-three-vertical:before {
  content: "";
}

.ph-thin.ph-download:before {
  content: "";
}

.ph-thin.ph-download-simple:before {
  content: "";
}

.ph-thin.ph-dress:before {
  content: "";
}

.ph-thin.ph-dresser:before {
  content: "";
}

.ph-thin.ph-dribbble-logo:before {
  content: "";
}

.ph-thin.ph-drone:before {
  content: "";
}

.ph-thin.ph-drop:before {
  content: "";
}

.ph-thin.ph-drop-half:before {
  content: "";
}

.ph-thin.ph-drop-half-bottom:before {
  content: "";
}

.ph-thin.ph-drop-simple:before {
  content: "";
}

.ph-thin.ph-drop-slash:before {
  content: "";
}

.ph-thin.ph-dropbox-logo:before {
  content: "";
}

.ph-thin.ph-ear:before {
  content: "";
}

.ph-thin.ph-ear-slash:before {
  content: "";
}

.ph-thin.ph-egg:before {
  content: "";
}

.ph-thin.ph-egg-crack:before {
  content: "";
}

.ph-thin.ph-eject:before {
  content: "";
}

.ph-thin.ph-eject-simple:before {
  content: "";
}

.ph-thin.ph-elevator:before {
  content: "";
}

.ph-thin.ph-empty:before {
  content: "";
}

.ph-thin.ph-engine:before {
  content: "";
}

.ph-thin.ph-envelope:before {
  content: "";
}

.ph-thin.ph-envelope-open:before {
  content: "";
}

.ph-thin.ph-envelope-simple:before {
  content: "";
}

.ph-thin.ph-envelope-simple-open:before {
  content: "";
}

.ph-thin.ph-equalizer:before {
  content: "";
}

.ph-thin.ph-equals:before {
  content: "";
}

.ph-thin.ph-eraser:before {
  content: "";
}

.ph-thin.ph-escalator-down:before {
  content: "";
}

.ph-thin.ph-escalator-up:before {
  content: "";
}

.ph-thin.ph-exam:before {
  content: "";
}

.ph-thin.ph-exclamation-mark:before {
  content: "";
}

.ph-thin.ph-exclude:before {
  content: "";
}

.ph-thin.ph-exclude-square:before {
  content: "";
}

.ph-thin.ph-export:before {
  content: "";
}

.ph-thin.ph-eye:before {
  content: "";
}

.ph-thin.ph-eye-closed:before {
  content: "";
}

.ph-thin.ph-eye-slash:before {
  content: "";
}

.ph-thin.ph-eyedropper:before {
  content: "";
}

.ph-thin.ph-eyedropper-sample:before {
  content: "";
}

.ph-thin.ph-eyeglasses:before {
  content: "";
}

.ph-thin.ph-eyes:before {
  content: "";
}

.ph-thin.ph-face-mask:before {
  content: "";
}

.ph-thin.ph-facebook-logo:before {
  content: "";
}

.ph-thin.ph-factory:before {
  content: "";
}

.ph-thin.ph-faders:before {
  content: "";
}

.ph-thin.ph-faders-horizontal:before {
  content: "";
}

.ph-thin.ph-fallout-shelter:before {
  content: "";
}

.ph-thin.ph-fan:before {
  content: "";
}

.ph-thin.ph-farm:before {
  content: "";
}

.ph-thin.ph-fast-forward:before {
  content: "";
}

.ph-thin.ph-fast-forward-circle:before {
  content: "";
}

.ph-thin.ph-feather:before {
  content: "";
}

.ph-thin.ph-fediverse-logo:before {
  content: "";
}

.ph-thin.ph-figma-logo:before {
  content: "";
}

.ph-thin.ph-file:before {
  content: "";
}

.ph-thin.ph-file-archive:before {
  content: "";
}

.ph-thin.ph-file-arrow-down:before {
  content: "";
}

.ph-thin.ph-file-arrow-up:before {
  content: "";
}

.ph-thin.ph-file-audio:before {
  content: "";
}

.ph-thin.ph-file-c:before {
  content: "";
}

.ph-thin.ph-file-c-sharp:before {
  content: "";
}

.ph-thin.ph-file-cloud:before {
  content: "";
}

.ph-thin.ph-file-code:before {
  content: "";
}

.ph-thin.ph-file-cpp:before {
  content: "";
}

.ph-thin.ph-file-css:before {
  content: "";
}

.ph-thin.ph-file-csv:before {
  content: "";
}

.ph-thin.ph-file-dashed:before, .ph-thin.ph-file-dotted:before {
  content: "";
}

.ph-thin.ph-file-doc:before {
  content: "";
}

.ph-thin.ph-file-html:before {
  content: "";
}

.ph-thin.ph-file-image:before {
  content: "";
}

.ph-thin.ph-file-ini:before {
  content: "";
}

.ph-thin.ph-file-jpg:before {
  content: "";
}

.ph-thin.ph-file-js:before {
  content: "";
}

.ph-thin.ph-file-jsx:before {
  content: "";
}

.ph-thin.ph-file-lock:before {
  content: "";
}

.ph-thin.ph-file-magnifying-glass:before, .ph-thin.ph-file-search:before {
  content: "";
}

.ph-thin.ph-file-md:before {
  content: "";
}

.ph-thin.ph-file-minus:before {
  content: "";
}

.ph-thin.ph-file-pdf:before {
  content: "";
}

.ph-thin.ph-file-plus:before {
  content: "";
}

.ph-thin.ph-file-png:before {
  content: "";
}

.ph-thin.ph-file-ppt:before {
  content: "";
}

.ph-thin.ph-file-py:before {
  content: "";
}

.ph-thin.ph-file-rs:before {
  content: "";
}

.ph-thin.ph-file-sql:before {
  content: "";
}

.ph-thin.ph-file-svg:before {
  content: "";
}

.ph-thin.ph-file-text:before {
  content: "";
}

.ph-thin.ph-file-ts:before {
  content: "";
}

.ph-thin.ph-file-tsx:before {
  content: "";
}

.ph-thin.ph-file-txt:before {
  content: "";
}

.ph-thin.ph-file-video:before {
  content: "";
}

.ph-thin.ph-file-vue:before {
  content: "";
}

.ph-thin.ph-file-x:before {
  content: "";
}

.ph-thin.ph-file-xls:before {
  content: "";
}

.ph-thin.ph-file-zip:before {
  content: "";
}

.ph-thin.ph-files:before {
  content: "";
}

.ph-thin.ph-film-reel:before {
  content: "";
}

.ph-thin.ph-film-script:before {
  content: "";
}

.ph-thin.ph-film-slate:before {
  content: "";
}

.ph-thin.ph-film-strip:before {
  content: "";
}

.ph-thin.ph-fingerprint:before {
  content: "";
}

.ph-thin.ph-fingerprint-simple:before {
  content: "";
}

.ph-thin.ph-finn-the-human:before {
  content: "";
}

.ph-thin.ph-fire:before {
  content: "";
}

.ph-thin.ph-fire-extinguisher:before {
  content: "";
}

.ph-thin.ph-fire-simple:before {
  content: "";
}

.ph-thin.ph-fire-truck:before {
  content: "";
}

.ph-thin.ph-first-aid:before {
  content: "";
}

.ph-thin.ph-first-aid-kit:before {
  content: "";
}

.ph-thin.ph-fish:before {
  content: "";
}

.ph-thin.ph-fish-simple:before {
  content: "";
}

.ph-thin.ph-flag:before {
  content: "";
}

.ph-thin.ph-flag-banner:before {
  content: "";
}

.ph-thin.ph-flag-banner-fold:before {
  content: "";
}

.ph-thin.ph-flag-checkered:before {
  content: "";
}

.ph-thin.ph-flag-pennant:before {
  content: "";
}

.ph-thin.ph-flame:before {
  content: "";
}

.ph-thin.ph-flashlight:before {
  content: "";
}

.ph-thin.ph-flask:before {
  content: "";
}

.ph-thin.ph-flip-horizontal:before {
  content: "";
}

.ph-thin.ph-flip-vertical:before {
  content: "";
}

.ph-thin.ph-floppy-disk:before {
  content: "";
}

.ph-thin.ph-floppy-disk-back:before {
  content: "";
}

.ph-thin.ph-flow-arrow:before {
  content: "";
}

.ph-thin.ph-flower:before {
  content: "";
}

.ph-thin.ph-flower-lotus:before {
  content: "";
}

.ph-thin.ph-flower-tulip:before {
  content: "";
}

.ph-thin.ph-flying-saucer:before {
  content: "";
}

.ph-thin.ph-folder:before, .ph-thin.ph-folder-notch:before {
  content: "";
}

.ph-thin.ph-folder-dashed:before, .ph-thin.ph-folder-dotted:before {
  content: "";
}

.ph-thin.ph-folder-lock:before {
  content: "";
}

.ph-thin.ph-folder-minus:before, .ph-thin.ph-folder-notch-minus:before {
  content: "";
}

.ph-thin.ph-folder-open:before, .ph-thin.ph-folder-notch-open:before {
  content: "";
}

.ph-thin.ph-folder-plus:before, .ph-thin.ph-folder-notch-plus:before {
  content: "";
}

.ph-thin.ph-folder-simple:before {
  content: "";
}

.ph-thin.ph-folder-simple-dashed:before, .ph-thin.ph-folder-simple-dotted:before {
  content: "";
}

.ph-thin.ph-folder-simple-lock:before {
  content: "";
}

.ph-thin.ph-folder-simple-minus:before {
  content: "";
}

.ph-thin.ph-folder-simple-plus:before {
  content: "";
}

.ph-thin.ph-folder-simple-star:before {
  content: "";
}

.ph-thin.ph-folder-simple-user:before {
  content: "";
}

.ph-thin.ph-folder-star:before {
  content: "";
}

.ph-thin.ph-folder-user:before {
  content: "";
}

.ph-thin.ph-folders:before {
  content: "";
}

.ph-thin.ph-football:before {
  content: "";
}

.ph-thin.ph-football-helmet:before {
  content: "";
}

.ph-thin.ph-footprints:before {
  content: "";
}

.ph-thin.ph-fork-knife:before {
  content: "";
}

.ph-thin.ph-four-k:before {
  content: "";
}

.ph-thin.ph-frame-corners:before {
  content: "";
}

.ph-thin.ph-framer-logo:before {
  content: "";
}

.ph-thin.ph-function:before {
  content: "";
}

.ph-thin.ph-funnel:before {
  content: "";
}

.ph-thin.ph-funnel-simple:before {
  content: "";
}

.ph-thin.ph-funnel-simple-x:before {
  content: "";
}

.ph-thin.ph-funnel-x:before {
  content: "";
}

.ph-thin.ph-game-controller:before {
  content: "";
}

.ph-thin.ph-garage:before {
  content: "";
}

.ph-thin.ph-gas-can:before {
  content: "";
}

.ph-thin.ph-gas-pump:before {
  content: "";
}

.ph-thin.ph-gauge:before {
  content: "";
}

.ph-thin.ph-gavel:before {
  content: "";
}

.ph-thin.ph-gear:before {
  content: "";
}

.ph-thin.ph-gear-fine:before {
  content: "";
}

.ph-thin.ph-gear-six:before {
  content: "";
}

.ph-thin.ph-gender-female:before {
  content: "";
}

.ph-thin.ph-gender-intersex:before {
  content: "";
}

.ph-thin.ph-gender-male:before {
  content: "";
}

.ph-thin.ph-gender-neuter:before {
  content: "";
}

.ph-thin.ph-gender-nonbinary:before {
  content: "";
}

.ph-thin.ph-gender-transgender:before {
  content: "";
}

.ph-thin.ph-ghost:before {
  content: "";
}

.ph-thin.ph-gif:before {
  content: "";
}

.ph-thin.ph-gift:before {
  content: "";
}

.ph-thin.ph-git-branch:before {
  content: "";
}

.ph-thin.ph-git-commit:before {
  content: "";
}

.ph-thin.ph-git-diff:before {
  content: "";
}

.ph-thin.ph-git-fork:before {
  content: "";
}

.ph-thin.ph-git-merge:before {
  content: "";
}

.ph-thin.ph-git-pull-request:before {
  content: "";
}

.ph-thin.ph-github-logo:before {
  content: "";
}

.ph-thin.ph-gitlab-logo:before {
  content: "";
}

.ph-thin.ph-gitlab-logo-simple:before {
  content: "";
}

.ph-thin.ph-globe:before {
  content: "";
}

.ph-thin.ph-globe-hemisphere-east:before {
  content: "";
}

.ph-thin.ph-globe-hemisphere-west:before {
  content: "";
}

.ph-thin.ph-globe-simple:before {
  content: "";
}

.ph-thin.ph-globe-simple-x:before {
  content: "";
}

.ph-thin.ph-globe-stand:before {
  content: "";
}

.ph-thin.ph-globe-x:before {
  content: "";
}

.ph-thin.ph-goggles:before {
  content: "";
}

.ph-thin.ph-golf:before {
  content: "";
}

.ph-thin.ph-goodreads-logo:before {
  content: "";
}

.ph-thin.ph-google-cardboard-logo:before {
  content: "";
}

.ph-thin.ph-google-chrome-logo:before {
  content: "";
}

.ph-thin.ph-google-drive-logo:before {
  content: "";
}

.ph-thin.ph-google-logo:before {
  content: "";
}

.ph-thin.ph-google-photos-logo:before {
  content: "";
}

.ph-thin.ph-google-play-logo:before {
  content: "";
}

.ph-thin.ph-google-podcasts-logo:before {
  content: "";
}

.ph-thin.ph-gps:before {
  content: "";
}

.ph-thin.ph-gps-fix:before {
  content: "";
}

.ph-thin.ph-gps-slash:before {
  content: "";
}

.ph-thin.ph-gradient:before {
  content: "";
}

.ph-thin.ph-graduation-cap:before {
  content: "";
}

.ph-thin.ph-grains:before {
  content: "";
}

.ph-thin.ph-grains-slash:before {
  content: "";
}

.ph-thin.ph-graph:before {
  content: "";
}

.ph-thin.ph-graphics-card:before {
  content: "";
}

.ph-thin.ph-greater-than:before {
  content: "";
}

.ph-thin.ph-greater-than-or-equal:before {
  content: "";
}

.ph-thin.ph-grid-four:before {
  content: "";
}

.ph-thin.ph-grid-nine:before {
  content: "";
}

.ph-thin.ph-guitar:before {
  content: "";
}

.ph-thin.ph-hair-dryer:before {
  content: "";
}

.ph-thin.ph-hamburger:before {
  content: "";
}

.ph-thin.ph-hammer:before {
  content: "";
}

.ph-thin.ph-hand:before {
  content: "";
}

.ph-thin.ph-hand-arrow-down:before {
  content: "";
}

.ph-thin.ph-hand-arrow-up:before {
  content: "";
}

.ph-thin.ph-hand-coins:before {
  content: "";
}

.ph-thin.ph-hand-deposit:before {
  content: "";
}

.ph-thin.ph-hand-eye:before {
  content: "";
}

.ph-thin.ph-hand-fist:before {
  content: "";
}

.ph-thin.ph-hand-grabbing:before {
  content: "";
}

.ph-thin.ph-hand-heart:before {
  content: "";
}

.ph-thin.ph-hand-palm:before {
  content: "";
}

.ph-thin.ph-hand-peace:before {
  content: "";
}

.ph-thin.ph-hand-pointing:before {
  content: "";
}

.ph-thin.ph-hand-soap:before {
  content: "";
}

.ph-thin.ph-hand-swipe-left:before {
  content: "";
}

.ph-thin.ph-hand-swipe-right:before {
  content: "";
}

.ph-thin.ph-hand-tap:before {
  content: "";
}

.ph-thin.ph-hand-waving:before {
  content: "";
}

.ph-thin.ph-hand-withdraw:before {
  content: "";
}

.ph-thin.ph-handbag:before {
  content: "";
}

.ph-thin.ph-handbag-simple:before {
  content: "";
}

.ph-thin.ph-hands-clapping:before {
  content: "";
}

.ph-thin.ph-hands-praying:before {
  content: "";
}

.ph-thin.ph-handshake:before {
  content: "";
}

.ph-thin.ph-hard-drive:before {
  content: "";
}

.ph-thin.ph-hard-drives:before {
  content: "";
}

.ph-thin.ph-hard-hat:before {
  content: "";
}

.ph-thin.ph-hash:before {
  content: "";
}

.ph-thin.ph-hash-straight:before {
  content: "";
}

.ph-thin.ph-head-circuit:before {
  content: "";
}

.ph-thin.ph-headlights:before {
  content: "";
}

.ph-thin.ph-headphones:before {
  content: "";
}

.ph-thin.ph-headset:before {
  content: "";
}

.ph-thin.ph-heart:before {
  content: "";
}

.ph-thin.ph-heart-break:before {
  content: "";
}

.ph-thin.ph-heart-half:before {
  content: "";
}

.ph-thin.ph-heart-straight:before {
  content: "";
}

.ph-thin.ph-heart-straight-break:before {
  content: "";
}

.ph-thin.ph-heartbeat:before {
  content: "";
}

.ph-thin.ph-hexagon:before {
  content: "";
}

.ph-thin.ph-high-definition:before {
  content: "";
}

.ph-thin.ph-high-heel:before {
  content: "";
}

.ph-thin.ph-highlighter:before {
  content: "";
}

.ph-thin.ph-highlighter-circle:before {
  content: "";
}

.ph-thin.ph-hockey:before {
  content: "";
}

.ph-thin.ph-hoodie:before {
  content: "";
}

.ph-thin.ph-horse:before {
  content: "";
}

.ph-thin.ph-hospital:before {
  content: "";
}

.ph-thin.ph-hourglass:before {
  content: "";
}

.ph-thin.ph-hourglass-high:before {
  content: "";
}

.ph-thin.ph-hourglass-low:before {
  content: "";
}

.ph-thin.ph-hourglass-medium:before {
  content: "";
}

.ph-thin.ph-hourglass-simple:before {
  content: "";
}

.ph-thin.ph-hourglass-simple-high:before {
  content: "";
}

.ph-thin.ph-hourglass-simple-low:before {
  content: "";
}

.ph-thin.ph-hourglass-simple-medium:before {
  content: "";
}

.ph-thin.ph-house:before {
  content: "";
}

.ph-thin.ph-house-line:before {
  content: "";
}

.ph-thin.ph-house-simple:before {
  content: "";
}

.ph-thin.ph-hurricane:before {
  content: "";
}

.ph-thin.ph-ice-cream:before {
  content: "";
}

.ph-thin.ph-identification-badge:before {
  content: "";
}

.ph-thin.ph-identification-card:before {
  content: "";
}

.ph-thin.ph-image:before {
  content: "";
}

.ph-thin.ph-image-broken:before {
  content: "";
}

.ph-thin.ph-image-square:before {
  content: "";
}

.ph-thin.ph-images:before {
  content: "";
}

.ph-thin.ph-images-square:before {
  content: "";
}

.ph-thin.ph-infinity:before, .ph-thin.ph-lemniscate:before {
  content: "";
}

.ph-thin.ph-info:before {
  content: "";
}

.ph-thin.ph-instagram-logo:before {
  content: "";
}

.ph-thin.ph-intersect:before {
  content: "";
}

.ph-thin.ph-intersect-square:before {
  content: "";
}

.ph-thin.ph-intersect-three:before {
  content: "";
}

.ph-thin.ph-intersection:before {
  content: "";
}

.ph-thin.ph-invoice:before {
  content: "";
}

.ph-thin.ph-island:before {
  content: "";
}

.ph-thin.ph-jar:before {
  content: "";
}

.ph-thin.ph-jar-label:before {
  content: "";
}

.ph-thin.ph-jeep:before {
  content: "";
}

.ph-thin.ph-joystick:before {
  content: "";
}

.ph-thin.ph-kanban:before {
  content: "";
}

.ph-thin.ph-key:before {
  content: "";
}

.ph-thin.ph-key-return:before {
  content: "";
}

.ph-thin.ph-keyboard:before {
  content: "";
}

.ph-thin.ph-keyhole:before {
  content: "";
}

.ph-thin.ph-knife:before {
  content: "";
}

.ph-thin.ph-ladder:before {
  content: "";
}

.ph-thin.ph-ladder-simple:before {
  content: "";
}

.ph-thin.ph-lamp:before {
  content: "";
}

.ph-thin.ph-lamp-pendant:before {
  content: "";
}

.ph-thin.ph-laptop:before {
  content: "";
}

.ph-thin.ph-lasso:before {
  content: "";
}

.ph-thin.ph-lastfm-logo:before {
  content: "";
}

.ph-thin.ph-layout:before {
  content: "";
}

.ph-thin.ph-leaf:before {
  content: "";
}

.ph-thin.ph-lectern:before {
  content: "";
}

.ph-thin.ph-lego:before {
  content: "";
}

.ph-thin.ph-lego-smiley:before {
  content: "";
}

.ph-thin.ph-less-than:before {
  content: "";
}

.ph-thin.ph-less-than-or-equal:before {
  content: "";
}

.ph-thin.ph-letter-circle-h:before {
  content: "";
}

.ph-thin.ph-letter-circle-p:before {
  content: "";
}

.ph-thin.ph-letter-circle-v:before {
  content: "";
}

.ph-thin.ph-lifebuoy:before {
  content: "";
}

.ph-thin.ph-lightbulb:before {
  content: "";
}

.ph-thin.ph-lightbulb-filament:before {
  content: "";
}

.ph-thin.ph-lighthouse:before {
  content: "";
}

.ph-thin.ph-lightning:before {
  content: "";
}

.ph-thin.ph-lightning-a:before {
  content: "";
}

.ph-thin.ph-lightning-slash:before {
  content: "";
}

.ph-thin.ph-line-segment:before {
  content: "";
}

.ph-thin.ph-line-segments:before {
  content: "";
}

.ph-thin.ph-line-vertical:before {
  content: "";
}

.ph-thin.ph-link:before {
  content: "";
}

.ph-thin.ph-link-break:before {
  content: "";
}

.ph-thin.ph-link-simple:before {
  content: "";
}

.ph-thin.ph-link-simple-break:before {
  content: "";
}

.ph-thin.ph-link-simple-horizontal:before {
  content: "";
}

.ph-thin.ph-link-simple-horizontal-break:before {
  content: "";
}

.ph-thin.ph-linkedin-logo:before {
  content: "";
}

.ph-thin.ph-linktree-logo:before {
  content: "";
}

.ph-thin.ph-linux-logo:before {
  content: "";
}

.ph-thin.ph-list:before {
  content: "";
}

.ph-thin.ph-list-bullets:before {
  content: "";
}

.ph-thin.ph-list-checks:before {
  content: "";
}

.ph-thin.ph-list-dashes:before {
  content: "";
}

.ph-thin.ph-list-heart:before {
  content: "";
}

.ph-thin.ph-list-magnifying-glass:before {
  content: "";
}

.ph-thin.ph-list-numbers:before {
  content: "";
}

.ph-thin.ph-list-plus:before {
  content: "";
}

.ph-thin.ph-list-star:before {
  content: "";
}

.ph-thin.ph-lock:before {
  content: "";
}

.ph-thin.ph-lock-key:before {
  content: "";
}

.ph-thin.ph-lock-key-open:before {
  content: "";
}

.ph-thin.ph-lock-laminated:before {
  content: "";
}

.ph-thin.ph-lock-laminated-open:before {
  content: "";
}

.ph-thin.ph-lock-open:before {
  content: "";
}

.ph-thin.ph-lock-simple:before {
  content: "";
}

.ph-thin.ph-lock-simple-open:before {
  content: "";
}

.ph-thin.ph-lockers:before {
  content: "";
}

.ph-thin.ph-log:before {
  content: "";
}

.ph-thin.ph-magic-wand:before {
  content: "";
}

.ph-thin.ph-magnet:before {
  content: "";
}

.ph-thin.ph-magnet-straight:before {
  content: "";
}

.ph-thin.ph-magnifying-glass:before {
  content: "";
}

.ph-thin.ph-magnifying-glass-minus:before {
  content: "";
}

.ph-thin.ph-magnifying-glass-plus:before {
  content: "";
}

.ph-thin.ph-mailbox:before {
  content: "";
}

.ph-thin.ph-map-pin:before {
  content: "";
}

.ph-thin.ph-map-pin-area:before {
  content: "";
}

.ph-thin.ph-map-pin-line:before {
  content: "";
}

.ph-thin.ph-map-pin-plus:before {
  content: "";
}

.ph-thin.ph-map-pin-simple:before {
  content: "";
}

.ph-thin.ph-map-pin-simple-area:before {
  content: "";
}

.ph-thin.ph-map-pin-simple-line:before {
  content: "";
}

.ph-thin.ph-map-trifold:before {
  content: "";
}

.ph-thin.ph-markdown-logo:before {
  content: "";
}

.ph-thin.ph-marker-circle:before {
  content: "";
}

.ph-thin.ph-martini:before {
  content: "";
}

.ph-thin.ph-mask-happy:before {
  content: "";
}

.ph-thin.ph-mask-sad:before {
  content: "";
}

.ph-thin.ph-mastodon-logo:before {
  content: "";
}

.ph-thin.ph-math-operations:before {
  content: "";
}

.ph-thin.ph-matrix-logo:before {
  content: "";
}

.ph-thin.ph-medal:before {
  content: "";
}

.ph-thin.ph-medal-military:before {
  content: "";
}

.ph-thin.ph-medium-logo:before {
  content: "";
}

.ph-thin.ph-megaphone:before {
  content: "";
}

.ph-thin.ph-megaphone-simple:before {
  content: "";
}

.ph-thin.ph-member-of:before {
  content: "";
}

.ph-thin.ph-memory:before {
  content: "";
}

.ph-thin.ph-messenger-logo:before {
  content: "";
}

.ph-thin.ph-meta-logo:before {
  content: "";
}

.ph-thin.ph-meteor:before {
  content: "";
}

.ph-thin.ph-metronome:before {
  content: "";
}

.ph-thin.ph-microphone:before {
  content: "";
}

.ph-thin.ph-microphone-slash:before {
  content: "";
}

.ph-thin.ph-microphone-stage:before {
  content: "";
}

.ph-thin.ph-microscope:before {
  content: "";
}

.ph-thin.ph-microsoft-excel-logo:before {
  content: "";
}

.ph-thin.ph-microsoft-outlook-logo:before {
  content: "";
}

.ph-thin.ph-microsoft-powerpoint-logo:before {
  content: "";
}

.ph-thin.ph-microsoft-teams-logo:before {
  content: "";
}

.ph-thin.ph-microsoft-word-logo:before {
  content: "";
}

.ph-thin.ph-minus:before {
  content: "";
}

.ph-thin.ph-minus-circle:before {
  content: "";
}

.ph-thin.ph-minus-square:before {
  content: "";
}

.ph-thin.ph-money:before {
  content: "";
}

.ph-thin.ph-money-wavy:before {
  content: "";
}

.ph-thin.ph-monitor:before {
  content: "";
}

.ph-thin.ph-monitor-arrow-up:before {
  content: "";
}

.ph-thin.ph-monitor-play:before {
  content: "";
}

.ph-thin.ph-moon:before {
  content: "";
}

.ph-thin.ph-moon-stars:before {
  content: "";
}

.ph-thin.ph-moped:before {
  content: "";
}

.ph-thin.ph-moped-front:before {
  content: "";
}

.ph-thin.ph-mosque:before {
  content: "";
}

.ph-thin.ph-motorcycle:before {
  content: "";
}

.ph-thin.ph-mountains:before {
  content: "";
}

.ph-thin.ph-mouse:before {
  content: "";
}

.ph-thin.ph-mouse-left-click:before {
  content: "";
}

.ph-thin.ph-mouse-middle-click:before {
  content: "";
}

.ph-thin.ph-mouse-right-click:before {
  content: "";
}

.ph-thin.ph-mouse-scroll:before {
  content: "";
}

.ph-thin.ph-mouse-simple:before {
  content: "";
}

.ph-thin.ph-music-note:before {
  content: "";
}

.ph-thin.ph-music-note-simple:before {
  content: "";
}

.ph-thin.ph-music-notes:before {
  content: "";
}

.ph-thin.ph-music-notes-minus:before {
  content: "";
}

.ph-thin.ph-music-notes-plus:before {
  content: "";
}

.ph-thin.ph-music-notes-simple:before {
  content: "";
}

.ph-thin.ph-navigation-arrow:before {
  content: "";
}

.ph-thin.ph-needle:before {
  content: "";
}

.ph-thin.ph-network:before {
  content: "";
}

.ph-thin.ph-network-slash:before {
  content: "";
}

.ph-thin.ph-network-x:before {
  content: "";
}

.ph-thin.ph-newspaper:before {
  content: "";
}

.ph-thin.ph-newspaper-clipping:before {
  content: "";
}

.ph-thin.ph-not-equals:before {
  content: "";
}

.ph-thin.ph-not-member-of:before {
  content: "";
}

.ph-thin.ph-not-subset-of:before {
  content: "";
}

.ph-thin.ph-not-superset-of:before {
  content: "";
}

.ph-thin.ph-notches:before {
  content: "";
}

.ph-thin.ph-note:before {
  content: "";
}

.ph-thin.ph-note-blank:before {
  content: "";
}

.ph-thin.ph-note-pencil:before {
  content: "";
}

.ph-thin.ph-notebook:before {
  content: "";
}

.ph-thin.ph-notepad:before {
  content: "";
}

.ph-thin.ph-notification:before {
  content: "";
}

.ph-thin.ph-notion-logo:before {
  content: "";
}

.ph-thin.ph-nuclear-plant:before {
  content: "";
}

.ph-thin.ph-number-circle-eight:before {
  content: "";
}

.ph-thin.ph-number-circle-five:before {
  content: "";
}

.ph-thin.ph-number-circle-four:before {
  content: "";
}

.ph-thin.ph-number-circle-nine:before {
  content: "";
}

.ph-thin.ph-number-circle-one:before {
  content: "";
}

.ph-thin.ph-number-circle-seven:before {
  content: "";
}

.ph-thin.ph-number-circle-six:before {
  content: "";
}

.ph-thin.ph-number-circle-three:before {
  content: "";
}

.ph-thin.ph-number-circle-two:before {
  content: "";
}

.ph-thin.ph-number-circle-zero:before {
  content: "";
}

.ph-thin.ph-number-eight:before {
  content: "";
}

.ph-thin.ph-number-five:before {
  content: "";
}

.ph-thin.ph-number-four:before {
  content: "";
}

.ph-thin.ph-number-nine:before {
  content: "";
}

.ph-thin.ph-number-one:before {
  content: "";
}

.ph-thin.ph-number-seven:before {
  content: "";
}

.ph-thin.ph-number-six:before {
  content: "";
}

.ph-thin.ph-number-square-eight:before {
  content: "";
}

.ph-thin.ph-number-square-five:before {
  content: "";
}

.ph-thin.ph-number-square-four:before {
  content: "";
}

.ph-thin.ph-number-square-nine:before {
  content: "";
}

.ph-thin.ph-number-square-one:before {
  content: "";
}

.ph-thin.ph-number-square-seven:before {
  content: "";
}

.ph-thin.ph-number-square-six:before {
  content: "";
}

.ph-thin.ph-number-square-three:before {
  content: "";
}

.ph-thin.ph-number-square-two:before {
  content: "";
}

.ph-thin.ph-number-square-zero:before {
  content: "";
}

.ph-thin.ph-number-three:before {
  content: "";
}

.ph-thin.ph-number-two:before {
  content: "";
}

.ph-thin.ph-number-zero:before {
  content: "";
}

.ph-thin.ph-numpad:before {
  content: "";
}

.ph-thin.ph-nut:before {
  content: "";
}

.ph-thin.ph-ny-times-logo:before {
  content: "";
}

.ph-thin.ph-octagon:before {
  content: "";
}

.ph-thin.ph-office-chair:before {
  content: "";
}

.ph-thin.ph-onigiri:before {
  content: "";
}

.ph-thin.ph-open-ai-logo:before {
  content: "";
}

.ph-thin.ph-option:before {
  content: "";
}

.ph-thin.ph-orange:before {
  content: "";
}

.ph-thin.ph-orange-slice:before {
  content: "";
}

.ph-thin.ph-oven:before {
  content: "";
}

.ph-thin.ph-package:before {
  content: "";
}

.ph-thin.ph-paint-brush:before {
  content: "";
}

.ph-thin.ph-paint-brush-broad:before {
  content: "";
}

.ph-thin.ph-paint-brush-household:before {
  content: "";
}

.ph-thin.ph-paint-bucket:before {
  content: "";
}

.ph-thin.ph-paint-roller:before {
  content: "";
}

.ph-thin.ph-palette:before {
  content: "";
}

.ph-thin.ph-panorama:before {
  content: "";
}

.ph-thin.ph-pants:before {
  content: "";
}

.ph-thin.ph-paper-plane:before {
  content: "";
}

.ph-thin.ph-paper-plane-right:before {
  content: "";
}

.ph-thin.ph-paper-plane-tilt:before {
  content: "";
}

.ph-thin.ph-paperclip:before {
  content: "";
}

.ph-thin.ph-paperclip-horizontal:before {
  content: "";
}

.ph-thin.ph-parachute:before {
  content: "";
}

.ph-thin.ph-paragraph:before {
  content: "";
}

.ph-thin.ph-parallelogram:before {
  content: "";
}

.ph-thin.ph-park:before {
  content: "";
}

.ph-thin.ph-password:before {
  content: "";
}

.ph-thin.ph-path:before {
  content: "";
}

.ph-thin.ph-patreon-logo:before {
  content: "";
}

.ph-thin.ph-pause:before {
  content: "";
}

.ph-thin.ph-pause-circle:before {
  content: "";
}

.ph-thin.ph-paw-print:before {
  content: "";
}

.ph-thin.ph-paypal-logo:before {
  content: "";
}

.ph-thin.ph-peace:before {
  content: "";
}

.ph-thin.ph-pen:before {
  content: "";
}

.ph-thin.ph-pen-nib:before {
  content: "";
}

.ph-thin.ph-pen-nib-straight:before {
  content: "";
}

.ph-thin.ph-pencil:before {
  content: "";
}

.ph-thin.ph-pencil-circle:before {
  content: "";
}

.ph-thin.ph-pencil-line:before {
  content: "";
}

.ph-thin.ph-pencil-ruler:before {
  content: "";
}

.ph-thin.ph-pencil-simple:before {
  content: "";
}

.ph-thin.ph-pencil-simple-line:before {
  content: "";
}

.ph-thin.ph-pencil-simple-slash:before {
  content: "";
}

.ph-thin.ph-pencil-slash:before {
  content: "";
}

.ph-thin.ph-pentagon:before {
  content: "";
}

.ph-thin.ph-pentagram:before {
  content: "";
}

.ph-thin.ph-pepper:before {
  content: "";
}

.ph-thin.ph-percent:before {
  content: "";
}

.ph-thin.ph-person:before {
  content: "";
}

.ph-thin.ph-person-arms-spread:before {
  content: "";
}

.ph-thin.ph-person-simple:before {
  content: "";
}

.ph-thin.ph-person-simple-bike:before {
  content: "";
}

.ph-thin.ph-person-simple-circle:before {
  content: "";
}

.ph-thin.ph-person-simple-hike:before {
  content: "";
}

.ph-thin.ph-person-simple-run:before {
  content: "";
}

.ph-thin.ph-person-simple-ski:before {
  content: "";
}

.ph-thin.ph-person-simple-snowboard:before {
  content: "";
}

.ph-thin.ph-person-simple-swim:before {
  content: "";
}

.ph-thin.ph-person-simple-tai-chi:before {
  content: "";
}

.ph-thin.ph-person-simple-throw:before {
  content: "";
}

.ph-thin.ph-person-simple-walk:before {
  content: "";
}

.ph-thin.ph-perspective:before {
  content: "";
}

.ph-thin.ph-phone:before {
  content: "";
}

.ph-thin.ph-phone-call:before {
  content: "";
}

.ph-thin.ph-phone-disconnect:before {
  content: "";
}

.ph-thin.ph-phone-incoming:before {
  content: "";
}

.ph-thin.ph-phone-list:before {
  content: "";
}

.ph-thin.ph-phone-outgoing:before {
  content: "";
}

.ph-thin.ph-phone-pause:before {
  content: "";
}

.ph-thin.ph-phone-plus:before {
  content: "";
}

.ph-thin.ph-phone-slash:before {
  content: "";
}

.ph-thin.ph-phone-transfer:before {
  content: "";
}

.ph-thin.ph-phone-x:before {
  content: "";
}

.ph-thin.ph-phosphor-logo:before {
  content: "";
}

.ph-thin.ph-pi:before {
  content: "";
}

.ph-thin.ph-piano-keys:before {
  content: "";
}

.ph-thin.ph-picnic-table:before {
  content: "";
}

.ph-thin.ph-picture-in-picture:before {
  content: "";
}

.ph-thin.ph-piggy-bank:before {
  content: "";
}

.ph-thin.ph-pill:before {
  content: "";
}

.ph-thin.ph-ping-pong:before {
  content: "";
}

.ph-thin.ph-pint-glass:before {
  content: "";
}

.ph-thin.ph-pinterest-logo:before {
  content: "";
}

.ph-thin.ph-pinwheel:before {
  content: "";
}

.ph-thin.ph-pipe:before {
  content: "";
}

.ph-thin.ph-pipe-wrench:before {
  content: "";
}

.ph-thin.ph-pix-logo:before {
  content: "";
}

.ph-thin.ph-pizza:before {
  content: "";
}

.ph-thin.ph-placeholder:before {
  content: "";
}

.ph-thin.ph-planet:before {
  content: "";
}

.ph-thin.ph-plant:before {
  content: "";
}

.ph-thin.ph-play:before {
  content: "";
}

.ph-thin.ph-play-circle:before {
  content: "";
}

.ph-thin.ph-play-pause:before {
  content: "";
}

.ph-thin.ph-playlist:before {
  content: "";
}

.ph-thin.ph-plug:before {
  content: "";
}

.ph-thin.ph-plug-charging:before {
  content: "";
}

.ph-thin.ph-plugs:before {
  content: "";
}

.ph-thin.ph-plugs-connected:before {
  content: "";
}

.ph-thin.ph-plus:before {
  content: "";
}

.ph-thin.ph-plus-circle:before {
  content: "";
}

.ph-thin.ph-plus-minus:before {
  content: "";
}

.ph-thin.ph-plus-square:before {
  content: "";
}

.ph-thin.ph-poker-chip:before {
  content: "";
}

.ph-thin.ph-police-car:before {
  content: "";
}

.ph-thin.ph-polygon:before {
  content: "";
}

.ph-thin.ph-popcorn:before {
  content: "";
}

.ph-thin.ph-popsicle:before {
  content: "";
}

.ph-thin.ph-potted-plant:before {
  content: "";
}

.ph-thin.ph-power:before {
  content: "";
}

.ph-thin.ph-prescription:before {
  content: "";
}

.ph-thin.ph-presentation:before {
  content: "";
}

.ph-thin.ph-presentation-chart:before {
  content: "";
}

.ph-thin.ph-printer:before {
  content: "";
}

.ph-thin.ph-prohibit:before {
  content: "";
}

.ph-thin.ph-prohibit-inset:before {
  content: "";
}

.ph-thin.ph-projector-screen:before {
  content: "";
}

.ph-thin.ph-projector-screen-chart:before {
  content: "";
}

.ph-thin.ph-pulse:before, .ph-thin.ph-activity:before {
  content: "";
}

.ph-thin.ph-push-pin:before {
  content: "";
}

.ph-thin.ph-push-pin-simple:before {
  content: "";
}

.ph-thin.ph-push-pin-simple-slash:before {
  content: "";
}

.ph-thin.ph-push-pin-slash:before {
  content: "";
}

.ph-thin.ph-puzzle-piece:before {
  content: "";
}

.ph-thin.ph-qr-code:before {
  content: "";
}

.ph-thin.ph-question:before {
  content: "";
}

.ph-thin.ph-question-mark:before {
  content: "";
}

.ph-thin.ph-queue:before {
  content: "";
}

.ph-thin.ph-quotes:before {
  content: "";
}

.ph-thin.ph-rabbit:before {
  content: "";
}

.ph-thin.ph-racquet:before {
  content: "";
}

.ph-thin.ph-radical:before {
  content: "";
}

.ph-thin.ph-radio:before {
  content: "";
}

.ph-thin.ph-radio-button:before {
  content: "";
}

.ph-thin.ph-radioactive:before {
  content: "";
}

.ph-thin.ph-rainbow:before {
  content: "";
}

.ph-thin.ph-rainbow-cloud:before {
  content: "";
}

.ph-thin.ph-ranking:before {
  content: "";
}

.ph-thin.ph-read-cv-logo:before {
  content: "";
}

.ph-thin.ph-receipt:before {
  content: "";
}

.ph-thin.ph-receipt-x:before {
  content: "";
}

.ph-thin.ph-record:before {
  content: "";
}

.ph-thin.ph-rectangle:before {
  content: "";
}

.ph-thin.ph-rectangle-dashed:before {
  content: "";
}

.ph-thin.ph-recycle:before {
  content: "";
}

.ph-thin.ph-reddit-logo:before {
  content: "";
}

.ph-thin.ph-repeat:before {
  content: "";
}

.ph-thin.ph-repeat-once:before {
  content: "";
}

.ph-thin.ph-replit-logo:before {
  content: "";
}

.ph-thin.ph-resize:before {
  content: "";
}

.ph-thin.ph-rewind:before {
  content: "";
}

.ph-thin.ph-rewind-circle:before {
  content: "";
}

.ph-thin.ph-road-horizon:before {
  content: "";
}

.ph-thin.ph-robot:before {
  content: "";
}

.ph-thin.ph-rocket:before {
  content: "";
}

.ph-thin.ph-rocket-launch:before {
  content: "";
}

.ph-thin.ph-rows:before {
  content: "";
}

.ph-thin.ph-rows-plus-bottom:before {
  content: "";
}

.ph-thin.ph-rows-plus-top:before {
  content: "";
}

.ph-thin.ph-rss:before {
  content: "";
}

.ph-thin.ph-rss-simple:before {
  content: "";
}

.ph-thin.ph-rug:before {
  content: "";
}

.ph-thin.ph-ruler:before {
  content: "";
}

.ph-thin.ph-sailboat:before {
  content: "";
}

.ph-thin.ph-scales:before {
  content: "";
}

.ph-thin.ph-scan:before {
  content: "";
}

.ph-thin.ph-scan-smiley:before {
  content: "";
}

.ph-thin.ph-scissors:before {
  content: "";
}

.ph-thin.ph-scooter:before {
  content: "";
}

.ph-thin.ph-screencast:before {
  content: "";
}

.ph-thin.ph-screwdriver:before {
  content: "";
}

.ph-thin.ph-scribble:before {
  content: "";
}

.ph-thin.ph-scribble-loop:before {
  content: "";
}

.ph-thin.ph-scroll:before {
  content: "";
}

.ph-thin.ph-seal:before, .ph-thin.ph-circle-wavy:before {
  content: "";
}

.ph-thin.ph-seal-check:before, .ph-thin.ph-circle-wavy-check:before {
  content: "";
}

.ph-thin.ph-seal-percent:before {
  content: "";
}

.ph-thin.ph-seal-question:before, .ph-thin.ph-circle-wavy-question:before {
  content: "";
}

.ph-thin.ph-seal-warning:before, .ph-thin.ph-circle-wavy-warning:before {
  content: "";
}

.ph-thin.ph-seat:before {
  content: "";
}

.ph-thin.ph-seatbelt:before {
  content: "";
}

.ph-thin.ph-security-camera:before {
  content: "";
}

.ph-thin.ph-selection:before {
  content: "";
}

.ph-thin.ph-selection-all:before {
  content: "";
}

.ph-thin.ph-selection-background:before {
  content: "";
}

.ph-thin.ph-selection-foreground:before {
  content: "";
}

.ph-thin.ph-selection-inverse:before {
  content: "";
}

.ph-thin.ph-selection-plus:before {
  content: "";
}

.ph-thin.ph-selection-slash:before {
  content: "";
}

.ph-thin.ph-shapes:before {
  content: "";
}

.ph-thin.ph-share:before {
  content: "";
}

.ph-thin.ph-share-fat:before {
  content: "";
}

.ph-thin.ph-share-network:before {
  content: "";
}

.ph-thin.ph-shield:before {
  content: "";
}

.ph-thin.ph-shield-check:before {
  content: "";
}

.ph-thin.ph-shield-checkered:before {
  content: "";
}

.ph-thin.ph-shield-chevron:before {
  content: "";
}

.ph-thin.ph-shield-plus:before {
  content: "";
}

.ph-thin.ph-shield-slash:before {
  content: "";
}

.ph-thin.ph-shield-star:before {
  content: "";
}

.ph-thin.ph-shield-warning:before {
  content: "";
}

.ph-thin.ph-shipping-container:before {
  content: "";
}

.ph-thin.ph-shirt-folded:before {
  content: "";
}

.ph-thin.ph-shooting-star:before {
  content: "";
}

.ph-thin.ph-shopping-bag:before {
  content: "";
}

.ph-thin.ph-shopping-bag-open:before {
  content: "";
}

.ph-thin.ph-shopping-cart:before {
  content: "";
}

.ph-thin.ph-shopping-cart-simple:before {
  content: "";
}

.ph-thin.ph-shovel:before {
  content: "";
}

.ph-thin.ph-shower:before {
  content: "";
}

.ph-thin.ph-shrimp:before {
  content: "";
}

.ph-thin.ph-shuffle:before {
  content: "";
}

.ph-thin.ph-shuffle-angular:before {
  content: "";
}

.ph-thin.ph-shuffle-simple:before {
  content: "";
}

.ph-thin.ph-sidebar:before {
  content: "";
}

.ph-thin.ph-sidebar-simple:before {
  content: "";
}

.ph-thin.ph-sigma:before {
  content: "";
}

.ph-thin.ph-sign-in:before {
  content: "";
}

.ph-thin.ph-sign-out:before {
  content: "";
}

.ph-thin.ph-signature:before {
  content: "";
}

.ph-thin.ph-signpost:before {
  content: "";
}

.ph-thin.ph-sim-card:before {
  content: "";
}

.ph-thin.ph-siren:before {
  content: "";
}

.ph-thin.ph-sketch-logo:before {
  content: "";
}

.ph-thin.ph-skip-back:before {
  content: "";
}

.ph-thin.ph-skip-back-circle:before {
  content: "";
}

.ph-thin.ph-skip-forward:before {
  content: "";
}

.ph-thin.ph-skip-forward-circle:before {
  content: "";
}

.ph-thin.ph-skull:before {
  content: "";
}

.ph-thin.ph-skype-logo:before {
  content: "";
}

.ph-thin.ph-slack-logo:before {
  content: "";
}

.ph-thin.ph-sliders:before {
  content: "";
}

.ph-thin.ph-sliders-horizontal:before {
  content: "";
}

.ph-thin.ph-slideshow:before {
  content: "";
}

.ph-thin.ph-smiley:before {
  content: "";
}

.ph-thin.ph-smiley-angry:before {
  content: "";
}

.ph-thin.ph-smiley-blank:before {
  content: "";
}

.ph-thin.ph-smiley-meh:before {
  content: "";
}

.ph-thin.ph-smiley-melting:before {
  content: "";
}

.ph-thin.ph-smiley-nervous:before {
  content: "";
}

.ph-thin.ph-smiley-sad:before {
  content: "";
}

.ph-thin.ph-smiley-sticker:before {
  content: "";
}

.ph-thin.ph-smiley-wink:before {
  content: "";
}

.ph-thin.ph-smiley-x-eyes:before {
  content: "";
}

.ph-thin.ph-snapchat-logo:before {
  content: "";
}

.ph-thin.ph-sneaker:before {
  content: "";
}

.ph-thin.ph-sneaker-move:before {
  content: "";
}

.ph-thin.ph-snowflake:before {
  content: "";
}

.ph-thin.ph-soccer-ball:before {
  content: "";
}

.ph-thin.ph-sock:before {
  content: "";
}

.ph-thin.ph-solar-panel:before {
  content: "";
}

.ph-thin.ph-solar-roof:before {
  content: "";
}

.ph-thin.ph-sort-ascending:before {
  content: "";
}

.ph-thin.ph-sort-descending:before {
  content: "";
}

.ph-thin.ph-soundcloud-logo:before {
  content: "";
}

.ph-thin.ph-spade:before {
  content: "";
}

.ph-thin.ph-sparkle:before {
  content: "";
}

.ph-thin.ph-speaker-hifi:before {
  content: "";
}

.ph-thin.ph-speaker-high:before {
  content: "";
}

.ph-thin.ph-speaker-low:before {
  content: "";
}

.ph-thin.ph-speaker-none:before {
  content: "";
}

.ph-thin.ph-speaker-simple-high:before {
  content: "";
}

.ph-thin.ph-speaker-simple-low:before {
  content: "";
}

.ph-thin.ph-speaker-simple-none:before {
  content: "";
}

.ph-thin.ph-speaker-simple-slash:before {
  content: "";
}

.ph-thin.ph-speaker-simple-x:before {
  content: "";
}

.ph-thin.ph-speaker-slash:before {
  content: "";
}

.ph-thin.ph-speaker-x:before {
  content: "";
}

.ph-thin.ph-speedometer:before {
  content: "";
}

.ph-thin.ph-sphere:before {
  content: "";
}

.ph-thin.ph-spinner:before {
  content: "";
}

.ph-thin.ph-spinner-ball:before {
  content: "";
}

.ph-thin.ph-spinner-gap:before {
  content: "";
}

.ph-thin.ph-spiral:before {
  content: "";
}

.ph-thin.ph-split-horizontal:before {
  content: "";
}

.ph-thin.ph-split-vertical:before {
  content: "";
}

.ph-thin.ph-spotify-logo:before {
  content: "";
}

.ph-thin.ph-spray-bottle:before {
  content: "";
}

.ph-thin.ph-square:before {
  content: "";
}

.ph-thin.ph-square-half:before {
  content: "";
}

.ph-thin.ph-square-half-bottom:before {
  content: "";
}

.ph-thin.ph-square-logo:before {
  content: "";
}

.ph-thin.ph-square-split-horizontal:before {
  content: "";
}

.ph-thin.ph-square-split-vertical:before {
  content: "";
}

.ph-thin.ph-squares-four:before {
  content: "";
}

.ph-thin.ph-stack:before {
  content: "";
}

.ph-thin.ph-stack-minus:before {
  content: "";
}

.ph-thin.ph-stack-overflow-logo:before {
  content: "";
}

.ph-thin.ph-stack-plus:before {
  content: "";
}

.ph-thin.ph-stack-simple:before {
  content: "";
}

.ph-thin.ph-stairs:before {
  content: "";
}

.ph-thin.ph-stamp:before {
  content: "";
}

.ph-thin.ph-standard-definition:before {
  content: "";
}

.ph-thin.ph-star:before {
  content: "";
}

.ph-thin.ph-star-and-crescent:before {
  content: "";
}

.ph-thin.ph-star-four:before {
  content: "";
}

.ph-thin.ph-star-half:before {
  content: "";
}

.ph-thin.ph-star-of-david:before {
  content: "";
}

.ph-thin.ph-steam-logo:before {
  content: "";
}

.ph-thin.ph-steering-wheel:before {
  content: "";
}

.ph-thin.ph-steps:before {
  content: "";
}

.ph-thin.ph-stethoscope:before {
  content: "";
}

.ph-thin.ph-sticker:before {
  content: "";
}

.ph-thin.ph-stool:before {
  content: "";
}

.ph-thin.ph-stop:before {
  content: "";
}

.ph-thin.ph-stop-circle:before {
  content: "";
}

.ph-thin.ph-storefront:before {
  content: "";
}

.ph-thin.ph-strategy:before {
  content: "";
}

.ph-thin.ph-stripe-logo:before {
  content: "";
}

.ph-thin.ph-student:before {
  content: "";
}

.ph-thin.ph-subset-of:before {
  content: "";
}

.ph-thin.ph-subset-proper-of:before {
  content: "";
}

.ph-thin.ph-subtitles:before {
  content: "";
}

.ph-thin.ph-subtitles-slash:before {
  content: "";
}

.ph-thin.ph-subtract:before {
  content: "";
}

.ph-thin.ph-subtract-square:before {
  content: "";
}

.ph-thin.ph-subway:before {
  content: "";
}

.ph-thin.ph-suitcase:before {
  content: "";
}

.ph-thin.ph-suitcase-rolling:before {
  content: "";
}

.ph-thin.ph-suitcase-simple:before {
  content: "";
}

.ph-thin.ph-sun:before {
  content: "";
}

.ph-thin.ph-sun-dim:before {
  content: "";
}

.ph-thin.ph-sun-horizon:before {
  content: "";
}

.ph-thin.ph-sunglasses:before {
  content: "";
}

.ph-thin.ph-superset-of:before {
  content: "";
}

.ph-thin.ph-superset-proper-of:before {
  content: "";
}

.ph-thin.ph-swap:before {
  content: "";
}

.ph-thin.ph-swatches:before {
  content: "";
}

.ph-thin.ph-swimming-pool:before {
  content: "";
}

.ph-thin.ph-sword:before {
  content: "";
}

.ph-thin.ph-synagogue:before {
  content: "";
}

.ph-thin.ph-syringe:before {
  content: "";
}

.ph-thin.ph-t-shirt:before {
  content: "";
}

.ph-thin.ph-table:before {
  content: "";
}

.ph-thin.ph-tabs:before {
  content: "";
}

.ph-thin.ph-tag:before {
  content: "";
}

.ph-thin.ph-tag-chevron:before {
  content: "";
}

.ph-thin.ph-tag-simple:before {
  content: "";
}

.ph-thin.ph-target:before {
  content: "";
}

.ph-thin.ph-taxi:before {
  content: "";
}

.ph-thin.ph-tea-bag:before {
  content: "";
}

.ph-thin.ph-telegram-logo:before {
  content: "";
}

.ph-thin.ph-television:before {
  content: "";
}

.ph-thin.ph-television-simple:before {
  content: "";
}

.ph-thin.ph-tennis-ball:before {
  content: "";
}

.ph-thin.ph-tent:before {
  content: "";
}

.ph-thin.ph-terminal:before {
  content: "";
}

.ph-thin.ph-terminal-window:before {
  content: "";
}

.ph-thin.ph-test-tube:before {
  content: "";
}

.ph-thin.ph-text-a-underline:before {
  content: "";
}

.ph-thin.ph-text-aa:before {
  content: "";
}

.ph-thin.ph-text-align-center:before {
  content: "";
}

.ph-thin.ph-text-align-justify:before {
  content: "";
}

.ph-thin.ph-text-align-left:before {
  content: "";
}

.ph-thin.ph-text-align-right:before {
  content: "";
}

.ph-thin.ph-text-b:before, .ph-thin.ph-text-bolder:before {
  content: "";
}

.ph-thin.ph-text-columns:before {
  content: "";
}

.ph-thin.ph-text-h:before {
  content: "";
}

.ph-thin.ph-text-h-five:before {
  content: "";
}

.ph-thin.ph-text-h-four:before {
  content: "";
}

.ph-thin.ph-text-h-one:before {
  content: "";
}

.ph-thin.ph-text-h-six:before {
  content: "";
}

.ph-thin.ph-text-h-three:before {
  content: "";
}

.ph-thin.ph-text-h-two:before {
  content: "";
}

.ph-thin.ph-text-indent:before {
  content: "";
}

.ph-thin.ph-text-italic:before {
  content: "";
}

.ph-thin.ph-text-outdent:before {
  content: "";
}

.ph-thin.ph-text-strikethrough:before {
  content: "";
}

.ph-thin.ph-text-subscript:before {
  content: "";
}

.ph-thin.ph-text-superscript:before {
  content: "";
}

.ph-thin.ph-text-t:before {
  content: "";
}

.ph-thin.ph-text-t-slash:before {
  content: "";
}

.ph-thin.ph-text-underline:before {
  content: "";
}

.ph-thin.ph-textbox:before {
  content: "";
}

.ph-thin.ph-thermometer:before {
  content: "";
}

.ph-thin.ph-thermometer-cold:before {
  content: "";
}

.ph-thin.ph-thermometer-hot:before {
  content: "";
}

.ph-thin.ph-thermometer-simple:before {
  content: "";
}

.ph-thin.ph-threads-logo:before {
  content: "";
}

.ph-thin.ph-three-d:before {
  content: "";
}

.ph-thin.ph-thumbs-down:before {
  content: "";
}

.ph-thin.ph-thumbs-up:before {
  content: "";
}

.ph-thin.ph-ticket:before {
  content: "";
}

.ph-thin.ph-tidal-logo:before {
  content: "";
}

.ph-thin.ph-tiktok-logo:before {
  content: "";
}

.ph-thin.ph-tilde:before {
  content: "";
}

.ph-thin.ph-timer:before {
  content: "";
}

.ph-thin.ph-tip-jar:before {
  content: "";
}

.ph-thin.ph-tipi:before {
  content: "";
}

.ph-thin.ph-tire:before {
  content: "";
}

.ph-thin.ph-toggle-left:before {
  content: "";
}

.ph-thin.ph-toggle-right:before {
  content: "";
}

.ph-thin.ph-toilet:before {
  content: "";
}

.ph-thin.ph-toilet-paper:before {
  content: "";
}

.ph-thin.ph-toolbox:before {
  content: "";
}

.ph-thin.ph-tooth:before {
  content: "";
}

.ph-thin.ph-tornado:before {
  content: "";
}

.ph-thin.ph-tote:before {
  content: "";
}

.ph-thin.ph-tote-simple:before {
  content: "";
}

.ph-thin.ph-towel:before {
  content: "";
}

.ph-thin.ph-tractor:before {
  content: "";
}

.ph-thin.ph-trademark:before {
  content: "";
}

.ph-thin.ph-trademark-registered:before {
  content: "";
}

.ph-thin.ph-traffic-cone:before {
  content: "";
}

.ph-thin.ph-traffic-sign:before {
  content: "";
}

.ph-thin.ph-traffic-signal:before {
  content: "";
}

.ph-thin.ph-train:before {
  content: "";
}

.ph-thin.ph-train-regional:before {
  content: "";
}

.ph-thin.ph-train-simple:before {
  content: "";
}

.ph-thin.ph-tram:before {
  content: "";
}

.ph-thin.ph-translate:before {
  content: "";
}

.ph-thin.ph-trash:before {
  content: "";
}

.ph-thin.ph-trash-simple:before {
  content: "";
}

.ph-thin.ph-tray:before {
  content: "";
}

.ph-thin.ph-tray-arrow-down:before, .ph-thin.ph-archive-tray:before {
  content: "";
}

.ph-thin.ph-tray-arrow-up:before {
  content: "";
}

.ph-thin.ph-treasure-chest:before {
  content: "";
}

.ph-thin.ph-tree:before {
  content: "";
}

.ph-thin.ph-tree-evergreen:before {
  content: "";
}

.ph-thin.ph-tree-palm:before {
  content: "";
}

.ph-thin.ph-tree-structure:before {
  content: "";
}

.ph-thin.ph-tree-view:before {
  content: "";
}

.ph-thin.ph-trend-down:before {
  content: "";
}

.ph-thin.ph-trend-up:before {
  content: "";
}

.ph-thin.ph-triangle:before {
  content: "";
}

.ph-thin.ph-triangle-dashed:before {
  content: "";
}

.ph-thin.ph-trolley:before {
  content: "";
}

.ph-thin.ph-trolley-suitcase:before {
  content: "";
}

.ph-thin.ph-trophy:before {
  content: "";
}

.ph-thin.ph-truck:before {
  content: "";
}

.ph-thin.ph-truck-trailer:before {
  content: "";
}

.ph-thin.ph-tumblr-logo:before {
  content: "";
}

.ph-thin.ph-twitch-logo:before {
  content: "";
}

.ph-thin.ph-twitter-logo:before {
  content: "";
}

.ph-thin.ph-umbrella:before {
  content: "";
}

.ph-thin.ph-umbrella-simple:before {
  content: "";
}

.ph-thin.ph-union:before {
  content: "";
}

.ph-thin.ph-unite:before {
  content: "";
}

.ph-thin.ph-unite-square:before {
  content: "";
}

.ph-thin.ph-upload:before {
  content: "";
}

.ph-thin.ph-upload-simple:before {
  content: "";
}

.ph-thin.ph-usb:before {
  content: "";
}

.ph-thin.ph-user:before {
  content: "";
}

.ph-thin.ph-user-check:before {
  content: "";
}

.ph-thin.ph-user-circle:before {
  content: "";
}

.ph-thin.ph-user-circle-check:before {
  content: "";
}

.ph-thin.ph-user-circle-dashed:before {
  content: "";
}

.ph-thin.ph-user-circle-gear:before {
  content: "";
}

.ph-thin.ph-user-circle-minus:before {
  content: "";
}

.ph-thin.ph-user-circle-plus:before {
  content: "";
}

.ph-thin.ph-user-focus:before {
  content: "";
}

.ph-thin.ph-user-gear:before {
  content: "";
}

.ph-thin.ph-user-list:before {
  content: "";
}

.ph-thin.ph-user-minus:before {
  content: "";
}

.ph-thin.ph-user-plus:before {
  content: "";
}

.ph-thin.ph-user-rectangle:before {
  content: "";
}

.ph-thin.ph-user-sound:before {
  content: "";
}

.ph-thin.ph-user-square:before {
  content: "";
}

.ph-thin.ph-user-switch:before {
  content: "";
}

.ph-thin.ph-users:before {
  content: "";
}

.ph-thin.ph-users-four:before {
  content: "";
}

.ph-thin.ph-users-three:before {
  content: "";
}

.ph-thin.ph-van:before {
  content: "";
}

.ph-thin.ph-vault:before {
  content: "";
}

.ph-thin.ph-vector-three:before {
  content: "";
}

.ph-thin.ph-vector-two:before {
  content: "";
}

.ph-thin.ph-vibrate:before {
  content: "";
}

.ph-thin.ph-video:before {
  content: "";
}

.ph-thin.ph-video-camera:before {
  content: "";
}

.ph-thin.ph-video-camera-slash:before {
  content: "";
}

.ph-thin.ph-video-conference:before {
  content: "";
}

.ph-thin.ph-vignette:before {
  content: "";
}

.ph-thin.ph-vinyl-record:before {
  content: "";
}

.ph-thin.ph-virtual-reality:before {
  content: "";
}

.ph-thin.ph-virus:before {
  content: "";
}

.ph-thin.ph-visor:before {
  content: "";
}

.ph-thin.ph-voicemail:before {
  content: "";
}

.ph-thin.ph-volleyball:before {
  content: "";
}

.ph-thin.ph-wall:before {
  content: "";
}

.ph-thin.ph-wallet:before {
  content: "";
}

.ph-thin.ph-warehouse:before {
  content: "";
}

.ph-thin.ph-warning:before {
  content: "";
}

.ph-thin.ph-warning-circle:before {
  content: "";
}

.ph-thin.ph-warning-diamond:before {
  content: "";
}

.ph-thin.ph-warning-octagon:before {
  content: "";
}

.ph-thin.ph-washing-machine:before {
  content: "";
}

.ph-thin.ph-watch:before {
  content: "";
}

.ph-thin.ph-wave-sawtooth:before {
  content: "";
}

.ph-thin.ph-wave-sine:before {
  content: "";
}

.ph-thin.ph-wave-square:before {
  content: "";
}

.ph-thin.ph-wave-triangle:before {
  content: "";
}

.ph-thin.ph-waveform:before {
  content: "";
}

.ph-thin.ph-waveform-slash:before {
  content: "";
}

.ph-thin.ph-waves:before {
  content: "";
}

.ph-thin.ph-webcam:before {
  content: "";
}

.ph-thin.ph-webcam-slash:before {
  content: "";
}

.ph-thin.ph-webhooks-logo:before {
  content: "";
}

.ph-thin.ph-wechat-logo:before {
  content: "";
}

.ph-thin.ph-whatsapp-logo:before {
  content: "";
}

.ph-thin.ph-wheelchair:before {
  content: "";
}

.ph-thin.ph-wheelchair-motion:before {
  content: "";
}

.ph-thin.ph-wifi-high:before {
  content: "";
}

.ph-thin.ph-wifi-low:before {
  content: "";
}

.ph-thin.ph-wifi-medium:before {
  content: "";
}

.ph-thin.ph-wifi-none:before {
  content: "";
}

.ph-thin.ph-wifi-slash:before {
  content: "";
}

.ph-thin.ph-wifi-x:before {
  content: "";
}

.ph-thin.ph-wind:before {
  content: "";
}

.ph-thin.ph-windmill:before {
  content: "";
}

.ph-thin.ph-windows-logo:before {
  content: "";
}

.ph-thin.ph-wine:before {
  content: "";
}

.ph-thin.ph-wrench:before {
  content: "";
}

.ph-thin.ph-x:before {
  content: "";
}

.ph-thin.ph-x-circle:before {
  content: "";
}

.ph-thin.ph-x-logo:before {
  content: "";
}

.ph-thin.ph-x-square:before {
  content: "";
}

.ph-thin.ph-yarn:before {
  content: "";
}

.ph-thin.ph-yin-yang:before {
  content: "";
}

.ph-thin.ph-youtube-logo:before {
  content: "";
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  transition-property: -webkit-transform;
  -moz-transition-property: transform;
  width: 100%;
  height: 100%;
  transition-property: transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -moz-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  transition-property: -webkit-transform;
  -moz-transition-property: transform;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  transition-property: height, -webkit-transform;
  -moz-transition-property: transform, height;
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  -moz-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 50%);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -moz-calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  height: 100%;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  -moz-border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  display: inline-block;
}

button.swiper-pagination-bullet {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: top .2s, -webkit-transform .2s;
  -moz-transition: transform .2s, top .2s;
  transition: transform .2s, top .2s;
  display: inline-block;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: left .2s, -webkit-transform .2s;
  -moz-transition: transform .2s, left .2s;
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: right .2s, -webkit-transform .2s;
  -moz-transition: transform .2s, right .2s;
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -moz-border-radius: var(--swiper-scrollbar-border-radius, 10px);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, #0000001a);
  position: relative;
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  position: absolute;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  position: absolute;
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, #00000080);
  -moz-border-radius: var(--swiper-scrollbar-border-radius, 10px);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

.swiper .swiper-notification {
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-flow: column wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  opacity: .6;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  filter: blur(50px);
  background: #000;
  position: absolute;
  inset: 0;
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  transition-property: opacity, height, -webkit-transform;
  -moz-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  overflow: hidden;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.pswp {
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  transition: opacity .333s cubic-bezier(.4, 0, .22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateZ(0);
}

.pswp__scroll-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  inset: 0;
}

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  transform-origin: 0 0;
  transition: -webkit-transform .333s cubic-bezier(.4, 0, .22, 1);
  -moz-transition: transform .333s cubic-bezier(.4, 0, .22, 1);
  width: 100%;
  transition: transform .333s cubic-bezier(.4, 0, .22, 1);
  position: absolute;
}

.pswp__bg {
  will-change: opacity;
  transition: opacity .333s cubic-bezier(.4, 0, .22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.pswp__img {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
}

.pswp__error-msg {
  text-align: center;
  color: #ccc;
  width: 100%;
  margin-top: -8px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

.pswp__button {
  cursor: pointer;
  -webkit-appearance: none;
  float: right;
  opacity: .75;
  width: 44px;
  height: 44px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  transition: opacity .2s;
  display: block;
  position: relative;
  overflow: visible;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  opacity: .9;
  outline: 0;
}

.pswp__button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  -moz-background-size: 264px 88px;
  background: url("/img/default-skin.html") 0 0 / 264px 88px no-repeat;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min--moz-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min--moz-device-pixel-ratio: 1.1), (min-resolution: 1.1x) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("/img/default-skin-2.html");
  }

  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  background-position: -88px 0;
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  width: 70px;
  height: 100px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: "";
  background-color: #0000004d;
  width: 32px;
  height: 30px;
  position: absolute;
  top: 35px;
}

.pswp__button--arrow--left:before {
  background-position: -138px -44px;
  left: 6px;
}

.pswp__button--arrow--right:before {
  background-position: -94px -44px;
  right: 6px;
}

.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  z-index: 1600;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  background: #00000080;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: opacity .25s ease-out;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  transition: -webkit-transform .25s;
  -moz-transition: transform .25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  background: #fff;
  border-radius: 2px;
  width: auto;
  transition: transform .25s;
  display: block;
  position: absolute;
  top: 56px;
  right: 44px;
  transform: translateY(6px);
  box-shadow: 0 2px 5px #00000040;
}

.pswp__share-tooltip a {
  color: #000;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.pswp__share-tooltip a:hover {
  color: #000;
  text-decoration: none;
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  border: 6px solid #0000;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -12px;
  right: 15px;
}

a.pswp__share--facebook:hover {
  color: #fff;
  background: #3e5c9a;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
  color: #fff;
  background: #55acee;
}

a.pswp__share--pinterest:hover {
  color: #ce272d;
  background: #ccc;
}

a.pswp__share--download:hover {
  background: #ddd;
}

.pswp__counter {
  color: #fff;
  opacity: .75;
  height: 44px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 44px;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__caption {
  width: 100%;
  min-height: 44px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pswp__caption small {
  color: #bbb;
  font-size: 11px;
}

.pswp__caption__center {
  text-align: left;
  color: #ccc;
  max-width: 420px;
  margin: 0 auto;
  padding: 10px;
  font-size: 13px;
  line-height: 20px;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  opacity: 0;
  will-change: opacity;
  direction: ltr;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  transition: opacity .25s ease-out;
  position: absolute;
  top: 0;
  left: 50%;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url("/img/preloader.html") no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: .5s linear infinite clockwise;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: 1s cubic-bezier(.4, 0, .22, 1) infinite donut-rotate;
}

.pswp--css_animation .pswp__preloader__icn {
  opacity: .75;
  background: none;
  width: 14px;
  height: 14px;
  margin: 0;
  position: absolute;
  top: 15px;
  left: 15px;
}

.pswp--css_animation .pswp__preloader__cut {
  width: 7px;
  height: 14px;
  position: relative;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  background: none;
  border: 2px solid #fff;
  border-color: #fff #fff #0000 #0000;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    float: right;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-140deg);
  }

  100% {
    transform: rotate(0);
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

.pswp__top-bar {
  width: 100%;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity .333s cubic-bezier(.4, 0, .22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__caption, .pswp__top-bar {
  background-color: #00000080;
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
  background-color: #0000004d;
}

.pswp__ui--idle .pswp__top-bar, .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
  opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.mfp-bg {
  z-index: 1042;
  opacity: .8;
  background: #0b0b0b;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mfp-wrap {
  z-index: 1043;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  outline: 0 !important;
}

.mfp-container {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.mfp-container:before {
  content: "";
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  vertical-align: middle;
  text-align: left;
  z-index: 1045;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  text-align: center;
  z-index: 1044;
  width: auto;
  margin-top: -.8em;
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 1046;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
  display: block;
  overflow: visible;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  text-align: center;
  opacity: .65;
  color: #fff;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  text-align: right;
  width: 100%;
  padding-right: 6px;
  right: -6px;
}

.mfp-counter {
  color: #ccc;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
}

.mfp-arrow {
  opacity: .65;
  -webkit-tap-highlight-color: transparent;
  width: 90px;
  height: 110px;
  margin: -55px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
  content: "";
  border: inset #0000;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  opacity: .7;
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.mfp-iframe-scaler iframe {
  background: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 8px #0009;
}

img.mfp-img {
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
  line-height: 0;
  display: block;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  z-index: -1;
  background: #444;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  inset: 40px 0;
  box-shadow: 0 0 8px #0009;
}

.mfp-figure small {
  color: #bdbdbd;
  font-size: 12px;
  line-height: 14px;
  display: block;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  width: 100%;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
}

.mfp-title {
  text-align: left;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
  line-height: 18px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    margin-left: 5px;
    display: inline;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    box-sizing: border-box;
    background: #0009;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }

  .mfp-img-mobile .mfp-close {
    text-align: center;
    background: #0009;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    position: fixed;
    top: 0;
    right: 0;
  }
}

@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* [project]/public/css/main.min.css [app-client] (css) */
:root {
  --_size: 1.8rem;
  --_font-default: "Funnel Sans", sans-serif;
  --_font-accent: "Funnel Display", sans-serif;
  --_radius-s: 1rem;
  --_radius-m: 1.6rem;
  --_radius-pt-m: 1.6rem;
  --_radius-l: 3.8rem;
  --_radius-xl: 6rem;
  --_animspeed-fast: .1s;
  --_animspeed-medium: .3s;
  --_animspeed-slow: .6s;
  --_animbezier: cubic-bezier(.23, .65, .74, 1.09);
  --base--light: #faf7f6;
  --base-rgb--light: 250, 247, 246;
  --base-tint--light: #fff;
  --base-shade--light: #e0dddb;
  --base-opp--light: #161616;
  --base-opp-tint--light: #1c1c1c;
  --accent--light: #9f8be7;
  --accent-rgb--light: 159, 139, 231;
  --additional--light: #ddf160;
  --additional-rgb--light: 221, 241, 96;
  --neutral-transparent--light: #ffffff4d;
  --st-bright--light: #161616;
  --st-medium--light: #7c7c7c;
  --st-muted--light: #e0dddb;
  --st-opp-bright--light: #fff;
  --fw-regular--light: 400;
  --fw-medium--light: 600;
  --fw-semibold--light: 700;
  --fw-bold--light: 800;
  --fw-regular-opp--light: 300;
  --fw-medium-opp--light: 500;
  --t-bright--light: #161616;
  --t-medium--light: #303030;
  --t-muted--light: #585858;
  --t-muted-extra--light: #b2aead;
  --t-opp-bright--light: #fff;
  --t-opp-medium--light: #acacac;
  --t-opp-muted--light: #838383;
  --bg-demo-screen-01--light: url("/img/demo/screens/01.webp");
  --bg-demo-screen-02--light: url("/img/demo/screens/02.webp");
  --bg-demo-screen-03--light: url("/img/demo/screens/03.webp");
  --bg-demo-screen-04--light: url("/img/demo/screens/04.webp");
  --bg-demo-screen-05--light: url("/img/demo/screens/05.webp");
  --bg-demo-screen-06--light: url("/img/demo/screens/06.webp");
  --bg-demo-screen-07--light: url("/img/demo/screens/07.webp");
  --bg-demo-screen-08--light: url("/img/demo/screens/08.webp");
  --bg-demo-screen-09--light: url("/img/demo/screens/09.webp");
  --base--dark: #161616;
  --base-rgb--dark: 22, 22, 22;
  --base-tint--dark: #1c1c1c;
  --base-shade--dark: #0a0a0a;
  --base-opp--dark: #faf7f6;
  --base-opp-tint--dark: #fff;
  --accent--dark: #ddf160;
  --accent-rgb--dark: 221, 241, 96;
  --additional--dark: #9f8be7;
  --additional-rgb--dark: 159, 139, 231;
  --neutral-transparent--dark: #0000004d;
  --st-bright--dark: #fff;
  --st-medium--dark: #646464;
  --st-muted--dark: #252525;
  --st-opp-bright--dark: #0f0f0f;
  --fw-regular--dark: 300;
  --fw-medium--dark: 500;
  --fw-semibold--dark: 600;
  --fw-bold--dark: 700;
  --fw-regular-opp--dark: 400;
  --fw-medium-opp--dark: 600;
  --t-bright--dark: #fff;
  --t-medium--dark: #acacac;
  --t-muted--dark: #838383;
  --t-muted-extra--dark: #535151;
  --t-opp-bright--dark: #161616;
  --t-opp-medium--dark: #303030;
  --t-opp-muted--dark: #969696;
  --bg-demo-screen-01--dark: url("/img/demo/screens/01-d.webp");
  --bg-demo-screen-02--dark: url("/img/demo/screens/02-d.webp");
  --bg-demo-screen-03--dark: url("/img/demo/screens/03-d.webp");
  --bg-demo-screen-04--dark: url("/img/demo/screens/04-d.webp");
  --bg-demo-screen-05--dark: url("/img/demo/screens/05-d.webp");
  --bg-demo-screen-06--dark: url("/img/demo/screens/06-d.webp");
  --bg-demo-screen-07--dark: url("/img/demo/screens/07-d.webp");
  --bg-demo-screen-08--dark: url("/img/demo/screens/08-d.webp");
  --bg-demo-screen-09--dark: url("/img/demo/screens/09-d.webp");
  --pt-base: #fff;
  --pt-base-dark: #161616;
  --pt-t-light-bright: #fff;
  --pt-t-dark-bright: #161616;
  --pt-st-light-bright: #fff;
  --pt-st-dark-bright: #161616;
  --pt-purple-rgb: 159, 139, 231;
  --pt-purple-dark-rgb: 33, 10, 113;
  --nl-white: #fff;
  --nl-black: #000;
}

@media only screen and (min-width: 768px) {
  :root {
    --_radius-m: 2.6rem;
    --_radius-l: 5rem;
    --_radius-xl: 8rem;
  }
}

@media only screen and (min-width: 1200px) {
  :root {
    --_radius-xl: 8rem;
  }
}

@media (prefers-color-scheme: light) {
  :root {
    --base: var(--base--light);
    --base-rgb: var(--base-rgb--light);
    --base-tint: var(--base-tint--light);
    --base-shade: var(--base-shade--light);
    --base-opp: var(--base-opp--light);
    --base-opp-tint: var(--base-opp-tint--light);
    --accent: var(--accent--light);
    --accent-rgb: var(--accent-rgb--light);
    --additional: var(--additional--light);
    --additional-rgb: var(--additional-rgb--light);
    --neutral-transparent: var(--neutral-transparent--light);
    --st-bright: var(--st-bright--light);
    --st-medium: var(--st-medium--light);
    --st-muted: var(--st-muted--light);
    --st-opp-bright: var(--st-opp-bright--light);
    --fw-regular: var(--fw-regular--light);
    --fw-medium: var(--fw-medium--light);
    --fw-semibold: var(--fw-semibold--light);
    --fw-bold: var(--fw-bold--light);
    --fw-regular-opp: var(--fw-regular-opp--light);
    --fw-medium-opp: var(--fw-medium-opp--light);
    --t-bright: var(--t-bright--light);
    --t-medium: var(--t-medium--light);
    --t-muted: var(--t-muted--light);
    --t-muted-extra: var(--t-muted-extra--light);
    --t-opp-bright: var(--t-opp-bright--light);
    --t-opp-medium: var(--t-opp-medium--light);
    --t-opp-muted: var(--t-opp-muted--light);
    --bg-demo-screen-01: var(--bg-demo-screen-01--light);
    --bg-demo-screen-02: var(--bg-demo-screen-02--light);
    --bg-demo-screen-03: var(--bg-demo-screen-03--light);
    --bg-demo-screen-04: var(--bg-demo-screen-04--light);
    --bg-demo-screen-05: var(--bg-demo-screen-05--light);
    --bg-demo-screen-06: var(--bg-demo-screen-06--light);
    --bg-demo-screen-07: var(--bg-demo-screen-07--light);
    --bg-demo-screen-08: var(--bg-demo-screen-08--light);
    --bg-demo-screen-09: var(--bg-demo-screen-09--light);
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --base: var(--base--dark);
    --base-rgb: var(--base-rgb--dark);
    --base-tint: var(--base-tint--dark);
    --base-shade: var(--base-shade--dark);
    --base-opp: var(--base-opp--dark);
    --base-opp-tint: var(--base-opp-tint--dark);
    --accent: var(--accent--dark);
    --accent-rgb: var(--accent-rgb--dark);
    --additional: var(--additional--dark);
    --additional-rgb: var(--additional-rgb--dark);
    --neutral-transparent: var(--neutral-transparent--dark);
    --st-bright: var(--st-bright--dark);
    --st-medium: var(--st-medium--dark);
    --fw-semibold: var(--fw-semibold--dark);
    --st-muted: var(--st-muted--dark);
    --st-opp-bright: var(--st-opp-bright--dark);
    --fw-regular: var(--fw-regular--dark);
    --fw-medium: var(--fw-medium--dark);
    --fw-bold: var(--fw-bold--dark);
    --fw-regular-opp: var(--fw-regular-opp--dark);
    --fw-medium-opp: var(--fw-medium-opp--dark);
    --t-bright: var(--t-bright--dark);
    --t-medium: var(--t-medium--dark);
    --t-muted: var(--t-muted--dark);
    --t-muted-extra: var(--t-muted-extra--dark);
    --t-opp-bright: var(--t-opp-bright--dark);
    --t-opp-medium: var(--t-opp-medium--dark);
    --t-opp-muted: var(--t-opp-muted--dark);
    --bg-demo-screen-01: var(--bg-demo-screen-01--dark);
    --bg-demo-screen-02: var(--bg-demo-screen-02--dark);
    --bg-demo-screen-03: var(--bg-demo-screen-03--dark);
    --bg-demo-screen-04: var(--bg-demo-screen-04--dark);
    --bg-demo-screen-05: var(--bg-demo-screen-05--dark);
    --bg-demo-screen-06: var(--bg-demo-screen-06--dark);
    --bg-demo-screen-07: var(--bg-demo-screen-07--dark);
    --bg-demo-screen-08: var(--bg-demo-screen-08--dark);
    --bg-demo-screen-09: var(--bg-demo-screen-09--dark);
  }
}

[color-scheme="light"] {
  --base: var(--base--light);
  --base-rgb: var(--base-rgb--light);
  --base-tint: var(--base-tint--light);
  --base-shade: var(--base-shade--light);
  --base-opp: var(--base-opp--light);
  --base-opp-tint: var(--base-opp-tint--light);
  --accent: var(--accent--light);
  --accent-rgb: var(--accent-rgb--light);
  --additional: var(--additional--light);
  --additional-rgb: var(--additional-rgb--light);
  --neutral-transparent: var(--neutral-transparent--light);
  --st-bright: var(--st-bright--light);
  --st-medium: var(--st-medium--light);
  --st-muted: var(--st-muted--light);
  --st-opp-bright: var(--st-opp-bright--light);
  --fw-regular: var(--fw-regular--light);
  --fw-medium: var(--fw-medium--light);
  --fw-semibold: var(--fw-semibold--light);
  --fw-bold: var(--fw-bold--light);
  --fw-regular-opp: var(--fw-regular-opp--light);
  --fw-medium-opp: var(--fw-medium-opp--light);
  --t-bright: var(--t-bright--light);
  --t-medium: var(--t-medium--light);
  --t-muted: var(--t-muted--light);
  --t-muted-extra: var(--t-muted-extra--light);
  --t-opp-bright: var(--t-opp-bright--light);
  --t-opp-medium: var(--t-opp-medium--light);
  --t-opp-muted: var(--t-opp-muted--light);
  --bg-demo-screen-01: var(--bg-demo-screen-01--light);
  --bg-demo-screen-02: var(--bg-demo-screen-02--light);
  --bg-demo-screen-03: var(--bg-demo-screen-03--light);
  --bg-demo-screen-04: var(--bg-demo-screen-04--light);
  --bg-demo-screen-05: var(--bg-demo-screen-05--light);
  --bg-demo-screen-06: var(--bg-demo-screen-06--light);
  --bg-demo-screen-07: var(--bg-demo-screen-07--light);
  --bg-demo-screen-08: var(--bg-demo-screen-08--light);
  --bg-demo-screen-09: var(--bg-demo-screen-09--light);
}

[color-scheme="dark"] {
  --base: var(--base--dark);
  --base-rgb: var(--base-rgb--dark);
  --base-tint: var(--base-tint--dark);
  --base-shade: var(--base-shade--dark);
  --base-opp: var(--base-opp--dark);
  --base-opp-tint: var(--base-opp-tint--dark);
  --accent: var(--accent--dark);
  --accent-rgb: var(--accent-rgb--dark);
  --additional: var(--additional--dark);
  --additional-rgb: var(--additional-rgb--dark);
  --neutral-transparent: var(--neutral-transparent--dark);
  --st-bright: var(--st-bright--dark);
  --st-medium: var(--st-medium--dark);
  --st-muted: var(--st-muted--dark);
  --st-opp-bright: var(--st-opp-bright--dark);
  --fw-regular: var(--fw-regular--dark);
  --fw-medium: var(--fw-medium--dark);
  --fw-semibold: var(--fw-semibold--dark);
  --fw-bold: var(--fw-bold--dark);
  --fw-regular-opp: var(--fw-regular-opp--dark);
  --fw-medium-opp: var(--fw-medium-opp--dark);
  --t-bright: var(--t-bright--dark);
  --t-medium: var(--t-medium--dark);
  --t-muted: var(--t-muted--dark);
  --t-muted-extra: var(--t-muted-extra--dark);
  --t-opp-bright: var(--t-opp-bright--dark);
  --t-opp-medium: var(--t-opp-medium--dark);
  --t-opp-muted: var(--t-opp-muted--dark);
  --bg-demo-screen-01: var(--bg-demo-screen-01--dark);
  --bg-demo-screen-02: var(--bg-demo-screen-02--dark);
  --bg-demo-screen-03: var(--bg-demo-screen-03--dark);
  --bg-demo-screen-04: var(--bg-demo-screen-04--dark);
  --bg-demo-screen-05: var(--bg-demo-screen-05--dark);
  --bg-demo-screen-06: var(--bg-demo-screen-06--dark);
  --bg-demo-screen-07: var(--bg-demo-screen-07--dark);
  --bg-demo-screen-08: var(--bg-demo-screen-08--dark);
  --bg-demo-screen-09: var(--bg-demo-screen-09--dark);
}

.about-image-1 {
  background-image: url("/img/avatars/1400x1400_ava-01.webp");
}

.divider-image-1 {
  background-image: url("/img/illustrations/1920x1080_divider-01.webp");
}

.divider-image-2 {
  background-image: url("/img/illustrations/1920x1080_divider-02.webp");
}

.divider-image-3 {
  background-image: url("/img/illustrations/1920x1080_divider-03.webp");
}

.divider-image-4 {
  background-image: url("/img/illustrations/1920x1080_divider-04.webp");
}

.divider-image-5 {
  background-image: url("/img/illustrations/2400x1350_divider-05.webp");
}

.divider-image-6 {
  background-image: url("/img/illustrations/1920x1080_divider-06.webp");
}

.divider-image-7 {
  background-image: url("/img/illustrations/2400x1600_divider-07.webp");
}

.divider-image-8 {
  background-image: url("/img/illustrations/2400x1600_divider-08.webp");
}

.divider-image-9 {
  background-image: url("/img/illustrations/2400x1600_divider-09.webp");
}

.divider-image-10 {
  background-image: url("/img/illustrations/2400x1600_divider-10.webp");
}

.preview-image-1 {
  background-image: url("/img/works/preview/1400x1400_prv-01.webp");
}

.preview-image-2 {
  background-image: url("/img/works/preview/1400x1400_prv-02.webp");
}

.preview-image-3 {
  background-image: url("/img/works/preview/1400x1400_prv-03.webp");
}

.preview-image-4 {
  background-image: url("/img/works/preview/1400x1400_prv-04.webp");
}

.preview-image-5 {
  background-image: url("/img/works/preview/1400x1400_prv-05.webp");
}

.preview-image-6 {
  background-image: url("/img/works/preview/1400x1400_prv-06.webp");
}

.preview-image-7 {
  background-image: url("/img/works/preview/1400x1400_prv-07.webp");
}

.blog-preview-image-1 {
  background-image: url("/img/blog/preview/1000x1250_prv-01.webp");
}

.blog-preview-image-2 {
  background-image: url("/img/blog/preview/1000x1250_prv-02.webp");
}

.blog-preview-image-3 {
  background-image: url("/img/blog/preview/1000x1250_prv-03.webp");
}

.headline-img-01:before {
  background-image: url("/img/illustrations/400x200_hdl-01.webp");
}

.headline-img-02:before {
  background-image: url("/img/illustrations/400x200_hdl-02.webp");
}

.headline-img-03:after {
  background-image: url("/img/illustrations/400x200_hdl-03.webp");
}

.headline-img-04:before {
  background-image: url("/img/illustrations/400x200_hdl-04.webp");
}

.headline-img-05:before {
  background-image: url("/img/illustrations/400x200_hdl-05.webp");
}

.headline-img-06:before {
  background-image: url("/img/illustrations/400x200_hdl-06.webp");
}

.headline-img-07:before {
  background-image: url("/img/illustrations/400x200_hdl-07.webp");
}

.image-values-1 {
  background-image: url("/img/team/1200x1600_team-01.webp");
}

.image-values-2 {
  background-image: url("/img/team/1600x1200_team-01.webp");
}

.prj-details-img-01 {
  background-image: url("/img/works/2200x1650_prj-details-01.webp");
}

.prj-details-img-02 {
  background-image: url("/img/works/2200x1650_prj-details-02.webp");
}

*, :after, :before {
  box-sizing: border-box;
}

button:active, button:focus {
  outline: 0 !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

[type="search"]::-webkit-search-cancel-button {
  appearance: none;
}

[type="search"]::-webkit-search-decoration {
  appearance: none;
}

a:focus, button:focus, input:focus, textarea:focus, a, button, input, select, textarea {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background-color: var(--accent);
  color: var(--t-opp-bright);
  text-shadow: none;
}

::-webkit-scrollbar {
  background: var(--base-shade);
  width: 6px;
  display: none;
}

@media only screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    display: block;
  }
}

::-webkit-scrollbar-track {
  background-color: var(--base-shade);
}

::-webkit-scrollbar-thumb {
  background-color: var(--accent);
  border-radius: var(--_radius-s);
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 360px;
  font: normal 400 var(--_size) / 1.6 var(--_font-default);
  text-rendering: optimizeLegibility;
  background-color: var(--base);
  color: var(--t-medium);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-x: unset !important;
}

section {
  width: 100%;
  min-width: 360px;
  position: relative;
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
  transition: all var(--_animspeed-medium) var(--_animbezier);
  outline: 0;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.overflow-hidden {
  overflow: hidden !important;
}

.components {
  position: relative;
}

.components__item {
  border-bottom: 1px solid var(--st-muted);
  padding: 8rem 10%;
  position: relative;
}

.components__item.no-padding {
  padding: 0;
}

.components__caption {
  font: normal 400 1.3rem / 1 var(--_font-default);
  color: var(--t-medium);
  text-transform: uppercase;
  letter-spacing: .1rem;
  margin-bottom: 2rem;
  display: block;
}

.width-50-desktop {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .width-50-desktop {
    width: 50%;
  }
}

.mxd-spacer {
  width: 100%;
  height: 100px;
  position: relative;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.mxd-page-content {
  position: relative;
}

.mxd-page-content.inner-page-content {
  padding-top: 7.6rem;
}

@media only screen and (min-width: 768px) {
  .mxd-page-content.inner-page-content {
    padding-top: 9.6rem;
  }
}

.mxd-wrapper {
  width: 100%;
  min-width: 360px;
  position: relative;
}

.mxd-wrapper.mxd-wrapper-opposite {
  background-color: var(--base-opp);
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
}

.mxd-wrapper.padding-top-pre-title {
  padding-top: 13rem;
}

.mxd-wrapper.margin-bottom-pre-title {
  margin-bottom: 13rem;
}

@media only screen and (min-width: 768px) {
  .mxd-wrapper.padding-top-pre-title {
    padding-top: 14.3rem;
  }

  .mxd-wrapper.margin-bottom-pre-title {
    margin-bottom: 14.3rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-wrapper.padding-top-pre-title {
    padding-top: 18.3rem;
  }

  .mxd-wrapper.margin-bottom-pre-title {
    margin-bottom: 18.3rem;
  }
}

.mxd-section {
  width: 100%;
  min-width: 360px;
  position: relative;
}

.mxd-section.padding-blog-default-pre-grid {
  padding-bottom: 3rem;
}

.mxd-section.padding-blog-descr-pre-grid {
  padding-bottom: 2.2rem;
}

.mxd-section.padding-default {
  padding-bottom: 14rem;
}

.mxd-section.padding-default.mobile-title {
  padding-bottom: 13rem;
}

.mxd-section.padding-pre-footer {
  padding-bottom: 11rem;
}

.mxd-section.padding-pre-pinned-img {
  padding-bottom: 14rem;
}

.mxd-section.padding-pre-grid {
  padding-bottom: 11rem;
}

.mxd-section.padding-pre-grid.mobile-grid-s {
  padding-bottom: 12.5rem;
}

.mxd-section.padding-pre-grid.mobile-grid-title {
  padding-bottom: 10rem;
}

.mxd-section.padding-pre-title {
  padding-bottom: 13rem;
}

.mxd-section.padding-pre-manifest, .mxd-section.padding-pre-manifest.mobile-point-subtitle {
  padding-bottom: 13.7rem;
}

.mxd-section.padding-pre-stack {
  padding-bottom: 11rem;
}

.mxd-section.padding-stacked-section {
  padding-bottom: 10.1rem;
}

.mxd-section.padding-stacked-pre-mtext {
  padding-bottom: 8.1rem;
}

.mxd-section.padding-grid-pre-pinned {
  padding-bottom: 13rem;
}

.mxd-section.padding-grid-pre-mtext {
  padding-bottom: 11.3rem;
}

.mxd-section.padding-pinned-img-pre-mtext {
  padding-bottom: 10.4rem;
}

.mxd-section.padding-mtext {
  padding-bottom: 12.6rem;
}

.mxd-section.padding-mtext.mobile-title, .mxd-section.padding-mtext-pre-title {
  padding-bottom: 11.6rem;
}

.mxd-section.padding-mtext-pre-grid {
  padding-bottom: 9.8rem;
}

.mxd-section.padding-mtext-pre-grid.mobile-grid-s {
  padding-bottom: 11.3rem;
}

.mxd-section.padding-mtext-pre-pinned {
  padding-bottom: 10.8rem;
}

.mxd-section.padding-mtext-pre-stack {
  padding-bottom: 2rem;
}

.mxd-section.padding-blog {
  padding-bottom: 13.1rem;
}

@media only screen and (min-width: 768px) {
  .mxd-section.padding-default {
    padding-bottom: 16rem;
  }

  .mxd-section.padding-default.mobile-title {
    padding-bottom: 14.5rem;
  }

  .mxd-section.padding-pre-footer {
    padding-bottom: 10.7rem;
  }

  .mxd-section.padding-pre-pinned-img {
    padding-bottom: 16rem;
  }

  .mxd-section.padding-pre-grid, .mxd-section.padding-pre-grid.mobile-grid-s {
    padding-bottom: 13rem;
  }

  .mxd-section.padding-pre-grid.mobile-grid-title {
    padding-bottom: 11.3rem;
  }

  .mxd-section.padding-pre-title {
    padding-bottom: 14.3rem;
  }

  .mxd-section.padding-pre-manifest {
    padding-bottom: 13.9rem;
  }

  .mxd-section.padding-pre-manifest.mobile-point-subtitle {
    padding-bottom: 15.7rem;
  }

  .mxd-section.padding-pre-stack {
    padding-bottom: 10rem;
  }

  .mxd-section.padding-stacked-section {
    padding-bottom: 11.3rem;
  }

  .mxd-section.padding-stacked-pre-mtext {
    padding-bottom: 7.3rem;
  }

  .mxd-section.padding-grid-pre-pinned {
    padding-bottom: 14.3rem;
  }

  .mxd-section.padding-grid-pre-mtext {
    padding-bottom: 10.4rem;
  }

  .mxd-section.padding-pinned-img-pre-mtext {
    padding-bottom: 10rem;
  }

  .mxd-section.padding-mtext {
    padding-bottom: 13.4rem;
  }

  .mxd-section.padding-mtext.mobile-title, .mxd-section.padding-mtext-pre-title {
    padding-bottom: 11.6rem;
  }

  .mxd-section.padding-mtext-pre-grid, .mxd-section.padding-mtext-pre-grid.mobile-grid-s {
    padding-bottom: 10.6rem;
  }

  .mxd-section.padding-mtext-pre-pinned {
    padding-bottom: 10.8rem;
  }

  .mxd-section.padding-mtext-pre-stack {
    padding-bottom: 0;
  }

  .mxd-section.padding-blog {
    padding-bottom: 15.1rem;
  }
}

@media only screen and (min-width: 992px) {
  .mxd-section.padding-pre-footer {
    padding-bottom: 8.7rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-section.padding-blog-default-pre-grid {
    padding-bottom: 9rem;
  }

  .mxd-section.padding-blog-descr-pre-grid {
    padding-bottom: 7.2rem;
  }

  .mxd-section.padding-default {
    padding-bottom: 16rem;
  }

  .mxd-section.padding-default.mobile-title {
    padding-bottom: 14.5rem;
  }

  .mxd-section.padding-pre-footer {
    padding-bottom: 7.2rem;
  }

  .mxd-section.padding-pre-pinned-img {
    padding-bottom: 10rem;
  }

  .mxd-section.padding-pre-grid, .mxd-section.padding-pre-grid.mobile-grid-s, .mxd-section.padding-pre-grid.mobile-grid-title {
    padding-bottom: 13rem;
  }

  .mxd-section.padding-pre-title {
    padding-bottom: 14.3rem;
  }

  .mxd-section.padding-pre-manifest, .mxd-section.padding-pre-manifest.mobile-point-subtitle {
    padding-bottom: 13.9rem;
  }

  .mxd-section.padding-pre-stack, .mxd-section.padding-grid-pre-pinned {
    padding-bottom: 10rem;
  }

  .mxd-section.padding-grid-pre-mtext {
    padding-bottom: 10.4rem;
  }

  .mxd-section.padding-pinned-img-pre-mtext {
    padding-bottom: 4.3rem;
  }

  .mxd-section.padding-mtext, .mxd-section.padding-mtext.mobile-title {
    padding-bottom: 13.4rem;
  }

  .mxd-section.padding-mtext-pre-pinned {
    padding-bottom: 7.6rem;
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-section.padding-pre-footer {
    padding-bottom: 5.6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-section.padding-blog-default-pre-grid {
    padding-bottom: 11rem;
  }

  .mxd-section.padding-default, .mxd-section.padding-default.mobile-title {
    padding-bottom: 20rem;
  }

  .mxd-section.padding-pre-footer {
    padding-bottom: 6rem;
  }

  .mxd-section.padding-pre-pinned-img {
    padding-bottom: 11rem;
  }

  .mxd-section.padding-pre-grid, .mxd-section.padding-pre-grid.mobile-grid-s, .mxd-section.padding-pre-grid.mobile-grid-title {
    padding-bottom: 17rem;
  }

  .mxd-section.padding-pre-title {
    padding-bottom: 18.3rem;
  }

  .mxd-section.padding-pre-manifest, .mxd-section.padding-pre-manifest.mobile-point-subtitle {
    padding-bottom: 17.9rem;
  }

  .mxd-section.padding-pre-stack {
    padding-bottom: 11rem;
  }

  .mxd-section.padding-stacked-section {
    padding-bottom: 12.3rem;
  }

  .mxd-section.padding-stacked-pre-mtext {
    padding-bottom: 8.3rem;
  }

  .mxd-section.padding-grid-pre-pinned {
    padding-bottom: 11rem;
  }

  .mxd-section.padding-grid-pre-mtext {
    padding-bottom: 14.4rem;
  }

  .mxd-section.padding-pinned-img-pre-mtext {
    padding-bottom: 5.3rem;
  }

  .mxd-section.padding-mtext, .mxd-section.padding-mtext.mobile-title {
    padding-bottom: 17.3rem;
  }

  .mxd-section.padding-mtext-pre-title {
    padding-bottom: 15.6rem;
  }

  .mxd-section.padding-mtext-pre-grid, .mxd-section.padding-mtext-pre-grid.mobile-grid-s {
    padding-bottom: 14.6rem;
  }

  .mxd-section.padding-mtext-pre-pinned {
    padding-bottom: 5.6rem;
  }

  .mxd-section.padding-mtext-pre-stack {
    padding-bottom: 3.7rem;
  }

  .mxd-section.padding-blog {
    padding-bottom: 19.2rem;
  }
}

.mxd-section.padding-hero-07 {
  padding-top: 14rem;
}

.mxd-section.padding-hero-06, .mxd-section.padding-hero-09 {
  padding-top: 13rem;
}

.mxd-section.padding-hero-08 {
  padding-top: 3.4rem;
}

@media only screen and (min-width: 768px) {
  .mxd-section.padding-hero-07 {
    padding-top: 16rem;
  }

  .mxd-section.padding-hero-06, .mxd-section.padding-hero-09 {
    padding-top: 13.8rem;
  }

  .mxd-section.padding-hero-08 {
    padding-top: 2.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-section.padding-hero-01, .mxd-section.padding-hero-07 {
    padding-top: 12rem;
  }

  .mxd-section.padding-hero-09 {
    padding-top: 6rem;
  }

  .mxd-section.padding-hero-06 {
    padding-top: 5.4rem;
  }

  .mxd-section.padding-hero-08 {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-section.padding-hero-01, .mxd-section.padding-hero-07 {
    padding-top: 16rem;
  }

  .mxd-section.padding-hero-06 {
    padding-top: 6.4rem;
  }

  .mxd-section.padding-hero-09 {
    padding-top: 7rem;
  }
}

.mxd-section-inner-headline {
  padding-top: 13rem;
}

@media only screen and (min-width: 768px) {
  .mxd-section-inner-headline {
    padding-top: 15rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-section-inner-headline {
    padding-top: 13.6rem;
  }

  .mxd-section-inner-headline.grid-headline {
    padding-top: 16rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-section-inner-headline {
    padding-top: 17rem;
  }

  .mxd-section-inner-headline.grid-headline {
    padding-top: 20rem;
  }
}

.mxd-section-inner-headline.padding-default {
  padding-bottom: 14rem;
}

.mxd-section-inner-headline.padding-headline-pre-block {
  padding-bottom: 13rem;
}

.mxd-section-inner-headline.padding-headline-pre-grid {
  padding-bottom: 10rem;
}

.mxd-section-inner-headline.padding-s-headline-pre-grid {
  padding-bottom: 2rem;
}

.mxd-section-inner-headline.padding-headline-pre-stack {
  padding-bottom: 2.3rem;
}

.mxd-section-inner-headline.padding-text-pre-block {
  padding-bottom: 13rem;
}

.mxd-section-inner-headline.padding-s-text-pre-block {
  padding-bottom: 4.9rem;
}

@media only screen and (min-width: 768px) {
  .mxd-section-inner-headline.padding-default {
    padding-bottom: 16rem;
  }

  .mxd-section-inner-headline.padding-headline-pre-block {
    padding-bottom: 14.6rem;
  }

  .mxd-section-inner-headline.padding-headline-pre-grid {
    padding-bottom: 11.6rem;
  }

  .mxd-section-inner-headline.padding-s-headline-pre-grid {
    padding-bottom: 3.6rem;
  }

  .mxd-section-inner-headline.padding-headline-pre-stack {
    padding-bottom: 1rem;
  }

  .mxd-section-inner-headline.padding-text-pre-block {
    padding-bottom: 14.8rem;
  }

  .mxd-section-inner-headline.padding-s-text-pre-form {
    padding-bottom: 0;
  }

  .mxd-section-inner-headline.padding-s-text-pre-block {
    padding-bottom: 6.9rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-section-inner-headline.padding-headline-pre-block {
    padding-bottom: 14.2rem;
  }

  .mxd-section-inner-headline.padding-headline-pre-grid {
    padding-bottom: 11.2rem;
  }

  .mxd-section-inner-headline.padding-s-headline-pre-grid {
    padding-bottom: 3.2rem;
  }

  .mxd-section-inner-headline.padding-headline-pre-stack {
    padding-bottom: .6rem;
  }

  .mxd-section-inner-headline.padding-s-text-pre-form {
    padding-bottom: 3.2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-section-inner-headline.padding-default {
    padding-bottom: 20rem;
  }

  .mxd-section-inner-headline.padding-headline-pre-block {
    padding-bottom: 18rem;
  }

  .mxd-section-inner-headline.padding-headline-pre-grid {
    padding-bottom: 15rem;
  }

  .mxd-section-inner-headline.padding-s-headline-pre-grid {
    padding-bottom: 4.9rem;
  }

  .mxd-section-inner-headline.padding-headline-pre-stack {
    padding-bottom: 4.4rem;
  }

  .mxd-section-inner-headline.padding-text-pre-block {
    padding-bottom: 18.7rem;
  }

  .mxd-section-inner-headline.padding-s-text-pre-form {
    padding-bottom: 3rem;
  }

  .mxd-section-inner-headline.padding-s-text-pre-block {
    padding-bottom: 8.8rem;
  }
}

.mxd-section-fullscreen {
  width: 100%;
  height: 100vh;
  padding-top: 7.6rem;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mxd-section-fullscreen {
    padding-top: 9.6rem;
  }
}

.mxd-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
}

.mxd-container.fullwidth-container {
  max-width: none;
  padding: 0;
}

.mxd-container.fullscreen-container {
  height: 100%;
}

.mxd-container.no-padding-container {
  padding: 0;
  overflow: hidden;
}

.mxd-container.grid-container, .mxd-container.grid-l-container {
  padding: 0 1.5rem;
}

@media only screen and (min-width: 768px) {
  .mxd-container {
    padding: 0 6rem;
  }

  .mxd-container.grid-container, .mxd-container.grid-l-container {
    padding: 0 4.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-container.grid-container.no-padding-right {
    padding-right: 0;
  }

  .mxd-container.grid-l-container {
    padding: 0 3rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-container {
    padding: 0 9rem;
  }

  .mxd-container.grid-container {
    padding: 0 7.5rem;
  }

  .mxd-container.grid-l-container {
    padding: 0 4.5rem;
  }
}

.mxd-container__circle {
  z-index: 2;
  text-align: center;
  margin-bottom: -10rem;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-container__circle {
    margin-bottom: 0;
    position: absolute;
    top: -10rem;
    right: 12rem;
  }

  .mxd-container__circle.circle-fit {
    right: 6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-container__circle {
    right: 18rem;
  }

  .mxd-container__circle.circle-fit {
    right: 9rem;
  }
}

.mxd-grid-item {
  margin-top: 3rem;
  padding: 0 1.5rem;
}

.mxd-grid-item.no-margin {
  margin: 0;
}

.mxd-grid-item.no-margin-desktop {
  margin-top: 3rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-grid-item.no-margin-desktop {
    margin: 0;
  }
}

.mxd-grid-item-l {
  margin-top: 3rem;
  padding: 0 1.5rem;
}

.mxd-grid-item-l.no-margin {
  margin: 0;
}

@media only screen and (min-width: 1200px) {
  .mxd-grid-item-l {
    padding: 0 3rem;
  }
}

.mxd-block {
  position: relative;
}

.mxd-block.pre-stack-block {
  z-index: 1;
  margin-bottom: -3rem;
}

.mxd-block.fullscreen-block {
  height: 100%;
}

.mxd-block.absolute-centered-block {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .mxd-block.pre-stack-block {
    margin-bottom: -6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-block.pre-stack-block {
    margin-bottom: -9rem;
  }
}

.mxd-block__image {
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 460px;
  margin-bottom: 3.8rem;
  position: relative;
  overflow: hidden;
}

.mxd-block__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .mxd-block__image {
    height: 600px;
    margin-bottom: 4.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-block__image {
    height: 100%;
  }
}

.mxd-block__name {
  position: relative;
}

.mxd-block__name.name-manifest {
  margin-bottom: 2.8rem;
  padding-top: 0;
}

.mxd-block__name.name-inner-headline {
  margin-bottom: .2rem;
}

.mxd-block__name.name-project-link {
  margin-top: 0;
  margin-bottom: .1rem;
}

@media only screen and (min-width: 768px) {
  .mxd-block__name.name-manifest {
    margin-bottom: 3.2rem;
  }

  .mxd-block__name.name-inner-headline {
    margin-bottom: .4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-block__name.name-manifest {
    margin-bottom: 0;
    padding-top: 1.5rem;
  }

  .mxd-block__name.name-inner-headline {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .mxd-block__name.name-project-link {
    margin-top: 1.3rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-block__name.name-inner-headline {
    margin-top: 2.6rem;
  }

  .mxd-block__name.name-project-link {
    margin-top: 2rem;
  }
}

.mxd-block__content.content-flex {
  flex-direction: column;
  gap: 6rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-block__content.content-flex {
    gap: 9rem;
  }
}

.inner-headline__title {
  position: relative;
}

.inner-headline__title.headline-img-before:before {
  content: "";
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4.2rem;
  width: 8rem;
  height: 4.3rem;
  margin-right: 1.6rem;
  display: inline-block;
}

.inner-headline__title.headline-img-after:after {
  content: "";
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4.2rem;
  width: 8rem;
  height: 4.3rem;
  margin-left: 1.6rem;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .inner-headline__title.headline-img-before:before {
    width: 11rem;
    height: 5.8rem;
    margin-right: 2.2rem;
  }

  .inner-headline__title.headline-img-after:after {
    width: 11rem;
    height: 5.8rem;
    margin-left: 2.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .inner-headline__title.headline-img-before:before {
    width: 14rem;
    height: 7rem;
    margin-right: 2.6rem;
  }

  .inner-headline__title.headline-img-after:after {
    width: 14rem;
    height: 7rem;
    margin-left: 2.6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .inner-headline__title.headline-img-before:before {
    width: 16rem;
    height: 8.4rem;
    margin-right: 3.3rem;
  }

  .inner-headline__title.headline-img-after:after {
    width: 16rem;
    height: 8.4rem;
    margin-left: 3.3rem;
  }
}

.inner-headline__descr {
  margin-top: 3.8rem;
}

@media only screen and (min-width: 1200px) {
  .inner-headline__descr {
    max-width: 560px;
    margin-top: 1.8rem;
    padding-left: 3rem;
  }
}

@media only screen and (min-width: 1600px) {
  .inner-headline__descr {
    max-width: 620px;
    margin-top: 2rem;
  }
}

.inner-headline__text {
  margin-top: 3.3rem;
}

@media only screen and (min-width: 768px) {
  .inner-headline__text {
    margin-top: 4.9rem;
  }
}

@media only screen and (min-width: 1200px) {
  .inner-headline__text {
    margin-top: 4.6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .inner-headline__text {
    margin-top: 5.9rem;
  }
}

.inner-headline__paragraph {
  margin-top: 3.8rem;
}

@media only screen and (min-width: 768px) {
  .inner-headline__paragraph {
    margin-top: 3.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .inner-headline__paragraph {
    margin-top: 4.1rem;
  }
}

@media only screen and (min-width: 1600px) {
  .inner-headline__paragraph {
    margin-top: 4.5rem;
  }
}

.inner-headline__data {
  margin-top: 4.4rem;
}

@media only screen and (min-width: 1200px) {
  .inner-headline__data {
    margin-top: 5.4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .inner-headline__data {
    margin-top: 6.1rem;
  }
}

.inner-headline__tags {
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 5.5rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .inner-headline__tags {
    margin-top: 5.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .inner-headline__tags {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 1rem;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .inner-headline__tags .tag {
    align-self: flex-end;
  }
}

.inner-headline__blogtags {
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4.9rem;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .inner-headline__blogtags {
    margin-top: 5.2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .inner-headline__blogtags {
    margin-top: 5.9rem;
  }
}

.inner-headline__breadcrumbs {
  margin-top: 4.9rem;
}

@media only screen and (min-width: 1200px) {
  .inner-headline__breadcrumbs {
    margin-top: 5.2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .inner-headline__breadcrumbs {
    margin-top: 5.9rem;
  }
}

.mxd-block__decoration {
  width: 7rem;
  height: auto;
  display: block;
}

.mxd-block__manifest.centered {
  text-align: center;
}

.mxd-manifest__controls {
  margin-top: 4.4rem;
}

@media only screen and (min-width: 768px) {
  .mxd-manifest__controls {
    margin-top: 5rem;
  }
}

.mxd-block__paragraph {
  flex-direction: column;
  gap: 2rem;
  margin-top: 1.8rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-block__paragraph {
    margin-top: 1.3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-block__paragraph {
    gap: 3rem;
    margin-top: .4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-block__paragraph {
    max-width: 855px;
  }
}

.mxd-paragraph__lists-item {
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 2.1rem;
  display: flex;
}

.mxd-paragraph__lists-item:last-of-type {
  margin-bottom: 0;
}

.mxd-paragraph__lists-item ul {
  flex-direction: column;
  display: flex;
}

.mxd-paragraph__lists-item ul li {
  font: normal var(--fw-regular) 1.8rem / 1.4 var(--_font-accent);
  display: block;
}

.mxd-paragraph__lists-item ul li a {
  font: normal var(--fw-regular) 1.8rem / 1.4 var(--_font-accent);
  color: var(--t-medium);
  background: -webkit-gradient(linear, left top, right top, from(#0000), to(#0000)), -webkit-gradient(linear, left top, right top, from(var(--t-bright)), to(var(--t-bright)));
  background: -moz-linear-gradient(left, #0000, #0000), -moz-linear-gradient(left, var(--t-bright), var(--t-bright));
  background: linear-gradient(to right, #0000, #0000), linear-gradient(to right, var(--t-bright), var(--t-bright));
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .3s, color .3s;
  -moz-transition: background-size .3s, color .3s, -moz-background-size .3s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .3s, color .3s, -moz-background-size .3s;
}

.no-touch .mxd-paragraph__lists-item ul li a:hover {
  color: var(--t-bright);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

@media only screen and (min-width: 1200px) {
  .mxd-paragraph__lists-item {
    gap: 1.8rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-paragraph__lists-item ul li a {
    font-size: 1.8rem;
  }
}

.mxd-paragraph__controls {
  margin-top: 1.3rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-paragraph__controls {
    margin-top: 1.4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-paragraph__controls {
    margin-top: 1.7rem;
  }
}

.mxd-paragraph__client {
  margin-top: .2rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-paragraph__client {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-paragraph__client {
    margin-top: .2rem;
  }
}

.mxd-pinned-fullscreen {
  position: relative;
}

.mxd-pinned-fullscreen__static {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.mxd-pinned-fullscreen__scroll {
  z-index: 3;
  flex-direction: column;
  gap: 20vh;
  width: 100%;
  display: flex;
  position: relative;
  top: 0;
}

.mxd-pinned-fullscreen__scroll p {
  font-size: 30rem;
}

.mxd-pinned-fullscreen__tl-trigger {
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 30vh;
  right: 0;
}

h1 {
  font: normal var(--fw-medium) 6rem / 1.1 var(--_font-accent);
  letter-spacing: -.06rem;
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 8rem;
  }

  h1.h1-small {
    font-size: 9rem;
  }
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 10rem;
  }

  h1.h1-small {
    font-size: 9rem;
  }
}

@media only screen and (min-width: 1400px) {
  h1.h1-small {
    font-size: 9rem;
  }
}

@media only screen and (min-width: 1600px) {
  h1 {
    font-size: 12rem;
  }

  h1.h1-small {
    font-size: 9rem;
  }
}

.typed-cursor {
  color: var(--accent);
}

h2 {
  font: normal var(--fw-medium) 4.4rem / 1.1 var(--_font-accent);
  letter-spacing: -.06rem;
  color: var(--t-bright);
}

h2.opposite {
  color: var(--t-opp-bright);
}

h2.permanent-light {
  color: var(--pt-t-light-bright);
}

h2.permanent-dark {
  color: var(--pt-t-dark-bright);
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 7rem;
  }

  h2.h2-small {
    font-size: 5rem;
  }

  h2.h2-large {
    font-size: 9rem;
  }
}

@media only screen and (min-width: 1600px) {
  h2, h2.h2-small {
    font-size: 7rem;
  }

  h2.h2-large {
    font-size: 12rem;
  }
}

h3 {
  font: normal var(--fw-medium) 3.6rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
}

h3.opposite {
  color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 5rem;
  }
}

h4 {
  font: normal var(--fw-medium) 3rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
  h4 {
    font-size: 4.4rem;
  }
}

h5 {
  font: normal var(--fw-medium) 2.6rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
}

h5 small {
  font: normal var(--fw-regular) 1.6rem / 1.2 var(--_font-accent);
  color: var(--t-medium);
  margin-top: .2rem;
  display: block;
}

h5 a {
  color: var(--t-bright);
}

h5.opposite, h5.opposite a {
  color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
  h5 {
    font-size: 3.4rem;
  }
}

@media only screen and (min-width: 1600px) {
  h5 small {
    font-size: 1.8rem;
  }
}

h6 {
  font: normal var(--fw-medium) 2.2rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
}

h6 a {
  color: var(--t-bright);
}

h6.opposite, h6.opposite a {
  color: var(--t-opp-bright);
}

@media only screen and (min-width: 1200px) {
  h6 {
    font-size: 3rem;
  }
}

p {
  font: normal var(--fw-regular) 1.8rem / 1.6 var(--_font-accent);
  color: var(--t-medium);
}

p a, p span {
  color: var(--t-bright);
}

p a {
  background: -webkit-gradient(linear, left top, right top, from(var(--t-medium)), to(var(--t-medium))), -webkit-gradient(linear, left top, right top, from(#0000), to(#0000));
  background: -moz-linear-gradient(left, var(--t-medium), var(--t-medium)), -moz-linear-gradient(left, #0000, #0000);
  background: linear-gradient(to right, var(--t-medium), var(--t-medium)), linear-gradient(to right, #0000, #0000);
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .4s, color .3s;
  -moz-transition: background-size .4s, color .3s, -moz-background-size .4s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .4s, color .3s, -moz-background-size .4s;
}

p a.opposite {
  background: -webkit-gradient(linear, left top, right top, from(var(--t-opp-medium)), to(var(--t-opp-medium))), -webkit-gradient(linear, left top, right top, from(#0000), to(#0000));
  background: -moz-linear-gradient(left, var(--t-opp-medium), var(--t-opp-medium)), -moz-linear-gradient(left, #0000, #0000);
  background: linear-gradient(to right, var(--t-opp-medium), var(--t-opp-medium)), linear-gradient(to right, #0000, #0000);
}

.no-touch p a:hover {
  color: var(--t-bright);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

.no-touch p a:hover.opposite {
  color: var(--t-opp-bright);
}

p.t-120 {
  line-height: 1.2;
}

p.t-140 {
  line-height: 1.4;
}

p.t-xsmall {
  font-size: 1.4rem;
  line-height: 1.2;
}

p.t-small, p.t-small-mobile {
  font-size: 1.6rem;
}

p.t-large {
  font-family: var(--_font-accent);
  color: var(--t-bright);
  font-size: 2.5rem;
}

p.t-caption {
  line-height: 1.4;
  font-weight: var(--fw-medium);
}

p.t-muted {
  color: var(--t-muted);
}

p.t-muted span {
  color: var(--t-medium);
}

p.t-muted a {
  font-weight: var(--fw-regular);
  color: var(--t-muted);
  background: -webkit-gradient(linear, left top, right top, from(var(--t-muted)), to(var(--t-muted))), -webkit-gradient(linear, left top, right top, from(#0000), to(#0000));
  background: -moz-linear-gradient(left, var(--t-muted), var(--t-muted)), -moz-linear-gradient(left, #0000, #0000);
  background: linear-gradient(to right, var(--t-muted), var(--t-muted)), linear-gradient(to right, #0000, #0000);
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .4s, color .3s;
  -moz-transition: background-size .4s, color .3s, -moz-background-size .4s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .4s, color .3s, -moz-background-size .4s;
}

.no-touch p.t-muted a:hover {
  color: var(--t-medium);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

p.t-muted a.no-effect {
  background: none;
}

p.t-opposite {
  color: var(--t-opp-bright);
}

p.t-opposite-medium {
  color: var(--t-opp-medium);
}

p.t-opposite-medium a {
  color: var(--t-opp-bright);
  background: -webkit-gradient(linear, left top, right top, from(var(--t-opp-medium)), to(var(--t-opp-medium))), -webkit-gradient(linear, left top, right top, from(#0000), to(#0000));
  background: -moz-linear-gradient(left, var(--t-opp-medium), var(--t-opp-medium)), -moz-linear-gradient(left, #0000, #0000);
  background: linear-gradient(to right, var(--t-opp-medium), var(--t-opp-medium)), linear-gradient(to right, #0000, #0000);
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .4s, color .3s;
  -moz-transition: background-size .4s, color .3s, -moz-background-size .4s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .4s, color .3s, -moz-background-size .4s;
}

.no-touch p.t-opposite-medium a:hover {
  color: var(--t-opp-bright);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

p.t-bright {
  color: var(--t-bright);
}

p.t-bright.opposite {
  color: var(--t-opp-bright);
}

p.t-medium {
  font-weight: var(--fw-medium);
}

p.t-semibold {
  font-weight: var(--fw-semibold);
}

@media only screen and (min-width: 768px) {
  p.t-small-mobile {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1600px) {
  p {
    font-size: 2.2rem;
  }

  p.t-large {
    font-size: 3rem;
  }

  p.t-small {
    font-size: 1.8rem;
  }

  p.t-small-mobile {
    font-size: 2.2rem;
  }
}

.mxd-point-subtitle {
  align-items: center;
  -webkit-box-pack: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  font: normal var(--fw-regular) 2.2rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
  justify-content: left;
  gap: 1rem;
  display: inline-flex;
}

.mxd-point-subtitle svg {
  width: 1.9rem;
  height: 1.9rem;
  fill: var(--t-bright);
}

.mxd-point-subtitle span {
  font-weight: var(--fw-regular);
}

.mxd-point-subtitle a {
  color: var(--t-bright);
  background: none;
}

.no-touch .mxd-point-subtitle:hover a {
  color: var(--t-medium);
}

.mxd-manifest {
  font: normal var(--fw-regular) 2.8rem / 1.6 var(--_font-accent);
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-manifest {
    font-size: 4.4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-manifest {
    max-width: 855px;
  }

  .mxd-manifest.mxd-manifest-l {
    max-width: none;
  }
}

.mxd-stats-number {
  font: normal var(--fw-medium) 7rem / .8 var(--_font-accent);
  color: var(--t-bright);
  letter-spacing: -.1rem;
}

.mxd-stats-number.opposite {
  color: var(--t-opp-bright);
}

.mxd-stats-number.small, .mxd-stats-number.xsmall {
  font-size: 5rem;
}

@media only screen and (min-width: 768px) {
  .mxd-stats-number.small {
    font-size: 7rem;
  }

  .mxd-stats-number.xsmall {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-stats-number {
    font-size: 9rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-stats-number {
    font-size: 12rem;
  }
}

.mxd-color-switcher {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  width: 4.6rem;
  height: 4.6rem;
  color: var(--t-bright);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0000;
  border: none;
  border-radius: 50%;
  outline: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.mxd-color-switcher:before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: background-color var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium);
  transition: background-color var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium);
  -moz-transition: transform var(--_animspeed-medium), background-color var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium);
  transition: transform var(--_animspeed-medium), background-color var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium), background-color var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium), -moz-transform var(--_animspeed-medium);
  background-color: #0000;
  border-radius: 50%;
  display: block;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translateX(-50%)translateY(-50%)scale(1);
}

.mxd-color-switcher i {
  -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  font-size: 2rem;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}

.no-touch .mxd-color-switcher:hover:before {
  background-color: var(--base-tint);
  transform: translateX(-50%)translateY(-50%)scale(1.04);
}

.no-touch .mxd-color-switcher:hover i {
  transform: scale(.92);
}

@media only screen and (min-width: 768px) {
  .mxd-color-switcher {
    width: 5.6rem;
    height: 5.6rem;
  }

  .mxd-color-switcher i {
    font-size: 3rem;
  }
}

.btn-rotating {
  color: var(--t-bright);
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  display: inline-flex;
  position: relative;
}

.btn-rotating .btn-rotating__text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-rotating .btn-rotating__text text {
  fill: var(--t-bright);
  font-family: var(--_font-accent);
  text-transform: uppercase;
  -webkit-transition: var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: var(--_animspeed-medium) var(--_animbezier);
  transition: var(--_animspeed-medium) var(--_animbezier);
  font-weight: 500;
}

.btn-rotating .btn-rotating__image {
  height: auto;
  -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  display: block;
  transform: scale(1);
}

.no-touch .btn-rotating:hover .btn-rotating__image {
  transform: scale(.92);
}

.btn-rotating-160, .btn-rotating-160 .btn-rotating__text {
  width: 160px;
  height: 160px;
}

.btn-rotating-160 .btn-rotating__text text {
  letter-spacing: normal;
  font-size: 1.39rem;
}

.btn-rotating-160 .btn-rotating__image {
  width: 6rem;
}

.btn-rotating-120-160, .btn-rotating-120-160 .btn-rotating__text {
  width: 120px;
  height: 120px;
}

.btn-rotating-120-160 .btn-rotating__text text {
  letter-spacing: normal;
  font-size: 1.4rem;
}

.btn-rotating-120-160 .btn-rotating__image {
  width: 5rem;
}

@media only screen and (min-width: 1600px) {
  .btn-rotating-120-160, .btn-rotating-120-160 .btn-rotating__text {
    width: 160px;
    height: 160px;
  }

  .btn-rotating-120-160 .btn-rotating__text text {
    letter-spacing: normal;
    font-size: 1.39rem;
  }

  .btn-rotating-120-160 .btn-rotating__image {
    width: 6rem;
  }
}

.btn-rotating-180, .btn-rotating-180 .btn-rotating__text {
  width: 180px;
  height: 180px;
}

.btn-rotating-180 .btn-rotating__text text {
  letter-spacing: .1rem;
  font-size: 1.53rem;
}

.btn-rotating-180 .btn-rotating__image {
  width: 7.6rem;
}

.btn-rotating-180.ver-02 .btn-rotating__text text {
  font-size: 1.36rem;
}

.btn-rotating-blur-outline {
  border: 1px solid var(--st-opp-bright);
  background-color: var(--neutral-transparent);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.btn-rotating-blur-outline .btn-rotating__text {
  width: 180px;
  height: 180px;
  top: 1rem;
  left: 1rem;
}

.btn-rotating-blur-outline .btn-rotating__text text {
  letter-spacing: .09rem;
  font-size: 1.4rem;
}

.btn-rotating-blur-outline .btn-rotating__image {
  width: 8rem;
}

.btn-rotating-blur-outline.ver-02 .btn-rotating__text text {
  letter-spacing: .09rem;
  font-size: 1.374rem;
}

.btn-rotating-blur-outline.ver-03 .btn-rotating__text text {
  letter-spacing: .1rem;
  font-size: 1.54rem;
}

.btn-rotating-blur-outline.ver-04 {
  width: 147px;
  height: 147px;
  color: var(--nl-white);
}

.btn-rotating-blur-outline.ver-04 .btn-rotating__text {
  width: 130px;
  height: 130px;
  top: .8rem;
  left: .8rem;
}

.btn-rotating-blur-outline.ver-04 .btn-rotating__text text {
  letter-spacing: .1rem;
  font-size: 1.54rem;
}

.btn-rotating-blur-outline.ver-04 .btn-rotating__image {
  width: 5rem;
}

@media only screen and (min-width: 1200px) {
  .btn-rotating-blur-outline.permanent-desktop {
    background-color: #ffffff0d;
    border: 1px solid #ffffff80;
  }

  .btn-rotating-blur-outline.permanent-desktop .btn-rotating__text, .btn-rotating-blur-outline.permanent-desktop .btn-rotating__text text {
    fill: var(--nl-white);
  }
}

.btn {
  font: inherit;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border: none;
  outline: 0;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  padding: 0;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.btn-to-top {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  width: 4.6rem;
  height: 4.6rem;
  color: var(--nl-white);
  mix-blend-mode: difference;
  font: normal var(--fw-regular) 2.2rem / 1.5 var(--_font-accent);
  -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  z-index: 9;
  background-color: #ffffff08;
  border-width: 2px;
  border-radius: 50%;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  overflow: hidden;
  transform: scale(1);
}

.btn-to-top i {
  font-size: 2.2rem;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.no-touch .btn-to-top:hover {
  transform: scale(1.04);
}

@media only screen and (min-width: 768px) {
  .btn-to-top {
    width: 5.6rem;
    height: 5.6rem;
    bottom: 4rem;
    right: 6rem;
  }

  .btn-to-top i {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .btn-to-top {
    right: 9rem;
  }
}

.btn-line-default {
  font: normal var(--fw-medium) 1.8rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
  gap: 1rem;
}

.btn-line-default .btn-caption, .btn-line-default i {
  display: inline-flex;
  position: relative;
}

.btn-line-default i {
  font-size: 2.2rem;
  overflow: hidden;
}

@media only screen and (min-width: 1600px) {
  .btn-line-default {
    font-size: 2.2rem;
  }

  .btn-line-default i {
    font-size: 2.6rem;
  }
}

.btn-line-medium {
  font: normal var(--fw-regular) 1.6rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
  gap: 1rem;
}

.btn-line-medium .btn-caption, .btn-line-medium i {
  display: inline-flex;
  position: relative;
}

.btn-line-medium i {
  font-size: 1.8rem;
  overflow: hidden;
}

@media only screen and (min-width: 1600px) {
  .btn-line-medium {
    font-size: 1.8rem;
  }

  .btn-line-medium i {
    font-size: 2rem;
  }
}

.btn-line-small {
  font: normal var(--fw-regular) 1.8rem / 1.2 var(--_font-accent);
  color: var(--t-muted);
  gap: 1rem;
}

.btn-line-small .btn-caption, .btn-line-small i {
  display: inline-flex;
  position: relative;
}

.btn-line-small i {
  font-size: 2.2rem;
  overflow: hidden;
}

.btn-line-xsmall {
  font: normal var(--fw-regular) 1.4rem / 1.2 var(--_font-accent);
  justify-content: flex-start;
  gap: .6rem;
  width: auto;
}

.btn-line-xsmall .btn-caption, .btn-line-xsmall i {
  display: inline-flex;
  position: relative;
}

.btn-line-xsmall i {
  font-size: 1.6rem;
  overflow: hidden;
}

.btn-line-headline {
  width: auto;
  font: normal var(--fw-medium) 3.6rem / 1.1 var(--_font-accent);
  letter-spacing: -.06rem;
  color: var(--t-muted-extra);
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}

.btn-line-headline .btn-caption, .btn-line-headline i {
  display: inline-flex;
  position: relative;
}

.btn-line-headline i {
  font-size: 3.1rem;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .btn-line-headline {
    margin-top: 0;
    font-size: 8rem;
  }

  .btn-line-headline i {
    font-size: 6.7rem;
  }
}

@media only screen and (min-width: 1200px) {
  .btn-line-headline {
    font-size: 10rem;
  }

  .btn-line-headline i {
    font-size: 8.7rem;
  }

  .no-touch .btn-line-headline:hover {
    color: var(--accent);
  }
}

@media only screen and (min-width: 1600px) {
  .btn-line-headline {
    font-size: 12rem;
  }

  .btn-line-headline i {
    font-size: 10.1rem;
  }
}

.btn-default {
  height: 5.6rem;
  line-height: 5.6rem;
  font: normal var(--fw-medium) 2.2rem / 1.5 var(--_font-accent);
  border-width: 2px;
  border-radius: 2.8rem;
  gap: 1.2rem;
  padding: 0 2.2rem;
}

.btn-default .btn-caption, .btn-default i {
  display: inline-flex;
  position: relative;
}

.btn-default i {
  font-size: 2.6rem;
  overflow: hidden;
}

.btn-small {
  height: 4.4rem;
  line-height: 4.4rem;
  font: normal var(--fw-regular) 1.6rem / 1.5 var(--_font-accent);
  border-width: 1px;
  border-radius: 2.2rem;
  gap: .8rem;
  padding: 0 1.5rem;
}

.btn-small i {
  font-size: 1.8rem;
}

.btn-large {
  height: 5.6rem;
  line-height: 5.6rem;
  font: normal var(--fw-medium) 2.2rem / 1.5 var(--_font-accent);
  border-width: 2px;
  border-radius: 2.8rem;
  gap: 1.2rem;
  padding: 0 2.2rem;
}

.btn-large i {
  font-size: 2.6rem;
}

@media only screen and (min-width: 768px) {
  .btn-large {
    height: 8.4rem;
    line-height: 8.4rem;
    font: normal var(--fw-medium) 3rem / 1.5 var(--_font-accent);
    border-width: 2px;
    border-radius: 4.2rem;
    gap: 1.6rem;
    padding: 0 3.2rem;
  }

  .btn-large i {
    font-size: 3.6rem;
  }
}

.btn-round {
  width: 5.6rem;
  height: 5.6rem;
  font: normal var(--fw-regular) 2.2rem / 1.5 var(--_font-accent);
  -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  border-width: 2px;
  border-radius: 50%;
  transform: scale(1);
}

.btn-round i {
  font-size: 2.5rem;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.no-touch .btn-round:hover {
  transform: scale(1.04);
}

.btn-round-large {
  border-width: 2px;
  width: 5.6rem;
  height: 5.6rem;
}

.btn-round-large i {
  font-size: 2.6rem;
}

@media only screen and (min-width: 768px) {
  .btn-round-large {
    width: 8.2rem;
    height: 8.2rem;
  }

  .btn-round-large i {
    font-size: 3rem;
  }
}

.btn-round-medium {
  border-width: 1px;
  width: 5.6rem;
  height: 5.6rem;
}

.btn-round-medium i {
  font-size: 2.4rem;
}

.btn-round-small {
  border-width: 1px;
  width: 4rem;
  height: 4rem;
}

.btn-round-small i {
  font-size: 1.8rem;
}

.btn-form {
  width: 6rem;
  height: 6rem;
  font: normal var(--fw-regular) 2.2rem / 1.5 var(--_font-accent);
  -webkit-transition: color var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium);
  transition: color var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium);
  -moz-transition: transform var(--_animspeed-medium), color var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium);
  transition: transform var(--_animspeed-medium), color var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium), color var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium), -moz-transform var(--_animspeed-medium);
  border-width: 2px;
  justify-content: end;
  transform: scale(1);
}

.btn-form i {
  font-size: 2.6rem;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.no-touch .btn-form:hover {
  transform: scale(1.04);
}

.no-touch .btn-form:hover.no-scale {
  transform: scale(1);
}

.btn-absolute-right {
  position: absolute;
  top: 0;
  right: 0;
}

.btn-fullwidth {
  justify-content: space-between;
  width: 100%;
}

.btn-outline {
  border-style: solid;
  border-color: var(--st-bright);
  color: var(--t-bright);
  background-color: #0000;
}

.btn-outline.opposite {
  border-color: var(--st-opp-bright);
  color: var(--t-opp-bright);
}

.btn-outline.permanent {
  border-color: var(--pt-base);
  color: var(--pt-t-light-bright);
}

.btn-accent {
  background-color: var(--accent);
  border-style: solid;
  border-color: var(--accent);
  color: var(--t-opp-bright);
}

.btn-additional {
  background-color: var(--additional);
  border-style: solid;
  border-color: var(--additional);
  color: var(--t-bright);
}

.btn-opposite {
  background-color: var(--base-opp);
  border-style: solid;
  border-color: var(--base-opp);
  color: var(--t-opp-bright);
}

.btn-base {
  background-color: var(--base);
  border-style: solid;
  border-color: var(--base);
  color: var(--t-bright);
}

.btn-permanent {
  background-color: var(--pt-base);
  border-style: solid;
  border-color: var(--pt-st-light-bright);
  color: var(--pt-t-dark-bright);
}

.btn-muted {
  color: var(--t-muted);
  background-color: #0000;
}

.no-touch .btn-muted:hover {
  color: var(--t-bright);
}

.btn-bright {
  color: var(--t-bright);
  background-color: #0000;
}

.no-touch .btn-bright:hover {
  color: var(--t-bright);
}

.btn-anim.play .btn-anim__letter, .btn-anim:hover .btn-anim__letter {
  transform: translateY(-100%);
}

.btn-anim .btn-caption {
  height: 3.3rem;
  line-height: 3.3rem;
  overflow: hidden;
  display: block !important;
}

.btn-anim.btn-anim-medium .btn-caption {
  height: 2.3rem;
  line-height: 2.3rem;
}

.btn-anim__letter {
  transition: -webkit-transform .5s cubic-bezier(.76, 0, .024, 1);
  -moz-transition: transform .5s cubic-bezier(.76, 0, .024, 1);
  transition: transform .5s cubic-bezier(.76, 0, .024, 1);
  display: inline-block;
}

.btn-anim .btn-anim__block:last-child {
  color: var(--primary);
}

.btn-anim__letter:first-child {
  transition-delay: 0s;
}

.btn-anim__letter:nth-child(2) {
  transition-delay: 30ms;
}

.btn-anim__letter:nth-child(3) {
  transition-delay: 60ms;
}

.btn-anim__letter:nth-child(4) {
  transition-delay: 90ms;
}

.btn-anim__letter:nth-child(5) {
  transition-delay: .12s;
}

.btn-anim__letter:nth-child(6) {
  transition-delay: .15s;
}

.btn-anim__letter:nth-child(7) {
  transition-delay: .18s;
}

.btn-anim__letter:nth-child(8) {
  transition-delay: .21s;
}

.btn-anim__letter:nth-child(9) {
  transition-delay: .24s;
}

.btn-anim__letter:nth-child(10) {
  transition-delay: .27s;
}

.btn-anim__letter:nth-child(11) {
  transition-delay: .3s;
}

.btn-anim__letter:nth-child(12) {
  transition-delay: .33s;
}

.btn-anim__letter:nth-child(13) {
  transition-delay: .36s;
}

.btn-anim__letter:nth-child(14) {
  transition-delay: .39s;
}

.btn-anim__letter:nth-child(15) {
  transition-delay: .42s;
}

.btn-anim__letter:nth-child(16) {
  transition-delay: .45s;
}

.btn-anim__letter:nth-child(17) {
  transition-delay: .48s;
}

.btn-anim__letter:nth-child(18) {
  transition-delay: .51s;
}

.btn-anim__letter:nth-child(19) {
  transition-delay: .54s;
}

.btn-anim__letter:nth-child(20) {
  transition-delay: .57s;
}

.btn-anim__letter:nth-child(21) {
  transition-delay: .6s;
}

.btn-anim__letter:nth-child(22) {
  transition-delay: .63s;
}

.btn-anim__letter:nth-child(23) {
  transition-delay: .66s;
}

.btn-anim__letter:nth-child(24) {
  transition-delay: .69s;
}

.btn-anim__letter:nth-child(25) {
  transition-delay: .72s;
}

.btn-anim__letter:nth-child(26) {
  transition-delay: .75s;
}

.btn-anim__letter:nth-child(27) {
  transition-delay: .78s;
}

.btn-anim__letter:nth-child(28) {
  transition-delay: .81s;
}

.btn-anim__letter:nth-child(29) {
  transition-delay: .84s;
}

.btn-anim__letter:nth-child(30) {
  transition-delay: .87s;
}

.btn-mobile-icon {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  width: 4.6rem;
  height: 4.6rem;
  padding: 0;
}

.btn-mobile-icon i {
  font-size: 2rem;
}

.btn-mobile-icon .btn-caption {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .btn-mobile-icon {
    border-radius: 2.8rem;
    width: auto;
    height: 5.6rem;
    padding: 0 2.2rem;
  }

  .btn-mobile-icon i {
    font-size: 2.6rem;
  }

  .btn-mobile-icon .btn-caption {
    display: block !important;
  }
}

.tag {
  font: inherit;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border: none;
  outline: 0;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  padding: 0;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.tag-default {
  height: 3.2rem;
  line-height: 3.2rem;
  font: normal var(--fw-regular) 1.4rem / 1.5 var(--_font-accent);
  border-width: 1px;
  border-radius: 1.6rem;
  padding: 0 1.2rem;
}

@media only screen and (min-width: 1600px) {
  .tag-default {
    border-radius: 1.8rem;
    height: 3.6rem;
    padding: 0 1.4rem;
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}

.tag-opposite {
  background-color: var(--base-opp);
  border-style: solid;
  border-color: var(--base-opp);
  color: var(--t-opp-bright);
}

.tag-link-opposite {
  -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
  transition: all var(--_animspeed-medium) var(--_animbezier);
}

.tag-link-opposite a {
  color: var(--t-opp-bright);
}

.no-touch .tag-link-opposite:hover {
  border-color: var(--st-bright);
  color: var(--t-bright);
  background-color: #0000;
}

.no-touch .tag-link-opposite:hover a {
  color: var(--t-bright);
}

.tag-outline {
  border-style: solid;
  border-color: var(--st-bright);
  color: var(--t-bright);
  background-color: #0000;
}

.tag-link-outline {
  -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
  transition: all var(--_animspeed-medium) var(--_animbezier);
}

.tag-link-outline a {
  color: var(--t-bright);
}

.no-touch .tag-link-outline:hover {
  background-color: var(--base-opp);
  border-color: var(--base-opp);
  color: var(--t-opp-bright);
}

.no-touch .tag-link-outline:hover a {
  color: var(--t-opp-bright);
}

.tag-outline-opposite {
  border-style: solid;
  border-color: var(--st-opp-bright);
  color: var(--t-opp-bright);
  background-color: #0000;
}

.tag-outline-medium {
  border-style: solid;
  border-color: var(--st-medium);
  color: var(--t-medium);
  background-color: #0000;
}

.tag-outline-permanent {
  border-style: solid;
  border-color: var(--pt-st-light-bright);
  color: var(--pt-t-light-bright);
  background-color: #0000;
}

.tag-link-outline-premanent {
  -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
  transition: all var(--_animspeed-medium) var(--_animbezier);
}

.tag-link-outline-premanent a {
  color: var(--pt-t-light-bright);
}

.no-touch .tag-link-outline-premanent:hover {
  background-color: var(--pt-base);
  border-color: var(--pt-st-light-bright);
  color: var(--pt-t-dark-bright);
}

.no-touch .tag-link-outline-premanent:hover a {
  color: var(--pt-t-dark-bright);
}

.tag-permanent {
  background-color: var(--pt-base);
  border-style: solid;
  border-color: var(--pt-st-light-bright);
  color: var(--pt-t-dark-bright);
}

.tag-permanent-opposite {
  background-color: var(--pt-base-dark);
  border-style: solid;
  border-color: var(--pt-st-dark-bright);
  color: var(--pt-t-light-bright);
}

.tag-accent {
  background-color: var(--accent);
  border-style: solid;
  border-color: var(--accent);
  color: var(--t-opp-bright);
}

.tag-additional {
  background-color: var(--additional);
  border-style: solid;
  border-color: var(--additional);
  color: var(--t-bright);
}

.slide-right:hover i:before {
  -webkit-animation: .6s var(--_animbezier) .3s 1 both slideRight;
  -moz-animation: .6s var(--_animbezier) .3s 1 both slideRight;
  animation: .6s var(--_animbezier) .3s 1 both slideRight;
}

.slide-right-up:hover i:before {
  -webkit-animation: .6s var(--_animbezier) .3s 1 both slideRightUp;
  -moz-animation: .6s var(--_animbezier) .3s 1 both slideRightUp;
  animation: .6s var(--_animbezier) .3s 1 both slideRightUp;
}

.slide-right-down:hover i:before {
  -webkit-animation: .6s var(--_animbezier) .3s 1 both slideRightDown;
  -moz-animation: .6s var(--_animbezier) .3s 1 both slideRightDown;
  animation: .6s var(--_animbezier) .3s 1 both slideRightDown;
}

.slide-left:hover i:before {
  -webkit-animation: .6s var(--_animbezier) 0s 1 both slideLeft;
  -moz-animation: .6s var(--_animbezier) 0s 1 both slideLeft;
  animation: .6s var(--_animbezier) 0s 1 both slideLeft;
}

.slide-left-up:hover i:before {
  -webkit-animation: .6s var(--_animbezier) 0s 1 both slideLeftUp;
  -moz-animation: .6s var(--_animbezier) 0s 1 both slideLeftUp;
  animation: .6s var(--_animbezier) 0s 1 both slideLeftUp;
}

.slide-left-down:hover i:before {
  -webkit-animation: .6s var(--_animbezier) 0s 1 both slideLeftDown;
  -moz-animation: .6s var(--_animbezier) 0s 1 both slideLeftDown;
  animation: .6s var(--_animbezier) 0s 1 both slideLeftDown;
}

.slide-down:hover i:before {
  -webkit-animation: .6s var(--_animbezier) .3s 1 both slideDown;
  -moz-animation: .6s var(--_animbezier) .3s 1 both slideDown;
  animation: .6s var(--_animbezier) .3s 1 both slideDown;
}

.slide-up:hover i:before {
  -webkit-animation: .6s var(--_animbezier) 0s 1 both slideUp;
  -moz-animation: .6s var(--_animbezier) 0s 1 both slideUp;
  animation: .6s var(--_animbezier) 0s 1 both slideUp;
}

.anim-no-delay:hover i:before {
  animation-delay: 0s;
}

@keyframes slideRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(100%);
  }

  51% {
    opacity: 0;
  }

  52% {
    opacity: 0;
    transform: translateX(-100%);
  }

  53% {
    opacity: 1;
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideRightUp {
  0% {
    transform: translateX(0)translateY(0);
  }

  50% {
    transform: translateX(100%)translateY(-100%);
  }

  51% {
    opacity: 0;
  }

  52% {
    opacity: 0;
    transform: translateX(-100%)translateY(100%);
  }

  53% {
    opacity: 1;
  }

  100% {
    transform: translateX(0)translateY(0);
  }
}

@keyframes slideRightDown {
  0% {
    transform: translateX(0)translateY(0);
  }

  50% {
    transform: translateX(100%)translateY(100%);
  }

  51% {
    opacity: 0;
  }

  52% {
    opacity: 0;
    transform: translateX(-100%)translateY(-100%);
  }

  53% {
    opacity: 1;
  }

  100% {
    transform: translateX(0)translateY(0);
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-100%);
  }

  51% {
    opacity: 0;
  }

  52% {
    opacity: 0;
    transform: translateX(100%);
  }

  53% {
    opacity: 1;
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideLeftUp {
  0% {
    transform: translateX(0)translateY(0);
  }

  50% {
    transform: translateX(-100%)translateY(-100%);
  }

  51% {
    opacity: 0;
  }

  52% {
    opacity: 0;
    transform: translateX(100%)translateY(100%);
  }

  53% {
    opacity: 1;
  }

  100% {
    transform: translateX(0)translateY(0);
  }
}

@keyframes slideLeftDown {
  0% {
    transform: translateX(0)translateY(0);
  }

  50% {
    transform: translateX(-100%)translateY(100%);
  }

  51% {
    opacity: 0;
  }

  52% {
    opacity: 0;
    transform: translateX(100%)translateY(-100%);
  }

  53% {
    opacity: 1;
  }

  100% {
    transform: translateX(0)translateY(0);
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(100%);
  }

  51% {
    opacity: 0;
  }

  52% {
    opacity: 0;
    transform: translateY(-100%);
  }

  53% {
    opacity: 1;
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-100%);
  }

  51% {
    opacity: 0;
  }

  52% {
    opacity: 0;
    transform: translateY(100%);
  }

  53% {
    opacity: 1;
  }

  100% {
    transform: translateY(0);
  }
}

.mxd-spin {
  animation: 15s linear infinite spin;
}

.mxd-spin-hover img {
  animation: 5s linear infinite paused spin;
}

.mxd-spin-hover:hover img {
  animation-play-state: running;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.form-container {
  position: relative;
}

.form {
  opacity: 1;
  -webkit-transition: opacity var(--_animspeed-slow) ease-in-out;
  -moz-transition: opacity var(--_animspeed-slow) ease-in-out;
  transition: opacity var(--_animspeed-slow) ease-in-out;
}

.form.is-hidden {
  opacity: 0;
}

form {
  width: 100%;
  position: relative;
}

form input, form textarea {
  border: none;
  border-bottom: 2px solid var(--st-medium);
  width: 100%;
  font: normal var(--fw-regular) 2.2rem var(--_font-accent);
  height: 6rem;
  color: var(--t-bright);
  background-color: #0000;
  outline: 0;
  margin: 0;
  padding: 1.2rem .2rem;
  line-height: 6rem;
  display: block;
  position: relative;
}

form input:focus, form textarea:focus {
  border-bottom: 2px solid var(--st-bright);
}

form textarea {
  resize: none;
  height: 16rem;
  line-height: 1.6;
}

form ::-webkit-input-placeholder {
  color: var(--t-muted);
}

form :-moz-placeholder-shown {
  color: var(--t-muted);
}

form ::-moz-placeholder {
  color: var(--t-muted);
}

form :-ms-placeholder-shown {
  color: var(--t-muted);
}

form input:focus:required:invalid, form textarea:focus:required:invalid, form input:required:valid, form textarea:required:valid {
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  form textarea {
    height: 23rem;
  }
}

@media only screen and (min-width: 1600px) {
  form input, form textarea {
    font-size: 2.2rem;
  }
}

.form__reply {
  opacity: 0;
  -webkit-transition: opacity var(--_animspeed-slow) ease-in-out;
  -moz-transition: opacity var(--_animspeed-slow) ease-in-out;
  transition: opacity var(--_animspeed-slow) ease-in-out;
  position: absolute;
  inset: auto auto 0 0;
}

.form__reply.centered {
  max-width: 400px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translateX(-50%)translateY(-50%);
}

.form__reply.is-visible {
  opacity: 1;
}

.reply__icon {
  color: var(--t-bright);
  margin-bottom: 1.2rem;
  font-size: 6rem;
  display: block;
}

.reply__title {
  font: normal var(--fw-medium) 3.6rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
  margin-bottom: 1.4rem;
}

.reply__text {
  font: normal var(--fw-regular) 1.8rem / 1.6 var(--_font-accent);
  color: var(--t-medium);
  display: block;
}

.mxd-logo {
  align-items: center;
  -webkit-box-pack: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 1rem;
  display: inline-flex;
}

@media only screen and (min-width: 768px) {
  .mxd-logo {
    gap: 1.4rem;
  }
}

.mxd-logo__image {
  width: 4.6rem;
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .mxd-logo__image {
    width: 5.6rem;
  }
}

.mxd-logo__text {
  font: normal var(--fw-medium) 1.9rem / 1.1 var(--_font-accent);
  letter-spacing: normal;
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-logo__text {
    font-size: 2.4rem;
  }
}

.mxd-section-title {
  text-align: left;
  flex-direction: column;
  gap: 3.4rem;
  margin-bottom: 7rem;
  display: flex;
}

.mxd-section-title.h2-only {
  margin-bottom: 6.2rem;
}

.mxd-section-title.no-controls {
  margin-bottom: 6rem;
}

.mxd-section-title.title-large {
  gap: 4.2rem;
}

.mxd-section-title.pre-grid {
  margin-bottom: 4rem;
}

.mxd-section-title.pre-block {
  margin-bottom: 4.4rem;
}

.mxd-section-title.no-margin {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .mxd-section-title {
    margin-bottom: 8rem;
  }

  .mxd-section-title.h2-only {
    margin-bottom: 6.6rem;
  }

  .mxd-section-title.no-controls {
    margin-bottom: 7rem;
  }

  .mxd-section-title.pre-grid {
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-section-title, .mxd-section-title.no-controls {
    margin-bottom: 6.7rem;
  }

  .mxd-section-title.no-margin-desktop {
    margin-bottom: 0;
  }

  .mxd-section-title.title-large {
    gap: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-section-title {
    gap: 4.2rem;
    margin-bottom: 6.7rem;
  }
}

.mxd-section-title__text {
  flex-direction: column;
  gap: 2.4rem;
  display: flex;
}

@media only screen and (min-width: 1600px) {
  .mxd-section-title__text {
    gap: 2.6rem;
  }
}

.mxd-section-title__controls {
  position: relative;
}

.mxd-section-title__image-link {
  display: flex;
}

.mxd-section-title__image-link img, .mxd-section-title__image-link svg {
  width: 140px;
  height: auto;
}

@media only screen and (min-width: 1600px) {
  .mxd-section-title__image-link img, .mxd-section-title__image-link svg {
    width: 160px;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-section-title__title.card-split-title {
    margin-top: -1.6rem;
  }
}

.mxd-section-title__descr {
  margin-top: 2.2rem;
  padding-right: 6rem;
}

@media only screen and (min-width: 768px) {
  .mxd-section-title__descr {
    max-width: 620px;
    margin-top: 1.8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-section-title__descr {
    margin-top: 2.8rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-section-title__descr {
    margin-top: 2.5rem;
  }
}

.mxd-section-title__controls {
  margin-top: 3.2rem;
  display: flex;
}

.mxd-section-title__controls.pre-title {
  margin-top: 3.2rem;
}

@media only screen and (min-width: 768px) {
  .mxd-section-title__controls.pre-title {
    margin-top: 2.9rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-section-title__controls {
    justify-content: flex-start;
    margin-top: 4.2rem;
  }

  .mxd-section-title__controls.pre-title {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-section-title__controls {
    margin-top: 4.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-section-title__hrtitle {
    margin-bottom: 0;
    padding-right: 6rem;
  }
}

.mxd-section-title__hrdescr {
  margin-top: 2.2rem;
}

@media only screen and (min-width: 768px) {
  .mxd-section-title__hrdescr {
    margin-top: 1.8rem;
    padding-right: 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-section-title__hrdescr {
    margin-top: 0;
    padding-top: .7rem;
  }
}

.mxd-section-title__hrcontrols {
  margin-top: 3.2rem;
  display: flex;
}

.mxd-section-title__hrcontrols.pre-title {
  margin-top: 3.2rem;
}

@media only screen and (min-width: 768px) {
  .mxd-section-title__hrcontrols.pre-title {
    margin-top: 2.9rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-section-title__hrcontrols {
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 1.7rem;
  }

  .mxd-section-title__hrcontrols.pre-title {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-section-title__hrcontrols {
    padding-top: 1.7rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-section-title__hrparagraph {
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-section-title__hrparagraph {
    margin-top: 5.3rem;
  }
}

.mxd-data-list {
  position: relative;
}

.mxd-data-list__column {
  flex-direction: column;
  gap: 2.8rem;
  margin-bottom: 2.8rem;
  display: flex;
}

.mxd-data-list__column:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .mxd-data-list__column {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-data-list__column {
    gap: 3.4rem;
  }
}

.mxd-data-list__item {
  flex-direction: column;
  gap: .6rem;
  display: flex;
}

.mxd-data-list__name {
  font: normal var(--fw-regular) 1.8rem / 1.2 var(--_font-accent);
  color: var(--t-medium);
}

.mxd-data-list__content {
  font: normal var(--fw-medium) 2.2rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
  display: inline-flex;
}

.mxd-data-list__content a {
  background: -webkit-gradient(linear, left top, right top, from(var(--st-medium)), to(var(--st-medium))), -webkit-gradient(linear, left top, right top, from(var(--accent)), to(var(--accent)));
  background: -moz-linear-gradient(left, var(--st-medium), var(--st-medium)), -moz-linear-gradient(left, var(--accent), var(--accent));
  background: linear-gradient(to right, var(--st-medium), var(--st-medium)), linear-gradient(to right, var(--accent), var(--accent));
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .4s, color .3s;
  -moz-transition: background-size .4s, color .3s, -moz-background-size .4s;
  transform-origin: 100% 100%;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .4s, color .3s, -moz-background-size .4s;
}

.no-touch .mxd-data-list__content a:hover {
  color: var(--t-bright);
  -moz-background-size: 0 1px, 100% 1px;
  transform-origin: 0 100%;
  background-size: 0 1px, 100% 1px;
}

.mxd-avatars-group {
  gap: 2rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-avatars-group {
    flex-direction: row;
    align-items: center;
  }

  .mxd-avatars-group.align-right {
    text-align: right;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
}

.mxd-avatars-group__text {
  flex-direction: column;
  display: flex;
}

.mxd-avatars-group__text a, .mxd-avatars-group__text p {
  color: var(--t-medium);
  font-size: 1.8rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .mxd-avatars-group__text a, .mxd-avatars-group__text p {
    font-size: 2.2rem;
  }
}

.mxd-avatars {
  display: flex;
  position: relative;
}

.mxd-avatars.align-right {
  text-align: right;
  justify-content: flex-end;
}

.mxd-avatars__item {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  margin-left: -2.2rem;
  display: flex;
  overflow: hidden;
}

.mxd-avatars__item:first-of-type {
  margin-left: 0;
}

.mxd-avatars__item.small {
  width: 4.6rem;
  height: 4.6rem;
  margin-left: -1.4rem;
}

.mxd-avatars__item.small:first-of-type {
  margin-left: 0;
}

.mxd-avatars__item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .mxd-avatars__item.small {
    width: 5.6rem;
    height: 5.6rem;
    margin-left: -1.6rem;
  }
}

.mxd-avatars__icon {
  width: 4rem;
  height: auto;
}

.mxd-avatars__icon.small {
  width: 3rem;
  height: auto;
}

.mxd-preview-hover {
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: fbackdrop-filter var(--_animspeed-medium), opacity var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: fbackdrop-filter var(--_animspeed-medium), opacity var(--_animspeed-medium) var(--_animbezier);
  transition: fbackdrop-filter var(--_animspeed-medium), opacity var(--_animspeed-medium) var(--_animbezier);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.mxd-preview-hover__icon {
  width: 10rem;
  display: block;
}

.mxd-preview-hover__icon.icon-small {
  width: 8rem;
}

.mxd-preview-hover__icon img {
  width: 100%;
  height: auto;
}

.mxd-preview-hover__text {
  font: normal var(--fw-medium) 3rem / 1.2 var(--_font-accent);
  color: var(--pt-t-light-bright);
}

.mxd-counter {
  flex-direction: column;
  gap: 3rem;
  display: flex;
}

.mxd-counter.small {
  gap: 2rem;
}

.mxd-counter.horizontal {
  flex-direction: row;
  align-items: center;
  gap: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .mxd-counter.align-end {
    text-align: right;
    align-items: flex-end;
  }
}

.mxd-counter__descr {
  max-width: 250px;
}

.mxd-btngroup {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.mxd-btngroup.centered {
  justify-content: center;
}

@media only screen and (min-width: 576px) {
  .mxd-btngroup {
    flex-direction: row;
    gap: 2rem;
  }
}

.mxd-divider {
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  height: 460px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mxd-divider {
    height: 600px;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-divider {
    height: 760px;
  }

  .mxd-divider.divider-hero-01 {
    padding-top: 14rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-divider {
    height: 930px;
  }
}

.mxd-divider__image {
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
}

.mxd-divider__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .mxd-divider__image {
    height: 600px;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-divider__image {
    height: 760px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-divider__image {
    height: 930px;
  }
}

.mxd-divider__video {
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
}

.mxd-divider__video video {
  -moz-background-size: contain;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #0000;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.mxd-divider__video img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .mxd-divider__video {
    height: 600px;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-divider__video {
    height: 760px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-divider__video {
    height: 930px;
  }
}

.mxd-divider__trigger {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translateX(-50%)translateY(-50%);
}

.mxd-project-item__media {
  height: 460px;
  margin-bottom: 1.4rem;
  display: block;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-project-item__media {
    height: 600px;
    margin-bottom: 2.3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-project-item__media {
    height: 760px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-project-item__media {
    height: 930px;
  }
}

.mxd-project-item__preview {
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 460px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mxd-project-item__preview {
    height: 600px;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-project-item__preview {
    height: 760px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-project-item__preview {
    height: 930px;
  }
}

.mxd-project-item__tags {
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  padding: 2.6rem 3rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .mxd-project-item__tags {
    align-items: flex-start;
    padding: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-project-item__tags {
    gap: 1.4rem;
  }
}

.mxd-project-item__promo {
  padding: 0 3rem;
}

@media only screen and (min-width: 768px) {
  .mxd-project-item__promo {
    padding: 0 4rem;
  }
}

.mxd-project-item__name a {
  font: normal var(--fw-regular) 2.2rem / 1.4 var(--_font-accent);
  color: var(--t-medium);
  background: -webkit-gradient(linear, left top, right top, from(#0000), to(#0000)), -webkit-gradient(linear, left top, right top, from(var(--t-bright)), to(var(--t-bright)));
  background: -moz-linear-gradient(left, #0000, #0000), -moz-linear-gradient(left, var(--t-bright), var(--t-bright));
  background: linear-gradient(to right, #0000, #0000), linear-gradient(to right, var(--t-bright), var(--t-bright));
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .3s, color .3s;
  -moz-transition: background-size .3s, color .3s, -moz-background-size .3s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .3s, color .3s, -moz-background-size .3s;
  display: inline;
}

.no-touch .mxd-project-item__name a:hover {
  color: var(--t-bright);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

.mxd-project-item__name a span {
  font-weight: var(--fw-medium);
  color: var(--t-bright);
}

.mxd-project-item__name.small a {
  font-size: 2.2rem;
}

@media only screen and (min-width: 768px) {
  .mxd-project-item__name a {
    font-size: 3rem;
  }

  .mxd-project-item__name.small a {
    font-size: 2.2rem;
  }
}

.mxd-links-lines {
  position: relative;
}

@media (hover) and (prefers-reduced-motion: no-preference) {
  .mxd-links-lines > .mxd-links-lines__item {
    transition: opacity .3s;
  }

  .mxd-links-lines:hover > .mxd-links-lines__item:not(:hover) {
    opacity: .2;
  }
}

.mxd-links-lines__item {
  margin-top: -2px;
  display: block;
  position: relative;
}

.mxd-links-lines__item:first-of-type {
  margin-top: 0;
}

.mxd-links-lines__divider {
  background-color: var(--st-bright);
  width: 100%;
  height: 2px;
  position: relative;
}

.mxd-links-lines__link {
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.no-touch .mxd-links-lines__link:hover .mxd-links-lines__title {
  transform: translateX(1rem);
}

.no-touch .mxd-links-lines__link:hover .mxd-links-lines__icon i:before {
  -webkit-animation: .6s var(--_animbezier) 0s 1 both slideRightUp;
  -moz-animation: .6s var(--_animbezier) 0s 1 both slideRightUp;
  animation: .6s var(--_animbezier) 0s 1 both slideRightUp;
}

.mxd-links-lines__title {
  color: var(--t-bright);
  -webkit-transition: color var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium);
  transition: color var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium);
  -moz-transition: transform var(--_animspeed-medium), color var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium);
  transition: transform var(--_animspeed-medium), color var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium), color var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium), -moz-transform var(--_animspeed-medium);
  position: relative;
  transform: translateX(0);
}

.mxd-links-lines__icon {
  -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  font-size: 3rem;
  display: flex;
  position: relative;
  transform: translateX(0)rotate(0);
}

.mxd-links-lines__icon i {
  color: var(--t-bright);
  -webkit-transition: color var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: color var(--_animspeed-medium) var(--_animbezier);
  transition: color var(--_animspeed-medium) var(--_animbezier);
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.mxd-check-list {
  flex-direction: column;
  gap: .4rem;
  display: flex;
}

.mxd-check-list li {
  font: normal var(--fw-regular) 1.8rem / 1.6 var(--_font-accent);
  color: var(--t-medium);
  align-items: center;
  gap: 1.2rem;
  display: flex;
}

.mxd-floating-img {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.mxd-floating-img.floating-bg {
  z-index: -1;
  overflow: hidden;
}

.mxd-floating-img__item {
  width: -moz-calc(100% - 3rem);
  width: calc(100% - 3rem);
  height: auto;
  position: absolute;
  bottom: 20%;
  right: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .mxd-floating-img__item {
    width: 600px;
    height: auto;
    bottom: 4rem;
    right: 6rem;
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-floating-img__item {
    width: 46%;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-floating-img__item {
    width: 40%;
    right: 9rem;
  }
}

.bg-accent {
  background-color: var(--accent);
}

.bg-additional {
  background-color: var(--additional);
}

.bg-base {
  background-color: var(--base);
}

.bg-base-tint {
  background-color: var(--base-tint);
}

.bg-base-shade {
  background-color: var(--base-shade);
}

.bg-base-opp {
  background-color: var(--base-opp);
}

.st-accent {
  border: 1px solid var(--accent);
}

.st-additional {
  border: 1px solid var(--additional);
}

.st-base {
  border: 1px solid var(--base);
}

.st-base-tint {
  border: 1px solid var(--base-tint);
}

.st-base-shade {
  border: 1px solid var(--base-shade);
}

.st-base-opp {
  border: 1px solid var(--base-opp);
}

.t-accent {
  color: var(--accent);
}

.t-additional {
  color: var(--additional);
}

.radius-s {
  -moz-border-radius: var(--_radius-s);
  border-radius: var(--_radius-s);
}

.radius-m {
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
}

.radius-l {
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
}

.radius-xl {
  -moz-border-radius: var(--_radius-xl);
  border-radius: var(--_radius-xl);
}

.fullheight-l {
  height: auto;
}

@media only screen and (min-width: 992px) {
  .fullheight-l {
    height: 100%;
  }
}

.fullheight-xl {
  height: auto;
}

@media only screen and (min-width: 1200px) {
  .fullheight-xl {
    height: 100%;
  }
}

.anim-zoom-in-container, .anim-zoom-out-container {
  transform-origin: center;
}

.padding-4 {
  padding: 2.6rem 3rem;
}

@media only screen and (min-width: 768px) {
  .padding-4 {
    padding: 3.6rem 4rem;
  }
}

.padding-5x4 {
  padding: 2.6rem 3rem;
}

@media only screen and (min-width: 768px) {
  .padding-5x4 {
    padding: 4rem 5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .card-desktop-4 {
    width: -moz-calc(40% - 1.5rem);
    width: calc(40% - 1.5rem);
  }

  .card-desktop-6 {
    width: -moz-calc(60% - 1.5rem);
    width: calc(60% - 1.5rem);
  }
}

.mxd-header {
  width: 100%;
  width: -moz-calc(100% - 11.6rem);
  z-index: 101;
  opacity: 1;
  width: calc(100% - 11.6rem);
  -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
  transition: all var(--_animspeed-medium) var(--_animbezier);
  justify-content: space-between;
  padding-top: 3rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 3rem;
  transform: scaleY(1);
}

.mxd-header.is-hidden {
  opacity: 0;
  transform: scaleY(1.2);
}

.mxd-header.menu-is-visible {
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .mxd-header {
    width: -moz-calc(100% - 19.6rem);
    width: calc(100% - 19.6rem);
    padding-top: 4rem;
    left: 6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-header {
    width: -moz-calc(100% - 25.6rem);
    width: calc(100% - 25.6rem);
    left: 9rem;
  }
}

.mxd-header__logo {
  display: flex;
  position: relative;
}

.mxd-header__controls {
  gap: 1rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-header__controls {
    gap: 2rem;
  }
}

.mxd-nav__wrap {
  z-index: 102;
  position: fixed;
  inset: auto 0;
}

.mxd-nav__contain {
  z-index: 2;
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  min-height: 4.6rem;
  margin-top: 3rem;
  padding: 0 3rem;
  display: flex;
  position: relative;
}

.mxd-nav__contain > * {
  pointer-events: auto;
}

@media only screen and (min-width: 768px) {
  .mxd-nav__contain {
    min-height: 5.6rem;
    margin-top: 4rem;
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-nav__contain {
    padding: 0 9rem;
  }
}

.nav_link_wrap {
  display: inline-flex;
  position: relative;
}

.nav_link_svg {
  width: 5rem;
  display: block;
}

.mxd-nav__hamburger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .7rem;
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-nav__hamburger {
    width: 5.6rem;
    height: 5.6rem;
  }
}

.hamburger__base {
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  background-color: var(--base-opp-tint);
  z-index: 1;
  position: absolute;
  inset: 0;
}

.nav_hamburger_bg {
  z-index: 2;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  inset: 0;
}

.hamburger__line {
  background-color: var(--t-opp-bright);
  z-index: 2;
  border-radius: .3rem;
  flex: none;
  width: 50%;
  height: .3rem;
  position: relative;
}

.mxd-menu__wrapper {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 1.5rem;
  display: none;
  position: absolute;
  inset: 0 0 auto;
}

@media only screen and (min-width: 768px) {
  .mxd-menu__wrapper {
    padding: 2rem 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-menu__wrapper {
    padding: 2rem 7rem;
  }
}

.mxd-menu__base {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.mxd-menu__contain {
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.mxd-menu__inner {
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 7.6rem;
  display: flex;
  position: relative;
  overflow-y: scroll;
}

.mxd-menu__inner::-webkit-scrollbar {
  height: 0;
  display: none;
  -webkit-appearance: none !important;
  width: 0 !important;
}

@media only screen and (min-width: 768px) {
  .mxd-menu__inner::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-menu__inner {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 9.7rem;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-menu__inner {
    padding-bottom: 13.7rem;
  }
}

.mxd-menu__left {
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 0 3rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-menu__left {
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    width: 50%;
    height: 100%;
    padding: 4rem 4rem 0;
    overflow-y: scroll;
  }

  .mxd-menu__left::-webkit-scrollbar {
    height: 0;
    display: none;
    -webkit-appearance: none !important;
    width: 0 !important;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-menu__left {
    padding: 6rem 7rem 0;
  }
}

.mxd-menu__right {
  z-index: 2;
  padding-top: 5.2rem;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-menu__right {
    width: 50%;
    height: 100%;
    padding-top: 0;
  }
}

.mxd-menu__data {
  justify-content: flex-start;
  -webkit-box-align: left;
  -moz-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  text-align: center;
  z-index: 2;
  flex-direction: column;
  gap: .6rem;
  width: 100%;
  margin-top: 2.4rem;
  padding: 0 3rem 2.6rem;
  display: flex;
  position: relative;
}

.mxd-menu__data p {
  color: var(--t-opp-medium);
}

.mxd-menu__data p a {
  color: var(--t-opp-medium);
  background: -webkit-gradient(linear, left top, right top, from(var(--t-opp-muted)), to(var(--t-opp-muted))), -webkit-gradient(linear, left top, right top, from(#0000), to(#0000));
  background: -moz-linear-gradient(left, var(--t-opp-muted), var(--t-opp-muted)), -moz-linear-gradient(left, #0000, #0000);
  background: linear-gradient(to right, var(--t-opp-muted), var(--t-opp-muted)), linear-gradient(to right, #0000, #0000);
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .4s, color .3s;
  -moz-transition: background-size .4s, color .3s, -moz-background-size .4s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .4s, color .3s, -moz-background-size .4s;
}

.no-touch .mxd-menu__data p a:hover {
  color: var(--t-opp-bright);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

@media only screen and (min-width: 1200px) {
  .mxd-menu__data {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    padding: 0 4rem;
    position: absolute;
    bottom: 4rem;
    left: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-menu__data {
    padding: 0 7rem;
    bottom: 6rem;
  }
}

.mxd-menu__caption {
  font-weight: var(--fw-regular-opp);
  color: var(--t-opp-medium);
  margin-bottom: 4.4rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-menu__caption {
    max-width: 380px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-menu__caption {
    max-width: 460px;
  }
}

.mxd-menu__link {
  z-index: 2;
  color: #adff2f;
  font-size: 4rem;
  text-decoration: none;
  position: relative;
}

.main-menu {
  position: relative;
}

.main-menu__accordion {
  flex-direction: column;
  gap: 1.6rem;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .main-menu__accordion {
    gap: 2rem;
  }
}

.main-menu__item {
  width: 100%;
  color: var(--t-opp-bright);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.main-menu__item a {
  display: inline-block;
}

.main-menu__item.open .main-menu__toggle svg {
  transform: rotate(135deg);
}

.main-menu__link {
  height: 4.2rem;
  line-height: 4.2rem;
  font: normal var(--fw-medium-opp) 3.6rem var(--_font-accent);
  color: var(--t-opp-bright);
}

.main-menu__link .btn-caption {
  height: 4.2rem;
  line-height: 4.2rem;
}

@media only screen and (min-width: 1200px) {
  .main-menu__link {
    height: 6.5rem;
    font-size: 5.6rem;
    line-height: 6.5rem;
  }

  .main-menu__link .btn-caption {
    height: 6.5rem;
    line-height: 6.5rem;
  }
}

.main-menu__toggle {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.main-menu__toggle img, .main-menu__toggle svg {
  width: 1.9rem;
  height: 1.9rem;
  -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  display: inline-flex;
}

.main-menu__toggle svg {
  fill: currentColor;
}

.no-touch .main-menu__toggle:hover svg {
  fill: var(--additional);
}

@media only screen and (min-width: 1200px) {
  .main-menu__toggle img, .main-menu__toggle svg {
    width: 2.3rem;
    height: 2.3rem;
  }
}

.submenu {
  padding-top: 2rem;
  padding-left: 1.5rem;
  display: none;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .submenu {
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .submenu {
    padding-left: 3.5rem;
  }
}

.submenu__item {
  flex-direction: column;
  width: 100%;
  margin-bottom: 1.2rem;
  display: flex;
}

.submenu__item:last-of-type {
  margin-bottom: 0;
}

.submenu__item a {
  height: auto;
  font: normal var(--fw-regular-opp) 2rem / 1.2 var(--_font-accent);
  color: var(--t-opp-bright);
  justify-content: flex-start;
  padding-left: 0;
  display: inline-flex;
}

.no-touch .submenu__item a:hover {
  color: var(--t-opp-medium);
  transform: translateX(1rem);
}

.submenu__item.active a {
  color: color-mix(in srgb, var(--additional), var(--nl-black) 15%);
  font-weight: 600;
}

@media only screen and (min-width: 1400px) {
  .submenu__item a {
    font-size: 2.5rem;
  }
}

.menu-promo {
  padding: 0 3rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .menu-promo {
    padding: 0 4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .menu-promo {
    text-align: right;
    height: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .menu-promo {
    padding: 0 7rem;
  }
}

.menu-promo__content {
  flex-direction: column;
  gap: 2.1rem;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .menu-promo__content {
    align-items: flex-end;
    gap: 3rem;
    width: 80%;
    padding: 0 4rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .menu-promo__content {
    padding: 0 7rem;
  }
}

.menu-promo__caption {
  font-weight: var(--fw-regular-opp);
  color: var(--t-opp-medium);
}

@media only screen and (min-width: 1200px) {
  .menu-promo__caption {
    max-width: 380px;
  }
}

@media only screen and (min-width: 1600px) {
  .menu-promo__caption {
    max-width: 460px;
  }
}

.menu-promo__video {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .menu-promo__video {
    -moz-border-radius: var(--_radius-m);
    border-radius: var(--_radius-m);
    background-color: var(--base-opp);
    width: 100%;
    height: auto;
    padding: 1rem;
  }
}

.menu-video {
  -o-object-fit: cover;
  object-fit: cover;
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1200px) {
  .menu-video {
    border-radius: 1.8rem;
  }
}

.mxd-promo {
  position: relative;
}

.mxd-promo__inner {
  background-color: var(--base-opp);
  flex-direction: column;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mxd-promo__inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-promo__inner {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-promo__inner {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

.mxd-promo__bg {
  width: 70%;
  height: -moz-calc(100% + 4rem);
  -moz-background-size: cover;
  background-image: url("/img/backgrounds/1440x900_cta-01.webp");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100% + 4rem);
  position: absolute;
  top: -4rem;
  right: -10rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-promo__bg {
    background-position: center;
    width: 50%;
    top: 0;
    right: 0;
  }
}

.mxd-promo__content {
  flex-direction: column;
  gap: 6rem;
  margin: 12.2rem 0 14rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-promo__content {
    margin: 14rem 0 16rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-promo__content {
    margin: 17.6rem 0 20rem;
  }
}

.mxd-promo__title {
  color: var(--t-opp-bright);
  display: block;
}

.mxd-promo__title span {
  color: var(--t-opp-bright);
}

@media only screen and (min-width: 1200px) {
  .mxd-promo__title {
    width: 70%;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-promo__title {
    width: 60%;
  }
}

.mxd-promo__icon {
  padding-right: 1rem;
}

.mxd-promo__icon img {
  width: auto;
  height: 3.4rem;
  display: inline;
}

@media only screen and (min-width: 768px) {
  .mxd-promo__icon img {
    height: 5.4rem;
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-promo__icon img {
    height: 7rem;
  }
}

.mxd-promo__caption {
  font: normal var(--fw-medium) 4.4rem / 1.1 var(--_font-accent);
  letter-spacing: -.06rem;
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-promo__caption {
    font-size: 8rem;
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-promo__caption {
    font-size: 10rem;
  }
}

.mxd-promo__images {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .mxd-promo__images {
    width: 46%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
  }

  .mxd-promo__images .promo-image {
    flex-direction: column;
    display: flex;
    position: absolute;
  }

  .mxd-promo__images .promo-image.bottom-layer {
    order: -1;
  }

  .mxd-promo__images .promo-image-1 {
    width: 330px;
    height: auto;
    bottom: 6rem;
    right: 6rem;
  }

  .mxd-promo__images .promo-image-2 {
    width: 120px;
    height: auto;
    bottom: 12rem;
    left: 0;
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-promo__images .promo-image-2 {
    left: 6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-promo__images .promo-image-1 {
    width: 396px;
    bottom: 9rem;
    right: 9rem;
  }

  .mxd-promo__images .promo-image-2 {
    width: 140px;
    bottom: 18rem;
    left: 6rem;
  }
}

.mxd-footer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 3rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-footer {
    padding-bottom: 6rem;
  }
}

.mxd-footer__text-wrap {
  width: 100%;
  position: relative;
}

.mxd-footer__fullwidth-text {
  width: 100%;
  max-width: 1920px;
  height: min-content;
  color: var(--t-bright);
  z-index: -1;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 12.5rem 3rem 0;
  display: flex;
  position: relative;
}

.mxd-footer__fullwidth-text.personal {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .mxd-footer__fullwidth-text {
    margin-bottom: 0;
    padding: 10.5rem 6rem 0;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-footer__fullwidth-text.personal {
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-footer__fullwidth-text {
    margin-bottom: -1rem;
    padding: 11.1rem 9rem 0;
  }
}

.mxd-footer__svg-v2 {
  fill: currentColor;
  z-index: -1;
  width: 100%;
  display: block;
  position: relative;
}

.fullwidth-text__tl-trigger {
  width: .1rem;
  height: .1rem;
  position: absolute;
  top: 0;
  right: 0;
}

.mxd-footer__svg {
  will-change: transform;
  opacity: 1;
  outline: 0;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  display: flex;
  position: relative;
  transform: none;
}

.mxd-footer__svg foreignObject, .mxd-footer__svg text {
  display: flex;
  position: relative;
}

.mxd-footer__svg text {
  width: 100%;
  height: 100%;
}

.mxd-footer__text {
  font-style: normal;
  font-weight: var(--fw-semibold);
  line-height: 1.1;
  font-family: var(--_font-accent);
  letter-spacing: -.006rem;
  color: var(--t-bright);
  justify-content: center;
  font-size: 1.2rem;
  display: flex;
}

.mxd-footer__caption {
  font-style: normal;
  font-weight: var(--fw-semibold);
  line-height: 1.1;
  font-family: var(--_font-accent);
  letter-spacing: -.014rem;
  color: var(--t-bright);
  justify-content: center;
  font-size: 1.2rem;
  display: inline-flex;
}

.mxd-footer__caption .word {
  flex-wrap: nowrap !important;
  display: flex !important;
}

.mxd-footer__footer-blocks {
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  max-width: 1920px;
  padding: 0 3rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-footer__footer-blocks {
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-footer__footer-blocks {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-footer__footer-blocks {
    padding: 0 9rem;
  }
}

.footer-blocks__column {
  flex-direction: column;
  flex: 1;
  gap: 3rem;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .footer-blocks__column {
    height: 650px;
  }
}

@media only screen and (min-width: 1600px) {
  .footer-blocks__column {
    height: 650px;
  }
}

.footer-blocks__card {
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  padding: 3rem;
  display: flex;
}

.footer-blocks__card.fullheight-card {
  justify-content: space-between;
  height: 100%;
}

.footer-blocks__card.fill-card {
  flex: 1;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .footer-blocks__card {
    padding: 5rem;
  }
}

.footer-blocks__block {
  flex-direction: column;
  gap: 3rem;
  display: flex;
}

.footer-blocks__nav {
  position: relative;
}

.footer-nav {
  flex-direction: column;
  gap: 1.6rem;
  display: flex;
}

.footer-nav__item {
  align-items: center;
  gap: 1.2rem;
  display: inline-flex;
}

.footer-nav__link {
  font: normal var(--fw-medium) 3rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
  display: inline-flex;
}

.footer-nav__link .btn-caption {
  height: 3.6rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .footer-nav__link {
    font-size: 4.4rem;
  }

  .footer-nav__link .btn-caption {
    height: 5.3rem;
  }
}

.footer-nav__counter {
  background-color: var(--accent);
  color: var(--t-opp-bright);
  border-radius: 1.8rem;
  align-items: center;
  gap: .4rem;
  height: 3.6rem;
  padding: 0 1.2rem;
  display: inline-flex;
}

.footer-nav__counter svg {
  width: 1.5rem;
  height: 1.5rem;
}

.footer-nav__counter span {
  letter-spacing: -.1rem;
  color: var(--t-opp-bright);
  font-size: 2.2rem;
}

.footer-blocks__links {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  display: flex;
}

.footer-blocks__links p {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  gap: .2rem;
  display: flex;
}

.no-touch .footer-blocks__links p a:hover {
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .footer-blocks__links {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-blocks__title {
  position: relative;
}

.footer-blocks__title-m {
  font: normal var(--fw-medium) 3rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .footer-blocks__title-m {
    font-size: 3.6rem;
  }
}

.footer-blocks__title-l {
  font: normal var(--fw-medium) 3rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .footer-blocks__title-l {
    font-size: 4.4rem;
  }
}

.footer-blocks__socials {
  position: relative;
}

.footer-socials {
  flex-direction: column;
  display: flex;
}

.footer-socials__item {
  margin-bottom: .3rem;
  display: block;
}

.footer-socials__item:last-of-type {
  margin-bottom: 0;
}

.footer-socials__link {
  font: normal var(--fw-regular) 2.2rem / 1.6 var(--_font-accent);
  color: var(--t-bright);
}

.no-touch .footer-socials__link:hover {
  color: var(--t-medium);
}

.mfp-bg {
  background-color: rgba(var(--base-rgb), .7);
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: var(--t-bright);
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .3s;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .3s var(--_animbezier);
  -moz-transition: all .3s var(--_animbezier);
  transition: all .3s var(--_animbezier);
  transform: translateY(3rem);
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: translateY(-3rem);
}

.mxd-hero-00 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.mxd-hero-00__wrap {
  width: 100%;
  padding: 0 3rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-00__wrap {
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-00__wrap {
    height: 100%;
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-00__wrap {
    padding: 0 9rem;
  }
}

.mxd-hero-00__top {
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 11.5rem 0 11.2rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-00__top {
    padding: 12.6rem 0 12.8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-00__top {
    align-items: center;
    padding: 12.9rem 0 11.5rem;
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-hero-00__top {
    padding-top: 12.9rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-00__top {
    padding-top: 17rem;
    padding-bottom: 14.8rem;
  }
}

.mxd-hero-00__bottom, .mxd-hero-00__title-wrap {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-00__title-wrap {
    width: auto;
  }
}

.mxd-hero-00__marquee {
  background-color: var(--accent);
  border: 1px solid var(--base);
  border-radius: 3.3rem;
  width: 100%;
  position: absolute;
  top: 7.6rem;
  right: 0;
  overflow: hidden;
}

.mxd-hero-00__marquee .marquee-flex {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.mxd-hero-00__marquee .marquee__item.item-regular {
  color: var(--t-opp-bright);
  align-items: center;
  gap: 1rem;
  margin: 0;
  display: flex;
}

.mxd-hero-00__marquee .marquee__item.item-regular p {
  font: normal var(--fw-medium) 6rem / 1.1 var(--_font-accent);
  color: var(--t-opp-bright);
}

.mxd-hero-00__marquee .marquee__item.item-regular svg {
  fill: currentColor;
  width: 3.7rem;
  height: 3.7rem;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-00__marquee {
    border-radius: 4.4rem;
    width: 484px;
    height: 88px;
    top: 0;
  }

  .mxd-hero-00__marquee .marquee-flex {
    gap: 2.6rem;
  }

  .mxd-hero-00__marquee .marquee__item.item-regular {
    gap: 2rem;
  }

  .mxd-hero-00__marquee .marquee__item.item-regular p {
    font-size: 8rem;
  }

  .mxd-hero-00__marquee .marquee__item.item-regular svg {
    width: 5.1rem;
    height: 5.1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-00__marquee {
    border-radius: 6.6rem;
    width: 719px;
    height: 132px;
  }

  .mxd-hero-00__marquee .marquee__item.item-regular {
    gap: 2.6rem;
  }

  .mxd-hero-00__marquee .marquee__item.item-regular p {
    font-size: 12rem;
  }

  .mxd-hero-00__marquee .marquee__item.item-regular svg {
    fill: currentColor;
    width: 8.5rem;
    height: 8.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-00__marquee {
    border-radius: 7.7rem;
    width: 816px;
    height: 154px;
  }

  .mxd-hero-00__marquee .marquee__item.item-regular p {
    font-size: 14rem;
  }

  .mxd-hero-00__marquee .marquee__item.item-regular svg {
    width: 9.1rem;
    height: 9.1rem;
  }
}

.hero-00-title {
  flex-direction: column;
  gap: 1rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .hero-00-title {
    justify-content: center;
    gap: 1.4rem;
    font-size: 8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-00-title {
    gap: 2rem;
    font-size: 12rem;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-00-title {
    font-size: 14rem;
  }
}

.hero-00-title__row {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .hero-00-title__row {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-00-title__row {
    gap: 3.2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-00-title__row {
    gap: 3.4rem;
  }
}

.hero-00-title__item {
  display: inline-flex;
}

.hero-00-title__item.title-item-transparent {
  opacity: 0;
}

.hero-00-title__item.title-item-image {
  display: none;
}

.hero-00-title__item.title-item-image svg {
  fill: currentColor;
}

@media only screen and (min-width: 768px) {
  .hero-00-title__item {
    white-space: nowrap;
  }

  .hero-00-title__item.title-item-transparent {
    color: var(--t-opp-bright);
    border-radius: 4.4rem;
    padding: 0 5rem;
  }

  .hero-00-title__item.title-item-image {
    padding-top: 1rem;
    display: inline-flex;
  }

  .hero-00-title__item.title-item-image svg {
    width: 5.1rem;
    height: 5.1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-00-title__item.title-item-transparent {
    border-radius: 6.6rem;
    padding: 0 7rem;
  }

  .hero-00-title__item.title-item-image svg {
    width: 8.5rem;
    height: 8.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-00-title__item.title-item-transparent {
    border-radius: 7.7rem;
  }

  .hero-00-title__item.title-item-image svg {
    width: 9.1rem;
    height: 9.1rem;
  }
}

.mxd-hero-00__images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-00-image {
  display: none;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .hero-00-image {
    display: block;
  }

  .hero-00-image.image-01 {
    width: 180px;
    top: -16%;
    left: -6%;
  }

  .hero-00-image.image-02 {
    z-index: 1;
    width: 100px;
    top: -40%;
    left: auto;
    right: 4%;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-00-image.image-01 {
    width: 260px;
    top: -14%;
    left: -9%;
  }

  .hero-00-image.image-02 {
    width: 140px;
    right: -6%;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-00-image.image-01 {
    width: 300px;
  }

  .hero-00-image.image-02 {
    width: 180px;
    top: -40%;
  }
}

.hero-00-manifest {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-00-manifest .mxd-manifest {
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .hero-00-manifest .mxd-manifest {
    max-width: 780px;
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-00-manifest .mxd-manifest {
    max-width: 1000px;
    font-size: 3.8rem;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-00-manifest .mxd-manifest {
    max-width: 1150px;
    font-size: 4.4rem;
  }
}

.mxd-hero-section {
  padding-top: 7.6rem;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-section {
    padding-top: 9.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-fullheight {
    height: 100vh;
  }
}

.mxd-hero-01 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-01 {
    height: 100%;
    padding-bottom: 4rem;
  }
}

.mxd-hero-01__wrap {
  width: 100%;
  padding: 0 3rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-01__wrap {
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-01__wrap {
    height: 100%;
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-01__wrap {
    padding: 0 9rem;
  }
}

.mxd-hero-01__top {
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 11.5rem 0 12.9rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-01__top {
    padding: 12.6rem 0 14.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-01__top {
    height: -moz-calc(100% - 16rem);
    align-items: center;
    height: calc(100% - 16rem);
    padding: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-01__top {
    height: -moz-calc(100% - 20rem);
    height: calc(100% - 20rem);
  }
}

.mxd-hero-01__title-wrap {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-01__title-wrap {
    width: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-01__title-wrap {
    padding-bottom: 2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-01__title-wrap {
    padding-bottom: 4rem;
  }
}

.mxd-hero-01__marquee {
  background-color: var(--accent);
  border: 1px solid var(--base);
  border-radius: 3.3rem;
  width: 100%;
  position: absolute;
  top: 7.6rem;
  right: 0;
  overflow: hidden;
}

.mxd-hero-01__marquee .marquee-flex {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.mxd-hero-01__marquee .marquee__item.item-regular {
  color: var(--t-opp-bright);
  align-items: center;
  gap: 1rem;
  margin: 0;
  display: flex;
}

.mxd-hero-01__marquee .marquee__item.item-regular p {
  font: normal var(--fw-medium) 6rem / 1.1 var(--_font-accent);
  color: var(--t-opp-bright);
}

.mxd-hero-01__marquee .marquee__item.item-regular svg {
  fill: currentColor;
  width: 3.7rem;
  height: 3.7rem;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-01__marquee {
    border-radius: 4.4rem;
    width: 265px;
    height: 88px;
    top: 0;
    right: 7rem;
  }

  .mxd-hero-01__marquee .marquee-flex {
    gap: 2.6rem;
  }

  .mxd-hero-01__marquee .marquee__item.item-regular {
    gap: 2rem;
  }

  .mxd-hero-01__marquee .marquee__item.item-regular p {
    font-size: 8rem;
  }

  .mxd-hero-01__marquee .marquee__item.item-regular svg {
    width: 5.1rem;
    height: 5.1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-01__marquee {
    border-radius: 6.6rem;
    width: 389px;
    height: 132px;
    right: 11rem;
  }

  .mxd-hero-01__marquee .marquee__item.item-regular {
    gap: 2.6rem;
  }

  .mxd-hero-01__marquee .marquee__item.item-regular p {
    font-size: 12rem;
  }

  .mxd-hero-01__marquee .marquee__item.item-regular svg {
    fill: currentColor;
    width: 8.5rem;
    height: 8.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-01__marquee {
    border-radius: 7.7rem;
    width: 430px;
    height: 154px;
    right: 13.3rem;
  }

  .mxd-hero-01__marquee .marquee__item.item-regular p {
    font-size: 14rem;
  }

  .mxd-hero-01__marquee .marquee__item.item-regular svg {
    width: 9.2rem;
    height: 9.2rem;
  }
}

.hero-01-title {
  flex-direction: column;
  gap: 1rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .hero-01-title {
    justify-content: center;
    gap: 1.4rem;
    font-size: 8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-01-title {
    gap: 2rem;
    font-size: 12rem;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-01-title {
    font-size: 14rem;
  }
}

.hero-01-title__row {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .hero-01-title__row {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-01-title__row {
    gap: 3.2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-01-title__row {
    gap: 3.4rem;
  }
}

.hero-01-title__item {
  display: inline-flex;
}

.hero-01-title__item.title-item-transparent {
  opacity: 0;
}

.hero-01-title__item.title-item-image {
  display: none;
}

.hero-01-title__item.title-item-image svg {
  fill: currentColor;
}

@media only screen and (min-width: 768px) {
  .hero-01-title__item {
    white-space: nowrap;
  }

  .hero-01-title__item.title-item-transparent {
    color: var(--t-opp-bright);
    border-radius: 4.4rem;
    padding: 0 5rem;
  }

  .hero-01-title__item.title-item-image {
    padding-top: 1rem;
    display: inline-flex;
  }

  .hero-01-title__item.title-item-image svg {
    width: 5.1rem;
    height: 5.1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-01-title__item.title-item-transparent {
    border-radius: 6.6rem;
    padding: 0 7rem;
  }

  .hero-01-title__item.title-item-image svg {
    width: 8.5rem;
    height: 8.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-01-title__item.title-item-transparent {
    border-radius: 7.7rem;
  }

  .hero-01-title__item.title-item-image svg {
    width: 9.2rem;
    height: 9.2rem;
  }
}

.mxd-hero-01__images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-01-image {
  display: none;
  position: absolute;
}

.hero-01-image.image-01 {
  width: 180px;
  top: -6%;
  left: -20%;
}

.hero-01-image.image-02 {
  top: -20%;
  right: -1.5rem;
}

.hero-01-image.image-03 {
  top: 86%;
  left: 0;
}

.hero-01-image.image-02, .hero-01-image.image-03 {
  z-index: 1;
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .hero-01-image {
    display: block;
  }

  .hero-01-image.image-01 {
    top: -26%;
    left: -5%;
  }

  .hero-01-image.image-02 {
    top: -36%;
    left: auto;
    right: 5%;
  }

  .hero-01-image.image-03 {
    top: 90%;
    left: 35%;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-01-image.image-01 {
    width: 260px;
    top: -24%;
    left: -7%;
  }

  .hero-01-image.image-02, .hero-01-image.image-03 {
    width: 140px;
  }

  .hero-01-image.image-02 {
    top: -34%;
    right: 6%;
  }

  .hero-01-image.image-03 {
    top: 80%;
    left: 42%;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-01-image.image-01 {
    width: 300px;
  }

  .hero-01-image.image-02, .hero-01-image.image-03 {
    width: 180px;
  }

  .hero-01-image.image-03 {
    top: 76%;
    left: 38%;
  }

  .hero-01-image.image-02 {
    top: -36%;
    right: 5%;
  }
}

.mxd-hero-01__bottom {
  flex-direction: column-reverse;
  width: 100%;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-01__bottom {
    flex-direction: row;
    gap: 6rem;
    height: 16rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-01__bottom {
    height: 20rem;
  }
}

.mxd-hero-01__data-wrap {
  padding: 14rem 0 13.2rem;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-01__data-wrap {
    flex: 1;
    justify-content: space-between;
    padding-top: 4rem;
    display: flex;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-01__data-wrap {
    padding-right: 15rem;
  }
}

.mxd-hero-01__dash-line {
  width: 100%;
  height: 1rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-01__dash-line {
    display: block;
  }
}

.dash-line {
  --s: .8rem;
  background: -moz-radial-gradient(circle closest-side, var(--st-muted) 98%, #0000) 0 0 / var(--s) 100%, -moz-linear-gradient(left, var(--st-muted) 50%, #0000 0) -moz-calc(var(--s) / 2) 0 / calc(2 * var(--s)) 100%;
  background: radial-gradient(circle closest-side, var(--st-muted) 98%, #0000) 0 0 / var(--s) 100%, -webkit-gradient(linear, left top, right top, color-stop(50%, var(--st-muted)), color-stop(0, #0000)) calc(var(--s) / 2) 0 / calc(2 * var(--s)) 100%;
  background: radial-gradient(circle closest-side, var(--st-muted) 98%, #0000) 0 0 / var(--s) 100%, linear-gradient(90deg, var(--st-muted) 50%, #0000 0) calc(var(--s) / 2) 0 / calc(2 * var(--s)) 100%;
  height: 3px;
}

.mxd-hero-01__data-btn {
  margin-bottom: 3.1rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-01__data-btn {
    flex: 0 0 12rem;
    height: 12rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-01__data-btn {
    flex-basis: 16rem;
    height: 16rem;
  }
}

.mxd-hero-01__data-descr {
  margin-bottom: 2.3rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-01__data-descr {
    width: 386px;
    margin-bottom: 0;
  }
}

.mxd-hero-01__data-socials ul {
  flex-direction: column;
  display: flex;
}

.mxd-hero-01__data-socials ul li {
  color: var(--t-bright);
  align-items: center;
  gap: 1.2rem;
  display: flex;
}

.mxd-hero-01__data-socials ul li svg {
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}

.mxd-hero-01__data-socials ul li a {
  font: normal var(--fw-regular) 1.8rem / 1.6 var(--_font-accent);
  color: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-01__data-socials ul li svg {
    width: 1.9rem;
    height: 1.9rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-01__data-socials ul li a {
    font-size: 2.2rem;
  }
}

.mxd-hero-01__video-wrap {
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-01__video-wrap {
    flex: 0 0 24.6rem;
    height: 16rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-01__video-wrap {
    flex-basis: 30.8rem;
    height: 20rem;
  }
}

.mxd-hero-01__video-btn {
  padding: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mxd-hero-01__video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.mxd-pulse {
  animation: 1.2s ease-in-out infinite alternate mxd-pulse;
}

@keyframes mxd-pulse {
  from {
    transform: scale(.94);
  }

  to {
    transform: scale(1.02);
  }
}

.mxd-pulse-small {
  animation: 1.2s ease-in-out infinite alternate mxd-pulse;
}

.mxd-move {
  animation: 1.2s ease-in-out infinite alternate mxd-move;
}

.mxd-move-slow {
  animation: 2s ease-in-out infinite alternate mxd-move;
}

@keyframes mxd-move {
  from {
    transform: translateY(-1rem);
  }

  to {
    transform: translateY(1rem);
  }
}

.mxd-rotate {
  animation: 5s linear infinite spin;
}

.mxd-rotate-slow {
  animation: 16s linear infinite spin;
}

.mxd-hero-02 {
  position: relative;
}

.hero-02-static__tl-trigger {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 14%;
  right: 0;
}

.mxd-hero-02-static__top {
  padding-top: 7.6rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-02-static__top {
    padding-top: 9.6rem;
  }
}

.hero-02-static__caption {
  margin-top: 2rem;
}

@media only screen and (min-width: 768px) {
  .hero-02-static__caption {
    margin-top: 3rem;
  }
}

.mxd-hero-02-static__bottom {
  width: 100%;
  position: absolute;
  bottom: 3rem;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-02-static__bottom {
    position: absolute;
    bottom: 4rem;
    left: 0;
  }
}

.mxd-hero-02-static__btn {
  display: none;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-02-static__btn {
    display: block;
    position: absolute;
    bottom: 4rem;
    right: 6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-02-static__btn {
    position: absolute;
    bottom: 4rem;
    right: 9rem;
  }
}

.mxd-hero-02-static__center {
  width: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

.mxd-hero-02-marquee {
  color: var(--t-bright);
  position: relative;
}

.mxd-hero-02-marquee .marquee__item.item-regular {
  align-items: center;
  gap: 3rem;
  margin: 0;
  display: flex;
}

.mxd-hero-02-marquee .marquee__text {
  font-size: 10rem;
  font-weight: var(--fw-medium);
  color: var(--t-bright);
  margin: 0;
}

.mxd-hero-02-marquee .marquee__image {
  width: 7.1rem;
  height: 7.1rem;
}

.mxd-hero-02-marquee .marquee__image svg {
  fill: currentColor;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-02-marquee .marquee__item.item-regular {
    gap: 4rem;
  }

  .mxd-hero-02-marquee .marquee__text {
    font-size: 14rem;
  }

  .mxd-hero-02-marquee .marquee__image {
    width: 9.1rem;
    height: 9.1rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-02-marquee .marquee__item.item-regular {
    gap: 5rem;
  }

  .mxd-hero-02-marquee .marquee__text {
    font-size: 18rem;
  }

  .mxd-hero-02-marquee .marquee__image {
    width: 12.1rem;
    height: 12.1rem;
  }
}

.mxd-hero-02-marquee__image {
  z-index: 2;
  width: 18rem;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translateX(-50%)translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .mxd-hero-02-marquee__image {
    width: 30rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-02-marquee__image {
    width: 42rem;
  }
}

.mxd-hero-02-marquee__line .marquee__toleft {
  align-items: center;
  gap: 3rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-02-marquee__line .marquee__toleft {
    gap: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-02-marquee__line .marquee__toleft {
    gap: 5rem;
  }
}

.mxd-hero-02-scroll__wrap {
  padding: 0 3rem 100vh;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-02-scroll__wrap {
    padding: 0 6rem 100vh;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-02-scroll__wrap {
    padding-bottom: 100vh;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-02-scroll__wrap {
    padding: 0 9rem 100vh;
  }
}

.mxd-hero-02-scroll__images {
  flex-direction: column;
  gap: 6rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-02-scroll__images {
    gap: 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-02-scroll__images {
    gap: 10rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-02-scroll__images {
    gap: 14rem;
  }
}

.mxd-hero-02-images__row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 6rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-02-images__row {
    justify-content: space-between;
    align-items: flex-end;
    gap: 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-02-images__row {
    flex-wrap: nowrap;
  }
}

.mxd-hero-02-images__row-02, .mxd-hero-02-images__row-03 {
  align-items: flex-start;
}

.mxd-hero-02-image__landscape, .mxd-hero-02-image__portrait {
  display: block;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-02-image__portrait.portrait-01 {
    padding-bottom: 9rem;
  }

  .mxd-hero-02-image__portrait.portrait-02 {
    margin-top: -3rem;
  }

  .mxd-hero-02-image__portrait.portrait-03 {
    margin-top: -9rem;
  }

  .mxd-hero-02-image__portrait.portrait-04 {
    padding-top: 3rem;
  }

  .mxd-hero-02-image__portrait.portrait-05 {
    padding-left: 30%;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-02-image__portrait.portrait-01 {
    padding-bottom: 9rem;
  }

  .mxd-hero-02-image__portrait.portrait-02 {
    margin-top: 0;
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  .mxd-hero-02-image__portrait.portrait-03 {
    margin-top: 0;
  }

  .mxd-hero-02-image__portrait.portrait-04 {
    margin-top: -10rem;
    padding-top: 0;
  }

  .mxd-hero-02-image__portrait.portrait-05 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .mxd-hero-02-image__landscape.landscape-02 {
    padding-top: 100px;
  }

  .mxd-hero-02-image__landscape.landscape-03 {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-02-image__landscape.landscape-02 {
    padding-top: 100px;
  }

  .mxd-hero-02-image__landscape.landscape-03 {
    padding-top: 60px;
  }
}

.mxd-hero-02-image__inner {
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  position: relative;
  overflow: hidden;
  box-shadow: 0 29px 58px #0000004d, 0 25px 22px #00000038;
}

.no-touch .mxd-hero-02-image__inner:hover .mxd-preview-hover {
  opacity: 1;
  filter: blur();
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.mxd-hero-02-image__inner.type-01, .mxd-hero-02-image__inner.type-02 {
  width: 220px;
  height: 266px;
}

.mxd-hero-02-image__inner.type-03 {
  width: 300px;
  height: 200px;
}

.mxd-hero-02-image__inner img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-02-image__inner.type-03 {
    width: 360px;
    height: 237px;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-02-image__inner.type-01 {
    width: 280px;
    height: 340px;
  }

  .mxd-hero-02-image__inner.type-02 {
    width: 500px;
    height: 640px;
  }

  .mxd-hero-02-image__inner.type-03 {
    width: 440px;
    height: 290px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-02-image__inner.type-01 {
    width: 400px;
    height: 480px;
  }

  .mxd-hero-02-image__inner.type-02 {
    width: 760px;
    height: 940px;
  }

  .mxd-hero-02-image__inner.type-03 {
    width: 620px;
    height: 420px;
  }
}

.mxd-hero-03, .mxd-hero-03__wrap {
  width: 100%;
  position: relative;
}

.mxd-hero-03__top {
  height: -moz-calc(100vh - 7.6rem);
  height: calc(100vh - 7.6rem);
  padding-top: 12rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-03__top {
    height: -moz-calc(100vh - 9.6rem);
    height: calc(100vh - 9.6rem);
    padding-top: 14rem;
  }
}

.mxd-hero-03__bottom {
  position: relative;
}

.mxd-hero-03__marquee {
  width: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  overflow: hidden;
  transform: translateY(-50%);
}

.mxd-hero-03__marquee .marquee__item {
  border-radius: 0;
  width: auto;
  height: auto;
  margin-right: 6rem;
  padding: 1rem 0;
  overflow: visible;
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-03__marquee .marquee__item {
    margin-right: 6rem;
  }
}

.hero-03-marquee__video {
  border-radius: 50%;
  width: 80vw;
  height: 80vw;
  overflow: hidden;
}

.hero-03-marquee__video video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .hero-03-marquee__video {
    width: 42vw;
    height: 42vw;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-03-marquee__video {
    width: 26vw;
    height: 26vw;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-03-marquee__video {
    width: 24vw;
    height: 24vw;
  }
}

.hero-03-marquee__image {
  width: 80vw;
  height: auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .hero-03-marquee__image {
    width: 42vw;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-03-marquee__image {
    width: 26vw;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-03-marquee__image {
    width: 24vw;
  }
}

.mxd-hero-03__headline {
  mix-blend-mode: difference;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.mxd-hero-03__headline svg {
  fill: #fff;
  mix-blend-mode: difference;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-03__headline {
    padding: 0 4.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .mxd-hero-03__headline {
    bottom: 2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-03__headline {
    padding: 0 7.5rem;
  }
}

.hero-03-headline__caption {
  font: normal var(--fw-medium) 3rem / 1.2 var(--_font-accent);
  color: #fff;
  margin-bottom: 5.2rem;
}

@media only screen and (min-width: 768px) {
  .hero-03-headline__caption {
    margin-bottom: 4.7rem;
    font-size: 4.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .hero-03-headline__caption {
    margin-bottom: 1rem;
  }
}

.hero-03-headline__hidden {
  display: none;
}

.hero-03-headline__svg-mobile {
  display: block;
}

@media only screen and (min-width: 992px) {
  .hero-03-headline__svg-mobile {
    display: none;
  }
}

.hero-03-headline__svg {
  display: none;
}

@media only screen and (min-width: 992px) {
  .hero-03-headline__svg {
    display: block;
  }
}

.mxd-hero-04 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 14rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-04 {
    padding-top: 16rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-04 {
    padding-top: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-04 {
    padding-top: 4rem;
  }
}

.mxd-page-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-04-bg {
  height: 300vh;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .hero-04-bg {
    height: 200vh;
  }
}

.hero-04-bg__obj-01, .hero-04-bg__obj-02 {
  position: absolute;
}

.hero-04-bg__obj-01 img, .hero-04-bg__obj-02 img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-04-bg__obj-01 {
  width: 240px;
  top: 680px;
  left: -50px;
}

@media only screen and (min-width: 768px) {
  .hero-04-bg__obj-01 {
    width: 340px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-04-bg__obj-01 {
    width: 340px;
    top: 360px;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-04-bg__obj-01 {
    width: 460px;
    top: 400px;
    left: -90px;
  }
}

.hero-04-bg__obj-02 {
  width: 200px;
  top: 10px;
  right: -30px;
}

@media only screen and (min-width: 768px) {
  .hero-04-bg__obj-02 {
    width: 360px;
    top: 40px;
    right: -60px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-04-bg__obj-02 {
    width: 460px;
    top: 40px;
    right: -60px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-04-bg__obj-02 {
    width: 460px;
    top: 410px;
    right: -60px;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-04-bg__obj-02 {
    width: 600px;
    top: 430px;
    right: -60px;
  }
}

.mxd-hero-04__wrap {
  width: 100%;
  padding: 0 1.5rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-04__wrap {
    padding: 0 4.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-04__wrap {
    height: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-04__wrap {
    padding: 0 7.5rem;
  }
}

.mxd-hero-04__left {
  flex-direction: column;
  gap: 3rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-04__left {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-04__left {
    flex-direction: column;
  }
}

.mxd-hero-04__right {
  flex-direction: column;
  gap: 3.9rem;
  padding-bottom: 5.2rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-04__right {
    gap: 5.2rem;
    padding-bottom: 7.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-04__right {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-04__right {
    gap: 6.8rem;
  }
}

.mxd-hero-04__imageblock {
  background-color: rgba(var(--accent-rgb), .7);
  border: 1px solid rgba(var(--accent-rgb), .8);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 3.6rem;
  flex-direction: column;
  gap: 4rem;
  padding: 3rem;
  display: flex;
}

.mxd-hero-04__imageblock p {
  font: normal var(--fw-medium) 2.5rem / 1.2 var(--_font-accent);
  color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-hero-04__imageblock {
    padding: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-04__imageblock {
    font-size: 3rem;
  }
}

.hero-04-imageblock__btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.mxd-hero-04__aboutblock {
  background-color: rgba(var(--additional-rgb), .7);
  border: 1px solid rgba(var(--additional-rgb), .9);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 3.6rem;
  flex-direction: column;
  gap: 4rem;
  padding: 3rem;
  display: flex;
}

.mxd-hero-04__aboutblock p {
  font: normal var(--fw-medium) 1.8rem / 1.6 var(--_font-accent);
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-hero-04__aboutblock {
    padding: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-04__aboutblock p {
    font-size: 2.2rem;
  }
}

.mxd-hero-04__headline {
  flex-direction: column;
  gap: 3.5rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-04__headline {
    gap: 3.8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-04__headline {
    gap: 3.8rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-04__headline {
    gap: 4.8rem;
  }
}

.mxd-hero-04__descr, .mxd-hero-04__headline {
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-04__descr, .mxd-hero-04__headline {
    padding: 0 3rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-04__descr, .mxd-hero-04__headline {
    padding: 0 6rem;
  }
}

.hero-04-title {
  flex-direction: column;
  display: flex;
  position: relative;
}

.hero-04-title__row {
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .hero-04-title__row {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-04-title__row {
    gap: 3.2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-04-title__row {
    gap: 3.4rem;
  }
}

.hero-04-title__item {
  display: inline-flex;
}

.hero-04-title__item.title-item-transparent {
  opacity: 0;
}

.hero-04-title__item.title-item-image {
  padding-top: 1rem;
  display: none;
}

.hero-04-title__item.title-item-image svg {
  fill: currentColor;
  width: 3.5rem;
  height: 3.5rem;
}

@media only screen and (min-width: 768px) {
  .hero-04-title__item {
    white-space: nowrap;
  }

  .hero-04-title__item.title-item-transparent {
    color: var(--t-opp-bright);
    border-radius: 4.4rem;
    padding: 0 5rem;
  }

  .hero-04-title__item.title-item-image {
    padding-top: 1rem;
    display: inline-flex;
  }

  .hero-04-title__item.title-item-image svg {
    width: 7.5rem;
    height: 7.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-04-title__item.title-item-transparent {
    border-radius: 6.6rem;
    padding: 0 7rem;
  }

  .hero-04-title__item.title-item-image svg {
    width: 7.5rem;
    height: 7.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-04-title__item.title-item-transparent {
    border-radius: 7.7rem;
  }

  .hero-04-title__item.title-item-image svg {
    width: 8.2rem;
    height: 8.2rem;
  }
}

.hero-04-marquee {
  border: 1px solid var(--st-opp-bright);
  background-color: var(--neutral-transparent);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  width: 100%;
  height: 4.6rem;
  color: var(--t-bright);
  border-radius: 2.3rem;
  line-height: 4.6rem;
  position: relative;
}

.hero-04-marquee p {
  font: normal var(--fw-medium) 1.8rem / 4.6rem var(--_font-accent);
  color: var(--t-bright);
}

.hero-04-marquee svg {
  fill: currentColor;
  width: 1.7rem;
  height: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .hero-04-marquee {
    border-radius: 2.8rem;
    height: 5.6rem;
  }

  .hero-04-marquee p {
    font-size: 2.2rem;
    line-height: 5.6rem;
  }

  .hero-04-marquee svg {
    width: 1.9rem;
    height: 1.9rem;
  }
}

.hero-04-marquee .marquee-flex {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.hero-04-marquee .marquee__item.item-regular {
  align-items: center;
  gap: 1rem;
  margin: 0;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .hero-04-marquee .marquee-flex, .hero-04-marquee .marquee__item.item-regular {
    gap: 1.4rem;
  }
}

.mxd-hero-05 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 12rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-05 {
    padding-top: 16rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-05 {
    padding-top: 13.6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-05 {
    padding-top: 17rem;
  }
}

.mxd-hero-05__wrap {
  width: 100%;
  padding: 0 1.5rem;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-05__wrap {
    padding: 0 4.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-05__wrap {
    height: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-05__wrap {
    padding: 0 7.5rem;
  }
}

.mxd-hero-05__top {
  margin-bottom: 4.9rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-05__top {
    margin-bottom: 8.2rem;
  }
}

.mxd-hero-05__bottom {
  flex-direction: column;
  gap: 3rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-05__bottom {
    flex-direction: row;
  }
}

.mxd-hero-05__worksblock {
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  background-color: var(--base-tint);
  flex-direction: column;
  gap: 4rem;
  padding: 3rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-05__worksblock {
    flex: 0 0 30rem;
    padding: 4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-05__worksblock {
    flex-basis: 43rem;
    padding: 4rem 6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-05__worksblock {
    flex-basis: 55.5rem;
    padding: 4rem 8rem;
  }
}

.hero-05-worksblock__descr {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  display: flex;
}

.mxd-hero-05__videoblock {
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  flex-direction: column;
  flex: 1;
  gap: 4rem;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mxd-hero-05__videoblock img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translateX(-50%)translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .mxd-hero-05__videoblock {
    padding: 4rem;
  }
}

.mxd-hero-05-videoblock__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mxd-hero-05-videoblock__video video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.mxd-hero-05-videoblock__descr {
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff4d;
  border: 1px solid #ffffff4d;
  padding: 3rem;
  position: relative;
}

.mxd-hero-05-videoblock__descr p {
  color: var(--pt-t-dark-bright);
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-05-videoblock__descr {
    padding: 3rem 4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-05-videoblock__descr {
    max-width: 460px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-05-videoblock__descr {
    max-width: 535px;
  }
}

.hero-05-title {
  flex-direction: column;
  margin-top: 3.5rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .hero-05-title {
    margin-top: 0;
  }
}

.hero-05-title__row {
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .hero-05-title__row {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-05-title__row {
    gap: 3.2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-05-title__row {
    gap: 3.4rem;
  }
}

.hero-05-title__item {
  display: inline-flex;
}

.hero-05-title__item.title-item-transparent {
  opacity: 0;
}

.hero-05-title__item.title-item-image {
  padding-top: 1rem;
  display: none;
}

.hero-05-title__item.title-item-image svg {
  fill: currentColor;
  width: 3.5rem;
  height: 3.5rem;
}

@media only screen and (min-width: 768px) {
  .hero-05-title__item.title-item-transparent {
    color: var(--t-opp-bright);
    border-radius: 4.4rem;
    padding: 0 5rem;
  }

  .hero-05-title__item.title-item-image {
    padding-top: 1rem;
    display: inline-flex;
  }

  .hero-05-title__item.title-item-image svg {
    width: 4.1rem;
    height: 4.1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-05-title__item.title-item-transparent {
    border-radius: 6.6rem;
    padding: 0 7rem;
  }

  .hero-05-title__item.title-item-image svg {
    width: 7.5rem;
    height: 7.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-05-title__item.title-item-transparent {
    border-radius: 7.7rem;
  }

  .hero-05-title__item.title-item-image svg {
    width: 8.2rem;
    height: 8.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-05-headline__avatars {
    padding-top: 2.4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-05-headline__avatars {
    padding-top: 3rem;
  }
}

.mxd-hero-06 {
  width: 100%;
  padding-top: 7.6rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-06 {
    padding-top: 9.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-06 {
    height: 100vh;
  }
}

.mxd-hero-06__wrap {
  width: 100%;
  height: 100%;
  padding-top: 10.9rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-06__wrap {
    padding-top: 14.9rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-06__wrap {
    flex-direction: column;
    padding: 4rem 6rem 0;
    display: flex;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-06__wrap {
    padding: 4rem 9rem 0;
  }
}

.mxd-hero-06__top {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-06__top {
    flex: 1;
  }
}

.mxd-hero-06__bottom {
  padding: 0 3rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-06__bottom {
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-06__bottom {
    justify-content: space-between;
    align-items: flex-start;
    padding: 4rem 0;
    display: flex;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-06__bottom {
    padding: 4rem 0;
  }
}

.mxd-hero-06__btn-mobile {
  margin-top: 5.2rem;
  padding: 0 3rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-06__btn-mobile {
    margin-top: 7.2rem;
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-06__btn-mobile {
    display: none;
  }
}

.mxd-hero-06__content {
  flex-direction: column-reverse;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-06__content {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}

.mxd-hero-06__video {
  margin-bottom: 1.5rem;
  padding: 0 3rem;
}

.mxd-hero-06__video video {
  -o-object-fit: cover;
  object-fit: cover;
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-06__video {
    margin-bottom: 3rem;
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-06__video {
    -moz-border-radius: var(--_radius-l);
    border-radius: var(--_radius-l);
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .mxd-hero-06__video video {
    -moz-border-radius: none;
    border-radius: none;
  }
}

.hero-06-video__cover {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .hero-06-video__cover {
    background: var(--base);
    background: linear-gradient(#0000 20%, #0009 100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.mxd-hero-06__data {
  flex-direction: column-reverse;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-06__data {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
  }
}

.mxd-hero-06__list {
  width: 100%;
  margin-bottom: 5.2rem;
  padding: 0 3rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-06__list {
    margin-bottom: 7.2rem;
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-06__list {
    padding: 3.4rem 4rem 0;
  }

  .mxd-hero-06__list p {
    color: var(--pt-t-light-bright);
    font-weight: 400;
  }
}

.mxd-hero-06__headline {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-06__headline {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
}

.hero-06-headline__descr {
  width: 100%;
  margin-bottom: 2.5rem;
  padding: 0 3rem;
  position: relative;
}

.hero-06-headline__descr p {
  color: var(--t-bright);
  font-size: 2rem;
  font-weight: var(--fw-medium);
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .hero-06-headline__descr {
    margin-bottom: 1.6rem;
    padding: 0 6rem;
  }

  .hero-06-headline__descr p {
    max-width: 440px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-06-headline__descr {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: .4rem;
    padding: 0 4rem;
    display: flex;
  }

  .hero-06-headline__descr p {
    color: var(--pt-t-light-bright);
    max-width: 340px;
    font-weight: 500;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-06-headline__descr {
    padding: 0 5rem;
  }

  .hero-06-headline__descr p {
    max-width: 440px;
    font-size: 2.4rem;
  }
}

.hero-06-headline__btn {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .hero-06-headline__btn {
    display: block;
    position: absolute;
    bottom: 0;
    right: 5rem;
  }
}

.hero-06-headline__content {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-06-headline__title {
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.mxd-hero-06__marquee {
  margin-bottom: 3.6rem;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-06__marquee {
    margin-bottom: 4.3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-06__marquee {
    margin-bottom: 0;
    padding-bottom: 4.3rem;
  }
}

.mxd-hero-06__mark, .mxd-hero-06__more {
  position: relative;
}

.mxd-hero-06__mark {
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  padding: 2rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-06__mark {
    padding: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-06__mark {
    -moz-border-radius: none;
    border-radius: none;
    background-color: #0000;
    padding: 0;
    display: inline-flex;
  }
}

.mxd-hero-06__more {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-06__more {
    display: inline-flex;
  }
}

.mxd-hero-07 {
  width: 100%;
  position: relative;
}

.mxd-hero-07__tl-trigger {
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-07-fade-out-scroll, .hero-07-slide-out-scroll {
  transform-origin: top;
}

.mxd-hero-07__wrap {
  width: 100%;
  padding-top: 7.6rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-07__wrap {
    padding-top: 9.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-07__wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    padding-top: 9.6rem;
    display: flex;
  }
}

.mxd-hero-07__top {
  width: 100%;
  margin-bottom: 4.6rem;
  padding-top: 3.1rem;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-07__top {
    margin-bottom: 13.3rem;
    padding-top: 10.3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-07__top {
    margin-bottom: 0;
    padding-top: 2.3rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-07__top {
    padding-top: 4.3rem;
  }
}

.mxd-hero-07__title {
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mxd-hero-07__bottom {
  width: 100%;
  padding: 0 3rem;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-07__bottom {
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-07__bottom {
    flex: 1;
    overflow: visible;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-07__bottom {
    padding: 0 9rem;
  }
}

.mxd-hero-07__circle {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 460px;
  margin-bottom: 4.6rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-07__circle {
    justify-content: flex-start;
    width: 600px;
    height: 600px;
    margin: 0 auto 4.6rem;
    padding: 0;
    overflow: visible;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-07__circle {
    margin: 0;
    position: absolute;
    bottom: -250px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-hero-07__circle {
    width: 680px;
    height: 680px;
    bottom: -250px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-07__circle {
    width: 900px;
    height: 900px;
    bottom: -400px;
  }
}

.hero-07-circle__image {
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.hero-07-circle__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .hero-07-circle__image {
    border-radius: 50%;
  }
}

.hero-07-circle__container {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-07-circle__container.mobile-row {
  align-items: flex-end;
  gap: 1rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .hero-07-circle__container {
    position: static;
  }
}

.hero-07-circle__item {
  -moz-border-radius: var(--_radius-pt-m);
  border-radius: var(--_radius-pt-m);
  background-color: var(--neutral-transparent);
  border: 1px solid var(--neutral-transparent);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-box-shadow: 0 4px 8px 0 rgba(var(--pt-purple-rgb), .3);
  -moz-box-shadow: 0 4px 8px 0 rgba(var(--pt-purple-rgb), .3);
  box-shadow: 0 4px 8px 0 rgba(var(--pt-purple-rgb), .3);
  padding: 1.8rem 2rem;
}

@media only screen and (min-width: 768px) {
  .hero-07-circle__item {
    position: absolute;
  }

  .hero-07-circle__item.item-01 {
    max-width: 20rem;
    top: 3rem;
    right: -1.4rem;
  }

  .hero-07-circle__item.item-02 {
    max-width: 16rem;
    top: 25rem;
    right: -10rem;
  }

  .hero-07-circle__item.item-03 {
    max-width: 16rem;
    top: 20rem;
    left: -8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-07-circle__item.item-02 {
    max-width: 16rem;
    top: 21rem;
    right: -10rem;
  }

  .hero-07-circle__item.item-03 {
    max-width: 16rem;
    top: 17rem;
    left: -8rem;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-07-circle__item.item-01 {
    max-width: 20rem;
    top: 5rem;
    right: 5rem;
  }

  .hero-07-circle__item.item-02 {
    max-width: 16rem;
    top: 29rem;
    right: -10rem;
  }

  .hero-07-circle__item.item-03 {
    max-width: 16rem;
    top: 24rem;
    left: -7rem;
  }
}

.mxd-hero-07__info {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-07__info {
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    padding-top: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-07__info {
    padding-top: 5.6rem;
  }
}

.hero-07-info__container {
  flex-direction: column;
  gap: 5.2rem;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .hero-07-info__container {
    justify-content: space-between;
    padding-bottom: 4rem;
  }

  .hero-07-info__container:nth-of-type(2) {
    padding-top: 1.3rem;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-07-info__container:nth-of-type(2) {
    padding-top: 1.7rem;
  }
}

.hero-07-info__descr {
  text-align: left;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .hero-07-info__descr {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-07-info__descr {
    text-align: left;
    max-width: 340px;
    margin: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-07-info__descr {
    max-width: 400px;
  }
}

.hero-07-info__tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .hero-07-info__tags {
    justify-content: center;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-07-info__tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-07-info__tags.right-align-desktop {
    align-items: flex-end;
  }
}

.mxd-hero-07__more {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-07__more {
    padding: 4rem 6rem;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-07__more {
    padding: 4rem 9rem;
  }
}

.mxd-hero-08 {
  width: 100%;
  position: relative;
}

.mxd-hero-08__tl-trigger {
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mxd-hero-08__wrap {
  width: 100%;
  padding-top: 7.6rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-08__wrap {
    padding-top: 9.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-08__wrap {
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 0;
    display: flex;
  }
}

.mxd-hero-08__center {
  text-align: center;
  width: 100%;
  padding: 11.5rem 0 11.9rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-08__center {
    padding: 13.5rem 0 14.9rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-08__center {
    padding: 0;
  }
}

.mxd-hero-08__headline {
  position: relative;
}

.hero-08-headline__image {
  width: 50vw;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translateX(-50%)translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .hero-08-headline__image {
    width: 28vw;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-08-headline__image {
    width: 24vw;
  }
}

.hero-08-headline__title {
  mix-blend-mode: difference;
  position: relative;
}

.hero-08-headline__title h1 {
  color: var(--nl-white);
}

.mxd-hero-08__bottom {
  flex-direction: column;
  gap: 3.6rem;
  padding: 0 3rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-08__bottom {
    flex-direction: row;
    gap: 6rem;
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-08__bottom {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    bottom: 4rem;
    left: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-08__bottom {
    padding: 0 9rem;
  }
}

.mxd-hero-08__video-wrap {
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-08__video-wrap {
    -moz-border-radius: var(--_radius-m);
    border-radius: var(--_radius-m);
    flex: 0 0 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-08__video-wrap {
    flex: 0 0 24.6rem;
    height: 16rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-08__video-wrap {
    flex-basis: 30.8rem;
    height: 20rem;
  }
}

.mxd-hero-08__video-btn {
  padding: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mxd-hero-08__video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.mxd-hero-08__data-wrap {
  flex-direction: column;
  gap: 2.3rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-08__data-wrap {
    max-width: 480px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-08__data-wrap {
    max-width: 540px;
  }
}

.mxd-hero__mark {
  font: normal var(--fw-regular) 1.6rem / 1.4 var(--_font-accent);
  color: var(--t-bright);
  align-items: center;
  gap: 1rem;
  display: flex;
}

.mxd-hero__mark .mark-icon {
  background-color: #a1f21e;
  border-radius: 50%;
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  display: inline-flex;
}

.mxd-hero__mark .mark-text {
  display: inline-flex;
}

@media only screen and (min-width: 768px) {
  .mxd-hero__mark {
    gap: 1.2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero__mark {
    font-size: 1.8rem;
  }
}

.mxd-hero-09 {
  width: 100%;
  padding-top: 11rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-09 {
    padding-top: 14.8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-09 {
    padding-top: 0;
  }
}

.mxd-hero-09__wrap {
  width: 100%;
  padding-top: 9.6rem;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-09__wrap {
    padding-top: 9.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-09__wrap {
    height: 100vh;
    padding-top: 0;
  }
}

.mxd-hero-09__headline, .mxd-hero-09__objects {
  padding: 0 3rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-09__headline, .mxd-hero-09__objects {
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-09__headline, .mxd-hero-09__objects {
    padding: 0 9rem;
  }
}

.mxd-hero-09__headline {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-09__headline {
    z-index: 2;
    width: 100%;
    position: absolute;
    bottom: 4rem;
    left: 0;
  }
}

.hero-09-headline__caption {
  margin-bottom: 3.6rem;
}

.hero-09-headline__caption p {
  font: normal var(--fw-medium) 2rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .hero-09-headline__caption {
    max-width: 500px;
    margin-bottom: 5.4rem;
  }

  .hero-09-headline__caption p {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-09-headline__caption {
    max-width: 440px;
  }
}

.hero-09-headline__title {
  color: var(--t-bright);
  position: relative;
  overflow: hidden;
}

.hero-09-headline__title svg {
  fill: currentColor;
}

.hero-09-svg-mobile {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .hero-09-svg-mobile {
    display: none;
  }
}

.hero-09-svg-desktop {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .hero-09-svg-desktop {
    display: block;
  }
}

.hero-09-headline__hidden {
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-09-headline__tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
  max-width: 800px;
  margin-top: 6rem;
  display: flex;
}

@media only screen and (min-width: 1600px) {
  .hero-09-headline__tags {
    max-width: 1000px;
  }
}

.mxd-hero-09__objects {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-hero-09__objects {
    gap: 0;
    max-width: 430px;
    margin: 6rem auto 0;
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-09__objects {
    z-index: 1;
    margin: 0;
    position: absolute;
    top: 6.8rem;
    right: 14%;
  }
}

.hero-09-objects__image {
  max-width: 325px;
  margin: 6rem auto 0;
  padding-bottom: 4.5rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .hero-09-objects__image {
    max-width: none;
    margin: 0;
    padding-bottom: 0;
  }
}

.hero-09-objects__item {
  -moz-border-radius: var(--_radius-pt-m);
  border-radius: var(--_radius-pt-m);
  background-color: var(--base-tint);
  padding: 1.8rem 2rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .hero-09-objects__item {
    background-color: var(--neutral-transparent);
    border: 1px solid var(--neutral-transparent);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    -webkit-box-shadow: 0 4px 8px 0 rgba(var(--pt-purple-rgb), .3);
    -moz-box-shadow: 0 4px 8px 0 rgba(var(--pt-purple-rgb), .3);
    box-shadow: 0 4px 8px 0 rgba(var(--pt-purple-rgb), .3);
    position: absolute;
  }

  .hero-09-objects__item.item-01 {
    top: 7rem;
    right: -3rem;
  }

  .hero-09-objects__item.item-02 {
    top: 18rem;
    left: -14rem;
  }

  .hero-09-objects__item.item-03 {
    top: 24rem;
    right: -18rem;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-09-objects__item.item-01 {
    top: 8rem;
    right: -3rem;
  }

  .hero-09-objects__item.item-02 {
    top: 29rem;
    left: -14rem;
  }

  .hero-09-objects__item.item-03 {
    top: 27rem;
    right: -18rem;
  }
}

.mxd-hero-09__more {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-09__more {
    z-index: 3;
    padding: 4rem 6rem;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-hero-09__more {
    padding: 4rem 9rem;
  }
}

.breadcrumbs__nav {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: .5rem;
  display: flex;
}

.breadcrumbs__nav span {
  font: normal var(--fw-regular) 1.8rem / 1.4 var(--_font-accent);
  color: var(--t-muted);
}

.breadcrumbs__nav span:after {
  content: "/";
  margin-left: .2rem;
  display: inline-flex;
}

.breadcrumbs__nav span:last-of-type:after {
  display: none;
}

.breadcrumbs__nav span a {
  color: var(--t-muted);
  background: -webkit-gradient(linear, left top, right top, from(#0000), to(#0000)), -webkit-gradient(linear, left top, right top, from(var(--t-muted)), to(var(--t-muted)));
  background: -moz-linear-gradient(left, #0000, #0000), -moz-linear-gradient(left, var(--t-muted), var(--t-muted));
  background: linear-gradient(to right, #0000, #0000), linear-gradient(to right, var(--t-muted), var(--t-muted));
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .4s, color .3s;
  -moz-transition: background-size .4s, color .3s, -moz-background-size .4s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .4s, color .3s, -moz-background-size .4s;
  display: inline;
}

.no-touch .breadcrumbs__nav span a:hover {
  color: var(--t-medium);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

.breadcrumbs__nav span.current-item {
  background: -webkit-gradient(linear, left top, right top, from(var(--t-muted)), to(var(--t-muted)));
  background: -moz-linear-gradient(left, var(--t-muted), var(--t-muted));
  background: linear-gradient(to right, var(--t-muted), var(--t-muted));
  -moz-background-size: 100% 1px, 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
}

.breadcrumbs__nav span.current-item a {
  background: -webkit-gradient(linear, left top, right top, from(var(--t-muted)), to(var(--t-muted))), -webkit-gradient(linear, left top, right top, from(#0000), to(#0000));
  background: -moz-linear-gradient(left, var(--t-muted), var(--t-muted)), -moz-linear-gradient(left, #0000, #0000);
  background: linear-gradient(to right, var(--t-muted), var(--t-muted)), linear-gradient(to right, #0000, #0000);
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .4s, color .3s;
  -moz-transition: background-size .4s, color .3s, -moz-background-size .4s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .4s, color .3s, -moz-background-size .4s;
}

.no-touch .breadcrumbs__nav span.current-item a:hover {
  color: var(--t-medium);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

@media only screen and (min-width: 1200px) {
  .breadcrumbs__nav {
    justify-content: flex-end;
  }
}

.mxd-posts-area {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-posts-area {
    flex-direction: row;
  }

  .mxd-posts-area.column {
    flex-direction: column;
  }
}

.mxd-posts-container {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-posts-container {
    width: -moz-calc(100% - 450px);
    width: calc(100% - 450px);
  }

  .mxd-posts-container.fullwidth-posts-container {
    width: 100%;
  }
}

.mxd-sidebar {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-sidebar {
    width: 450px;
  }
}

.mxd-post {
  position: relative;
  overflow: hidden;
}

.post-featured {
  flex-direction: column;
  gap: 12.8rem;
  height: auto;
  margin-bottom: 6rem;
  padding: 3rem;
  display: flex;
}

.post-featured.post-featured-v2 {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .post-featured {
    margin-bottom: 6rem;
    padding: 4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .post-featured.post-featured-v2 {
    justify-content: space-between;
    height: 760px;
  }
}

@media only screen and (min-width: 1400px) {
  .post-featured {
    justify-content: space-between;
    gap: 0;
    height: 670px;
  }

  .post-featured.post-featured-v2 {
    height: 760px;
  }
}

@media only screen and (min-width: 1600px) {
  .post-featured {
    height: 760px;
  }

  .post-featured.post-featured-v2 {
    height: 930px;
  }
}

.post-featured__thumb {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.post-featured__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.post-featured__categories {
  flex-flow: wrap;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .post-featured__categories {
    flex-direction: column;
  }
}

.post-featured__content {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .post-featured__content {
    max-width: 500px;
  }
}

@media only screen and (min-width: 1200px) {
  .post-featured__content {
    overflow: hidden;
  }
}

@media only screen and (min-width: 1600px) {
  .post-featured__content {
    max-width: 600px;
  }
}

.post-featured__meta {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  color: var(--pt-t-light-bright);
  flex-wrap: wrap;
  gap: .4rem 1rem;
  margin-bottom: 1.6rem;
  display: flex;
}

.post-featured__meta span {
  font: normal var(--fw-regular) 1.8rem / 1.6 var(--_font-accent);
  align-items: center;
  gap: 1rem;
  display: flex;
}

.post-featured__meta span a {
  color: var(--pt-t-light-bright);
}

.post-featured__meta span svg {
  fill: currentColor;
  width: 1.7rem;
  height: 1.7rem;
}

.post-featured__meta span.meta-tag {
  font-weight: var(--fw-semibold);
}

@media only screen and (min-width: 1600px) {
  .post-featured__meta span {
    font-size: 2.2rem;
  }
}

.post-featured__title {
  color: var(--pt-t-light-bright);
  margin-bottom: 2.3rem;
}

.post-featured__title a {
  color: var(--pt-t-light-bright);
  background: -webkit-gradient(linear, left top, right top, from(#0000), to(#0000)), -webkit-gradient(linear, left top, right top, from(var(--pt-t-light-bright)), to(var(--pt-t-light-bright)));
  background: -moz-linear-gradient(left, #0000, #0000), -moz-linear-gradient(left, var(--pt-t-light-bright), var(--pt-t-light-bright));
  background: linear-gradient(to right, #0000, #0000), linear-gradient(to right, var(--pt-t-light-bright), var(--pt-t-light-bright));
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .4s, color .3s;
  -moz-transition: background-size .4s, color .3s, -moz-background-size .4s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .4s, color .3s, -moz-background-size .4s;
  display: inline;
}

.no-touch .post-featured__title a:hover {
  color: var(--pt-t-light-bright);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

.post-featured__excerpt p {
  color: var(--pt-t-light-bright);
}

.post-featured__btn {
  padding-top: 3.3rem;
}

.post-simple {
  border-top: 1px solid var(--st-muted);
  flex-direction: column;
  gap: 5rem;
  height: auto;
  padding: 6rem 0;
  display: flex;
}

.post-simple:last-of-type {
  border-bottom: 1px solid var(--st-muted);
}

@media only screen and (min-width: 768px) {
  .post-simple {
    flex-direction: row;
    gap: 3rem;
    padding: 6rem 0;
  }
}

.post-simple__thumb {
  width: 100%;
  height: 340px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-simple__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.no-touch .post-simple__thumb:hover .mxd-preview-hover {
  opacity: 1;
  filter: blur();
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media only screen and (min-width: 768px) {
  .post-simple__thumb {
    flex: 0 0 260px;
  }
}

@media only screen and (min-width: 1400px) {
  .post-simple__thumb {
    flex-basis: 300px;
    height: 320px;
  }
}

@media only screen and (min-width: 1600px) {
  .post-simple__thumb {
    flex-basis: 400px;
    height: 340px;
  }
}

.post-simple__content {
  flex-direction: column;
  gap: 3rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .post-simple__content {
    justify-content: space-between;
    max-width: 665px;
  }
}

@media only screen and (min-width: 1600px) {
  .post-simple__content {
    max-width: 765px;
  }
}

.post-simple__descr {
  flex-direction: column;
  gap: 1.6rem;
  display: flex;
}

.post-simple__meta {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  color: var(--t-medium);
  flex-wrap: wrap;
  gap: .4rem 1rem;
  display: flex;
}

.post-simple__meta span {
  font: normal var(--fw-regular) 1.8rem / 1.6 var(--_font-accent);
  align-items: center;
  gap: 1rem;
  display: flex;
}

.post-simple__meta span a {
  color: var(--t-medium);
}

.post-simple__meta span svg {
  fill: currentColor;
  width: 1.7rem;
  height: 1.7rem;
}

.post-simple__meta span.meta-tag {
  font-weight: var(--fw-semibold);
}

.no-touch .post-simple__meta span:hover a {
  color: var(--t-bright);
}

.post-simple__title a {
  color: var(--t-bright);
  background: -webkit-gradient(linear, left top, right top, from(#0000), to(#0000)), -webkit-gradient(linear, left top, right top, from(var(--t-bright)), to(var(--t-bright)));
  background: -moz-linear-gradient(left, #0000, #0000), -moz-linear-gradient(left, var(--t-bright), var(--t-bright));
  background: linear-gradient(to right, #0000, #0000), linear-gradient(to right, var(--t-bright), var(--t-bright));
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .3s, color .3s;
  -moz-transition: background-size .3s, color .3s, -moz-background-size .3s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .3s, color .3s, -moz-background-size .3s;
  display: inline;
}

.no-touch .post-simple__title a:hover {
  color: var(--t-bright);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

.post-secondary {
  flex-direction: column;
  gap: 2.6rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .post-secondary {
    gap: 2.9rem;
  }
}

.post-secondary-container {
  padding-bottom: 3.5rem;
}

.post-secondary-container:last-of-type {
  padding-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .post-secondary-container {
    padding-bottom: 0;
  }
}

.post-secondary__thumb {
  height: 460px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.no-touch .post-secondary__thumb:hover .mxd-preview-hover {
  opacity: 1;
  filter: blur();
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.post-secondary__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .post-secondary__thumb {
    height: 600px;
  }
}

@media only screen and (min-width: 1200px) {
  .post-secondary__thumb {
    height: 540px;
  }
}

@media only screen and (min-width: 1600px) {
  .post-secondary__thumb {
    height: 760px;
  }
}

.post-secondary__categories {
  flex-flow: wrap;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  padding: 3rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .post-secondary__categories {
    padding: 4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .post-secondary__categories {
    flex-direction: column;
  }
}

.post-secondary__descr {
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 3rem .1rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .post-secondary__descr {
    padding: 0 4rem .1rem;
  }
}

.post-secondary__meta {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  color: var(--t-medium);
  flex-wrap: wrap;
  gap: 0 1rem;
  display: flex;
  position: relative;
}

.post-secondary__meta span {
  font: normal var(--fw-regular) 1.8rem / 1.6 var(--_font-accent);
  align-items: center;
  gap: 1rem;
  display: flex;
}

.post-secondary__meta span a {
  color: var(--t-medium);
}

.post-secondary__meta span svg {
  fill: currentColor;
  width: 1.7rem;
  height: 1.7rem;
}

.post-secondary__meta span.meta-tag {
  font-weight: var(--fw-semibold);
}

.no-touch .post-secondary__meta span:hover a {
  color: var(--t-bright);
}

.post-secondary__title {
  position: relative;
}

.post-secondary__title a {
  color: var(--t-bright);
  background: -webkit-gradient(linear, left top, right top, from(#0000), to(#0000)), -webkit-gradient(linear, left top, right top, from(var(--t-bright)), to(var(--t-bright)));
  background: -moz-linear-gradient(left, #0000, #0000), -moz-linear-gradient(left, var(--t-bright), var(--t-bright));
  background: linear-gradient(to right, #0000, #0000), linear-gradient(to right, var(--t-bright), var(--t-bright));
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .3s, color .3s;
  -moz-transition: background-size .3s, color .3s, -moz-background-size .3s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .3s, color .3s, -moz-background-size .3s;
  display: inline;
}

.no-touch .post-secondary__title a:hover {
  color: var(--t-bright);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

.mxd-projects-archive {
  flex-direction: column;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
  .mxd-projects-archive > .mxd-projects-archive__item {
    transition: opacity .3s;
  }

  .mxd-projects-archive:hover > .mxd-projects-archive__item:not(:hover) {
    opacity: .2;
  }
}

.mxd-projects-archive__item {
  margin-top: -2px;
  display: block;
  position: relative;
}

.mxd-projects-archive__item:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 1200px) {
  .no-touch .mxd-projects-archive__item:hover .mxd-projects-archive__title {
    transform: translateX(0);
  }

  .no-touch .mxd-projects-archive__item:hover .mxd-projects-archive__image {
    border-radius: 6.2rem;
    flex-basis: 160px;
  }
}

.mxd-projects-archive__border {
  width: -moz-calc(100% - 3rem);
  background-color: var(--st-bright);
  width: calc(100% - 3rem);
  height: 2px;
  position: relative;
  left: 1.5rem;
}

.mxd-projects-archive__inner {
  padding: 3rem 0;
  display: block;
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-archive__inner {
    overflow: hidden;
  }
}

.mxd-projects-archive__title {
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 3.5rem;
  margin-bottom: 3.4rem;
  display: flex;
}

.mxd-projects-archive__title p {
  font: normal var(--fw-medium) 2.6rem / 1.4 var(--_font-accent);
  letter-spacing: -.06rem;
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-projects-archive__title {
    gap: 3.8rem;
    margin-bottom: 3.8rem;
  }

  .mxd-projects-archive__title p {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-archive__title {
    max-width: 720px;
    height: 100%;
    -webkit-transition: -webkit-transform var(--_animspeed-slow) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-slow) var(--_animbezier);
    -moz-transition: transform var(--_animspeed-slow) var(--_animbezier), -moz-transform var(--_animspeed-slow) var(--_animbezier);
    transition: transform var(--_animspeed-slow) var(--_animbezier);
    transition: transform var(--_animspeed-slow) var(--_animbezier), -webkit-transform var(--_animspeed-slow) var(--_animbezier), -moz-transform var(--_animspeed-slow) var(--_animbezier);
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    margin-bottom: 0;
    display: flex;
    transform: translateX(-50px);
  }

  .mxd-projects-archive__title p {
    width: 530px;
    display: inline;
  }

  .mxd-projects-archive__title p span {
    background: -webkit-gradient(linear, left top, right top, from(#0000), to(#0000)), -webkit-gradient(linear, left top, right top, from(var(--t-bright)), to(var(--t-bright)));
    background: -moz-linear-gradient(left, #0000, #0000), -moz-linear-gradient(left, var(--t-bright), var(--t-bright));
    background: linear-gradient(to right, #0000, #0000), linear-gradient(to right, var(--t-bright), var(--t-bright));
    -moz-background-size: 100% 1px, 0 1px;
    -webkit-transition: background-size .3s, color .3s;
    -moz-transition: background-size .3s, color .3s, -moz-background-size .3s;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px, 0 1px;
    text-decoration: none;
    transition: background-size .3s, color .3s, -moz-background-size .3s;
  }

  .no-touch .mxd-projects-archive__title p span:hover {
    color: var(--t-bright);
    -moz-background-size: 0 1px, 100% 1px;
    background-size: 0 1px, 100% 1px;
  }
}

.mxd-projects-archive__image {
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  display: block;
  overflow: hidden;
}

.mxd-projects-archive__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-archive__image {
    height: 8.4rem;
    -webkit-transition: border-radius 1.5s, -webkit-flex-basis var(--_animspeed-medium) var(--_animbezier);
    transition: border-radius 1.5s, -webkit-flex-basis var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: border-radius 1.5s, flex-basis var(--_animspeed-medium) var(--_animbezier), -moz-border-radius 1.5s, -moz-flex-basis var(--_animspeed-medium) var(--_animbezier);
    transition: border-radius 1.5s, flex-basis var(--_animspeed-medium) var(--_animbezier);
    transition: border-radius 1.5s, flex-basis var(--_animspeed-medium) var(--_animbezier), -moz-border-radius 1.5s, -webkit-flex-basis var(--_animspeed-medium) var(--_animbezier), -moz-flex-basis var(--_animspeed-medium) var(--_animbezier), -ms-flex-preferred-size var(--_animspeed-medium) var(--_animbezier);
    border-radius: 0;
    flex: 0 0 20px;
  }
}

.mxd-projects-archive__tagslist {
  margin-bottom: .6rem;
}

.mxd-projects-archive__tagslist ul li p {
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-projects-archive__tagslist {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-archive__tagslist {
    margin-bottom: 0;
  }
}

.mxd-blog-pagination {
  margin-top: 5rem;
  margin-bottom: 2.4rem;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-blog-pagination {
    margin-bottom: 0;
  }
}

.mxd-blog-pagination__inner {
  position: relative;
}

.mxd-blog-pagination__items {
  font: normal var(--fw-medium) 1.8rem / 3.3rem var(--_font-accent);
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: flex;
  position: relative;
}

.blog-pagination-control {
  position: absolute;
  top: 0;
}

.blog-pagination-control .btn-caption {
  display: none !important;
}

.blog-pagination-control.prev {
  left: 0;
}

.blog-pagination-control.next {
  right: 0;
}

@media only screen and (min-width: 768px) {
  .blog-pagination-control .btn-caption {
    display: block !important;
  }
}

.blog-pagination-number {
  width: 33px;
  height: 33px;
  font: normal var(--fw-regular) 1.8rem / 3.3rem var(--_font-accent);
  color: var(--t-bright);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-pagination-number.active {
  font-size: 3rem;
  font-weight: var(--fw-semibold);
}

.mxd-sidebar {
  flex-direction: column;
  gap: 3rem;
  display: flex;
  position: relative;
}

.mxd-sidebar__widget {
  flex-direction: column;
  gap: 3rem;
  padding: 3rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-sidebar__widget {
    padding: 4rem;
  }
}

.widget__title p {
  font: normal var(--fw-medium) 3rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .widget__title p {
    font-size: 3.6rem;
  }
}

.widget__categories {
  flex-direction: column;
  gap: .3rem;
  display: flex;
}

.categories__item {
  display: flex;
}

.categories__link {
  font: normal var(--fw-regular) 2.2rem / 1.6 var(--_font-accent);
  color: var(--t-bright);
}

.no-touch .categories__link:hover {
  color: var(--t-medium);
}

.widget__recent-posts {
  flex-direction: column;
  gap: 3rem;
  display: flex;
}

.recent-post__item {
  gap: 2rem;
  display: flex;
}

.recent-post__thumb {
  -moz-border-radius: var(--_radius-s);
  border-radius: var(--_radius-s);
  flex: 0 0 120px;
  height: 120px;
  overflow: hidden;
}

.recent-post__thumb a {
  display: block;
}

.recent-post__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur();
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-filter var(--_animspeed-medium), -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-filter var(--_animspeed-medium), -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: filter var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: filter var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier);
  transition: filter var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier), -webkit-filter var(--_animspeed-medium), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transform: scale(1);
}

.no-touch .recent-post__thumb:hover img {
  filter: blur(3px);
  transform: scale(1.04);
}

.recent-post__content {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.recent-post__title {
  font: normal var(--fw-semibold) 1.8rem / 1.4 var(--_font-accent);
  color: var(--t-bright);
}

.recent-post__title a {
  color: var(--t-bright);
  background: -webkit-gradient(linear, left top, right top, from(#0000), to(#0000)), -webkit-gradient(linear, left top, right top, from(var(--t-bright)), to(var(--t-bright)));
  background: -moz-linear-gradient(left, #0000, #0000), -moz-linear-gradient(left, var(--t-bright), var(--t-bright));
  background: linear-gradient(to right, #0000, #0000), linear-gradient(to right, var(--t-bright), var(--t-bright));
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .3s, color .3s;
  -moz-transition: background-size .3s, color .3s, -moz-background-size .3s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .3s, color .3s, -moz-background-size .3s;
  display: inline;
}

.no-touch .recent-post__title a:hover {
  color: var(--t-bright);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

.recent-post__meta {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  color: var(--t-bright);
  flex-wrap: wrap;
  gap: .4rem 1rem;
  display: flex;
}

.recent-post__meta span {
  font: normal var(--fw-regular) 1.6rem / 1.6 var(--_font-accent);
  align-items: center;
  gap: 1rem;
  display: flex;
}

.recent-post__meta span a {
  color: var(--t-bright);
}

.recent-post__meta span svg {
  fill: currentColor;
  width: 1.3rem;
  height: 1.3rem;
}

.recent-post__meta span.meta-tag {
  font-weight: var(--fw-regular);
}

.no-touch .recent-post__meta span:hover a {
  color: var(--t-medium);
}

.widget__social-links-small {
  position: relative;
}

@media (hover) and (prefers-reduced-motion: no-preference) {
  .widget__social-links-small > .social-links-small__item {
    transition: opacity .3s;
  }

  .widget__social-links-small:hover > .social-links-small__item:not(:hover) {
    opacity: .2;
  }
}

.social-links-small__item {
  margin-top: -1px;
  display: block;
  position: relative;
}

.social-links-small__item:first-of-type {
  margin-top: 0;
}

.social-links-small__divider {
  background-color: var(--st-bright);
  width: 100%;
  height: 1px;
  position: relative;
}

.social-links-small__link {
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.no-touch .social-links-small__link:hover .social-links-small__title {
  transform: translateX(1rem);
}

.no-touch .social-links-small__link:hover .social-links-small__icon i:before {
  -webkit-animation: .6s var(--_animbezier) 0s 1 both slideRightUp;
  -moz-animation: .6s var(--_animbezier) 0s 1 both slideRightUp;
  animation: .6s var(--_animbezier) 0s 1 both slideRightUp;
}

.social-links-small__title {
  font: normal var(--fw-medium) 1.8rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
  -webkit-transition: color var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium);
  transition: color var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium);
  -moz-transition: transform var(--_animspeed-medium), color var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium);
  transition: transform var(--_animspeed-medium), color var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium), color var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium), -moz-transform var(--_animspeed-medium);
  position: relative;
  transform: translateX(0);
}

.social-links-small__icon {
  -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  font-size: 1.8rem;
  display: flex;
  position: relative;
  transform: translateX(0)rotate(0);
}

.social-links-small__icon i {
  color: var(--t-bright);
  -webkit-transition: color var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: color var(--_animspeed-medium) var(--_animbezier);
  transition: color var(--_animspeed-medium) var(--_animbezier);
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.widget-ad {
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .widget-ad {
    height: 460px;
  }
}

.widget__bgimage img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.widget__tags {
  justify-content: flex-end;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.mxd-article-area {
  flex-direction: column;
  width: 100%;
  padding-top: 11.2rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-article-area {
    padding-top: 15.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-article-area {
    padding-top: 9.2rem;
  }
}

.mxd-article-container, .mxd-article {
  width: 100%;
  position: relative;
}

.mxd-article__headline {
  text-align: center;
  width: 100%;
  margin-bottom: 7rem;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-article__headline {
    max-width: 870px;
    margin: 0 auto 10rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-article__headline {
    max-width: 900px;
  }
}

.mxd-article__meta {
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.6rem;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .mxd-article__meta {
    margin-bottom: 1.8rem;
  }
}

.mxd-article__breadcrumbs {
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  display: flex;
}

.mxd-article__breadcrumbs span {
  font: normal var(--fw-regular) 1.8rem / 1.2 var(--_font-accent);
  color: var(--t-muted);
}

.mxd-article__breadcrumbs span:after {
  content: "/";
  margin-left: .2rem;
  display: inline-flex;
}

.mxd-article__breadcrumbs span:last-of-type:after {
  display: none;
}

.mxd-article__breadcrumbs span a {
  color: var(--t-muted);
  background: -webkit-gradient(linear, left top, right top, from(#0000), to(#0000)), -webkit-gradient(linear, left top, right top, from(var(--t-muted)), to(var(--t-muted)));
  background: -moz-linear-gradient(left, #0000, #0000), -moz-linear-gradient(left, var(--t-muted), var(--t-muted));
  background: linear-gradient(to right, #0000, #0000), linear-gradient(to right, var(--t-muted), var(--t-muted));
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .4s, color .3s;
  -moz-transition: background-size .4s, color .3s, -moz-background-size .4s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .4s, color .3s, -moz-background-size .4s;
  display: inline;
}

.no-touch .mxd-article__breadcrumbs span a:hover {
  color: var(--t-medium);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

.mxd-article__breadcrumbs span.current-item {
  background: -webkit-gradient(linear, left top, right top, from(var(--t-muted)), to(var(--t-muted)));
  background: -moz-linear-gradient(left, var(--t-muted), var(--t-muted));
  background: linear-gradient(to right, var(--t-muted), var(--t-muted));
  -moz-background-size: 100% 1px, 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
}

.mxd-article__breadcrumbs span.current-item a {
  background: -webkit-gradient(linear, left top, right top, from(var(--t-muted)), to(var(--t-muted))), -webkit-gradient(linear, left top, right top, from(#0000), to(#0000));
  background: -moz-linear-gradient(left, var(--t-muted), var(--t-muted)), -moz-linear-gradient(left, #0000, #0000);
  background: linear-gradient(to right, var(--t-muted), var(--t-muted)), linear-gradient(to right, #0000, #0000);
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .4s, color .3s;
  -moz-transition: background-size .4s, color .3s, -moz-background-size .4s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .4s, color .3s, -moz-background-size .4s;
}

.no-touch .mxd-article__breadcrumbs span.current-item a:hover {
  color: var(--t-medium);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

.mxd-article__data {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  color: var(--t-bright);
  flex-wrap: wrap;
  justify-content: center;
  gap: .4rem 1rem;
  display: flex;
}

.mxd-article__data span {
  font: normal var(--fw-regular) 1.8rem / 1.2 var(--_font-accent);
  align-items: center;
  gap: 1rem;
  display: flex;
}

.mxd-article__data span a {
  color: var(--pt-t-light-bright);
}

.mxd-article__data span svg {
  fill: currentColor;
  width: 1.3rem;
  height: 1.3rem;
}

.mxd-article__data span.meta-tag, .mxd-article__data span.meta-time {
  font-weight: var(--fw-semibold);
}

.mxd-article__title {
  margin-bottom: 3.3rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-article__title {
    margin-bottom: 4.4rem;
  }
}

.mxd-article__tags {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  display: flex;
}

.mxd-article__thumb {
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  height: 460px;
  margin-bottom: 5.4rem;
  position: relative;
  overflow: hidden;
}

.mxd-article__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .mxd-article__thumb {
    height: 600px;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-article__thumb {
    height: 760px;
    margin-bottom: 8.3rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-article__thumb {
    height: 930px;
    margin-bottom: 8rem;
  }
}

.mxd-article__content {
  text-align: left;
  flex-direction: column;
  gap: 6rem;
  width: 100%;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-article__content {
    gap: 7rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-article__content {
    max-width: 870px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-article__content {
    max-width: 900px;
  }
}

.mxd-article__block {
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  display: flex;
  position: relative;
}

.mxd-article__block.block-table-of-contents {
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  padding: 3rem;
}

.mxd-article__block.block-quote {
  border-top: 1px solid var(--st-muted);
  border-bottom: 1px solid var(--st-muted);
  padding: 3rem 0;
}

.mxd-article__block.block-image {
  flex-direction: column;
  gap: 3rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-article__block.block-table-of-contents {
    padding: 4rem;
  }

  .mxd-article__block.block-image {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-article__block.block-image {
    flex-direction: row;
  }
}

.table-of-contents__title {
  font: normal var(--fw-medium) 3rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .table-of-contents__title {
    font-size: 3.6rem;
  }
}

.table-of-contents__nav {
  flex-direction: column;
  gap: .3rem;
  display: flex;
}

.table-of-contents__nav li {
  display: flex;
}

.table-of-contents__nav li a {
  font: normal var(--fw-regular) 1.8rem / 1.6 var(--_font-accent);
  color: var(--t-medium);
}

.no-touch .table-of-contents__nav li a:hover {
  color: var(--t-bright);
}

@media only screen and (min-width: 1600px) {
  .table-of-contents__nav li a {
    font-size: 2.2rem;
  }
}

.quote__text {
  font: normal var(--fw-regular) 3rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .quote__text {
    font-size: 3.6rem;
  }
}

.quote__cite {
  font: normal var(--fw-regular) 1.8rem / 1.6 var(--_font-accent);
  color: var(--t-medium);
}

@media only screen and (min-width: 1600px) {
  .quote__cite {
    font-size: 2.2rem;
  }
}

.mxd-article__content ol {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  list-style: inside decimal;
  display: flex;
}

.mxd-article__content ol:not(:has(ol, ul)) {
  gap: 0;
}

.mxd-article__content ol li {
  font: normal var(--fw-regular) 1.8rem / 1.6 var(--_font-accent);
  color: var(--t-medium);
}

.mxd-article__content ol li span {
  font-weight: var(--fw-semibold);
  color: var(--t-bright);
}

.mxd-article__content ol ul {
  -webkit-padding-start: 2.4rem;
  -moz-padding-start: 2.4rem;
  gap: 0;
  margin-top: 1rem;
  padding-inline-start: 2.4rem;
}

.mxd-article__content ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  list-style: inside;
  display: flex;
}

.mxd-article__content ul:not(:has(ol, ul)) {
  gap: 0;
}

.mxd-article__content ul li {
  font: normal var(--fw-regular) 1.8rem / 1.6 var(--_font-accent);
  color: var(--t-medium);
}

.mxd-article__content ul li span {
  font-weight: var(--fw-semibold);
  color: var(--t-bright);
}

.mxd-article__content ul ol, .mxd-article__content ul ul {
  -webkit-padding-start: 2.4rem;
  -moz-padding-start: 2.4rem;
  gap: 0;
  margin-top: 1rem;
  padding-inline-start: 2.4rem;
}

@media only screen and (min-width: 1600px) {
  .mxd-article__content ol li {
    font-size: 2.2rem;
  }

  .mxd-article__content ol ul {
    -webkit-padding-start: 2.8rem;
    -moz-padding-start: 2.8rem;
    padding-inline-start: 2.8rem;
  }

  .mxd-article__content ul li {
    font-size: 2.2rem;
  }

  .mxd-article__content ul ol, .mxd-article__content ul ul {
    -webkit-padding-start: 2.8rem;
    -moz-padding-start: 2.8rem;
    padding-inline-start: 2.8rem;
  }
}

.block-image__container {
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  position: relative;
  overflow: hidden;
}

.block-image__tags {
  justify-content: flex-end;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.mxd-article-author {
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  margin-top: 6rem;
  padding: 3rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-article-author {
    margin-top: 7rem;
    padding: 4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-article-author {
    max-width: 870px;
    margin: 7rem auto 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-article-author {
    max-width: 900px;
  }
}

.mxd-article-author__data {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.8rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-article-author__data {
    flex-direction: row;
    align-items: stretch;
    gap: 3rem;
  }
}

.mxd-article-author__avatar {
  -moz-border-radius: var(--_radius-pt-m);
  border-radius: var(--_radius-pt-m);
  flex: 0 0 100px;
  width: 10rem;
  height: 10rem;
  display: flex;
  overflow: hidden;
}

.mxd-article-author__avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .mxd-article-author__avatar {
    flex-basis: 120px;
    height: 12rem;
  }
}

.mxd-article-author__info {
  flex-direction: column;
  display: flex;
}

.mxd-article-author__name a {
  display: inline-flex;
}

.mxd-article-author__position {
  line-height: 1.4;
}

.mxd-article-author__socials {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  flex-flow: wrap;
  align-items: flex-start;
  gap: .4rem 1rem;
  margin-top: 2.2rem;
  display: flex;
  position: relative;
}

.mxd-article-navigation {
  border-bottom: 1px solid var(--st-muted);
  margin-top: 6rem;
  padding-bottom: 3rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-article-navigation {
    margin-top: 7rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-article-navigation {
    max-width: 870px;
    margin: 7rem auto 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-article-navigation {
    max-width: 900px;
  }
}

.mxd-article-navigation__navitem {
  flex-direction: column;
  display: flex;
}

.mxd-article-navigation__navitem.left {
  align-items: flex-start;
  padding-right: 1.5rem;
}

.mxd-article-navigation__navitem.right {
  text-align: right;
  align-items: flex-end;
  padding-left: 1.5rem;
}

.mxd-article-navigation__link {
  font: normal var(--fw-medium) 2.2rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
  margin-top: .5rem;
  display: block;
}

.mxd-article-navigation__link span {
  background: -webkit-gradient(linear, left top, right top, from(#0000), to(#0000)), -webkit-gradient(linear, left top, right top, from(var(--t-bright)), to(var(--t-bright)));
  background: -moz-linear-gradient(left, #0000, #0000), -moz-linear-gradient(left, var(--t-bright), var(--t-bright));
  background: linear-gradient(to right, #0000, #0000), linear-gradient(to right, var(--t-bright), var(--t-bright));
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .3s, color .3s;
  -moz-transition: background-size .3s, color .3s, -moz-background-size .3s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .3s, color .3s, -moz-background-size .3s;
}

.no-touch .mxd-article-navigation__link span:hover {
  color: var(--t-bright);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

.mxd-article-comments {
  flex-direction: column;
  gap: 6rem;
  width: 100%;
  margin-top: 6rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-article-comments {
    gap: 7rem;
    margin-top: 7rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-article-comments {
    max-width: 870px;
    margin: 7rem auto 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-article-comments {
    max-width: 900px;
  }
}

.mxd-article-comments__container, .mxd-article-comments__respond {
  flex-direction: column;
  gap: 3rem;
  display: flex;
  position: relative;
}

.mxd-article-comments__list {
  width: 100%;
  position: relative;
}

.mxd-article-comments__list ul {
  flex-direction: column;
  display: flex;
}

.mxd-comment {
  border-top: 1px solid var(--st-muted);
  margin-top: -1px;
}

.mxd-comment:last-of-type {
  border-bottom: 1px solid var(--st-muted);
}

.mxd-comment__children {
  padding-left: 3rem;
}

@media only screen and (min-width: 768px) {
  .mxd-comment__children {
    padding-left: 13rem;
  }
}

.mxd-comment__container {
  flex-direction: column;
  gap: 1.5rem;
  padding: 3rem 0;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-comment__container {
    flex-direction: row;
    gap: 3rem;
  }
}

.mxd-comment__avatar {
  -moz-border-radius: var(--_radius-pt-m);
  border-radius: var(--_radius-pt-m);
  flex: 0 0 100px;
  width: 10rem;
  height: 10rem;
  margin-bottom: .6rem;
  display: flex;
  overflow: hidden;
}

.mxd-comment__avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .mxd-comment__avatar {
    margin-bottom: 0;
  }
}

.mxd-comment__content {
  flex-direction: column;
  gap: 1.4rem;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .mxd-comment__content {
    gap: 1.3rem;
  }
}

.mxd-comment__info {
  flex-direction: column;
  gap: .2rem;
  display: flex;
}

.mxd-comment__reply {
  margin-top: .9rem;
}

.mxd-error {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 0 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mxd-error {
    padding: 3rem 0 4rem;
  }
}

.mxd-error__controls, .mxd-error__descr {
  z-index: 1;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .marquee-error {
    margin-top: -4rem;
  }
}

.mxd-demo-list {
  flex-direction: column;
  gap: 3rem;
  padding-top: 12.9rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-list {
    gap: 6rem;
    padding-top: 14.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-demo-list {
    padding-top: 18.2rem;
  }
}

.mxd-demo-list__row {
  flex-direction: column;
  gap: 3rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-list__row {
    gap: 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-demo-list__row {
    flex-direction: row;
  }
}

.mxd-demo-list__item {
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  border: 1px solid var(--st-muted);
  -webkit-transition: -webkit-box-shadow var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-box-shadow var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: box-shadow var(--_animspeed-medium) var(--_animbezier), -moz-box-shadow var(--_animspeed-medium) var(--_animbezier);
  transition: box-shadow var(--_animspeed-medium) var(--_animbezier);
  transition: box-shadow var(--_animspeed-medium) var(--_animbezier), -webkit-box-shadow var(--_animspeed-medium) var(--_animbezier), -moz-box-shadow var(--_animspeed-medium) var(--_animbezier);
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 6px 14px #07011700, 4px 10px 38px #0d022e00;
}

.no-touch .mxd-demo-list__item:hover {
  -webkit-box-shadow: 0 14px 28px rgba(var(--accent-rgb), .25), 0 10px 10px rgba(var(--accent-rgb), .12);
  -moz-box-shadow: 0 14px 28px rgba(var(--accent-rgb), .25), 0 10px 10px rgba(var(--accent-rgb), .12);
  box-shadow: 0 14px 28px rgba(var(--accent-rgb), .25), 0 10px 10px rgba(var(--accent-rgb), .12);
}

.no-touch .mxd-demo-list__item:hover .mxd-demo-list__screen {
  transform: scale(1.014);
}

.mxd-demo-list__item.empty-item {
  border: 1px solid var(--base-tint);
  padding: 5.6rem 3.1rem;
}

.no-touch .mxd-demo-list__item.empty-item:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.mxd-demo-list__item.item-accent {
  background-color: var(--accent);
  border: 1px solid var(--accent);
}

@media only screen and (min-width: 768px) {
  .mxd-demo-list__item.empty-item {
    padding: 5.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-demo-list__item.empty-item {
    padding: 3rem;
  }
}

.empty-item__wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .empty-item__wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.empty-item__logo {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.empty-item__logo svg {
  width: 8rem;
  height: 8rem;
  display: inline-flex;
}

.empty-item__caption {
  font: normal var(--fw-medium) 1.8rem / 1.2 var(--_font-accent);
  color: var(--t-medium);
  padding-top: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .empty-item__caption {
    padding-top: 2.6rem;
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .empty-item__caption {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1600px) {
  .empty-item__caption {
    font-size: 2.2rem;
  }
}

.mxd-demo-list__image {
  border-radius: 1rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.mxd-demo-list__image.image-placeholder {
  display: none;
}

.mxd-demo-list__image img {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-list__image {
    border-radius: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-demo-list__image.image-placeholder {
    display: block;
  }
}

.mxd-demo-list__screen {
  -moz-background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.mxd-demo-list__screen.screen-01 {
  background-image: var(--bg-demo-screen-01);
}

.mxd-demo-list__screen.screen-02 {
  background-image: var(--bg-demo-screen-02);
}

.mxd-demo-list__screen.screen-03 {
  background-image: var(--bg-demo-screen-03);
}

.mxd-demo-list__screen.screen-04 {
  background-image: var(--bg-demo-screen-04);
}

.mxd-demo-list__screen.screen-05 {
  background-image: var(--bg-demo-screen-05);
}

.mxd-demo-list__screen.screen-06 {
  background-image: var(--bg-demo-screen-06);
}

.mxd-demo-list__screen.screen-07 {
  background-image: var(--bg-demo-screen-07);
}

.mxd-demo-list__screen.screen-08 {
  background-image: var(--bg-demo-screen-08);
}

.mxd-demo-list__screen.screen-09 {
  background-image: var(--bg-demo-screen-09);
}

.mxd-demo-list__caption {
  justify-content: space-between;
  padding: 1rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-list__caption {
    padding: 1rem 1.6rem;
  }
}

.mxd-demo-list__link {
  font: normal var(--fw-medium) 1.8rem / 1.4 var(--_font-accent);
  color: var(--t-bright);
}

.mxd-demo-list__link.opposite {
  color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-demo-list__link {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-demo-list__link.small {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-demo-list__link {
    font-size: 3rem;
  }

  .mxd-demo-list__link.small {
    font-size: 2.2rem;
  }
}

.mxd-demo-list__num {
  font: normal var(--fw-medium) 1.8rem / 1.4 var(--_font-accent);
  color: var(--accent);
}

.mxd-demo-list__num.opposite {
  color: var(--t-opp-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-demo-list__num {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-demo-list__num.small {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-demo-list__num {
    font-size: 3rem;
  }

  .mxd-demo-list__num.small {
    font-size: 2.2rem;
  }
}

.mxd-demo-cards {
  flex-direction: column;
  gap: 3rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-demo-cards {
    flex-direction: row;
    gap: 6rem;
  }
}

.mxd-demo-cards__item {
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  flex-direction: column;
  justify-content: space-between;
  gap: 5rem;
  margin-top: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mxd-demo-cards__item.card-item-left {
  padding-top: 4rem;
}

.mxd-demo-cards__item.card-item-right {
  padding-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-cards__item {
    gap: 5rem;
  }

  .mxd-demo-cards__item.card-item-left {
    padding-top: 6rem;
  }

  .mxd-demo-cards__item.card-item-right {
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-demo-cards__item {
    width: -moz-calc(50% - 3rem);
    justify-content: space-between;
    gap: 6rem;
    width: calc(50% - 3rem);
    height: 760px;
  }

  .mxd-demo-cards__item.card-item-left, .mxd-demo-cards__item.card-item-right {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-demo-cards__item {
    height: 930px;
  }

  .mxd-demo-cards__item.card-item-left {
    padding-top: 8rem;
  }

  .mxd-demo-cards__item.card-item-right {
    padding-bottom: 8rem;
  }
}

.mxd-demo-card__gradient {
  z-index: 0;
  width: 600px;
  height: 600px;
  position: absolute;
  top: -50%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.mxd-demo-card__gradient svg {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-card__gradient {
    width: 800px;
    height: 800px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-demo-card__gradient {
    width: 1000px;
    height: 1000px;
  }
}

.mxd-demo-cards__image {
  margin: 0 auto;
  position: relative;
}

.mxd-demo-cards__image.card-image-padding {
  padding: 0 3rem;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-cards__image.card-image-padding {
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-demo-cards__image.card-image-fullwidth {
    max-height: none;
  }

  .mxd-demo-cards__image.card-image-padding {
    max-width: 610px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-demo-cards__image.card-image-padding {
    max-width: none;
    padding: 0 8rem;
  }
}

.mxd-demo-cards__content {
  text-align: center;
  flex-direction: column;
  gap: 5rem;
  padding: 0 3rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-cards__content {
    gap: 5rem;
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-demo-cards__content {
    gap: 6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-demo-cards__content {
    gap: 6.8rem;
    padding: 0 8rem;
  }
}

.mxd-demo-cards__descr p {
  max-width: 420px;
  margin: 0 auto;
}

@media only screen and (min-width: 1600px) {
  .mxd-demo-cards__descr p {
    max-width: 600px;
  }
}

.mxd-demo-cards__title {
  margin-bottom: 3rem;
}

.mxd-demo-cards__title a {
  color: var(--t-bright);
}

.no-touch .mxd-demo-cards__title a:hover {
  color: var(--accent);
}

.mxd-demo-cards__tags {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.8rem;
  display: flex;
}

.mxd-demo-cards__icons {
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 1.5rem;
  display: flex;
  position: relative;
}

.mxd-demo-cards__icons.justify-start-desktop {
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-cards__icons {
    flex-wrap: nowrap;
    gap: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-demo-cards__icons.justify-start-desktop {
    justify-content: flex-start;
  }
}

.demo-icons__item {
  text-align: center;
  flex-direction: column;
  flex: 0 0 7rem;
  align-items: center;
  gap: 1.2rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .demo-icons__item {
    flex-basis: 8.4rem;
    max-width: 8.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .demo-icons__item {
    flex-basis: 6.4rem;
    max-width: 6.4rem;
  }
}

@media only screen and (min-width: 1400px) {
  .demo-icons__item {
    flex-basis: 7.8rem;
    max-width: 7.8rem;
  }
}

@media only screen and (min-width: 1600px) {
  .demo-icons__item {
    flex-basis: 8.4rem;
    max-width: 8.4rem;
  }
}

.demo-icons__icon {
  width: 7rem;
  height: 7rem;
  position: relative;
}

.demo-icons__icon svg {
  width: 100%;
  height: auto;
  display: block;
}

.demo-icons__icon svg path {
  fill: var(--accent);
  stroke: var(--accent);
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.demo-icons__icon i {
  color: var(--t-opp-bright);
  font-size: 3rem;
  display: block;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translateX(-50%)translateY(-50%);
}

.demo-icons__icon.transparent svg path {
  fill: none;
  stroke: var(--st-medium);
}

.demo-icons__icon.transparent i {
  color: var(--t-muted);
}

@media only screen and (min-width: 768px) {
  .demo-icons__icon {
    width: 100%;
    height: auto;
  }

  .demo-icons__icon i {
    font-size: 3.7rem;
  }
}

.demo-icons__caption {
  font: normal var(--fw-regular) 1.4rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
}

@media only screen and (min-width: 1600px) {
  .demo-icons__caption {
    white-space: nowrap;
    font-size: 1.6rem;
  }
}

.mxd-resp-promo, .mxd-resp-promo__item {
  position: relative;
}

.mxd-resp-promo {
  padding-top: 12.3rem;
  padding-bottom: 9.6rem;
}

@media only screen and (min-width: 768px) {
  .mxd-resp-promo {
    padding-top: 14rem;
    padding-bottom: 8.4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-resp-promo {
    padding-top: 20rem;
    padding-bottom: 11.7rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-resp-promo__item {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
}

.mxd-resp-promo__content {
  margin-bottom: 5.6rem;
}

@media only screen and (min-width: 768px) {
  .mxd-resp-promo__content {
    max-width: 800px;
    margin: 0 auto 5.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-resp-promo__content {
    max-width: 700px;
    margin: 0;
    padding-bottom: 1.7rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-resp-promo__content {
    padding-bottom: 5rem;
  }
}

.mxd-resp-promo__manifest {
  text-align: center;
  margin-bottom: 4.6rem;
}

.mxd-resp-promo__manifest p {
  font: normal var(--fw-regular) 2.8rem / 1.6 var(--_font-accent);
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-resp-promo__manifest p {
    font-size: 3.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-resp-promo__manifest {
    text-align: left;
    margin-bottom: 5.6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-resp-promo__manifest {
    margin-bottom: 6.2rem;
  }

  .mxd-resp-promo__manifest p {
    font-size: 4rem;
  }
}

.mxd-resp-promo__image {
  padding-left: 3rem;
}

@media only screen and (min-width: 768px) {
  .mxd-resp-promo__image {
    padding-left: 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-resp-promo__image {
    padding-left: 0;
  }
}

.mxd-demo-swiper {
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.no-touch .mxd-demo-swiper .swiper-slide-active:hover .demo-swiper-slide__image {
  -webkit-box-shadow: 0 14px 28px rgba(var(--accent-rgb), .25), 0 10px 10px rgba(var(--accent-rgb), .12);
  -moz-box-shadow: 0 14px 28px rgba(var(--accent-rgb), .25), 0 10px 10px rgba(var(--accent-rgb), .12);
  box-shadow: 0 14px 28px rgba(var(--accent-rgb), .25), 0 10px 10px rgba(var(--accent-rgb), .12);
}

.mxd-demo-swiper .swiper-slide-next, .mxd-demo-swiper .swiper-slide-prev {
  -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transform: scale(.96);
}

.mxd-demo-swiper__slide {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.demo-swiper-slide__image {
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  border: 1px solid var(--st-muted);
  -webkit-transition: -webkit-box-shadow var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-box-shadow var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: box-shadow var(--_animspeed-medium) var(--_animbezier), -moz-box-shadow var(--_animspeed-medium) var(--_animbezier);
  transition: box-shadow var(--_animspeed-medium) var(--_animbezier);
  transition: box-shadow var(--_animspeed-medium) var(--_animbezier), -webkit-box-shadow var(--_animspeed-medium) var(--_animbezier), -moz-box-shadow var(--_animspeed-medium) var(--_animbezier);
  padding: 1rem;
  box-shadow: 0 6px 14px #07011700, 4px 10px 38px #0d022e00;
}

.demo-swiper-slide__image img {
  border-radius: 1rem;
}

@media only screen and (min-width: 768px) {
  .demo-swiper-slide__image img {
    border-radius: 2rem;
  }
}

.demo-swiper-slide__descr {
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 3rem;
  display: flex;
  overflow: hidden;
}

.demo-swiper-slide__descr a {
  font: normal var(--fw-medium) 2.2rem / 4rem var(--_font-accent);
  color: var(--t-bright);
  display: inline-flex;
}

.demo-swiper-slide__descr a span {
  background: -webkit-gradient(linear, left top, right top, from(#0000), to(#0000)), -webkit-gradient(linear, left top, right top, from(var(--t-bright)), to(var(--t-bright)));
  background: -moz-linear-gradient(left, #0000, #0000), -moz-linear-gradient(left, var(--t-bright), var(--t-bright));
  background: linear-gradient(to right, #0000, #0000), linear-gradient(to right, var(--t-bright), var(--t-bright));
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .3s, color .3s;
  -moz-transition: background-size .3s, color .3s, -moz-background-size .3s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .3s, color .3s, -moz-background-size .3s;
}

.no-touch .demo-swiper-slide__descr a span:hover {
  color: var(--t-bright);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

@media only screen and (min-width: 768px) {
  .demo-swiper-slide__descr a {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .demo-swiper-slide__descr a {
    font-size: 3.6rem;
  }
}

.mxd-demo-components {
  padding-top: 6.5rem;
  padding-bottom: 8rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-components {
    padding-top: 5.6rem;
    padding-bottom: 7.7rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-demo-components {
    padding-top: 6.8rem;
    padding-bottom: 9.1rem;
  }
}

.mxd-demo-components__title {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mxd-demo-components__title span {
  font: normal var(--fw-medium) 5rem / 1.1 var(--_font-accent);
  letter-spacing: -.06rem;
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-demo-components__title span {
    font-size: 8rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-demo-components__title span {
    font-size: 10rem;
  }
}

.mxd-demo-components__objects {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mxd-demo-components__object {
  height: auto;
  position: absolute;
}

.mxd-demo-components__object.obj-01 {
  width: 140px;
  top: -110px;
  right: 60px;
}

.mxd-demo-components__object.obj-02 {
  width: 80px;
  bottom: 0;
  right: 0;
}

.mxd-demo-components__object.obj-03 {
  width: 200px;
  bottom: -140px;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-components__object.obj-01 {
    width: 150px;
    top: -120px;
    right: 60px;
  }

  .mxd-demo-components__object.obj-02 {
    width: 80px;
    bottom: 0;
    right: 0;
  }

  .mxd-demo-components__object.obj-03 {
    width: 220px;
    bottom: -140px;
    left: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-demo-components__object.obj-01 {
    width: 270px;
    top: -180px;
    right: 80px;
  }

  .mxd-demo-components__object.obj-02 {
    width: 120px;
    bottom: 1rem;
    right: 0;
  }

  .mxd-demo-components__object.obj-03 {
    width: 340px;
    bottom: -200px;
    left: 10px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-demo-components__object.obj-01 {
    width: 360px;
    top: -220px;
    right: 100px;
  }

  .mxd-demo-components__object.obj-02 {
    width: 160px;
    bottom: 3rem;
    right: 0;
  }

  .mxd-demo-components__object.obj-03 {
    width: 460px;
    bottom: -270px;
    left: 10px;
  }
}

.mxd-features-promo, .mxd-features-promo__item {
  position: relative;
}

.mxd-features-promo {
  padding-top: 9rem;
  padding-bottom: 10.8rem;
}

@media only screen and (min-width: 768px) {
  .mxd-features-promo {
    padding-top: 10.9rem;
    padding-bottom: 12.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-features-promo {
    padding-top: 12.8rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-features-promo {
    padding-top: 17rem;
    padding-bottom: 16.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-features-promo__item {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
}

.mxd-features-promo__content {
  text-align: center;
  margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
  .mxd-features-promo__content {
    max-width: 600px;
    margin: 0 auto 5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-features-promo__content {
    text-align: left;
    max-width: 700px;
    margin: 0;
    padding-bottom: 1.7rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-features-promo__content {
    padding-bottom: 3.2rem;
  }
}

.mxd-features-promo__image {
  padding-left: 0;
}

.mxd-features-cards {
  position: relative;
}

.mxd-features-cards__teaser {
  color: var(--t-muted);
  justify-content: center;
  padding-top: .2rem;
  display: flex;
}

.mxd-features-cards__teaser .mxd-point-subtitle {
  color: var(--t-medium);
}

.mxd-features-cards__teaser .mxd-point-subtitle span {
  font-weight: var(--fw-medium);
  color: var(--t-medium);
}

@media only screen and (min-width: 1600px) {
  .mxd-features-cards__teaser {
    padding-top: 1.2rem;
  }

  .mxd-features-cards__teaser .mxd-point-subtitle {
    font-size: 2.5rem;
  }
}

.mxd-features-cards__item {
  height: 500px;
  position: relative;
}

.mxd-features-cards__item .mxd-features-cards__info, .mxd-features-cards__item .mxd-features-cards__title {
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .mxd-features-cards__item {
    height: 460px;
  }

  .mxd-features-cards__item .mxd-features-cards__info, .mxd-features-cards__item .mxd-features-cards__title {
    width: 60%;
    max-width: 500px;
  }
}

@media only screen and (min-width: 992px) {
  .mxd-features-cards__item .mxd-features-cards__info, .mxd-features-cards__item .mxd-features-cards__title {
    width: 40%;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-features-cards__item .mxd-features-cards__info, .mxd-features-cards__item .mxd-features-cards__title {
    width: 100%;
    max-width: none;
  }

  .mxd-features-cards__item.features-item-01 .mxd-features-cards__info, .mxd-features-cards__item.features-item-01 .mxd-features-cards__title {
    width: 40%;
  }

  .mxd-features-cards__item.features-item-01 .mxd-features-cards__info {
    max-width: 400px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-features-cards__item {
    height: 600px;
  }
}

.mxd-features-cards__inner {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mxd-features-cards__inner.justify-end {
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .mxd-features-cards__inner.justify-end {
    justify-content: flex-end;
  }

  .mxd-features-cards__inner.justify-between {
    justify-content: space-between;
  }
}

.mxd-features-cards__info, .mxd-features-cards__title {
  z-index: 1;
  position: relative;
}

.mxd-features-cards__title {
  margin-bottom: 2.8rem;
}

.mxd-features-cards__title h3 {
  font-size: 3.6rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-features-cards__title {
    z-index: 1;
  }

  .mxd-features-cards__title h3 {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-features-cards__title h3 {
    font-size: 5rem;
  }
}

.mxd-features-cards__info p {
  font-size: 1.6rem;
}

@media only screen and (min-width: 1600px) {
  .mxd-features-cards__info p {
    font-size: 2.2rem;
  }
}

.mxd-features-cards__tags {
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.6rem;
  display: flex;
}

.mxd-features-cards__image {
  height: auto;
  position: absolute;
}

.mxd-features-cards__image.features-image-01 {
  width: 68%;
  bottom: 0;
  right: 0;
}

.mxd-features-cards__image.features-image-02 {
  width: 68%;
  top: 0;
  right: 0;
}

.mxd-features-cards__image.features-image-03, .mxd-features-cards__image.features-image-04 {
  width: 78%;
  bottom: 0;
  right: 3rem;
}

.mxd-features-cards__image.features-image-05 {
  width: 68%;
  top: 4rem;
  right: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .mxd-features-cards__image.features-image-01, .mxd-features-cards__image.features-image-02 {
    width: 50%;
  }

  .mxd-features-cards__image.features-image-03, .mxd-features-cards__image.features-image-04 {
    width: 50%;
    right: 4rem;
  }

  .mxd-features-cards__image.features-image-05 {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-features-cards__image.features-image-01 {
    width: 58%;
  }

  .mxd-features-cards__image.features-image-02 {
    width: 70%;
  }

  .mxd-features-cards__image.features-image-03 {
    width: -moz-calc(100% - 8rem);
    width: calc(100% - 8rem);
    left: 4rem;
    right: auto;
  }

  .mxd-features-cards__image.features-image-04 {
    width: 78%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .mxd-features-cards__image.features-image-05 {
    width: 68%;
  }
}

.mxd-features-cards__gradient {
  z-index: 0;
  width: 600px;
  height: 600px;
  position: absolute;
}

.mxd-features-cards__gradient svg {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .mxd-features-cards__gradient {
    width: 800px;
    height: 800px;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-features-cards__gradient {
    width: 1000px;
    height: 1000px;
  }

  .mxd-features-cards__gradient.features-gradient-01 {
    width: 900px;
    height: 900px;
    bottom: -300px;
    right: -200px;
  }

  .mxd-features-cards__gradient.features-gradient-02 {
    width: 700px;
    height: 700px;
    top: -340px;
    right: -200px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-features-cards__gradient {
    width: 1000px;
    height: 1000px;
  }

  .mxd-features-cards__gradient.features-gradient-01 {
    width: 1000px;
    height: 1000px;
    bottom: -300px;
    right: -200px;
  }

  .mxd-features-cards__gradient.features-gradient-02 {
    width: 900px;
    height: 900px;
    top: -400px;
    right: -260px;
  }
}

.mxd-demo-cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 11.6rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-cta {
    padding-top: 13.4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-demo-cta {
    padding-top: 16.5rem;
  }
}

.mxd-demo-cta__caption {
  text-align: center;
  position: relative;
}

.mxd-demo-cta__caption h2 {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-cta__caption h2 {
    max-width: 600px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-demo-cta__caption h2 {
    max-width: 860px;
  }
}

.mxd-demo-cta__btn {
  margin-top: 5rem;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-cta__btn {
    margin-top: 5.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-demo-cta__btn {
    margin-top: 6.2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-demo-cta__btn {
    margin-top: 6.7rem;
  }
}

.mxd-demo-footer {
  position: relative;
}

.mxd-demo-footer__bg {
  z-index: 0;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mxd-demo-footer__item {
  margin: 0 0 4.4rem;
}

.mxd-demo-footer__item:last-of-type {
  margin: 0;
}

@media only screen and (min-width: 1200px) {
  .mxd-demo-footer__item {
    margin: 0;
  }
}

.mxd-demo-footer__logo {
  margin-bottom: 2.3rem;
}

.mxd-demo-footer__slogan {
  max-width: 300px;
  margin-bottom: 3.4rem;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-footer__slogan {
    max-width: 460px;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-demo-footer__slogan {
    max-width: 340px;
  }
}

.mxd-demo-footer__btn {
  flex-direction: column;
  gap: 1rem;
  margin-bottom: .6rem;
  display: flex;
}

.mxd-demo-footer__btn.centered {
  justify-content: center;
}

@media only screen and (min-width: 576px) {
  .mxd-demo-footer__btn {
    flex-flow: wrap;
    gap: 1.6rem;
  }
}

.mxd-footer-nav__item {
  flex-direction: column;
  margin: 0 0 4.4rem;
  display: flex;
}

.mxd-footer-nav__item:last-of-type {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .mxd-footer-nav__item {
    margin: 0;
  }
}

.mxd-footer-nav__block {
  flex-direction: column;
  gap: 2rem;
  margin: 0 0 4.4rem;
  display: flex;
}

.mxd-footer-nav__block:last-of-type {
  margin: 0;
}

.mxd-footer-nav__list ul {
  flex-direction: column;
  gap: .8rem;
  display: flex;
}

.mxd-footer-nav__list ul li {
  font: normal var(--fw-regular) 1.6rem / 1.4 var(--_font-accent);
  display: block;
}

.mxd-footer-nav__list ul li a {
  color: var(--t-medium);
  display: inline-block;
}

.no-touch .mxd-footer-nav__list ul li a:hover {
  color: var(--accent);
  transform: translateX(.4rem);
}

@media only screen and (min-width: 1600px) {
  .mxd-footer-nav__list ul li {
    font-size: 1.8rem;
  }
}

.mxd-demo-footer__promo {
  flex-direction: column;
  gap: 2.4rem;
  display: flex;
}

.mxd-footer-promo__list {
  flex-direction: column;
  gap: 1.6rem;
  display: flex;
}

.mxd-footer-promo__item {
  -webkit-transition: -webkit-transform var(--_animspeed-medium);
  transition: -webkit-transform var(--_animspeed-medium);
  -moz-transition: transform var(--_animspeed-medium), -moz-transform var(--_animspeed-medium);
  transition: transform var(--_animspeed-medium);
  transition: transform var(--_animspeed-medium), -webkit-transform var(--_animspeed-medium), -moz-transform var(--_animspeed-medium);
  align-items: center;
  gap: 1.6rem;
  display: flex;
}

.no-touch .mxd-footer-promo__item:hover {
  transform: translateX(.4rem);
}

.no-touch .mxd-footer-promo__item:hover .mxd-footer-promo__link {
  color: var(--accent);
}

@media only screen and (min-width: 768px) {
  .mxd-footer-promo__item {
    max-width: 360px;
  }
}

.mxd-footer-promo__icon, .mxd-footer-promo__icon img {
  width: 4.6rem;
  height: 4.6rem;
}

@media only screen and (min-width: 768px) {
  .mxd-footer-promo__icon, .mxd-footer-promo__icon img {
    width: 5.6rem;
    height: 5.6rem;
  }
}

.mxd-footer-promo__link {
  font: normal var(--fw-regular) 1.6rem / 1.4 var(--_font-accent);
  color: var(--t-medium);
  -webkit-transition: color var(--_animspeed-medium);
  -moz-transition: color var(--_animspeed-medium);
  transition: color var(--_animspeed-medium);
}

@media only screen and (min-width: 1600px) {
  .mxd-footer-promo__link {
    font-size: 1.8rem;
  }
}

.mxd-demo-footer__mixdesign {
  color: var(--t-bright);
  padding-top: 11.4rem;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.mxd-demo-footer__mixdesign a, .mxd-demo-footer__mixdesign svg {
  display: block;
}

.mxd-demo-footer__mixdesign a {
  width: 100%;
  color: var(--t-bright);
}

.mxd-demo-footer__mixdesign svg {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .mxd-demo-footer__mixdesign {
    padding-top: 10.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .mxd-demo-footer__mixdesign {
    padding-top: 8.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-demo-footer__mixdesign {
    padding-top: 7rem;
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-demo-footer__mixdesign {
    padding-top: 5.3rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-demo-footer__mixdesign {
    padding-top: 5rem;
  }
}

.hover-reveal__item {
  position: relative;
}

.hover-reveal__content {
  pointer-events: none;
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  opacity: 0;
  width: 300px;
  height: 300px;
  -webkit-transition: opacity var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium);
  transition: opacity var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium);
  -moz-transition: transform var(--_animspeed-medium), opacity var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium);
  transition: transform var(--_animspeed-medium), opacity var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium), opacity var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium), -moz-transform var(--_animspeed-medium);
  z-index: 1;
  display: none;
  position: absolute;
  inset: 50% auto auto 50%;
  overflow: hidden;
  transform: translate(-80%, -50%);
}

.hover-reveal__content.overflow-visible {
  overflow: visible;
}

.hover-reveal__content.hover-reveal-360x440 {
  width: 360px;
  height: 440px;
}

.hover-reveal__content.hover-reveal-280x340 {
  width: 280px;
  height: 340px;
}

.hover-reveal__content.hover-reveal-260x260 {
  width: 220px;
  height: 220px;
}

@media only screen and (min-width: 1200px) {
  .hover-reveal__content {
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .hover-reveal__content.hover-reveal-260x260 {
    width: 260px;
    height: 260px;
  }
}

.hover-reveal__image {
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .5s var(--_animbezier);
  transition: -webkit-transform .5s var(--_animbezier);
  -moz-transition: transform .5s var(--_animbezier), -moz-transform .5s var(--_animbezier);
  transition: transform .5s var(--_animbezier);
  transition: transform .5s var(--_animbezier), -webkit-transform .5s var(--_animbezier), -moz-transform .5s var(--_animbezier);
  position: relative;
  transform: scale(1, 1.4);
}

.page-padding {
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .page-padding {
    padding: 6rem 0;
  }
}

@media only screen and (min-width: 1600px) {
  .page-padding {
    padding: 9rem 0;
  }
}

.mxd-pinned {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned {
    gap: 3rem;
    display: flex;
  }
}

.mxd-pinned__visual {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned__visual {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
  }
}

.mxd-pinned__img-wrap {
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  width: 30em;
  max-width: 100%;
  height: 40em;
  max-height: 100%;
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned__img-wrap {
    width: 100%;
    height: 100%;
  }
}

.mxd-pinned__img-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.mxd-pinned__img-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity var(--_animspeed-medium);
  -moz-transition: opacity var(--_animspeed-medium);
  transition: opacity var(--_animspeed-medium);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.mxd-pinned__img-item.is-active {
  opacity: 1;
}

.mxd-pinned__img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2em;
  width: auto;
  height: 30rem;
}

@media only screen and (min-width: 1600px) {
  .mxd-pinned__img {
    height: 40rem;
  }
}

.mxd-pinned__content {
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned__content {
    padding: 6rem 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-pinned__content {
    padding: 9rem 0;
  }
}

.mxd-pinned__text-wrap {
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned__text-wrap {
    padding: 0 9rem 0 3rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-pinned__text-wrap {
    padding: 0 9rem 0 6rem;
  }
}

.mxd-pinned__text-list {
  flex-direction: column;
  gap: 7rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-pinned__text-list {
    gap: 8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned__text-list {
    gap: 0;
  }
}

.mxd-pinned__text-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned__text-item {
    height: -moz-calc(100vh - 12rem);
    opacity: .2;
    max-width: 640px;
    height: calc(100vh - 12rem);
    -webkit-transition: opacity var(--_animspeed-medium);
    -moz-transition: opacity var(--_animspeed-medium);
    transition: opacity var(--_animspeed-medium);
    justify-content: center;
  }

  .mxd-pinned__text-item.is-active {
    opacity: 1;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-pinned__text-item {
    height: -moz-calc(100vh - 18rem);
    height: calc(100vh - 18rem);
  }
}

.mxd-pinned__img-mobile {
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 460px;
  margin-bottom: 2.4rem;
  display: flex;
}

.mxd-pinned__img-mobile img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2em;
  width: auto;
  height: 24rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .mxd-pinned__img-mobile {
    height: 600px;
  }

  .mxd-pinned__img-mobile img {
    height: 30rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned__img-mobile {
    display: none;
  }
}

.mxd-pinned__title {
  margin-bottom: 3.4rem;
}

.mxd-pinned__title.centered-mobile {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned__title.centered-mobile {
    text-align: left;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-pinned__title {
    margin-bottom: 4rem;
  }
}

.mxd-pinned__tags {
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3.2rem;
  display: flex;
}

.mxd-pinned__tags.centered-mobile {
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned__tags.centered-mobile {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-pinned__tags {
    gap: 1.4rem;
    margin-bottom: 3.8rem;
  }
}

.mxd-pinned-universal {
  position: relative;
}

.mxd-pinned-universal__static-inner {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned-universal__static-inner {
    text-align: left;
    padding-top: 6rem;
    position: sticky;
    top: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-pinned-universal__static-inner {
    padding-top: 9rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned-universal__scroll {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 6rem;
    display: flex;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-pinned-universal__scroll {
    padding-top: 9rem;
  }
}

.mxd-pinned-universal__scroll-inner {
  flex-direction: column;
  gap: 6.5rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-pinned-universal__scroll-inner {
    gap: 7.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-pinned-universal__scroll-inner {
    gap: 9.3rem;
  }
}

.mxd-pinned-projects {
  position: relative;
}

.mxd-pinned-projects__static-inner {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned-projects__static-inner {
    text-align: left;
    padding-top: 6rem;
    position: sticky;
    top: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-pinned-projects__static-inner {
    padding-top: 9rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned-projects__scroll {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 6rem;
    display: flex;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-pinned-projects__scroll {
    padding-top: 9rem;
  }
}

.mxd-pinned-projects__scroll-inner {
  flex-direction: column;
  gap: 6.2rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-pinned-projects__scroll-inner {
    gap: 7rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned-projects__scroll-inner {
    gap: 9rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-pinned-projects__scroll-inner {
    gap: 11rem;
  }
}

.mxd-projects-list {
  flex-direction: column;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
  .mxd-projects-list > .mxd-projects-list__item {
    transition: opacity .3s;
  }

  .mxd-projects-list:hover > .mxd-projects-list__item:not(:hover) {
    opacity: .2;
  }
}

.mxd-projects-list__item {
  margin-top: -2px;
  display: block;
  position: relative;
}

.mxd-projects-list__item:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 1200px) {
  .no-touch .mxd-projects-list__item:hover .mxd-projects-list__title p, .no-touch .mxd-projects-list__item:hover .mxd-projects-list__icon {
    transform: translateX(0);
  }

  .no-touch .mxd-projects-list__item:hover .mxd-projects-list__icon i:before {
    -webkit-animation: var(--_animspeed-slow) var(--_animbezier) .2s 1 both slideRight;
    -moz-animation: var(--_animspeed-slow) var(--_animbezier) .2s 1 both slideRight;
    animation: var(--_animspeed-slow) var(--_animbezier) .2s 1 both slideRight;
  }

  .no-touch .mxd-projects-list__item:hover .mxd-projects-list__product p, .no-touch .mxd-projects-list__item:hover .mxd-projects-list__icon-v2 {
    transform: translateX(0);
  }

  .no-touch .mxd-projects-list__item:hover .mxd-projects-list__icon-v2 i:before {
    -webkit-animation: var(--_animspeed-slow) var(--_animbezier) .3s 1 both slideRightUp;
    -moz-animation: var(--_animspeed-slow) var(--_animbezier) .3s 1 both slideRightUp;
    animation: var(--_animspeed-slow) var(--_animbezier) .3s 1 both slideRightUp;
  }
}

.mxd-projects-list__border {
  width: -moz-calc(100% - 3rem);
  background-color: var(--st-bright);
  width: calc(100% - 3rem);
  height: 2px;
  position: relative;
  left: 1.5rem;
}

.mxd-projects-list__inner {
  padding: 3rem 0;
  display: block;
}

.mxd-projects-list__inner-v2 {
  padding: 4rem 0 5.6rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .mxd-projects-list__inner-v2 {
    padding: 3.7rem 0 5.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-list__inner-v2 {
    padding: 6rem 0;
  }
}

.mxd-projects-list__title {
  align-items: center;
  gap: 1rem;
  margin-bottom: 3.6rem;
  display: flex;
  overflow: hidden;
}

.mxd-projects-list__title p {
  font: normal var(--fw-medium) 3rem / 1.2 var(--_font-accent);
  letter-spacing: -.06rem;
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-projects-list__title {
    margin-bottom: 3.9rem;
  }

  .mxd-projects-list__title p {
    font-size: 4.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-list__title {
    align-items: center;
    gap: 1rem;
    height: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .mxd-projects-list__title p {
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transform: translateX(-5.4rem);
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-projects-list__title p {
    font-size: 4.4rem;
  }
}

.mxd-projects-list__title-v2 {
  align-items: center;
  gap: 1rem;
  margin-bottom: 3.1rem;
  display: flex;
  overflow: hidden;
}

.mxd-projects-list__title-v2 p {
  font: normal var(--fw-medium) 4.4rem / 1.2 var(--_font-accent);
  letter-spacing: -.06rem;
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-projects-list__title-v2 {
    margin-bottom: 3rem;
  }

  .mxd-projects-list__title-v2 p {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-list__title-v2 {
    align-items: center;
    gap: 1rem;
    height: 100%;
    margin-bottom: 0;
    display: flex;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-projects-list__title-v2 p {
    font-size: 7rem;
  }
}

.mxd-projects-list__icon {
  font-size: 3rem;
  display: flex;
  position: relative;
}

.mxd-projects-list__icon i {
  color: var(--t-bright);
  -webkit-transition: color var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: color var(--_animspeed-medium) var(--_animbezier);
  transition: color var(--_animspeed-medium) var(--_animbezier);
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mxd-projects-list__icon {
    font-size: 4.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-list__icon {
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transform: translateX(-5.4rem);
  }
}

.mxd-projects-list__icon-v2 {
  font-size: 1.8rem;
  display: flex;
  position: relative;
}

.mxd-projects-list__icon-v2 i {
  color: var(--t-bright);
  -webkit-transition: color var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: color var(--_animspeed-medium) var(--_animbezier);
  transition: color var(--_animspeed-medium) var(--_animbezier);
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-list__icon-v2 {
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    font-size: 2.2rem;
    transform: translateX(3.2rem);
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-projects-list__icon-v2 {
    font-size: 2.6rem;
    transform: translateX(3.8rem);
  }
}

.mxd-projects-list__image {
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  margin-bottom: 3.4rem;
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-list__image {
    display: none;
  }
}

.mxd-projects-list__tagslist {
  margin-bottom: .6rem;
}

.mxd-projects-list__tagslist ul li p {
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-projects-list__tagslist {
    margin-bottom: 1.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-list__tagslist {
    margin-bottom: 0;
  }
}

.mxd-projects-list__tagslist-v2 {
  margin-bottom: 1rem;
}

.mxd-projects-list__tagslist-v2 ul {
  color: var(--t-bright);
  gap: 1rem;
  display: flex;
}

.mxd-projects-list__tagslist-v2 ul li {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.mxd-projects-list__tagslist-v2 ul li p {
  color: var(--t-bright);
  line-height: 1.2;
}

.mxd-projects-list__tagslist-v2 ul li svg {
  fill: currentColor;
  width: 1.7rem;
  height: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .mxd-projects-list__tagslist-v2 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-list__tagslist-v2 {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .mxd-projects-list__tagslist-v2 ul {
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  }
}

.mxd-projects-list__date {
  text-align: right;
}

.mxd-projects-list__date p {
  color: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-list__date {
    text-align: right;
  }
}

.mxd-projects-list__product {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  gap: .8rem;
  display: flex;
}

.mxd-projects-list__product p {
  line-height: 1.2;
  font-weight: var(--fw-medium);
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-projects-list__product {
    justify-content: flex-end;
    gap: 1.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-list__product {
    justify-content: end;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .mxd-projects-list__product p {
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transform: translateX(3.2rem);
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-projects-list__product p {
    transform: translateX(3.8rem);
  }
}

.mxd-projects-masonry {
  position: relative;
}

.mxd-projects-masonry__title {
  height: auto;
  padding: 0 1.5rem;
  position: relative;
}

.mxd-projects-masonry__title.headline-title {
  margin-bottom: 12.9rem;
}

.mxd-projects-masonry__title.section-title {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .mxd-projects-masonry__title.headline-title {
    margin-bottom: 14.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-masonry__title {
    padding: 0 3rem;
  }

  .mxd-projects-masonry__title.headline-title {
    margin-bottom: 14.2rem;
  }

  .mxd-projects-masonry__title.section-title {
    margin-bottom: 16rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-projects-masonry__title {
    padding: 0 3rem;
  }

  .mxd-projects-masonry__title.headline-title {
    margin-bottom: 17.9rem;
  }

  .mxd-projects-masonry__title.section-title {
    margin-bottom: 20rem;
  }
}

.mxd-projects-masonry__item {
  margin-bottom: 6.2rem;
  padding: 0 1.5rem;
}

@media only screen and (min-width: 768px) {
  .mxd-projects-masonry__item {
    margin-bottom: 7rem;
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-masonry__item {
    margin-bottom: 9rem;
    padding: 0 3rem;
  }

  .mxd-projects-masonry__item:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-projects-masonry__item {
    margin-bottom: 11rem;
    padding: 0 4.5rem;
  }
}

.mxd-project-item__media.masonry-media {
  height: auto;
}

@media only screen and (min-width: 1200px) {
  .mxd-project-item__media.masonry-media {
    height: 600px;
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-project-item__media.masonry-media {
    height: 600px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-project-item__media.masonry-media {
    height: 800px;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-project-item__preview.masonry-preview {
    height: 600px;
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-project-item__preview.masonry-preview {
    height: 600px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-project-item__preview.masonry-preview {
    height: 800px;
  }
}

.mxd-projects-masonry__btngroup {
  padding: 0 1.5rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-projects-masonry__btngroup {
    padding: 0 3rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.mxd-awards-list {
  flex-direction: column;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
  .mxd-awards-list > .mxd-awards-list__item {
    transition: opacity .3s;
  }

  .mxd-awards-list:hover > .mxd-awards-list__item:not(:hover) {
    opacity: .2;
  }
}

.mxd-awards-list__item {
  margin-top: -2px;
  display: block;
  position: relative;
}

.mxd-awards-list__item:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 1200px) {
  .no-touch .mxd-awards-list__item:hover .mxd-awards-list__title p, .no-touch .mxd-awards-list__item:hover .mxd-awards-list__icon {
    transform: translateX(0);
  }

  .no-touch .mxd-awards-list__item:hover .mxd-awards-list__icon i:before {
    -webkit-animation: var(--_animspeed-slow) var(--_animbezier) .2s 1 both slideRight;
    -moz-animation: var(--_animspeed-slow) var(--_animbezier) .2s 1 both slideRight;
    animation: var(--_animspeed-slow) var(--_animbezier) .2s 1 both slideRight;
  }
}

.mxd-awards-list__border {
  width: -moz-calc(100% - 3rem);
  background-color: var(--st-bright);
  width: calc(100% - 3rem);
  height: 2px;
  position: relative;
  left: 1.5rem;
}

.mxd-awards-list__inner {
  padding: 3rem 0;
  display: block;
}

.mxd-awards-list__title {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.6rem;
  display: flex;
  overflow: hidden;
}

.mxd-awards-list__title p {
  font: normal var(--fw-medium) 3rem / 1.2 var(--_font-accent);
  letter-spacing: -.06rem;
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-awards-list__title {
    margin-bottom: 2.9rem;
  }

  .mxd-awards-list__title p {
    font-size: 4.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-awards-list__title {
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    height: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .mxd-awards-list__title p {
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transform: translateX(-5.4rem);
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-awards-list__title p {
    font-size: 4.4rem;
  }
}

.mxd-awards-list__icon {
  font-size: 3rem;
  display: flex;
  position: relative;
}

.mxd-awards-list__icon i {
  color: var(--t-bright);
  -webkit-transition: color var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: color var(--_animspeed-medium) var(--_animbezier);
  transition: color var(--_animspeed-medium) var(--_animbezier);
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mxd-awards-list__icon {
    font-size: 4.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-awards-list__icon {
    -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier);
    transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
    transform: translateX(-5.4rem);
  }
}

.mxd-awards-list__image {
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  margin-bottom: 3.4rem;
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mxd-awards-list__image {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-awards-list__image {
    display: none;
  }
}

.mxd-awards-list__tagslist {
  margin-bottom: .6rem;
}

.mxd-awards-list__tagslist ul li p {
  color: var(--t-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-awards-list__tagslist {
    margin-bottom: 1.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-awards-list__tagslist {
    margin-bottom: 0;
  }
}

.mxd-awards-list__date {
  text-align: right;
}

.mxd-awards-list__date p {
  color: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
  .mxd-awards-list__date {
    text-align: right;
  }
}

.mxd-stats-simple {
  position: relative;
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
  .mxd-stats-simple > .mxd-stats-simple__item {
    transition: opacity .3s;
  }

  .mxd-stats-simple:hover > .mxd-stats-simple__item:not(:hover) {
    opacity: .2;
  }
}

.mxd-stats-simple__item {
  padding-top: 3rem;
  position: relative;
}

.mxd-stats-simple__item:first-of-type {
  padding-top: 0;
}

.mxd-stats-simple__item:first-of-type .mxd-stats-simple__inner {
  border-top: 1px solid var(--st-bright);
  padding-top: 6rem;
}

.mxd-stats-simple__item .mxd-stats-simple__inner {
  border-bottom: 1px solid var(--st-bright);
  padding-bottom: 6rem;
}

@media only screen and (min-width: 992px) {
  .mxd-stats-simple__item {
    padding-top: 0;
  }

  .mxd-stats-simple__item .mxd-stats-simple__inner {
    border-bottom: none;
    padding-bottom: 0;
  }

  .mxd-stats-simple__item:first-of-type .mxd-stats-simple__inner {
    border-top: none;
    padding-top: 0;
  }
}

.no-touch .mxd-stats-simple__item:hover .mxd-stats-simple__image {
  opacity: 1;
  transform: scale(1);
}

.mxd-stats-simple__inner {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .mxd-stats-simple__inner {
    border-bottom: none;
    border-left: 1px solid var(--st-bright);
    align-items: flex-start;
    height: 320px;
    padding: 0 3rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-stats-simple__inner {
    height: 400px;
  }
}

.mxd-stats-simple__image {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: 5.4rem;
  margin-bottom: 2rem;
  display: inline-flex;
}

@media only screen and (min-width: 992px) {
  .mxd-stats-simple__image {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-stats-simple__image {
    opacity: 0;
    -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
    transition: all var(--_animspeed-medium) var(--_animbezier);
    transform: scale(0);
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-stats-simple__image {
    height: 7rem;
  }
}

.mxd-stats-simple__counter {
  margin-bottom: 2.8rem;
}

@media only screen and (min-width: 992px) {
  .mxd-stats-simple__counter {
    margin-bottom: 0;
  }
}

.mxd-stats-simple__descr {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .mxd-stats-simple__descr {
    text-align: left;
  }
}

.mxd-stats-cards {
  position: relative;
}

.mxd-stats-cards__item {
  height: 540px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-stats-cards__item {
    height: 420px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-stats-cards__item {
    height: 600px;
  }
}

.mxd-stats-cards__inner {
  flex-direction: column;
  justify-content: flex-start;
  gap: 3.4rem;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mxd-stats-cards__inner .mxd-counter {
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .mxd-stats-cards__inner {
    justify-content: space-between;
    gap: 0;
  }

  .mxd-stats-cards__inner.align-end {
    align-items: flex-end;
  }
}

.mxd-stats-cards__btngroup {
  z-index: 1;
}

.mxd-stats-cards__image {
  z-index: 0;
  width: 100%;
  max-width: 400px;
  height: auto;
  padding: 0 4rem 0 0;
  position: absolute;
  top: 32rem;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .mxd-stats-cards__image {
    width: 60%;
    max-width: none;
    padding: 0;
    top: 0;
  }

  .mxd-stats-cards__image.mxd-stats-cards-image-1 {
    width: 470px;
    top: -4rem;
    left: -4rem;
  }

  .mxd-stats-cards__image.mxd-stats-cards-image-2 {
    width: 420px;
    padding-top: 4rem;
    top: auto;
    bottom: -4rem;
  }

  .mxd-stats-cards__image.mxd-stats-cards-image-3 {
    width: 450px;
    inset: auto -4rem 0 auto;
  }

  .mxd-stats-cards__image.mxd-stats-cards-image-4 {
    width: 400px;
    inset: auto -6rem 4rem auto;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-stats-cards__image.mxd-stats-cards-image-1 {
    width: 330px;
    top: 0;
  }

  .mxd-stats-cards__image.mxd-stats-cards-image-4 {
    width: 280px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-stats-cards__image.mxd-stats-cards-image-1 {
    width: 470px;
    top: 4rem;
    left: -6rem;
  }

  .mxd-stats-cards__image.mxd-stats-cards-image-2 {
    width: 620px;
    padding-top: 0;
    top: 4rem;
    bottom: auto;
  }

  .mxd-stats-cards__image.mxd-stats-cards-image-3 {
    width: 620px;
  }

  .mxd-stats-cards__image.mxd-stats-cards-image-4 {
    width: 400px;
  }
}

.mxd-services-cards {
  position: relative;
}

.mxd-services-cards__item {
  height: auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-services-cards__item {
    height: 540px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-services-cards__item {
    height: 760px;
  }
}

.mxd-services-cards__inner {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .mxd-services-cards__inner.justify-end {
    justify-content: flex-end;
  }

  .mxd-services-cards__inner.justify-between {
    justify-content: space-between;
  }
}

.mxd-services-cards__controls {
  z-index: 2;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.mxd-services-cards__title {
  margin-bottom: 3.6rem;
  padding-right: 2.6rem;
}

.mxd-services-cards__title p {
  font: normal var(--fw-medium) 3.6rem / 1.1 var(--_font-accent);
  letter-spacing: -.06rem;
  color: var(--t-bright);
}

.mxd-services-cards__title p.opposite {
  color: var(--t-opp-bright);
}

.mxd-services-cards__title p.permanent-light {
  color: var(--pt-t-light-bright);
}

.mxd-services-cards__title p.permanent-dark {
  color: var(--pt-t-dark-bright);
}

@media only screen and (min-width: 768px) {
  .mxd-services-cards__title {
    margin-bottom: 3.4rem;
  }

  .mxd-services-cards__title p {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-services-cards__title {
    z-index: 1;
  }

  .mxd-services-cards__title.width-60 {
    width: 60%;
    max-width: 640px;
  }

  .mxd-services-cards__title.width-70 {
    width: 70%;
    max-width: 360px;
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-services-cards__title.width-70 {
    max-width: 440px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-services-cards__title {
    margin-bottom: 4rem;
  }

  .mxd-services-cards__title p {
    font-size: 7rem;
  }

  .mxd-services-cards__title.width-70 {
    max-width: 490px;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-services-cards__info {
    z-index: 1;
  }

  .mxd-services-cards__info.width-60 {
    width: 60%;
    max-width: 640px;
  }

  .mxd-services-cards__info.width-70 {
    width: 70%;
    max-width: 300px;
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-services-cards__info.width-70 {
    max-width: 440px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-services-cards__info.width-70 {
    max-width: 490px;
  }
}

.mxd-services-cards__tags {
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3.2rem;
  display: flex;
}

@media only screen and (min-width: 1600px) {
  .mxd-services-cards__tags {
    gap: 1.4rem;
    margin-bottom: 3.8rem;
  }
}

.mxd-services-cards__image {
  width: 100%;
  max-width: 400px;
  margin-top: 3.4rem;
}

.mxd-services-cards__image.mxd-services-cards-image-3 .image-2 {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .mxd-services-cards__image {
    z-index: 0;
    max-width: none;
    margin-top: 0;
    position: absolute;
  }

  .mxd-services-cards__image.mxd-services-cards-image-1 {
    width: 480px;
    bottom: -240px;
    right: 0;
  }

  .mxd-services-cards__image.mxd-services-cards-image-2 {
    width: 380px;
    bottom: -220px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .mxd-services-cards__image.mxd-services-cards-image-3 {
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
  }

  .mxd-services-cards__image.mxd-services-cards-image-3 .image-1, .mxd-services-cards__image.mxd-services-cards-image-3 .image-2 {
    position: absolute;
  }

  .mxd-services-cards__image.mxd-services-cards-image-3 .image-1 {
    width: 300px;
    top: -100px;
    left: 0;
  }

  .mxd-services-cards__image.mxd-services-cards-image-3 .image-2 {
    width: 480px;
    display: block;
    bottom: -180px;
    right: -40px;
  }

  .mxd-services-cards__image.mxd-services-cards-image-4 {
    width: 280px;
    top: 1rem;
    right: -50px;
  }

  .mxd-services-cards__image.mxd-services-cards-image-5 {
    width: 450px;
    bottom: -30px;
    right: -80px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-services-cards__image.mxd-services-cards-image-1 {
    width: 710px;
    bottom: -320px;
    right: 0;
  }

  .mxd-services-cards__image.mxd-services-cards-image-2 {
    width: 580px;
    bottom: -300px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .mxd-services-cards__image.mxd-services-cards-image-3 .image-1 {
    width: 400px;
    top: -180px;
    left: -3rem;
  }

  .mxd-services-cards__image.mxd-services-cards-image-3 .image-2 {
    width: 610px;
    display: block;
    bottom: -130px;
    right: 20px;
  }

  .mxd-services-cards__image.mxd-services-cards-image-4 {
    width: 410px;
    top: 1rem;
    right: -70px;
  }

  .mxd-services-cards__image.mxd-services-cards-image-5 {
    width: 670px;
    bottom: -50px;
    right: -100px;
  }
}

.mxd-services-cards-s {
  position: relative;
}

.mxd-services-cards-s__item {
  height: auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-services-cards-s__item {
    height: 420px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-services-cards-s__item {
    height: 600px;
  }
}

.mxd-services-cards-s__inner {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .mxd-services-cards-s__inner.justify-end {
    justify-content: flex-end;
  }

  .mxd-services-cards-s__inner.justify-between {
    justify-content: space-between;
  }
}

.mxd-services-cards-s__title {
  margin-bottom: 2.8rem;
}

.mxd-services-cards-s__title h3 {
  font-size: 3.6rem;
}

@media only screen and (min-width: 992px) {
  .mxd-services-cards-s__title {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-services-cards-s__title {
    z-index: 1;
    width: 100%;
  }

  .mxd-services-cards-s__title h3 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-services-cards-s__title h3 {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 992px) {
  .mxd-services-cards-s__info {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-services-cards-s__info {
    z-index: 1;
    width: 100%;
  }

  .mxd-services-cards-s__info.width-50 {
    width: 50%;
    max-width: 480px;
  }
}

.mxd-services-cards-s__tags {
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.6rem;
  display: flex;
}

.mxd-services-cards-s__image {
  width: 100%;
  margin-top: 2.8rem;
}

@media only screen and (min-width: 992px) {
  .mxd-services-cards-s__image {
    width: 50%;
    position: absolute;
    top: 0;
    right: -3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-services-cards-s__image {
    z-index: 0;
    max-width: none;
    margin-top: 0;
  }

  .mxd-services-cards-s__image.image-right {
    top: 3rem;
  }

  .mxd-services-cards-s__image.image-top-right {
    width: 260px;
    top: -80px;
    right: -30px;
  }

  .mxd-services-cards-s__image.image-bottom {
    width: 100%;
    max-width: 300px;
    inset: auto auto -160px 50%;
    transform: translateX(-50%);
  }

  .mxd-services-cards-s__image.image-bottom-2 {
    bottom: -260px;
  }

  .mxd-services-cards-s__image.image-top {
    width: 100%;
    max-width: 330px;
    top: -120px;
    right: auto;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-services-cards-s__image.image-top-right {
    width: 414px;
    top: -120px;
    right: -60px;
  }

  .mxd-services-cards-s__image.image-bottom {
    max-width: 470px;
    bottom: -200px;
  }

  .mxd-services-cards-s__image.image-bottom-2 {
    bottom: -350px;
  }

  .mxd-services-cards-s__image.image-top {
    max-width: 470px;
    top: -100px;
  }
}

.mxd-services-list {
  flex-direction: column;
  display: flex;
  position: relative;
}

.mxd-services-list.grid-top {
  padding-top: 14rem;
}

@media only screen and (min-width: 768px) {
  .mxd-services-list.grid-top {
    padding-top: 16rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-services-list.grid-top {
    padding-top: 20rem;
  }
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
  .mxd-services-list > .mxd-services-list__item {
    transition: opacity .3s;
  }

  .mxd-services-list:hover > .mxd-services-list__item:not(:hover) {
    opacity: .2;
  }
}

.mxd-services-list__item {
  margin-top: -2px;
  position: relative;
}

.mxd-services-list__item:first-of-type {
  margin-top: 0;
}

.mxd-services-list__border {
  width: -moz-calc(100% - 3rem);
  background-color: var(--st-bright);
  width: calc(100% - 3rem);
  height: 2px;
  position: relative;
  left: 1.5rem;
}

.mxd-services-list__inner {
  padding: 6rem 0;
}

.mxd-services-list__title {
  margin-bottom: 3.4rem;
}

.mxd-services-list__title p {
  font: normal var(--fw-medium) 4.4rem / .7 var(--_font-accent);
  letter-spacing: -.06rem;
  color: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
  .mxd-services-list__title {
    margin-bottom: 0;
  }

  .mxd-services-list__title p {
    font-size: 9rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-services-list__title p {
    font-size: 12rem;
  }
}

.mxd-services-list__descr {
  margin-bottom: 2.6rem;
}

.mxd-services-list__descr p {
  color: var(--t-medium);
  font-size: 1.8rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-services-list__descr {
    margin-bottom: 0;
  }
}

.mxd-services-list__tagslist ul li p {
  color: var(--t-medium);
  font-size: 1.8rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-services-list__tagslist {
    padding: 0 3rem;
  }
}

.mxd-cpb-list {
  position: relative;
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
  .mxd-cpb-list > .mxd-cpb-list__item {
    transition: opacity .3s;
  }

  .mxd-cpb-list:hover > .mxd-cpb-list__item:not(:hover) {
    opacity: .2;
  }
}

.mxd-cpb-list__item {
  margin-top: -2px;
  display: block;
  position: relative;
}

.mxd-cpb-list__item:first-of-type {
  margin-top: 0;
}

.mxd-cpb-list__divider {
  background-color: var(--st-bright);
  width: 100%;
  height: 2px;
  position: relative;
}

.mxd-cpb-list__content {
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0 3.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .mxd-cpb-list__content {
    padding: 3rem 0;
  }
}

.mxd-cpb-list__title {
  color: var(--t-bright);
  position: relative;
}

.mxd-cpb-list__num {
  font: normal var(--fw-medium) 2.2rem / 1.2 var(--_font-accent);
  color: var(--t-muted);
}

@media only screen and (min-width: 1200px) {
  .mxd-cpb-list__num {
    color: var(--t-bright);
    font-size: 3rem;
  }
}

.mxd-cpb-list__image {
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  margin-bottom: 4rem;
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .mxd-cpb-list__image {
    display: none;
  }
}

.mxd-res-list {
  position: relative;
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
  .mxd-res-list > .mxd-res-list__item {
    transition: opacity .3s;
  }

  .mxd-res-list:hover > .mxd-res-list__item:not(:hover) {
    opacity: .2;
  }
}

.mxd-res-list__item {
  margin-top: -2px;
  display: block;
  position: relative;
}

.mxd-res-list__item:first-of-type {
  margin-top: 0;
}

.mxd-res-list__divider {
  background-color: var(--st-bright);
  width: 100%;
  height: 2px;
  position: relative;
}

.mxd-res-list__content {
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 3.6rem 0 3.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .mxd-res-list__content {
    flex-direction: row;
    justify-content: space-between;
    padding: 6rem 0 7rem;
  }
}

.mxd-res-list__data {
  flex-direction: column;
  gap: 1.6rem;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .mxd-res-list__data {
    gap: 2.8rem;
  }
}

.mxd-res-list__source {
  margin-top: .2rem;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1600px) {
  .mxd-res-list__source {
    font-size: 1.8rem;
  }
}

.mxd-res-list__descr {
  max-width: 560px;
}

.mxd-res-list__year {
  margin-bottom: 1.1rem;
}

.mxd-res-list__year p {
  font-weight: var(--fw-medium);
  color: var(--t-bright);
}

.mxd-approach-list {
  flex-direction: column;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
  .mxd-approach-list > .mxd-approach-list__item {
    -webkit-transition: opacity var(--_animspeed-medium) ease;
    -moz-transition: opacity var(--_animspeed-medium) ease;
    transition: opacity var(--_animspeed-medium) ease;
  }

  .no-touch .mxd-approach-list:hover > .mxd-approach-list__item:not(:hover) {
    opacity: .2;
  }
}

.mxd-approach-list__item {
  width: 100%;
  margin-top: -2px;
  position: relative;
}

.mxd-approach-list__item:first-of-type {
  margin-top: 0;
}

.no-touch .mxd-approach-list__item:hover .mxd-approach-list__image img {
  animation-play-state: running;
}

.mxd-approach-list__border {
  width: -moz-calc(100% - 3rem);
  background-color: var(--st-bright);
  width: calc(100% - 3rem);
  height: 2px;
  position: relative;
  left: 1.5rem;
}

.mxd-approach-list__inner {
  padding: 7rem 0;
}

@media only screen and (min-width: 768px) {
  .mxd-approach-list__inner {
    padding: 8rem 0;
  }
}

.mxd-approach-list__image {
  width: 7rem;
  height: 7rem;
  margin-bottom: 2.4rem;
  display: block;
}

.mxd-approach-list__image img {
  animation: 5s linear infinite paused spin;
  display: block;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-approach-list__image {
    margin-bottom: 0;
  }
}

.mxd-approach-list__title {
  margin-bottom: 2.2rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-approach-list__title {
    text-align: right;
    margin-bottom: 0;
    padding: 0 3rem;
  }
}

.marquee {
  max-width: 100%;
  overflow: hidden;
}

.marquee.bright .marquee__image, .marquee.bright .marquee__text {
  color: var(--t-bright);
}

.marquee.medium .marquee__image, .marquee.medium .marquee__text {
  color: var(--t-medium);
}

.marquee.muted .marquee__image, .marquee.muted .marquee__text {
  color: var(--t-muted);
}

.marquee.muted-extra .marquee__image, .marquee.muted-extra .marquee__text {
  color: var(--t-muted-extra);
}

.marquee.permanent-desktop .marquee__image, .marquee.permanent-desktop .marquee__text {
  color: var(--t-bright);
}

@media only screen and (min-width: 1200px) {
  .marquee.permanent-desktop .marquee__image, .marquee.permanent-desktop .marquee__text {
    color: var(--pt-t-light-bright);
  }

  .marquee.permanent-desktop .marquee__text {
    font-weight: var(--fw-regular);
  }
}

.marquee--gsap .marquee__bottom, .marquee--gsap .marquee__top, .marquee-left--gsap .marquee__toleft, .marquee-right--gsap .marquee__toright {
  translate: -moz-calc(-100% + 100vw) !important;
  translate: calc(100vw - 100%) !important;
}

.items__container, .marquee__bottom, .marquee__toleft, .marquee__top, .marquee__toright {
  will-change: transform;
  width: max-content;
  display: flex;
  position: relative;
}

.marquee__item {
  margin-top: 1.5rem;
  margin-right: 1.5rem;
}

.marquee__item.one-line {
  margin-top: 0;
}

.marquee__item.item-regular-xl {
  margin-right: 3rem;
}

@media only screen and (min-width: 768px) {
  .marquee__item {
    margin-top: 3rem;
    margin-right: 3rem;
  }

  .marquee__item.one-line {
    margin-top: 0;
  }

  .marquee__item.item-regular-xl {
    margin-right: 6rem;
  }
}

.marquee__item {
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  align-items: center;
  gap: 20px;
  width: 430px;
  height: 320px;
  animation: 1s infinite animateZ;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee__item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.marquee__item.overflow-visible {
  overflow: visible;
}

.marquee__item.has-caption {
  background-color: var(--accent);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.marquee__item.has-caption p {
  font: normal var(--fw-medium) 2.2rem / 1.2 var(--_font-accent);
  color: var(--t-opp-bright);
}

.marquee__item.item-vertical {
  width: 400px;
  height: 460px;
}

.marquee__item.item-regular {
  background-color: #0000;
  border-radius: 0;
  gap: 0;
  width: auto;
  height: auto;
  animation: 1s infinite animateZ;
}

.marquee__item.item-regular-xl {
  gap: 3rem;
}

.marquee__item.item-partners {
  justify-content: center;
  width: 380px;
  height: 250px;
}

.marquee__item.item-partners:before {
  content: "";
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform var(--_animspeed-slow) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-slow) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-slow) var(--_animbezier), -moz-transform var(--_animspeed-slow) var(--_animbezier);
  transition: transform var(--_animspeed-slow) var(--_animbezier);
  transition: transform var(--_animspeed-slow) var(--_animbezier), -webkit-transform var(--_animspeed-slow) var(--_animbezier), -moz-transform var(--_animspeed-slow) var(--_animbezier);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
}

.marquee__item.item-partners img {
  width: 170px;
  height: auto;
}

.marquee__item.item-large {
  width: 830px;
  height: 630px;
}

@media only screen and (min-width: 768px) {
  .marquee__item {
    width: 490px;
    height: 360px;
  }

  .marquee__item.has-caption p {
    font-size: 3rem;
  }

  .marquee__item.item-vertical {
    width: 525px;
    height: 600px;
  }

  .marquee__item.item-regular-xl {
    gap: 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .marquee__item {
    width: 540px;
    height: 400px;
  }

  .marquee__item.item-vertical {
    width: 470px;
    height: 540px;
  }
}

@media only screen and (min-width: 1400px) {
  .marquee__item.item-large {
    width: 880px;
    height: 670px;
  }
}

@media only screen and (min-width: 1600px) {
  .marquee__item {
    width: 730px;
    height: 540px;
  }

  .marquee__item.has-caption p {
    font-size: 5rem;
  }

  .marquee__item.item-vertical {
    width: 525px;
    height: 600px;
  }

  .marquee__item.item-large {
    width: 1000px;
    height: 760px;
  }
}

.marquee__link {
  width: 100%;
  height: 100%;
  display: block;
}

.marquee__link img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.marquee__text {
  margin-right: 1.6rem;
}

.marquee__text.text-with-gliph {
  margin-right: 0;
}

.marquee__text.text-with-gliph:after {
  content: "*";
  padding-left: 1.6rem;
  display: inline;
}

@media only screen and (min-width: 1200px) {
  .marquee__text {
    margin-right: 3.6rem;
  }

  .marquee__text.text-with-gliph:after {
    padding-left: 3.6rem;
  }
}

.marquee__image {
  flex-shrink: 0;
  width: 4.1rem;
  height: 4.1rem;
}

.marquee__image.image-xl {
  width: 9rem;
  height: 9rem;
}

@media only screen and (min-width: 768px) {
  .marquee__image {
    width: 8.1rem;
    height: 8.1rem;
  }

  .marquee__image.image-xl {
    width: 14rem;
    height: 14rem;
  }
}

@media only screen and (min-width: 1400px) {
  .marquee__image.image-xl {
    width: 18rem;
    height: 18rem;
  }
}

.marquee__image img, .marquee__image video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.marquee__text {
  font: normal var(--fw-regular) 6rem / 1.2 var(--_font-accent);
  letter-spacing: -.06rem;
}

.marquee__text.text-xl {
  font-weight: var(--fw-medium);
  font-size: 20rem;
  line-height: .8;
}

@media only screen and (min-width: 768px) {
  .marquee__text {
    font-size: 12rem;
  }

  .marquee__text.text-xl {
    font-size: 30rem;
  }
}

@media only screen and (min-width: 1200px) {
  .marquee__text {
    font-size: 12rem;
  }
}

@media only screen and (min-width: 1400px) {
  .marquee__text.text-xl {
    font-size: 40rem;
  }
}

.marquee__component {
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  background-color: var(--base-tint);
  border: 1px solid var(--st-muted);
  width: auto;
  height: 280px;
  margin: 3rem 0;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.marquee__component img {
  border-radius: 1rem;
}

@media only screen and (min-width: 768px) {
  .marquee__component {
    border-radius: 2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .marquee__component {
    height: 320px;
  }
}

@keyframes toLeft {
  to {
    transform: translateX(-50%);
  }
}

@keyframes toRight {
  to {
    transform: translateX(0);
  }
}

@keyframes animateZ {
  to {
    transform: translateZ(1px);
  }
}

.stack-wrapper {
  width: 100%;
  position: relative;
}

.stack-wrapper.in-content-stack {
  margin-top: -7.6rem;
}

.stack-wrapper.mxd-hero-02-stack {
  margin-top: -10.6rem;
}

@media only screen and (min-width: 768px) {
  .stack-wrapper.mxd-hero-02-stack {
    margin-top: -13.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .stack-wrapper.mxd-hero-08-stack {
    margin-top: -1.6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .stack-wrapper.in-content-stack {
    margin-top: -4.6rem;
  }

  .stack-wrapper.mxd-hero-02-stack {
    margin-top: -13.6rem;
  }

  .stack-wrapper.mxd-hero-08-stack {
    margin-top: 2.3rem;
  }
}

.stack-offset {
  background-color: #0000;
  width: 100%;
  height: 10.6rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .stack-offset {
    height: 13.6rem;
  }
}

.services-stack {
  width: 100%;
  height: 75vh;
  min-height: 600px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .services-stack {
    height: 600px;
    min-height: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .services-stack {
    height: 760px;
  }
}

.stack-item {
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
  display: flex;
  position: absolute;
}

@media only screen and (min-width: 1600px) {
  .stack-item {
    padding-bottom: 6rem;
  }
}

.mxd-services-stack__inner {
  z-index: 0;
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2.6rem 3rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mxd-services-stack__inner.radius-dark {
  border-radius: 3.6rem;
}

.mxd-services-stack__inner.showcase-inner {
  padding: 2.6rem 3rem 3rem;
}

@media only screen and (min-width: 768px) {
  .mxd-services-stack__inner {
    padding: 4.2rem 5rem 0;
  }

  .mxd-services-stack__inner.showcase-inner {
    padding: 4.2rem 5rem 5rem;
  }

  .mxd-services-stack__inner.radius-dark {
    border-radius: 4.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .mxd-services-stack__inner {
    padding: 4.2rem 5rem 4.6rem;
  }

  .mxd-services-stack__inner.justify-end {
    justify-content: flex-end;
  }

  .mxd-services-stack__inner.justify-between {
    justify-content: space-between;
  }
}

.mxd-services-stack__container {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mxd-services-stack__controls {
  z-index: 1;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.mxd-services-stack__title {
  margin-bottom: 3.4rem;
  padding-right: 2.6rem;
}

.mxd-services-stack__title.showcase-title {
  flex-direction: column-reverse;
  gap: 0;
  width: 100%;
  margin-bottom: 1.8rem;
  padding-right: 0;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-services-stack__title.showcase-title {
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .mxd-services-stack__title {
    z-index: 1;
  }

  .mxd-services-stack__title.width-60 {
    width: 60%;
    max-width: 580px;
  }

  .mxd-services-stack__title.width-70 {
    width: 70%;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-services-stack__title h3 {
    font-size: 7rem;
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-services-stack__title.showcase-title {
    margin-bottom: 2.8rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-services-stack__title {
    margin-bottom: 4rem;
  }

  .mxd-services-stack__title.width-60 {
    max-width: 800px;
  }

  .mxd-services-stack__title.showcase-title {
    margin-bottom: 3rem;
  }
}

.mxd-services-stack__number {
  font: normal var(--fw-medium) 3.6rem / 1.2 var(--_font-accent);
}

.mxd-services-stack__number.t-muted {
  color: var(--t-muted);
}

.mxd-services-stack__number.t-muted-extra {
  color: var(--t-muted-extra);
}

.mxd-services-stack__number.t-opp-brigth {
  color: var(--t-opp-bright);
}

.mxd-services-stack__number.t-opp-muted {
  color: var(--t-opp-muted);
}

@media only screen and (min-width: 768px) {
  .mxd-services-stack__number {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-services-stack__number {
    font-size: 7rem;
  }
}

.mxd-services-stack__info {
  z-index: 1;
  margin-bottom: 3.3rem;
}

.mxd-services-stack__info.showcase-info {
  width: 100%;
  margin-bottom: 2.7rem;
}

@media only screen and (min-width: 768px) {
  .mxd-services-stack__info {
    width: 80%;
    margin-bottom: 3.3rem;
  }

  .mxd-services-stack__info.showcase-info {
    margin-bottom: 3.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .mxd-services-stack__info.width-60 {
    width: 60%;
    max-width: 470px;
    margin-bottom: 0;
  }

  .mxd-services-stack__info.width-70 {
    width: 70%;
    max-width: 300px;
  }

  .mxd-services-stack__info.showcase-info {
    width: 50%;
    padding-right: 1.5rem;
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-services-stack__info.showcase-info {
    margin-bottom: 4.4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-services-stack__info.width-60 {
    max-width: 610px;
  }

  .mxd-services-stack__info.width-70 {
    max-width: 490px;
  }

  .mxd-services-stack__info.showcase-info {
    margin-bottom: 5rem;
  }
}

.mxd-services-stack__works {
  flex-direction: column;
  flex: 1;
  gap: 1.5rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-services-stack__works {
    flex-direction: row;
    gap: 3rem;
  }
}

.mxd-services-stack__work {
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mxd-services-stack__work {
    width: -moz-calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
  }
}

.no-touch .mxd-services-stack__work:hover .mxd-services-stack__preview {
  filter: blur(10px);
  transform: scale(1.04);
}

.no-touch .mxd-services-stack__work:hover .mxd-preview-hover {
  opacity: 1;
  filter: blur();
}

.mxd-services-stack__preview {
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
  transition: all var(--_animspeed-medium) var(--_animbezier);
  position: absolute;
  top: 0;
  left: 0;
}

.mxd-services-stack__tags {
  display: none;
}

@media only screen and (min-width: 768px) {
  .mxd-services-stack__tags {
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
  }

  .mxd-services-stack__tags.tags-absolute {
    width: 100%;
    -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
    -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
    transition: all var(--_animspeed-medium) var(--_animbezier);
    padding: 2.6rem 3rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-services-stack__tags.tags-absolute {
    padding: 3.6rem 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-services-stack__tags {
    gap: 1.4rem;
  }
}

.services-stack__image {
  position: relative;
  overflow: hidden;
}

.services-stack__image .service-img-m {
  display: none;
}

@media only screen and (min-width: 992px) {
  .services-stack__image {
    z-index: 0;
    width: 100%;
    height: 100%;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  .services-stack__image .service-img {
    width: auto;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: -15%;
  }

  .services-stack__image .service-img-s {
    display: none;
  }

  .services-stack__image .service-img-m {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .services-stack__image .service-img {
    width: auto;
    height: 110%;
    max-height: none;
    position: absolute;
    bottom: -5%;
    right: 0;
  }
}

.portfolio-stack__inner {
  background-color: var(--base);
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  cursor: pointer;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-stack__descr {
  width: 100%;
  padding: 2.4rem 3rem;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .portfolio-stack__descr {
    width: 60%;
    padding: 2.6rem 3rem;
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .portfolio-stack__descr {
    width: 40%;
    padding: 4rem 5rem 4.6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .portfolio-stack__descr {
    width: 33.3334%;
  }
}

.portfolio-stack__title.dark {
  font-weight: 400;
}

.portfolio-stack__title.light {
  font-weight: 300;
}

.portfolio-stack__text {
  margin-top: 3rem;
  font-weight: 300;
}

.portfolio-stack__text.dark {
  font-weight: 400;
}

@media only screen and (min-width: 1400px) {
  .portfolio-stack__text {
    margin-top: 4rem;
  }
}

.projects-stack {
  width: 100%;
  height: 75vh;
  min-height: 600px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .projects-stack {
    height: 600px;
    min-height: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .projects-stack {
    height: 760px;
  }
}

.mxd-projects-stack__inner {
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  z-index: 0;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mxd-projects-stack__inner.justify-between {
  justify-content: space-between;
}

.mxd-projects-stack__inner.justify-end {
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .mxd-projects-stack__inner {
    padding: 5rem;
  }
}

.mxd-projects-stack__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mxd-projects-stack__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mxd-projects-stack__image img.mobile {
  display: block;
}

.mxd-projects-stack__image img.desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .mxd-projects-stack__image img.mobile {
    display: none;
  }

  .mxd-projects-stack__image img.desktop {
    display: block;
  }
}

.mxd-projects-stack__title {
  max-width: 600px;
  margin-bottom: 2.4rem;
  position: relative;
}

.mxd-projects-stack__title.no-margin {
  margin-bottom: 0;
}

.mxd-projects-stack__tags {
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1600px) {
  .mxd-projects-stack__tags {
    gap: 1.4rem;
  }
}

.mxd-testimonials-card {
  flex-direction: column;
  justify-content: space-between;
  gap: 4.6rem;
  height: auto;
  padding: 3rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-testimonials-card {
    justify-content: space-between;
    max-width: 460px;
    height: 600px;
    padding: 4rem;
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-testimonials-card {
    max-width: 500px;
    height: 640px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-testimonials-card {
    max-width: 630px;
    height: 700px;
  }
}

.mxd-testimonials-card__content {
  flex-direction: column;
  gap: 4.9rem;
  display: flex;
  position: relative;
}

.mxd-testimonials-card__media {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-testimonials-card__media {
    flex-direction: row;
    justify-content: space-between;
  }
}

.mxd-testimonials-card__photo {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
}

.mxd-testimonials-card__photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .mxd-testimonials-card__photo {
    width: 12rem;
    height: 12rem;
  }
}

.mxd-testimonials-card__company {
  max-width: 12rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-testimonials-card__company {
    max-width: 18rem;
  }
}

.mxd-testimonials-card__text p {
  margin-bottom: 3.3rem;
}

.mxd-testimonials-photo {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .mxd-testimonials-photo {
    height: 600px;
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-testimonials-photo {
    height: 640px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-testimonials-photo {
    height: 760px;
  }
}

.mxd-testimonials-photo__content {
  flex-direction: column;
  gap: 4rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .mxd-testimonials-photo__content {
    padding-right: 6rem;
  }
}

.mxd-testimonials-photo__author {
  gap: 1.5rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-testimonials-photo__author {
    gap: 3rem;
  }
}

.mxd-testimonials-photo__avatar {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
}

.mxd-testimonials-photo__avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .mxd-testimonials-photo__avatar {
    width: 12rem;
    height: 12rem;
  }
}

.mxd-testimonials-photo__info {
  width: -moz-calc(100% - 9.5rem);
  flex-direction: column;
  justify-content: center;
  gap: .6rem;
  width: calc(100% - 9.5rem);
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-testimonials-photo__info {
    width: auto;
  }
}

.mxd-testimonials-photo__position {
  line-height: 1.2;
}

.mxd-testimonials-photo__rating {
  gap: .8rem;
  margin-top: .5rem;
  display: flex;
}

.mxd-testimonials-photo__rating i {
  color: var(--t-bright);
  font-size: 1.8rem;
  display: block;
}

@media only screen and (min-width: 1600px) {
  .mxd-testimonials-photo__rating i {
    font-size: 2rem;
  }
}

.mxd-testimonials-photo__image {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .mxd-testimonials-photo__image {
    height: 100%;
  }
}

.mxd-testimonials-photo__image-inner {
  overflow: hidden;
}

.mxd-testimonials-photo__image-inner img {
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.mxd-testimonials-photo__text {
  margin-bottom: 6rem;
}

.mxd-testimonials-photo__text p {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 992px) {
  .mxd-testimonials-photo__text {
    margin-bottom: 0;
  }
}

.testimonials-slider {
  height: auto;
  padding: 0 3rem;
  position: relative;
}

.testimonials-slider.no-padding {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .testimonials-slider {
    padding: 0 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .testimonials-slider {
    padding: 0 1.5rem;
  }

  .testimonials-slider__shadow {
    background: -webkit-gradient(linear, left top, right top, from(rgba(var(--base-rgb), 0)), to(rgba(var(--base-rgb), 1)));
    background: -moz-linear-gradient(left, rgba(var(--base-rgb), 0) 0, rgba(var(--base-rgb), 1) 100%);
    background: linear-gradient(to right, rgba(var(--base-rgb), 0) 0, rgba(var(--base-rgb), 1) 100%);
    z-index: 1;
    width: 6rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.swiper-testimonials {
  height: 100%;
  padding-bottom: 7rem;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .swiper-testimonials.no-padding {
    padding-bottom: 0;
  }
}

.swiper-slide {
  filter: blur(4px);
  width: 100%;
  -webkit-transition: -webkit-filter var(--_animspeed-slow) var(--_animbezier);
  transition: -webkit-filter var(--_animspeed-slow) var(--_animbezier);
  -moz-transition: filter var(--_animspeed-slow) var(--_animbezier);
  transition: filter var(--_animspeed-slow) var(--_animbezier);
  transition: filter var(--_animspeed-slow) var(--_animbezier), -webkit-filter var(--_animspeed-slow) var(--_animbezier);
}

.swiper-slide.mxd-fullwidth-slide {
  width: 100%;
}

.swiper-slide.swiper-slide-active {
  filter: blur();
}

@media only screen and (min-width: 768px) {
  .swiper-slide {
    width: auto;
  }

  .swiper-slide.mxd-fullwidth-slide {
    width: 100%;
  }
}

.mxd-slider-btn {
  width: auto;
  height: auto;
  margin: 0;
  display: block;
  position: absolute;
  inset: auto auto .2rem;
}

.mxd-slider-btn:after {
  display: none;
}

.mxd-slider-btn-round-prev {
  left: 0;
}

.mxd-slider-btn-round-prev.v2 {
  bottom: .2rem;
  left: .2rem;
}

.mxd-slider-btn-round-next {
  left: 5.4rem;
}

.mxd-slider-btn-round-next.v2 {
  bottom: .2rem;
  left: auto;
  right: .2rem;
}

.mxd-swiper-pagination-fraction {
  font: normal var(--fw-regular) 1.6rem / 1.6 var(--_font-default);
  color: var(--t-bright);
}

.mxd-swiper-pagination-fraction.opposite {
  color: var(--t-opp-bright);
}

.swiper-testimonials__controls {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-testimonials__controls .mxd-slider-btn {
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  bottom: auto;
}

.swiper-testimonials__controls .mxd-slider-btn-round-prev, .swiper-testimonials__controls .mxd-slider-btn-round-next {
  left: auto;
}

.swiper-testimonials__controls .mxd-swiper-pagination-fraction {
  width: auto;
  position: relative;
  inset: auto;
}

@media only screen and (min-width: 992px) {
  .swiper-testimonials__controls {
    justify-content: start;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 1.5rem;
  }
}

.testimonials-slider-2 {
  height: auto;
  position: relative;
}

.swiper-testimonials-2 {
  height: 100%;
  padding-bottom: 7rem;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .swiper-testimonials-2.no-padding {
    padding-bottom: 0;
  }
}

.swiper-slide.no-blur {
  filter: blur();
}

.mxd-testimonials-image {
  position: relative;
}

.mxd-testimonials-image__content {
  flex-direction: column;
  gap: 4rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-testimonials-image__content {
    padding-bottom: 9.6rem;
    padding-right: 6rem;
  }
}

.mxd-testimonials-image__img {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-testimonials-image__img {
    align-items: center;
    display: flex;
  }
}

.mxd-testimonials-image__author {
  gap: 1.5rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-testimonials-image__author {
    gap: 3rem;
  }
}

.mxd-testimonials-image__avatar {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
}

.mxd-testimonials-image__avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .mxd-testimonials-image__avatar {
    width: 12rem;
    height: 12rem;
  }
}

.mxd-testimonials-image__info {
  width: -moz-calc(100% - 9.5rem);
  flex-direction: column;
  justify-content: center;
  gap: .6rem;
  width: calc(100% - 9.5rem);
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-testimonials-image__info {
    width: auto;
  }
}

.mxd-testimonials-image__position {
  line-height: 1.2;
}

.mxd-testimonials-image__rating {
  gap: .8rem;
  margin-top: .5rem;
  display: flex;
}

.mxd-testimonials-image__rating i {
  color: var(--t-bright);
  font-size: 1.8rem;
  display: block;
}

.mxd-testimonials-image__rating.opposite i {
  color: var(--t-opp-bright);
}

@media only screen and (min-width: 1600px) {
  .mxd-testimonials-image__rating i {
    font-size: 2rem;
  }
}

.mxd-testimonials-image__text {
  margin-bottom: 6rem;
}

.mxd-testimonials-image__text p {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-testimonials-image__text {
    margin-bottom: 0;
  }
}

.mxd-partners-cards {
  position: relative;
}

.mxd-partners-cards__item {
  height: 250px;
  position: relative;
}

.mxd-partners-cards__inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.mxd-partners-cards__inner:before {
  content: "";
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform var(--_animspeed-slow) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-slow) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-slow) var(--_animbezier), -moz-transform var(--_animspeed-slow) var(--_animbezier);
  transition: transform var(--_animspeed-slow) var(--_animbezier);
  transition: transform var(--_animspeed-slow) var(--_animbezier), -webkit-transform var(--_animspeed-slow) var(--_animbezier), -moz-transform var(--_animspeed-slow) var(--_animbezier);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
}

.no-touch .mxd-partners-cards__inner:hover:before {
  transform: scale(1.04);
}

.no-touch .mxd-partners-cards__inner:hover .mxd-partners-cards__logo img {
  opacity: 1;
}

.mxd-partners-cards__logo {
  width: 170px;
  height: auto;
}

.mxd-partners-cards__logo img {
  opacity: .6;
  -webkit-transition: opacity var(--_animspeed-slow) ease;
  -moz-transition: opacity var(--_animspeed-slow) ease;
  transition: opacity var(--_animspeed-slow) ease;
}

.mxd-tech-stack-cards {
  position: relative;
}

.mxd-tech-stack-cards.grid-cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  display: grid;
}

@media only screen and (min-width: 768px) {
  .mxd-tech-stack-cards.grid-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1400px) {
  .mxd-tech-stack-cards.grid-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

.mxd-tech-stack-cards__item {
  position: relative;
}

.mxd-tech-stack-cards__inner {
  align-items: center;
  gap: 2.6rem;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.mxd-tech-stack-cards__inner:before {
  content: "";
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform var(--_animspeed-slow) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-slow) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-slow) var(--_animbezier), -moz-transform var(--_animspeed-slow) var(--_animbezier);
  transition: transform var(--_animspeed-slow) var(--_animbezier);
  transition: transform var(--_animspeed-slow) var(--_animbezier), -webkit-transform var(--_animspeed-slow) var(--_animbezier), -moz-transform var(--_animspeed-slow) var(--_animbezier);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
}

.no-touch .mxd-tech-stack-cards__inner:hover:before {
  transform: scale(1.04);
}

.mxd-tech-stack-cards__inner-v2 {
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  height: 100%;
  padding: 3rem 1rem;
  display: flex;
  position: relative;
}

.mxd-tech-stack-cards__inner-v2:before {
  content: "";
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform var(--_animspeed-slow) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-slow) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-slow) var(--_animbezier), -moz-transform var(--_animspeed-slow) var(--_animbezier);
  transition: transform var(--_animspeed-slow) var(--_animbezier);
  transition: transform var(--_animspeed-slow) var(--_animbezier), -webkit-transform var(--_animspeed-slow) var(--_animbezier), -moz-transform var(--_animspeed-slow) var(--_animbezier);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
}

.no-touch .mxd-tech-stack-cards__inner-v2:hover:before {
  transform: scale(1.04);
}

@media only screen and (min-width: 768px) {
  .mxd-tech-stack-cards__inner-v2 {
    gap: 2.2rem;
    padding: 4rem 1rem;
  }
}

.mxd-tech-stack-cards__inner-v3 {
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  height: 100%;
  padding: 3rem 4rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-tech-stack-cards__inner-v3 {
    gap: 2.2rem;
    padding: 4rem 6rem;
  }
}

.mxd-tech-stack-cards__logo {
  -moz-border-radius: var(--_radius-pt-m);
  border-radius: var(--_radius-pt-m);
  background-color: var(--accent);
  width: 8rem;
  height: 8rem;
  color: var(--t-opp-bright);
  justify-content: center;
  align-items: center;
  display: flex;
}

.mxd-tech-stack-cards__logo img, .mxd-tech-stack-cards__logo svg {
  width: 4.4rem;
  height: auto;
  display: block;
}

.mxd-tech-stack-cards__logo svg {
  fill: currentColor;
}

.mxd-tech-stack-cards__icon {
  height: 7rem;
  position: relative;
}

.mxd-tech-stack-cards__icon img {
  width: auto;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .mxd-tech-stack-cards__icon {
    height: 9rem;
  }
}

.mxd-blog-preview {
  position: relative;
}

.mxd-blog-preview__item {
  flex-direction: column;
  padding-bottom: 3.2rem;
  display: flex;
}

.mxd-blog-preview__item:last-of-type {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .mxd-blog-preview__item {
    padding-bottom: 4.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-blog-preview__item {
    padding-bottom: 0;
  }
}

.mxd-blog-preview__media {
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  height: 460px;
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.no-touch .mxd-blog-preview__media:hover .mxd-preview-hover {
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

@media only screen and (min-width: 768px) {
  .mxd-blog-preview__media {
    height: 600px;
    margin-bottom: 2.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-blog-preview__media {
    height: 460px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-blog-preview__media {
    height: 600px;
  }
}

.mxd-blog-preview__image {
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 460px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mxd-blog-preview__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .mxd-blog-preview__image {
    height: 600px;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-blog-preview__image {
    height: 460px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-blog-preview__image {
    height: 600px;
  }
}

.mxd-blog-preview__tags {
  width: 100%;
  -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
  transition: all var(--_animspeed-medium) var(--_animbezier);
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2.6rem 3rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .mxd-blog-preview__tags {
    padding: 3.6rem 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-blog-preview__tags {
    gap: 1.4rem;
  }
}

.mxd-blog-preview__data {
  padding: 0 3rem;
}

.mxd-blog-preview__data a {
  font: normal var(--fw-regular) 2.2rem / 1.2 var(--_font-accent);
  color: var(--t-medium);
  background: -webkit-gradient(linear, left top, right top, from(#0000), to(#0000)), -webkit-gradient(linear, left top, right top, from(var(--t-bright)), to(var(--t-bright)));
  background: -moz-linear-gradient(left, #0000, #0000), -moz-linear-gradient(left, var(--t-bright), var(--t-bright));
  background: linear-gradient(to right, #0000, #0000), linear-gradient(to right, var(--t-bright), var(--t-bright));
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .3s, color .3s;
  -moz-transition: background-size .3s, color .3s, -moz-background-size .3s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  line-height: 1.2;
  text-decoration: none;
  transition: background-size .3s, color .3s, -moz-background-size .3s;
  display: inline;
}

.no-touch .mxd-blog-preview__data a:hover {
  color: var(--t-bright);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

.mxd-blog-preview__data a span {
  font-weight: var(--fw-medium);
  color: var(--t-bright);
  line-height: 1.2;
}

.mxd-blog-preview__data p {
  font: normal var(--fw-regular) 2.2rem / 1.2 var(--_font-accent);
}

@media only screen and (min-width: 768px) {
  .mxd-blog-preview__data {
    padding: 0 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-blog-preview__data a, .mxd-blog-preview__data p {
    font-size: 3rem;
  }
}

.mxd-accordion {
  position: relative;
}

@media only screen and (min-width: 1200px) and (hover) and (prefers-reduced-motion: no-preference) {
  .mxd-accordion > .mxd-accordion__item {
    transition: opacity .3s;
  }

  .mxd-accordion:hover > .mxd-accordion__item:not(:hover) {
    opacity: .2;
  }
}

.mxd-accordion__item {
  cursor: pointer;
  margin-top: -2px;
  position: relative;
}

.mxd-accordion__item:first-of-type {
  margin-top: 0;
}

.mxd-accordion__divider {
  background-color: var(--st-bright);
  width: 100%;
  height: 2px;
  position: relative;
}

.mxd-accordion__content {
  justify-content: space-between;
  align-items: center;
  padding: 0 0 3.6rem;
  display: none;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .mxd-accordion__content {
    padding: 0 0 3.4rem;
  }
}

.mxd-accordion__title {
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-accordion__title {
    padding: 3rem 0 3.4rem;
  }
}

.mxd-accordion__arrow {
  color: var(--t-bright);
  will-change: transform;
  -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  font-size: 2.2rem;
  line-height: 1.2;
  display: flex;
  transform: rotate(0);
}

@media only screen and (min-width: 1200px) {
  .mxd-accordion__arrow {
    font-size: 3rem;
  }
}

.accordion-rotate {
  transform: rotate(135deg);
}

.mxd-pricing-table, .mxd-pricing-table__item {
  position: relative;
}

.mxd-pricing-table__inner {
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  width: 100%;
  -webkit-transition: -webkit-box-shadow var(--_animspeed-slow) var(--_animbezier);
  transition: -webkit-box-shadow var(--_animspeed-slow) var(--_animbezier);
  -moz-transition: box-shadow var(--_animspeed-slow) var(--_animbezier), -moz-box-shadow var(--_animspeed-slow) var(--_animbezier);
  transition: box-shadow var(--_animspeed-slow) var(--_animbezier);
  transition: box-shadow var(--_animspeed-slow) var(--_animbezier), -webkit-box-shadow var(--_animspeed-slow) var(--_animbezier), -moz-box-shadow var(--_animspeed-slow) var(--_animbezier);
  flex-direction: column;
  gap: 3rem;
  padding: 3rem;
  display: flex;
  position: relative;
}

.no-touch .mxd-pricing-table__inner:hover {
  -webkit-box-shadow: 0 14px 28px rgba(var(--accent-rgb), .25), 0 10px 10px rgba(var(--accent-rgb), .12);
  -moz-box-shadow: 0 14px 28px rgba(var(--accent-rgb), .25), 0 10px 10px rgba(var(--accent-rgb), .12);
  box-shadow: 0 14px 28px rgba(var(--accent-rgb), .25), 0 10px 10px rgba(var(--accent-rgb), .12);
}

@media only screen and (min-width: 1200px) {
  .mxd-pricing-table__inner {
    height: 100%;
    padding: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-pricing-table__inner {
    padding: 5rem;
  }
}

.mxd-pricing-table__tag {
  position: absolute;
  top: -1.6rem;
  left: 3rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-pricing-table__tag {
    left: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-pricing-table__tag {
    left: 5rem;
  }
}

.mxd-pricing-table__data {
  flex-direction: column;
  flex: 1;
  gap: 3rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .mxd-pricing-table__data {
    justify-content: space-between;
  }
}

.pricing-data__header {
  flex-direction: column;
  display: flex;
}

.pricing-header__title {
  margin-bottom: 1rem;
}

.pricing-header__descr {
  font-size: 1.8rem;
}

@media only screen and (min-width: 1600px) {
  .pricing-header__descr {
    font-size: 1.8rem;
  }
}

.pricing-data__info {
  flex-direction: column;
  gap: 3rem;
  display: flex;
  position: relative;
}

.pricing-data__price {
  flex-direction: column;
  gap: .6rem;
  margin-bottom: 1.2rem;
  display: flex;
}

.pricing-data__num {
  align-items: flex-end;
  gap: .4rem;
  display: flex;
}

.pricing-data__currency, .pricing-data__period {
  font: normal var(--fw-regular) 1.8rem / 1.6 var(--_font-accent);
  color: var(--t-muted);
}

@media only screen and (min-width: 1600px) {
  .pricing-data__currency, .pricing-data__period {
    font-size: 2.2rem;
  }
}

.pricing-data__amount {
  font: normal var(--fw-semibold) 3.7rem / .45 var(--_font-accent);
  letter-spacing: -.2rem;
  color: var(--t-bright);
}

.pricing-data__btnholder {
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-bottom: 1.8rem;
  display: flex;
}

.pricing-data__divider {
  background-color: var(--base-opp);
  border-radius: .2rem;
  width: 100%;
  height: .2rem;
}

.mxd-pricing-table__plan {
  flex-direction: column;
  gap: .4rem;
  width: 100%;
  margin-top: .7rem;
  display: flex;
}

.pricing-plan__caption {
  font-size: 1.8rem;
}

@media only screen and (min-width: 1600px) {
  .pricing-plan__caption {
    font-size: 1.8rem;
  }
}

.mxd-pricing-table__link {
  gap: 1rem;
  width: 100%;
  display: flex;
}

.mxd-pricing-table__link a {
  font: normal var(--fw-regular) 1.8rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
  background: -webkit-gradient(linear, left top, right top, from(var(--t-bright)), to(var(--t-bright))), -webkit-gradient(linear, left top, right top, from(#0000), to(#0000));
  background: -moz-linear-gradient(left, var(--t-bright), var(--t-bright)), -moz-linear-gradient(left, #0000, #0000);
  background: linear-gradient(to right, var(--t-bright), var(--t-bright)), linear-gradient(to right, #0000, #0000);
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .4s, color .3s;
  -moz-transition: background-size .4s, color .3s, -moz-background-size .4s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .4s, color .3s, -moz-background-size .4s;
}

.no-touch .mxd-pricing-table__link a:hover {
  color: var(--t-bright);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

.mxd-team-cards {
  position: relative;
}

.mxd-team-cards__item {
  flex-direction: column;
  padding-bottom: 3.5rem;
  display: flex;
}

.mxd-team-cards__item:last-of-type {
  padding-bottom: 0;
}

.mxd-team-cards__item:last-of-type.padding-bottom-mobile {
  padding-bottom: 3.5rem;
}

.mxd-team-cards__item.no-padding-bottom {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .mxd-team-cards__item {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-team-cards__item, .mxd-team-cards__item:last-of-type, .mxd-team-cards__item:last-of-type.padding-bottom-mobile {
    padding-bottom: 0;
  }

  .mxd-team-cards__item.padding-bottom-desktop {
    padding-bottom: 3.5rem;
  }
}

.mxd-team-cards__h2-block {
  position: relative;
}

.mxd-team-cards__h2-block.right-block {
  padding-left: 0;
}

.mxd-team-cards__h2-block.left-block {
  padding-right: 0;
}

@media only screen and (min-width: 1200px) {
  .mxd-team-cards__h2-block.right-block {
    padding-left: 3rem;
  }

  .mxd-team-cards__h2-block.left-block {
    padding-right: 3rem;
  }
}

.mxd-team-cards__media {
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  height: 460px;
  margin-bottom: 1.7rem;
  position: relative;
  overflow: hidden;
}

.mxd-team-cards__media.no-margin {
  margin-bottom: 0;
}

.mxd-team-cards__media.overflow-visible {
  overflow: visible;
}

@media only screen and (min-width: 768px) {
  .mxd-team-cards__media {
    height: 460px;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-team-cards__media {
    height: 460px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-team-cards__media {
    height: 600px;
  }
}

.mxd-team-cards__career {
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.mxd-team-cards__career:before {
  content: "";
  background-color: var(--base-tint);
  -moz-border-radius: var(--_radius-m);
  border-radius: var(--_radius-m);
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform var(--_animspeed-slow), -webkit-box-shadow var(--_animspeed-slow) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-slow), -webkit-box-shadow var(--_animspeed-slow) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-slow), box-shadow var(--_animspeed-slow) var(--_animbezier), -moz-transform var(--_animspeed-slow), -moz-box-shadow var(--_animspeed-slow) var(--_animbezier);
  transition: transform var(--_animspeed-slow), box-shadow var(--_animspeed-slow) var(--_animbezier);
  transition: transform var(--_animspeed-slow), box-shadow var(--_animspeed-slow) var(--_animbezier), -webkit-transform var(--_animspeed-slow), -moz-transform var(--_animspeed-slow), -webkit-box-shadow var(--_animspeed-slow) var(--_animbezier), -moz-box-shadow var(--_animspeed-slow) var(--_animbezier);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
}

.no-touch .mxd-team-cards__career:hover:before {
  -webkit-box-shadow: 0 14px 28px rgba(var(--accent-rgb), .25), 0 10px 10px rgba(var(--accent-rgb), .12);
  -moz-box-shadow: 0 14px 28px rgba(var(--accent-rgb), .25), 0 10px 10px rgba(var(--accent-rgb), .12);
  box-shadow: 0 14px 28px rgba(var(--accent-rgb), .25), 0 10px 10px rgba(var(--accent-rgb), .12);
  transform: scale(1.04);
}

.career__image {
  width: 256px;
  height: auto;
  padding-bottom: 4rem;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translateX(-50%)translateY(-50%);
}

.career__caption {
  text-align: center;
  flex-direction: column;
  width: 100%;
  padding: 1.6rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .career__caption {
    padding: 2.6rem;
  }
}

.mxd-team-cards__photo {
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 460px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mxd-team-cards__photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .mxd-team-cards__photo {
    height: 460px;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-team-cards__photo {
    height: 460px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-team-cards__photo {
    height: 600px;
  }
}

.mxd-team-cards__socials {
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  padding: 1.6rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .mxd-team-cards__socials {
    padding: 2.6rem;
  }
}

.mxd-team-cards__info {
  padding: 0 1.6rem;
}

@media only screen and (min-width: 768px) {
  .mxd-team-cards__info {
    padding: 0 2.6rem;
  }
}

.mxd-values {
  position: relative;
}

.mxd-values__item {
  flex-direction: column;
  display: flex;
}

.mxd-values__item.mobile-reverse {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1200px) {
  .mxd-values__item.mobile-reverse {
    flex-direction: column;
  }
}

.mxd-values__lists {
  padding: 6rem 3rem 0;
}

@media only screen and (min-width: 768px) {
  .mxd-values__lists {
    padding: 6.4rem 4rem 0;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-values__lists {
    padding: 0;
  }
}

.mxd-values__lists-item {
  margin-bottom: 2.6rem;
}

.mxd-values__lists-item:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .mxd-values__lists-item {
    margin-bottom: 0;
  }
}

.mxd-values__image {
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 460px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-values__image {
    height: 600px;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-values__image.image-large-desktop {
    height: 930px;
  }
}

.mxd-values__descr {
  padding: 5.4rem 3rem 5.9rem;
}

.mxd-values__descr.has-top-list {
  padding: 4.6rem 3rem 5.9rem;
}

@media only screen and (min-width: 768px) {
  .mxd-values__descr {
    padding: 6.4rem 4rem 6.9rem;
  }

  .mxd-values__descr.has-top-list {
    padding: 5.5rem 4rem 6.9rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-values__descr, .mxd-values__descr.has-top-list {
    padding: 6.4rem 4rem 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-values__descr, .mxd-values__descr.has-top-list {
    padding: 6rem 4rem 0;
  }
}

.mxd-project {
  width: 100%;
  min-width: 360px;
  position: relative;
}

.mxd-project__block {
  margin-top: 12.3rem;
  margin-bottom: 13.1rem;
  position: relative;
}

.mxd-project__block.pre-grid {
  margin-bottom: 10.1rem;
}

.mxd-project__block.no-margin {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .mxd-project__block {
    margin-top: 13.1rem;
    margin-bottom: 15.1rem;
  }

  .mxd-project__block.pre-grid {
    margin-bottom: 12.1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-project__block {
    margin-top: 14.3rem;
    margin-bottom: 15.1rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-project__block {
    margin-top: 18.3rem;
    margin-bottom: 19rem;
  }

  .mxd-project__block.pre-grid {
    margin-bottom: 16.1rem;
  }
}

.mxd-project__subtitle {
  position: relative;
}

.mxd-project__paragraph {
  flex-direction: column;
  gap: 2rem;
  margin-top: 1.8rem;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .mxd-project__paragraph {
    margin-top: 1.3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-project__paragraph {
    gap: 3rem;
    margin-top: .4rem;
  }

  .mxd-project__paragraph.medium-text {
    margin-top: .8rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-project__paragraph {
    max-width: 855px;
  }

  .mxd-project__paragraph.medium-text {
    margin-top: .6rem;
  }
}

.mxd-project__controls {
  margin-top: 1.3rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-project__controls {
    margin-top: 1.4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-project__controls {
    margin-top: 1.7rem;
  }
}

.mxd-project__client {
  margin-top: .2rem;
}

@media only screen and (min-width: 1200px) {
  .mxd-project__client {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-project__client {
    margin-top: .2rem;
  }
}

.mxd-project-cards {
  position: relative;
}

.mxd-project-cards__item {
  height: 460px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-project-cards__item {
    height: 420px;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-project-cards__item {
    height: 600px;
  }
}

.mxd-project-cards__inner {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mxd-project-cards__inner img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mxd-project__nav {
  padding-top: 3rem;
  padding-bottom: 13.3rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mxd-project__nav {
    padding-bottom: 15.1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-project__nav {
    padding-top: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-project__nav {
    padding-bottom: 19.1rem;
  }
}

.mxd-project__divider {
  width: -moz-calc(100% - 3rem);
  background-color: var(--base-opp);
  width: calc(100% - 3rem);
  height: .2rem;
  position: absolute;
  top: 0;
  left: 1.5rem;
}

.mxd-project__navitem {
  flex-direction: column;
  display: flex;
}

.mxd-project__navitem.left {
  align-items: start;
}

.mxd-project__navitem.right {
  text-align: right;
  align-items: end;
}

.mxd-project__link {
  font: normal var(--fw-medium) 2.2rem / 1.2 var(--_font-accent);
  color: var(--t-bright);
}

.mxd-project__link.opposite {
  color: var(--t-opp-bright);
}

.mxd-project__link span {
  background: -webkit-gradient(linear, left top, right top, from(#0000), to(#0000)), -webkit-gradient(linear, left top, right top, from(var(--t-bright)), to(var(--t-bright)));
  background: -moz-linear-gradient(left, #0000, #0000), -moz-linear-gradient(left, var(--t-bright), var(--t-bright));
  background: linear-gradient(to right, #0000, #0000), linear-gradient(to right, var(--t-bright), var(--t-bright));
  -moz-background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size .3s, color .3s;
  -moz-transition: background-size .3s, color .3s, -moz-background-size .3s;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  text-decoration: none;
  transition: background-size .3s, color .3s, -moz-background-size .3s;
}

.no-touch .mxd-project__link span:hover {
  color: var(--t-bright);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

@media only screen and (min-width: 768px) {
  .mxd-project__link {
    font-size: 3.4rem;
  }
}

/* [project]/public/css/styles.css [app-client] (css) */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

.mxd-nav__wrap {
  pointer-events: none;
  display: block;
}

@media only screen and (max-width: 767px) {
  body.is-blog-page .mxd-nav__wrap, body[data-path*="blog-article"] .mxd-nav__wrap, body[data-path*="blog-standard"] .mxd-nav__wrap, html[data-blog-page="true"] .mxd-nav__wrap, html[data-blog-page="true"] body .mxd-nav__wrap {
    pointer-events: all !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 102 !important;
    display: block !important;
  }

  body.is-blog-page .mxd-nav__contain, body[data-path*="blog-article"] .mxd-nav__contain, html[data-blog-page="true"] .mxd-nav__contain, body.is-blog-page .mxd-nav__contain.loading__fade, body[data-path*="blog-article"] .mxd-nav__contain.loading__fade, html[data-blog-page="true"] .mxd-nav__contain.loading__fade {
    pointer-events: all !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: flex !important;
  }

  body.is-blog-page .mxd-nav__hamburger, body[data-path*="blog-article"] .mxd-nav__hamburger, html[data-blog-page="true"] .mxd-nav__hamburger {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: all !important;
    display: flex !important;
  }
}

.mxd-nav__wrap.active_menu {
  pointer-events: all;
}

.mxd-menu__wrapper {
  pointer-events: none;
  display: block;
}

.mxd-menu__wrapper.active_menu {
  pointer-events: all;
}

.mxd-menu__wrapper .fade-in-elm {
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
}

.tag-outline-permanent.permanent-dark {
  border-style: solid !important;
  border-color: var(--pt-st-dark-bright) !important;
  color: var(--pt-t-dark-bright) !important;
  background-color: #0000 !important;
}

.tag-outline-permanent.permanent-light {
  border-style: solid !important;
  border-color: var(--pt-st-light-bright) !important;
  color: var(--pt-t-light-bright) !important;
  background-color: #0000 !important;
}

.mxd-menu__wrapper.active_menu .fade-in-elm {
  visibility: visible;
  opacity: 1;
}

.mxd-menu__wrapper .fade-in-up-elm {
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  transform: translateY(25px);
}

.mxd-menu__wrapper.active_menu .fade-in-up-elm {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.submenu {
  height: 0;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.videoModal__bodyOpen {
  overflow: hidden;
}

.videoModal__overlay {
  z-index: 111;
  background: #000c;
  place-items: center;
  display: grid;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.videoModal__content {
  background: none;
  border: none;
  outline: none;
  overflow: hidden;
}

.videoModal__playerWrap {
  aspect-ratio: 16 / 9;
  width: min(90vw, 1600px);
  max-width: 1200px;
  position: relative;
}

.swiper-navigation-icon {
  display: none;
}

.hamburger__line {
  transition: all .3s;
}

.nav-open .hamburger__line:first-child {
  transform: translate(0, 5px)rotate(45deg);
}

.nav-open .hamburger__line:last-child {
  transform: translate(0, -5px)rotate(-45deg);
}

.loading__item, .loading__fade {
  opacity: 0;
}

#contact .loading__item, #contact .loading__fade {
  opacity: 1 !important;
}

#contact .mxd-section-inner-headline, #contact .mxd-section-inner-headline * {
  opacity: 1 !important;
  visibility: visible !important;
}

@keyframes fadeInFallback {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mobile-only {
  text-align: center;
  margin: 0;
  padding: 1rem 2rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .mxd-hero-03__top {
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    display: flex;
    position: relative;
  }

  .hero-03-headline__caption {
    margin-bottom: 58rem;
    font-size: 2rem;
  }

  .mxd-hero-03__marquee.loading__item {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    display: flex;
    position: absolute !important;
    inset: 50% auto auto 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  .mxd-hero-03__marquee .marquee {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mxd-hero-03__marquee .marquee__item {
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-03-marquee__video, .hero-03-marquee__image {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mxd-hero-03__top {
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    display: flex;
    position: relative;
  }

  .mxd-hero-03__marquee.loading__item {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    display: flex;
    position: absolute !important;
    inset: 50% auto auto 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  .mxd-hero-03__marquee .marquee {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mxd-hero-03__marquee .marquee__item {
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-03-marquee__video, .hero-03-marquee__image {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
  }
}

.hero-03-headline__svg, .hero-03-headline__svg-mobile {
  color: #e083ff !important;
}

.hero-03-headline__svg g, .hero-03-headline__svg-mobile g, .hero-03-headline__svg path, .hero-03-headline__svg-mobile path {
  fill: #e083ff !important;
}

.mxd-services-cards-s__image img, .mxd-services-cards-s__image picture, .mxd-services-cards-s__image {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.mxd-services-cards-s, .container-fluid.px-0 {
  overflow: hidden;
}

.mxd-section.padding-grid-pre-mtext .mxd-pricing-table {
  font-size: .9em;
}

.mxd-section.padding-grid-pre-mtext .mxd-pricing-table h4 {
  font-size: 1.5em;
}

.mxd-section.padding-grid-pre-mtext .mxd-pricing-table .pricing-data__num {
  font-size: .85em;
}

.mxd-section.padding-grid-pre-mtext .mxd-pricing-table .mxd-check-list li {
  font-size: .9em;
}

.mxd-pricing-table__inner.best-choice {
  border: 0px solid var(--accent) !important;
  box-shadow: 0 14px 28px #9f8be7, 0 10px 10px rgba(var(--accent-rgb), .12) !important;
}

.mxd-pricing-table__tag .tag.tag-accent {
  background-color: var(--accent) !important;
  border-color: var(--accent) !important;
  color: var(--t-opp-bright) !important;
}

.mxd-pricing-table__tag .tag.tag-additional {
  background-color: var(--additional) !important;
  border-color: var(--additional) !important;
  color: var(--t-opp-bright) !important;
}

body[data-path*="blog-article"], body[data-path*="blog-standard"] {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto !important;
}

.mxd-page-content.inner-page-content {
  will-change: auto;
  transform: translateZ(0);
}

html[data-blog-page="true"] {
  scroll-behavior: auto !important;
}

@media only screen and (max-width: 767px) {
  body.is-blog-page .mxd-header, body[data-path*="blog-article"] .mxd-header, body[data-path*="blog-standard"] .mxd-header, html[data-blog-page="true"] .mxd-header, html[data-blog-page="true"] body .mxd-header {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    z-index: 103 !important;
    display: flex !important;
    position: absolute !important;
    transform: scaleY(1) !important;
  }

  body.is-blog-page .mxd-header.is-hidden, body[data-path*="blog-article"] .mxd-header.is-hidden, body[data-path*="blog-standard"] .mxd-header.is-hidden, html[data-blog-page="true"] .mxd-header.is-hidden {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scaleY(1) !important;
  }

  body.is-blog-page .mxd-header__controls, body[data-path*="blog-article"] .mxd-header__controls, body[data-path*="blog-standard"] .mxd-header__controls, html[data-blog-page="true"] .mxd-header__controls, body.is-blog-page .mxd-header__controls.loading__fade, body[data-path*="blog-article"] .mxd-header__controls.loading__fade, html[data-blog-page="true"] .mxd-header__controls.loading__fade {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    z-index: 104 !important;
    display: flex !important;
    position: relative !important;
  }

  body.is-blog-page .mxd-header__controls > *, body[data-path*="blog-article"] .mxd-header__controls > *, html[data-blog-page="true"] .mxd-header__controls > * {
    pointer-events: all !important;
    opacity: 1 !important;
    z-index: 105 !important;
    cursor: pointer !important;
    position: relative !important;
  }

  body.is-blog-page .mxd-header__controls button, body[data-path*="blog-article"] .mxd-header__controls button, html[data-blog-page="true"] .mxd-header__controls button, body.is-blog-page .mxd-header__controls .btn, body[data-path*="blog-article"] .mxd-header__controls .btn, html[data-blog-page="true"] .mxd-header__controls .btn, body.is-blog-page .mxd-header__controls .btn-anim, body[data-path*="blog-article"] .mxd-header__controls .btn-anim, html[data-blog-page="true"] .mxd-header__controls .btn-anim, body.is-blog-page .mxd-header__controls a, body[data-path*="blog-article"] .mxd-header__controls a, html[data-blog-page="true"] .mxd-header__controls a, body.is-blog-page .mxd-header__controls .btn-anim[href], body[data-path*="blog-article"] .mxd-header__controls .btn-anim[href], html[data-blog-page="true"] .mxd-header__controls .btn-anim[href], body.is-blog-page .mxd-color-switcher, body[data-path*="blog-article"] .mxd-color-switcher, html[data-blog-page="true"] .mxd-color-switcher, body.is-blog-page #color-switcher, body[data-path*="blog-article"] #color-switcher, html[data-blog-page="true"] #color-switcher {
    pointer-events: all !important;
    opacity: 1 !important;
    cursor: pointer !important;
    z-index: 105 !important;
    position: relative !important;
  }

  body.is-blog-page .mxd-nav__wrap, body[data-path*="blog-article"] .mxd-nav__wrap, body[data-path*="blog-standard"] .mxd-nav__wrap, html[data-blog-page="true"] .mxd-nav__wrap, html[data-blog-page="true"] body .mxd-nav__wrap {
    visibility: visible !important;
    pointer-events: all !important;
    z-index: 102 !important;
    opacity: 1 !important;
    display: block !important;
    position: fixed !important;
  }

  body.is-blog-page .mxd-nav__contain, body[data-path*="blog-article"] .mxd-nav__contain, body[data-path*="blog-standard"] .mxd-nav__contain, html[data-blog-page="true"] .mxd-nav__contain {
    visibility: visible !important;
    pointer-events: all !important;
    opacity: 1 !important;
    display: flex !important;
  }

  body.is-blog-page .mxd-nav__hamburger, body[data-path*="blog-article"] .mxd-nav__hamburger, body[data-path*="blog-standard"] .mxd-nav__hamburger, html[data-blog-page="true"] .mxd-nav__hamburger, html[data-blog-page="true"] body .mxd-nav__hamburger {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: all !important;
    display: flex !important;
  }

  body.is-blog-page .mxd-nav__hamburger .hamburger__line, body[data-path*="blog-article"] .mxd-nav__hamburger .hamburger__line, html[data-blog-page="true"] .mxd-nav__hamburger .hamburger__line {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* [project]/node_modules/react-toastify/dist/ReactToastify.css [app-client] (css) */
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74d3c;
  --toastify-color-transparent: #ffffffb3;
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px #0000001a;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: .2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  flex-direction: column;
  display: flex;
  position: fixed;
}

.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}

.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}

.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast {
  --y: 0;
  touch-action: none;
  width: var(--toastify-toast-width);
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  padding: var(--toastify-toast-padding);
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: var(--toastify-toast-shadow);
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  z-index: 0;
  word-break: break-word;
  flex: auto;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
  }

  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }

  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }

  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }

  .Toastify__toast {
    --toastify-toast-width: 100%;
    border-radius: 0;
    margin-bottom: 0;
  }
}

.Toastify__toast-container[data-stacked="true"] {
  width: var(--toastify-toast-width);
}

.Toastify__toast--stacked {
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform .3s;
  position: absolute;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity .1s;
}

.Toastify__toast--stacked[data-collapsed="false"] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed="true"]:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: "";
  height: calc(var(--g) * 1px);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.Toastify__toast--stacked[data-pos="top"] {
  top: 0;
}

.Toastify__toast--stacked[data-pos="bot"] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos="bot"].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos="top"].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleY(3);
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-icon {
  flex-shrink: 0;
  width: 22px;
  margin-inline-end: 10px;
  display: flex;
}

.Toastify--animate {
  animation-duration: .5s;
  animation-fill-mode: both;
}

.Toastify--animate-icon {
  animation-duration: .3s;
  animation-fill-mode: both;
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light, .Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  cursor: pointer;
  opacity: .7;
  z-index: 1;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  transition: all .3s;
  position: absolute;
  top: 6px;
  right: 6px;
}

.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: unset;
}

.Toastify__close-button--light {
  color: #000;
  opacity: .3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  width: 14px;
  height: 16px;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  z-index: 1;
  opacity: .7;
  transform-origin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Toastify__progress-bar--animated {
  animation: linear forwards Toastify__trackProgress;
}

.Toastify__progress-bar--controlled {
  transition: transform .2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: 100%;
  border-bottom-left-radius: initial;
}

.Toastify__progress-bar--wrp {
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.Toastify__progress-bar--wrp[data-hidden="true"] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  box-sizing: border-box;
  border: 2px solid;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  animation: .65s linear infinite Toastify__spin;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y)  - 10px), 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y)  + 20px), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y)  - 10px), 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y)  + 20px), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
  }

  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
  }

  60% {
    opacity: 1;
    transform: perspective(400px)rotate3d(1, 0, 0, 10deg);
  }

  80% {
    transform: perspective(400px)rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }

  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    visibility: visible;
    transform: translate3d(110%, 0, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-110%, 0, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 110%, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -110%, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=_642aa765._.css.map*/