/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/odometer/themes/odometer-theme-default.css ***!
  \************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 2s;
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/splitting/dist/splitting.css ***!
  \**********************************************************************************************************************************************************************************************************/
/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
  position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc(
     (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center)));
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/aos/dist/aos.css ***!
  \**********************************************************************************************************************************************************************************************/
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }

  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }

  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }

  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translateZ(0);
  }

  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }

  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }

  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }

  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }

  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }

  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }

  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }

  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }

  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }

  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }

  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glightbox/dist/css/glightbox.css ***!
  \**************************************************************************************************************************************************************************************************************/
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
.glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }

  .gslide-image img.zoomable {
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left,
.gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }

  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }

  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }

  .glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }

  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .glightbox-clean .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/effect-coverflow.css ***!
  \*****************************************************************************************************************************************************************************************************************/

/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \***********************************************************************************************************************************************************************************************/
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
/* FONT_START */
@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;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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 {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  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 {
  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 {
  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);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/navigation.scss ***!
  \************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.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";
}

/* Navigation font end */
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/pagination.scss ***!
  \************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.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));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.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 {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.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: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/autoplay.scss ***!
  \**********************************************************************************************************************************************************************************************************/

/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/@phosphor-icons/web/src/regular/style.css ***!
  \***********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Phosphor";
  src: url(../fonts/Phosphor.woff2) format("woff2"), url(../fonts/Phosphor.woff) format("woff"), url(../fonts/Phosphor.ttf) format("truetype"), url(../images/Phosphor.svg#Phosphor) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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 {
  content: "";
}

.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 {
  content: "";
}

.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 {
  content: "";
}

.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 {
  content: "";
}

.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 {
  content: "";
}

.ph.ph-folder-notch:before {
  content: "";
}

.ph.ph-folder-dashed:before {
  content: "";
}

.ph.ph-folder-dotted:before {
  content: "";
}

.ph.ph-folder-lock:before {
  content: "";
}

.ph.ph-folder-minus:before {
  content: "";
}

.ph.ph-folder-notch-minus:before {
  content: "";
}

.ph.ph-folder-open:before {
  content: "";
}

.ph.ph-folder-notch-open:before {
  content: "";
}

.ph.ph-folder-plus:before {
  content: "";
}

.ph.ph-folder-notch-plus:before {
  content: "";
}

.ph.ph-folder-simple:before {
  content: "";
}

.ph.ph-folder-simple-dashed:before {
  content: "";
}

.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 {
  content: "";
}

.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 {
  content: "";
}

.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 {
  content: "";
}

.ph.ph-circle-wavy:before {
  content: "";
}

.ph.ph-seal-check:before {
  content: "";
}

.ph.ph-circle-wavy-check:before {
  content: "";
}

.ph.ph-seal-percent:before {
  content: "";
}

.ph.ph-seal-question:before {
  content: "";
}

.ph.ph-circle-wavy-question:before {
  content: "";
}

.ph.ph-seal-warning:before {
  content: "";
}

.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 {
  content: "";
}

.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 {
  content: "";
}

.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: "";
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/@phosphor-icons/web/src/fill/style.css ***!
  \********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Phosphor-Fill";
  src: url(../fonts/Phosphor-Fill.woff2) format("woff2"), url(../fonts/Phosphor-Fill.woff) format("woff"), url(../fonts/Phosphor-Fill.ttf) format("truetype"), url(../images/Phosphor-Fill.svg#Phosphor-Fill) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ph-fill {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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 {
  content: "";
}

.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 {
  content: "";
}

.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 {
  content: "";
}

.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 {
  content: "";
}

.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 {
  content: "";
}

.ph-fill.ph-folder-notch:before {
  content: "";
}

.ph-fill.ph-folder-dashed:before {
  content: "";
}

.ph-fill.ph-folder-dotted:before {
  content: "";
}

.ph-fill.ph-folder-lock:before {
  content: "";
}

.ph-fill.ph-folder-minus:before {
  content: "";
}

.ph-fill.ph-folder-notch-minus:before {
  content: "";
}

.ph-fill.ph-folder-open:before {
  content: "";
}

.ph-fill.ph-folder-notch-open:before {
  content: "";
}

.ph-fill.ph-folder-plus:before {
  content: "";
}

.ph-fill.ph-folder-notch-plus:before {
  content: "";
}

.ph-fill.ph-folder-simple:before {
  content: "";
}

.ph-fill.ph-folder-simple-dashed:before {
  content: "";
}

.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 {
  content: "";
}

.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 {
  content: "";
}

.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 {
  content: "";
}

.ph-fill.ph-circle-wavy:before {
  content: "";
}

.ph-fill.ph-seal-check:before {
  content: "";
}

.ph-fill.ph-circle-wavy-check:before {
  content: "";
}

.ph-fill.ph-seal-percent:before {
  content: "";
}

.ph-fill.ph-seal-question:before {
  content: "";
}

.ph-fill.ph-circle-wavy-question:before {
  content: "";
}

.ph-fill.ph-seal-warning:before {
  content: "";
}

.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 {
  content: "";
}

.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 {
  content: "";
}

.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: "";
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/main.scss ***!
  \******************************************************************************************************************************************************************************************/
.cursor {
  pointer-events: none;
  position: absolute;
  z-index: 999;
  height: 1rem;
  width: 1rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  mix-blend-mode: overlay;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.cursor:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.cursor {
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
}

.cursor.active {
  display: flex;
  --tw-scale-x: 5;
  --tw-scale-y: 5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}

.cursor.active:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.cursor-small {
  --tw-scale-x: 5;
  --tw-scale-y: 5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  mix-blend-mode: difference;
  --tw-backdrop-blur: blur(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.cursor-medium {
  --tw-scale-x: 8;
  --tw-scale-y: 8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  mix-blend-mode: difference;
  --tw-backdrop-blur: blur(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.cursor-large {
  --tw-scale-x: 12;
  --tw-scale-y: 12;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  mix-blend-mode: difference;
  --tw-backdrop-blur: blur(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.cursor::before {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.5rem;
  text-align: center;
  font-size: 3px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0;
}

.cursor:is(.dark *)::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cursor::before {
  transform: translate(-50%, -50%);
}

.cursor.active::before {
  opacity: 1;
}

.cursor-follower {
  pointer-events: none;
  position: absolute;
  z-index: 999;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.cursor-follower:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.cursor-follower {
  transform: translate(4px, 4px);
}

.cursor-follower.active {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.3;
}

.cursor.hide,
.cursor-follower.hide {
  display: none;
}

@media (max-width: 991px) {
  .cursor,
.cursor-follower {
    display: none;
  }
}
.tab-buttons .tab-btn {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.tab-buttons .tab-btn::before {
  position: absolute;
  z-index: -10;
  height: 0px;
  width: 0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-content: "";
  content: var(--tw-content);
}
.tab-buttons .tab-btn:hover::before {
  height: 400%;
  content: var(--tw-content);
  width: 400%;
}
.tab-buttons .tab-btn::before {
    transform: translate(-50%, -50%);
    top: var(--y);
    left: var(--x);
  }
.tab-buttons .tab-btn {
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 1000ms;
}
.tab-buttons .tab-btn::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 39 / var(--tw-bg-opacity));
}
@media (min-width: 480px) {.tab-buttons .tab-btn {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {.tab-buttons .tab-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.tab-buttons .tab-btn.active {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tabs-container .tab-content {
  visibility: hidden;
  height: 0px;
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: hidden;
  opacity: 0;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tabs-container .tab-content.active {
  visibility: visible;
  height: auto;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-area .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  padding-top: 0;
  transition: max-height 0.5s ease, padding-top 0.5s ease;
}

.grid-lines {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.lines {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.line-vertical {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.line-vertical:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 36 38 / var(--tw-bg-opacity));
}

@keyframes runY {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100vh);
  }
}
.line-vertical::after {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 30px;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
  background: linear-gradient(to bottom, rgba(255, 217, 0, 0) 0%, #ffd900 75%, #ffd900 100%);
  animation: runY 4s linear infinite;
}

.line-vertical:nth-child(3n+1)::after {
  animation: runY 3s linear infinite;
}

.line-vertical:nth-child(3n+2)::after {
  animation: runY 5s linear infinite;
}

.line-horizontal {
  position: absolute;
  z-index: -1;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.line-horizontal:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 36 38 / var(--tw-bg-opacity));
}

@font-face {
  font-family: "satoshi";
  src: url(../fonts/Satoshi-Black.woff2) format("woff2"), url(../fonts/Satoshi-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "satoshi";
  src: url(../fonts/Satoshi-Bold.woff2) format("woff2"), url(../fonts/Satoshi-Bold.woff2) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "satoshi";
  src: url(../fonts/Satoshi-Medium.woff) format("woff2"), url(../fonts/Satoshi-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "satoshi";
  src: url(../fonts/Satoshi-Regular.woff2) format("woff2"), url(../fonts/Satoshi-Regular.woff2) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "satoshi";
  src: url(../fonts/Satoshi-Light.woff2) format("woff2"), url(../fonts/Satoshi-Light.woff2) format("woff");
  font-weight: 300;
  font-style: normal;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
html {
  scroll-behavior: smooth;
}
body {
    font-family: "Space Grotesk",Helvetica,sans-serif;
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 1920px;
    overflow-x: hidden;
    transition-duration: 500ms;
  }
::-webkit-scrollbar-track {
  display: none;
}
::-webkit-scrollbar {
  display: none;
}
::-webkit-scrollbar-thumb {
  display: none;
}
::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
::-webkit-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.container {
  width: 100%;
}
@media (min-width: 480px) {.container {
    max-width: 480px;
  }
}
@media (min-width: 576px) {.container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {.container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {.container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {.container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {.container {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {.container {
    max-width: 1600px;
  }
}
@media (min-width: 1800px) {.container {
    max-width: 1800px;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 576px) {.container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {.container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {.container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {.container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {.container {
    max-width: 1296px;
  }
}
.f-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
@media (min-width: 576px) {.btn {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {.btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {.btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {.btn {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
@media (min-width: 576px) {.btn-primary {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {.btn-primary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {.btn-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {.btn-primary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
@media (min-width: 576px) {.btn-secondary {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {.btn-secondary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {.btn-secondary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {.btn-secondary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 30 14 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.icon-60 {
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
@media (min-width: 768px) {.icon-60 {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 992px) {.icon-60 {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 1400px) {.icon-60 {
    width: 60px;
    height: 60px;
  }
}
.icon-52 {
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
@media (min-width: 768px) {.icon-52 {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 992px) {.icon-52 {
    width: 2.75rem;
    height: 2.75rem;
  }
}
@media (min-width: 1400px) {.icon-52 {
    width: 52px;
    height: 52px;
  }
}
.box-hover {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.box-hover::before {
  position: absolute;
  z-index: -10;
  height: 0px;
  width: 0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-content: "";
  content: var(--tw-content);
}
.box-hover:hover::before {
  height: 400%;
  content: var(--tw-content);
  width: 400%;
}
.box-hover::before {
    transform: translate(-50%, -50%);
    top: var(--y);
    left: var(--x);
  }
.menu-toggle-btn.active {
  gap: 0px;
  padding-top: 1rem;
}
.menu-toggle-btn.active .menu-bar-1 {
  width: 1.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.menu-toggle-btn.active .menu-bar-2 {
  width: 1.5rem;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.menu-toggle-btn.active .menu-bar-3 {
  display: none;
}
.menu-wrapper.active-menu {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.menu-wrapper.active-menu .grid-card-wrapper {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.content-area {
  height: 0px;
  width: 0px;
  overflow: hidden;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (min-width: 992px) {.content-area {
    position: relative;
  }
}
.content-area.active-content {
  height: 100%;
  width: 100%;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.card-section-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  height: 0px;
  width: 0px;
  overflow: hidden;
  overflow-y: auto;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.card-section-wrapper.active-section {
  height: 100%;
  width: 100%;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.swiper-wrapper {
    transition-timing-function: linear !important;
  }
.img-scale-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  height: 100%;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.group\/p-card:hover .img-scale-hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0px;
}
/* Utility class for link tags */
.tag {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.tag::before {
  position: absolute;
  z-index: -10;
  height: 0px;
  width: 0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-content: "";
  content: var(--tw-content);
}
.tag:hover::before {
  height: 400%;
  content: var(--tw-content);
  width: 400%;
}
.tag::before {
    transform: translate(-50%, -50%);
    top: var(--y);
    left: var(--x);
  }
.tag {
  position: relative;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 300ms;
}
.tag::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
}
.tag:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {.tag {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
[dir=rtl] .tag::before {
    transform: translate(50%, -50%);
    left: calc(100% - var(--x)) !important;
  }
.menu-wrapper-2 .main-menu-2 .char,
.menu-wrapper-2 .main-menu-3 .char,
.menu-wrapper-2 .main-menu-4 .char,
.menu-wrapper-2 .main-menu-6 .char,
.menu-wrapper-3 .main-menu-2 .char,
.menu-wrapper-3 .main-menu-3 .char,
.menu-wrapper-3 .main-menu-4 .char,
.menu-wrapper-3 .main-menu-6 .char,
.menu-wrapper-4 .main-menu-2 .char,
.menu-wrapper-4 .main-menu-3 .char,
.menu-wrapper-4 .main-menu-4 .char,
.menu-wrapper-4 .main-menu-6 .char,
.menu-wrapper-6 .main-menu-2 .char,
.menu-wrapper-6 .main-menu-3 .char,
.menu-wrapper-6 .main-menu-4 .char,
.menu-wrapper-6 .main-menu-6 .char {
    height: auto !important;
  }
.menu-wrapper-2 .main-menu-2 .char::after, .menu-wrapper-2 .main-menu-2 .char::before,
.menu-wrapper-2 .main-menu-3 .char::after,
.menu-wrapper-2 .main-menu-3 .char::before,
.menu-wrapper-2 .main-menu-4 .char::after,
.menu-wrapper-2 .main-menu-4 .char::before,
.menu-wrapper-2 .main-menu-6 .char::after,
.menu-wrapper-2 .main-menu-6 .char::before,
.menu-wrapper-3 .main-menu-2 .char::after,
.menu-wrapper-3 .main-menu-2 .char::before,
.menu-wrapper-3 .main-menu-3 .char::after,
.menu-wrapper-3 .main-menu-3 .char::before,
.menu-wrapper-3 .main-menu-4 .char::after,
.menu-wrapper-3 .main-menu-4 .char::before,
.menu-wrapper-3 .main-menu-6 .char::after,
.menu-wrapper-3 .main-menu-6 .char::before,
.menu-wrapper-4 .main-menu-2 .char::after,
.menu-wrapper-4 .main-menu-2 .char::before,
.menu-wrapper-4 .main-menu-3 .char::after,
.menu-wrapper-4 .main-menu-3 .char::before,
.menu-wrapper-4 .main-menu-4 .char::after,
.menu-wrapper-4 .main-menu-4 .char::before,
.menu-wrapper-4 .main-menu-6 .char::after,
.menu-wrapper-4 .main-menu-6 .char::before,
.menu-wrapper-6 .main-menu-2 .char::after,
.menu-wrapper-6 .main-menu-2 .char::before,
.menu-wrapper-6 .main-menu-3 .char::after,
.menu-wrapper-6 .main-menu-3 .char::before,
.menu-wrapper-6 .main-menu-4 .char::after,
.menu-wrapper-6 .main-menu-4 .char::before,
.menu-wrapper-6 .main-menu-6 .char::after,
.menu-wrapper-6 .main-menu-6 .char::before {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.dark .menu-wrapper-2 .main-menu-2 .char::after, .dark .menu-wrapper-2 .main-menu-2 .char::before,
.dark .menu-wrapper-2 .main-menu-3 .char::after,
.dark .menu-wrapper-2 .main-menu-3 .char::before,
.dark .menu-wrapper-2 .main-menu-4 .char::after,
.dark .menu-wrapper-2 .main-menu-4 .char::before,
.dark .menu-wrapper-2 .main-menu-6 .char::after,
.dark .menu-wrapper-2 .main-menu-6 .char::before,
.dark .menu-wrapper-3 .main-menu-2 .char::after,
.dark .menu-wrapper-3 .main-menu-2 .char::before,
.dark .menu-wrapper-3 .main-menu-3 .char::after,
.dark .menu-wrapper-3 .main-menu-3 .char::before,
.dark .menu-wrapper-3 .main-menu-4 .char::after,
.dark .menu-wrapper-3 .main-menu-4 .char::before,
.dark .menu-wrapper-3 .main-menu-6 .char::after,
.dark .menu-wrapper-3 .main-menu-6 .char::before,
.dark .menu-wrapper-4 .main-menu-2 .char::after,
.dark .menu-wrapper-4 .main-menu-2 .char::before,
.dark .menu-wrapper-4 .main-menu-3 .char::after,
.dark .menu-wrapper-4 .main-menu-3 .char::before,
.dark .menu-wrapper-4 .main-menu-4 .char::after,
.dark .menu-wrapper-4 .main-menu-4 .char::before,
.dark .menu-wrapper-4 .main-menu-6 .char::after,
.dark .menu-wrapper-4 .main-menu-6 .char::before,
.dark .menu-wrapper-6 .main-menu-2 .char::after,
.dark .menu-wrapper-6 .main-menu-2 .char::before,
.dark .menu-wrapper-6 .main-menu-3 .char::after,
.dark .menu-wrapper-6 .main-menu-3 .char::before,
.dark .menu-wrapper-6 .main-menu-4 .char::after,
.dark .menu-wrapper-6 .main-menu-4 .char::before,
.dark .menu-wrapper-6 .main-menu-6 .char::after,
.dark .menu-wrapper-6 .main-menu-6 .char::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.slide-vertical .char,
.slide-horizontal .char {
    overflow: hidden;
    padding: 0;
    height: 18px;
    color: transparent;
    font-weight: inherit;
  }
.slide-vertical .char::after, .slide-vertical .char::before,
.slide-horizontal .char::after,
.slide-horizontal .char::before {
    visibility: visible;
    color: inherit;
    font-weight: inherit;
    transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
    transition-delay: calc(0.2s + 0.02s * (var(--char-index)));
  }
.slide-vertical .char::before,
.slide-horizontal .char::before {
    font-weight: inherit;
    transition-delay: calc(0.02s * (var(--char-index)));
  }
.slide-vertical:hover .char:before,
.slide-horizontal:hover .char:before {
    transition-delay: calc(0.2s + 0.02s * (var(--char-index)));
  }
.slide-vertical:hover .char:after,
.slide-horizontal:hover .char:after {
    transition-delay: calc(0.02s * (var(--char-index)));
  }
.slide-vertical .char:before {
    transform: translateY(-100%);
  }
.slide-vertical:hover .char:before {
    transform: translateY(0%);
  }
.slide-vertical:hover .char:after {
    transform: translateY(100%);
  }
.slide-horizontal .char:before {
    transform: translateX(110%);
  }
.slide-horizontal:hover .char:before {
    transform: translateX(0%);
  }
.slide-horizontal:hover .char:after {
    transform: translateX(-110%);
  }
.menu-wrapper-3.active {
  width: 100%;
}
.menu-wrapper-3 .main-menu-3.active {
  width: 80%;
}
@media (min-width: 480px) {.menu-wrapper-3 .main-menu-3.active {
    width: 60%;
  }
}
@media (min-width: 768px) {.menu-wrapper-3 .main-menu-3.active {
    width: 40%;
  }
}
.menu-wrapper-3 .main-menu-3.active .menu-items li {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.menu-wrapper-3 .main-menu-3.active .menu-items li ul li {
  margin-bottom: 0px;
  margin-top: 1.25rem;
}
.menu-wrapper-3 .main-menu-3 .menu-items li {
  --tw-translate-y: 10rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 500ms;
  transition-duration: 1000ms;
  transition-timing-function: linear;
}
.profile-area-wrapper-3.active,
.profile-area-wrapper-4.active {
  height: 87vh;
}
.menu-wrapper-4 .main-menu-4.active .menu-items li ul li {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }
.portfolio-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {.portfolio-pagination {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {.portfolio-pagination {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {.portfolio-pagination {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.portfolio-pagination {
    transform: translate3d(0, 0, 0) !important;
  }
.portfolio-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0px;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(179 182 185 / 0.4);
  background-color: transparent;
  padding: 0.5rem;
  opacity: 1;
}
.portfolio-pagination .swiper-pagination-bullet::before {
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(179 182 185 / 0.4);
  background-color: transparent;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: "";
  content: var(--tw-content);
}
.portfolio-pagination .swiper-pagination-bullet:where([dir="ltr"], [dir="ltr"] *)::before {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.portfolio-pagination .swiper-pagination-bullet:where([dir="rtl"], [dir="rtl"] *)::before {
  content: var(--tw-content);
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.portfolio-pagination .swiper-pagination-bullet {
    margin: 0 !important;
  }
.portfolio-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
}
.portfolio-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(90 90 170 / var(--tw-border-opacity));
}
.menu-area-v5 .menu-item.active {
  width: 100%;
  overflow-y: auto;
}
.menu-area-v5 .menu-item.active .menu-link {
  display: none;
}
.menu-area-v5 .menu-item.active .overlay-prev {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.menu-area-v5 .menu-item.active .overlay-next {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.menu-area-v5 .menu-item.active .menu-content {
  display: block;
  opacity: 1;
}
.menu-wrapper-5.active {
  height: 100%;
}
.popup.active {
  display: block;
}
.shift-right:before {
    content: ">";
    font: inherit;
    vertical-align: 0.1em;
    display: inline-block;
    transform: scaleY(0) translateX(-1em);
    margin-right: -0.25em;
  }
.shift-right:before,
.shift-right .char {
    transition: transform 0.8s cubic-bezier(0.75, 0, 0.24, 0.98);
    transition-delay: calc(0.015s * var(--char-index));
  }
.shift-right .char {
    transform: translateX(-0.5em);
  }
.shift-right:hover:before {
    transform: scaleY(1) translateX(0em);
  }
.shift-right:hover .char {
    transform: translateX(0.3em) translateX(calc(0.05em * var(--char-index)));
  }
[dir=rtl] .shift-right:before {
    transform: scaleY(0) translateX(1em);
    margin-left: -0.25em;
  }
[dir=rtl] .shift-right .char {
    transform: translateX(0.5em);
  }
[dir=rtl] .shift-right:hover:before {
    transform: scaleY(1) translateX(0em);
  }
[dir=rtl] .shift-right:hover .char {
    transform: translateX(-0.3em) translateX(calc(-0.05em * var(--char-index)));
  }
.menu-area-v7.active,
.demo-menu-wrapper.active {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.portfolio-pagination-2 .swiper-pagination-bullet,
.articles-pagination .swiper-pagination-bullet {
  height: 0.25rem;
  width: 2.5rem;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(179 182 185 / var(--tw-bg-opacity));
}
.portfolio-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.articles-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
}
.menu-area-v8 .menu-item.active {
  width: 100%;
}
.menu-area-v8 .menu-item.active .menu-link {
  display: none;
}
.menu-area-v8 .menu-item.active .menu-content {
  display: block;
}
.menu-wrapper-8.active {
  height: 100%;
}
.popup.active {
  display: block;
}
.reveal-left,
.reveal-bottom {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
.demo-swiper .swiper-slide {
  --tw-translate-y: 6%;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.demo-swiper .swiper-slide-active {
  --tw-border-opacity: 1;
  border-color: rgb(90 90 170 / var(--tw-border-opacity));
}
@media (min-width: 768px) {.demo-swiper .swiper-slide-active {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.-bottom-20 {
  bottom: -5rem;
}
.-bottom-3 {
  bottom: -0.75rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-bottom-8 {
  bottom: -2rem;
}
.-left-6 {
  left: -1.5rem;
}
.-right-6 {
  right: -1.5rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-6 {
  top: -1.5rem;
}
.-top-8 {
  top: -2rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[12\%\] {
  left: 12%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-\[20\%\] {
  right: 20%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-4 {
  top: 1rem;
}
.top-8 {
  top: 2rem;
}
.top-\[40\%\] {
  top: 40%;
}
.top-full {
  top: 100%;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[999\] {
  z-index: 999;
}
.order-last {
  order: 9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-24 {
  grid-column: span 24 / span 24;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-end-13 {
  grid-column-end: 13;
}
.m-4 {
  margin: 1rem;
}
.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-10 {
  margin-bottom: -2.5rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-13 {
  width: 52px;
  height: 52px;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-15 {
  height: 60px;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[330px\] {
  height: 330px;
}
.h-\[45\%\] {
  height: 45%;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[60\%\] {
  height: 60%;
}
.h-\[calc\(100\%-3rem\)\] {
  height: calc(100% - 3rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.max-h-\[125px\] {
  max-height: 125px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[220px\] {
  max-height: 220px;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[525px\] {
  max-height: 525px;
}
.max-h-\[580px\] {
  max-height: 580px;
}
.max-h-\[590px\] {
  max-height: 590px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[80px\] {
  max-height: 80px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[0\.2px\] {
  width: 0.2px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[240px\] {
  width: 240px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-9 {
  min-width: 2.25rem;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[125px\] {
  max-width: 125px;
}
.max-w-\[1320px\] {
  max-width: 1320px;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[452px\] {
  max-width: 452px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[525px\] {
  max-width: 525px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[950px\] {
  max-width: 950px;
}
.max-w-full {
  max-width: 100%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.origin-right {
  transform-origin: right;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-2 {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-3 {
  --tw-translate-x: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-5 {
  --tw-translate-y: -1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[1000\%\] {
  --tw-translate-y: -1000%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-3 {
  --tw-translate-x: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-150\%\] {
  --tw-translate-x: -150%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-0 {
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-\[bounce_3s_ease-in-out_infinite_reverse\] {
  animation: bounce 3s ease-in-out infinite reverse;
}
@keyframes bounce {0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes pulse {50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {to {
    transform: rotate(360deg);
  }
}
.animate-spin-slow {
  animation: spin 5s linear infinite;
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-auto {
  touch-action: auto;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-24 {
  grid-template-columns: repeat(24, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.place-items-center {
  place-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[0\.5px\] {
  border-width: 0.5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-accent1 {
  --tw-border-opacity: 1;
  border-color: rgb(255 196 39 / var(--tw-border-opacity));
}
.border-accent10 {
  --tw-border-opacity: 1;
  border-color: rgb(191 100 246 / var(--tw-border-opacity));
}
.border-accent13 {
  --tw-border-opacity: 1;
  border-color: rgb(168 3 121 / var(--tw-border-opacity));
}
.border-accent2 {
  --tw-border-opacity: 1;
  border-color: rgb(90 90 170 / var(--tw-border-opacity));
}
.border-accent25 {
  --tw-border-opacity: 1;
  border-color: rgb(8 54 64 / var(--tw-border-opacity));
}
.border-accent26 {
  --tw-border-opacity: 1;
  border-color: rgb(15 46 26 / var(--tw-border-opacity));
}
.border-accent3 {
  --tw-border-opacity: 1;
  border-color: rgb(30 90 243 / var(--tw-border-opacity));
}
.border-accent4 {
  --tw-border-opacity: 1;
  border-color: rgb(216 229 35 / var(--tw-border-opacity));
}
.border-accent5 {
  --tw-border-opacity: 1;
  border-color: rgb(255 99 32 / var(--tw-border-opacity));
}
.border-accent6 {
  --tw-border-opacity: 1;
  border-color: rgb(32 215 255 / var(--tw-border-opacity));
}
.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-light {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-neutral1 {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-neutral11 {
  --tw-border-opacity: 1;
  border-color: rgb(34 36 38 / var(--tw-border-opacity));
}
.border-neutral2 {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.border-neutral2\/20 {
  border-color: rgb(242 242 242 / 0.2);
}
.border-neutral3 {
  --tw-border-opacity: 1;
  border-color: rgb(179 182 185 / var(--tw-border-opacity));
}
.border-neutral3\/10 {
  border-color: rgb(179 182 185 / 0.1);
}
.border-neutral3\/15 {
  border-color: rgb(179 182 185 / 0.15);
}
.border-neutral3\/20 {
  border-color: rgb(179 182 185 / 0.2);
}
.border-neutral3\/30 {
  border-color: rgb(179 182 185 / 0.3);
}
.border-neutral3\/40 {
  border-color: rgb(179 182 185 / 0.4);
}
.border-neutral3\/60 {
  border-color: rgb(179 182 185 / 0.6);
}
.border-neutral4 {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-border-opacity));
}
.border-neutral5 {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
}
.border-neutral5\/10 {
  border-color: rgb(232 232 232 / 0.1);
}
.border-neutral5\/50 {
  border-color: rgb(232 232 232 / 0.5);
}
.border-neutral5\/60 {
  border-color: rgb(232 232 232 / 0.6);
}
.border-neutral7 {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-neutral8 {
  --tw-border-opacity: 1;
  border-color: rgb(81 81 81 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(90 90 170 / var(--tw-border-opacity));
}
.border-opacity-10 {
  --tw-border-opacity: 0.1;
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.border-opacity-40 {
  --tw-border-opacity: 0.4;
}
.bg-accent1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 39 / var(--tw-bg-opacity));
}
.bg-accent1\/20 {
  background-color: rgb(255 196 39 / 0.2);
}
.bg-accent10 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 100 246 / var(--tw-bg-opacity));
}
.bg-accent11 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 6 106 / var(--tw-bg-opacity));
}
.bg-accent12 {
  --tw-bg-opacity: 1;
  background-color: rgb(92 28 0 / var(--tw-bg-opacity));
}
.bg-accent13 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 3 121 / var(--tw-bg-opacity));
}
.bg-accent14 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 1 54 / var(--tw-bg-opacity));
}
.bg-accent15 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 63 77 / var(--tw-bg-opacity));
}
.bg-accent17 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 4 155 / var(--tw-bg-opacity));
}
.bg-accent18 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 69 81 / var(--tw-bg-opacity));
}
.bg-accent19 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 238 145 / var(--tw-bg-opacity));
}
.bg-accent2 {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
}
.bg-accent20 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 245 255 / var(--tw-bg-opacity));
}
.bg-accent21 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 215 196 / var(--tw-bg-opacity));
}
.bg-accent22 {
  --tw-bg-opacity: 1;
  background-color: rgb(213 255 208 / var(--tw-bg-opacity));
}
.bg-accent23 {
  --tw-bg-opacity: 1;
  background-color: rgb(90 178 255 / var(--tw-bg-opacity));
}
.bg-accent24 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 214 108 / var(--tw-bg-opacity));
}
.bg-accent27\/30 {
  background-color: rgb(181 92 225 / 0.3);
}
.bg-accent28 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 48 47 / var(--tw-bg-opacity));
}
.bg-accent3 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 90 243 / var(--tw-bg-opacity));
}
.bg-accent30\/25 {
  background-color: rgb(94 186 103 / 0.25);
}
.bg-accent4 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 229 35 / var(--tw-bg-opacity));
}
.bg-accent5 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 99 32 / var(--tw-bg-opacity));
}
.bg-accent6 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 215 255 / var(--tw-bg-opacity));
}
.bg-accent7 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 74 0 / var(--tw-bg-opacity));
}
.bg-accent8 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 22 68 / var(--tw-bg-opacity));
}
.bg-accent9 {
  --tw-bg-opacity: 1;
  background-color: rgb(86 91 11 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-dark\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-dark\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-neutral1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-neutral10 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-neutral11 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 36 38 / var(--tw-bg-opacity));
}
.bg-neutral12\/60 {
  background-color: rgb(26 26 26 / 0.6);
}
.bg-neutral12\/80 {
  background-color: rgb(26 26 26 / 0.8);
}
.bg-neutral2 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-neutral2\/40 {
  background-color: rgb(242 242 242 / 0.4);
}
.bg-neutral3 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 182 185 / var(--tw-bg-opacity));
}
.bg-neutral3\/15 {
  background-color: rgb(179 182 185 / 0.15);
}
.bg-neutral3\/20 {
  background-color: rgb(179 182 185 / 0.2);
}
.bg-neutral3\/40 {
  background-color: rgb(179 182 185 / 0.4);
}
.bg-neutral3\/60 {
  background-color: rgb(179 182 185 / 0.6);
}
.bg-neutral4 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-neutral5 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}
.bg-neutral5\/20 {
  background-color: rgb(232 232 232 / 0.2);
}
.bg-neutral5\/50 {
  background-color: rgb(232 232 232 / 0.5);
}
.bg-neutral5\/70 {
  background-color: rgb(232 232 232 / 0.7);
}
.bg-neutral6 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-neutral7 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}
.bg-neutral9 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
}
.bg-primary-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 43 20 / var(--tw-bg-opacity));
}
.bg-primary-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 58 27 / var(--tw-bg-opacity));
}
.bg-primary\/20 {
  background-color: rgb(90 90 170 / 0.2);
}
.bg-primary\/30 {
  background-color: rgb(90 90 170 / 0.3);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-linear {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.30) 49.77%, rgba(255, 255, 255, 0.00) 100%);
}
.from-accent3 {
  --tw-gradient-from: #1e5af3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 90 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-neutral3\/30 {
  --tw-gradient-from: rgb(179 182 185 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(179 182 185 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500 {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-neutral3 {
  --tw-gradient-to: rgb(179 182 185 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b3b6b9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-accent20 {
  --tw-gradient-to: #7CF5FF var(--tw-gradient-to-position);
}
.to-neutral3\/30 {
  --tw-gradient-to: rgb(179 182 185 / 0.3) var(--tw-gradient-to-position);
}
.to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center {
  background-position: center;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.stroke-neutral11\/15 {
  stroke: rgb(34 36 38 / 0.15);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-15 {
  padding-top: 60px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.font-satoshi {
  font-family: "satoshi", sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[4px\] {
  letter-spacing: 4px;
}
.text-accent1 {
  --tw-text-opacity: 1;
  color: rgb(255 196 39 / var(--tw-text-opacity));
}
.text-accent10 {
  --tw-text-opacity: 1;
  color: rgb(191 100 246 / var(--tw-text-opacity));
}
.text-accent13 {
  --tw-text-opacity: 1;
  color: rgb(168 3 121 / var(--tw-text-opacity));
}
.text-accent2 {
  --tw-text-opacity: 1;
  color: rgb(90 90 170 / var(--tw-text-opacity));
}
.text-accent29 {
  --tw-text-opacity: 1;
  color: rgb(168 238 102 / var(--tw-text-opacity));
}
.text-accent3 {
  --tw-text-opacity: 1;
  color: rgb(30 90 243 / var(--tw-text-opacity));
}
.text-accent4 {
  --tw-text-opacity: 1;
  color: rgb(216 229 35 / var(--tw-text-opacity));
}
.text-accent5 {
  --tw-text-opacity: 1;
  color: rgb(255 99 32 / var(--tw-text-opacity));
}
.text-accent6 {
  --tw-text-opacity: 1;
  color: rgb(32 215 255 / var(--tw-text-opacity));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-light {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-neutral1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-neutral11 {
  --tw-text-opacity: 1;
  color: rgb(34 36 38 / var(--tw-text-opacity));
}
.text-neutral11\/80 {
  color: rgb(34 36 38 / 0.8);
}
.text-neutral12 {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.text-neutral2 {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}
.text-neutral3 {
  --tw-text-opacity: 1;
  color: rgb(179 182 185 / var(--tw-text-opacity));
}
.text-neutral4 {
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}
.text-neutral8 {
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(90 90 170 / var(--tw-text-opacity));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.underline {
  text-decoration-line: underline;
}
.decoration-accent2 {
  text-decoration-color: #2ef171;
}
.decoration-primary {
  text-decoration-color: #5A5AAA;
}
.decoration-transparent {
  text-decoration-color: transparent;
}
.underline-offset-8 {
  text-underline-offset: 8px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[200px\] {
  --tw-blur: blur(200px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[70px\] {
  --tw-blur: blur(70px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-cs-1 {
  --tw-drop-shadow: drop-shadow(0px 6px 40px rgba(0, 0, 0, 0.30));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-h {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-w {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-1000 {
  transition-delay: 1000ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-\[400ms\] {
  transition-delay: 400ms;
}
.duration-0 {
  transition-duration: 0s;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-\[cubic-bezier\(0\.455\2c 0\.03\2c 0\.515\2c 0\.955\)\] {
  transition-timing-function: cubic-bezier(0.455,0.03,0.515,0.955);
}
.ease-craftfolio-ease {
  transition-timing-function: cubic-bezier(.215,.61,.355,1);;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.writing-mode-vertical-rl {
  writing-mode: vertical-rl;
}
.animate-paused {
  animation-play-state: paused;
}
.text-stroke-1 {
  -webkit-text-stroke-width: 1px;
}
.text-stroke-2 {
  -webkit-text-stroke-width: 2px;
}
.text-stroke-primary {
  -webkit-text-stroke-color: #5A5AAA;
}
.text-stroke-primary-4 {
  -webkit-text-stroke-color: #147135;
}
.text-stroke-accent1 {
  -webkit-text-stroke-color: #ffc427;
}
.text-stroke-accent2 {
  -webkit-text-stroke-color: #2ef171;
}
.text-stroke-accent3 {
  -webkit-text-stroke-color: #1e5af3;
}
.text-stroke-accent4 {
  -webkit-text-stroke-color: #d8e523;
}
.text-stroke-accent5 {
  -webkit-text-stroke-color: #ff6320;
}
.text-stroke-accent6 {
  -webkit-text-stroke-color: #20d7ff;
}
.text-stroke-accent10 {
  -webkit-text-stroke-color: #BF64F6;
}
.text-stroke-accent13 {
  -webkit-text-stroke-color: #A80379;
}
.text-stroke-neutral3 {
  -webkit-text-stroke-color: #b3b6b9;
}
.text-stroke-neutral11 {
  -webkit-text-stroke-color: #222426;
}
.text-stroke-dark {
  -webkit-text-stroke-color: #000000;
}
.text-stroke-light {
  -webkit-text-stroke-color: #ffffff;
}
.display-1 {
  font-size: 40px;
  font-weight: 700;
}
@media (min-width: 480px) {.display-1 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {.display-1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {.display-1 {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) {.display-1 {
    font-size: 6rem;
    line-height: 1;
  }
}
.display-2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {.display-2 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {.display-2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) {.display-2 {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.display-3 {
  font-size: 36px;
  font-weight: 700;
}
@media (min-width: 768px) {.display-3 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {.display-3 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {.display-3 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.display-4 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {.display-4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 992px) {.display-4 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) {.display-4 {
    font-size: 52px;
  }
}
@media (min-width: 1400px) {.display-4 {
    font-size: 56px;
  }
}
h1,
.text-h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {h1,
.text-h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 992px) {h1,
.text-h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {h1,
.text-h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
h2,
.text-h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {h2,
.text-h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 992px) {h2,
.text-h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1200px) {h2,
.text-h2 {
    font-size: 40px;
  }
}
h3,
.text-h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 768px) {h3,
.text-h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 992px) {h3,
.text-h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {h3,
.text-h3 {
    font-size: 32px;
  }
}
h4,
.text-h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 992px) {h4,
.text-h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1200px) {h4,
.text-h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h5,
.text-h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {h5,
.text-h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1200px) {h5,
.text-h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
h6,
.text-h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
@media (min-width: 992px) {h6,
.text-h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.initial-text-size {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 992px) {.initial-text-size {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1200px) {.initial-text-size {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1400px) {.initial-text-size {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1600px) {.initial-text-size {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.full-text-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {.full-text-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1400px) {.full-text-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1600px) {.full-text-title {
    font-size: 40px;
  }
}
.extra-text {
  font-size: 35px;
}
@media (min-width: 480px) {.extra-text {
    font-size: 55px;
  }
}
@media (min-width: 576px) {.extra-text {
    font-size: 70px;
  }
}
@media (min-width: 768px) {.extra-text {
    font-size: 90px;
  }
}
@media (min-width: 992px) {.extra-text {
    font-size: 100px;
  }
}
@media (min-width: 1200px) {.extra-text {
    font-size: 120px;
  }
}
@media (min-width: 1400px) {.extra-text {
    font-size: 130px;
  }
}
@media (min-width: 1600px) {.extra-text {
    font-size: 150px;
  }
}
@media (min-width: 1800px) {.extra-text {
    font-size: 180px;
  }
}
input:focus,
textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.pb-120 {
  padding-bottom: 60px;
}
@media (min-width: 768px) {.pb-120 {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {.pb-120 {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {.pb-120 {
    padding-bottom: 120px;
  }
}
.grid-card-wrapper:nth-child(2n+1) .splitting-wrapper.splitting .char:before, .grid-card-wrapper:nth-child(2n+1) .splitting-wrapper.splitting .char:after {
    animation: slideIn 5s cubic-bezier(0.7, 0, 0.1, 1) both infinite;
    animation-delay: calc(0.3s + (100ms * var(--char-index)));
  }
.grid-card-wrapper:nth-child(3n+1) .splitting-wrapper.splitting .char:before, .grid-card-wrapper:nth-child(3n+1) .splitting-wrapper.splitting .char:after {
    animation: slideIn 3s cubic-bezier(0.7, 0, 0.1, 1) both infinite;
    animation-delay: calc(0.5s + (100ms * var(--char-index)));
  }
.splitting-wrapper.splitting .char {
  visibility: hidden;
}
.splitting-wrapper.splitting .char:before, .splitting-wrapper.splitting .char:after {
  visibility: visible;
  position: absolute;
    content: attr(data-char);
    animation: slideIn 7s cubic-bezier(0.7, 0, 0.1, 1) both infinite;
    animation-delay: calc(0.1s + (100ms * var(--char-index)));
    color: inherit;
}
.splitting-wrapper.splitting .char:after {
    animation-name: slideIn2;
  }
@keyframes slideIn {
    0% {
      clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    30%, 70% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    95%, 100% {
      clip-path: polygon(0 0, 100% 0, 100% 0, 0% 0);
    }
  }
@keyframes slideIn2 {
    0%, 10% {
      clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    35%, 65% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    85%, 100% {
      clip-path: polygon(0 0, 100% 0, 100% 0, 0% 0);
    }
  }
.hover-opacity-item:hover > .hover-opacity:not(:hover) {
    opacity: 0.5;
  }
.articles-swiper {
    margin-left: auto;
    margin-right: auto;
  }
.articles-swiper .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
    opacity: 0;
  }
.articles-swiper .article-title,
.articles-swiper .article-type,
.articles-swiper .article-date {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
.articles-swiper .swiper-slide-active .article-title,
.articles-swiper .swiper-slide-active .article-type,
.articles-swiper .swiper-slide-active .article-date {
    opacity: 1;
  }
/*---------------------------------------
    Template Name:  Craftfolio HTML
    Description:    Craftfolio HTML Template
    Author Name:    Pixelaxis
    Author URI:     https://themeforest.net/user/pixelaxis/portfolio
    Theme URI:      https://themeforest.net/user/pixelaxis/portfolio
    Developer:      Ashadul Islam
    Version:        1.0.0
-----------------------------------------
             Table of contents
-----------------------------------------
    cursor effect
    tab content
    accordion content
    grid line effect
    tailwind css
---------------------------------------*/
.placeholder\:font-thin::-moz-placeholder {
  font-weight: 100;
}
.placeholder\:font-thin::placeholder {
  font-weight: 100;
}
.placeholder\:text-neutral11::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(34 36 38 / var(--tw-text-opacity));
}
.placeholder\:text-neutral11::placeholder {
  --tw-text-opacity: 1;
  color: rgb(34 36 38 / var(--tw-text-opacity));
}
.placeholder\:text-neutral11\/60::-moz-placeholder {
  color: rgb(34 36 38 / 0.6);
}
.placeholder\:text-neutral11\/60::placeholder {
  color: rgb(34 36 38 / 0.6);
}
.placeholder\:text-neutral12::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.placeholder\:text-neutral12::placeholder {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.placeholder\:text-neutral2::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}
.placeholder\:text-neutral2::placeholder {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:-z-10::before {
  content: var(--tw-content);
  z-index: -10;
}
.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}
.before\:h-10::before {
  content: var(--tw-content);
  height: 2.5rem;
}
.before\:h-8::before {
  content: var(--tw-content);
  height: 2rem;
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}
.before\:w-10::before {
  content: var(--tw-content);
  width: 2.5rem;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:bg-accent1::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 39 / var(--tw-bg-opacity));
}
.before\:bg-accent2::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
}
.before\:bg-dark::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.before\:bg-light::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:bg-neutral2::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.before\:bg-primary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
}
.before\:bg-primary-3::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(9 52 24 / var(--tw-bg-opacity));
}
.before\:bg-linear-2::before {
  content: var(--tw-content);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.60) 100%);
}
.before\:bg-cover::before {
  content: var(--tw-content);
  background-size: cover;
}
.before\:bg-center::before {
  content: var(--tw-content);
  background-position: center;
}
.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:duration-1000::before {
  content: var(--tw-content);
  transition-duration: 1000ms;
}
.before\:duration-500::before {
  content: var(--tw-content);
  transition-duration: 500ms;
}
.before\:duration-700::before {
  content: var(--tw-content);
  transition-duration: 700ms;
}
.hover\:h-\[250px\]:hover {
  height: 250px;
}
.hover\:h-\[300\%\]:hover {
  height: 300%;
}
.hover\:rotate-90:hover {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-b-4:hover {
  border-bottom-width: 4px;
}
.hover\:border-accent1:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 196 39 / var(--tw-border-opacity));
}
.hover\:border-accent10:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 100 246 / var(--tw-border-opacity));
}
.hover\:border-accent16:hover {
  --tw-border-opacity: 1;
  border-color: rgb(32 213 255 / var(--tw-border-opacity));
}
.hover\:border-accent2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(90 90 170 / var(--tw-border-opacity));
}
.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(90 90 170 / var(--tw-border-opacity));
}
.hover\:bg-accent2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
}
.hover\:bg-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:bg-neutral2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
}
.hover\:bg-gradient-to-l:hover {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.hover\:from-red-500:hover {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-purple-500:hover {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.hover\:py-8:hover {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.hover\:text-accent1:hover {
  --tw-text-opacity: 1;
  color: rgb(255 196 39 / var(--tw-text-opacity));
}
.hover\:text-accent16:hover {
  --tw-text-opacity: 1;
  color: rgb(32 213 255 / var(--tw-text-opacity));
}
.hover\:text-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-light:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-neutral1:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(90 90 170 / var(--tw-text-opacity));
}
.hover\:text-transparent:hover {
  color: transparent;
}
.hover\:animate-running:hover {
  animation-play-state: running;
}
.hover\:text-stroke-1:hover {
  -webkit-text-stroke-width: 1px;
}
.hover\:before\:h-full:hover::before {
  content: var(--tw-content);
  height: 100%;
}
.hover\:before\:w-full:hover::before {
  content: var(--tw-content);
  width: 100%;
}
.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(90 90 170 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.group\/title-sec:hover .group-hover\/title-sec\:z-0 {
  z-index: 0;
}
.group\/title-sec:hover .group-hover\/title-sec\:z-10 {
  z-index: 10;
}
.group\/grid-card:hover .group-hover\/grid-card\:h-0 {
  height: 0px;
}
.group\/grid-card:hover .group-hover\/grid-card\:h-full {
  height: 100%;
}
.group\/grid-card:hover .group-hover\/grid-card\:w-0 {
  width: 0px;
}
.group\/grid-card:hover .group-hover\/grid-card\:w-full {
  width: 100%;
}
.group\/demo-box:hover .group-hover\/demo-box\:origin-left {
  transform-origin: left;
}
.group\/p-card:hover .group-hover\/p-card\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/arrow-btn:hover .group-hover\/arrow-btn\:rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/btn:hover .group-hover\/btn\:rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/link:hover .group-hover\/link\:rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/round-btn:hover .group-hover\/round-btn\:rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/p-card:hover .group-hover\/p-card\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/demo-box:hover .group-hover\/demo-box\:scale-x-100 {
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/s-card:hover .group-hover\/s-card\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(90 90 170 / var(--tw-border-opacity));
}
.group\/service:hover .group-hover\/service\:border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.group\/service:hover .group-hover\/service\:border-light {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.group\/btn:hover .group-hover\/btn\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
}
.group\/service:hover .group-hover\/service\:bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.group\/service:hover .group-hover\/service\:bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group\/service:hover .group-hover\/service\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
}
.group\/aa-card:hover .group-hover\/aa-card\:text-accent16 {
  --tw-text-opacity: 1;
  color: rgb(32 213 255 / var(--tw-text-opacity));
}
.group\/arrow-btn:hover .group-hover\/arrow-btn\:text-accent1 {
  --tw-text-opacity: 1;
  color: rgb(255 196 39 / var(--tw-text-opacity));
}
.group\/arrow-btn:hover .group-hover\/arrow-btn\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(90 90 170 / var(--tw-text-opacity));
}
.group\/btn:hover .group-hover\/btn\:text-light {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group\/btn:hover .group-hover\/btn\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(90 90 170 / var(--tw-text-opacity));
}
.group\/counter:hover .group-hover\/counter\:text-light {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group\/counter:hover .group-hover\/counter\:text-neutral3 {
  --tw-text-opacity: 1;
  color: rgb(179 182 185 / var(--tw-text-opacity));
}
.group\/overlay:hover .group-hover\/overlay\:text-dark {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.group\/p-card:hover .group-hover\/p-card\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(90 90 170 / var(--tw-text-opacity));
}
.group\/resume:hover .group-hover\/resume\:text-light {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group\/s-card:hover .group-hover\/s-card\:text-accent1 {
  --tw-text-opacity: 1;
  color: rgb(255 196 39 / var(--tw-text-opacity));
}
.group\/s-card:hover .group-hover\/s-card\:text-accent2 {
  --tw-text-opacity: 1;
  color: rgb(90 90 170 / var(--tw-text-opacity));
}
.group\/s-card:hover .group-hover\/s-card\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(90 90 170 / var(--tw-text-opacity));
}
.group\/service:hover .group-hover\/service\:text-dark {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.group\/service:hover .group-hover\/service\:text-light {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group\/p-card:hover .group-hover\/p-card\:opacity-100 {
  opacity: 1;
}
.group\/title-sec:hover .group-hover\/title-sec\:opacity-0 {
  opacity: 0;
}
.group\/title-sec:hover .group-hover\/title-sec\:opacity-100 {
  opacity: 1;
}
.group\/title-sec:hover .group-hover\/title-sec\:text-stroke-dark {
  -webkit-text-stroke-color: #000000;
}
.group\/title-sec:hover .group-hover\/title-sec\:text-stroke-light {
  -webkit-text-stroke-color: #ffffff;
}
.dark\:border-light:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.dark\:border-neutral1:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.dark\:border-neutral1\/40:is(.dark *) {
  border-color: rgb(255 255 255 / 0.4);
}
.dark\:border-neutral11:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(34 36 38 / var(--tw-border-opacity));
}
.dark\:border-neutral11\/20:is(.dark *) {
  border-color: rgb(34 36 38 / 0.2);
}
.dark\:border-neutral11\/50:is(.dark *) {
  border-color: rgb(34 36 38 / 0.5);
}
.dark\:border-neutral11\/80:is(.dark *) {
  border-color: rgb(34 36 38 / 0.8);
}
.dark\:border-neutral2:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.dark\:border-neutral3:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(179 182 185 / var(--tw-border-opacity));
}
.dark\:border-neutral3\/10:is(.dark *) {
  border-color: rgb(179 182 185 / 0.1);
}
.dark\:border-neutral3\/15:is(.dark *) {
  border-color: rgb(179 182 185 / 0.15);
}
.dark\:border-neutral3\/60:is(.dark *) {
  border-color: rgb(179 182 185 / 0.6);
}
.dark\:border-neutral5\/10:is(.dark *) {
  border-color: rgb(232 232 232 / 0.1);
}
.dark\:border-neutral8:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(81 81 81 / var(--tw-border-opacity));
}
.dark\:border-primary-3:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(9 52 24 / var(--tw-border-opacity));
}
.dark\:bg-accent2\/20:is(.dark *) {
  background-color: rgb(90 90 170 / 0.2);
}
.dark\:bg-dark:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.dark\:bg-light:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dark\:bg-light\/10:is(.dark *) {
  background-color: rgb(255 255 255 / 0.1);
}
.dark\:bg-light\/5:is(.dark *) {
  background-color: rgb(255 255 255 / 0.05);
}
.dark\:bg-neutral1\/10:is(.dark *) {
  background-color: rgb(255 255 255 / 0.1);
}
.dark\:bg-neutral10\/20:is(.dark *) {
  background-color: rgb(229 229 229 / 0.2);
}
.dark\:bg-neutral11:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 36 38 / var(--tw-bg-opacity));
}
.dark\:bg-neutral11\/20:is(.dark *) {
  background-color: rgb(34 36 38 / 0.2);
}
.dark\:bg-neutral11\/40:is(.dark *) {
  background-color: rgb(34 36 38 / 0.4);
}
.dark\:bg-neutral11\/50:is(.dark *) {
  background-color: rgb(34 36 38 / 0.5);
}
.dark\:bg-neutral11\/60:is(.dark *) {
  background-color: rgb(34 36 38 / 0.6);
}
.dark\:bg-neutral12:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.dark\:bg-neutral12\/50:is(.dark *) {
  background-color: rgb(26 26 26 / 0.5);
}
.dark\:bg-neutral12\/80:is(.dark *) {
  background-color: rgb(26 26 26 / 0.8);
}
.dark\:bg-neutral2:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.dark\:bg-neutral9:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}
.dark\:bg-primary:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
}
.dark\:bg-primary-2:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 30 14 / var(--tw-bg-opacity));
}
.dark\:bg-primary-3:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(9 52 24 / var(--tw-bg-opacity));
}
.dark\:bg-primary-5:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 43 20 / var(--tw-bg-opacity));
}
.dark\:bg-transparent:is(.dark *) {
  background-color: transparent;
}
.dark\:stroke-neutral3\/15:is(.dark *) {
  stroke: rgb(179 182 185 / 0.15);
}
.dark\:stroke-neutral3\/25:is(.dark *) {
  stroke: rgb(179 182 185 / 0.25);
}
.dark\:text-accent1:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 196 39 / var(--tw-text-opacity));
}
.dark\:text-accent2:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(90 90 170 / var(--tw-text-opacity));
}
.dark\:text-dark:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.dark\:text-gray-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.dark\:text-light:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark\:text-neutral1:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark\:text-neutral11:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(34 36 38 / var(--tw-text-opacity));
}
.dark\:text-neutral2:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}
.dark\:text-neutral3:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(179 182 185 / var(--tw-text-opacity));
}
.dark\:text-neutral3\/80:is(.dark *) {
  color: rgb(179 182 185 / 0.8);
}
.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark\:brightness-200:is(.dark *) {
  --tw-brightness: brightness(2);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.dark\:drop-shadow-cs-2:is(.dark *) {
  --tw-drop-shadow: drop-shadow(0px 6px 68.8px rgba(0, 0, 0, 0.40));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.dark\:duration-700:is(.dark *) {
  transition-duration: 700ms;
}
.dark\:ease-in-out:is(.dark *) {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.dark\:text-stroke-neutral2:is(.dark *) {
  -webkit-text-stroke-color: #f2f2f2;
}
.dark\:text-stroke-neutral3:is(.dark *) {
  -webkit-text-stroke-color: #b3b6b9;
}
.dark\:text-stroke-dark:is(.dark *) {
  -webkit-text-stroke-color: #000000;
}
.dark\:text-stroke-light:is(.dark *) {
  -webkit-text-stroke-color: #ffffff;
}
.dark\:placeholder\:text-neutral2:is(.dark *)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}
.dark\:placeholder\:text-neutral2:is(.dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}
.dark\:placeholder\:text-neutral3:is(.dark *)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(179 182 185 / var(--tw-text-opacity));
}
.dark\:placeholder\:text-neutral3:is(.dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(179 182 185 / var(--tw-text-opacity));
}
.before\:dark\:bg-light:is(.dark *)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dark\:before\:bg-dark:is(.dark *)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.dark\:before\:bg-light:is(.dark *)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dark\:before\:bg-neutral12:is(.dark *)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.dark\:hover\:border-accent2:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(90 90 170 / var(--tw-border-opacity));
}
.dark\:hover\:border-primary:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(90 90 170 / var(--tw-border-opacity));
}
.hover\:dark\:border-accent2:is(.dark *):hover {
  --tw-border-opacity: 1;
  border-color: rgb(90 90 170 / var(--tw-border-opacity));
}
.hover\:dark\:border-primary:is(.dark *):hover {
  --tw-border-opacity: 1;
  border-color: rgb(90 90 170 / var(--tw-border-opacity));
}
.dark\:hover\:bg-gray-600:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.dark\:hover\:bg-primary:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
}
.hover\:dark\:bg-accent2:is(.dark *):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 170 / var(--tw-bg-opacity));
}
.hover\:dark\:bg-light:is(.dark *):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dark\:hover\:text-dark:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.dark\:hover\:text-light:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark\:hover\:text-primary:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(90 90 170 / var(--tw-text-opacity));
}
.dark\:hover\:text-transparent:hover:is(.dark *) {
  color: transparent;
}
.hover\:dark\:text-accent1:is(.dark *):hover {
  --tw-text-opacity: 1;
  color: rgb(255 196 39 / var(--tw-text-opacity));
}
.hover\:dark\:text-accent2:is(.dark *):hover {
  --tw-text-opacity: 1;
  color: rgb(90 90 170 / var(--tw-text-opacity));
}
.hover\:dark\:text-dark:is(.dark *):hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.dark\:focus\:border-accent2:focus:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(90 90 170 / var(--tw-border-opacity));
}
.group\/service:hover .group-hover\/service\:dark\:border-dark:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.group\/service:hover .group-hover\/service\:dark\:bg-dark:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.group\/counter:hover .group-hover\/counter\:dark\:text-dark:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.group\/counter:hover .group-hover\/counter\:dark\:text-neutral11:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(34 36 38 / var(--tw-text-opacity));
}
.group\/resume:hover .group-hover\/resume\:dark\:text-dark:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.group\/service:hover .group-hover\/service\:dark\:text-dark:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.group\/service:hover .group-hover\/service\:dark\:text-light:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group\/title-sec:hover .group-hover\/title-sec\:dark\:text-stroke-light:is(.dark *) {
  -webkit-text-stroke-color: #ffffff;
}
@media (min-width: 480px) {.xs\:-top-10 {
    top: -2.5rem;
  }.xs\:col-span-10 {
    grid-column: span 10 / span 10;
  }.xs\:col-span-14 {
    grid-column: span 14 / span 14;
  }.xs\:col-span-24 {
    grid-column: span 24 / span 24;
  }.xs\:ml-6 {
    margin-left: 1.5rem;
  }.xs\:block {
    display: block;
  }.xs\:h-\[160px\] {
    height: 160px;
  }.xs\:w-2\/3 {
    width: 66.666667%;
  }.xs\:w-\[160px\] {
    width: 160px;
  }.xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.xs\:flex-row {
    flex-direction: row;
  }.xs\:flex-nowrap {
    flex-wrap: nowrap;
  }.xs\:gap-0 {
    gap: 0px;
  }.xs\:gap-4 {
    gap: 1rem;
  }.xs\:rounded-l-\[5rem\] {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
  }.xs\:p-2 {
    padding: 0.5rem;
  }.xs\:p-4 {
    padding: 1rem;
  }.xs\:p-6 {
    padding: 1.5rem;
  }.xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }.xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.xs\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }.xs\:text-\[50px\] {
    font-size: 50px;
  }.xs\:text-\[80px\] {
    font-size: 80px;
  }
}
@media (min-width: 576px) {.sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }.sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }.sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }.sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }.sm\:row-span-8 {
    grid-row: span 8 / span 8;
  }.sm\:-mt-8 {
    margin-top: -2rem;
  }.sm\:mb-10 {
    margin-bottom: 2.5rem;
  }.sm\:ml-20 {
    margin-left: 5rem;
  }.sm\:ml-8 {
    margin-left: 2rem;
  }.sm\:block {
    display: block;
  }.sm\:flex {
    display: flex;
  }.sm\:h-\[200px\] {
    height: 200px;
  }.sm\:max-h-\[400px\] {
    max-height: 400px;
  }.sm\:w-1\/2 {
    width: 50%;
  }.sm\:w-2\/3 {
    width: 66.666667%;
  }.sm\:w-2\/5 {
    width: 40%;
  }.sm\:w-3\/5 {
    width: 60%;
  }.sm\:w-\[200px\] {
    width: 200px;
  }.sm\:w-full {
    width: 100%;
  }.sm\:max-w-\[400px\] {
    max-width: 400px;
  }.sm\:max-w-\[720px\] {
    max-width: 720px;
  }.sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.sm\:flex-row {
    flex-direction: row;
  }.sm\:flex-col {
    flex-direction: column;
  }.sm\:flex-nowrap {
    flex-wrap: nowrap;
  }.sm\:items-center {
    align-items: center;
  }.sm\:gap-4 {
    gap: 1rem;
  }.sm\:gap-6 {
    gap: 1.5rem;
  }.sm\:border-r {
    border-right-width: 1px;
  }.sm\:p-4 {
    padding: 1rem;
  }.sm\:p-6 {
    padding: 1.5rem;
  }.sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }.sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.sm\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }.sm\:pb-\[80px\] {
    padding-bottom: 80px;
  }.sm\:pt-16 {
    padding-top: 4rem;
  }.sm\:pt-\[80px\] {
    padding-top: 80px;
  }.sm\:text-\[100px\] {
    font-size: 100px;
  }.sm\:text-\[50px\] {
    font-size: 50px;
  }.sm\:text-\[80px\] {
    font-size: 80px;
  }.sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {.md\:col-span-10 {
    grid-column: span 10 / span 10;
  }.md\:col-span-4 {
    grid-column: span 4 / span 4;
  }.md\:col-span-7 {
    grid-column: span 7 / span 7;
  }.md\:col-span-8 {
    grid-column: span 8 / span 8;
  }.md\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }.md\:my-15 {
    margin-top: 60px;
    margin-bottom: 60px;
  }.md\:mb-10 {
    margin-bottom: 2.5rem;
  }.md\:mb-12 {
    margin-bottom: 3rem;
  }.md\:mb-15 {
    margin-bottom: 60px;
  }.md\:mb-32 {
    margin-bottom: 8rem;
  }.md\:mb-6 {
    margin-bottom: 1.5rem;
  }.md\:mb-8 {
    margin-bottom: 2rem;
  }.md\:ml-24 {
    margin-left: 6rem;
  }.md\:mt-8 {
    margin-top: 2rem;
  }.md\:block {
    display: block;
  }.md\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }.md\:size-12 {
    width: 3rem;
    height: 3rem;
  }.md\:size-14 {
    width: 3.5rem;
    height: 3.5rem;
  }.md\:size-8 {
    width: 2rem;
    height: 2rem;
  }.md\:h-15 {
    height: 60px;
  }.md\:h-32 {
    height: 8rem;
  }.md\:max-h-\[100px\] {
    max-height: 100px;
  }.md\:max-h-\[500px\] {
    max-height: 500px;
  }.md\:max-h-\[600px\] {
    max-height: 600px;
  }.md\:min-h-9 {
    min-height: 2.25rem;
  }.md\:w-1\/12 {
    width: 8.333333%;
  }.md\:w-1\/2 {
    width: 50%;
  }.md\:w-1\/3 {
    width: 33.333333%;
  }.md\:w-11\/12 {
    width: 91.666667%;
  }.md\:w-2\/5 {
    width: 40%;
  }.md\:w-3\/5 {
    width: 60%;
  }.md\:w-9 {
    width: 2.25rem;
  }.md\:max-w-\[100px\] {
    max-width: 100px;
  }.md\:max-w-\[400px\] {
    max-width: 400px;
  }.md\:max-w-\[960px\] {
    max-width: 960px;
  }.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.md\:flex-row {
    flex-direction: row;
  }.md\:flex-nowrap {
    flex-wrap: nowrap;
  }.md\:items-start {
    align-items: flex-start;
  }.md\:items-end {
    align-items: flex-end;
  }.md\:justify-between {
    justify-content: space-between;
  }.md\:gap-12 {
    gap: 3rem;
  }.md\:gap-16 {
    gap: 4rem;
  }.md\:gap-2 {
    gap: 0.5rem;
  }.md\:gap-3 {
    gap: 0.75rem;
  }.md\:gap-6 {
    gap: 1.5rem;
  }.md\:gap-8 {
    gap: 2rem;
  }.md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }.md\:gap-y-10 {
    row-gap: 2.5rem;
  }.md\:border-l {
    border-left-width: 1px;
  }.md\:p-3 {
    padding: 0.75rem;
  }.md\:p-4 {
    padding: 1rem;
  }.md\:p-5 {
    padding: 1.25rem;
  }.md\:p-6 {
    padding: 1.5rem;
  }.md\:p-8 {
    padding: 2rem;
  }.md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }.md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }.md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }.md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }.md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }.md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }.md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }.md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }.md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.md\:pb-13 {
    padding-bottom: 52px;
  }.md\:pb-15 {
    padding-bottom: 60px;
  }.md\:pb-8 {
    padding-bottom: 2rem;
  }.md\:pl-15 {
    padding-left: 60px;
  }.md\:pt-10 {
    padding-top: 2.5rem;
  }.md\:pt-20 {
    padding-top: 5rem;
  }.md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }.md\:text-\[120px\] {
    font-size: 120px;
  }.md\:text-\[130px\] {
    font-size: 130px;
  }.md\:text-\[140px\] {
    font-size: 140px;
  }.md\:text-\[60px\] {
    font-size: 60px;
  }.md\:text-\[80px\] {
    font-size: 80px;
  }.md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }.md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }.md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.md\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {.lg\:absolute {
    position: absolute;
  }.lg\:relative {
    position: relative;
  }.lg\:bottom-0 {
    bottom: 0px;
  }.lg\:left-10 {
    left: 2.5rem;
  }.lg\:right-10 {
    right: 2.5rem;
  }.lg\:top-10 {
    top: 2.5rem;
  }.lg\:order-first {
    order: -9999;
  }.lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }.lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }.lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }.lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }.lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }.lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }.lg\:mx-\[40px\] {
    margin-left: 40px;
    margin-right: 40px;
  }.lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }.lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }.lg\:mb-0 {
    margin-bottom: 0px;
  }.lg\:mb-10 {
    margin-bottom: 2.5rem;
  }.lg\:mb-12 {
    margin-bottom: 3rem;
  }.lg\:mb-14 {
    margin-bottom: 3.5rem;
  }.lg\:mb-15 {
    margin-bottom: 60px;
  }.lg\:mb-20 {
    margin-bottom: 5rem;
  }.lg\:mb-3 {
    margin-bottom: 0.75rem;
  }.lg\:mb-4 {
    margin-bottom: 1rem;
  }.lg\:mb-40 {
    margin-bottom: 10rem;
  }.lg\:mb-5 {
    margin-bottom: 1.25rem;
  }.lg\:mb-6 {
    margin-bottom: 1.5rem;
  }.lg\:mb-8 {
    margin-bottom: 2rem;
  }.lg\:mb-\[50px\] {
    margin-bottom: 50px;
  }.lg\:ml-32 {
    margin-left: 8rem;
  }.lg\:ml-auto {
    margin-left: auto;
  }.lg\:mr-auto {
    margin-right: auto;
  }.lg\:mt-0 {
    margin-top: 0px;
  }.lg\:mt-10 {
    margin-top: 2.5rem;
  }.lg\:mt-16 {
    margin-top: 4rem;
  }.lg\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }.lg\:block {
    display: block;
  }.lg\:flex {
    display: flex;
  }.lg\:hidden {
    display: none;
  }.lg\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }.lg\:size-12 {
    width: 3rem;
    height: 3rem;
  }.lg\:size-13 {
    width: 52px;
    height: 52px;
  }.lg\:size-15 {
    width: 60px;
    height: 60px;
  }.lg\:size-16 {
    width: 4rem;
    height: 4rem;
  }.lg\:size-9 {
    width: 2.25rem;
    height: 2.25rem;
  }.lg\:h-10 {
    height: 2.5rem;
  }.lg\:h-12 {
    height: 3rem;
  }.lg\:h-15 {
    height: 60px;
  }.lg\:h-16 {
    height: 4rem;
  }.lg\:h-2\/5 {
    height: 40%;
  }.lg\:h-20 {
    height: 5rem;
  }.lg\:h-3\/5 {
    height: 60%;
  }.lg\:h-40 {
    height: 10rem;
  }.lg\:h-\[150px\] {
    height: 150px;
  }.lg\:h-\[180px\] {
    height: 180px;
  }.lg\:h-\[39\%\] {
    height: 39%;
  }.lg\:h-\[60\%\] {
    height: 60%;
  }.lg\:h-auto {
    height: auto;
  }.lg\:h-full {
    height: 100%;
  }.lg\:h-screen {
    height: 100vh;
  }.lg\:max-h-\[120px\] {
    max-height: 120px;
  }.lg\:max-h-\[150px\] {
    max-height: 150px;
  }.lg\:max-h-\[400px\] {
    max-height: 400px;
  }.lg\:max-h-\[800px\] {
    max-height: 800px;
  }.lg\:max-h-full {
    max-height: 100%;
  }.lg\:min-h-10 {
    min-height: 2.5rem;
  }.lg\:w-1\/2 {
    width: 50%;
  }.lg\:w-10 {
    width: 2.5rem;
  }.lg\:w-12 {
    width: 3rem;
  }.lg\:w-15 {
    width: 60px;
  }.lg\:w-2\/5 {
    width: 40%;
  }.lg\:w-3\/5 {
    width: 60%;
  }.lg\:w-48 {
    width: 12rem;
  }.lg\:w-\[180px\] {
    width: 180px;
  }.lg\:w-auto {
    width: auto;
  }.lg\:w-full {
    width: 100%;
  }.lg\:min-w-10 {
    min-width: 2.5rem;
  }.lg\:max-w-\[1140px\] {
    max-width: 1140px;
  }.lg\:max-w-\[120px\] {
    max-width: 120px;
  }.lg\:max-w-\[150px\] {
    max-width: 150px;
  }.lg\:max-w-\[400px\] {
    max-width: 400px;
  }.lg\:max-w-\[550px\] {
    max-width: 550px;
  }.lg\:max-w-full {
    max-width: 100%;
  }.lg\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.lg\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.lg\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.lg\:translate-x-2 {
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.lg\:translate-x-3 {
    --tw-translate-x: 0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.lg\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.lg\:translate-y-2 {
    --tw-translate-y: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.lg\:translate-y-3 {
    --tw-translate-y: 0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.lg\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }.lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:flex-row {
    flex-direction: row;
  }.lg\:flex-col {
    flex-direction: column;
  }.lg\:justify-normal {
    justify-content: normal;
  }.lg\:justify-start {
    justify-content: flex-start;
  }.lg\:justify-between {
    justify-content: space-between;
  }.lg\:gap-0 {
    gap: 0px;
  }.lg\:gap-10 {
    gap: 2.5rem;
  }.lg\:gap-16 {
    gap: 4rem;
  }.lg\:gap-2 {
    gap: 0.5rem;
  }.lg\:gap-3 {
    gap: 0.75rem;
  }.lg\:gap-4 {
    gap: 1rem;
  }.lg\:gap-5 {
    gap: 1.25rem;
  }.lg\:gap-6 {
    gap: 1.5rem;
  }.lg\:gap-8 {
    gap: 2rem;
  }.lg\:gap-y-12 {
    row-gap: 3rem;
  }.lg\:rounded-xl {
    border-radius: 0.75rem;
  }.lg\:border-b-4 {
    border-bottom-width: 4px;
  }.lg\:border-r {
    border-right-width: 1px;
  }.lg\:p-10 {
    padding: 2.5rem;
  }.lg\:p-3 {
    padding: 0.75rem;
  }.lg\:p-4 {
    padding: 1rem;
  }.lg\:p-5 {
    padding: 1.25rem;
  }.lg\:p-6 {
    padding: 1.5rem;
  }.lg\:p-7 {
    padding: 1.75rem;
  }.lg\:p-8 {
    padding: 2rem;
  }.lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }.lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }.lg\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }.lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }.lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }.lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }.lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }.lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }.lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.lg\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }.lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }.lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }.lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }.lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.lg\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }.lg\:pb-20 {
    padding-bottom: 5rem;
  }.lg\:pb-24 {
    padding-bottom: 6rem;
  }.lg\:pb-3 {
    padding-bottom: 0.75rem;
  }.lg\:pb-8 {
    padding-bottom: 2rem;
  }.lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }.lg\:pb-\[72px\] {
    padding-bottom: 72px;
  }.lg\:pl-20 {
    padding-left: 5rem;
  }.lg\:pl-6 {
    padding-left: 1.5rem;
  }.lg\:pt-0 {
    padding-top: 0px;
  }.lg\:pt-15 {
    padding-top: 60px;
  }.lg\:pt-20 {
    padding-top: 5rem;
  }.lg\:pt-24 {
    padding-top: 6rem;
  }.lg\:pt-\[100px\] {
    padding-top: 100px;
  }.lg\:text-center {
    text-align: center;
  }.lg\:text-start {
    text-align: start;
  }.lg\:text-end {
    text-align: end;
  }.lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }.lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.lg\:text-\[100px\] {
    font-size: 100px;
  }.lg\:text-\[160px\] {
    font-size: 160px;
  }.lg\:text-\[170px\] {
    font-size: 170px;
  }.lg\:text-\[180px\] {
    font-size: 180px;
  }.lg\:text-\[80px\] {
    font-size: 80px;
  }.lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }.lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.lg\:transition-w {
    transition-property: width;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }.lg\:writing-mode-vertical-rl {
    writing-mode: vertical-rl;
  }.lg\:before\:h-12::before {
    content: var(--tw-content);
    height: 3rem;
  }.lg\:before\:w-12::before {
    content: var(--tw-content);
    width: 3rem;
  }.lg\:hover\:h-\[300\%\]:hover {
    height: 300%;
  }.lg\:hover\:h-\[320px\]:hover {
    height: 320px;
  }.lg\:hover\:h-full:hover {
    height: 100%;
  }.lg\:hover\:w-\[180\%\]:hover {
    width: 180%;
  }.lg\:hover\:w-\[300\%\]:hover {
    width: 300%;
  }.lg\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.group\/grid-card:hover .lg\:group-hover\/grid-card\:visible {
    visibility: visible;
  }.group\/grid-card:hover .lg\:group-hover\/grid-card\:invisible {
    visibility: hidden;
  }.group\/grid-card:hover .lg\:group-hover\/grid-card\:opacity-0 {
    opacity: 0;
  }.group\/grid-card:hover .lg\:group-hover\/grid-card\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1200px) {.xl\:relative {
    position: relative;
  }.xl\:sticky {
    position: sticky;
  }.xl\:-bottom-10 {
    bottom: -2.5rem;
  }.xl\:-bottom-16 {
    bottom: -4rem;
  }.xl\:-top-16 {
    top: -4rem;
  }.xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }.xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }.xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }.xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }.xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }.xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }.xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }.xl\:mx-\[80px\] {
    margin-left: 80px;
    margin-right: 80px;
  }.xl\:my-30 {
    margin-top: 120px;
    margin-bottom: 120px;
  }.xl\:-mb-16 {
    margin-bottom: -4rem;
  }.xl\:-mt-15 {
    margin-top: -60px;
  }.xl\:mb-10 {
    margin-bottom: 2.5rem;
  }.xl\:mb-12 {
    margin-bottom: 3rem;
  }.xl\:mb-15 {
    margin-bottom: 60px;
  }.xl\:mb-16 {
    margin-bottom: 4rem;
  }.xl\:mb-3 {
    margin-bottom: 0.75rem;
  }.xl\:mb-30 {
    margin-bottom: 120px;
  }.xl\:mb-48 {
    margin-bottom: 12rem;
  }.xl\:mb-5 {
    margin-bottom: 1.25rem;
  }.xl\:mb-6 {
    margin-bottom: 1.5rem;
  }.xl\:mb-8 {
    margin-bottom: 2rem;
  }.xl\:mb-\[60px\] {
    margin-bottom: 60px;
  }.xl\:ml-15 {
    margin-left: 60px;
  }.xl\:ml-40 {
    margin-left: 10rem;
  }.xl\:ml-5 {
    margin-left: 1.25rem;
  }.xl\:ml-auto {
    margin-left: auto;
  }.xl\:mt-0 {
    margin-top: 0px;
  }.xl\:mt-15 {
    margin-top: 60px;
  }.xl\:mt-20 {
    margin-top: 5rem;
  }.xl\:mt-6 {
    margin-top: 1.5rem;
  }.xl\:flex {
    display: flex;
  }.xl\:hidden {
    display: none;
  }.xl\:size-12 {
    width: 3rem;
    height: 3rem;
  }.xl\:size-15 {
    width: 60px;
    height: 60px;
  }.xl\:size-20 {
    width: 5rem;
    height: 5rem;
  }.xl\:h-12 {
    height: 3rem;
  }.xl\:h-15 {
    height: 60px;
  }.xl\:h-20 {
    height: 5rem;
  }.xl\:h-\[160px\] {
    height: 160px;
  }.xl\:h-\[200px\] {
    height: 200px;
  }.xl\:h-\[220px\] {
    height: 220px;
  }.xl\:h-\[280px\] {
    height: 280px;
  }.xl\:h-\[72px\] {
    height: 72px;
  }.xl\:h-auto {
    height: auto;
  }.xl\:h-full {
    height: 100%;
  }.xl\:h-screen {
    height: 100vh;
  }.xl\:max-h-\[150px\] {
    max-height: 150px;
  }.xl\:max-h-\[200px\] {
    max-height: 200px;
  }.xl\:max-h-\[380px\] {
    max-height: 380px;
  }.xl\:max-h-\[400px\] {
    max-height: 400px;
  }.xl\:max-h-\[600px\] {
    max-height: 600px;
  }.xl\:min-h-12 {
    min-height: 3rem;
  }.xl\:w-12 {
    width: 3rem;
  }.xl\:w-15 {
    width: 60px;
  }.xl\:w-20 {
    width: 5rem;
  }.xl\:w-36 {
    width: 9rem;
  }.xl\:w-56 {
    width: 14rem;
  }.xl\:w-\[160px\] {
    width: 160px;
  }.xl\:w-\[1px\] {
    width: 1px;
  }.xl\:w-\[200px\] {
    width: 200px;
  }.xl\:w-\[220px\] {
    width: 220px;
  }.xl\:w-\[280px\] {
    width: 280px;
  }.xl\:w-\[72px\] {
    width: 72px;
  }.xl\:min-w-12 {
    min-width: 3rem;
  }.xl\:max-w-\[100px\] {
    max-width: 100px;
  }.xl\:max-w-\[1280px\] {
    max-width: 1280px;
  }.xl\:max-w-\[150px\] {
    max-width: 150px;
  }.xl\:max-w-\[200px\] {
    max-width: 200px;
  }.xl\:max-w-\[340px\] {
    max-width: 340px;
  }.xl\:max-w-\[380px\] {
    max-width: 380px;
  }.xl\:max-w-\[400px\] {
    max-width: 400px;
  }.xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.xl\:translate-x-3 {
    --tw-translate-x: 0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.xl\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }.xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.xl\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }.xl\:flex-row {
    flex-direction: row;
  }.xl\:flex-col {
    flex-direction: column;
  }.xl\:gap-10 {
    gap: 2.5rem;
  }.xl\:gap-12 {
    gap: 3rem;
  }.xl\:gap-15 {
    gap: 60px;
  }.xl\:gap-2 {
    gap: 0.5rem;
  }.xl\:gap-20 {
    gap: 5rem;
  }.xl\:gap-3 {
    gap: 0.75rem;
  }.xl\:gap-4 {
    gap: 1rem;
  }.xl\:gap-5 {
    gap: 1.25rem;
  }.xl\:gap-6 {
    gap: 1.5rem;
  }.xl\:gap-8 {
    gap: 2rem;
  }.xl\:gap-y-15 {
    row-gap: 60px;
  }.xl\:border-b {
    border-bottom-width: 1px;
  }.xl\:border-l {
    border-left-width: 1px;
  }.xl\:border-l-0 {
    border-left-width: 0px;
  }.xl\:border-r-0 {
    border-right-width: 0px;
  }.xl\:border-t {
    border-top-width: 1px;
  }.xl\:p-10 {
    padding: 2.5rem;
  }.xl\:p-12 {
    padding: 3rem;
  }.xl\:p-15 {
    padding: 60px;
  }.xl\:p-5 {
    padding: 1.25rem;
  }.xl\:p-6 {
    padding: 1.5rem;
  }.xl\:p-8 {
    padding: 2rem;
  }.xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }.xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }.xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.xl\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }.xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }.xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }.xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }.xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }.xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }.xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }.xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.xl\:py-13 {
    padding-top: 52px;
    padding-bottom: 52px;
  }.xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }.xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }.xl\:py-\[140px\] {
    padding-top: 140px;
    padding-bottom: 140px;
  }.xl\:pb-10 {
    padding-bottom: 2.5rem;
  }.xl\:pb-24 {
    padding-bottom: 6rem;
  }.xl\:pb-\[140px\] {
    padding-bottom: 140px;
  }.xl\:pl-24 {
    padding-left: 6rem;
  }.xl\:pl-6 {
    padding-left: 1.5rem;
  }.xl\:pt-0 {
    padding-top: 0px;
  }.xl\:pt-20 {
    padding-top: 5rem;
  }.xl\:pt-28 {
    padding-top: 7rem;
  }.xl\:pt-\[140px\] {
    padding-top: 140px;
  }.xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }.xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }.xl\:text-\[100px\] {
    font-size: 100px;
  }.xl\:text-\[120px\] {
    font-size: 120px;
  }.xl\:text-\[180px\] {
    font-size: 180px;
  }.xl\:text-\[200px\] {
    font-size: 200px;
  }.xl\:text-\[220px\] {
    font-size: 220px;
  }.xl\:text-\[40px\] {
    font-size: 40px;
  }.xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }.xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.xl\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.xl\:duration-1000 {
    transition-duration: 1000ms;
  }.xl\:duration-500 {
    transition-duration: 500ms;
  }.xl\:writing-mode-vertical-rl {
    writing-mode: vertical-rl;
  }.xl\:before\:h-10::before {
    content: var(--tw-content);
    height: 2.5rem;
  }.xl\:before\:w-10::before {
    content: var(--tw-content);
    width: 2.5rem;
  }.xl\:hover\:h-\[230\%\]:hover {
    height: 230%;
  }.xl\:hover\:h-\[400px\]:hover {
    height: 400px;
  }.xl\:hover\:py-15:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1400px) {.xxl\:col-span-3 {
    grid-column: span 3 / span 3;
  }.xxl\:col-span-5 {
    grid-column: span 5 / span 5;
  }.xxl\:col-span-6 {
    grid-column: span 6 / span 6;
  }.xxl\:col-span-8 {
    grid-column: span 8 / span 8;
  }.xxl\:col-span-9 {
    grid-column: span 9 / span 9;
  }.xxl\:col-start-10 {
    grid-column-start: 10;
  }.xxl\:row-span-4 {
    grid-row: span 4 / span 4;
  }.xxl\:row-span-5 {
    grid-row: span 5 / span 5;
  }.xxl\:row-span-8 {
    grid-row: span 8 / span 8;
  }.xxl\:mb-10 {
    margin-bottom: 2.5rem;
  }.xxl\:mb-20 {
    margin-bottom: 5rem;
  }.xxl\:mb-8 {
    margin-bottom: 2rem;
  }.xxl\:block {
    display: block;
  }.xxl\:size-11 {
    width: 2.75rem;
    height: 2.75rem;
  }.xxl\:size-12 {
    width: 3rem;
    height: 3rem;
  }.xxl\:size-13 {
    width: 52px;
    height: 52px;
  }.xxl\:size-15 {
    width: 60px;
    height: 60px;
  }.xxl\:size-\[72px\] {
    width: 72px;
    height: 72px;
  }.xxl\:h-\[250px\] {
    height: 250px;
  }.xxl\:max-h-\[400px\] {
    max-height: 400px;
  }.xxl\:w-64 {
    width: 16rem;
  }.xxl\:w-\[250px\] {
    width: 250px;
  }.xxl\:max-w-\[1440px\] {
    max-width: 1440px;
  }.xxl\:max-w-\[400px\] {
    max-width: 400px;
  }.xxl\:-translate-y-8 {
    --tw-translate-y: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.xxl\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }.xxl\:flex-col {
    flex-direction: column;
  }.xxl\:flex-nowrap {
    flex-wrap: nowrap;
  }.xxl\:justify-between {
    justify-content: space-between;
  }.xxl\:gap-10 {
    gap: 2.5rem;
  }.xxl\:gap-12 {
    gap: 3rem;
  }.xxl\:gap-15 {
    gap: 60px;
  }.xxl\:gap-3 {
    gap: 0.75rem;
  }.xxl\:gap-6 {
    gap: 1.5rem;
  }.xxl\:gap-8 {
    gap: 2rem;
  }.xxl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }.xxl\:gap-y-12 {
    row-gap: 3rem;
  }.xxl\:p-0 {
    padding: 0px;
  }.xxl\:p-10 {
    padding: 2.5rem;
  }.xxl\:p-6 {
    padding: 1.5rem;
  }.xxl\:p-8 {
    padding: 2rem;
  }.xxl\:p-9 {
    padding: 2.25rem;
  }.xxl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.xxl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }.xxl\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }.xxl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }.xxl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }.xxl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }.xxl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }.xxl\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }.xxl\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }.xxl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }.xxl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }.xxl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.xxl\:pl-32 {
    padding-left: 8rem;
  }.xxl\:pt-30 {
    padding-top: 120px;
  }.xxl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }.xxl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }.xxl\:text-\[140px\] {
    font-size: 140px;
  }.xxl\:text-\[160px\] {
    font-size: 160px;
  }.xxl\:text-\[220px\] {
    font-size: 220px;
  }.xxl\:text-\[240px\] {
    font-size: 240px;
  }.xxl\:text-\[260px\] {
    font-size: 260px;
  }
}
@media (min-width: 1600px) {.xxxl\:col-span-5 {
    grid-column: span 5 / span 5;
  }.xxxl\:col-span-7 {
    grid-column: span 7 / span 7;
  }.xxxl\:mx-\[120px\] {
    margin-left: 120px;
    margin-right: 120px;
  }.xxxl\:mb-\[80px\] {
    margin-bottom: 80px;
  }.xxxl\:mt-8 {
    margin-top: 2rem;
  }.xxxl\:size-12 {
    width: 3rem;
    height: 3rem;
  }.xxxl\:size-13 {
    width: 52px;
    height: 52px;
  }.xxxl\:size-15 {
    width: 60px;
    height: 60px;
  }.xxxl\:h-\[240px\] {
    height: 240px;
  }.xxxl\:h-\[250px\] {
    height: 250px;
  }.xxxl\:h-\[320px\] {
    height: 320px;
  }.xxxl\:w-2\/5 {
    width: 40%;
  }.xxxl\:w-3\/5 {
    width: 60%;
  }.xxxl\:w-72 {
    width: 18rem;
  }.xxxl\:w-\[240px\] {
    width: 240px;
  }.xxxl\:w-\[250px\] {
    width: 250px;
  }.xxxl\:w-\[320px\] {
    width: 320px;
  }.xxxl\:max-w-\[1580px\] {
    max-width: 1580px;
  }.xxxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.xxxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.xxxl\:flex-row {
    flex-direction: row;
  }.xxxl\:flex-nowrap {
    flex-wrap: nowrap;
  }.xxxl\:gap-10 {
    gap: 2.5rem;
  }.xxxl\:gap-12 {
    gap: 3rem;
  }.xxxl\:gap-15 {
    gap: 60px;
  }.xxxl\:gap-16 {
    gap: 4rem;
  }.xxxl\:gap-20 {
    gap: 5rem;
  }.xxxl\:gap-6 {
    gap: 1.5rem;
  }.xxxl\:gap-7 {
    gap: 1.75rem;
  }.xxxl\:gap-8 {
    gap: 2rem;
  }.xxxl\:p-13 {
    padding: 52px;
  }.xxxl\:p-15 {
    padding: 60px;
  }.xxxl\:p-6 {
    padding: 1.5rem;
  }.xxxl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.xxxl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }.xxxl\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }.xxxl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }.xxxl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }.xxxl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.xxxl\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }.xxxl\:pl-20 {
    padding-left: 5rem;
  }.xxxl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }.xxxl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }.xxxl\:text-\[160px\] {
    font-size: 160px;
  }.xxxl\:text-\[260px\] {
    font-size: 260px;
  }.xxxl\:text-\[280px\] {
    font-size: 280px;
  }.xxxl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.xxxl\:before\:h-12::before {
    content: var(--tw-content);
    height: 3rem;
  }.xxxl\:before\:w-12::before {
    content: var(--tw-content);
    width: 3rem;
  }.xxxl\:hover\:w-\[125\%\]:hover {
    width: 125%;
  }.xxxl\:hover\:w-\[135\%\]:hover {
    width: 135%;
  }
}
@media (min-width: 1800px) {.\34xl\:-bottom-4 {
    bottom: -1rem;
  }.\34xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }.\34xl\:col-span-14 {
    grid-column: span 14 / span 14;
  }.\34xl\:col-start-2 {
    grid-column-start: 2;
  }.\34xl\:col-end-12 {
    grid-column-end: 12;
  }.\34xl\:row-span-8 {
    grid-row: span 8 / span 8;
  }.\34xl\:mx-\[160px\] {
    margin-left: 160px;
    margin-right: 160px;
  }.\34xl\:size-15 {
    width: 60px;
    height: 60px;
  }.\34xl\:h-\[360px\] {
    height: 360px;
  }.\34xl\:h-\[calc\(100vh-16px\)\] {
    height: calc(100vh - 16px);
  }.\34xl\:h-screen {
    height: 100vh;
  }.\34xl\:max-h-\[160px\] {
    max-height: 160px;
  }.\34xl\:max-h-\[200px\] {
    max-height: 200px;
  }.\34xl\:max-h-\[240px\] {
    max-height: 240px;
  }.\34xl\:max-h-\[400px\] {
    max-height: 400px;
  }.\34xl\:max-h-\[480px\] {
    max-height: 480px;
  }.\34xl\:w-\[360px\] {
    width: 360px;
  }.\34xl\:w-\[70\%\] {
    width: 70%;
  }.\34xl\:max-w-\[160px\] {
    max-width: 160px;
  }.\34xl\:max-w-\[200px\] {
    max-width: 200px;
  }.\34xl\:max-w-\[240px\] {
    max-width: 240px;
  }.\34xl\:max-w-\[400px\] {
    max-width: 400px;
  }.\34xl\:max-w-\[480px\] {
    max-width: 480px;
  }.\34xl\:gap-12 {
    gap: 3rem;
  }.\34xl\:gap-13 {
    gap: 52px;
  }.\34xl\:gap-15 {
    gap: 60px;
  }.\34xl\:gap-2 {
    gap: 0.5rem;
  }.\34xl\:gap-20 {
    gap: 5rem;
  }.\34xl\:gap-6 {
    gap: 1.5rem;
  }.\34xl\:gap-8 {
    gap: 2rem;
  }.\34xl\:overflow-y-hidden {
    overflow-y: hidden;
  }.\34xl\:p-10 {
    padding: 2.5rem;
  }.\34xl\:p-12 {
    padding: 3rem;
  }.\34xl\:p-8 {
    padding: 2rem;
  }.\34xl\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }.\34xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }.\34xl\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }.\34xl\:pb-\[120px\] {
    padding-bottom: 120px;
  }.\34xl\:pl-32 {
    padding-left: 8rem;
  }.\34xl\:pt-\[100px\] {
    padding-top: 100px;
  }.\34xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }.\34xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }.\34xl\:text-\[180px\] {
    font-size: 180px;
  }.\34xl\:text-\[200px\] {
    font-size: 200px;
  }.\34xl\:text-\[280px\] {
    font-size: 280px;
  }
}
@media (min-height: 576px) {.tall-sm\:max-w-\[340px\] {
    max-width: 340px;
  }
}
@media (min-height: 768px) {.tall-md\:max-h-\[240px\] {
    max-height: 240px;
  }.tall-md\:max-h-\[700px\] {
    max-height: 700px;
  }.tall-md\:max-w-\[420px\] {
    max-width: 420px;
  }.tall-md\:gap-8 {
    gap: 2rem;
  }.tall-md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-height: 992px) {.tall-lg\:max-h-\[270px\] {
    max-height: 270px;
  }.tall-lg\:max-h-\[480px\] {
    max-height: 480px;
  }.tall-lg\:max-h-\[800px\] {
    max-height: 800px;
  }.tall-lg\:max-w-\[420px\] {
    max-width: 420px;
  }.tall-lg\:max-w-\[480px\] {
    max-width: 480px;
  }.tall-lg\:max-w-\[700px\] {
    max-width: 700px;
  }.tall-lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }.tall-lg\:py-13 {
    padding-top: 52px;
    padding-bottom: 52px;
  }.tall-lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }.tall-lg\:pb-15 {
    padding-bottom: 60px;
  }.tall-lg\:pt-36 {
    padding-top: 9rem;
  }
}
@media (min-height: 1024px) {.tall-xl\:max-h-\[520px\] {
    max-height: 520px;
  }.tall-xl\:max-h-\[800px\] {
    max-height: 800px;
  }.tall-xl\:max-h-\[900px\] {
    max-height: 900px;
  }.tall-xl\:max-w-\[520px\] {
    max-width: 520px;
  }.tall-xl\:gap-15 {
    gap: 60px;
  }.tall-xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-height: 1200px) {.tall-xxl\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (min-height: 768px) {.wide-tall-md\:max-h-\[650px\] {
    max-height: 650px;
  }
}
.ltr\:-right-10:where([dir="ltr"], [dir="ltr"] *) {
  right: -2.5rem;
}
.ltr\:-right-8:where([dir="ltr"], [dir="ltr"] *) {
  right: -2rem;
}
.ltr\:left-0:where([dir="ltr"], [dir="ltr"] *) {
  left: 0px;
}
.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: 0px;
}
.ltr\:right-4:where([dir="ltr"], [dir="ltr"] *) {
  right: 1rem;
}
.ltr\:ml-3:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.75rem;
}
.ltr\:w-full:where([dir="ltr"], [dir="ltr"] *) {
  width: 100%;
}
.ltr\:pr-0:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 0px;
}
@media (min-width: 768px) {.ltr\:md\:ml-6:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 1.5rem;
  }.ltr\:md\:border-l:where([dir="ltr"], [dir="ltr"] *) {
    border-left-width: 1px;
  }.ltr\:md\:pl-15:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {.ltr\:lg\:right-0:where([dir="ltr"], [dir="ltr"] *) {
    right: 0px;
  }.ltr\:lg\:-translate-x-3:where([dir="ltr"], [dir="ltr"] *) {
    --tw-translate-x: -0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.ltr\:lg\:translate-x-2:where([dir="ltr"], [dir="ltr"] *) {
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.ltr\:lg\:pl-20:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 5rem;
  }
}
@media (min-width: 1200px) {.ltr\:xl\:-left-10:where([dir="ltr"], [dir="ltr"] *) {
    left: -2.5rem;
  }.ltr\:xl\:-right-10:where([dir="ltr"], [dir="ltr"] *) {
    right: -2.5rem;
  }.ltr\:xl\:-right-16:where([dir="ltr"], [dir="ltr"] *) {
    right: -4rem;
  }.ltr\:xl\:ml-24:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 6rem;
  }.ltr\:xl\:translate-x-3:where([dir="ltr"], [dir="ltr"] *) {
    --tw-translate-x: 0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.ltr\:xl\:pl-0:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 0px;
  }.ltr\:xl\:pl-24:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 6rem;
  }.ltr\:xl\:pr-0:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0px;
  }
}
@media (min-width: 1400px) {.ltr\:xxl\:pl-32:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 8rem;
  }
}
@media (min-width: 1800px) {.ltr\:4xl\:mr-32:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 8rem;
  }.ltr\:4xl\:pr-10:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 2.5rem;
  }
}
.rtl\:-left-10:where([dir="rtl"], [dir="rtl"] *) {
  left: -2.5rem;
}
.rtl\:-left-8:where([dir="rtl"], [dir="rtl"] *) {
  left: -2rem;
}
.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}
.rtl\:left-4:where([dir="rtl"], [dir="rtl"] *) {
  left: 1rem;
}
.rtl\:right-0:where([dir="rtl"], [dir="rtl"] *) {
  right: 0px;
}
.rtl\:mr-3:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.75rem;
}
.rtl\:pl-0:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0px;
}
@media (min-width: 768px) {.rtl\:md\:mr-6:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 1.5rem;
  }.rtl\:md\:border-r:where([dir="rtl"], [dir="rtl"] *) {
    border-right-width: 1px;
  }.rtl\:md\:pr-15:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 60px;
  }
}
@media (min-width: 992px) {.rtl\:lg\:left-0:where([dir="rtl"], [dir="rtl"] *) {
    left: 0px;
  }.rtl\:lg\:translate-x-3:where([dir="rtl"], [dir="rtl"] *) {
    --tw-translate-x: 0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.rtl\:lg\:pr-20:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 5rem;
  }
}
@media (min-width: 1200px) {.rtl\:xl\:-left-10:where([dir="rtl"], [dir="rtl"] *) {
    left: -2.5rem;
  }.rtl\:xl\:-left-16:where([dir="rtl"], [dir="rtl"] *) {
    left: -4rem;
  }.rtl\:xl\:mr-24:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 6rem;
  }.rtl\:xl\:pl-0:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0px;
  }.rtl\:xl\:pr-0:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0px;
  }.rtl\:xl\:pr-24:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 6rem;
  }
}
@media (min-width: 1400px) {.rtl\:xxl\:pr-32:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 8rem;
  }
}
@media (min-width: 1800px) {.rtl\:4xl\:ml-32:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 8rem;
  }.rtl\:4xl\:pl-10:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2.5rem;
  }
}
