/*!
 * # Fomantic-UI 2.9.4 - Header
 * https://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * https://opensource.org/licenses/MIT
 *
 */


/*******************************
            Header
*******************************/


/* Standard */
.ui.header {
  border: none;
  margin: calc(2rem - 0.1428571428571429em) 0 1rem;
  padding: 0 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  line-height: 1.28571429em;
  text-transform: none;
  color: #0f172a;
}
.ui.header:first-child {
  margin-top: -0.14285714em;
}
.ui.header:last-child {
  margin-bottom: 0;
}

/* --------------
       Sub Header
    --------------- */
.ui.header .sub.header {
  display: block;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.2em;
  color: rgba(0, 0, 0, 0.6);
}

/* --------------
      Icon
--------------- */
.ui.header > .icons,
.ui.header > i.icon {
  display: table-cell;
  opacity: 1;
  font-size: 1.5em;
  padding-top: 0;
  vertical-align: middle;
}

/* With Text Node */
.ui.header:not(.icon) > .icons:only-child,
.ui.header:not(.icon) > i.icon:only-child {
  display: inline-block;
  padding: 0;
  margin-right: 0.75rem;
}

/* -------------------
        Image
-------------------- */
.ui.header > .image:not(.icon),
.ui.header > img {
  display: inline-block;
  margin-top: 0.14285714em;
  width: 2.5em;
  height: auto;
  vertical-align: middle;
}
.ui.header > .image:not(.icon):only-child,
.ui.header > img:only-child {
  margin-right: 0.75rem;
}

/* --------------
     Content
--------------- */
.ui.header .content {
  display: inline-block;
  vertical-align: top;
}

/* After Image */
.ui.header > img + .content,
.ui.header > .image + .content {
  padding-left: 0.75rem;
  vertical-align: middle;
}

/* After Icon */
.ui.header:not(.icon):not(.centered, .aligned) > .icons + .content,
.ui.header:not(.icon):not(.centered, .aligned) > i.icon + .content {
  padding-left: 0.75rem;
  display: table-cell;
  vertical-align: middle;
}

/* --------------
 Loose Coupling
--------------- */
.ui.header .ui.label {
  font-size: "";
  margin-left: 0.5rem;
  vertical-align: middle;
}

/* Positioning */
.ui.header + p {
  margin-top: 0;
}


/*******************************
            Types
*******************************/


/* --------------
     Page
--------------- */
h1.ui.header {
  font-size: 2rem;
}
h1.ui.header .sub.header {
  font-size: 1.14285714rem;
}
h2.ui.header {
  font-size: 1.71428571rem;
}
h2.ui.header .sub.header {
  font-size: 1.14285714rem;
}
h3.ui.header {
  font-size: 1.28571429rem;
}
h3.ui.header .sub.header {
  font-size: 1rem;
}
h4.ui.header {
  font-size: 1.07142857rem;
}
h4.ui.header .sub.header {
  font-size: 1rem;
}
h5.ui.header {
  font-size: 1rem;
}
h5.ui.header .sub.header {
  font-size: 0.92857143rem;
}
h6.ui.header {
  font-size: 0.85714286rem;
}
h6.ui.header .sub.header {
  font-size: 0.92857143rem;
}

/* --------------
 Content Heading
--------------- */
.ui.mini.header {
  font-size: 0.85714286em;
}
.ui.mini.header .sub.header {
  font-size: 0.92857143rem;
}
.ui.mini.sub.header {
  font-size: 0.78571429em;
}
.ui.tiny.header {
  font-size: 1em;
}
.ui.tiny.header .sub.header {
  font-size: 0.92857143rem;
}
.ui.tiny.sub.header {
  font-size: 0.78571429em;
}
.ui.small.header {
  font-size: 1.07142857em;
}
.ui.small.header .sub.header {
  font-size: 1rem;
}
.ui.small.sub.header {
  font-size: 0.78571429em;
}
.ui.large.header {
  font-size: 1.71428571em;
}
.ui.large.header .sub.header {
  font-size: 1.14285714rem;
}
.ui.large.sub.header {
  font-size: 0.92857143em;
}
.ui.big.header {
  font-size: 1.85714286em;
}
.ui.big.header .sub.header {
  font-size: 1.14285714rem;
}
.ui.big.sub.header {
  font-size: 1em;
}
.ui.huge.header {
  font-size: 2em;
  min-height: 1em;
}
.ui.huge.header .sub.header {
  font-size: 1.14285714rem;
}
.ui.huge.sub.header {
  font-size: 1em;
}
.ui.massive.header {
  font-size: 2.28571429em;
  min-height: 1em;
}
.ui.massive.header .sub.header {
  font-size: 1.42857143rem;
}
.ui.massive.sub.header {
  font-size: 1.14285714em;
}

/* --------------
       Sub Heading
    --------------- */
.ui.sub.header {
  padding: 0;
  margin-bottom: 0.14285714rem;
  font-weight: 600;
  font-size: 0.85714286em;
  text-transform: uppercase;
  color: "";
}

/* -------------------
            Icon
    -------------------- */
.ui.icon.header {
  display: inline-block;
  text-align: center;
  margin: 2rem 0 1rem;
}
.ui.icon.header::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.icon.header:first-child {
  margin-top: 0;
}
.ui.icon.header > .image.icon,
.ui.icon.header > .icons,
.ui.icon.header > i.icon {
  float: none;
  display: block;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0;
  font-size: 3em;
  margin: 0 auto 0.5rem;
  opacity: 1;
}
.ui.icon.header .corner.icon {
  font-size: calc(3em * 0.45);
}
.ui.icon.header .content {
  display: block;
  padding: 0;
}
.ui.icon.header > i.circular {
  font-size: 2em;
}
.ui.icon.header > i.square {
  font-size: 2em;
}
.ui.block.icon.header > .image.icon,
.ui.block.icon.header > .icons,
.ui.block.icon.header > i.icon {
  margin-bottom: 0;
}
.ui.icon.header.aligned {
  margin-left: auto;
  margin-right: auto;
  display: block;
}


/*******************************
            States
*******************************/

.ui.disabled.header {
  opacity: 0.45;
}


/*******************************
           Variations
*******************************/


/* -------------------
          Inverted
    -------------------- */
.ui.inverted.header {
  color: #fff;
}
.ui.inverted.header .sub.header {
  color: rgba(255, 255, 255, 0.8);
}
.ui.inverted.attached.header {
  background: #0f172a;
  box-shadow: none;
  border-color: transparent;
}
.ui.inverted.block.header {
  background: #475569 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  box-shadow: none;
  border-bottom: none;
}

/* -------------------
       Colors
-------------------- */
.ui.primary.header {
  color: #2563eb;
}
a.ui.primary.header:hover {
  color: #0a51ec;
}
.ui.primary.dividing.header {
  border-bottom: 2px solid #2563eb;
}
.ui.inverted.primary.header.header.header {
  color: #60a5fa;
}
a.ui.inverted.primary.header.header.header:hover {
  color: #2888ff;
}
.ui.inverted.primary.dividing.header {
  border-bottom: 2px solid #60a5fa;
}
.ui.secondary.header {
  color: #0f172a;
}
a.ui.secondary.header:hover {
  color: #14203f;
}
.ui.secondary.dividing.header {
  border-bottom: 2px solid #0f172a;
}
.ui.inverted.secondary.header.header.header {
  color: #475569;
}
a.ui.inverted.secondary.header.header.header:hover {
  color: #596d8a;
}
.ui.inverted.secondary.dividing.header {
  border-bottom: 2px solid #475569;
}
.ui.red.header {
  color: #dc2626;
}
a.ui.red.header:hover {
  color: #d11818;
}
.ui.red.dividing.header {
  border-bottom: 2px solid #dc2626;
}
.ui.inverted.red.header.header.header {
  color: #f87171;
}
a.ui.inverted.red.header.header.header:hover {
  color: #ff3737;
}
.ui.inverted.red.dividing.header {
  border-bottom: 2px solid #f87171;
}
.ui.orange.header {
  color: #f97316;
}
a.ui.orange.header:hover {
  color: #f66500;
}
.ui.orange.dividing.header {
  border-bottom: 2px solid #f97316;
}
.ui.inverted.orange.header.header.header {
  color: #fb923c;
}
a.ui.inverted.orange.header.header.header:hover {
  color: #ff7605;
}
.ui.inverted.orange.dividing.header {
  border-bottom: 2px solid #fb923c;
}
.ui.yellow.header {
  color: #eab308;
}
a.ui.yellow.header:hover {
  color: #d9a400;
}
.ui.yellow.dividing.header {
  border-bottom: 2px solid #eab308;
}
.ui.inverted.yellow.header.header.header {
  color: #facc15;
}
a.ui.inverted.yellow.header.header.header:hover {
  color: #dcb000;
}
.ui.inverted.yellow.dividing.header {
  border-bottom: 2px solid #facc15;
}
.ui.olive.header {
  color: #84cc16;
}
a.ui.olive.header:hover {
  color: #77bd0b;
}
.ui.olive.dividing.header {
  border-bottom: 2px solid #84cc16;
}
.ui.inverted.olive.header.header.header {
  color: #a3e635;
}
a.ui.inverted.olive.header.header.header:hover {
  color: #8cd711;
}
.ui.inverted.olive.dividing.header {
  border-bottom: 2px solid #a3e635;
}
.ui.green.header {
  color: #16a34a;
}
a.ui.green.header:hover {
  color: #0d933e;
}
.ui.green.dividing.header {
  border-bottom: 2px solid #16a34a;
}
.ui.inverted.green.header.header.header {
  color: #4ade80;
}
a.ui.inverted.green.header.header.header:hover {
  color: #1dd861;
}
.ui.inverted.green.dividing.header {
  border-bottom: 2px solid #4ade80;
}
.ui.teal.header {
  color: #14b8a6;
}
a.ui.teal.header:hover {
  color: #0aa897;
}
.ui.teal.dividing.header {
  border-bottom: 2px solid #14b8a6;
}
.ui.inverted.teal.header.header.header {
  color: #2dd4bf;
}
a.ui.inverted.teal.header.header.header:hover {
  color: #1cb29f;
}
.ui.inverted.teal.dividing.header {
  border-bottom: 2px solid #2dd4bf;
}
.ui.blue.header {
  color: #2563eb;
}
a.ui.blue.header:hover {
  color: #0a51ec;
}
.ui.blue.dividing.header {
  border-bottom: 2px solid #2563eb;
}
.ui.inverted.blue.header.header.header {
  color: #60a5fa;
}
a.ui.inverted.blue.header.header.header:hover {
  color: #2888ff;
}
.ui.inverted.blue.dividing.header {
  border-bottom: 2px solid #60a5fa;
}
.ui.violet.header {
  color: #8b5cf6;
}
a.ui.violet.header:hover {
  color: #763bfe;
}
.ui.violet.dividing.header {
  border-bottom: 2px solid #8b5cf6;
}
.ui.inverted.violet.header.header.header {
  color: #a78bfa;
}
a.ui.inverted.violet.header.header.header:hover {
  color: #7e53ff;
}
.ui.inverted.violet.dividing.header {
  border-bottom: 2px solid #a78bfa;
}
.ui.purple.header {
  color: #a855f7;
}
a.ui.purple.header:hover {
  color: #9c33ff;
}
.ui.purple.dividing.header {
  border-bottom: 2px solid #a855f7;
}
.ui.inverted.purple.header.header.header {
  color: #c084fc;
}
a.ui.inverted.purple.header.header.header:hover {
  color: #a64eff;
}
.ui.inverted.purple.dividing.header {
  border-bottom: 2px solid #c084fc;
}
.ui.pink.header {
  color: #ec4899;
}
a.ui.pink.header:hover {
  color: #f3288c;
}
.ui.pink.dividing.header {
  border-bottom: 2px solid #ec4899;
}
.ui.inverted.pink.header.header.header {
  color: #f472b6;
}
a.ui.inverted.pink.header.header.header:hover {
  color: #f93a9e;
}
.ui.inverted.pink.dividing.header {
  border-bottom: 2px solid #f472b6;
}
.ui.brown.header {
  color: #92400e;
}
a.ui.brown.header:hover {
  color: #803406;
}
.ui.brown.dividing.header {
  border-bottom: 2px solid #92400e;
}
.ui.inverted.brown.header.header.header {
  color: #d97706;
}
a.ui.inverted.brown.header.header.header:hover {
  color: #ac5c00;
}
.ui.inverted.brown.dividing.header {
  border-bottom: 2px solid #d97706;
}
.ui.grey.header {
  color: #64748b;
}
a.ui.grey.header:hover {
  color: #708198;
}
.ui.grey.dividing.header {
  border-bottom: 2px solid #64748b;
}
.ui.inverted.grey.header.header.header {
  color: #e2e8f0;
}
a.ui.inverted.grey.header.header.header:hover {
  color: #bfcde0;
}
.ui.inverted.grey.dividing.header {
  border-bottom: 2px solid #e2e8f0;
}
.ui.black.header {
  color: #0f172a;
}
a.ui.black.header:hover {
  color: #16213d;
}
.ui.black.dividing.header {
  border-bottom: 2px solid #0f172a;
}
.ui.inverted.black.header.header.header {
  color: #475569;
}
a.ui.inverted.black.header.header.header:hover {
  color: #000000;
}
.ui.inverted.black.dividing.header {
  border-bottom: 2px solid #475569;
}

/* -------------------
           Aligned
    -------------------- */
.ui.left.aligned.header {
  text-align: left;
}
.ui.right.aligned.header {
  text-align: right;
}
.ui.centered.header,
.ui.center.aligned.header {
  text-align: center;
}
.ui.justified.header {
  text-align: justify;
}
.ui.justified.header::after {
  display: inline-block;
  content: "";
  width: 100%;
}

/* -------------------
           Floated
    -------------------- */
.ui.floated.header,
.ui[class*="left floated"].header {
  float: left;
  margin-top: 0;
  margin-right: 0.5em;
}
.ui[class*="right floated"].header {
  float: right;
  margin-top: 0;
  margin-left: 0.5em;
}

/* -------------------
           Fitted
    -------------------- */
.ui.fitted.header {
  padding: 0;
}

/* -------------------
          Dividing
    -------------------- */
.ui.dividing.header {
  padding-bottom: 0.21428571rem;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.dividing.header .sub.header {
  padding-bottom: 0.21428571rem;
}
.ui.dividing.header i.icon {
  margin-bottom: 0;
}
.ui.inverted.dividing.header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* -------------------
            Block
    -------------------- */
.ui.block.header {
  background: #f1f5f9;
  padding: 0.78571429rem 1rem;
  box-shadow: none;
  border: 1px solid #d4d4d5;
  border-radius: 0.28571429rem;
}
.ui.block.header:not(h1, h2, h3, h4, h5, h6) {
  font-size: 1rem;
}
.ui.mini.block.header {
  font-size: 0.78571429rem;
}
.ui.tiny.block.header {
  font-size: 0.85714286rem;
}
.ui.small.block.header {
  font-size: 0.92857143rem;
}
.ui.large.block.header {
  font-size: 1.14285714rem;
}
.ui.big.block.header {
  font-size: 1.28571429rem;
}
.ui.huge.block.header {
  font-size: 1.42857143rem;
}
.ui.massive.block.header {
  font-size: 1.71428571rem;
}

/* -------------------
           Attached
    -------------------- */
.ui.attached.header {
  background: #fff;
  padding: 0.78571429rem 1rem;
  margin: 0 -1px;
  box-shadow: none;
  border: 1px solid #d4d4d5;
  border-radius: 0;
}
.ui.attached.block.header {
  background: #f1f5f9;
}
.ui.attached:not(.top).header {
  border-top: none;
}
.ui.top.attached.header {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.ui.bottom.attached.header {
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}
.ui.seamless.attached:not(.bottom).header {
  border-bottom: none;
}

/* Attached Sizes */
.ui.attached.header:not(h1, h2, h3, h4, h5, h6) {
  font-size: 1em;
}
.ui.mini.attached.header {
  font-size: 0.78571429em;
}
.ui.tiny.attached.header {
  font-size: 0.85714286em;
}
.ui.small.attached.header {
  font-size: 0.92857143em;
}
.ui.large.attached.header {
  font-size: 1.14285714em;
}
.ui.big.attached.header {
  font-size: 1.28571429em;
}
.ui.huge.attached.header {
  font-size: 1.42857143em;
}
.ui.massive.attached.header {
  font-size: 1.71428571em;
}

/* -------------------
        Sizing
-------------------- */
.ui.header:not(h1, h2, h3, h4, h5, h6) {
  font-size: 1.28571429em;
}


/*******************************
         Theme Overrides
*******************************/



/*******************************
         Site Overrides
*******************************/

