@charset "UTF-8";
/*
  MetaMask design system imports
  The variables declared here should take precedence.
  They are included first because they will be used to replace bad variable names in itcss
  prior to it being fully removed from the system.
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)

   ⚠️ This file has been updated from the original copy. ⚠️
*/
/* @import "./react-gallery/carousel.min.css"; */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

b {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-variant: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* stylelint-disable */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  border-style: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: none;
}

/* stylelint-enable */
/*
Responsive breakpoints
*/
/*
DEPRECATED
*/
/**
  These colors are either deprecated or will move into colors.scss
  when approved for the design system
**/
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "串";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-brands-400.eot");
  src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype"), url("fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.eot");
  src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype"), url("fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-regular-400.eot");
  src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype"), url("fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 400;
  src: url("EuclidCircularB-Regular-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: italic;
  font-weight: 400;
  src: url("EuclidCircularB-RegularItalic-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 500;
  src: url("EuclidCircularB-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 700;
  src: url("EuclidCircularB-Bold-WebXL.ttf") format("truetype");
}
/*
  Z-Indicies
*/
:root {
  --mainnet: #29b6af;
  --inherit: inherit;
  --transparent: transparent;
  --color-network-linea-testnet-default: #000;
  --color-network-linea-testnet-inverse: #fcfcfc;
  --qr-code-white-background: #fff;
}

* {
  box-sizing: border-box;
}

html,
body {
  color: var(--color-text-default);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow: auto;
}

html {
  min-height: 500px;
}

.mouse-user-styles button:focus,
.mouse-user-styles input:focus,
.mouse-user-styles textarea:focus,
.mouse-user-styles .unit-input__input,
.mouse-user-styles .currency-display__input {
  outline: none;
}

/*
  This error class is used in the following files still:
  /ui/pages/create-account/import-account/json.js
  /ui/pages/create-account/import-account/private-key.js
*/
.error {
  color: var(--color-error-default);
  margin-top: 3px;
  margin-bottom: 9px;
  overflow-wrap: anywhere;
}

/* stylelint-disable */
#app-content {
  overflow-x: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--color-background-alternative);
}
@media screen and (max-width: calc(576px - 1px)) {
  #app-content {
    background-color: var(--color-background-default);
  }
}

/* stylelint-enable */
a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: var(--color-primary-alternative);
}

input.large-input,
textarea.large-input {
  padding: 8px;
}

input.large-input {
  height: 36px;
}

.allcaps {
  text-transform: uppercase;
}

.input-label {
  padding-bottom: 10px;
  font-weight: 400;
  display: inline-block;
}

input.form-control {
  padding-left: 10px;
  font-size: 14px;
  height: 40px;
  border: 1px solid var(--color-border-default);
  color: 1px solid var(--color-text-default);
  background: transparent;
  border-radius: 3px;
  width: 100%;
}
input.form-control::-webkit-input-placeholder {
  font-weight: 100;
  color: var(--color-text-muted);
}
input.form-control::-moz-placeholder {
  font-weight: 100;
  color: var(--color-text-muted);
}
input.form-control:-ms-input-placeholder {
  font-weight: 100;
  color: var(--color-text-muted);
}
input.form-control:-moz-placeholder {
  font-weight: 100;
  color: var(--color-text-muted);
}
input.form-control--error {
  border: 1px solid var(--color-error-default);
}

/** Default Typography on base elements **/
* {
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
}

/**
* Please import your styles in order of atomicity.
* The most atomic styles should be imported first.
* This will help improve specificity and reduce the chance of
* unintended overrides.
**/
/*
Responsive breakpoints
*/
/*
DEPRECATED
*/
/**
  These colors are either deprecated or will move into colors.scss
  when approved for the design system
**/
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "串";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-brands-400.eot");
  src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype"), url("fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.eot");
  src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype"), url("fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-regular-400.eot");
  src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype"), url("fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 400;
  src: url("EuclidCircularB-Regular-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: italic;
  font-weight: 400;
  src: url("EuclidCircularB-RegularItalic-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 500;
  src: url("EuclidCircularB-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 700;
  src: url("EuclidCircularB-Bold-WebXL.ttf") format("truetype");
}
/*
  Z-Indicies
*/
.mm-text {
  color: var(--color-text-default);
  font-family: var(--font-family-sans);
}
.mm-text--display {
  font-family: var(--typography-s-display-md-font-family);
  font-weight: var(--typography-s-display-md-font-weight);
  font-size: var(--typography-s-display-md-font-size);
  line-height: var(--typography-s-display-md-line-height);
  letter-spacing: var(--typography-s-display-md-letter-spacing);
}
@media screen and (min-width: 768px) {
  .mm-text--display {
    font-family: var(--typography-l-display-md-font-family);
    font-weight: var(--typography-l-display-md-font-weight);
    font-size: var(--typography-l-display-md-font-size);
    line-height: var(--typography-l-display-md-line-height);
    letter-spacing: var(--typography-l-display-md-letter-spacing);
  }
}
.mm-text--display-md {
  font-family: var(--typography-s-display-md-font-family);
  font-weight: var(--typography-s-display-md-font-weight);
  font-size: var(--typography-s-display-md-font-size);
  line-height: var(--typography-s-display-md-line-height);
  letter-spacing: var(--typography-s-display-md-letter-spacing);
}
@media screen and (min-width: 768px) {
  .mm-text--display-md {
    font-family: var(--typography-l-display-md-font-family);
    font-weight: var(--typography-l-display-md-font-weight);
    font-size: var(--typography-l-display-md-font-size);
    line-height: var(--typography-l-display-md-line-height);
    letter-spacing: var(--typography-l-display-md-letter-spacing);
  }
}
.mm-text--heading {
  font-family: var(--typography-s-heading-md-font-family);
  font-weight: var(--typography-s-heading-md-font-weight);
  font-size: var(--typography-s-heading-md-font-size);
  line-height: var(--typography-s-heading-md-line-height);
  letter-spacing: var(--typography-s-heading-md-letter-spacing);
}
@media screen and (min-width: 768px) {
  .mm-text--heading {
    font-family: var(--typography-l-heading-md-font-family);
    font-weight: var(--typography-l-heading-md-font-weight);
    font-size: var(--typography-l-heading-md-font-size);
    line-height: var(--typography-l-heading-md-line-height);
    letter-spacing: var(--typography-l-heading-md-letter-spacing);
  }
}
.mm-text--heading-sm {
  font-family: var(--typography-s-heading-sm-font-family);
  font-weight: var(--typography-s-heading-sm-font-weight);
  font-size: var(--typography-s-heading-sm-font-size);
  line-height: var(--typography-s-heading-sm-line-height);
  letter-spacing: var(--typography-s-heading-sm-letter-spacing);
}
@media screen and (min-width: 768px) {
  .mm-text--heading-sm {
    font-family: var(--typography-l-heading-sm-font-family);
    font-weight: var(--typography-l-heading-sm-font-weight);
    font-size: var(--typography-l-heading-sm-font-size);
    line-height: var(--typography-l-heading-sm-line-height);
    letter-spacing: var(--typography-l-heading-sm-letter-spacing);
  }
}
.mm-text--heading-md {
  font-family: var(--typography-s-heading-md-font-family);
  font-weight: var(--typography-s-heading-md-font-weight);
  font-size: var(--typography-s-heading-md-font-size);
  line-height: var(--typography-s-heading-md-line-height);
  letter-spacing: var(--typography-s-heading-md-letter-spacing);
}
@media screen and (min-width: 768px) {
  .mm-text--heading-md {
    font-family: var(--typography-l-heading-md-font-family);
    font-weight: var(--typography-l-heading-md-font-weight);
    font-size: var(--typography-l-heading-md-font-size);
    line-height: var(--typography-l-heading-md-line-height);
    letter-spacing: var(--typography-l-heading-md-letter-spacing);
  }
}
.mm-text--heading-lg {
  font-family: var(--typography-s-heading-lg-font-family);
  font-weight: var(--typography-s-heading-lg-font-weight);
  font-size: var(--typography-s-heading-lg-font-size);
  line-height: var(--typography-s-heading-lg-line-height);
  letter-spacing: var(--typography-s-heading-lg-letter-spacing);
}
@media screen and (min-width: 768px) {
  .mm-text--heading-lg {
    font-family: var(--typography-l-heading-lg-font-family);
    font-weight: var(--typography-l-heading-lg-font-weight);
    font-size: var(--typography-l-heading-lg-font-size);
    line-height: var(--typography-l-heading-lg-line-height);
    letter-spacing: var(--typography-l-heading-lg-letter-spacing);
  }
}
.mm-text--body {
  font-family: var(--typography-s-body-md-font-family);
  font-weight: var(--typography-s-body-md-font-weight);
  font-size: var(--typography-s-body-md-font-size);
  line-height: var(--typography-s-body-md-line-height);
  letter-spacing: var(--typography-s-body-md-letter-spacing);
}
@media screen and (min-width: 768px) {
  .mm-text--body {
    font-family: var(--typography-l-body-md-font-family);
    font-weight: var(--typography-l-body-md-font-weight);
    font-size: var(--typography-l-body-md-font-size);
    line-height: var(--typography-l-body-md-line-height);
    letter-spacing: var(--typography-l-body-md-letter-spacing);
  }
}
.mm-text--body-xs {
  font-family: var(--typography-s-body-xs-font-family);
  font-weight: var(--typography-s-body-xs-font-weight);
  font-size: var(--typography-s-body-xs-font-size);
  line-height: var(--typography-s-body-xs-line-height);
  letter-spacing: var(--typography-s-body-xs-letter-spacing);
}
@media screen and (min-width: 768px) {
  .mm-text--body-xs {
    font-family: var(--typography-l-body-xs-font-family);
    font-weight: var(--typography-l-body-xs-font-weight);
    font-size: var(--typography-l-body-xs-font-size);
    line-height: var(--typography-l-body-xs-line-height);
    letter-spacing: var(--typography-l-body-xs-letter-spacing);
  }
}
.mm-text--body-sm {
  font-family: var(--typography-s-body-sm-font-family);
  font-weight: var(--typography-s-body-sm-font-weight);
  font-size: var(--typography-s-body-sm-font-size);
  line-height: var(--typography-s-body-sm-line-height);
  letter-spacing: var(--typography-s-body-sm-letter-spacing);
}
@media screen and (min-width: 768px) {
  .mm-text--body-sm {
    font-family: var(--typography-l-body-sm-font-family);
    font-weight: var(--typography-l-body-sm-font-weight);
    font-size: var(--typography-l-body-sm-font-size);
    line-height: var(--typography-l-body-sm-line-height);
    letter-spacing: var(--typography-l-body-sm-letter-spacing);
  }
}
.mm-text--body-sm-bold {
  font-family: var(--typography-s-body-sm-bold-font-family);
  font-weight: var(--typography-s-body-sm-bold-font-weight);
  font-size: var(--typography-s-body-sm-bold-font-size);
  line-height: var(--typography-s-body-sm-bold-line-height);
  letter-spacing: var(--typography-s-body-sm-bold-letter-spacing);
}
@media screen and (min-width: 768px) {
  .mm-text--body-sm-bold {
    font-family: var(--typography-l-body-sm-bold-font-family);
    font-weight: var(--typography-l-body-sm-bold-font-weight);
    font-size: var(--typography-l-body-sm-bold-font-size);
    line-height: var(--typography-l-body-sm-bold-line-height);
    letter-spacing: var(--typography-l-body-sm-bold-letter-spacing);
  }
}
.mm-text--body-md {
  font-family: var(--typography-s-body-md-font-family);
  font-weight: var(--typography-s-body-md-font-weight);
  font-size: var(--typography-s-body-md-font-size);
  line-height: var(--typography-s-body-md-line-height);
  letter-spacing: var(--typography-s-body-md-letter-spacing);
}
@media screen and (min-width: 768px) {
  .mm-text--body-md {
    font-family: var(--typography-l-body-md-font-family);
    font-weight: var(--typography-l-body-md-font-weight);
    font-size: var(--typography-l-body-md-font-size);
    line-height: var(--typography-l-body-md-line-height);
    letter-spacing: var(--typography-l-body-md-letter-spacing);
  }
}
.mm-text--body-md-bold {
  font-family: var(--typography-s-body-md-bold-font-family);
  font-weight: var(--typography-s-body-md-bold-font-weight);
  font-size: var(--typography-s-body-md-bold-font-size);
  line-height: var(--typography-s-body-md-bold-line-height);
  letter-spacing: var(--typography-s-body-md-bold-letter-spacing);
}
@media screen and (min-width: 768px) {
  .mm-text--body-md-bold {
    font-family: var(--typography-l-body-md-bold-font-family);
    font-weight: var(--typography-l-body-md-bold-font-weight);
    font-size: var(--typography-l-body-md-bold-font-size);
    line-height: var(--typography-l-body-md-bold-line-height);
    letter-spacing: var(--typography-l-body-md-bold-letter-spacing);
  }
}
.mm-text--body-lg-medium {
  font-family: var(--typography-s-body-lg-medium-font-family);
  font-weight: var(--typography-s-body-lg-medium-font-weight);
  font-size: var(--typography-s-body-lg-medium-font-size);
  line-height: var(--typography-s-body-lg-medium-line-height);
  letter-spacing: var(--typography-s-body-lg-medium-letter-spacing);
}
@media screen and (min-width: 768px) {
  .mm-text--body-lg-medium {
    font-family: var(--typography-l-body-lg-medium-font-family);
    font-weight: var(--typography-l-body-lg-medium-font-weight);
    font-size: var(--typography-l-body-lg-medium-font-size);
    line-height: var(--typography-l-body-lg-medium-line-height);
    letter-spacing: var(--typography-l-body-lg-medium-letter-spacing);
  }
}
.mm-text--font-weight-bold {
  font-weight: bold;
}
.mm-text--font-weight-medium {
  font-weight: var(--font-weight-medium);
}
.mm-text--font-weight-normal {
  font-weight: normal;
}
.mm-text--font-weight-100 {
  font-weight: 100;
}
.mm-text--font-weight-200 {
  font-weight: 200;
}
.mm-text--font-weight-300 {
  font-weight: 300;
}
.mm-text--font-weight-400 {
  font-weight: 400;
}
.mm-text--font-weight-500 {
  font-weight: 500;
}
.mm-text--font-weight-600 {
  font-weight: 600;
}
.mm-text--font-weight-700 {
  font-weight: 700;
}
.mm-text--font-weight-800 {
  font-weight: 800;
}
.mm-text--font-weight-900 {
  font-weight: 900;
}
.mm-text--font-style-normal {
  font-style: normal;
}
.mm-text--font-style-italic {
  font-style: italic;
}
.mm-text--font-style-oblique {
  font-style: oblique;
}
.mm-text--text-align-left {
  text-align: left;
}
.mm-text--text-align-right {
  text-align: right;
}
.mm-text--text-align-center {
  text-align: center;
}
.mm-text--text-align-justify {
  text-align: justify;
}
.mm-text--text-align-end {
  text-align: end;
}
.mm-text--overflow-wrap-normal {
  overflow-wrap: normal;
}
.mm-text--overflow-wrap-break-word {
  overflow-wrap: break-word;
}
.mm-text--overflow-wrap-anywhere {
  overflow-wrap: anywhere;
}
.mm-text--inherit {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.mm-text--ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-text--text-transform-uppercase {
  text-transform: uppercase;
}
.mm-text--text-transform-lowercase {
  text-transform: lowercase;
}
.mm-text--text-transform-capitalize {
  text-transform: capitalize;
}

.mm-icon {
  --icon-size: var(--size, 16px);
  font-size: var(--icon-size);
  width: 1em;
  height: 1em;
  max-width: 1em;
  flex: 0 0 1em;
  background-color: currentColor;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.mm-icon--size-xs {
  --size: 12px;
}
.mm-icon--size-sm {
  --size: 16px;
}
.mm-icon--size-md {
  --size: 20px;
}
.mm-icon--size-lg {
  --size: 24px;
}
.mm-icon--size-xl {
  --size: 32px;
}
.mm-icon--size-inherit {
  --size: 1em;
  position: relative;
  top: 0.125em;
}

.mm-label--html-for {
  cursor: pointer;
}

.mm-tag {
  height: auto;
  width: max-content;
  padding-top: 1px;
  padding-bottom: 1px;
}

.mm-avatar-base {
  --avatar-size: var(--size, 16px);
  height: var(--avatar-size);
  width: var(--avatar-size);
  max-width: var(--avatar-size);
  flex: 0 0 var(--avatar-size);
  overflow: hidden;
}
.mm-avatar-base--size-xs {
  --size: 16px;
}
.mm-avatar-base--size-sm {
  --size: 24px;
}
.mm-avatar-base--size-md {
  --size: 32px;
}
.mm-avatar-base--size-lg {
  --size: 40px;
}
.mm-avatar-base--size-xl {
  --size: 48px;
}

.mm-avatar-account__jazzicon {
  display: flex;
}

.mm-avatar-favicon__image {
  width: 100%;
}

.mm-avatar-network--with-halo {
  position: relative;
}
.mm-avatar-network__network-image {
  width: 100%;
}
.mm-avatar-network__network-image--blurred {
  filter: blur(20px);
}
.mm-avatar-network__network-image--size-reduced {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62.5%;
  height: 62.5%;
  border-radius: 50%;
}

.mm-avatar-token--with-halo {
  position: relative;
}
.mm-avatar-token__token-image {
  width: 100%;
}
.mm-avatar-token__token-image--blurred {
  filter: blur(20px);
}
.mm-avatar-token__token-image--size-reduced {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62.5%;
  height: 62.5%;
  border-radius: 50%;
}

/**
* Mixin that renders the CSS values for badge positions and value
*/
.mm-badge-wrapper {
  --badge-wrapper-position-circular: 14%;
  --badge-wrapper-position-rectangular: 0;
  position: relative;
  align-self: start;
}
.mm-badge-wrapper__badge-container {
  position: absolute;
}
.mm-badge-wrapper__badge-container--circular-top-right {
  top: var(--badge-wrapper-position-circular);
  right: var(--badge-wrapper-position-circular);
  transform: scale(1) translate(50%, -50%);
  transform-origin: 100% 0%;
}
.mm-badge-wrapper__badge-container--circular-bottom-right {
  bottom: var(--badge-wrapper-position-circular);
  right: var(--badge-wrapper-position-circular);
  transform: scale(1) translate(50%, 50%);
  transform-origin: 100% 100%;
}
.mm-badge-wrapper__badge-container--circular-top-left {
  top: var(--badge-wrapper-position-circular);
  left: var(--badge-wrapper-position-circular);
  transform: scale(1) translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.mm-badge-wrapper__badge-container--circular-bottom-left {
  bottom: var(--badge-wrapper-position-circular);
  left: var(--badge-wrapper-position-circular);
  transform: scale(1) translate(-50%, 50%);
  transform-origin: 0% 100%;
}
.mm-badge-wrapper__badge-container--rectangular-top-right {
  top: var(--badge-wrapper-position-rectangular);
  right: var(--badge-wrapper-position-rectangular);
  transform: scale(1) translate(50%, -50%);
  transform-origin: 100% 0%;
}
.mm-badge-wrapper__badge-container--rectangular-bottom-right {
  bottom: var(--badge-wrapper-position-rectangular);
  right: var(--badge-wrapper-position-rectangular);
  transform: scale(1) translate(50%, 50%);
  transform-origin: 100% 100%;
}
.mm-badge-wrapper__badge-container--rectangular-top-left {
  top: var(--badge-wrapper-position-rectangular);
  left: var(--badge-wrapper-position-rectangular);
  transform: scale(1) translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.mm-badge-wrapper__badge-container--rectangular-bottom-left {
  bottom: var(--badge-wrapper-position-rectangular);
  left: var(--badge-wrapper-position-rectangular);
  transform: scale(1) translate(-50%, 50%);
  transform-origin: 0% 100%;
}

.mm-button-base {
  position: relative;
  height: 40px;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
}
.mm-button-base--block {
  display: block;
  width: 100%;
}
.mm-button-base--ellipsis {
  max-width: 100%;
}
.mm-button-base--size-sm {
  height: 32px;
}
.mm-button-base--size-md {
  height: 40px;
}
.mm-button-base--size-lg {
  height: 48px;
}
.mm-button-base--loading {
  cursor: not-allowed;
}
.mm-button-base--disabled, .mm-button-base:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.mm-button-base__icon-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spinner 1.2s linear infinite;
}

@keyframes spinner {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.mm-button-icon {
  --button-icon-size: var(--size, 24px);
  --button-icon-opacity-hover: 0.5;
  --button-icon-opacity-disabled: 0.3;
  height: var(--button-icon-size);
  width: var(--button-icon-size);
  padding: 0;
  cursor: pointer;
}
.mm-button-icon:active, .mm-button-icon:hover {
  opacity: var(--button-icon-opacity-hover);
}
.mm-button-icon--disabled, .mm-button-icon:disabled {
  opacity: var(--button-icon-opacity-disabled);
  cursor: not-allowed;
}
.mm-button-icon--size-sm {
  --button-icon-size: 24px;
}
.mm-button-icon--size-lg {
  --button-icon-size: 32px;
}

.mm-button-link:hover {
  opacity: 0.5;
}
.mm-button-link:active {
  opacity: 0.5;
}
.mm-button-link--disabled:hover {
  opacity: 0.3;
}
.mm-button-link--disabled:active {
  opacity: 0.3;
}
.mm-button-link--type-danger:hover {
  color: var(--color-error-default);
  opacity: 0.5;
}
.mm-button-link--type-danger:active {
  color: var(--color-error-default);
  opacity: 0.5;
}
.mm-button-link--type-danger.mm-button-link--disabled:hover {
  opacity: 0.3;
}
.mm-button-link--size-auto {
  height: auto;
}
.mm-button-link--size-inherit {
  height: auto;
  background-color: transparent;
  vertical-align: top;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.mm-button-primary:hover {
  color: var(--color-primary-inverse);
  box-shadow: var(--component-button-primary-shadow);
}
.mm-button-primary:active {
  color: var(--color-primary-inverse);
  background-color: var(--color-primary-alternative);
}
.mm-button-primary--type-danger:hover {
  color: var(--color-error-inverse);
  box-shadow: var(--component-button-danger-shadow);
}
.mm-button-primary--type-danger:active {
  color: var(--color-error-inverse);
  background-color: var(--color-error-alternative);
}
.mm-button-primary--disabled:hover {
  box-shadow: none;
}
.mm-button-primary--disabled:active {
  background-color: var(--color-primary-default);
}
.mm-button-primary--type-danger.mm-button-primary--disabled:active {
  background-color: var(--color-error-default);
}

.mm-button-secondary:hover {
  color: var(--color-primary-inverse);
  background-color: var(--color-primary-default);
  box-shadow: var(--component-button-primary-shadow);
}
.mm-button-secondary:active {
  color: var(--color-primary-inverse);
  background-color: var(--color-primary-alternative);
  border-color: var(--color-primary-alternative);
}
.mm-button-secondary--type-danger {
  color: var(--color-error-default);
  border: 1px solid var(--color-error-default);
  background-color: transparent;
}
.mm-button-secondary--type-danger:hover {
  color: var(--color-error-inverse);
  background-color: var(--color-error-default);
  box-shadow: var(--component-button-danger-shadow);
}
.mm-button-secondary--type-danger:active {
  color: var(--color-error-inverse);
  background-color: var(--color-error-alternative);
  border-color: var(--color-error-alternative);
}
.mm-button-secondary--disabled:hover {
  color: var(--color-primary-default);
  box-shadow: none;
  background-color: transparent;
}
.mm-button-secondary--disabled:active {
  background-color: transparent;
}
.mm-button-secondary--type-danger.mm-button-secondary--disabled:hover {
  color: var(--color-error-default);
}

.mm-input {
  --input-opacity-disabled: 0.5;
  box-sizing: content-box;
}
.mm-input--disable-state-styles:focus, .mm-input--disable-state-styles:focus-visible {
  outline: none;
}
.mm-input--disabled {
  opacity: var(--input-opacity-disabled);
}

.mm-picker-network {
  --picker-network-height: 32px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: var(--picker-network-height);
}
.mm-picker-network:active {
  background-color: var(--color-background-default-hover);
}

.mm-tag-url {
  height: 48px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.mm-text-field {
  --text-field-height: var(--size, 40px);
  height: var(--text-field-height);
  border-color: var(--color-border-default);
}
.mm-text-field--size-sm {
  --size: 32px;
}
.mm-text-field--size-md {
  --size: 40px;
}
.mm-text-field--size-lg {
  --size: 48px;
}
.mm-text-field--focused {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.mm-text-field--error {
  border-color: var(--color-error-default);
}
.mm-text-field--disabled {
  opacity: 0.5;
  border-color: var(--color-border-default);
}
.mm-text-field--truncate .mm-text-field__input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mm-text-field__input {
  width: 100%;
  flex-grow: 1;
}

.mm-text-field-search ::-webkit-search-cancel-button {
  display: none;
}

.mm-form-text-field {
  --text-opacity-disabled: 0.5;
}
.mm-form-text-field--disabled .mm-form-text-field__label,
.mm-form-text-field--disabled .mm-form-text-field__help-text {
  opacity: var(--text-opacity-disabled);
  cursor: default;
}

.mm-banner-alert {
  border-left: 4px solid var(--color-primary-default);
}
.mm-banner-alert--severity-danger {
  border-left-color: var(--color-error-default);
}
.mm-banner-alert--severity-warning {
  border-left-color: var(--color-warning-default);
}
.mm-banner-alert--severity-success {
  border-left-color: var(--color-success-default);
}

.mm-banner-tip--logo {
  width: 60px;
}

.mm-modal-content {
  --modal-content-size: var(--size, 360px);
  position: relative;
  box-shadow: var(--shadow-size-lg) var(--color-shadow-default);
  max-height: calc(100% - 32px);
  overflow: auto;
}
.mm-modal-content--size-sm {
  --size: 360px;
  max-width: var(--modal-content-size);
}

.mm-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/** Please import your files in alphabetical order **/
.account-list-item__top-row {
  display: flex;
  margin-top: 10px;
  margin-left: 8px;
  position: relative;
}
.account-list-item__account-name {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-left: 8px;
}
.account-list-item__icon {
  position: absolute;
  right: 12px;
  top: 1px;
}
.account-list-item__account-address {
  margin-left: 35px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.account-menu {
  position: absolute;
  z-index: 100;
  top: 58px;
  width: 320px;
  border-radius: 4px;
  background: var(--color-background-default);
  box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
  min-width: 150px;
  color: var(--color-text-default);
}
@media screen and (max-width: calc(576px - 1px)) {
  .account-menu {
    right: 16px;
  }
}
@media screen and (min-width: 576px) {
  .account-menu {
    right: calc((100vw - 85vw) / 2);
  }
}
@media screen and (min-width: 768px) {
  .account-menu {
    right: calc((100vw - 80vw) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .account-menu {
    right: calc((100vw - 65vw) / 2);
  }
}
.account-menu__item {
  padding: 18px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  z-index: 201;
  border: 0;
  background: none;
  width: 100%;
}
@media screen and (max-width: calc(576px - 1px)) {
  .account-menu__item {
    padding: 0 14px;
    height: 40px;
  }
}
.account-menu__item--clickable {
  cursor: pointer;
}
.account-menu__item--clickable:hover {
  background-color: var(--color-background-default-hover);
}
.account-menu__item--clickable:active {
  background-color: var(--color-background-default-hover);
}
.account-menu__item__icon {
  margin-right: 8px;
  display: flex;
  color: var(--color-icon-alternative);
}
.account-menu__item__icon i {
  text-align: center;
  width: 24px;
}
.account-menu__item__text {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
}
@media screen and (min-width: 768px) {
  .account-menu__item__text {
    font-size: 1rem;
    font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
    line-height: 140%;
    font-style: normal;
    font-weight: normal;
  }
}
.account-menu__item__subtext {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 5px 0 0 30px;
}
.account-menu__divider {
  background-color: var(--color-border-muted);
  width: 100%;
  height: 1px;
}
.account-menu__close-area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.account-menu__icon {
  margin-left: 1rem;
  cursor: pointer;
}
.account-menu__icon--disabled {
  cursor: initial;
}
.account-menu__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.account-menu .account-menu__lock-button {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
  min-width: 59px;
  width: auto;
}
.account-menu__accounts-container {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 200;
}
.account-menu__accounts {
  overflow-y: auto;
  position: relative;
  max-height: 256px;
  scrollbar-width: auto;
}
@media screen and (max-width: calc(576px - 1px)) {
  .account-menu__accounts {
    max-height: 240px;
  }
}
@media screen and (max-height: 600px) {
  .account-menu__accounts {
    max-height: 130px;
  }
}
.account-menu__accounts .keyring-label {
  font-size: 0.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  z-index: 1;
  border-radius: 10px;
  padding: 4px;
  text-align: center;
  height: 15px;
  margin-top: 5px;
  margin-right: 10px;
  background-color: var(--color-background-alternative);
  border: 1px solid var(--color-border-default);
  color: var(--color-text-default);
  font-weight: normal;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.account-menu__notifications {
  position: relative;
}
.account-menu__notifications__count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  min-width: 12px;
  min-height: 12px;
  font-size: 8px;
  border-radius: 50%;
  background-color: var(--color-primary-default);
  color: var(--color-primary-inverse);
}
.account-menu__no-accounts {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 16px 14px;
}
.account-menu__account {
  display: flex;
  flex-flow: row nowrap;
  padding: 16px 14px;
  flex: 0 0 auto;
  background: none;
  border: 0;
  width: 100%;
}
@media screen and (max-width: calc(576px - 1px)) {
  .account-menu__account {
    padding: 12px 14px;
  }
}
.account-menu__account .remove-account-icon {
  width: 15px;
  margin-left: 10px;
  height: 15px;
}
.account-menu__account:hover .remove-account-icon::after {
  content: "×";
  font-size: 25px;
  color: var(--color-text-default);
  cursor: pointer;
  position: absolute;
  margin-top: -5px;
}
.account-menu__account-info {
  flex: 1 0 auto;
  display: flex;
  flex-flow: column nowrap;
}
.account-menu__check-mark {
  margin-right: 8px;
  flex: 0 0 auto;
  min-width: 24px;
}
.account-menu .identicon {
  margin: 0 12px 0 0;
  flex: 0 0 auto;
}
.account-menu__name {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .account-menu__name {
    font-size: 1rem;
    font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
    line-height: 140%;
    font-style: normal;
    font-weight: normal;
  }
}
.account-menu__balance {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
}
.account-menu__action {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
}
.account-menu__scroll-button {
  position: absolute;
  bottom: 12px;
  right: 12px;
  height: 28px;
  width: 28px;
  border-radius: 14px;
  border: 1px solid var(--color-border-default);
  background: var(--color-background-alternative);
  color: var(--color-icon-default);
  z-index: 201;
  cursor: pointer;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-menu__scroll-button:hover {
  opacity: 1;
}
.account-menu__icon-list {
  display: flex;
}

.add-network__networks-container {
  padding-inline-end: 24px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .add-network__networks-container {
    padding: 0;
  }
}
.add-network__header {
  border-bottom: 1px solid var(--color-border-default);
}
@media screen and (max-width: calc(576px - 1px)) {
  .add-network__header {
    padding-inline-start: 24px;
    padding-inline-end: 24px;
  }
}
.add-network__header__subtitle {
  margin-inline-start: 10px;
  margin-inline-end: 10px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .add-network__main-container {
    padding-inline-start: 24px;
    padding-inline-end: 24px;
  }
}
@media screen and (min-width: 576px) {
  .add-network__list-of-networks {
    width: 75%;
  }
}
.add-network__warning-tooltip {
  color: var(--color-text-alternative);
  width: 180px;
}
.add-network__warning-tooltip a {
  color: var(--color-primary-default);
}
.add-network__add-icon {
  color: var(--color-text-alternative);
  margin-inline-start: auto;
  margin-inline-end: 0;
  cursor: pointer;
}
.add-network__add-button.button {
  color: var(--color-primary-default);
  font-size: 0.75rem;
  margin-inline-start: 24px;
}
.add-network__footer {
  border-top: 1px solid var(--color-border-muted);
  width: 100%;
  padding-bottom: 8px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .add-network__footer {
    padding-inline-start: 24px !important;
  }
}
.add-network__footer .btn-link {
  display: initial;
  padding: 0;
}
.add-network__footer__link {
  color: var(--color-primary-default);
}
.add-network__footer .actionable-message--warning .actionable-message__message,
.add-network__footer .actionable-message--warning .actionable-message__action {
  color: var(--color-text-alternative);
}
.add-network__edge-case-box {
  border: 1px solid var(--color-border-muted);
}
.add-network__edge-case-box__link {
  color: var(--color-info-default);
  display: inline;
  padding: 0;
}

.advanced-gas-inputs__gas-edit-rows {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.advanced-gas-inputs__gas-edit-row {
  display: flex;
  flex-flow: column;
  width: 47.5%;
}
.advanced-gas-inputs__gas-edit-row__label {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: calc(576px - 1px)) {
  .advanced-gas-inputs__gas-edit-row__label {
    font-size: 0.625rem;
    font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
    line-height: 140%;
    font-style: normal;
    font-weight: normal;
  }
}
.advanced-gas-inputs__gas-edit-row__label .fa-info-circle {
  color: var(--color-icon-alternative);
  cursor: pointer;
}
.advanced-gas-inputs__gas-edit-row__label .fa-info-circle:hover {
  color: var(--color-icon-muted);
}
.advanced-gas-inputs__gas-edit-row__error-text {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-error-default);
}
.advanced-gas-inputs__gas-edit-row__warning-text {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-warning-default);
}
.advanced-gas-inputs__gas-edit-row__input-wrapper {
  position: relative;
}
.advanced-gas-inputs__gas-edit-row__input {
  /*rtl:ignore*/
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  direction: ltr;
  border: 1px solid var(--color-border-muted);
  border-radius: 4px;
  background: var(--color-background-default);
  color: var(--color-text-alternative);
  height: 24px;
  width: 100%;
  padding-left: 8px;
  padding-top: 2px;
  margin-top: 7px;
}
.advanced-gas-inputs__gas-edit-row__input--error {
  border: 1px solid var(--color-error-default);
}
.advanced-gas-inputs__gas-edit-row__input--warning {
  border: 1px solid var(--color-warning-default);
}
.advanced-gas-inputs__gas-edit-row__input-arrows {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 7px;
  /*rtl:ignore*/
  right: 0;
  width: 17px;
  height: 24px;
  border: 1px solid var(--color-border-muted);
  border-top-right-radius: 4px;
  display: flex;
  flex-direction: column;
  color: var(--color-icon-muted);
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.advanced-gas-inputs__gas-edit-row__input-arrows__i-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.advanced-gas-inputs__gas-edit-row__input-arrows__i-wrap:hover {
  background: var(--color-primary-default);
  color: var(--color-primary-inverse);
}
.advanced-gas-inputs__gas-edit-row__input-arrows i:hover {
  background: var(--color-primary-muted);
}
.advanced-gas-inputs__gas-edit-row__input-arrows i {
  font-size: 0.625rem;
}
.advanced-gas-inputs__gas-edit-row__input-arrows--hidden {
  display: none;
}
.advanced-gas-inputs__gas-edit-row__input-arrows--error {
  border: 1px solid var(--color-error-default);
}
.advanced-gas-inputs__gas-edit-row__input-arrows--warning {
  border: 1px solid var(--color-warning-default);
}
.advanced-gas-inputs__gas-edit-row input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.advanced-gas-inputs__gas-edit-row input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
.advanced-gas-inputs__gas-edit-row input[type=number]:hover::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
.advanced-gas-inputs__gas-edit-row__gwei-symbol {
  position: absolute;
  top: 8px;
  right: 10px;
  color: var(--color-text-muted);
}
.advanced-gas-inputs__gas-edit-row__custom-text {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}

.app-loading-spinner {
  background-color: var(--color-overlay-alternative);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.app-loading-spinner__inner {
  width: 50px;
}

.import-token-link .import-token-link__link {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: inline;
  padding: 0 5px 16px;
}

.advanced-gas-controls__row {
  margin-bottom: 20px;
}
.advanced-gas-controls .info-tooltip {
  display: inline-block;
}
.advanced-gas-controls .form-field__row--error .form-field__heading-title h6 {
  color: var(--color-error-default);
}
.advanced-gas-controls .form-field__row--error .form-field__heading-title h6 path {
  fill: var(--color-error-default);
}
.advanced-gas-controls h6 {
  padding-bottom: 6px;
  margin-inline-end: 6px;
}
.advanced-gas-controls path {
  fill: var(--color-icon-alternative);
}

.invalid-custom-network-alert__content {
  border-radius: 0;
  padding: 0 24px 16px 24px;
}
.invalid-custom-network-alert__content > p {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 12px;
}
.invalid-custom-network-alert__content > p:last-of-type {
  padding-bottom: 0;
}
.invalid-custom-network-alert__content-link {
  color: var(--color-primary-default);
  cursor: pointer;
}
.invalid-custom-network-alert__footer {
  flex-direction: column;
}
.invalid-custom-network-alert__footer > :only-child {
  margin: 0;
  width: 100%;
}
.invalid-custom-network-alert__footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.invalid-custom-network-alert__footer-row .invalid-custom-network-alert__footer-row-button {
  height: 40px;
  width: 50%;
  margin-right: 24px;
}
.invalid-custom-network-alert__footer-row .invalid-custom-network-alert__footer-row-button:last-of-type {
  margin-right: 0;
}
.invalid-custom-network-alert__error {
  margin-bottom: 16px;
  padding: 16px;
  font-size: 14px;
  border: 1px solid var(--color-error-default);
  background: var(--color-error-muted);
  border-radius: 3px;
}

.unconnected-account-alert__content {
  border-radius: 0;
}
.unconnected-account-alert__footer {
  flex-direction: column;
}
.unconnected-account-alert__footer > :only-child {
  margin: 0;
}
.unconnected-account-alert__footer-row {
  display: flex;
  flex-direction: row;
}
.unconnected-account-alert .unconnected-account-alert__dismiss-button {
  background: var(--color-primary-default);
  color: var(--color-primary-inverse);
  height: 40px;
  width: 100px;
  border: 0;
}
.unconnected-account-alert__error {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid var(--color-error-default);
  background: var(--color-error-muted);
  border-radius: 3px;
}
.unconnected-account-alert__checkbox-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.unconnected-account-alert__checkbox {
  margin-right: 8px;
  padding-top: 1px;
}
.unconnected-account-alert__checkbox-label {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  color: var(--color-text-alternative);
}
.unconnected-account-alert__checkbox-label-tooltip {
  margin-left: 8px;
}

.app-header {
  align-items: center;
  background: var(--color-background-alternative);
  position: relative;
  z-index: 12;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  flex: 0 0 auto;
}
@media screen and (max-width: calc(576px - 1px)) {
  .app-header {
    padding: 1rem;
    z-index: 26;
  }
}
@media screen and (min-width: 576px) {
  .app-header {
    height: 75px;
    justify-content: center;
  }
}
.app-header__metafox-logo--icon {
  height: 32px;
}
@media screen and (min-width: 576px) {
  .app-header__metafox-logo--icon {
    display: none;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .app-header__metafox-logo--horizontal {
    display: none;
  }
}
.app-header__contents {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
@media screen and (max-width: calc(576px - 1px)) {
  .app-header__contents {
    height: 100%;
  }
}
@media screen and (min-width: 576px) {
  .app-header__contents {
    width: 85vw;
  }
}
@media screen and (min-width: 768px) {
  .app-header__contents {
    width: 80vw;
  }
}
@media screen and (min-width: 1280px) {
  .app-header__contents {
    width: 62vw;
  }
}
.app-header__logo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 1rem;
}
.app-header__logo-container--clickable {
  cursor: pointer;
}
.app-header__account-menu-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: 1 1 auto;
  width: 0;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
.app-header__network-component-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1 0 auto;
  width: 0;
  justify-content: flex-end;
}
.app-header .account-menu__icon {
  position: relative;
  border: 0;
  background: none;
}
.app-header .account-menu__icon__notification-count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  min-width: 16px;
  min-height: 16px;
  font-size: 10px;
  border-radius: 50%;
  background-color: var(--color-primary-default);
  color: var(--color-primary-inverse);
}

.asset-list-item .list-item__heading {
  max-width: 100%;
}
.asset-list-item__token-button {
  padding-inline-start: 0;
  min-width: 0;
  min-height: 0;
  text-align: start;
  color: var(--color-text-default);
}
.asset-list-item__token-button h2 {
  display: flex;
}
.asset-list-item__token-button span {
  padding-right: 5px;
}
.asset-list-item__token-value {
  flex: 1;
  padding-right: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  overflow: hidden;
}
.asset-list-item .list-item__right-content {
  align-self: center;
}
.asset-list-item .list-item__subheading {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-top: 6px;
}
.asset-list-item__warning {
  flex: 1;
  margin-left: 8px;
}
.asset-list-item .asset-list-item__send-token-button {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: none;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 576px) {
  .asset-list-item__warning-tooltip {
    display: none;
  }
  .asset-list-item .list-item__mid-content {
    display: flex;
  }
  .asset-list-item:hover .asset-list-item__send-token-button, .asset-list-item:focus-within .asset-list-item__send-token-button {
    display: inline-block;
  }
  .asset-list-item__arrow {
    display: none;
  }
}

.beta-header__message {
  text-align: center;
  flex-grow: 1;
}
.beta-header__button {
  background: transparent;
  padding: 0 6px;
  margin: 0;
}
.beta-header__button i {
  color: var(--color-warning-inverse);
}

.cancel-speedup-popover__wrapper {
  padding: 0 16px 16px;
}
.cancel-speedup-popover__wrapper .info-tooltip {
  margin-left: 4px;
}
.cancel-speedup-popover__edit-gas-button {
  align-self: flex-end;
}
.cancel-speedup-popover__gas-details {
  padding-top: 10px;
}
.cancel-speedup-popover__spinner {
  margin-top: -30px;
  height: calc(100% + 30px);
}
.cancel-speedup-popover__separator {
  border-bottom: 1px solid var(--color-border-default);
  width: 100%;
}

.confirm-page-container-warning {
  background-color: var(--color-warning-muted);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-border-muted);
  padding: 12px 24px;
}
.confirm-page-container-warning__icon {
  flex: 0 0 auto;
  margin-right: 8px;
  color: var(--color-warning-default);
}
.confirm-page-container-warning__warning {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
}

.confirm-page-container-summary {
  padding: 16px 24px;
  background-color: var(--color-background-alternative);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.confirm-page-container-summary__origin, .confirm-page-container-summary__action-row {
  padding-bottom: 8px;
}
.confirm-page-container-summary__origin {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.confirm-page-container-summary__action-row {
  display: flex;
  justify-content: space-between;
}
.confirm-page-container-summary__action {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  padding: 3px 8px;
  border: 1px solid var(--color-border-default);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
}
.confirm-page-container-summary__action__name {
  text-transform: uppercase;
}
.confirm-page-container-summary__action .info-tooltip {
  margin-inline-start: 4px;
}
.confirm-page-container-summary__action .info-tooltip__tooltip-container {
  margin-bottom: -3px;
}
.confirm-page-container-summary__action__contract-address {
  margin-inline-end: 4px;
}
.confirm-page-container-summary__action__contract-address-btn {
  background: none;
  border: none;
  padding: 0;
  margin-inline-end: 4px;
  color: var(--color-primary-default);
}
.confirm-page-container-summary__nonce {
  color: var(--color-text-alternative);
}
.confirm-page-container-summary__title {
  display: flex;
  align-items: center;
}
.confirm-page-container-summary__icon {
  flex: 0 0 auto;
  margin-right: 8px;
}
.confirm-page-container-summary--border {
  border-bottom: 1px solid var(--color-border-muted);
}

.confirm-page-container-content {
  overflow-y: auto;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.confirm-page-container-content--with-top-border {
  border-top: 1px solid var(--color-border-muted);
}
.confirm-page-container-content__error-container {
  padding: 0 16px 16px 16px;
}
.confirm-page-container-content__details {
  box-sizing: border-box;
  padding: 0 24px;
}
.confirm-page-container-content__gas-fee {
  border-bottom: 1px solid var(--color-border-muted);
}
.confirm-page-container-content__gas-fee .advanced-gas-inputs__gas-edit-rows {
  margin-bottom: 16px;
}
.confirm-page-container-content__tab {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  text-transform: uppercase;
}
.confirm-page-container-content__tab button {
  font-size: unset;
  color: var(--color-text-alternative);
  text-transform: uppercase;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.confirm-page-container-content__tab .dropdown__select {
  color: var(--color-text-alternative);
  text-transform: uppercase;
}
.confirm-page-container-content__tab .dropdown__select option {
  text-transform: none;
}
.confirm-page-container-content__tab .dropdown__icon-caret-down {
  top: 40%;
}
.confirm-page-container-content .page-container__footer {
  margin-top: auto;
}
.confirm-page-container-content__currency-container, .confirm-page-container-content__total-amount, .confirm-page-container-content__total-value {
  position: relative;
}

.confirm-page-container-header {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
.confirm-page-container-header__row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border-muted);
  padding: 4px 13px 4px 13px;
  flex: 0 0 auto;
  align-items: center;
}
.confirm-page-container-header__row .network-display {
  margin-right: 0;
  height: 25px;
}
.confirm-page-container-header__back-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary-default);
}
[dir=rtl] .confirm-page-container-header__back-button-container img {
  transform: rotate(180deg);
}
.confirm-page-container-header__back-button {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  cursor: pointer;
  padding-left: 5px;
}
.confirm-page-container-header__address-container {
  display: flex;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
.confirm-page-container-header__address {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-left: 6px;
}

.confirm-detail-row {
  padding: 14px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.confirm-detail-row__label {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
  color: var(--color-text-alternative);
  text-transform: uppercase;
}
.confirm-detail-row__details {
  flex: 1;
  text-align: end;
  min-width: 0;
}
.confirm-detail-row__primary {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  justify-content: flex-end;
}
.confirm-detail-row__secondary {
  color: var(--color-text-alternative);
  justify-content: flex-end;
}
.confirm-detail-row__header-text {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--color-text-default);
}
.confirm-detail-row__header-text--edit {
  color: var(--color-primary-default);
  cursor: pointer;
}
.confirm-detail-row__header-text--total {
  font-size: 0.625rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.confirm-detail-row .advanced-gas-inputs__gas-edit-rows {
  margin-bottom: 16px;
}
.confirm-detail-row .custom-nonce-input input {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 90px;
}

.confirm-page-container-navigation {
  display: flex;
  justify-content: space-between;
  font: inherit;
  padding: 4px 10px 4px 10px;
  border-bottom: 1px solid var(--color-border-muted);
  flex: 0 0 auto;
}
.confirm-page-container-navigation__container {
  display: flex;
}
.confirm-page-container-navigation__arrow {
  cursor: pointer;
  display: flex;
  padding-left: 4px;
  padding-right: 4px;
  background: none;
  border: none;
  color: var(--color-icon-default);
}
.confirm-page-container-navigation__arrow:hover {
  transform: scale(1.1);
}
.confirm-page-container-navigation__arrow:active {
  transform: scale(0.95);
}
.confirm-page-container-navigation__textcontainer {
  text-align: center;
}
.confirm-page-container-navigation__navtext {
  font-size: 0.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
}
.confirm-page-container-navigation__longtext {
  font-size: 0.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
}
.confirm-page-container-navigation__imageflip {
  transform: scaleX(-1);
}

.snap-insight {
  word-wrap: break-word;
}
.snap-insight__container {
  padding: 16px;
}

.confirm-page-container__dialog {
  margin: 12px 16px;
}

.page-container__content-component-wrapper {
  height: 100%;
}
.page-container__link {
  background: transparent;
  border: 0 transparent;
  display: inline;
  padding: 0;
  font-size: 0.75rem;
}

.confirm-data > .disclosure {
  margin-top: 0;
}

.confirmation-warning-modal__content ul {
  padding-inline-start: 1rem;
  margin-block-start: 0;
  list-style: disc outside;
}
.confirmation-warning-modal__content li {
  display: list-item;
}
.confirmation-warning-modal__content__header {
  border-bottom: 1px solid var(--color-border-muted);
}
.confirmation-warning-modal__content__header__warning-icon {
  padding-top: 7px;
  margin-right: 10px;
}
.confirmation-warning-modal__footer {
  width: 100%;
  height: 100px;
}

.nfts-items__collection {
  margin-bottom: 24px;
}
.nfts-items__collection-accordion-title {
  cursor: pointer;
}
.nfts-items__collection-wrapper {
  background-color: transparent;
  border: 0;
  width: 100%;
}
.nfts-items__collection-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.nfts-items__collection-image-alt {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 8px;
  background: var(--color-overlay-alternative);
  color: var(--color-overlay-inverse);
  text-align: center;
}
.nfts-items__item-wrapper {
  align-self: center;
}
.nfts-items__item-wrapper__card {
  overflow: hidden;
}
.nfts-items__item {
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-self: center;
  padding: 0;
}
.nfts-items__item-image {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.nfts-tab__link a {
  padding: 4px;
  font-size: 0.875rem;
}
.nfts-tab__loading {
  display: flex;
  height: 250px;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.nft-details {
  padding: 0 16px;
}
@media screen and (min-width: 576px) {
  .nft-details {
    padding: 0 24px;
  }
}
.nft-details__tooltip-wrapper {
  width: 100%;
}
.nft-details__top-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  padding: 24px;
}
@media screen and (min-width: 576px) {
  .nft-details__top-section {
    margin-bottom: 24px;
    flex-direction: row;
  }
}
@media screen and (min-width: 576px) {
  .nft-details__info {
    max-width: calc( 100% - 224px - 24px );
    flex: 0 0 calc(100% - 224px - 24px);
  }
}
.nft-details__card {
  overflow: hidden;
  margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
  .nft-details__card {
    margin-right: 24px;
    margin-bottom: 0;
    max-width: 224px;
    flex: 0 0 224px;
    height: 224px;
  }
}
.nft-details__image {
  width: 100%;
  object-fit: contain;
}
.nft-details__address {
  overflow-wrap: break-word;
}
.nft-details__contract-wrapper {
  max-width: calc(100% - 160px);
}
.nft-details__contract-copy-button {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  color: var(--color-text-alternative);
  border: 0;
  margin-top: -4px;
}
.nft-details__contract-copy-button:active {
  transform: scale(0.97);
}
.nft-details__contract-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nft-details__image-source {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 332px;
}
.nft-details__link-title {
  flex: 0 0 160px;
  max-width: 0 0 160px;
}
.nft-details__send-button {
  margin-inline-end: 8px;
}
@media screen and (min-width: 576px) {
  .nft-details__send-button {
    max-width: 160px;
  }
}

.nft-default {
  background-color: var(--color-background-alternative);
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.nft-default__text {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
}
.nft-default--clickable {
  cursor: pointer;
}

.nft-options__button {
  padding: 2px 0 2px 8px;
}

.nfts-detection-notice {
  margin: 16px 16px 0 16px;
}
.nfts-detection-notice__message {
  position: relative;
  padding: 0.75rem 0.75rem 1rem 0.75rem !important;
}
.nfts-detection-notice__message .nfts-detection-notice__message__close-button {
  color: var(--color-icon-default);
  background: none;
  position: absolute;
  cursor: pointer;
  right: 8px;
}
.nfts-detection-notice__message a.nfts-detection-notice__message__link {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  padding: 0;
  justify-content: flex-start;
  font-weight: bold;
}

.connected-accounts-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.connected-accounts-list__identicon {
  margin-right: 8px;
}
.connected-accounts-list__account-name {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: inline;
  font-weight: bold;
}
.connected-accounts-list .connected-accounts-list__account-status-link, .connected-accounts-list .connected-accounts-list__account-status {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding-top: 4px;
}
.connected-accounts-list__account-status {
  display: inline;
  color: var(--color-text-alternative);
}
.connected-accounts-list__account-status-link {
  display: block;
}
.connected-accounts-list__account-status-link, .connected-accounts-list__account-status-link:hover {
  color: var(--color-primary-default);
  cursor: pointer;
}
.connected-accounts-list__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  border-top: 1px solid var(--color-border-muted);
}
.connected-accounts-list__row--highlight {
  background-color: var(--color-warning-muted);
  border: 1px solid var(--color-warning-default);
  box-sizing: border-box;
  padding: 16px;
  margin-bottom: 16px;
  width: calc(100% - 16px);
}
.connected-accounts-list__row-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.connected-accounts-options__button {
  font-size: 1.125rem;
  background: inherit;
  color: var(--color-icon-default);
}

.tippy-tooltip.none-theme {
  background: none;
  padding: 0;
}

.connected-accounts-permissions {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  color: var(--color-text-alternative);
}
.connected-accounts-permissions strong {
  font-weight: bold;
}
.connected-accounts-permissions p + p {
  padding-top: 8px;
}
.connected-accounts-permissions__header {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: var(--color-text-default);
}
.connected-accounts-permissions__header button {
  font-size: 1rem;
  background: none;
  padding: 0;
  margin-left: 8px;
  color: var(--color-icon-default);
}
.connected-accounts-permissions__list {
  padding-top: 8px;
}
.connected-accounts-permissions__list-item {
  display: flex;
}
.connected-accounts-permissions .connected-accounts-permissions__checkbox {
  font-size: 1.125rem;
  margin: 0 8px 0 0;
}
.connected-accounts-permissions__list-container {
  max-height: 0;
  overflow: hidden;
  height: auto;
  transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.connected-accounts-permissions__list-container--expanded {
  max-height: 100px;
}

.connected-sites-list__content-rows {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.connected-sites-list__content-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--color-border-muted);
  padding: 16px 24px;
}
.connected-sites-list__content-row .connected-sites-list__content-row-link-button {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  width: auto;
  padding-inline-start: 24px;
}
.connected-sites-list__subject-info {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 0;
}
.connected-sites-list__subject-icon {
  flex-shrink: 0;
}
.connected-sites-list__subject-name {
  max-width: 215px;
  margin-left: 6px;
}

.connected-status-indicator {
  display: flex;
  align-items: center;
  place-self: center start;
  background: none;
  font-size: inherit;
  padding: 8px;
  border-radius: 100px;
}
.connected-status-indicator:hover, .connected-status-indicator:active {
  background-color: var(--color-background-default-hover);
}
.connected-status-indicator__inner-circle {
  border-radius: 4px;
  height: 4px;
  width: 4px;
  background-color: transparent;
}
.connected-status-indicator__green-circle, .connected-status-indicator__yellow-circle, .connected-status-indicator__grey-circle {
  border-radius: 4px;
  height: 8px;
  width: 8px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.connected-status-indicator__green-circle {
  border-color: var(--color-success-default);
}
.connected-status-indicator__green-circle .connected-status-indicator__inner-circle {
  background-color: var(--color-success-default);
}
.connected-status-indicator__yellow-circle {
  border-color: var(--color-warning-default);
}
.connected-status-indicator__grey-circle {
  border-color: var(--color-border-default);
}
.connected-status-indicator__text {
  font-size: 0.625rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  margin-left: 6px;
  white-space: nowrap;
}

.create-new-vault__form {
  display: flex;
  flex-direction: column;
}
.create-new-vault__create-password {
  display: flex;
  flex-direction: column;
  width: 360px;
}
.create-new-vault__terms {
  margin-top: 16px;
  margin-bottom: 16px;
}
.create-new-vault__terms-label {
  margin-left: 8px;
}
.create-new-vault__terms-link {
  color: var(--color-primary-default);
}
.create-new-vault__submit-button.create-new-vault__submit-button {
  margin-top: 16px;
  width: 170px;
}

.custom-spending-cap__input-value-and-token-name {
  display: contents;
}
.custom-spending-cap__max {
  position: relative;
  margin-top: -30px;
}
.custom-spending-cap__max--with-error-message {
  margin-top: -66px;
}
.custom-spending-cap__input {
  width: 100%;
}
.custom-spending-cap__description {
  word-break: break-word;
}
.custom-spending-cap__description--with-error-message {
  margin-top: 30px;
}
.custom-spending-cap #custom-spending-cap-input-value {
  color: var(--color-error-default);
  padding-inline-end: 60px;
}
.custom-spending-cap #custom-spending-cap {
  padding-inline-end: 60px;
}
.custom-spending-cap input[type=number]::-webkit-inner-spin-button,
.custom-spending-cap input[type=number]:hover::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

.edit-gas-display .actionable-message--warning, .edit-gas-display .actionable-message--error {
  margin-top: 0;
}
.edit-gas-display .actionable-message--warning .actionable-message__message, .edit-gas-display .actionable-message--error .actionable-message__message {
  text-align: start;
}
.edit-gas-display__top-tooltip {
  text-align: center;
}
.edit-gas-display__top-tooltip .info-tooltip {
  display: inline-block;
}
.edit-gas-display__top-tooltip .info-tooltip img {
  height: 10px;
  width: 10px;
}
.edit-gas-display__dapp-acknowledgement-warning {
  margin-bottom: 20px;
}
.edit-gas-display button.edit-gas-display__dapp-acknowledgement-button {
  margin: 40px auto 0 auto;
  display: block;
  color: var(--color-warning-default);
  border: 1px solid var(--color-warning-default);
  text-transform: unset;
  width: auto;
  background: transparent;
}
.edit-gas-display .radio-group {
  margin: 20px auto;
}
.edit-gas-display__advanced-button {
  display: block;
  margin: 0 auto;
  background: transparent;
  color: var(--color-primary-default);
  font-weight: bold;
}
.edit-gas-display .advanced-gas-controls {
  margin-top: 20px;
}
.edit-gas-display__education {
  margin-top: 20px;
}
.edit-gas-display__education button {
  display: block;
  margin: 0 auto;
  background: transparent;
  color: var(--color-primary-default);
}
.edit-gas-display__warning {
  margin-bottom: 24px;
  position: relative;
  margin-top: 4px;
}
.edit-gas-display__scroll-bottom {
  margin-bottom: -20px;
  margin-top: 20px;
}

.edit-gas-fee-button {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.edit-gas-fee-button button {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  align-items: center;
  color: var(--color-primary-default);
  background: transparent;
  border: 0;
  padding-inline-end: 0;
  white-space: pre;
}
.edit-gas-fee-button__icon {
  font-size: 16px;
  margin-right: 2px;
}
.edit-gas-fee-button__label {
  font-size: 12px;
  margin-right: 4px;
}
.edit-gas-fee-button .info-tooltip {
  align-self: center;
  margin-left: 6px;
}
.edit-gas-fee-button__tooltip p {
  color: var(--color-text-alternative);
}
.edit-gas-fee-button__tooltip b {
  color: var(--color-text-default);
  display: inline-block;
  min-width: 60%;
}

.tippy-tooltip .tippy-tooltip-content .edit-gas-fee-button__tooltip {
  min-width: 170px;
}

.edit-gas-fee-popover {
  height: 500px;
}
.edit-gas-fee-popover__wrapper {
  border-top: 1px solid var(--color-border-default);
  height: 100%;
}
.edit-gas-fee-popover__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 12px;
}
.edit-gas-fee-popover__content .error-message {
  margin-top: 0;
  margin-bottom: 12px;
}
.edit-gas-fee-popover__content__header {
  color: var(--color-text-alternative);
  font-size: 10px;
  font-weight: 700;
  margin: 0 12px;
}
.edit-gas-fee-popover__content__header-option {
  display: inline-block;
  width: 36%;
}
.edit-gas-fee-popover__content__header-time {
  display: inline-block;
  width: 24%;
}
.edit-gas-fee-popover__content__header-max-fee {
  display: inline-block;
  width: 30%;
}
.edit-gas-fee-popover__content__separator {
  border-top: 1px solid var(--color-border-default);
  margin: 8px 12px;
}
.edit-gas-fee-popover__network-status {
  margin-top: 36px;
}
.edit-gas-fee-popover__know-more a {
  color: var(--color-primary-default);
}

.edit-gas-item {
  border-radius: 24px;
  background: var(--color-background-default);
  color: var(--color-text-alternative);
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin: 12px 0;
  padding: 4px 12px;
  height: 32px;
  width: 100%;
}
.edit-gas-item:hover:not([disabled]) {
  background-color: var(--color-background-default-hover);
}
.edit-gas-item--selected {
  background-color: var(--color-primary-muted);
}
.edit-gas-item--selected:hover:not([disabled]) {
  background-color: var(--color-primary-muted);
}
.edit-gas-item button.edit-gas-item--disabled[disabled] {
  opacity: 0.25;
  pointer-events: none;
}
.edit-gas-item__name {
  display: inline-flex;
  align-items: center;
  color: var(--color-text-default);
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  width: 36%;
}
.edit-gas-item__name__sufix {
  font-weight: 400;
  margin-left: 4px;
}
.edit-gas-item__icon {
  font-size: 20px;
  line-height: 1;
  margin-right: 4px;
}
.edit-gas-item__icon-custom {
  font-size: 22px;
  line-height: 1;
}
.edit-gas-item__maxfee {
  position: relative;
}
.edit-gas-item__time-estimate {
  display: inline-block;
  text-align: left;
  width: 24%;
}
.edit-gas-item__fee-estimate {
  display: inline-block;
  width: 30%;
  white-space: nowrap;
}
.edit-gas-item__tooltip {
  display: inline-block;
  text-align: right;
  width: 10%;
}
.edit-gas-item__tooltip .info-tooltip {
  display: inline-block;
}
.edit-gas-item__time-estimate-low, .edit-gas-item__fee-estimate-high {
  color: var(--color-warning-default);
}
.edit-gas-item__time-estimate-medium, .edit-gas-item__time-estimate-high {
  color: var(--color-success-default);
}

.network-statistics {
  margin: 24px 12px 12px;
}
.network-statistics__info {
  border-top: 1px solid var(--color-border-muted);
  border-bottom: 1px solid var(--color-border-muted);
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.network-statistics__field {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.network-statistics__field:not(:last-child) {
  border-right: 1px solid var(--color-border-muted);
}
.network-statistics__field-data {
  color: var(--color-text-alternative);
  font-size: 12px;
  text-align: center;
}
.network-statistics__field-label {
  color: var(--color-text-default);
  font-size: 10px;
  font-weight: bold;
  margin-top: 4px;
}
.network-statistics__tooltip-label {
  font-weight: 700;
}

.status-slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 56px;
}
.status-slider__line {
  background-image: linear-gradient(to right, var(--color-primary-default), var(--color-error-default));
  height: 4px;
  width: 100%;
  border-radius: 100px;
  display: block;
}
.status-slider__label {
  font-size: 10px;
  font-weight: bold;
  margin-top: 4px;
  text-align: center;
}
.status-slider__arrow-container {
  margin-left: -10px;
  width: 100%;
}
.status-slider__arrow-border {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--color-background-default);
  position: relative;
  margin-bottom: -2px;
}
.status-slider__arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  position: absolute;
  bottom: 3px;
  left: -5px;
}

.edit-gas-tooltip__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 160px;
}
.edit-gas-tooltip__container img {
  margin-bottom: 8px;
}
.edit-gas-tooltip__container__message {
  width: 100%;
}
.edit-gas-tooltip__container__dialog {
  background-color: var(--color-warning-default);
  border-radius: 30px;
  margin: 4px 0;
  text-align: center;
  padding: 4px;
}
.edit-gas-tooltip__container__label {
  white-space: nowrap;
  min-width: 50%;
}
.edit-gas-tooltip__container__value {
  min-width: 50%;
}
.edit-gas-tooltip__container p {
  margin-bottom: 0 !important;
}
.edit-gas-tooltip__container__values {
  width: 100%;
  margin-top: 8px;
}
.edit-gas-tooltip__container__values div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: left;
}

.experimental-area {
  color: var(--color-flask-default);
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.experimental-area .logo {
  padding: 16px 8px 0;
  line-height: 0.625em;
  font-family: monospace;
  font-size: 0.625rem;
  margin-bottom: 32px;
}
.experimental-area .experimental-text {
  padding: 16px 8px 0;
  font-family: monospace;
  font-size: 1rem;
  margin: auto;
  line-height: 0.875em;
  margin-bottom: 32px;
}
.experimental-area .text {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 16px;
  max-width: 670px;
}
.experimental-area ul {
  padding: 16px 0;
}
.experimental-area li {
  list-style-type: disc;
  padding-left: 8px;
  list-style-position: inside;
  margin-bottom: 8px;
}
.experimental-area li:nth-last-child(1) {
  margin-bottom: 0;
}
.experimental-area button {
  background-color: var(--color-flask-default) !important;
  border: 0 !important;
  color: var(--color-flask-inverse);
  width: 200px;
}

.snap-content-footer .button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
}

.snap-install-warning .popover-header {
  padding-bottom: 0;
}
.snap-install-warning .checkbox-label {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  align-items: flex-start;
  gap: 0 16px;
  margin-top: 16px;
}
.snap-install-warning .checkbox-label--first {
  margin-top: 0;
}
.snap-install-warning__footer {
  display: flex;
  flex-flow: row;
  justify-content: center;
  flex: 0 0 auto;
  width: 100%;
  max-height: 40px;
}
.snap-install-warning__footer-button {
  margin-right: 16px;
}
.snap-install-warning__footer-button:last-of-type {
  margin-right: 0;
}

.snap-remove-warning {
  color: var(--color-text-default);
}
.snap-remove-warning__footer-button {
  height: 40px;
  margin-inline-end: 24px;
}
.snap-remove-warning__footer-button:last-of-type {
  margin-inline-end: 0;
}

.snap-ui-renderer__error {
  margin-top: 0 !important;
}
.snap-ui-renderer__spinner {
  width: 30px;
}
.snap-ui-renderer__divider {
  width: 100%;
}
.snap-ui-renderer__panel {
  height: 100%;
}
.snap-ui-renderer__content > *:first-child {
  margin-top: 0;
}
.snap-ui-renderer__content > .snap-ui-renderer__panel > *:first-child {
  margin-top: 0;
}
.snap-ui-renderer__content > *:last-child {
  margin-bottom: 0;
}
.snap-ui-renderer__content > .snap-ui-renderer__panel > *:last-child {
  margin-bottom: 0;
}

.snap-ui-markdown__text em {
  font-style: revert;
}

.snap-delineator__header {
  border-bottom-width: 1px;
  border-color: var(--color-border-default);
  border-style: solid;
  border-radius: 8px 8px 0 0;
}
.snap-delineator__header__text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.snap-settings-card__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.snap-settings-card__toggle-container {
  margin-left: auto;
}
.snap-settings-card__toggle-container__toggle-button {
  margin-right: -12px;
}
.snap-settings-card__body {
  overflow: hidden;
  /* stylelint-disable */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  /* stylelint-enable */
}
.snap-settings-card__version.box {
  margin-left: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 56px;
  flex: 0 0 56px;
  text-align: right;
}
.snap-settings-card__chip.chip {
  margin: 0;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
}
.snap-settings-card__button.button {
  padding: 4px 16px;
  display: inline-flex;
  align-items: center;
}
.snap-settings-card__date-added {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.update-snap-permission-list {
  width: 100%;
}
.update-snap-permission-list .approved-permission,
.update-snap-permission-list .new-permission,
.update-snap-permission-list .revoked-permission {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border-default);
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--color-text-default);
}
.update-snap-permission-list .approved-permission i,
.update-snap-permission-list .new-permission i,
.update-snap-permission-list .revoked-permission i {
  display: block;
  padding: 16px;
  min-width: 16px;
  min-height: 16px;
  font-size: 1rem;
}
.update-snap-permission-list .approved-permission {
  color: var(--color-success-default);
}
.update-snap-permission-list .revoked-permission {
  color: var(--color-error-alternative);
}
.update-snap-permission-list .new-permission {
  color: var(--color-info-default);
}
.update-snap-permission-list .permission-description {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.update-snap-permission-list .permission-description-subtext {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.update-snap-permission-list .permission__tooltip-icon {
  margin-left: auto !important;
  padding-left: 16px;
}
.update-snap-permission-list .permission__tooltip-icon i {
  color: var(--color-icon-muted);
}
.update-snap-permission-list .permission__tooltip-icon__warning i {
  color: var(--color-warning-default);
}

.copyable__icon {
  cursor: pointer;
}

.gas-details-item__gas-fee-warning {
  color: var(--color-warning-default);
}
.gas-details-item__currency-container, .gas-details-item__gasfee-label {
  position: relative;
  white-space: nowrap;
}

.gas-details-item-title__estimate {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  color: var(--color-text-muted);
  line-height: inherit;
}

.typography.gas-timing {
  color: var(--color-text-alternative);
}
.typography.gas-timing--positive {
  color: var(--color-success-default);
  font-weight: bold;
}
.typography.gas-timing--warning {
  color: var(--color-warning-default);
}
.typography.gas-timing--negative {
  color: var(--color-warning-default);
  font-weight: bold;
}
.typography.gas-timing .info-tooltip {
  display: inline-block;
  margin-inline-start: 4px;
}
.typography.gas-timing .info-tooltip path {
  fill: var(--color-error-default);
}

@keyframes collapse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes expand {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hold-to-reveal-button__absolute-fill, .hold-to-reveal-button__unlock-icon-container, .hold-to-reveal-button__lock-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hold-to-reveal-button__icon, .hold-to-reveal-button__circle-svg, .hold-to-reveal-button__icon-container {
  height: 28px;
  width: 28px;
}
.hold-to-reveal-button__circle-shared, .hold-to-reveal-button__circle-foreground, .hold-to-reveal-button__circle-background {
  fill: transparent;
  stroke-width: 2px;
}
.hold-to-reveal-button__button-hold {
  padding: 6px 13px 6px 9px !important;
  transform: scale(1) !important;
  transition: 0.5s transform !important;
}
.hold-to-reveal-button__button-hold:active {
  background-color: var(--color-primary-default) !important;
  transform: scale(1.05) !important;
}
.hold-to-reveal-button__button-hold:active .hold-to-reveal-button__circle-foreground {
  stroke-dashoffset: 0 !important;
}
.hold-to-reveal-button__button-hold:active .hold-to-reveal-button__lock-icon-container {
  opacity: 0 !important;
}
.hold-to-reveal-button__icon-container {
  position: relative;
}
.hold-to-reveal-button__main-icon-show {
  animation: 0.4s fadeIn 1.2s forwards;
}
.hold-to-reveal-button__invisible {
  opacity: 0;
}
.hold-to-reveal-button__circle-svg {
  transform: rotate(-90deg);
}
.hold-to-reveal-button__circle-background {
  stroke: var(--color-primary-alternative);
}
.hold-to-reveal-button__circle-foreground {
  stroke: var(--color-primary-inverse);
  stroke-dasharray: 82;
  stroke-dashoffset: 82;
  transition: 1s stroke-dashoffset;
}
.hold-to-reveal-button__lock-icon-container {
  transition: 0.3s opacity;
  opacity: 1;
}
.hold-to-reveal-button__lock-icon {
  width: 7.88px;
  height: 9px;
}
.hold-to-reveal-button__unlock-icon-hide {
  animation: 0.3s collapse 1s forwards;
}
.hold-to-reveal-button__circle-static-outer-container {
  animation: 0.25s collapse forwards;
}
.hold-to-reveal-button__circle-static-outer {
  fill: var(--color-primary-inverse);
}
.hold-to-reveal-button__circle-static-inner-container {
  animation: 0.125s collapse forwards;
}
.hold-to-reveal-button__circle-static-inner {
  fill: var(--color-primary-default);
}
.hold-to-reveal-button__unlock-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  animation: 0.175s expand 0.2s forwards;
}
.hold-to-reveal-button__unlock-icon {
  width: 14px;
  height: 11px;
}

.home-notification {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background: var(--color-background-default);
  box-shadow: var(--shadow-size-md) var(--color-shadow-default);
  border: 1px solid var(--color-border-muted);
  border-radius: 8px;
  min-height: 116px;
  padding: 16px;
}
@media screen and (min-width: 576px) {
  .home-notification {
    min-width: 472px;
  }
}
.home-notification__content-container {
  display: flex;
}
.home-notification__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-notification__text {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
}
.home-notification__text-link {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  cursor: pointer;
}
.home-notification .fa-info-circle {
  color: var(--color-icon-default);
}
.home-notification__checkbox-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: calc(576px - 1px)) {
  .home-notification__checkbox-wrapper {
    width: 160px;
  }
}
.home-notification__checkbox {
  height: 13px;
  width: 13px;
  font-size: 16px;
  cursor: pointer;
}
.home-notification__checkbox-label {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  margin-left: 8px;
  margin-top: 1px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
.home-notification__ignore-button.button {
  width: auto;
  padding: 8px 16px;
}
.home-notification__accept-button.button {
  width: auto;
  padding: 8px 16px;
}
.home-notification__buttons {
  display: flex;
  width: 100%;
  padding-top: 8px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.home-notification__tooltip-wrapper {
  display: flex;
  margin-left: 8px;
}

.info-box {
  border-radius: 4px;
  background-color: var(--color-background-alternative);
  position: relative;
  padding: 16px;
  display: flex;
  flex-flow: column;
  color: var(--color-text-alternative);
}
.info-box__close::after {
  content: "×";
  font-size: 29px;
  font-weight: 200;
  color: var(--color-icon-default);
  position: absolute;
  right: 12px;
  top: 0;
  cursor: pointer;
}
.info-box__description {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}

.menu-bar {
  display: grid;
  grid-template-columns: 30% minmax(30%, 1fr) 30%;
  column-gap: 5px;
  padding: 0 8px;
  border-bottom: 1px solid var(--color-border-muted);
  height: 64px;
}
.menu-bar .menu-bar__account-options {
  background: none;
  font-size: inherit;
  padding: 0 8px 0 5px;
  place-self: center end;
  color: var(--color-text-default);
}
.menu-bar .selected-account {
  grid-column: 2/span 1;
  place-self: center stretch;
}

.account-options-menu__explorer-origin {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
}

.modal-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
}
.modal-content__title {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
  padding: 16px 0;
  text-align: center;
}
.modal-content__description {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

.modal-container {
  width: 100%;
  height: 100%;
  background-color: var(--color-background-default);
  display: flex;
  flex-flow: column;
  border-radius: 8px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .modal-container {
    max-height: 450px;
  }
}
.modal-container__content {
  overflow-y: auto;
  flex: 1;
  padding: 16px 32px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .modal-container__content {
    justify-content: center;
    padding: 28px 20px;
  }
}
.modal-container__header {
  position: relative;
  display: flex;
  padding: 12px;
  justify-content: center;
  border-bottom: 1px solid var(--color-border-muted);
  flex: 0 0 auto;
}
.modal-container__header-close::after {
  content: "×";
  font-size: 40px;
  color: var(--color-icon-default);
  position: absolute;
  top: -5px;
  right: 10px;
  cursor: pointer;
}
.modal-container__footer {
  display: flex;
  flex-flow: row;
  justify-content: center;
  border-top: 1px solid var(--color-border-muted);
  padding: 16px;
  flex: 0 0 auto;
}
.modal-container__footer-button {
  min-width: 0;
  margin-right: 16px;
}
.modal-container__footer-button:last-of-type {
  margin-right: 0;
}

.account-details-modal__name {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-top: 9px;
}
.account-details-modal .account-details-modal__button {
  margin-top: 17px;
  padding: 10px 22px;
  width: 284px;
}
.account-details-modal__divider {
  width: 100%;
  height: 1px;
  margin: 16px 0 8px 0;
  background-color: var(--color-border-muted);
}
.account-details-modal .qr-header {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-top: 9px;
}
.account-details-modal .qr-wrapper {
  margin-top: 5px;
}

.account-modal__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 5px 0 31px 0;
  border: 1px solid var(--color-border-default);
  border-radius: 4px;
}
.account-modal__back {
  color: var(--color-icon-default);
  position: absolute;
  top: 13px;
  left: 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.account-modal__back-text {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding-left: 3px;
}
.account-modal__close {
  font-size: 2.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  background-color: transparent;
  color: var(--color-text-default);
  position: absolute;
  cursor: pointer;
  top: -10px;
  right: 12px;
}
.account-modal__close::after {
  content: "×";
}
.account-modal .identicon {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -32px;
  margin-bottom: -32px;
}

.cancel-transaction-gas-fee {
  background: var(--color-background-alternative);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
}
.cancel-transaction-gas-fee__eth {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
}
.cancel-transaction-gas-fee__fiat {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}

.cancel-transaction__title {
  font-weight: 500;
  padding-bottom: 16px;
  text-align: center;
}
.cancel-transaction__description {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
.cancel-transaction__cancel-transaction-gas-fee-container {
  margin-bottom: 16px;
}

.confirm-remove-account__description {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
.confirm-remove-account__account {
  border: 1px solid var(--color-border-default);
  border-radius: 4px;
  padding: 10px;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.confirm-remove-account__account__identicon {
  margin-right: 10px;
}
.confirm-remove-account__account__name, .confirm-remove-account__account__address {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-right: 10px;
}
.confirm-remove-account__account__name {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.confirm-remove-account__account__label {
  font-size: 0.625rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: block;
  color: var(--color-text-muted);
}
.confirm-remove-account__account__link {
  margin-top: 14px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .confirm-remove-account__account__name {
    width: 90px;
  }
}
.confirm-remove-account__link {
  color: var(--color-primary-default);
}

.edit-approval-permission {
  width: 100%;
}
.edit-approval-permission__header, .edit-approval-permission__account-info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: 1px solid var(--color-border-muted);
}
.edit-approval-permission__header {
  padding: 24px;
}
.edit-approval-permission__header__close {
  position: absolute;
  right: 24px;
  cursor: pointer;
  display: block;
}
.edit-approval-permission__title {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
}
.edit-approval-permission__account-info {
  justify-content: space-between;
  padding: 8px 24px;
}
.edit-approval-permission__account-info__account, .edit-approval-permission__account-info__balance {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: normal;
  color: var(--color-text-default);
}
.edit-approval-permission__account-info__account {
  display: flex;
  align-items: center;
}
.edit-approval-permission__account-info__name {
  margin-right: 8px;
  min-width: 64px;
}
.edit-approval-permission__account-info__balance {
  color: var(--color-text-alternative);
  margin-left: 8px;
}
.edit-approval-permission__edit-section {
  padding: 24px;
}
.edit-approval-permission__edit-section__title {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  color: var(--color-text-default);
}
.edit-approval-permission__edit-section__description {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  margin-top: 8px;
}
.edit-approval-permission__edit-section__option {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.edit-approval-permission__edit-section__radio-button {
  width: 18px;
}
.edit-approval-permission__edit-section__option-text {
  display: flex;
  flex-direction: column;
}
.edit-approval-permission__edit-section__option-label, .edit-approval-permission__edit-section__option-label--selected {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
}
.edit-approval-permission__edit-section__option-label--selected {
  color: var(--color-primary-default);
}
.edit-approval-permission__edit-section__option-description {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  margin-top: 8px;
  margin-bottom: 6px;
}
.edit-approval-permission__edit-section__option-value {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
}
.edit-approval-permission__edit-section__radio-button {
  position: relative;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
.edit-approval-permission__edit-section__radio-button-outline, .edit-approval-permission__edit-section__radio-button-outline--selected {
  width: 18px;
  height: 18px;
  background: var(--color-border-default);
  border-radius: 9px;
  position: absolute;
}
.edit-approval-permission__edit-section__radio-button-outline--selected {
  background: var(--color-primary-default);
}
.edit-approval-permission__edit-section__radio-button-fill {
  width: 14px;
  height: 14px;
  background: var(--color-background-default);
  border-radius: 7px;
  position: absolute;
}
.edit-approval-permission__edit-section__radio-button-dot {
  width: 8px;
  height: 8px;
  background: var(--color-primary-default);
  border-radius: 4px;
  position: absolute;
}
.edit-approval-permission__name-and-balance-container {
  display: flex;
  flex: 0 0 100%;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 8px;
}

.edit-approval-permission-modal-content {
  padding: 0;
}

.edit-approval-permission-modal-container {
  max-height: 550px;
  width: 100%;
}

.export-private-key-modal__body-title {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 16px;
}
.export-private-key-modal__divider {
  width: 100%;
  height: 1px;
  margin: 19px 0 8px 0;
  background-color: var(--color-border-default);
}
.export-private-key-modal__account-name {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-top: 9px;
}
.export-private-key-modal__password {
  display: flex;
  flex-direction: column;
}
.export-private-key-modal__password-label, .export-private-key-modal__password--error {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  margin-bottom: 10px;
}
.export-private-key-modal__password--error {
  color: var(--color-error-default);
  margin-bottom: 0;
}
.export-private-key-modal__password-input {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 10px 0 13px 17px;
  width: 291px;
  height: 44px;
  background: var(--color-background-default);
  color: var(--color-text-default);
  border: 1px solid var(--color-border-default);
}
.export-private-key-modal__password::-webkit-input-placeholder {
  color: var(--color-text-muted);
}
.export-private-key-modal__password--warning {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  border-radius: 8px;
  background-color: var(--color-error-muted);
  font-weight: 500;
  color: var(--color-text-default);
  border: 1px solid var(--color-error-default);
  width: 292px;
  padding: 9px 15px;
  margin-top: 18px;
}
.export-private-key-modal__private-key-display {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  height: 80px;
  width: 291px;
  border: 1px solid var(--color-border-default);
  border-radius: 2px;
  color: var(--color-error-default);
  padding: 9px 13px 8px;
  overflow: hidden;
  overflow-wrap: break-word;
}
.export-private-key-modal__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 0 25px;
}
.export-private-key-modal__button {
  margin-top: 17px;
  width: 141px;
  min-width: initial;
}
.export-private-key-modal__button--cancel {
  margin-right: 15px;
}
.export-private-key-modal .ellip-address-wrapper {
  border: 1px solid var(--color-border-default);
  padding: 5px 10px;
  margin-top: 7px;
  max-width: 286px;
  direction: ltr;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hide-token-confirmation {
  min-height: 250.72px;
  border-radius: 4px;
  background-color: var(--color-background-default);
  box-shadow: var(--shadow-size-md) var(--color-shadow-default);
}
.hide-token-confirmation__container {
  padding: 24px 27px 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hide-token-confirmation__identicon {
  margin-bottom: 10px;
}
.hide-token-confirmation__symbol {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  text-align: center;
  margin-bottom: 7.5px;
}
.hide-token-confirmation__title {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  height: 30px;
  width: 271.28px;
  color: var(--color-text-alternative);
  text-align: center;
  margin-bottom: 10.5px;
}
.hide-token-confirmation__copy {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  min-height: 41px;
  width: 318px;
  color: var(--color-text-alternative);
  text-align: center;
}
.hide-token-confirmation__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
}
.hide-token-confirmation__button {
  margin: 0 5px;
}

.new-account-modal {
  display: flex;
  flex-flow: column nowrap;
  background-color: var(--color-background-default);
  border-radius: 10px;
  box-shadow: var(--shadow-size-lg) var(--color-shadow-default);
}
.new-account-modal__content {
  padding: 1.5rem;
  border-bottom: 1px solid var(--color-border-muted);
}
.new-account-modal__content__header {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-account-modal__content__header-close {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-icon-default);
  background: none;
}
.new-account-modal__input-label {
  color: var(--color-text-alternative);
  margin-top: 1.25rem;
}
.new-account-modal__input {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  background: var(--color-background-default);
  border: 1px solid var(--color-border-muted);
  color: var(--color-text-default);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0.625rem 0.75rem;
  margin-top: 0.75rem;
}
.new-account-modal__input::placeholder {
  color: var(--color-text-muted);
}
.new-account-modal__footer {
  padding: 1rem;
}
.new-account-modal__footer button + button {
  margin-left: 1rem;
}

.qr-scanner {
  width: 100%;
  height: 100%;
  background-color: var(--color-background-default);
  display: flex;
  flex-flow: column;
  border-radius: 8px;
}
.qr-scanner__title {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
  padding: 16px 0;
  text-align: center;
}
.qr-scanner__content {
  padding-left: 20px;
  padding-right: 20px;
}
.qr-scanner__content__video-wrapper {
  overflow: hidden;
  width: 100%;
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr-scanner__content__video-wrapper video {
  transform: scaleX(-1);
  width: auto;
  height: 275px;
}
.qr-scanner__status {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  padding: 15px;
}
.qr-scanner__image {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
  padding: 16px 0 0;
  text-align: center;
}
.qr-scanner__error {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  padding: 15px;
}
.qr-scanner__footer {
  padding: 20px;
  flex-direction: row;
  display: flex;
}
.qr-scanner__footer button {
  margin-right: 15px;
}
.qr-scanner__footer button:last-of-type {
  margin-right: 0;
  background-color: var(--color-primary-default);
  border: none;
  color: var(--color-primary-inverse);
}
.qr-scanner__close::after {
  content: "×";
  font-size: 35px;
  color: var(--color-icon-default);
  position: absolute;
  top: 4px;
  right: 20px;
  cursor: pointer;
  font-weight: 300;
}

.transaction-confirmed__title {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
  padding: 16px 0;
  text-align: center;
}
.transaction-confirmed__description {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
.transaction-confirmed__content {
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}

.customize-nonce-modal {
  padding-left: 24px;
  padding-right: 18px;
  display: flex;
  flex-flow: column nowrap;
}
.customize-nonce-modal__main-header {
  display: flex;
  align-items: center;
  padding-top: 24px;
}
.customize-nonce-modal__main-title {
  flex: 1;
}
.customize-nonce-modal__close {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-icon-default);
  background: none;
  flex: 0;
  align-self: flex-start;
}
.customize-nonce-modal .customize-nonce-modal__link {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: inline;
  padding-left: 5px;
}
.customize-nonce-modal .customize-nonce-modal__reset {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.customize-nonce-modal__input input {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 100%;
}

.customize-nonce-modal-content {
  padding: 0;
}

.customize-nonce-modal-container {
  height: 324px;
  width: 100%;
}

.convert-token-to-nft-modal {
  display: flex;
  flex-flow: column nowrap;
}

.contract-details-modal {
  width: 100% !important;
  max-width: 408px;
}
.contract-details-modal__content {
  border-bottom: 1px solid var(--color-border-muted);
}
.contract-details-modal__content__contract__identicon {
  margin: 16px;
  box-shadow: none;
  background: none;
}

.hold-to-reveal-modal {
  position: relative;
}
.hold-to-reveal-modal__close {
  position: absolute;
  right: 16px;
}

.modal {
  z-index: 1050;
  position: fixed;
  width: 500px;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
}
.modal__content {
  margin: 0;
  background-color: var(--color-background-default);
  animation-fill-mode: forwards;
}
.modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: var(--color-overlay-alterantive);
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
}
.modal > div:focus {
  outline: none !important;
}

.multi-layer-fee-message {
  padding-top: 24px;
}

.home-notification-wrapper--show-all,
.home-notification-wrapper--show-first {
  display: flex;
  flex-direction: column;
  width: 472px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 8px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .home-notification-wrapper--show-all,
.home-notification-wrapper--show-first {
    width: 340px;
  }
}
.home-notification-wrapper--show-all .home-notification-wrapper__i-container,
.home-notification-wrapper--show-first .home-notification-wrapper__i-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-notification-wrapper--show-all .home-notification-wrapper__i-container .fa-sm,
.home-notification-wrapper--show-first .home-notification-wrapper__i-container .fa-sm {
  display: initial;
  position: absolute;
  bottom: 14px;
  left: 16px;
  color: var(--color-icon-muted);
  cursor: pointer;
  visibility: visible;
}
.home-notification-wrapper--show-all .home-notification-wrapper__i-container .fa-sm:hover,
.home-notification-wrapper--show-first .home-notification-wrapper__i-container .fa-sm:hover {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}

.home-notification-wrapper--show-all {
  justify-content: flex-end;
  margin-bottom: 0;
}
.home-notification-wrapper--show-all .home-notification-wrapper__i-container {
  height: 0;
}
.home-notification-wrapper--show-all > div {
  position: relative;
  margin-top: 8px;
}
.home-notification-wrapper--show-all .fa-sm {
  margin-bottom: 8px;
}

.home-notification-wrapper--show-first > div {
  position: fixed;
  bottom: 8px;
  right: 8px;
  visibility: hidden;
}
.home-notification-wrapper--show-first > div:first-of-type {
  visibility: visible;
}
.home-notification-wrapper--show-first .fa-sm {
  position: relative;
  display: initial;
}

.flipped {
  transform: rotate(180deg);
}

.network-display {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  border-radius: 4px;
  min-height: 25px;
  user-select: none;
}
.network-display--disabled {
  cursor: not-allowed;
}
.network-display.chip {
  margin: 0;
  max-width: 100%;
}
.network-display .chip__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.network-display .chip__left-icon {
  margin-left: 4px;
}
.network-display .chip__right-icon {
  margin-right: 4px;
}
.network-display--clickable {
  cursor: pointer;
}

.permission-approval-container.page-container {
  display: flex;
  border: none;
  box-shadow: none;
  width: 100%;
  margin-top: 2px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .permission-approval-container {
    width: 426px;
    flex: 1;
  }
  .permission-approval-container__footers {
    display: flex;
    flex-direction: column-reverse;
    flex: 1;
    padding-bottom: 20px;
    justify-content: space-between;
  }
}
.permission-approval-container__title {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  margin-top: 32px;
  width: 100%;
}
.permission-approval-container__content {
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  color: var(--color-text-default);
  padding-left: 24px;
  padding-right: 24px;
}
.permission-approval-container__content a,
.permission-approval-container__content a:hover {
  color: var(--color-primary-default);
}
.permission-approval-container__content__requested {
  width: 100%;
  text-align: left;
}
.permission-approval-container__content__revoke-note {
  margin-top: 60px;
}
.permission-approval-container__content__permission {
  display: flex;
  align-items: center;
}
.permission-approval-container__content__permission label {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-left: 16px;
  color: var(--color-text-default);
}
.permission-approval-container .permission-approval-container__checkbox {
  font-size: 1.4rem;
  margin: 0;
}
.permission-approval-container__content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.permission-approval-container__permissions-header {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
}
.permission-approval-container__permissions-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 38px;
}
.permission-approval-container .page-container__footer {
  align-items: center;
  margin-top: 12px;
}
@media screen and (min-width: 576px) {
  .permission-approval-container .page-container__footer {
    border-top: none;
  }
}
.permission-approval-container .page-container__footer footer {
  width: 100%;
}
@media screen and (max-width: calc(576px - 1px)) {
  .permission-approval-container__title {
    position: initial;
  }
  .permission-approval-container__content-approval-visual {
    margin-top: 16px;
  }
  .permission-approval-container .page-container__footer header {
    padding: 0;
  }
}
.permission-approval-container__tooltip-body {
  display: flex;
  flex-direction: column;
}
.permission-approval-container__bold-title-elements {
  font-weight: bold;
}

.permissions-connect-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.permissions-connect-footer__text {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  display: flex;
  margin-top: 10px;
}
.permissions-connect-footer__text--link {
  color: var(--color-primary-default);
  margin-left: 4px;
  cursor: pointer;
}

.permissions-connect-header {
  flex: 0;
  width: 100%;
}
.permissions-connect-header__icon {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
.permissions-connect-header__title {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: var(--color-text-default);
  font-weight: bold;
}
.permissions-connect-header__subtitle {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: var(--color-text-default);
}
.permissions-connect-header__subtitle {
  margin-top: 4px;
}

.permissions-connect-permission-list {
  width: 100%;
}
.permissions-connect-permission-list .permission {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border-muted);
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--color-text-default);
}
.permissions-connect-permission-list .permission i {
  display: block;
  margin: 16px;
  min-width: 16px;
  min-height: 16px;
  color: var(--color-icon-alternative);
  font-size: 1rem;
  text-align: center;
}
.permissions-connect-permission-list .permission .mm-avatar-icon {
  margin: 16px 16px 16px 0;
}
.permissions-connect-permission-list .permission__tooltip-icon {
  margin-left: auto !important;
  padding-left: 16px;
}
.permissions-connect-permission-list .permission__tooltip-icon i {
  color: var(--color-icon-muted);
}
.permissions-connect-permission-list .permission__tooltip-icon__warning i {
  color: var(--color-warning-default);
}
.permissions-connect-permission-list .permission-label-item {
  font-weight: bold;
}

.tooltip-label-item {
  font-weight: bold;
}

.permission-cell__title-revoked {
  text-decoration: line-through;
}

.recovery-phrase-reminder__list {
  list-style: disc;
  padding-left: 20px;
}
.recovery-phrase-reminder__list li {
  margin-bottom: 5px;
}

.set-approval-for-all-warning__content__header {
  border-bottom: 1px solid var(--color-border-muted);
}
.set-approval-for-all-warning__content__header__warning-icon {
  padding-top: 7px;
  margin-right: 10px;
  color: var(--color-error-default);
}
.set-approval-for-all-warning__content__account {
  border-bottom: 1px solid var(--color-border-muted);
}
.set-approval-for-all-warning__content__bold {
  color: var(--color-text-default);
}
.set-approval-for-all-warning__footer {
  width: 100%;
  height: 100px;
}

.progressbar {
  counter-reset: step;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

ul.two-steps {
  margin: 0 auto;
}

.progressbar li {
  font-size: 0.75rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  list-style-type: none;
  position: relative;
  text-align: center;
  color: var(--color-text-alternative);
  z-index: 2;
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.progressbar li::before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid var(--color-border-muted);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: var(--color-background-default);
}

.progressbar li::after {
  width: calc(100% - 34px);
  height: 2px;
  content: "";
  position: absolute;
  background-color: var(--color-background-alternative);
  top: 15px;
  left: calc(-50% + 17px);
}
[dir=rtl] .progressbar li::after {
  width: calc(100% - 34px);
  height: 2px;
  content: "";
  position: absolute;
  background-color: var(--color-background-alternative);
}

.progressbar li:first-child::after {
  content: none;
}
[dir=rtl] .progressbar li:first-child::after {
  content: none;
}

.progressbar li.active {
  color: var(--color-primary-default);
}
[dir=rtl] .progressbar li.active {
  color: var(--color-primary-default);
}

.progressbar li.active::before {
  border-color: var(--color-primary-default);
  z-index: 1;
}
[dir=rtl] .progressbar li.active::before {
  border-color: var(--color-primary-default);
  z-index: 1;
}

.progressbar li.complete + li::after {
  background-color: var(--color-primary-default);
  z-index: -1;
}
[dir=rtl] .progressbar li.complete + li::after {
  background-color: var(--color-primary-default);
  z-index: -1;
}

.progressbar li.complete::before {
  background-color: var(--color-primary-default);
  color: var(--color-primary-inverse);
}
[dir=rtl] .progressbar li.complete::before {
  background-color: var(--color-primary-default);
  color: var(--color-primary-inverse);
}

.progressbar li.two-steps::after {
  height: 2px;
  content: "";
  position: absolute;
  background-color: var(--color-background-alternative);
  top: 15px;
  z-index: -1;
}
[dir=rtl] .progressbar li.two-steps::after {
  width: 180px;
  height: 2px;
  content: "";
  position: absolute;
  background-color: var(--color-background-alternative);
  z-index: -1;
}

.selected-account {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.selected-account__tooltip-wrapper {
  width: 100%;
}
.selected-account__name {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  font-weight: 500;
  color: var(--color-text-default);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 4px;
}
.selected-account__address {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  display: flex;
  align-items: center;
}
.selected-account__clickable {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 4px 0;
  padding: 6px 1px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  background-color: unset;
}
.selected-account__clickable:hover, .selected-account__clickable:active {
  background-color: var(--color-background-default-hover);
}
.selected-account__copy {
  display: flex;
  margin-inline-start: 3px;
}

.signature-request-header {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  padding: 1rem;
  border-bottom: 1px solid var(--color-border-default);
  justify-content: space-between;
}
.signature-request-header--account, .signature-request-header--network {
  flex: 1;
  display: flex;
  align-items: center;
}
.signature-request-header--account .account-list-item__top-row {
  display: flex;
  align-items: center;
}
.signature-request-header--account .account-list-item__account-name {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
}
.signature-request-header--account .account-list-item__top-row {
  margin: 0;
}

.signature-request-message {
  flex: 1 60%;
  max-height: 231px;
  position: relative;
}
.signature-request-message__root {
  flex: 1 100%;
  overflow: auto;
}
@media screen and (min-width: 576px) {
  .signature-request-message__root {
    width: auto;
  }
}
.signature-request-message__scroll-button {
  position: absolute;
  right: 28px;
  bottom: 12px;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.signature-request-data__node__value {
  white-space: pre-line;
  overflow: hidden;
  word-wrap: break-word;
}
[dir=rtl] .signature-request-data__node__value__address {
  /*rtl:ignore*/
  direction: ltr;
  /*rtl:ignore*/
  text-align: right;
}
[dir=rtl] .signature-request-data__node__value__address span {
  display: block;
  /*rtl:ignore*/
  direction: rtl;
}

.signature-request {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  width: 408px;
  height: max-content;
  background-color: var(--color-background-default);
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  border-radius: 8px;
}
@media screen and (min-width: 576px) {
  .signature-request {
    max-height: 80vh;
    min-height: 570px;
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.signature-request__reject-all-button {
  margin-top: -15px;
}
.signature-request__origin {
  margin-top: 16px;
}

.signature-request-header {
  flex: 1;
}
.signature-request-header .network-display {
  justify-content: flex-end;
  margin-left: auto;
}

.signature-request-content {
  flex: 1 40%;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: min-content;
}
.signature-request-content__title {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
}
.signature-request-content__info {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 0 12px 4px;
}
.signature-request-content__info--bolded {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
}
.signature-request-content p {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-muted);
}

a.signature-request-content__verify-contract-details {
  padding: 0;
}

.signature-request-siwe-header {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.signature-request-siwe-header__tooltip__container {
  display: flex !important;
}
.signature-request-siwe-header .account-list-item {
  margin: 8px 0 0;
}
.signature-request-siwe-header .account-list-item__top-row {
  align-items: center;
  margin: 0;
}
.signature-request-siwe-header .account-list-item__account-name {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
}
.signature-request-siwe-header .chip__right-icon {
  padding: 4px 8px 4px 0;
}

.signature-request-siwe-message {
  flex: 1 100%;
  border-radius: 8px;
  padding: 8px 16px;
  margin: 16px;
  border: 1px solid var(--color-border-muted);
}
.signature-request-siwe-message__sub-text {
  white-space: pre-line;
  overflow: hidden;
  word-wrap: break-word;
}

.signature-request-siwe-icon {
  border-radius: 100%;
  height: 32px;
  width: 32px;
}

.signature-request-siwe {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  background-color: var(--color-background-default);
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
@media screen and (min-width: 576px) {
  .signature-request-siwe {
    width: 408px;
    max-height: 82vh;
    min-height: 570px;
    flex: 0 0 auto;
    border-radius: 8px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
  }
}

.signature-request-siwe__warning-popover .page-container__footer {
  border-top: none;
  padding: 0;
  display: block;
}
.signature-request-siwe__warning-popover .popover-footer {
  padding: inherit;
  display: block;
}
.signature-request-siwe__warning-popover__checkbox-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px 16px 24px;
}
.signature-request-siwe__warning-popover__checkbox-wrapper__label {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  margin-inline-start: 8px;
  margin-top: 1px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
.signature-request-siwe__warning-popover__checkbox-wrapper .check-box {
  color: var(--color-error-default);
}

.request-signature__container {
  width: 380px;
  border-radius: 8px;
  background-color: var(--color-background-default);
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  display: flex;
  flex-flow: column nowrap;
  z-index: 25;
  align-items: center;
  position: relative;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: calc(576px - 1px)) {
  .request-signature__container {
    width: 100%;
    top: 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 576px) {
  .request-signature__container {
    height: 650px;
  }
}
.request-signature__container__reject {
  padding-bottom: 20px;
}
.request-signature__typed-container {
  padding: 17px;
}
.request-signature__typed-container h1 {
  font-weight: 900;
  margin-bottom: 5px;
}
.request-signature__typed-container * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.request-signature__typed-container > div {
  margin-bottom: 10px;
}
.request-signature__content__title {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  justify-content: center;
  color: var(--color-default-text);
  z-index: 3;
}
.request-signature__account, .request-signature__navigation {
  width: 100%;
}
.request-signature__body {
  display: flex;
  flex-flow: column;
  flex: 1 1 0;
  min-height: 0;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.request-signature__body > * {
  flex: 0 0 auto;
  min-height: 0;
}
.request-signature__origin {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.request-signature__notice, .request-signature__warning {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  margin-top: 21px;
  margin-bottom: 11px;
  width: 100%;
}
.request-signature__notice {
  color: var(--color-text-alternative);
  padding: 0 10px;
}
.request-signature__rows {
  border-top: 1px solid var(--color-border-default);
  display: flex;
  flex-flow: column;
}
.request-signature__row {
  display: flex;
  flex-flow: column;
}
.request-signature__row-title {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 80px;
  color: var(--color-text-alternative);
  margin-top: 12px;
  margin-left: 18px;
  width: 100%;
}
.request-signature__row-value {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  width: 100%;
  overflow-wrap: break-word;
  border-bottom: 1px solid var(--color-border-default);
  padding: 6px 18px 15px;
  white-space: pre-wrap;
}
.request-signature__help-link {
  cursor: pointer;
  text-decoration: underline;
  color: var(--color-primary-default);
  margin-inline-start: 3px;
}

.signature-request-warning__content__header {
  border-bottom: 1px solid var(--color-border-muted);
  align-items: center;
}
.signature-request-warning__content__header__warning-icon {
  padding-top: 7px;
  margin-right: 10px;
}
.signature-request-warning__content__account {
  border-bottom: 1px solid var(--color-border-muted);
}
.signature-request-warning__content__bold {
  color: var(--color-text-default);
}
.signature-request-warning__footer {
  border-top: 1px solid var(--color-border-muted);
  width: 100%;
  height: 132px;
}

.import-srp__container {
  display: grid;
  grid-template-areas: "title dropdown" "paste-tip paste-tip" "input input" "error error" "too-many-words-error too-many-words-error";
}
@media screen and (max-width: calc(768px - 1px)) {
  .import-srp__container {
    grid-template-areas: "title" "dropdown" "paste-tip" "input" "error" "too-many-words-error";
  }
}
.import-srp__srp-label {
  grid-area: title;
  text-align: center;
}
.import-srp__number-of-words-dropdown {
  grid-area: dropdown;
}
.import-srp__paste-tip {
  margin: 24px 0;
  grid-area: paste-tip;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.import-srp__srp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-area: input;
}
@media screen and (max-width: calc(768px - 1px)) {
  .import-srp__srp {
    grid-template-columns: 1fr;
  }
}
.import-srp__srp-word {
  display: flex;
  align-items: center;
  margin: 8px;
}
.import-srp__srp-word-label {
  width: 2em;
}
.import-srp__srp-error {
  margin-top: 4px;
  grid-area: error;
}
.import-srp__srp-too-many-words-error {
  margin-top: 4px;
  grid-area: too-many-words-error;
}

.tab-bar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.tab-bar__tab {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-width: 0;
  flex: 0 0 auto;
  box-sizing: border-box;
  opacity: 0.5;
  transition: opacity 200ms ease-in-out;
  background-color: unset;
  text-align: start;
}
@media screen and (min-width: 576px) {
  .tab-bar__tab:hover {
    opacity: 0.4;
  }
  .tab-bar__tab:active {
    opacity: 0.6;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .tab-bar__tab {
    font-size: 1.125rem;
    font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
    line-height: 140%;
    font-style: normal;
    font-weight: normal;
    border-bottom: 1px solid var(--color-border-muted);
    opacity: 1;
  }
}
.tab-bar__tab__content {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  position: relative;
}
.tab-bar__tab__content__title {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
@media screen and (min-width: 576px) {
  .tab-bar__tab__content__title {
    font-size: 0.875rem;
    font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
    line-height: 140%;
    font-style: normal;
    font-weight: normal;
  }
}
.tab-bar__tab__content__description {
  display: none;
}
@media screen and (max-width: calc(576px - 1px)) {
  .tab-bar__tab__content__description {
    font-size: 0.875rem;
    font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
    line-height: 140%;
    font-style: normal;
    font-weight: normal;
    display: block;
    font-weight: 300;
    margin-top: 8px;
    min-height: 14px;
  }
}
.tab-bar__tab__content__icon {
  display: flex;
  justify-content: center;
  margin-inline-end: 16px;
  flex: 0 0 18px;
  color: var(--color-icon-alternative);
}
.tab-bar__tab__caret {
  display: none;
}
@media screen and (max-width: calc(576px - 1px)) {
  .tab-bar__tab__caret {
    display: block;
    margin-inline-start: auto;
    margin-inline-end: 8px;
  }
  [dir=rtl] .tab-bar__tab__caret {
    transform: rotate(180deg);
  }
}
.tab-bar__tab--active {
  opacity: 1 !important;
}
.tab-bar__grow-tab {
  flex-grow: 1;
}

.token-cell--outdated .list-item__heading {
  color: var(--color-text-alternative);
}

.loading-span {
  display: flex;
  height: 250px;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.token-list-item {
  padding: 8px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  cursor: pointer;
  padding: 8px;
}
.token-list-item:hover {
  background-color: rgba(222, 222, 222, 0.2);
}
.token-list-item__data {
  margin-left: 8px;
}
.token-list-item__symbol {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.token-list-item__balance {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  flex-flow: row nowrap;
}
.token-list-item__balance__label {
  margin-right: 4px;
}

.transaction-activity-log__title {
  border-bottom: 1px solid var(--color-border-muted);
  padding-bottom: 4px;
  text-transform: capitalize;
}
.transaction-activity-log__activities-container {
  padding-top: 8px;
}
.transaction-activity-log__activity {
  padding: 4px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.transaction-activity-log__activity::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 7px;
  border-right: 1px solid var(--color-border-muted);
}
.transaction-activity-log__activity:first-child::after {
  height: 50%;
  top: 50%;
}
.transaction-activity-log__activity:last-child::after {
  height: 50%;
}
.transaction-activity-log__activity:first-child:last-child::after {
  display: none;
}
.transaction-activity-log__activity-icon {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.transaction-activity-log__activity-text {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternate);
  cursor: pointer;
}
.transaction-activity-log__activity-text:hover {
  color: var(--color-text-default);
}
.transaction-activity-log__value {
  display: inline;
  font-weight: 500;
}
.transaction-activity-log__entry-container {
  min-width: 0;
}
.transaction-activity-log__action-link {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  color: var(--color-primary-default);
}

.transaction-breakdown-row {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.transaction-breakdown-row--with-bottom-border {
  border-bottom: 1px solid var(---color-border-muted);
}
.transaction-breakdown-row__title {
  padding-right: 8px;
  min-width: 40%;
}
.transaction-breakdown-row__value {
  min-width: 0;
  word-break: break-word;
}

.transaction-breakdown__title {
  padding-bottom: 4px;
  padding-top: 8px;
  font-size: 14px;
  color: var(--color-text-default);
  font-weight: bold;
  text-transform: capitalize;
}
.transaction-breakdown__row-title {
  text-transform: capitalize;
}
.transaction-breakdown__value {
  display: flex;
  justify-content: flex-end;
  text-align: end;
  overflow: hidden;
  text-overflow: ellipsis;
}
.transaction-breakdown__value--eth-total {
  font-weight: bold;
  color: var(--color-text-default);
}
.transaction-breakdown__value--amount {
  font-weight: bold;
  color: var(--color-text-default);
}

.transaction-detail {
  position: relative;
}
.transaction-detail .transaction-detail-edit {
  text-align: end;
  padding-top: 20px;
}
.transaction-detail .transaction-detail-edit button {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  background: transparent;
  border: 0;
  padding-inline-end: 0;
  text-transform: uppercase;
}
.transaction-detail-rows {
  margin-top: 10px;
}

.transaction-detail-item {
  color: var(--color-text-alternative);
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border-default);
}
.transaction-detail-item__row {
  display: flex;
  justify-content: space-between;
  grid-gap: 5px;
}
.transaction-detail-item__row-subText {
  display: flex;
  align-items: center;
}
.transaction-detail-item__row-subText .currency-display-component {
  margin-left: 4px;
}
.transaction-detail-item__detail-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 52%;
}
.transaction-detail-item__detail-values--flex-width {
  width: auto;
}
.transaction-detail-item .info-tooltip {
  display: inline-block;
  margin-inline-start: 4px;
}
.transaction-detail-item .info-tooltip path {
  fill: var(--color-icon-alternative);
}
.transaction-detail-item .currency-display-component {
  display: inline;
}
.transaction-detail-item:first-of-type {
  padding-top: 0;
}
.transaction-detail-item:last-of-type {
  margin-bottom: 20px;
}
.transaction-detail-item:first-child {
  padding-top: 0;
}
.transaction-detail-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.transaction-icon__grey-circle {
  height: 28px;
  width: 28px;
  border-radius: 14px;
  background: var(--color-background-alternative);
}

.transaction-list-item-details div.disclosure + div.disclosure {
  margin-top: 0;
}
.transaction-list-item-details .sender-to-recipient--flat .sender-to-recipient__party.sender-to-recipient__party--sender {
  padding: 0;
  justify-content: flex-start;
}
.transaction-list-item-details .sender-to-recipient--flat .sender-to-recipient__party.sender-to-recipient__party--recipient {
  padding: 0;
  justify-content: flex-end;
}
.transaction-list-item-details__sender-to-recipient-header {
  display: flex;
  font-size: 14px;
  color: var(--color-text-default);
  font-weight: bold;
  padding-bottom: 7px;
}
.transaction-list-item-details__sender-to-recipient-header > div:first-child {
  flex: 1;
}
.transaction-list-item-details__tx-status {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 44px;
  justify-content: space-between;
}
.transaction-list-item-details__tx-status > div:first-child {
  font-size: 14px;
  color: var(--color-text-default);
  font-weight: bold;
}
.transaction-list-item-details__tx-status > div:last-child {
  font-weight: bold;
}
.transaction-list-item-details__tx-hash {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.transaction-list-item-details__tx-hash .btn-link {
  font-size: 12px;
  line-height: 100%;
  padding: 0;
}
.transaction-list-item-details__tx-hash > div:first-child {
  padding-bottom: 16px;
}
.transaction-list-item-details__operations {
  margin: 0 0 16px 16px;
  display: flex;
  justify-content: flex-end;
}
.transaction-list-item-details__header {
  font-size: 12px;
  margin: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.transaction-list-item-details__body {
  padding: 8px 16px;
}
.transaction-list-item-details__header-buttons {
  display: flex;
  flex-direction: row;
}
.transaction-list-item-details .transaction-list-item-details__header-button-rounded-button {
  font-size: 0.625rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 8px;
  min-width: 75px;
  margin-right: 8px;
}
.transaction-list-item-details .transaction-list-item-details__header-button-tooltip-container {
  display: flex !important;
  height: 100%;
}
.transaction-list-item-details .transaction-list-item-details__header-button:not(:last-child) {
  margin-right: 8px;
}
.transaction-list-item-details__sender-to-recipient-container {
  margin-bottom: 8px;
}
.transaction-list-item-details__sender-to-recipient-container .sender-to-recipient .sender-to-recipient__party {
  border: none;
}
.transaction-list-item-details__sender-to-recipient-container .sender-to-recipient .sender-to-recipient__party--sender {
  padding-left: 0;
}
.transaction-list-item-details__sender-to-recipient-container .sender-to-recipient .sender-to-recipient__party--recipient {
  padding-right: 0;
}
.transaction-list-item-details__cards-container {
  display: flex;
  flex-direction: column;
}
.transaction-list-item-details__transaction-breakdown {
  flex: 1;
  margin-right: 8px;
  min-width: 0;
  margin: 0 0 8px 0;
}
.transaction-list-item-details__transaction-activity-log {
  flex: 2;
  min-width: 0;
}
.transaction-list-item-details__transaction-activity-log .transaction-activity-log__activities-container {
  padding-top: 0;
}
.transaction-list-item-details__transaction-activity-log .transaction-activity-log__title {
  display: none;
}

.transaction-list-item__primary-currency {
  color: var(--color-text-default);
  overflow: hidden;
  text-overflow: ellipsis;
}
.transaction-list-item__secondary-currency {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-top: 4px;
  color: var(--color-text-alternative);
}
.transaction-list-item .transaction-list-item--unconfirmed {
  color: var(--color-text-alternative);
}
.transaction-list-item--unconfirmed .transaction-list-item__primary-currency {
  color: var(--color-text-alternative);
}
.transaction-list-item__pending-actions {
  padding-top: 12px;
  display: flex;
}
.transaction-list-item__pending-actions .button {
  font-size: 0.625rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 8px;
  width: 75px;
  white-space: nowrap;
}
.transaction-list-item__pending-actions > .button:first-child {
  margin-right: 6px;
}
.transaction-list-item__pending-actions:empty {
  padding-top: 0;
}
.transaction-list-item .list-item__subheading {
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.transaction-list-item .list-item__subheading > h3 {
  overflow: visible;
  display: flex;
  white-space: nowrap;
  text-overflow: initial;
}
.transaction-list-item .transaction-status-label::after {
  content: "·";
  margin: 0 4px;
}
.transaction-list-item__address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.transaction-list {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.transaction-list__completed-transactions {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.transaction-list__header {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  flex: 0 0 auto;
  color: var(--color-text-muted);
  border-bottom: 1px solid var(--color-border-muted);
  padding: 8px 0 8px 20px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .transaction-list__header {
    padding: 8px 0 8px 16px;
  }
}
.transaction-list__transactions {
  flex: 1;
}
.transaction-list__pending-transactions {
  margin-bottom: 16px;
}
.transaction-list__empty {
  flex: 1;
  display: grid;
  grid-template-rows: auto;
  padding-top: 24px;
}
.transaction-list__empty-text {
  grid-row-start: 2;
  display: flex;
  justify-content: center;
  color: var(--color-text-muted);
}
.transaction-list__view-more {
  margin: 16px auto;
  max-width: 200px;
}

.transaction-status-label {
  display: inline;
}
.transaction-status-label--confirmed {
  color: var(--color-success-default);
}
.transaction-status-label--failed, .transaction-status-label--cancelled, .transaction-status-label--dropped, .transaction-status-label--rejected {
  color: var(--color-error-default);
}
.transaction-status-label--unapproved, .transaction-status-label--pending {
  color: var(--color-warning-default);
}
.transaction-status-label--queued {
  color: var(--color-text-alternative);
}

.wallet-overview {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  min-height: 209px;
  min-width: 0;
  padding-top: 10px;
  flex-direction: column;
  width: 100%;
}
.wallet-overview__balance {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.wallet-overview__buttons {
  display: flex;
  flex-direction: row;
  height: 68px;
  margin-bottom: 24px;
}

.eth-overview__balance {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  align-items: center;
  margin: 16px 0;
  padding: 0 16px;
  max-width: 326px;
}
.eth-overview__primary-container {
  display: flex;
  max-width: inherit;
  justify-content: center;
  flex-wrap: wrap;
}
.eth-overview__primary-balance {
  font-size: 2rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
}
.eth-overview__cached-star {
  margin-left: 4px;
}
.eth-overview__portfolio-button {
  height: inherit;
  padding-inline-start: 16px;
}
.eth-overview__cached-balance, .eth-overview__cached-star {
  color: var(--color-warning-default);
}
.eth-overview__cached-secondary-balance {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-warning-muted);
}
.eth-overview__secondary-balance {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
}
.eth-overview__button:last-of-type {
  margin-right: 0;
}
.eth-overview__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  background: var(--color-primary-default);
  border-radius: 18px;
  margin-top: 6px;
}

.token-overview__balance {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  align-items: center;
  margin: 16px 0;
  padding: 0 16px;
  max-width: 100%;
}
.token-overview__primary-balance {
  font-size: 2rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  width: 100%;
  justify-content: center;
}
.token-overview__secondary-balance {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
}
.token-overview__button:last-of-type {
  margin-right: 0;
}

.whats-new-popup__notifications {
  display: flex;
  flex-direction: column;
}
.whats-new-popup__notification, .whats-new-popup__first-notification {
  display: flex;
  flex-direction: column;
  margin: 0 16px 16px 16px;
  border-bottom: 1px solid var(--color-border-muted);
  position: relative;
}
.whats-new-popup__last-notification > *:nth-last-child(2) {
  margin-bottom: 0;
}
.whats-new-popup__last-notification .whats-new-popup__intersection-observable {
  bottom: 8px;
}
.whats-new-popup__notification:last-child {
  border-bottom: none;
}
.whats-new-popup__notification-image {
  align-self: center;
  margin-bottom: 16px;
}
.whats-new-popup__description-and-date {
  margin-bottom: 16px;
}
.whats-new-popup__notification-date {
  color: var(--color-text-alternative);
}
.whats-new-popup__button {
  margin-right: auto;
}
.whats-new-popup__button, .whats-new-popup__link {
  margin-bottom: 24px;
}
.whats-new-popup__link {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  cursor: pointer;
}
.whats-new-popup__intersection-observable {
  bottom: 22px;
  position: absolute;
  height: 1px;
  width: 100%;
}
.whats-new-popup__scroll-button {
  position: absolute;
  bottom: 12px;
  right: 12px;
  height: 32px;
  width: 32px;
  border-radius: 14px;
  border: 1px solid var(--color-border-default);
  background: var(--color-background-alternative);
  color: var(--color-icon-default);
  z-index: 201;
  cursor: pointer;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whats-new-popup__scroll-button:hover {
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .popover-wrap.whats-new-popup__popover {
    max-height: 750px;
    width: 500px;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .popover-wrap.whats-new-popup__popover {
    max-height: 568px;
  }
}

.loading-overlay__error-buttons button {
  margin: 5px;
  padding: 5px 30px;
}

.copy-raw-data {
  display: flex;
  align-items: center;
}
.copy-raw-data__button {
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-top: 5px;
  background-color: transparent;
}
.copy-raw-data__button:hover {
  background-color: var(--color-background-default-hover);
}
.copy-raw-data__button:active {
  background-color: var(--color-background-default-hover);
}
.copy-raw-data__icon {
  padding-inline-end: 6px;
}
.copy-raw-data__label {
  color: var(--color-text-alternative);
}

.accreditation {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.accreditation__icon {
  margin-right: 8px;
}
.accreditation__info {
  color: var(--color-text-default);
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}
.accreditation__link.btn-link {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: inherit;
  padding: 0 4px;
}

.tx-insight-component-address {
  display: flex;
  align-items: center;
  overflow: visible;
}
.tx-insight-component-address__sender-icon {
  padding-right: 5px;
}
.tx-insight-component-address__name {
  cursor: pointer;
}

.tx-insight {
  overflow-x: hidden;
  display: flex;
  align-items: center;
}
.tx-insight-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}
.tx-insight-loading .spinner {
  width: 30px;
}
.tx-insight > details {
  margin: 20px 0;
}
.tx-insight > details > summary.tx-insight-title {
  font-size: 14px;
  position: relative;
  margin: 12px 0 4px;
  padding-inline-start: 22px;
  cursor: pointer;
}
.tx-insight > details > summary.tx-insight-title + .tx-insight-content {
  padding-inline-start: 14px;
  padding-top: 5px;
}
.tx-insight-error {
  cursor: auto;
}
.tx-insight .tx-insight-content__tree-component {
  line-height: 175%;
  /*
  Use this parameter to change the indentation!! */
}
.tx-insight .tx-insight-content__tree-component > ol {
  padding-left: 0;
}
.tx-insight .tx-insight-content__tree-component .eth-tx-params {
  padding: 8px;
  width: 343px;
  background: var(--color-background-default);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: left;
  font-family: Euclid Circular B, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 172%;
}
.tx-insight .tx-insight-content__tree-component ol ol {
  padding-left: 22px;
  margin-left: 4px;
}
.tx-insight .tx-insight-content__tree-component details > summary {
  position: relative;
  cursor: pointer;
  padding-bottom: 5px;
}
.tx-insight .tx-insight-content__tree-component .eth-tx-params .solidity-func-name {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  text-transform: uppercase;
  border: 1px solid var(--color-border-default);
  color: var(--color-background-alternative);
  border-radius: 4px;
}
.tx-insight .tx-insight-content__tree-component .eth-tx-params .sol-value {
  display: flex;
  flex-flow: row wrap;
}
.tx-insight .tx-insight-content__tree-component .eth-tx-params .sol-value > {
  overflow: ellipses;
}
.tx-insight .tx-insight-content__tree-component .eth-tx-params ol {
  list-style: none;
  padding: 0;
  max-width: inherit;
}
.tx-insight .tx-insight-content__tree-component .eth-tx-params > ol {
  margin-left: 16px;
}
.tx-insight .tx-insight-content__tree-component .eth-tx-params ol ol:not(:first-child) {
  padding-left: 8px;
}
.tx-insight .tx-insight-content__tree-component pre.solidity-raw {
  text-align: left;
}
.tx-insight .tx-insight-content__tree-component .solidity-address {
  display: flex;
  flex-direction: row;
}
.tx-insight .tx-insight-content__tree-component .solidity-address :first-child {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}
.tx-insight .tx-insight-content__tree-component .solidity-item .param-name {
  padding-right: 4px;
}
.tx-insight .tx-insight-content__tree-component .solidity-value {
  color: var(--color-text-alternative);
  overflow-x: hidden;
  padding-bottom: 5px;
}
.tx-insight .tx-insight-content__tree-component .solidity-value > div {
  display: flex;
  flex-wrap: wrap;
  word-break: break-all;
}
.tx-insight .tx-insight-content__tree-component .solidity-error {
  display: flex;
  align-items: center;
}
.tx-insight .tx-insight-content__tree-component .solidity-error > .error-message__icon {
  width: 14px;
  margin-right: 5px;
}
.tx-insight .tx-insight-content__tree-component .eth-tx-params details > summary {
  color: var(--color-text-default);
  font-family: sans-serif;
}
.tx-insight .tx-insight-content__tree-component .eth-tx-params footer {
  text-align: center;
  color: var(--color-text-muted);
}
.tx-insight .tx-insight-content__tree-component .eth-tx-params footer a {
  text-align: center;
  color: var(--color-text-muted);
}
.tx-insight .tx-insight-component-address__sender-icon {
  padding-right: 8px;
}

.advanced-gas-fee-popover .form-field__heading-title > h6 {
  font-size: 0.75rem;
}
.advanced-gas-fee-popover .popover-header {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid var(--color-border-muted);
}
.advanced-gas-fee-popover .popover-footer {
  border-top: none;
}

.advanced-gas-fee-gas-limit {
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-top: 1px solid var(--color-border-muted);
  padding-top: 16px;
}
.advanced-gas-fee-gas-limit > * {
  margin-right: 4px;
}
.advanced-gas-fee-gas-limit a.advanced-gas-fee-gas-limit__edit-link {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  width: auto;
}

.advanced-gas-fee-inputs .form-field {
  margin-bottom: 4px;
}
.advanced-gas-fee-inputs .form-field__heading-title > h6 {
  font-size: 0.75rem;
}

.base-fee-input a.base-fee-input__edit-link {
  display: inline;
  font-size: 0.75rem;
  padding: 0;
  white-space: nowrap;
}

.priority-fee-input {
  border-top: 1px solid var(--color-border-default);
  padding-top: 16px;
}

.advanced-gas-fee-input-subtext {
  margin-top: 2px;
  color: var(--color-text-alternative);
  font-size: 0.625rem;
}
.advanced-gas-fee-input-subtext__label {
  font-weight: bold;
  margin-right: 4px;
}
.advanced-gas-fee-input-subtext__value {
  position: relative;
}
.advanced-gas-fee-input-subtext__level {
  margin-left: 2px;
}
.advanced-gas-fee-input-subtext__up, .advanced-gas-fee-input-subtext__down {
  padding-top: 2px;
}
.advanced-gas-fee-input-subtext__icon {
  margin-right: 8px;
}

.advanced-gas-fee-defaults {
  border-top: 1px solid var(--color-border-muted);
  padding-top: 16px;
}
.advanced-gas-fee-defaults .advanced-gas-fee-defaults__checkbox {
  font-size: 1.125rem;
  margin: 0 8px;
}
.advanced-gas-fee-defaults__label {
  display: flex;
}

.currency-input__conversion-component {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding-left: 1px;
}
.currency-input__swap-component {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-icon-default);
  cursor: pointer;
  background: none;
  border: none;
}

.detected-tokens-link .detected-tokens-link__link {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}

.detected-token-address .detected-token-address__copy-link {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 4px 0;
}

.detected-token-aggregators .typography {
  display: inline;
}
.detected-token-aggregators .detected-token-aggregators__link {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  display: inline;
  margin-left: 4px;
}

.detected-token-values__checkbox {
  margin-left: auto;
}

.detected-token-details__identicon {
  margin-top: 4px;
}
.detected-token-details__data {
  flex-grow: 1;
}

.detected-token-ignored-popover__ignore-button {
  margin-inline-end: 8px;
}
.detected-token-ignored-popover__import-button {
  margin-inline-start: 8px;
}
.detected-token-ignored-popover--ignore .popover-header {
  margin-inline-start: 85px;
}
.detected-token-ignored-popover--import .popover-header {
  margin-inline-start: 50px;
}

.detected-token-selection-popover__ignore-button {
  margin-right: 8px;
}
.detected-token-selection-popover__import-button {
  margin-left: 8px;
}

.network-account-balance-header {
  border-top: 1px solid var(--color-border-muted);
  border-bottom: 1px solid var(--color-border-muted);
}
.network-account-balance-header__network-account__ident-icon-ethereum, .network-account-balance-header__network-account__ident-icon-ethereum--gray {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 1px solid var(--color-background-default);
  background: var(--color-background-default);
  margin-inline-start: -10px;
  margin-top: -20px;
}
.network-account-balance-header__network-account__ident-icon-ethereum > span, .network-account-balance-header__network-account__ident-icon-ethereum--gray > span {
  display: flex;
  justify-content: center;
  line-height: 18px;
}
.network-account-balance-header__network-account__ident-icon-ethereum--gray {
  border: 1px solid var(--color-border-default);
}

.approve-content-card-container__card, .approve-content-card-container__card--no-border {
  border-bottom: 1px solid var(--color-border-default);
  position: relative;
  padding-inline-start: 24px;
  padding-inline-end: 24px;
}
.approve-content-card-container__card--no-border {
  border-bottom: none;
}
.approve-content-card-container__card-header {
  position: relative;
}
.approve-content-card-container__card-header__symbol {
  width: auto;
}
.approve-content-card-container__card-header__symbol--aligned {
  width: 100%;
}
.approve-content-card-container__card-header__title {
  width: 100%;
}
.approve-content-card-container__card-header__title--aligned {
  margin-inline-start: 27px;
  position: absolute;
  width: auto;
}
.approve-content-card-container__card-content--aligned {
  margin-inline-start: 42px;
}
.approve-content-card-container__transaction-details-extra-content {
  width: 100%;
}
.approve-content-card-container__data {
  width: 100%;
}
.approve-content-card-container__data__data-block {
  overflow-wrap: break-word;
}

.transaction-alerts {
  text-align: left;
}
.transaction-alerts > *:first-of-type {
  margin-top: 20px;
}
.transaction-alerts > *:not(:first-of-type) {
  margin-top: 12px;
}
.transaction-alerts strong {
  font-weight: bold;
}
.transaction-alerts__pending-transactions a {
  color: var(--color-primary-default);
}
.transaction-alerts__link {
  background: transparent;
  border: 0 transparent;
  display: inline;
  padding: 0;
  font-size: 0.75rem;
}

/** Please import your files in alphabetical order **/
.account-mismatch-warning__tooltip-container-icon {
  display: flex;
  align-items: center;
}

.choose-account-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  overflow-y: auto;
}
.choose-account-list__header--one-item, .choose-account-list__header--multiple-items {
  display: flex;
  flex: 0;
  margin-top: 36px;
  width: 100%;
  padding-inline-start: 15px;
  padding-inline-end: 17px;
}
.choose-account-list__header--one-item {
  justify-content: flex-end;
}
.choose-account-list__header--multiple-items {
  justify-content: space-between;
}
.choose-account-list__select-all {
  display: flex;
  margin-inline-start: 16px;
  align-items: center;
}
.choose-account-list__header-check-box {
  margin-right: 16px;
}
.choose-account-list__wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.choose-account-list__list {
  flex: 2 1 0;
  width: 100%;
  max-height: max-content;
  border: 1px solid var(--color-border-muted);
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 8px;
  overflow-y: auto;
}
.choose-account-list__account {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--color-border-muted);
  justify-content: space-between;
}
.choose-account-list__account:last-of-type {
  border-bottom: none;
}
.choose-account-list__account:hover {
  background: var(--color-background-alternative);
  cursor: pointer;
}
.choose-account-list__account__info {
  display: flex;
  flex-direction: column;
  margin-inline-start: 16px;
  min-width: 0;
}
.choose-account-list__account__label {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.choose-account-list__account__balance {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
}
.choose-account-list__account__last-connected {
  font-size: 0.625rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--color-primary-default);
}
.choose-account-list__account-info-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
}
.choose-account-list__list-check-box {
  margin-inline-end: 16px;
}
.choose-account-list__list-check-box i {
  font-size: 0.8rem;
}
.choose-account-list .fa-info-circle {
  color: var(--color-icon-muted);
  cursor: pointer;
  margin-inline-start: 8px;
  font-size: 0.9rem;
}
.choose-account-list .fa-info-circle:hover {
  color: var(--color-icon-default);
}
.choose-account-list__text, .choose-account-list__text-blue, .choose-account-list__text-grey {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.choose-account-list__text-blue {
  color: var(--color-primary-default);
  cursor: pointer;
}
.choose-account-list__text-grey {
  color: var(--color-text-default);
}

.actionable-message {
  color: var(--color-text-default);
  background-color: var(--color-background-default);
  border: 1px solid var(--color-info-default);
  border-radius: 8px;
  padding: 16px;
  margin-top: 18px;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  /**
  * Need the z-index and pseudo element for the time being while we update our muted colors to not use alpha levels
  * Otherwise ActionableMessages on top of content will transparent and it may effect
  * readability.
  */
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.actionable-message * {
  z-index: 1;
}
.actionable-message::before {
  content: "";
  position: absolute;
  border-radius: 8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color-info-muted);
}
.actionable-message--with-icon {
  padding-inline-start: 32px;
}
.actionable-message--with-icon.actionable-message--warning {
  justify-content: normal;
}
.actionable-message--with-icon.actionable-message--with-right-button {
  padding-left: 32px;
}
.actionable-message svg {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
}
.actionable-message__message {
  color: var(--color-text-default);
  text-align: center;
  width: 100%;
}
.actionable-message__actions {
  display: flex;
  width: 80%;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  color: var(--color-primary-default);
}
.actionable-message__actions--single {
  width: 100%;
}
.actionable-message__action {
  font-weight: bold;
}
.actionable-message__action--rounded {
  border-radius: 8px;
}
.actionable-message__action-v2 {
  color: var(--color-primary-default);
  background: none;
  border: none;
  font-size: 12px;
  align-self: baseline;
  padding: 0;
  margin-top: 12px;
}
.actionable-message__info-tooltip-wrapper {
  position: absolute;
  right: 4px;
  top: 8px;
}
.actionable-message--warning {
  border: 1px solid var(--color-warning-default);
  justify-content: center;
}
.actionable-message--warning::before {
  background: var(--color-warning-muted);
}
.actionable-message--warning .actionable-message__action--secondary {
  text-decoration: underline;
}
.actionable-message--warning .actionable-message__actions button {
  background: var(--color-warning-default);
  color: var(--color-warning-inverse);
}
.actionable-message--danger {
  border: 1px solid var(--color-error-default);
  justify-content: flex-start;
}
.actionable-message--danger::before {
  background: var(--color-error-muted);
}
.actionable-message--danger .actionable-message__message {
  text-align: left;
}
.actionable-message--danger .actionable-message__actions button {
  background: var(--color-error-default);
  color: var(--color-error-inverse);
}
.actionable-message--success {
  border: 1px solid var(--color-success-default);
}
.actionable-message--success::before {
  background: var(--color-success-muted);
}
.actionable-message--success .actionable-message__actions button {
  background: var(--color-success-default);
  color: var(--color-success-inverse);
}
.actionable-message--left-aligned .actionable-message__message,
.actionable-message--left-aligned .actionable-message__actions {
  text-align: left;
}
.actionable-message--with-right-button {
  padding: 12px;
}
.actionable-message--with-right-button .actionable-message__message {
  justify-content: flex-start;
  text-align: left;
  width: 100%;
}
.actionable-message--with-right-button .actionable-message__actions {
  justify-content: flex-end;
  width: 100%;
}
.actionable-message--with-right-button .actionable-message__action {
  font-weight: normal;
  border-radius: 42px;
  min-width: 72px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.625rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}

.actionable-message--warning.actionable-message--with-right-button .actionable-message__action::before {
  background: var(--color-warning-muted);
}

.global-alert {
  position: relative;
  width: 100%;
  background-color: var(--color-primary-default);
}
.global-alert .msg {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  display: block;
  color: var(--color-primary-inverse);
  text-align: center;
}

.global-alert.hidden {
  animation: alertHidden 0.5s ease forwards;
}

.global-alert.visible {
  animation: alert 0.5s ease forwards;
}

/* Animation */
@keyframes alert {
  0% {
    opacity: 0;
    top: -50px;
    padding: 0;
    line-height: 12px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 0;
    padding: 8px;
    line-height: 12px;
  }
}
@keyframes alertHidden {
  0% {
    top: 0;
    opacity: 1;
    padding: 8px;
    line-height: 12px;
  }
  100% {
    opacity: 0;
    top: -50px;
    padding: 0;
    line-height: 0;
  }
}
/*
Responsive breakpoints
*/
/*
DEPRECATED
*/
/**
  These colors are either deprecated or will move into colors.scss
  when approved for the design system
**/
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "串";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-brands-400.eot");
  src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype"), url("fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.eot");
  src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype"), url("fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-regular-400.eot");
  src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype"), url("fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 400;
  src: url("EuclidCircularB-Regular-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: italic;
  font-weight: 400;
  src: url("EuclidCircularB-RegularItalic-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 500;
  src: url("EuclidCircularB-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 700;
  src: url("EuclidCircularB-Bold-WebXL.ttf") format("truetype");
}
/*
  Z-Indicies
*/
.box--padding-0 {
  padding: 0px;
}
.box--padding-1 {
  padding: 4px;
}
.box--padding-2 {
  padding: 8px;
}
.box--padding-3 {
  padding: 12px;
}
.box--padding-4 {
  padding: 16px;
}
.box--padding-5 {
  padding: 20px;
}
.box--padding-6 {
  padding: 24px;
}
.box--padding-7 {
  padding: 28px;
}
.box--padding-8 {
  padding: 32px;
}
.box--padding-9 {
  padding: 36px;
}
.box--padding-10 {
  padding: 40px;
}
.box--padding-11 {
  padding: 44px;
}
.box--padding-12 {
  padding: 48px;
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-0 {
    padding: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-1 {
    padding: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-2 {
    padding: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-3 {
    padding: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-4 {
    padding: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-5 {
    padding: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-6 {
    padding: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-7 {
    padding: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-8 {
    padding: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-9 {
    padding: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-10 {
    padding: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-11 {
    padding: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-12 {
    padding: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-0 {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-1 {
    padding: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-2 {
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-3 {
    padding: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-4 {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-5 {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-6 {
    padding: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-7 {
    padding: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-8 {
    padding: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-9 {
    padding: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-10 {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-11 {
    padding: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-12 {
    padding: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-0 {
    padding: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-1 {
    padding: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-2 {
    padding: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-3 {
    padding: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-4 {
    padding: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-5 {
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-6 {
    padding: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-7 {
    padding: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-8 {
    padding: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-9 {
    padding: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-10 {
    padding: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-11 {
    padding: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-12 {
    padding: 48px;
  }
}
.box--padding-top-0 {
  padding-top: 0px;
}
.box--padding-right-0 {
  padding-right: 0px;
}
.box--padding-bottom-0 {
  padding-bottom: 0px;
}
.box--padding-left-0 {
  padding-left: 0px;
}
.box--padding-inline-0 {
  padding-inline: 0px;
}
.box--padding-inline-start-0 {
  padding-inline-start: 0px;
}
.box--padding-inline-end-0 {
  padding-inline-end: 0px;
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-top-0 {
    padding-top: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-right-0 {
    padding-right: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-bottom-0 {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-left-0 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-0 {
    padding-inline: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-start-0 {
    padding-inline-start: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-end-0 {
    padding-inline-end: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-top-0 {
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-right-0 {
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-bottom-0 {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-left-0 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-0 {
    padding-inline: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-start-0 {
    padding-inline-start: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-end-0 {
    padding-inline-end: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-top-0 {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-right-0 {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-bottom-0 {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-left-0 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-0 {
    padding-inline: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-start-0 {
    padding-inline-start: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-end-0 {
    padding-inline-end: 0px;
  }
}
.box--padding-top-1 {
  padding-top: 4px;
}
.box--padding-right-1 {
  padding-right: 4px;
}
.box--padding-bottom-1 {
  padding-bottom: 4px;
}
.box--padding-left-1 {
  padding-left: 4px;
}
.box--padding-inline-1 {
  padding-inline: 4px;
}
.box--padding-inline-start-1 {
  padding-inline-start: 4px;
}
.box--padding-inline-end-1 {
  padding-inline-end: 4px;
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-top-1 {
    padding-top: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-right-1 {
    padding-right: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-bottom-1 {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-left-1 {
    padding-left: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-1 {
    padding-inline: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-start-1 {
    padding-inline-start: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-end-1 {
    padding-inline-end: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-top-1 {
    padding-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-right-1 {
    padding-right: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-bottom-1 {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-left-1 {
    padding-left: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-1 {
    padding-inline: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-start-1 {
    padding-inline-start: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-end-1 {
    padding-inline-end: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-top-1 {
    padding-top: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-right-1 {
    padding-right: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-bottom-1 {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-left-1 {
    padding-left: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-1 {
    padding-inline: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-start-1 {
    padding-inline-start: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-end-1 {
    padding-inline-end: 4px;
  }
}
.box--padding-top-2 {
  padding-top: 8px;
}
.box--padding-right-2 {
  padding-right: 8px;
}
.box--padding-bottom-2 {
  padding-bottom: 8px;
}
.box--padding-left-2 {
  padding-left: 8px;
}
.box--padding-inline-2 {
  padding-inline: 8px;
}
.box--padding-inline-start-2 {
  padding-inline-start: 8px;
}
.box--padding-inline-end-2 {
  padding-inline-end: 8px;
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-top-2 {
    padding-top: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-right-2 {
    padding-right: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-bottom-2 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-left-2 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-2 {
    padding-inline: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-start-2 {
    padding-inline-start: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-end-2 {
    padding-inline-end: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-top-2 {
    padding-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-right-2 {
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-bottom-2 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-left-2 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-2 {
    padding-inline: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-start-2 {
    padding-inline-start: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-end-2 {
    padding-inline-end: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-top-2 {
    padding-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-right-2 {
    padding-right: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-bottom-2 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-left-2 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-2 {
    padding-inline: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-start-2 {
    padding-inline-start: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-end-2 {
    padding-inline-end: 8px;
  }
}
.box--padding-top-3 {
  padding-top: 12px;
}
.box--padding-right-3 {
  padding-right: 12px;
}
.box--padding-bottom-3 {
  padding-bottom: 12px;
}
.box--padding-left-3 {
  padding-left: 12px;
}
.box--padding-inline-3 {
  padding-inline: 12px;
}
.box--padding-inline-start-3 {
  padding-inline-start: 12px;
}
.box--padding-inline-end-3 {
  padding-inline-end: 12px;
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-top-3 {
    padding-top: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-right-3 {
    padding-right: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-bottom-3 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-left-3 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-3 {
    padding-inline: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-start-3 {
    padding-inline-start: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-end-3 {
    padding-inline-end: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-top-3 {
    padding-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-right-3 {
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-bottom-3 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-left-3 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-3 {
    padding-inline: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-start-3 {
    padding-inline-start: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-end-3 {
    padding-inline-end: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-top-3 {
    padding-top: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-right-3 {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-bottom-3 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-left-3 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-3 {
    padding-inline: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-start-3 {
    padding-inline-start: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-end-3 {
    padding-inline-end: 12px;
  }
}
.box--padding-top-4 {
  padding-top: 16px;
}
.box--padding-right-4 {
  padding-right: 16px;
}
.box--padding-bottom-4 {
  padding-bottom: 16px;
}
.box--padding-left-4 {
  padding-left: 16px;
}
.box--padding-inline-4 {
  padding-inline: 16px;
}
.box--padding-inline-start-4 {
  padding-inline-start: 16px;
}
.box--padding-inline-end-4 {
  padding-inline-end: 16px;
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-top-4 {
    padding-top: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-right-4 {
    padding-right: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-bottom-4 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-left-4 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-4 {
    padding-inline: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-start-4 {
    padding-inline-start: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-end-4 {
    padding-inline-end: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-top-4 {
    padding-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-right-4 {
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-bottom-4 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-left-4 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-4 {
    padding-inline: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-start-4 {
    padding-inline-start: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-end-4 {
    padding-inline-end: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-top-4 {
    padding-top: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-right-4 {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-bottom-4 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-left-4 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-4 {
    padding-inline: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-start-4 {
    padding-inline-start: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-end-4 {
    padding-inline-end: 16px;
  }
}
.box--padding-top-5 {
  padding-top: 20px;
}
.box--padding-right-5 {
  padding-right: 20px;
}
.box--padding-bottom-5 {
  padding-bottom: 20px;
}
.box--padding-left-5 {
  padding-left: 20px;
}
.box--padding-inline-5 {
  padding-inline: 20px;
}
.box--padding-inline-start-5 {
  padding-inline-start: 20px;
}
.box--padding-inline-end-5 {
  padding-inline-end: 20px;
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-top-5 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-right-5 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-bottom-5 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-left-5 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-5 {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-start-5 {
    padding-inline-start: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-end-5 {
    padding-inline-end: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-top-5 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-right-5 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-bottom-5 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-left-5 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-5 {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-start-5 {
    padding-inline-start: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-end-5 {
    padding-inline-end: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-top-5 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-right-5 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-bottom-5 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-left-5 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-5 {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-start-5 {
    padding-inline-start: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-end-5 {
    padding-inline-end: 20px;
  }
}
.box--padding-top-6 {
  padding-top: 24px;
}
.box--padding-right-6 {
  padding-right: 24px;
}
.box--padding-bottom-6 {
  padding-bottom: 24px;
}
.box--padding-left-6 {
  padding-left: 24px;
}
.box--padding-inline-6 {
  padding-inline: 24px;
}
.box--padding-inline-start-6 {
  padding-inline-start: 24px;
}
.box--padding-inline-end-6 {
  padding-inline-end: 24px;
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-top-6 {
    padding-top: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-right-6 {
    padding-right: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-bottom-6 {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-left-6 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-6 {
    padding-inline: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-start-6 {
    padding-inline-start: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-end-6 {
    padding-inline-end: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-top-6 {
    padding-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-right-6 {
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-bottom-6 {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-left-6 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-6 {
    padding-inline: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-start-6 {
    padding-inline-start: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-end-6 {
    padding-inline-end: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-top-6 {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-right-6 {
    padding-right: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-bottom-6 {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-left-6 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-6 {
    padding-inline: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-start-6 {
    padding-inline-start: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-end-6 {
    padding-inline-end: 24px;
  }
}
.box--padding-top-7 {
  padding-top: 28px;
}
.box--padding-right-7 {
  padding-right: 28px;
}
.box--padding-bottom-7 {
  padding-bottom: 28px;
}
.box--padding-left-7 {
  padding-left: 28px;
}
.box--padding-inline-7 {
  padding-inline: 28px;
}
.box--padding-inline-start-7 {
  padding-inline-start: 28px;
}
.box--padding-inline-end-7 {
  padding-inline-end: 28px;
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-top-7 {
    padding-top: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-right-7 {
    padding-right: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-bottom-7 {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-left-7 {
    padding-left: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-7 {
    padding-inline: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-start-7 {
    padding-inline-start: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-end-7 {
    padding-inline-end: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-top-7 {
    padding-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-right-7 {
    padding-right: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-bottom-7 {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-left-7 {
    padding-left: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-7 {
    padding-inline: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-start-7 {
    padding-inline-start: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-end-7 {
    padding-inline-end: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-top-7 {
    padding-top: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-right-7 {
    padding-right: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-bottom-7 {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-left-7 {
    padding-left: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-7 {
    padding-inline: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-start-7 {
    padding-inline-start: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-end-7 {
    padding-inline-end: 28px;
  }
}
.box--padding-top-8 {
  padding-top: 32px;
}
.box--padding-right-8 {
  padding-right: 32px;
}
.box--padding-bottom-8 {
  padding-bottom: 32px;
}
.box--padding-left-8 {
  padding-left: 32px;
}
.box--padding-inline-8 {
  padding-inline: 32px;
}
.box--padding-inline-start-8 {
  padding-inline-start: 32px;
}
.box--padding-inline-end-8 {
  padding-inline-end: 32px;
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-top-8 {
    padding-top: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-right-8 {
    padding-right: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-bottom-8 {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-left-8 {
    padding-left: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-8 {
    padding-inline: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-start-8 {
    padding-inline-start: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-end-8 {
    padding-inline-end: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-top-8 {
    padding-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-right-8 {
    padding-right: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-bottom-8 {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-left-8 {
    padding-left: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-8 {
    padding-inline: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-start-8 {
    padding-inline-start: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-end-8 {
    padding-inline-end: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-top-8 {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-right-8 {
    padding-right: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-bottom-8 {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-left-8 {
    padding-left: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-8 {
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-start-8 {
    padding-inline-start: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-end-8 {
    padding-inline-end: 32px;
  }
}
.box--padding-top-9 {
  padding-top: 36px;
}
.box--padding-right-9 {
  padding-right: 36px;
}
.box--padding-bottom-9 {
  padding-bottom: 36px;
}
.box--padding-left-9 {
  padding-left: 36px;
}
.box--padding-inline-9 {
  padding-inline: 36px;
}
.box--padding-inline-start-9 {
  padding-inline-start: 36px;
}
.box--padding-inline-end-9 {
  padding-inline-end: 36px;
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-top-9 {
    padding-top: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-right-9 {
    padding-right: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-bottom-9 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-left-9 {
    padding-left: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-9 {
    padding-inline: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-start-9 {
    padding-inline-start: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-end-9 {
    padding-inline-end: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-top-9 {
    padding-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-right-9 {
    padding-right: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-bottom-9 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-left-9 {
    padding-left: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-9 {
    padding-inline: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-start-9 {
    padding-inline-start: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-end-9 {
    padding-inline-end: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-top-9 {
    padding-top: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-right-9 {
    padding-right: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-bottom-9 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-left-9 {
    padding-left: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-9 {
    padding-inline: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-start-9 {
    padding-inline-start: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-end-9 {
    padding-inline-end: 36px;
  }
}
.box--padding-top-10 {
  padding-top: 40px;
}
.box--padding-right-10 {
  padding-right: 40px;
}
.box--padding-bottom-10 {
  padding-bottom: 40px;
}
.box--padding-left-10 {
  padding-left: 40px;
}
.box--padding-inline-10 {
  padding-inline: 40px;
}
.box--padding-inline-start-10 {
  padding-inline-start: 40px;
}
.box--padding-inline-end-10 {
  padding-inline-end: 40px;
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-top-10 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-right-10 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-bottom-10 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-left-10 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-10 {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-start-10 {
    padding-inline-start: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-end-10 {
    padding-inline-end: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-top-10 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-right-10 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-bottom-10 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-left-10 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-10 {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-start-10 {
    padding-inline-start: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-end-10 {
    padding-inline-end: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-top-10 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-right-10 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-bottom-10 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-left-10 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-10 {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-start-10 {
    padding-inline-start: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-end-10 {
    padding-inline-end: 40px;
  }
}
.box--padding-top-11 {
  padding-top: 44px;
}
.box--padding-right-11 {
  padding-right: 44px;
}
.box--padding-bottom-11 {
  padding-bottom: 44px;
}
.box--padding-left-11 {
  padding-left: 44px;
}
.box--padding-inline-11 {
  padding-inline: 44px;
}
.box--padding-inline-start-11 {
  padding-inline-start: 44px;
}
.box--padding-inline-end-11 {
  padding-inline-end: 44px;
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-top-11 {
    padding-top: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-right-11 {
    padding-right: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-bottom-11 {
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-left-11 {
    padding-left: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-11 {
    padding-inline: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-start-11 {
    padding-inline-start: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-end-11 {
    padding-inline-end: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-top-11 {
    padding-top: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-right-11 {
    padding-right: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-bottom-11 {
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-left-11 {
    padding-left: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-11 {
    padding-inline: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-start-11 {
    padding-inline-start: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-end-11 {
    padding-inline-end: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-top-11 {
    padding-top: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-right-11 {
    padding-right: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-bottom-11 {
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-left-11 {
    padding-left: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-11 {
    padding-inline: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-start-11 {
    padding-inline-start: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-end-11 {
    padding-inline-end: 44px;
  }
}
.box--padding-top-12 {
  padding-top: 48px;
}
.box--padding-right-12 {
  padding-right: 48px;
}
.box--padding-bottom-12 {
  padding-bottom: 48px;
}
.box--padding-left-12 {
  padding-left: 48px;
}
.box--padding-inline-12 {
  padding-inline: 48px;
}
.box--padding-inline-start-12 {
  padding-inline-start: 48px;
}
.box--padding-inline-end-12 {
  padding-inline-end: 48px;
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-top-12 {
    padding-top: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-right-12 {
    padding-right: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-bottom-12 {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-left-12 {
    padding-left: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-12 {
    padding-inline: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-start-12 {
    padding-inline-start: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:padding-inline-end-12 {
    padding-inline-end: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-top-12 {
    padding-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-right-12 {
    padding-right: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-bottom-12 {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-left-12 {
    padding-left: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-12 {
    padding-inline: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-start-12 {
    padding-inline-start: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:padding-inline-end-12 {
    padding-inline-end: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-top-12 {
    padding-top: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-right-12 {
    padding-right: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-bottom-12 {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-left-12 {
    padding-left: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-12 {
    padding-inline: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-start-12 {
    padding-inline-start: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:padding-inline-end-12 {
    padding-inline-end: 48px;
  }
}
.box--margin-0 {
  margin: 0px;
}
.box--margin-1 {
  margin: 4px;
}
.box--margin-2 {
  margin: 8px;
}
.box--margin-3 {
  margin: 12px;
}
.box--margin-4 {
  margin: 16px;
}
.box--margin-5 {
  margin: 20px;
}
.box--margin-6 {
  margin: 24px;
}
.box--margin-7 {
  margin: 28px;
}
.box--margin-8 {
  margin: 32px;
}
.box--margin-9 {
  margin: 36px;
}
.box--margin-10 {
  margin: 40px;
}
.box--margin-11 {
  margin: 44px;
}
.box--margin-12 {
  margin: 48px;
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-0 {
    margin: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-1 {
    margin: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-2 {
    margin: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-3 {
    margin: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-4 {
    margin: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-5 {
    margin: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-6 {
    margin: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-7 {
    margin: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-8 {
    margin: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-9 {
    margin: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-10 {
    margin: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-11 {
    margin: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-12 {
    margin: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-0 {
    margin: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-1 {
    margin: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-2 {
    margin: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-3 {
    margin: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-4 {
    margin: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-5 {
    margin: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-6 {
    margin: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-7 {
    margin: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-8 {
    margin: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-9 {
    margin: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-10 {
    margin: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-11 {
    margin: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-12 {
    margin: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-0 {
    margin: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-1 {
    margin: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-2 {
    margin: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-3 {
    margin: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-4 {
    margin: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-5 {
    margin: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-6 {
    margin: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-7 {
    margin: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-8 {
    margin: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-9 {
    margin: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-10 {
    margin: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-11 {
    margin: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-12 {
    margin: 48px;
  }
}
.box--margin-top-0 {
  margin-top: 0px;
}
.box--margin-right-0 {
  margin-right: 0px;
}
.box--margin-bottom-0 {
  margin-bottom: 0px;
}
.box--margin-left-0 {
  margin-left: 0px;
}
.box--margin-inline-0 {
  margin-inline: 0px;
}
.box--margin-inline-start-0 {
  margin-inline-start: 0px;
}
.box--margin-inline-end-0 {
  margin-inline-end: 0px;
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-top-0 {
    margin-top: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-right-0 {
    margin-right: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-bottom-0 {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-left-0 {
    margin-left: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-0 {
    margin-inline: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-start-0 {
    margin-inline-start: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-end-0 {
    margin-inline-end: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-top-0 {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-right-0 {
    margin-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-bottom-0 {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-left-0 {
    margin-left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-0 {
    margin-inline: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-start-0 {
    margin-inline-start: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-end-0 {
    margin-inline-end: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-top-0 {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-right-0 {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-bottom-0 {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-left-0 {
    margin-left: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-0 {
    margin-inline: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-start-0 {
    margin-inline-start: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-end-0 {
    margin-inline-end: 0px;
  }
}
.box--margin-top-1 {
  margin-top: 4px;
}
.box--margin-right-1 {
  margin-right: 4px;
}
.box--margin-bottom-1 {
  margin-bottom: 4px;
}
.box--margin-left-1 {
  margin-left: 4px;
}
.box--margin-inline-1 {
  margin-inline: 4px;
}
.box--margin-inline-start-1 {
  margin-inline-start: 4px;
}
.box--margin-inline-end-1 {
  margin-inline-end: 4px;
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-top-1 {
    margin-top: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-right-1 {
    margin-right: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-bottom-1 {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-left-1 {
    margin-left: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-1 {
    margin-inline: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-start-1 {
    margin-inline-start: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-end-1 {
    margin-inline-end: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-top-1 {
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-right-1 {
    margin-right: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-bottom-1 {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-left-1 {
    margin-left: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-1 {
    margin-inline: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-start-1 {
    margin-inline-start: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-end-1 {
    margin-inline-end: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-top-1 {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-right-1 {
    margin-right: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-bottom-1 {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-left-1 {
    margin-left: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-1 {
    margin-inline: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-start-1 {
    margin-inline-start: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-end-1 {
    margin-inline-end: 4px;
  }
}
.box--margin-top-2 {
  margin-top: 8px;
}
.box--margin-right-2 {
  margin-right: 8px;
}
.box--margin-bottom-2 {
  margin-bottom: 8px;
}
.box--margin-left-2 {
  margin-left: 8px;
}
.box--margin-inline-2 {
  margin-inline: 8px;
}
.box--margin-inline-start-2 {
  margin-inline-start: 8px;
}
.box--margin-inline-end-2 {
  margin-inline-end: 8px;
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-top-2 {
    margin-top: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-right-2 {
    margin-right: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-bottom-2 {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-left-2 {
    margin-left: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-2 {
    margin-inline: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-start-2 {
    margin-inline-start: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-end-2 {
    margin-inline-end: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-top-2 {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-right-2 {
    margin-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-bottom-2 {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-left-2 {
    margin-left: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-2 {
    margin-inline: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-start-2 {
    margin-inline-start: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-end-2 {
    margin-inline-end: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-top-2 {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-right-2 {
    margin-right: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-bottom-2 {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-left-2 {
    margin-left: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-2 {
    margin-inline: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-start-2 {
    margin-inline-start: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-end-2 {
    margin-inline-end: 8px;
  }
}
.box--margin-top-3 {
  margin-top: 12px;
}
.box--margin-right-3 {
  margin-right: 12px;
}
.box--margin-bottom-3 {
  margin-bottom: 12px;
}
.box--margin-left-3 {
  margin-left: 12px;
}
.box--margin-inline-3 {
  margin-inline: 12px;
}
.box--margin-inline-start-3 {
  margin-inline-start: 12px;
}
.box--margin-inline-end-3 {
  margin-inline-end: 12px;
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-top-3 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-right-3 {
    margin-right: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-bottom-3 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-left-3 {
    margin-left: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-3 {
    margin-inline: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-start-3 {
    margin-inline-start: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-end-3 {
    margin-inline-end: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-top-3 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-right-3 {
    margin-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-bottom-3 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-left-3 {
    margin-left: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-3 {
    margin-inline: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-start-3 {
    margin-inline-start: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-end-3 {
    margin-inline-end: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-top-3 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-right-3 {
    margin-right: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-bottom-3 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-left-3 {
    margin-left: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-3 {
    margin-inline: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-start-3 {
    margin-inline-start: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-end-3 {
    margin-inline-end: 12px;
  }
}
.box--margin-top-4 {
  margin-top: 16px;
}
.box--margin-right-4 {
  margin-right: 16px;
}
.box--margin-bottom-4 {
  margin-bottom: 16px;
}
.box--margin-left-4 {
  margin-left: 16px;
}
.box--margin-inline-4 {
  margin-inline: 16px;
}
.box--margin-inline-start-4 {
  margin-inline-start: 16px;
}
.box--margin-inline-end-4 {
  margin-inline-end: 16px;
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-top-4 {
    margin-top: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-right-4 {
    margin-right: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-bottom-4 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-left-4 {
    margin-left: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-4 {
    margin-inline: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-start-4 {
    margin-inline-start: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-end-4 {
    margin-inline-end: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-top-4 {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-right-4 {
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-bottom-4 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-left-4 {
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-4 {
    margin-inline: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-start-4 {
    margin-inline-start: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-end-4 {
    margin-inline-end: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-top-4 {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-right-4 {
    margin-right: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-bottom-4 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-left-4 {
    margin-left: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-4 {
    margin-inline: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-start-4 {
    margin-inline-start: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-end-4 {
    margin-inline-end: 16px;
  }
}
.box--margin-top-5 {
  margin-top: 20px;
}
.box--margin-right-5 {
  margin-right: 20px;
}
.box--margin-bottom-5 {
  margin-bottom: 20px;
}
.box--margin-left-5 {
  margin-left: 20px;
}
.box--margin-inline-5 {
  margin-inline: 20px;
}
.box--margin-inline-start-5 {
  margin-inline-start: 20px;
}
.box--margin-inline-end-5 {
  margin-inline-end: 20px;
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-top-5 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-right-5 {
    margin-right: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-bottom-5 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-left-5 {
    margin-left: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-5 {
    margin-inline: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-start-5 {
    margin-inline-start: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-end-5 {
    margin-inline-end: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-top-5 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-right-5 {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-bottom-5 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-left-5 {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-5 {
    margin-inline: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-start-5 {
    margin-inline-start: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-end-5 {
    margin-inline-end: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-top-5 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-right-5 {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-bottom-5 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-left-5 {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-5 {
    margin-inline: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-start-5 {
    margin-inline-start: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-end-5 {
    margin-inline-end: 20px;
  }
}
.box--margin-top-6 {
  margin-top: 24px;
}
.box--margin-right-6 {
  margin-right: 24px;
}
.box--margin-bottom-6 {
  margin-bottom: 24px;
}
.box--margin-left-6 {
  margin-left: 24px;
}
.box--margin-inline-6 {
  margin-inline: 24px;
}
.box--margin-inline-start-6 {
  margin-inline-start: 24px;
}
.box--margin-inline-end-6 {
  margin-inline-end: 24px;
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-top-6 {
    margin-top: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-right-6 {
    margin-right: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-bottom-6 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-left-6 {
    margin-left: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-6 {
    margin-inline: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-start-6 {
    margin-inline-start: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-end-6 {
    margin-inline-end: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-top-6 {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-right-6 {
    margin-right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-bottom-6 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-left-6 {
    margin-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-6 {
    margin-inline: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-start-6 {
    margin-inline-start: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-end-6 {
    margin-inline-end: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-top-6 {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-right-6 {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-bottom-6 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-left-6 {
    margin-left: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-6 {
    margin-inline: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-start-6 {
    margin-inline-start: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-end-6 {
    margin-inline-end: 24px;
  }
}
.box--margin-top-7 {
  margin-top: 28px;
}
.box--margin-right-7 {
  margin-right: 28px;
}
.box--margin-bottom-7 {
  margin-bottom: 28px;
}
.box--margin-left-7 {
  margin-left: 28px;
}
.box--margin-inline-7 {
  margin-inline: 28px;
}
.box--margin-inline-start-7 {
  margin-inline-start: 28px;
}
.box--margin-inline-end-7 {
  margin-inline-end: 28px;
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-top-7 {
    margin-top: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-right-7 {
    margin-right: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-bottom-7 {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-left-7 {
    margin-left: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-7 {
    margin-inline: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-start-7 {
    margin-inline-start: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-end-7 {
    margin-inline-end: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-top-7 {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-right-7 {
    margin-right: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-bottom-7 {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-left-7 {
    margin-left: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-7 {
    margin-inline: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-start-7 {
    margin-inline-start: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-end-7 {
    margin-inline-end: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-top-7 {
    margin-top: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-right-7 {
    margin-right: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-bottom-7 {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-left-7 {
    margin-left: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-7 {
    margin-inline: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-start-7 {
    margin-inline-start: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-end-7 {
    margin-inline-end: 28px;
  }
}
.box--margin-top-8 {
  margin-top: 32px;
}
.box--margin-right-8 {
  margin-right: 32px;
}
.box--margin-bottom-8 {
  margin-bottom: 32px;
}
.box--margin-left-8 {
  margin-left: 32px;
}
.box--margin-inline-8 {
  margin-inline: 32px;
}
.box--margin-inline-start-8 {
  margin-inline-start: 32px;
}
.box--margin-inline-end-8 {
  margin-inline-end: 32px;
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-top-8 {
    margin-top: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-right-8 {
    margin-right: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-bottom-8 {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-left-8 {
    margin-left: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-8 {
    margin-inline: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-start-8 {
    margin-inline-start: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-end-8 {
    margin-inline-end: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-top-8 {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-right-8 {
    margin-right: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-bottom-8 {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-left-8 {
    margin-left: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-8 {
    margin-inline: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-start-8 {
    margin-inline-start: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-end-8 {
    margin-inline-end: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-top-8 {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-right-8 {
    margin-right: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-bottom-8 {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-left-8 {
    margin-left: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-8 {
    margin-inline: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-start-8 {
    margin-inline-start: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-end-8 {
    margin-inline-end: 32px;
  }
}
.box--margin-top-9 {
  margin-top: 36px;
}
.box--margin-right-9 {
  margin-right: 36px;
}
.box--margin-bottom-9 {
  margin-bottom: 36px;
}
.box--margin-left-9 {
  margin-left: 36px;
}
.box--margin-inline-9 {
  margin-inline: 36px;
}
.box--margin-inline-start-9 {
  margin-inline-start: 36px;
}
.box--margin-inline-end-9 {
  margin-inline-end: 36px;
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-top-9 {
    margin-top: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-right-9 {
    margin-right: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-bottom-9 {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-left-9 {
    margin-left: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-9 {
    margin-inline: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-start-9 {
    margin-inline-start: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-end-9 {
    margin-inline-end: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-top-9 {
    margin-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-right-9 {
    margin-right: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-bottom-9 {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-left-9 {
    margin-left: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-9 {
    margin-inline: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-start-9 {
    margin-inline-start: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-end-9 {
    margin-inline-end: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-top-9 {
    margin-top: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-right-9 {
    margin-right: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-bottom-9 {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-left-9 {
    margin-left: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-9 {
    margin-inline: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-start-9 {
    margin-inline-start: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-end-9 {
    margin-inline-end: 36px;
  }
}
.box--margin-top-10 {
  margin-top: 40px;
}
.box--margin-right-10 {
  margin-right: 40px;
}
.box--margin-bottom-10 {
  margin-bottom: 40px;
}
.box--margin-left-10 {
  margin-left: 40px;
}
.box--margin-inline-10 {
  margin-inline: 40px;
}
.box--margin-inline-start-10 {
  margin-inline-start: 40px;
}
.box--margin-inline-end-10 {
  margin-inline-end: 40px;
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-top-10 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-right-10 {
    margin-right: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-bottom-10 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-left-10 {
    margin-left: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-10 {
    margin-inline: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-start-10 {
    margin-inline-start: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-end-10 {
    margin-inline-end: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-top-10 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-right-10 {
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-bottom-10 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-left-10 {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-10 {
    margin-inline: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-start-10 {
    margin-inline-start: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-end-10 {
    margin-inline-end: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-top-10 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-right-10 {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-bottom-10 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-left-10 {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-10 {
    margin-inline: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-start-10 {
    margin-inline-start: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-end-10 {
    margin-inline-end: 40px;
  }
}
.box--margin-top-11 {
  margin-top: 44px;
}
.box--margin-right-11 {
  margin-right: 44px;
}
.box--margin-bottom-11 {
  margin-bottom: 44px;
}
.box--margin-left-11 {
  margin-left: 44px;
}
.box--margin-inline-11 {
  margin-inline: 44px;
}
.box--margin-inline-start-11 {
  margin-inline-start: 44px;
}
.box--margin-inline-end-11 {
  margin-inline-end: 44px;
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-top-11 {
    margin-top: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-right-11 {
    margin-right: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-bottom-11 {
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-left-11 {
    margin-left: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-11 {
    margin-inline: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-start-11 {
    margin-inline-start: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-end-11 {
    margin-inline-end: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-top-11 {
    margin-top: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-right-11 {
    margin-right: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-bottom-11 {
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-left-11 {
    margin-left: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-11 {
    margin-inline: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-start-11 {
    margin-inline-start: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-end-11 {
    margin-inline-end: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-top-11 {
    margin-top: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-right-11 {
    margin-right: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-bottom-11 {
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-left-11 {
    margin-left: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-11 {
    margin-inline: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-start-11 {
    margin-inline-start: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-end-11 {
    margin-inline-end: 44px;
  }
}
.box--margin-top-12 {
  margin-top: 48px;
}
.box--margin-right-12 {
  margin-right: 48px;
}
.box--margin-bottom-12 {
  margin-bottom: 48px;
}
.box--margin-left-12 {
  margin-left: 48px;
}
.box--margin-inline-12 {
  margin-inline: 48px;
}
.box--margin-inline-start-12 {
  margin-inline-start: 48px;
}
.box--margin-inline-end-12 {
  margin-inline-end: 48px;
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-top-12 {
    margin-top: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-right-12 {
    margin-right: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-bottom-12 {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-left-12 {
    margin-left: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-12 {
    margin-inline: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-start-12 {
    margin-inline-start: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-end-12 {
    margin-inline-end: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-top-12 {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-right-12 {
    margin-right: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-bottom-12 {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-left-12 {
    margin-left: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-12 {
    margin-inline: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-start-12 {
    margin-inline-start: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-end-12 {
    margin-inline-end: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-top-12 {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-right-12 {
    margin-right: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-bottom-12 {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-left-12 {
    margin-left: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-12 {
    margin-inline: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-start-12 {
    margin-inline-start: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-end-12 {
    margin-inline-end: 48px;
  }
}
.box--margin-auto {
  margin: auto;
}
.box--margin-top-auto {
  margin-top: auto;
}
.box--margin-right-auto {
  margin-right: auto;
}
.box--margin-bottom-auto {
  margin-bottom: auto;
}
.box--margin-left-auto {
  margin-left: auto;
}
.box--margin-inline-auto {
  margin-inline: auto;
}
.box--margin-inline-start-auto {
  margin-inline-start: auto;
}
.box--margin-inline-end-auto {
  margin-inline-end: auto;
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-auto {
    margin: auto;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-top-auto {
    margin-top: auto;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-right-auto {
    margin-right: auto;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-bottom-auto {
    margin-bottom: auto;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-left-auto {
    margin-left: auto;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-auto {
    margin-inline: auto;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-start-auto {
    margin-inline-start: auto;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:margin-inline-end-auto {
    margin-inline-end: auto;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-auto {
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-top-auto {
    margin-top: auto;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-right-auto {
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-bottom-auto {
    margin-bottom: auto;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-left-auto {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-auto {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-start-auto {
    margin-inline-start: auto;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:margin-inline-end-auto {
    margin-inline-end: auto;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-auto {
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-top-auto {
    margin-top: auto;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-right-auto {
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-bottom-auto {
    margin-bottom: auto;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-left-auto {
    margin-left: auto;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-auto {
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-start-auto {
    margin-inline-start: auto;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:margin-inline-end-auto {
    margin-inline-end: auto;
  }
}
.box--gap-0 {
  gap: 0px;
}
.box--gap-1 {
  gap: 4px;
}
.box--gap-2 {
  gap: 8px;
}
.box--gap-3 {
  gap: 12px;
}
.box--gap-4 {
  gap: 16px;
}
.box--gap-5 {
  gap: 20px;
}
.box--gap-6 {
  gap: 24px;
}
.box--gap-7 {
  gap: 28px;
}
.box--gap-8 {
  gap: 32px;
}
.box--gap-9 {
  gap: 36px;
}
.box--gap-10 {
  gap: 40px;
}
.box--gap-11 {
  gap: 44px;
}
.box--gap-12 {
  gap: 48px;
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-0 {
    gap: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-1 {
    gap: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-2 {
    gap: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-3 {
    gap: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-4 {
    gap: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-5 {
    gap: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-6 {
    gap: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-7 {
    gap: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-8 {
    gap: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-9 {
    gap: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-10 {
    gap: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-11 {
    gap: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-12 {
    gap: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-0 {
    gap: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-1 {
    gap: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-2 {
    gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-3 {
    gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-4 {
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-5 {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-6 {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-7 {
    gap: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-8 {
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-9 {
    gap: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-10 {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-11 {
    gap: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-12 {
    gap: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-0 {
    gap: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-1 {
    gap: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-2 {
    gap: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-3 {
    gap: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-4 {
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-5 {
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-6 {
    gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-7 {
    gap: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-8 {
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-9 {
    gap: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-10 {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-11 {
    gap: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-12 {
    gap: 48px;
  }
}
.box--gap-top-0 {
  gap-top: 0px;
}
.box--gap-right-0 {
  gap-right: 0px;
}
.box--gap-bottom-0 {
  gap-bottom: 0px;
}
.box--gap-left-0 {
  gap-left: 0px;
}
.box--gap-inline-0 {
  gap-inline: 0px;
}
.box--gap-inline-start-0 {
  gap-inline-start: 0px;
}
.box--gap-inline-end-0 {
  gap-inline-end: 0px;
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-top-0 {
    gap-top: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-right-0 {
    gap-right: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-bottom-0 {
    gap-bottom: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-left-0 {
    gap-left: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-0 {
    gap-inline: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-start-0 {
    gap-inline-start: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-end-0 {
    gap-inline-end: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-top-0 {
    gap-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-right-0 {
    gap-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-bottom-0 {
    gap-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-left-0 {
    gap-left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-0 {
    gap-inline: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-start-0 {
    gap-inline-start: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-end-0 {
    gap-inline-end: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-top-0 {
    gap-top: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-right-0 {
    gap-right: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-bottom-0 {
    gap-bottom: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-left-0 {
    gap-left: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-0 {
    gap-inline: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-start-0 {
    gap-inline-start: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-end-0 {
    gap-inline-end: 0px;
  }
}
.box--gap-top-1 {
  gap-top: 4px;
}
.box--gap-right-1 {
  gap-right: 4px;
}
.box--gap-bottom-1 {
  gap-bottom: 4px;
}
.box--gap-left-1 {
  gap-left: 4px;
}
.box--gap-inline-1 {
  gap-inline: 4px;
}
.box--gap-inline-start-1 {
  gap-inline-start: 4px;
}
.box--gap-inline-end-1 {
  gap-inline-end: 4px;
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-top-1 {
    gap-top: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-right-1 {
    gap-right: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-bottom-1 {
    gap-bottom: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-left-1 {
    gap-left: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-1 {
    gap-inline: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-start-1 {
    gap-inline-start: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-end-1 {
    gap-inline-end: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-top-1 {
    gap-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-right-1 {
    gap-right: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-bottom-1 {
    gap-bottom: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-left-1 {
    gap-left: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-1 {
    gap-inline: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-start-1 {
    gap-inline-start: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-end-1 {
    gap-inline-end: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-top-1 {
    gap-top: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-right-1 {
    gap-right: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-bottom-1 {
    gap-bottom: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-left-1 {
    gap-left: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-1 {
    gap-inline: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-start-1 {
    gap-inline-start: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-end-1 {
    gap-inline-end: 4px;
  }
}
.box--gap-top-2 {
  gap-top: 8px;
}
.box--gap-right-2 {
  gap-right: 8px;
}
.box--gap-bottom-2 {
  gap-bottom: 8px;
}
.box--gap-left-2 {
  gap-left: 8px;
}
.box--gap-inline-2 {
  gap-inline: 8px;
}
.box--gap-inline-start-2 {
  gap-inline-start: 8px;
}
.box--gap-inline-end-2 {
  gap-inline-end: 8px;
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-top-2 {
    gap-top: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-right-2 {
    gap-right: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-bottom-2 {
    gap-bottom: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-left-2 {
    gap-left: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-2 {
    gap-inline: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-start-2 {
    gap-inline-start: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-end-2 {
    gap-inline-end: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-top-2 {
    gap-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-right-2 {
    gap-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-bottom-2 {
    gap-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-left-2 {
    gap-left: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-2 {
    gap-inline: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-start-2 {
    gap-inline-start: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-end-2 {
    gap-inline-end: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-top-2 {
    gap-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-right-2 {
    gap-right: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-bottom-2 {
    gap-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-left-2 {
    gap-left: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-2 {
    gap-inline: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-start-2 {
    gap-inline-start: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-end-2 {
    gap-inline-end: 8px;
  }
}
.box--gap-top-3 {
  gap-top: 12px;
}
.box--gap-right-3 {
  gap-right: 12px;
}
.box--gap-bottom-3 {
  gap-bottom: 12px;
}
.box--gap-left-3 {
  gap-left: 12px;
}
.box--gap-inline-3 {
  gap-inline: 12px;
}
.box--gap-inline-start-3 {
  gap-inline-start: 12px;
}
.box--gap-inline-end-3 {
  gap-inline-end: 12px;
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-top-3 {
    gap-top: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-right-3 {
    gap-right: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-bottom-3 {
    gap-bottom: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-left-3 {
    gap-left: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-3 {
    gap-inline: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-start-3 {
    gap-inline-start: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-end-3 {
    gap-inline-end: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-top-3 {
    gap-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-right-3 {
    gap-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-bottom-3 {
    gap-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-left-3 {
    gap-left: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-3 {
    gap-inline: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-start-3 {
    gap-inline-start: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-end-3 {
    gap-inline-end: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-top-3 {
    gap-top: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-right-3 {
    gap-right: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-bottom-3 {
    gap-bottom: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-left-3 {
    gap-left: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-3 {
    gap-inline: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-start-3 {
    gap-inline-start: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-end-3 {
    gap-inline-end: 12px;
  }
}
.box--gap-top-4 {
  gap-top: 16px;
}
.box--gap-right-4 {
  gap-right: 16px;
}
.box--gap-bottom-4 {
  gap-bottom: 16px;
}
.box--gap-left-4 {
  gap-left: 16px;
}
.box--gap-inline-4 {
  gap-inline: 16px;
}
.box--gap-inline-start-4 {
  gap-inline-start: 16px;
}
.box--gap-inline-end-4 {
  gap-inline-end: 16px;
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-top-4 {
    gap-top: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-right-4 {
    gap-right: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-bottom-4 {
    gap-bottom: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-left-4 {
    gap-left: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-4 {
    gap-inline: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-start-4 {
    gap-inline-start: 16px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-end-4 {
    gap-inline-end: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-top-4 {
    gap-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-right-4 {
    gap-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-bottom-4 {
    gap-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-left-4 {
    gap-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-4 {
    gap-inline: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-start-4 {
    gap-inline-start: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-end-4 {
    gap-inline-end: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-top-4 {
    gap-top: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-right-4 {
    gap-right: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-bottom-4 {
    gap-bottom: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-left-4 {
    gap-left: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-4 {
    gap-inline: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-start-4 {
    gap-inline-start: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-end-4 {
    gap-inline-end: 16px;
  }
}
.box--gap-top-5 {
  gap-top: 20px;
}
.box--gap-right-5 {
  gap-right: 20px;
}
.box--gap-bottom-5 {
  gap-bottom: 20px;
}
.box--gap-left-5 {
  gap-left: 20px;
}
.box--gap-inline-5 {
  gap-inline: 20px;
}
.box--gap-inline-start-5 {
  gap-inline-start: 20px;
}
.box--gap-inline-end-5 {
  gap-inline-end: 20px;
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-top-5 {
    gap-top: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-right-5 {
    gap-right: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-bottom-5 {
    gap-bottom: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-left-5 {
    gap-left: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-5 {
    gap-inline: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-start-5 {
    gap-inline-start: 20px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-end-5 {
    gap-inline-end: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-top-5 {
    gap-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-right-5 {
    gap-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-bottom-5 {
    gap-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-left-5 {
    gap-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-5 {
    gap-inline: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-start-5 {
    gap-inline-start: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-end-5 {
    gap-inline-end: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-top-5 {
    gap-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-right-5 {
    gap-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-bottom-5 {
    gap-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-left-5 {
    gap-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-5 {
    gap-inline: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-start-5 {
    gap-inline-start: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-end-5 {
    gap-inline-end: 20px;
  }
}
.box--gap-top-6 {
  gap-top: 24px;
}
.box--gap-right-6 {
  gap-right: 24px;
}
.box--gap-bottom-6 {
  gap-bottom: 24px;
}
.box--gap-left-6 {
  gap-left: 24px;
}
.box--gap-inline-6 {
  gap-inline: 24px;
}
.box--gap-inline-start-6 {
  gap-inline-start: 24px;
}
.box--gap-inline-end-6 {
  gap-inline-end: 24px;
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-top-6 {
    gap-top: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-right-6 {
    gap-right: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-bottom-6 {
    gap-bottom: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-left-6 {
    gap-left: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-6 {
    gap-inline: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-start-6 {
    gap-inline-start: 24px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-end-6 {
    gap-inline-end: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-top-6 {
    gap-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-right-6 {
    gap-right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-bottom-6 {
    gap-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-left-6 {
    gap-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-6 {
    gap-inline: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-start-6 {
    gap-inline-start: 24px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-end-6 {
    gap-inline-end: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-top-6 {
    gap-top: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-right-6 {
    gap-right: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-bottom-6 {
    gap-bottom: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-left-6 {
    gap-left: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-6 {
    gap-inline: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-start-6 {
    gap-inline-start: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-end-6 {
    gap-inline-end: 24px;
  }
}
.box--gap-top-7 {
  gap-top: 28px;
}
.box--gap-right-7 {
  gap-right: 28px;
}
.box--gap-bottom-7 {
  gap-bottom: 28px;
}
.box--gap-left-7 {
  gap-left: 28px;
}
.box--gap-inline-7 {
  gap-inline: 28px;
}
.box--gap-inline-start-7 {
  gap-inline-start: 28px;
}
.box--gap-inline-end-7 {
  gap-inline-end: 28px;
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-top-7 {
    gap-top: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-right-7 {
    gap-right: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-bottom-7 {
    gap-bottom: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-left-7 {
    gap-left: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-7 {
    gap-inline: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-start-7 {
    gap-inline-start: 28px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-end-7 {
    gap-inline-end: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-top-7 {
    gap-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-right-7 {
    gap-right: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-bottom-7 {
    gap-bottom: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-left-7 {
    gap-left: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-7 {
    gap-inline: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-start-7 {
    gap-inline-start: 28px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-end-7 {
    gap-inline-end: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-top-7 {
    gap-top: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-right-7 {
    gap-right: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-bottom-7 {
    gap-bottom: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-left-7 {
    gap-left: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-7 {
    gap-inline: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-start-7 {
    gap-inline-start: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-end-7 {
    gap-inline-end: 28px;
  }
}
.box--gap-top-8 {
  gap-top: 32px;
}
.box--gap-right-8 {
  gap-right: 32px;
}
.box--gap-bottom-8 {
  gap-bottom: 32px;
}
.box--gap-left-8 {
  gap-left: 32px;
}
.box--gap-inline-8 {
  gap-inline: 32px;
}
.box--gap-inline-start-8 {
  gap-inline-start: 32px;
}
.box--gap-inline-end-8 {
  gap-inline-end: 32px;
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-top-8 {
    gap-top: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-right-8 {
    gap-right: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-bottom-8 {
    gap-bottom: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-left-8 {
    gap-left: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-8 {
    gap-inline: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-start-8 {
    gap-inline-start: 32px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-end-8 {
    gap-inline-end: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-top-8 {
    gap-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-right-8 {
    gap-right: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-bottom-8 {
    gap-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-left-8 {
    gap-left: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-8 {
    gap-inline: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-start-8 {
    gap-inline-start: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-end-8 {
    gap-inline-end: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-top-8 {
    gap-top: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-right-8 {
    gap-right: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-bottom-8 {
    gap-bottom: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-left-8 {
    gap-left: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-8 {
    gap-inline: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-start-8 {
    gap-inline-start: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-end-8 {
    gap-inline-end: 32px;
  }
}
.box--gap-top-9 {
  gap-top: 36px;
}
.box--gap-right-9 {
  gap-right: 36px;
}
.box--gap-bottom-9 {
  gap-bottom: 36px;
}
.box--gap-left-9 {
  gap-left: 36px;
}
.box--gap-inline-9 {
  gap-inline: 36px;
}
.box--gap-inline-start-9 {
  gap-inline-start: 36px;
}
.box--gap-inline-end-9 {
  gap-inline-end: 36px;
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-top-9 {
    gap-top: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-right-9 {
    gap-right: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-bottom-9 {
    gap-bottom: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-left-9 {
    gap-left: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-9 {
    gap-inline: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-start-9 {
    gap-inline-start: 36px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-end-9 {
    gap-inline-end: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-top-9 {
    gap-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-right-9 {
    gap-right: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-bottom-9 {
    gap-bottom: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-left-9 {
    gap-left: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-9 {
    gap-inline: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-start-9 {
    gap-inline-start: 36px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-end-9 {
    gap-inline-end: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-top-9 {
    gap-top: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-right-9 {
    gap-right: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-bottom-9 {
    gap-bottom: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-left-9 {
    gap-left: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-9 {
    gap-inline: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-start-9 {
    gap-inline-start: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-end-9 {
    gap-inline-end: 36px;
  }
}
.box--gap-top-10 {
  gap-top: 40px;
}
.box--gap-right-10 {
  gap-right: 40px;
}
.box--gap-bottom-10 {
  gap-bottom: 40px;
}
.box--gap-left-10 {
  gap-left: 40px;
}
.box--gap-inline-10 {
  gap-inline: 40px;
}
.box--gap-inline-start-10 {
  gap-inline-start: 40px;
}
.box--gap-inline-end-10 {
  gap-inline-end: 40px;
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-top-10 {
    gap-top: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-right-10 {
    gap-right: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-bottom-10 {
    gap-bottom: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-left-10 {
    gap-left: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-10 {
    gap-inline: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-start-10 {
    gap-inline-start: 40px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-end-10 {
    gap-inline-end: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-top-10 {
    gap-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-right-10 {
    gap-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-bottom-10 {
    gap-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-left-10 {
    gap-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-10 {
    gap-inline: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-start-10 {
    gap-inline-start: 40px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-end-10 {
    gap-inline-end: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-top-10 {
    gap-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-right-10 {
    gap-right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-bottom-10 {
    gap-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-left-10 {
    gap-left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-10 {
    gap-inline: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-start-10 {
    gap-inline-start: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-end-10 {
    gap-inline-end: 40px;
  }
}
.box--gap-top-11 {
  gap-top: 44px;
}
.box--gap-right-11 {
  gap-right: 44px;
}
.box--gap-bottom-11 {
  gap-bottom: 44px;
}
.box--gap-left-11 {
  gap-left: 44px;
}
.box--gap-inline-11 {
  gap-inline: 44px;
}
.box--gap-inline-start-11 {
  gap-inline-start: 44px;
}
.box--gap-inline-end-11 {
  gap-inline-end: 44px;
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-top-11 {
    gap-top: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-right-11 {
    gap-right: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-bottom-11 {
    gap-bottom: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-left-11 {
    gap-left: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-11 {
    gap-inline: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-start-11 {
    gap-inline-start: 44px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-end-11 {
    gap-inline-end: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-top-11 {
    gap-top: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-right-11 {
    gap-right: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-bottom-11 {
    gap-bottom: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-left-11 {
    gap-left: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-11 {
    gap-inline: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-start-11 {
    gap-inline-start: 44px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-end-11 {
    gap-inline-end: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-top-11 {
    gap-top: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-right-11 {
    gap-right: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-bottom-11 {
    gap-bottom: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-left-11 {
    gap-left: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-11 {
    gap-inline: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-start-11 {
    gap-inline-start: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-end-11 {
    gap-inline-end: 44px;
  }
}
.box--gap-top-12 {
  gap-top: 48px;
}
.box--gap-right-12 {
  gap-right: 48px;
}
.box--gap-bottom-12 {
  gap-bottom: 48px;
}
.box--gap-left-12 {
  gap-left: 48px;
}
.box--gap-inline-12 {
  gap-inline: 48px;
}
.box--gap-inline-start-12 {
  gap-inline-start: 48px;
}
.box--gap-inline-end-12 {
  gap-inline-end: 48px;
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-top-12 {
    gap-top: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-right-12 {
    gap-right: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-bottom-12 {
    gap-bottom: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-left-12 {
    gap-left: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-12 {
    gap-inline: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-start-12 {
    gap-inline-start: 48px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:gap-inline-end-12 {
    gap-inline-end: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-top-12 {
    gap-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-right-12 {
    gap-right: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-bottom-12 {
    gap-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-left-12 {
    gap-left: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-12 {
    gap-inline: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-start-12 {
    gap-inline-start: 48px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:gap-inline-end-12 {
    gap-inline-end: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-top-12 {
    gap-top: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-right-12 {
    gap-right: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-bottom-12 {
    gap-bottom: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-left-12 {
    gap-left: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-12 {
    gap-inline: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-start-12 {
    gap-inline-start: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:gap-inline-end-12 {
    gap-inline-end: 48px;
  }
}
.box--border-width-0 {
  border-width: 0px;
}
.box--border-width-1 {
  border-width: 1px;
}
.box--border-width-2 {
  border-width: 2px;
}
.box--border-width-3 {
  border-width: 3px;
}
.box--border-width-4 {
  border-width: 4px;
}
.box--border-width-5 {
  border-width: 5px;
}
.box--border-width-6 {
  border-width: 6px;
}
.box--border-width-7 {
  border-width: 7px;
}
.box--border-width-8 {
  border-width: 8px;
}
.box--border-width-9 {
  border-width: 9px;
}
.box--border-width-10 {
  border-width: 10px;
}
.box--border-width-11 {
  border-width: 11px;
}
.box--border-width-12 {
  border-width: 12px;
}
@media screen and (min-width: 576px) {
  .box--sm\:border-width-0 {
    border-width: 0px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-width-1 {
    border-width: 1px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-width-2 {
    border-width: 2px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-width-3 {
    border-width: 3px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-width-4 {
    border-width: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-width-5 {
    border-width: 5px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-width-6 {
    border-width: 6px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-width-7 {
    border-width: 7px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-width-8 {
    border-width: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-width-9 {
    border-width: 9px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-width-10 {
    border-width: 10px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-width-11 {
    border-width: 11px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-width-12 {
    border-width: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-width-0 {
    border-width: 0px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-width-1 {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-width-2 {
    border-width: 2px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-width-3 {
    border-width: 3px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-width-4 {
    border-width: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-width-5 {
    border-width: 5px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-width-6 {
    border-width: 6px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-width-7 {
    border-width: 7px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-width-8 {
    border-width: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-width-9 {
    border-width: 9px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-width-10 {
    border-width: 10px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-width-11 {
    border-width: 11px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-width-12 {
    border-width: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-width-0 {
    border-width: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-width-1 {
    border-width: 1px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-width-2 {
    border-width: 2px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-width-3 {
    border-width: 3px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-width-4 {
    border-width: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-width-5 {
    border-width: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-width-6 {
    border-width: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-width-7 {
    border-width: 7px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-width-8 {
    border-width: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-width-9 {
    border-width: 9px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-width-10 {
    border-width: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-width-11 {
    border-width: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-width-12 {
    border-width: 12px;
  }
}
.box--border-color-background-default {
  border-color: var(--color-background-default);
}
.box--border-color-background-alternative {
  border-color: var(--color-background-alternative);
}
.box--border-color-text-default {
  border-color: var(--color-text-default);
}
.box--border-color-text-alternative {
  border-color: var(--color-text-alternative);
}
.box--border-color-text-muted {
  border-color: var(--color-text-muted);
}
.box--border-color-icon-default {
  border-color: var(--color-icon-default);
}
.box--border-color-icon-alternative {
  border-color: var(--color-icon-alternative);
}
.box--border-color-icon-muted {
  border-color: var(--color-icon-muted);
}
.box--border-color-border-default {
  border-color: var(--color-border-default);
}
.box--border-color-border-muted {
  border-color: var(--color-border-muted);
}
.box--border-color-overlay-default {
  border-color: var(--color-overlay-default);
}
.box--border-color-overlay-inverse {
  border-color: var(--color-overlay-inverse);
}
.box--border-color-primary-default {
  border-color: var(--color-primary-default);
}
.box--border-color-primary-alternative {
  border-color: var(--color-primary-alternative);
}
.box--border-color-primary-muted {
  border-color: var(--color-primary-muted);
}
.box--border-color-primary-inverse {
  border-color: var(--color-primary-inverse);
}
.box--border-color-primary-disabled {
  border-color: var(--color-primary-disabled);
}
.box--border-color-error-default {
  border-color: var(--color-error-default);
}
.box--border-color-error-alternative {
  border-color: var(--color-error-alternative);
}
.box--border-color-error-muted {
  border-color: var(--color-error-muted);
}
.box--border-color-error-inverse {
  border-color: var(--color-error-inverse);
}
.box--border-color-error-disabled {
  border-color: var(--color-error-disabled);
}
.box--border-color-warning-default {
  border-color: var(--color-warning-default);
}
.box--border-color-warning-alternative {
  border-color: var(--color-warning-alternative);
}
.box--border-color-warning-muted {
  border-color: var(--color-warning-muted);
}
.box--border-color-warning-inverse {
  border-color: var(--color-warning-inverse);
}
.box--border-color-warning-disabled {
  border-color: var(--color-warning-disabled);
}
.box--border-color-success-default {
  border-color: var(--color-success-default);
}
.box--border-color-success-alternative {
  border-color: var(--color-success-alternative);
}
.box--border-color-success-muted {
  border-color: var(--color-success-muted);
}
.box--border-color-success-inverse {
  border-color: var(--color-success-inverse);
}
.box--border-color-success-disabled {
  border-color: var(--color-success-disabled);
}
.box--border-color-info-default {
  border-color: var(--color-info-default);
}
.box--border-color-info-alternative {
  border-color: var(--color-info-alternative);
}
.box--border-color-info-muted {
  border-color: var(--color-info-muted);
}
.box--border-color-info-inverse {
  border-color: var(--color-info-inverse);
}
.box--border-color-info-disabled {
  border-color: var(--color-info-disabled);
}
.box--border-color-mainnet {
  border-color: var(--mainnet);
}
.box--border-color-goerli {
  border-color: var(--color-network-goerli-default);
}
.box--border-color-sepolia {
  border-color: var(--color-network-sepolia-default);
}
.box--border-color-goerli-inverse {
  border-color: var(--color-network-goerli-inverse);
}
.box--border-color-sepolia-inverse {
  border-color: var(--color-network-sepolia-inverse);
}
.box--border-color-lineatestnet {
  border-color: var(--color-network-linea-testnet-default);
}
.box--border-color-lineatestnet-inverse {
  border-color: var(--color-network-linea-testnet-inverse);
}
.box--border-color-localhost {
  border-color: var(--color-network-localhost-default);
}
.box--border-color-transparent {
  border-color: var(--transparent);
}
.box--border-color-flask-purple {
  border-color: var(--color-flask-default);
}
.box--border-color-inherit {
  border-color: var(--inherit);
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-background-default {
    border-color: var(--color-background-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-background-alternative {
    border-color: var(--color-background-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-text-default {
    border-color: var(--color-text-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-text-alternative {
    border-color: var(--color-text-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-text-muted {
    border-color: var(--color-text-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-icon-default {
    border-color: var(--color-icon-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-icon-alternative {
    border-color: var(--color-icon-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-icon-muted {
    border-color: var(--color-icon-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-border-default {
    border-color: var(--color-border-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-border-muted {
    border-color: var(--color-border-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-overlay-default {
    border-color: var(--color-overlay-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-overlay-inverse {
    border-color: var(--color-overlay-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-primary-default {
    border-color: var(--color-primary-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-primary-alternative {
    border-color: var(--color-primary-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-primary-muted {
    border-color: var(--color-primary-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-primary-inverse {
    border-color: var(--color-primary-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-primary-disabled {
    border-color: var(--color-primary-disabled);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-error-default {
    border-color: var(--color-error-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-error-alternative {
    border-color: var(--color-error-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-error-muted {
    border-color: var(--color-error-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-error-inverse {
    border-color: var(--color-error-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-error-disabled {
    border-color: var(--color-error-disabled);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-warning-default {
    border-color: var(--color-warning-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-warning-alternative {
    border-color: var(--color-warning-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-warning-muted {
    border-color: var(--color-warning-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-warning-inverse {
    border-color: var(--color-warning-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-warning-disabled {
    border-color: var(--color-warning-disabled);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-success-default {
    border-color: var(--color-success-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-success-alternative {
    border-color: var(--color-success-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-success-muted {
    border-color: var(--color-success-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-success-inverse {
    border-color: var(--color-success-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-success-disabled {
    border-color: var(--color-success-disabled);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-info-default {
    border-color: var(--color-info-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-info-alternative {
    border-color: var(--color-info-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-info-muted {
    border-color: var(--color-info-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-info-inverse {
    border-color: var(--color-info-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-info-disabled {
    border-color: var(--color-info-disabled);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-mainnet {
    border-color: var(--mainnet);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-goerli {
    border-color: var(--color-network-goerli-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-sepolia {
    border-color: var(--color-network-sepolia-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-goerli-inverse {
    border-color: var(--color-network-goerli-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-sepolia-inverse {
    border-color: var(--color-network-sepolia-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-lineatestnet {
    border-color: var(--color-network-linea-testnet-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-lineatestnet-inverse {
    border-color: var(--color-network-linea-testnet-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-localhost {
    border-color: var(--color-network-localhost-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-transparent {
    border-color: var(--transparent);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-flask-purple {
    border-color: var(--color-flask-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-color-inherit {
    border-color: var(--inherit);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-background-default {
    border-color: var(--color-background-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-background-alternative {
    border-color: var(--color-background-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-text-default {
    border-color: var(--color-text-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-text-alternative {
    border-color: var(--color-text-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-text-muted {
    border-color: var(--color-text-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-icon-default {
    border-color: var(--color-icon-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-icon-alternative {
    border-color: var(--color-icon-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-icon-muted {
    border-color: var(--color-icon-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-border-default {
    border-color: var(--color-border-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-border-muted {
    border-color: var(--color-border-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-overlay-default {
    border-color: var(--color-overlay-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-overlay-inverse {
    border-color: var(--color-overlay-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-primary-default {
    border-color: var(--color-primary-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-primary-alternative {
    border-color: var(--color-primary-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-primary-muted {
    border-color: var(--color-primary-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-primary-inverse {
    border-color: var(--color-primary-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-primary-disabled {
    border-color: var(--color-primary-disabled);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-error-default {
    border-color: var(--color-error-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-error-alternative {
    border-color: var(--color-error-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-error-muted {
    border-color: var(--color-error-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-error-inverse {
    border-color: var(--color-error-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-error-disabled {
    border-color: var(--color-error-disabled);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-warning-default {
    border-color: var(--color-warning-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-warning-alternative {
    border-color: var(--color-warning-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-warning-muted {
    border-color: var(--color-warning-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-warning-inverse {
    border-color: var(--color-warning-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-warning-disabled {
    border-color: var(--color-warning-disabled);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-success-default {
    border-color: var(--color-success-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-success-alternative {
    border-color: var(--color-success-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-success-muted {
    border-color: var(--color-success-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-success-inverse {
    border-color: var(--color-success-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-success-disabled {
    border-color: var(--color-success-disabled);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-info-default {
    border-color: var(--color-info-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-info-alternative {
    border-color: var(--color-info-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-info-muted {
    border-color: var(--color-info-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-info-inverse {
    border-color: var(--color-info-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-info-disabled {
    border-color: var(--color-info-disabled);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-mainnet {
    border-color: var(--mainnet);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-goerli {
    border-color: var(--color-network-goerli-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-sepolia {
    border-color: var(--color-network-sepolia-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-goerli-inverse {
    border-color: var(--color-network-goerli-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-sepolia-inverse {
    border-color: var(--color-network-sepolia-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-lineatestnet {
    border-color: var(--color-network-linea-testnet-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-lineatestnet-inverse {
    border-color: var(--color-network-linea-testnet-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-localhost {
    border-color: var(--color-network-localhost-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-transparent {
    border-color: var(--transparent);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-flask-purple {
    border-color: var(--color-flask-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-color-inherit {
    border-color: var(--inherit);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-background-default {
    border-color: var(--color-background-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-background-alternative {
    border-color: var(--color-background-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-text-default {
    border-color: var(--color-text-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-text-alternative {
    border-color: var(--color-text-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-text-muted {
    border-color: var(--color-text-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-icon-default {
    border-color: var(--color-icon-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-icon-alternative {
    border-color: var(--color-icon-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-icon-muted {
    border-color: var(--color-icon-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-border-default {
    border-color: var(--color-border-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-border-muted {
    border-color: var(--color-border-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-overlay-default {
    border-color: var(--color-overlay-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-overlay-inverse {
    border-color: var(--color-overlay-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-primary-default {
    border-color: var(--color-primary-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-primary-alternative {
    border-color: var(--color-primary-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-primary-muted {
    border-color: var(--color-primary-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-primary-inverse {
    border-color: var(--color-primary-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-primary-disabled {
    border-color: var(--color-primary-disabled);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-error-default {
    border-color: var(--color-error-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-error-alternative {
    border-color: var(--color-error-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-error-muted {
    border-color: var(--color-error-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-error-inverse {
    border-color: var(--color-error-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-error-disabled {
    border-color: var(--color-error-disabled);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-warning-default {
    border-color: var(--color-warning-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-warning-alternative {
    border-color: var(--color-warning-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-warning-muted {
    border-color: var(--color-warning-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-warning-inverse {
    border-color: var(--color-warning-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-warning-disabled {
    border-color: var(--color-warning-disabled);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-success-default {
    border-color: var(--color-success-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-success-alternative {
    border-color: var(--color-success-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-success-muted {
    border-color: var(--color-success-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-success-inverse {
    border-color: var(--color-success-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-success-disabled {
    border-color: var(--color-success-disabled);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-info-default {
    border-color: var(--color-info-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-info-alternative {
    border-color: var(--color-info-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-info-muted {
    border-color: var(--color-info-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-info-inverse {
    border-color: var(--color-info-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-info-disabled {
    border-color: var(--color-info-disabled);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-mainnet {
    border-color: var(--mainnet);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-goerli {
    border-color: var(--color-network-goerli-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-sepolia {
    border-color: var(--color-network-sepolia-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-goerli-inverse {
    border-color: var(--color-network-goerli-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-sepolia-inverse {
    border-color: var(--color-network-sepolia-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-lineatestnet {
    border-color: var(--color-network-linea-testnet-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-lineatestnet-inverse {
    border-color: var(--color-network-linea-testnet-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-localhost {
    border-color: var(--color-network-localhost-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-transparent {
    border-color: var(--transparent);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-flask-purple {
    border-color: var(--color-flask-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-color-inherit {
    border-color: var(--inherit);
  }
}
.box--border-style-solid {
  border-style: solid;
}
.box--border-style-double {
  border-style: double;
}
.box--border-style-none {
  border-style: none;
}
.box--border-style-dashed {
  border-style: dashed;
}
.box--border-style-dotted {
  border-style: dotted;
}
@media screen and (min-width: 576px) {
  .box--sm\:border-style-solid {
    border-style: solid;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-style-double {
    border-style: double;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-style-none {
    border-style: none;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-style-dashed {
    border-style: dashed;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:border-style-dotted {
    border-style: dotted;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-style-solid {
    border-style: solid;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-style-double {
    border-style: double;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-style-none {
    border-style: none;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-style-dashed {
    border-style: dashed;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:border-style-dotted {
    border-style: dotted;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-style-solid {
    border-style: solid;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-style-double {
    border-style: double;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-style-none {
    border-style: none;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-style-dashed {
    border-style: dashed;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:border-style-dotted {
    border-style: dotted;
  }
}
.box--rounded-xs {
  border-radius: 2px;
}
.box--rounded-sm {
  border-radius: 4px;
}
.box--rounded-md {
  border-radius: 6px;
}
.box--rounded-lg {
  border-radius: 8px;
}
.box--rounded-xl {
  border-radius: 12px;
}
.box--rounded-full {
  border-radius: 50%;
}
.box--rounded-pill {
  border-radius: 9999px;
}
.box--rounded-none {
  border-radius: 0;
}
@media screen and (min-width: 576px) {
  .box--sm\:rounded-xs {
    border-radius: 2px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:rounded-sm {
    border-radius: 4px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:rounded-md {
    border-radius: 6px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:rounded-lg {
    border-radius: 8px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:rounded-xl {
    border-radius: 12px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:rounded-full {
    border-radius: 50%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:rounded-pill {
    border-radius: 9999px;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:rounded-none {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:rounded-xs {
    border-radius: 2px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:rounded-sm {
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:rounded-md {
    border-radius: 6px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:rounded-lg {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:rounded-xl {
    border-radius: 12px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:rounded-full {
    border-radius: 50%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:rounded-pill {
    border-radius: 9999px;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:rounded-none {
    border-radius: 0;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:rounded-xs {
    border-radius: 2px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:rounded-sm {
    border-radius: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:rounded-md {
    border-radius: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:rounded-lg {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:rounded-xl {
    border-radius: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:rounded-full {
    border-radius: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:rounded-pill {
    border-radius: 9999px;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:rounded-none {
    border-radius: 0;
  }
}
.box--display-block {
  display: block;
}
.box--display-flex {
  display: flex;
}
.box--display-grid {
  display: grid;
}
.box--display-inline-block {
  display: inline-block;
}
.box--display-inline-grid {
  display: inline-grid;
}
.box--display-inline-flex {
  display: inline-flex;
}
.box--display-list-item {
  display: list-item;
}
.box--display-none {
  display: none;
}
@media screen and (min-width: 576px) {
  .box--sm\:display-block {
    display: block;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:display-flex {
    display: flex;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:display-grid {
    display: grid;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:display-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:display-inline-grid {
    display: inline-grid;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:display-inline-flex {
    display: inline-flex;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:display-list-item {
    display: list-item;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:display-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:display-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:display-flex {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:display-grid {
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:display-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:display-inline-grid {
    display: inline-grid;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:display-inline-flex {
    display: inline-flex;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:display-list-item {
    display: list-item;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:display-none {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:display-block {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:display-flex {
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:display-grid {
    display: grid;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:display-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:display-inline-grid {
    display: inline-grid;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:display-inline-flex {
    display: inline-flex;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:display-list-item {
    display: list-item;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:display-none {
    display: none;
  }
}
.box--align-items-baseline {
  align-items: baseline;
}
.box--align-items-center {
  align-items: center;
}
.box--align-items-flex-end {
  align-items: flex-end;
}
.box--align-items-flex-start {
  align-items: flex-start;
}
.box--align-items-stretch {
  align-items: stretch;
}
@media screen and (min-width: 576px) {
  .box--sm\:align-items-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:align-items-center {
    align-items: center;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:align-items-flex-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:align-items-flex-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:align-items-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:align-items-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:align-items-center {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:align-items-flex-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:align-items-flex-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:align-items-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:align-items-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:align-items-center {
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:align-items-flex-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:align-items-flex-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:align-items-stretch {
    align-items: stretch;
  }
}
.box--justify-content-center {
  justify-content: center;
}
.box--justify-content-flex-end {
  justify-content: flex-end;
}
.box--justify-content-flex-start {
  justify-content: flex-start;
}
.box--justify-content-space-around {
  justify-content: space-around;
}
.box--justify-content-space-between {
  justify-content: space-between;
}
.box--justify-content-space-evenly {
  justify-content: space-evenly;
}
@media screen and (min-width: 576px) {
  .box--sm\:justify-content-center {
    justify-content: center;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:justify-content-flex-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:justify-content-flex-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:justify-content-space-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:justify-content-space-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:justify-content-space-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:justify-content-center {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:justify-content-flex-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:justify-content-flex-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:justify-content-space-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:justify-content-space-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:justify-content-space-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:justify-content-center {
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:justify-content-flex-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:justify-content-flex-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:justify-content-space-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:justify-content-space-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:justify-content-space-evenly {
    justify-content: space-evenly;
  }
}
.box--flex-direction-row {
  flex-direction: row;
}
.box--flex-direction-row-reverse {
  flex-direction: row-reverse;
}
.box--flex-direction-column {
  flex-direction: column;
}
.box--flex-direction-column-reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 576px) {
  .box--sm\:flex-direction-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:flex-direction-row-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:flex-direction-column {
    flex-direction: column;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:flex-direction-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:flex-direction-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:flex-direction-row-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:flex-direction-column {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:flex-direction-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:flex-direction-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:flex-direction-row-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:flex-direction-column {
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:flex-direction-column-reverse {
    flex-direction: column-reverse;
  }
}
.box--flex-wrap-wrap {
  flex-wrap: wrap;
}
.box--flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.box--flex-wrap-nowrap {
  flex-wrap: nowrap;
}
@media screen and (min-width: 576px) {
  .box--sm\:flex-wrap-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:flex-wrap-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:flex-wrap-nowrap {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:flex-wrap-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:flex-wrap-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:flex-wrap-nowrap {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:flex-wrap-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:flex-wrap-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:flex-wrap-nowrap {
    flex-wrap: nowrap;
  }
}
.box--width-full {
  width: 100%;
}
.box--height-full {
  height: 100%;
}
.box--width-1\/2 {
  width: 50%;
}
.box--height-1\/2 {
  height: 50%;
}
.box--width-1\/3 {
  width: 33.333333%;
}
.box--height-1\/3 {
  height: 33.333333%;
}
.box--width-2\/3 {
  width: 66.666667%;
}
.box--height-2\/3 {
  height: 66.666667%;
}
.box--width-1\/4 {
  width: 25%;
}
.box--height-1\/4 {
  height: 25%;
}
.box--width-2\/4 {
  width: 50%;
}
.box--height-2\/4 {
  height: 50%;
}
.box--width-3\/4 {
  width: 75%;
}
.box--height-3\/4 {
  height: 75%;
}
.box--width-1\/5 {
  width: 20%;
}
.box--height-1\/5 {
  height: 20%;
}
.box--width-2\/5 {
  width: 40%;
}
.box--height-2\/5 {
  height: 40%;
}
.box--width-3\/5 {
  width: 60%;
}
.box--height-3\/5 {
  height: 60%;
}
.box--width-4\/5 {
  width: 80%;
}
.box--height-4\/5 {
  height: 80%;
}
.box--width-1\/6 {
  width: 16.666667%;
}
.box--height-1\/6 {
  height: 16.666667%;
}
.box--width-2\/6 {
  width: 33.333333%;
}
.box--height-2\/6 {
  height: 33.333333%;
}
.box--width-3\/6 {
  width: 50%;
}
.box--height-3\/6 {
  height: 50%;
}
.box--width-4\/6 {
  width: 66.666667%;
}
.box--height-4\/6 {
  height: 66.666667%;
}
.box--width-5\/6 {
  width: 83.333333%;
}
.box--height-5\/6 {
  height: 83.333333%;
}
.box--width-1\/12 {
  width: 8.333333%;
}
.box--height-1\/12 {
  height: 8.333333%;
}
.box--width-2\/12 {
  width: 16.666667%;
}
.box--height-2\/12 {
  height: 16.666667%;
}
.box--width-3\/12 {
  width: 25%;
}
.box--height-3\/12 {
  height: 25%;
}
.box--width-4\/12 {
  width: 33.333333%;
}
.box--height-4\/12 {
  height: 33.333333%;
}
.box--width-5\/12 {
  width: 41.666667%;
}
.box--height-5\/12 {
  height: 41.666667%;
}
.box--width-6\/12 {
  width: 50%;
}
.box--height-6\/12 {
  height: 50%;
}
.box--width-7\/12 {
  width: 58.333333%;
}
.box--height-7\/12 {
  height: 58.333333%;
}
.box--width-8\/12 {
  width: 66.666667%;
}
.box--height-8\/12 {
  height: 66.666667%;
}
.box--width-9\/12 {
  width: 75%;
}
.box--height-9\/12 {
  height: 75%;
}
.box--width-10\/12 {
  width: 83.333333%;
}
.box--height-10\/12 {
  height: 83.333333%;
}
.box--width-11\/12 {
  width: 91.666667%;
}
.box--height-11\/12 {
  height: 91.666667%;
}
@media screen and (min-width: 576px) {
  .box--sm\:width-1\/2 {
    width: 50%;
  }
  .box--sm\:height-1\/2 {
    height: 50%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-1\/3 {
    width: 33.333333%;
  }
  .box--sm\:height-1\/3 {
    height: 33.333333%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-2\/3 {
    width: 66.666667%;
  }
  .box--sm\:height-2\/3 {
    height: 66.666667%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-1\/4 {
    width: 25%;
  }
  .box--sm\:height-1\/4 {
    height: 25%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-2\/4 {
    width: 50%;
  }
  .box--sm\:height-2\/4 {
    height: 50%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-3\/4 {
    width: 75%;
  }
  .box--sm\:height-3\/4 {
    height: 75%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-1\/5 {
    width: 20%;
  }
  .box--sm\:height-1\/5 {
    height: 20%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-2\/5 {
    width: 40%;
  }
  .box--sm\:height-2\/5 {
    height: 40%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-3\/5 {
    width: 60%;
  }
  .box--sm\:height-3\/5 {
    height: 60%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-4\/5 {
    width: 80%;
  }
  .box--sm\:height-4\/5 {
    height: 80%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-1\/6 {
    width: 16.666667%;
  }
  .box--sm\:height-1\/6 {
    height: 16.666667%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-2\/6 {
    width: 33.333333%;
  }
  .box--sm\:height-2\/6 {
    height: 33.333333%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-3\/6 {
    width: 50%;
  }
  .box--sm\:height-3\/6 {
    height: 50%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-4\/6 {
    width: 66.666667%;
  }
  .box--sm\:height-4\/6 {
    height: 66.666667%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-5\/6 {
    width: 83.333333%;
  }
  .box--sm\:height-5\/6 {
    height: 83.333333%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-1\/12 {
    width: 8.333333%;
  }
  .box--sm\:height-1\/12 {
    height: 8.333333%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-2\/12 {
    width: 16.666667%;
  }
  .box--sm\:height-2\/12 {
    height: 16.666667%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-3\/12 {
    width: 25%;
  }
  .box--sm\:height-3\/12 {
    height: 25%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-4\/12 {
    width: 33.333333%;
  }
  .box--sm\:height-4\/12 {
    height: 33.333333%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-5\/12 {
    width: 41.666667%;
  }
  .box--sm\:height-5\/12 {
    height: 41.666667%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-6\/12 {
    width: 50%;
  }
  .box--sm\:height-6\/12 {
    height: 50%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-7\/12 {
    width: 58.333333%;
  }
  .box--sm\:height-7\/12 {
    height: 58.333333%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-8\/12 {
    width: 66.666667%;
  }
  .box--sm\:height-8\/12 {
    height: 66.666667%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-9\/12 {
    width: 75%;
  }
  .box--sm\:height-9\/12 {
    height: 75%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-10\/12 {
    width: 83.333333%;
  }
  .box--sm\:height-10\/12 {
    height: 83.333333%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-11\/12 {
    width: 91.666667%;
  }
  .box--sm\:height-11\/12 {
    height: 91.666667%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-1\/2 {
    width: 50%;
  }
  .box--md\:height-1\/2 {
    height: 50%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-1\/3 {
    width: 33.333333%;
  }
  .box--md\:height-1\/3 {
    height: 33.333333%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-2\/3 {
    width: 66.666667%;
  }
  .box--md\:height-2\/3 {
    height: 66.666667%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-1\/4 {
    width: 25%;
  }
  .box--md\:height-1\/4 {
    height: 25%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-2\/4 {
    width: 50%;
  }
  .box--md\:height-2\/4 {
    height: 50%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-3\/4 {
    width: 75%;
  }
  .box--md\:height-3\/4 {
    height: 75%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-1\/5 {
    width: 20%;
  }
  .box--md\:height-1\/5 {
    height: 20%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-2\/5 {
    width: 40%;
  }
  .box--md\:height-2\/5 {
    height: 40%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-3\/5 {
    width: 60%;
  }
  .box--md\:height-3\/5 {
    height: 60%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-4\/5 {
    width: 80%;
  }
  .box--md\:height-4\/5 {
    height: 80%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-1\/6 {
    width: 16.666667%;
  }
  .box--md\:height-1\/6 {
    height: 16.666667%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-2\/6 {
    width: 33.333333%;
  }
  .box--md\:height-2\/6 {
    height: 33.333333%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-3\/6 {
    width: 50%;
  }
  .box--md\:height-3\/6 {
    height: 50%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-4\/6 {
    width: 66.666667%;
  }
  .box--md\:height-4\/6 {
    height: 66.666667%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-5\/6 {
    width: 83.333333%;
  }
  .box--md\:height-5\/6 {
    height: 83.333333%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-1\/12 {
    width: 8.333333%;
  }
  .box--md\:height-1\/12 {
    height: 8.333333%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-2\/12 {
    width: 16.666667%;
  }
  .box--md\:height-2\/12 {
    height: 16.666667%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-3\/12 {
    width: 25%;
  }
  .box--md\:height-3\/12 {
    height: 25%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-4\/12 {
    width: 33.333333%;
  }
  .box--md\:height-4\/12 {
    height: 33.333333%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-5\/12 {
    width: 41.666667%;
  }
  .box--md\:height-5\/12 {
    height: 41.666667%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-6\/12 {
    width: 50%;
  }
  .box--md\:height-6\/12 {
    height: 50%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-7\/12 {
    width: 58.333333%;
  }
  .box--md\:height-7\/12 {
    height: 58.333333%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-8\/12 {
    width: 66.666667%;
  }
  .box--md\:height-8\/12 {
    height: 66.666667%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-9\/12 {
    width: 75%;
  }
  .box--md\:height-9\/12 {
    height: 75%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-10\/12 {
    width: 83.333333%;
  }
  .box--md\:height-10\/12 {
    height: 83.333333%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-11\/12 {
    width: 91.666667%;
  }
  .box--md\:height-11\/12 {
    height: 91.666667%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-1\/2 {
    width: 50%;
  }
  .box--lg\:height-1\/2 {
    height: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-1\/3 {
    width: 33.333333%;
  }
  .box--lg\:height-1\/3 {
    height: 33.333333%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-2\/3 {
    width: 66.666667%;
  }
  .box--lg\:height-2\/3 {
    height: 66.666667%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-1\/4 {
    width: 25%;
  }
  .box--lg\:height-1\/4 {
    height: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-2\/4 {
    width: 50%;
  }
  .box--lg\:height-2\/4 {
    height: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-3\/4 {
    width: 75%;
  }
  .box--lg\:height-3\/4 {
    height: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-1\/5 {
    width: 20%;
  }
  .box--lg\:height-1\/5 {
    height: 20%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-2\/5 {
    width: 40%;
  }
  .box--lg\:height-2\/5 {
    height: 40%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-3\/5 {
    width: 60%;
  }
  .box--lg\:height-3\/5 {
    height: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-4\/5 {
    width: 80%;
  }
  .box--lg\:height-4\/5 {
    height: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-1\/6 {
    width: 16.666667%;
  }
  .box--lg\:height-1\/6 {
    height: 16.666667%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-2\/6 {
    width: 33.333333%;
  }
  .box--lg\:height-2\/6 {
    height: 33.333333%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-3\/6 {
    width: 50%;
  }
  .box--lg\:height-3\/6 {
    height: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-4\/6 {
    width: 66.666667%;
  }
  .box--lg\:height-4\/6 {
    height: 66.666667%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-5\/6 {
    width: 83.333333%;
  }
  .box--lg\:height-5\/6 {
    height: 83.333333%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-1\/12 {
    width: 8.333333%;
  }
  .box--lg\:height-1\/12 {
    height: 8.333333%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-2\/12 {
    width: 16.666667%;
  }
  .box--lg\:height-2\/12 {
    height: 16.666667%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-3\/12 {
    width: 25%;
  }
  .box--lg\:height-3\/12 {
    height: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-4\/12 {
    width: 33.333333%;
  }
  .box--lg\:height-4\/12 {
    height: 33.333333%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-5\/12 {
    width: 41.666667%;
  }
  .box--lg\:height-5\/12 {
    height: 41.666667%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-6\/12 {
    width: 50%;
  }
  .box--lg\:height-6\/12 {
    height: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-7\/12 {
    width: 58.333333%;
  }
  .box--lg\:height-7\/12 {
    height: 58.333333%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-8\/12 {
    width: 66.666667%;
  }
  .box--lg\:height-8\/12 {
    height: 66.666667%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-9\/12 {
    width: 75%;
  }
  .box--lg\:height-9\/12 {
    height: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-10\/12 {
    width: 83.333333%;
  }
  .box--lg\:height-10\/12 {
    height: 83.333333%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-11\/12 {
    width: 91.666667%;
  }
  .box--lg\:height-11\/12 {
    height: 91.666667%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:width-full {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-full {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-full {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:height-full {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:height-full {
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:height-full {
    height: 100%;
  }
}
.box--height-screen {
  height: 100vh;
}
@media screen and (min-width: 576px) {
  .box--sm\:height-screen {
    height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:height-screen {
    height: 100vh;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:height-screen {
    height: 100vh;
  }
}
.box--width-screen {
  width: 100vw;
}
@media screen and (min-width: 576px) {
  .box--sm\:width-screen {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-screen {
    width: 100vw;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-screen {
    width: 100vw;
  }
}
.box--height-max {
  height: max-content;
}
@media screen and (min-width: 576px) {
  .box--sm\:height-max {
    height: max-content;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:height-max {
    height: max-content;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:height-max {
    height: max-content;
  }
}
.box--width-max {
  width: max-content;
}
@media screen and (min-width: 576px) {
  .box--sm\:height-max {
    height: max-content;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:height-max {
    height: max-content;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:height-max {
    height: max-content;
  }
}
.box--height-min {
  height: min-content;
}
@media screen and (min-width: 576px) {
  .box--sm\:height-min {
    height: min-content;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:height-min {
    height: min-content;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:height-min {
    height: min-content;
  }
}
.box--width-min {
  width: min-content;
}
@media screen and (min-width: 576px) {
  .box--sm\:width-min {
    width: min-content;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:width-min {
    width: min-content;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:width-min {
    width: min-content;
  }
}
.box--text-align-left {
  text-align: left;
}
.box--text-align-right {
  text-align: right;
}
.box--text-align-center {
  text-align: center;
}
.box--text-align-justify {
  text-align: justify;
}
.box--text-align-end {
  text-align: end;
}
@media screen and (min-width: 576px) {
  .box--sm\:text-align-left {
    text-align: left;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:text-align-right {
    text-align: right;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:text-align-center {
    text-align: center;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:text-align-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 576px) {
  .box--sm\:text-align-end {
    text-align: end;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:text-align-left {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:text-align-right {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:text-align-center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:text-align-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 768px) {
  .box--md\:text-align-end {
    text-align: end;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:text-align-left {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:text-align-right {
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:text-align-center {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:text-align-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\:text-align-end {
    text-align: end;
  }
}
.box--background-color-background-default {
  background-color: var(--color-background-default);
}
.box--background-color-background-alternative {
  background-color: var(--color-background-alternative);
}
.box--background-color-text-default {
  background-color: var(--color-text-default);
}
.box--background-color-text-alternative {
  background-color: var(--color-text-alternative);
}
.box--background-color-text-muted {
  background-color: var(--color-text-muted);
}
.box--background-color-icon-default {
  background-color: var(--color-icon-default);
}
.box--background-color-icon-alternative {
  background-color: var(--color-icon-alternative);
}
.box--background-color-icon-muted {
  background-color: var(--color-icon-muted);
}
.box--background-color-border-default {
  background-color: var(--color-border-default);
}
.box--background-color-border-muted {
  background-color: var(--color-border-muted);
}
.box--background-color-overlay-default {
  background-color: var(--color-overlay-default);
}
.box--background-color-overlay-inverse {
  background-color: var(--color-overlay-inverse);
}
.box--background-color-primary-default {
  background-color: var(--color-primary-default);
}
.box--background-color-primary-alternative {
  background-color: var(--color-primary-alternative);
}
.box--background-color-primary-muted {
  background-color: var(--color-primary-muted);
}
.box--background-color-primary-inverse {
  background-color: var(--color-primary-inverse);
}
.box--background-color-primary-disabled {
  background-color: var(--color-primary-disabled);
}
.box--background-color-error-default {
  background-color: var(--color-error-default);
}
.box--background-color-error-alternative {
  background-color: var(--color-error-alternative);
}
.box--background-color-error-muted {
  background-color: var(--color-error-muted);
}
.box--background-color-error-inverse {
  background-color: var(--color-error-inverse);
}
.box--background-color-error-disabled {
  background-color: var(--color-error-disabled);
}
.box--background-color-warning-default {
  background-color: var(--color-warning-default);
}
.box--background-color-warning-alternative {
  background-color: var(--color-warning-alternative);
}
.box--background-color-warning-muted {
  background-color: var(--color-warning-muted);
}
.box--background-color-warning-inverse {
  background-color: var(--color-warning-inverse);
}
.box--background-color-warning-disabled {
  background-color: var(--color-warning-disabled);
}
.box--background-color-success-default {
  background-color: var(--color-success-default);
}
.box--background-color-success-alternative {
  background-color: var(--color-success-alternative);
}
.box--background-color-success-muted {
  background-color: var(--color-success-muted);
}
.box--background-color-success-inverse {
  background-color: var(--color-success-inverse);
}
.box--background-color-success-disabled {
  background-color: var(--color-success-disabled);
}
.box--background-color-info-default {
  background-color: var(--color-info-default);
}
.box--background-color-info-alternative {
  background-color: var(--color-info-alternative);
}
.box--background-color-info-muted {
  background-color: var(--color-info-muted);
}
.box--background-color-info-inverse {
  background-color: var(--color-info-inverse);
}
.box--background-color-info-disabled {
  background-color: var(--color-info-disabled);
}
.box--background-color-mainnet {
  background-color: var(--mainnet);
}
.box--background-color-goerli {
  background-color: var(--color-network-goerli-default);
}
.box--background-color-sepolia {
  background-color: var(--color-network-sepolia-default);
}
.box--background-color-goerli-inverse {
  background-color: var(--color-network-goerli-inverse);
}
.box--background-color-sepolia-inverse {
  background-color: var(--color-network-sepolia-inverse);
}
.box--background-color-lineatestnet {
  background-color: var(--color-network-linea-testnet-default);
}
.box--background-color-lineatestnet-inverse {
  background-color: var(--color-network-linea-testnet-inverse);
}
.box--background-color-localhost {
  background-color: var(--color-network-localhost-default);
}
.box--background-color-transparent {
  background-color: var(--transparent);
}
.box--background-color-flask-purple {
  background-color: var(--color-flask-default);
}
.box--background-color-inherit {
  background-color: var(--inherit);
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-background-default {
    background-color: var(--color-background-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-background-alternative {
    background-color: var(--color-background-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-text-default {
    background-color: var(--color-text-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-text-alternative {
    background-color: var(--color-text-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-text-muted {
    background-color: var(--color-text-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-icon-default {
    background-color: var(--color-icon-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-icon-alternative {
    background-color: var(--color-icon-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-icon-muted {
    background-color: var(--color-icon-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-border-default {
    background-color: var(--color-border-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-border-muted {
    background-color: var(--color-border-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-overlay-default {
    background-color: var(--color-overlay-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-overlay-inverse {
    background-color: var(--color-overlay-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-primary-default {
    background-color: var(--color-primary-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-primary-alternative {
    background-color: var(--color-primary-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-primary-muted {
    background-color: var(--color-primary-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-primary-inverse {
    background-color: var(--color-primary-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-primary-disabled {
    background-color: var(--color-primary-disabled);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-error-default {
    background-color: var(--color-error-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-error-alternative {
    background-color: var(--color-error-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-error-muted {
    background-color: var(--color-error-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-error-inverse {
    background-color: var(--color-error-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-error-disabled {
    background-color: var(--color-error-disabled);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-warning-default {
    background-color: var(--color-warning-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-warning-alternative {
    background-color: var(--color-warning-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-warning-muted {
    background-color: var(--color-warning-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-warning-inverse {
    background-color: var(--color-warning-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-warning-disabled {
    background-color: var(--color-warning-disabled);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-success-default {
    background-color: var(--color-success-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-success-alternative {
    background-color: var(--color-success-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-success-muted {
    background-color: var(--color-success-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-success-inverse {
    background-color: var(--color-success-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-success-disabled {
    background-color: var(--color-success-disabled);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-info-default {
    background-color: var(--color-info-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-info-alternative {
    background-color: var(--color-info-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-info-muted {
    background-color: var(--color-info-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-info-inverse {
    background-color: var(--color-info-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-info-disabled {
    background-color: var(--color-info-disabled);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-mainnet {
    background-color: var(--mainnet);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-goerli {
    background-color: var(--color-network-goerli-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-sepolia {
    background-color: var(--color-network-sepolia-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-goerli-inverse {
    background-color: var(--color-network-goerli-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-sepolia-inverse {
    background-color: var(--color-network-sepolia-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-lineatestnet {
    background-color: var(--color-network-linea-testnet-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-lineatestnet-inverse {
    background-color: var(--color-network-linea-testnet-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-localhost {
    background-color: var(--color-network-localhost-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-transparent {
    background-color: var(--transparent);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-flask-purple {
    background-color: var(--color-flask-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm஬kground-color-inherit {
    background-color: var(--inherit);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-background-default {
    background-color: var(--color-background-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-background-alternative {
    background-color: var(--color-background-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-text-default {
    background-color: var(--color-text-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-text-alternative {
    background-color: var(--color-text-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-text-muted {
    background-color: var(--color-text-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-icon-default {
    background-color: var(--color-icon-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-icon-alternative {
    background-color: var(--color-icon-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-icon-muted {
    background-color: var(--color-icon-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-border-default {
    background-color: var(--color-border-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-border-muted {
    background-color: var(--color-border-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-overlay-default {
    background-color: var(--color-overlay-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-overlay-inverse {
    background-color: var(--color-overlay-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-primary-default {
    background-color: var(--color-primary-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-primary-alternative {
    background-color: var(--color-primary-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-primary-muted {
    background-color: var(--color-primary-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-primary-inverse {
    background-color: var(--color-primary-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-primary-disabled {
    background-color: var(--color-primary-disabled);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-error-default {
    background-color: var(--color-error-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-error-alternative {
    background-color: var(--color-error-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-error-muted {
    background-color: var(--color-error-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-error-inverse {
    background-color: var(--color-error-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-error-disabled {
    background-color: var(--color-error-disabled);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-warning-default {
    background-color: var(--color-warning-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-warning-alternative {
    background-color: var(--color-warning-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-warning-muted {
    background-color: var(--color-warning-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-warning-inverse {
    background-color: var(--color-warning-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-warning-disabled {
    background-color: var(--color-warning-disabled);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-success-default {
    background-color: var(--color-success-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-success-alternative {
    background-color: var(--color-success-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-success-muted {
    background-color: var(--color-success-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-success-inverse {
    background-color: var(--color-success-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-success-disabled {
    background-color: var(--color-success-disabled);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-info-default {
    background-color: var(--color-info-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-info-alternative {
    background-color: var(--color-info-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-info-muted {
    background-color: var(--color-info-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-info-inverse {
    background-color: var(--color-info-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-info-disabled {
    background-color: var(--color-info-disabled);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-mainnet {
    background-color: var(--mainnet);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-goerli {
    background-color: var(--color-network-goerli-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-sepolia {
    background-color: var(--color-network-sepolia-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-goerli-inverse {
    background-color: var(--color-network-goerli-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-sepolia-inverse {
    background-color: var(--color-network-sepolia-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-lineatestnet {
    background-color: var(--color-network-linea-testnet-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-lineatestnet-inverse {
    background-color: var(--color-network-linea-testnet-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-localhost {
    background-color: var(--color-network-localhost-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-transparent {
    background-color: var(--transparent);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-flask-purple {
    background-color: var(--color-flask-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md஬kground-color-inherit {
    background-color: var(--inherit);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-background-default {
    background-color: var(--color-background-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-background-alternative {
    background-color: var(--color-background-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-text-default {
    background-color: var(--color-text-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-text-alternative {
    background-color: var(--color-text-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-text-muted {
    background-color: var(--color-text-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-icon-default {
    background-color: var(--color-icon-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-icon-alternative {
    background-color: var(--color-icon-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-icon-muted {
    background-color: var(--color-icon-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-border-default {
    background-color: var(--color-border-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-border-muted {
    background-color: var(--color-border-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-overlay-default {
    background-color: var(--color-overlay-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-overlay-inverse {
    background-color: var(--color-overlay-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-primary-default {
    background-color: var(--color-primary-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-primary-alternative {
    background-color: var(--color-primary-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-primary-muted {
    background-color: var(--color-primary-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-primary-inverse {
    background-color: var(--color-primary-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-primary-disabled {
    background-color: var(--color-primary-disabled);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-error-default {
    background-color: var(--color-error-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-error-alternative {
    background-color: var(--color-error-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-error-muted {
    background-color: var(--color-error-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-error-inverse {
    background-color: var(--color-error-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-error-disabled {
    background-color: var(--color-error-disabled);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-warning-default {
    background-color: var(--color-warning-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-warning-alternative {
    background-color: var(--color-warning-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-warning-muted {
    background-color: var(--color-warning-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-warning-inverse {
    background-color: var(--color-warning-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-warning-disabled {
    background-color: var(--color-warning-disabled);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-success-default {
    background-color: var(--color-success-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-success-alternative {
    background-color: var(--color-success-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-success-muted {
    background-color: var(--color-success-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-success-inverse {
    background-color: var(--color-success-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-success-disabled {
    background-color: var(--color-success-disabled);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-info-default {
    background-color: var(--color-info-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-info-alternative {
    background-color: var(--color-info-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-info-muted {
    background-color: var(--color-info-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-info-inverse {
    background-color: var(--color-info-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-info-disabled {
    background-color: var(--color-info-disabled);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-mainnet {
    background-color: var(--mainnet);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-goerli {
    background-color: var(--color-network-goerli-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-sepolia {
    background-color: var(--color-network-sepolia-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-goerli-inverse {
    background-color: var(--color-network-goerli-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-sepolia-inverse {
    background-color: var(--color-network-sepolia-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-lineatestnet {
    background-color: var(--color-network-linea-testnet-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-lineatestnet-inverse {
    background-color: var(--color-network-linea-testnet-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-localhost {
    background-color: var(--color-network-localhost-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-transparent {
    background-color: var(--transparent);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-flask-purple {
    background-color: var(--color-flask-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg஬kground-color-inherit {
    background-color: var(--inherit);
  }
}
.box--color-background-default {
  color: var(--color-background-default);
}
.box--color-background-alternative {
  color: var(--color-background-alternative);
}
.box--color-text-default {
  color: var(--color-text-default);
}
.box--color-text-alternative {
  color: var(--color-text-alternative);
}
.box--color-text-muted {
  color: var(--color-text-muted);
}
.box--color-icon-default {
  color: var(--color-icon-default);
}
.box--color-icon-alternative {
  color: var(--color-icon-alternative);
}
.box--color-icon-muted {
  color: var(--color-icon-muted);
}
.box--color-border-default {
  color: var(--color-border-default);
}
.box--color-border-muted {
  color: var(--color-border-muted);
}
.box--color-overlay-default {
  color: var(--color-overlay-default);
}
.box--color-overlay-inverse {
  color: var(--color-overlay-inverse);
}
.box--color-primary-default {
  color: var(--color-primary-default);
}
.box--color-primary-alternative {
  color: var(--color-primary-alternative);
}
.box--color-primary-muted {
  color: var(--color-primary-muted);
}
.box--color-primary-inverse {
  color: var(--color-primary-inverse);
}
.box--color-primary-disabled {
  color: var(--color-primary-disabled);
}
.box--color-error-default {
  color: var(--color-error-default);
}
.box--color-error-alternative {
  color: var(--color-error-alternative);
}
.box--color-error-muted {
  color: var(--color-error-muted);
}
.box--color-error-inverse {
  color: var(--color-error-inverse);
}
.box--color-error-disabled {
  color: var(--color-error-disabled);
}
.box--color-warning-default {
  color: var(--color-warning-default);
}
.box--color-warning-alternative {
  color: var(--color-warning-alternative);
}
.box--color-warning-muted {
  color: var(--color-warning-muted);
}
.box--color-warning-inverse {
  color: var(--color-warning-inverse);
}
.box--color-warning-disabled {
  color: var(--color-warning-disabled);
}
.box--color-success-default {
  color: var(--color-success-default);
}
.box--color-success-alternative {
  color: var(--color-success-alternative);
}
.box--color-success-muted {
  color: var(--color-success-muted);
}
.box--color-success-inverse {
  color: var(--color-success-inverse);
}
.box--color-success-disabled {
  color: var(--color-success-disabled);
}
.box--color-info-default {
  color: var(--color-info-default);
}
.box--color-info-alternative {
  color: var(--color-info-alternative);
}
.box--color-info-muted {
  color: var(--color-info-muted);
}
.box--color-info-inverse {
  color: var(--color-info-inverse);
}
.box--color-info-disabled {
  color: var(--color-info-disabled);
}
.box--color-mainnet {
  color: var(--mainnet);
}
.box--color-goerli {
  color: var(--color-network-goerli-default);
}
.box--color-sepolia {
  color: var(--color-network-sepolia-default);
}
.box--color-goerli-inverse {
  color: var(--color-network-goerli-inverse);
}
.box--color-sepolia-inverse {
  color: var(--color-network-sepolia-inverse);
}
.box--color-lineatestnet {
  color: var(--color-network-linea-testnet-default);
}
.box--color-lineatestnet-inverse {
  color: var(--color-network-linea-testnet-inverse);
}
.box--color-localhost {
  color: var(--color-network-localhost-default);
}
.box--color-transparent {
  color: var(--transparent);
}
.box--color-flask-purple {
  color: var(--color-flask-default);
}
.box--color-inherit {
  color: var(--inherit);
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-background-default {
    color: var(--color-background-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-background-alternative {
    color: var(--color-background-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-text-default {
    color: var(--color-text-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-text-alternative {
    color: var(--color-text-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-text-muted {
    color: var(--color-text-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-icon-default {
    color: var(--color-icon-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-icon-alternative {
    color: var(--color-icon-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-icon-muted {
    color: var(--color-icon-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-border-default {
    color: var(--color-border-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-border-muted {
    color: var(--color-border-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-overlay-default {
    color: var(--color-overlay-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-overlay-inverse {
    color: var(--color-overlay-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-primary-default {
    color: var(--color-primary-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-primary-alternative {
    color: var(--color-primary-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-primary-muted {
    color: var(--color-primary-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-primary-inverse {
    color: var(--color-primary-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-primary-disabled {
    color: var(--color-primary-disabled);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-error-default {
    color: var(--color-error-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-error-alternative {
    color: var(--color-error-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-error-muted {
    color: var(--color-error-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-error-inverse {
    color: var(--color-error-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-error-disabled {
    color: var(--color-error-disabled);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-warning-default {
    color: var(--color-warning-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-warning-alternative {
    color: var(--color-warning-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-warning-muted {
    color: var(--color-warning-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-warning-inverse {
    color: var(--color-warning-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-warning-disabled {
    color: var(--color-warning-disabled);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-success-default {
    color: var(--color-success-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-success-alternative {
    color: var(--color-success-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-success-muted {
    color: var(--color-success-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-success-inverse {
    color: var(--color-success-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-success-disabled {
    color: var(--color-success-disabled);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-info-default {
    color: var(--color-info-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-info-alternative {
    color: var(--color-info-alternative);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-info-muted {
    color: var(--color-info-muted);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-info-inverse {
    color: var(--color-info-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-info-disabled {
    color: var(--color-info-disabled);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-mainnet {
    color: var(--mainnet);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-goerli {
    color: var(--color-network-goerli-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-sepolia {
    color: var(--color-network-sepolia-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-goerli-inverse {
    color: var(--color-network-goerli-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-sepolia-inverse {
    color: var(--color-network-sepolia-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-lineatestnet {
    color: var(--color-network-linea-testnet-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-lineatestnet-inverse {
    color: var(--color-network-linea-testnet-inverse);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-localhost {
    color: var(--color-network-localhost-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-transparent {
    color: var(--transparent);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-flask-purple {
    color: var(--color-flask-default);
  }
}
@media screen and (min-width: 576px) {
  .box--sm\c olor-inherit {
    color: var(--inherit);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-background-default {
    color: var(--color-background-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-background-alternative {
    color: var(--color-background-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-text-default {
    color: var(--color-text-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-text-alternative {
    color: var(--color-text-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-text-muted {
    color: var(--color-text-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-icon-default {
    color: var(--color-icon-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-icon-alternative {
    color: var(--color-icon-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-icon-muted {
    color: var(--color-icon-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-border-default {
    color: var(--color-border-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-border-muted {
    color: var(--color-border-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-overlay-default {
    color: var(--color-overlay-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-overlay-inverse {
    color: var(--color-overlay-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-primary-default {
    color: var(--color-primary-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-primary-alternative {
    color: var(--color-primary-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-primary-muted {
    color: var(--color-primary-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-primary-inverse {
    color: var(--color-primary-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-primary-disabled {
    color: var(--color-primary-disabled);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-error-default {
    color: var(--color-error-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-error-alternative {
    color: var(--color-error-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-error-muted {
    color: var(--color-error-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-error-inverse {
    color: var(--color-error-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-error-disabled {
    color: var(--color-error-disabled);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-warning-default {
    color: var(--color-warning-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-warning-alternative {
    color: var(--color-warning-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-warning-muted {
    color: var(--color-warning-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-warning-inverse {
    color: var(--color-warning-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-warning-disabled {
    color: var(--color-warning-disabled);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-success-default {
    color: var(--color-success-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-success-alternative {
    color: var(--color-success-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-success-muted {
    color: var(--color-success-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-success-inverse {
    color: var(--color-success-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-success-disabled {
    color: var(--color-success-disabled);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-info-default {
    color: var(--color-info-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-info-alternative {
    color: var(--color-info-alternative);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-info-muted {
    color: var(--color-info-muted);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-info-inverse {
    color: var(--color-info-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-info-disabled {
    color: var(--color-info-disabled);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-mainnet {
    color: var(--mainnet);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-goerli {
    color: var(--color-network-goerli-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-sepolia {
    color: var(--color-network-sepolia-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-goerli-inverse {
    color: var(--color-network-goerli-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-sepolia-inverse {
    color: var(--color-network-sepolia-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-lineatestnet {
    color: var(--color-network-linea-testnet-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-lineatestnet-inverse {
    color: var(--color-network-linea-testnet-inverse);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-localhost {
    color: var(--color-network-localhost-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-transparent {
    color: var(--transparent);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-flask-purple {
    color: var(--color-flask-default);
  }
}
@media screen and (min-width: 768px) {
  .box--md\c olor-inherit {
    color: var(--inherit);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-background-default {
    color: var(--color-background-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-background-alternative {
    color: var(--color-background-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-text-default {
    color: var(--color-text-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-text-alternative {
    color: var(--color-text-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-text-muted {
    color: var(--color-text-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-icon-default {
    color: var(--color-icon-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-icon-alternative {
    color: var(--color-icon-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-icon-muted {
    color: var(--color-icon-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-border-default {
    color: var(--color-border-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-border-muted {
    color: var(--color-border-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-overlay-default {
    color: var(--color-overlay-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-overlay-inverse {
    color: var(--color-overlay-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-primary-default {
    color: var(--color-primary-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-primary-alternative {
    color: var(--color-primary-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-primary-muted {
    color: var(--color-primary-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-primary-inverse {
    color: var(--color-primary-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-primary-disabled {
    color: var(--color-primary-disabled);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-error-default {
    color: var(--color-error-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-error-alternative {
    color: var(--color-error-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-error-muted {
    color: var(--color-error-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-error-inverse {
    color: var(--color-error-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-error-disabled {
    color: var(--color-error-disabled);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-warning-default {
    color: var(--color-warning-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-warning-alternative {
    color: var(--color-warning-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-warning-muted {
    color: var(--color-warning-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-warning-inverse {
    color: var(--color-warning-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-warning-disabled {
    color: var(--color-warning-disabled);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-success-default {
    color: var(--color-success-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-success-alternative {
    color: var(--color-success-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-success-muted {
    color: var(--color-success-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-success-inverse {
    color: var(--color-success-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-success-disabled {
    color: var(--color-success-disabled);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-info-default {
    color: var(--color-info-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-info-alternative {
    color: var(--color-info-alternative);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-info-muted {
    color: var(--color-info-muted);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-info-inverse {
    color: var(--color-info-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-info-disabled {
    color: var(--color-info-disabled);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-mainnet {
    color: var(--mainnet);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-goerli {
    color: var(--color-network-goerli-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-sepolia {
    color: var(--color-network-sepolia-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-goerli-inverse {
    color: var(--color-network-goerli-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-sepolia-inverse {
    color: var(--color-network-sepolia-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-lineatestnet {
    color: var(--color-network-linea-testnet-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-lineatestnet-inverse {
    color: var(--color-network-linea-testnet-inverse);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-localhost {
    color: var(--color-network-localhost-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-transparent {
    color: var(--transparent);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-flask-purple {
    color: var(--color-flask-default);
  }
}
@media screen and (min-width: 1280px) {
  .box--lg\c olor-inherit {
    color: var(--inherit);
  }
}

.breadcrumbs {
  display: flex;
  flex-flow: row nowrap;
}

.breadcrumb {
  height: 10px;
  width: 10px;
  border: 1px solid var(--color-border-default);
  border-radius: 50%;
}

.breadcrumb + .breadcrumb {
  margin-left: 10px;
}

.button-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-group__button {
  font-size: 1rem;
  border-style: solid;
  border-color: var(--color-border-default);
  border-width: 1px 1px 1px;
  border-left: 0;
  flex: 1;
  padding: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button-group__button:first-child {
  border-left: 1px solid var(--color-border-default);
  border-radius: 4px 0 0 4px;
}
.button-group__button:last-child {
  border-radius: 0 4px 4px 0;
}
.button-group__button--active {
  background-color: var(--color-primary-default);
  color: var(--color-primary-inverse);
}
.button-group__button:disabled {
  opacity: 0.5;
}

.radio-button-group .radio-button {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  border: 1px solid var(--color-border-muted);
  background: var(--color-background-default);
  border-radius: 25px;
  height: 25px;
  margin-right: 8px;
  min-width: 48px;
  padding: 0;
}
.radio-button-group .radio-button--active {
  background: var(--color-primary-default);
  color: var(--color-primary-inverse);
  border: none;
}
.radio-button-group .radio-button--danger {
  border: 1px solid var(--color-error-default);
  color: var(--color-error-default);
  background: var(--color-background-default);
}
.radio-button-group .radio-button:hover {
  box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
}
.radio-button-group .radio-button--active.radio-button--danger {
  border: 1px solid var(--color-error-default);
  color: var(--color-error-inverse);
  background: var(--color-error-default);
}

/*
  Buttons
 */
.button {
  font-size: 0.875rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.button--disabled, .button[disabled] {
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}
.button__icon {
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.btn-secondary {
  color: var(--color-primary-default);
  border: 1px solid var(--color-primary-muted);
  background-color: var(--color-background-default);
}
.btn-secondary:hover {
  border-color: var(--color-primary-default);
}
.btn-secondary:active {
  background: var(--color-primary-muted);
  border-color: var(--color-primary-default);
}
.btn-secondary--disabled, .btn-secondary[disabled] {
  opacity: 1;
  color: var(--color-primary-muted);
}

.btn-warning {
  color: var(--color-text-default);
  border: 1px solid var(--color-warning-default);
  background-color: var(--color-background-default);
}
.btn-warning:hover {
  border: 1px solid var(--color-warning-default);
}
.btn-warning:active {
  background: var(--color-warning-muted);
  border: 1px solid var(--color-warning-alternative);
}
.btn-warning--disabled, .btn-warning[disabled] {
  opacity: 1;
  color: var(--color-text-muted);
}

.btn-danger {
  color: var(--color-error-default);
  border: 1px solid var(--color-error-muted);
  background-color: var(--color-background-default);
}
.btn-danger:hover {
  border-color: var(--color-error-default);
}
.btn-danger:active {
  background: var(--color-error-muted);
  border-color: var(--color-error-default);
}
.btn-danger--disabled, .btn-danger[disabled] {
  opacity: 1;
  color: var(--color-error-disabled);
}

.btn-danger-primary {
  color: var(--color-error-inverse);
  border: 1px solid;
  border-color: var(--color-error-default);
  background-color: var(--color-error-default);
}
.btn-danger-primary:hover {
  border-color: var(--color-error-alternative);
  background-color: var(--color-error-alternative);
}
.btn-danger-primary:active {
  background: var(--color-error-alternative0);
  border-color: var(--color-error-alternative);
}
.btn-danger-primary--disabled, .btn-danger-primary[disabled] {
  opacity: 1;
  border-color: var(--color-error-disabled);
  background-color: var(--color-error-disabled);
}

.btn-default {
  color: var(--color-text-alternative);
  border: 1px solid var(--color-border-default);
  background: var(--color-background-default);
}
.btn-default:hover {
  border-color: var(--color-border-default);
}
.btn-default:active {
  background: var(--color-background-alternative);
  border-color: var(--color-border-default);
}
.btn-default--disabled, .btn-default[disabled] {
  opacity: 1;
  color: var(--color-text-muted);
}

.btn-primary {
  color: var(--color-primary-inverse);
  border: 1px solid var(--color-primary-default);
  background-color: var(--color-primary-default);
}
.btn-primary:hover {
  border-color: var(--color-primary-alternative);
  background-color: var(--color-primary-alternative);
}
.btn-primary:active {
  background: var(--color-primary-alternative);
  border-color: var(--color-primary-alternative);
}
.btn-primary--disabled, .btn-primary[disabled] {
  border-color: var(--color-primary-disabled);
  background-color: var(--color-primary-disabled);
}

.btn-link {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  cursor: pointer;
  background-color: transparent;
}
.btn-link:hover {
  color: var(--color-primary-alternative);
}
.btn-link:active {
  color: var(--color-primary-alternative);
}
.btn-link--disabled, .btn-link[disabled] {
  cursor: auto;
  opacity: 1;
  pointer-events: none;
  color: var(--color-primary-disabled);
}

.btn--large {
  min-height: 54px;
}

/**
  All Buttons styles are deviations from design guide
 */
.btn-raised {
  color: var(--color-primary-default);
  background-color: var(--color-background-default);
  box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
  padding: 6px;
  height: initial;
  min-height: initial;
  width: initial;
  min-width: initial;
}

button[disabled],
input[type=submit][disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn--rounded {
  border-radius: 100px;
  will-change: box-shadow;
  transition: box-shadow cubic-bezier(0.6, -0.28, 0.735, 0.045) 200ms;
}
.btn--rounded:hover {
  box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
}
.btn--rounded.btn-secondary {
  border: 1px solid var(--color-primary-default);
}
.btn--rounded.btn-secondary:hover {
  box-shadow: var(--shadow-size-sm) var(--color-primary-shadow);
}
.btn--rounded.btn-secondary--disabled, .btn--rounded.btn-secondary[disabled] {
  border-color: var(--color-primary-disabled);
  color: var(--color-primary-disabled);
}
.btn--rounded.btn-secondary:active {
  border-color: var(--color-primary-alternative);
}
.btn--rounded.btn-default {
  border: 1px solid var(--color-icon-default);
}
.btn--rounded.btn-default:hover {
  box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
}
.btn--rounded.btn-default--disabled, .btn--rounded.btn-default[disabled] {
  border-color: var(--color-border-muted);
  color: var(--color-text-muted);
}
.btn--rounded.btn-default:active {
  border-color: var(--color-text-alternative);
}
.btn--rounded.btn-danger {
  border: 1px solid var(--color-error-default);
}
.btn--rounded.btn-danger:hover {
  box-shadow: var(--shadow-size-sm) var(--color-error-shadow);
}
.btn--rounded.btn-danger--disabled, .btn--rounded.btn-danger[disabled] {
  border-color: var(--color-error-disabled);
  color: var(--color-error-disabled);
}
.btn--rounded.btn-danger:active {
  border-color: var(--color-error-alternative);
}
.btn--rounded.btn-warning {
  border: 1px solid var(--color-warning-default);
}
.btn--rounded.btn-warning:hover {
  box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
}
.btn--rounded.btn-warning--disabled, .btn--rounded.btn-warning[disabled] {
  border-color: var(--color-warning-alternative);
  color: var(--color-text-muted);
}
.btn--rounded.btn-warning:active {
  border-color: var(--color-warning-alternative);
}
.btn--rounded.btn-primary {
  background-color: var(--color-primary-default);
}
.btn--rounded.btn-primary:hover {
  box-shadow: var(--shadow-size-sm) var(--color-primary-shadow);
}
.btn--rounded.btn-primary--disabled, .btn--rounded.btn-primary[disabled] {
  background-color: var(--color-primary-disabled);
}
.btn--rounded.btn-primary:active {
  background-color: var(--color-primary-alternative);
}
.btn--rounded.btn-danger-primary {
  background-color: var(--color-error-default);
}
.btn--rounded.btn-danger-primary:hover {
  box-shadow: var(--shadow-size-sm) var(--color-error-shadow);
}
.btn--rounded.btn-danger-primary--disabled, .btn--rounded.btn-danger-primary[disabled] {
  background-color: var(--color-error-disabled);
}
.btn--rounded.btn-danger-primary:active {
  background-color: var(--color-error-alternative);
}

.btn--inline {
  display: inline;
  padding: 0;
  font-size: inherit;
  width: auto;
  color: var(--color-primary-default);
  cursor: pointer;
  background-color: transparent;
}
.btn--inline:hover {
  color: var(--color-primary-alternative);
}
.btn--inline:active {
  color: var(--color-primary-alternative);
}
.btn--inline--disabled, .btn--inline[disabled] {
  cursor: auto;
  opacity: 1;
  pointer-events: none;
  color: var(--color-primary-disabled);
}

.callout {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 16px;
  display: grid;
  grid-template-columns: minmax(0, auto) 1fr minmax(0, auto);
  grid-template-rows: 1fr;
  transition: opacity 0.75s 0s;
}
.callout a {
  color: var(--color-primary-default);
}
.callout--dismissible.callout--first {
  box-shadow: 0 -5px 5px -5px var(--color-shadow-default);
}
.callout--multiple {
  padding-top: 8px;
  padding-bottom: 8px;
}
.callout--multiple.callout--first {
  padding-top: 16px;
}
.callout--multiple.callout--last {
  padding-bottom: 16px;
}
.callout--dismissed {
  opacity: 0;
}
.callout--warning {
  border-left: 2px solid var(--color-warning-default);
}
.callout--danger {
  border-left: 2px solid var(--color-error-default);
}
.callout--info {
  border-left: 2px solid var(--color-info-default);
}
.callout--success {
  border-left: 2px solid var(--color-success-default);
}
.callout .info-icon {
  margin: unset;
  margin-right: 10px;
}
.callout__close-button {
  margin-left: 8px;
  background: unset;
  cursor: pointer;
}

.check-box {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: var(--color-background-default);
  color: var(--color-icon-muted);
  width: 18px;
  height: 18px;
  font-size: 21px;
  line-height: 0.9;
  border-radius: 2px;
  display: flex;
}
.check-box__checked, .check-box__indeterminate {
  color: var(--color-primary-default);
  border-color: var(--color-primary-default);
}
.check-box:disabled {
  color: var(--color-icon-muted);
  cursor: not-allowed;
}

/*
Responsive breakpoints
*/
/*
DEPRECATED
*/
/**
  These colors are either deprecated or will move into colors.scss
  when approved for the design system
**/
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "串";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-brands-400.eot");
  src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype"), url("fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.eot");
  src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype"), url("fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-regular-400.eot");
  src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype"), url("fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 400;
  src: url("EuclidCircularB-Regular-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: italic;
  font-weight: 400;
  src: url("EuclidCircularB-RegularItalic-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 500;
  src: url("EuclidCircularB-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 700;
  src: url("EuclidCircularB-Bold-WebXL.ttf") format("truetype");
}
/*
  Z-Indicies
*/
.chip {
  border-radius: 100px;
  border: 1px solid var(--color-border-default);
  padding: 8px 16px;
  margin: 0 4px;
  display: flex;
  align-items: center;
}
.chip__left-icon, .chip__right-icon {
  display: flex;
  align-items: center;
}
.chip__left-url-icon {
  margin-right: 8px;
}
.chip--border-color-background-default {
  border-color: var(--color-background-default);
}
.chip--background-color-background-default {
  background-color: var(--color-background-default);
}
.chip--border-color-background-alternative {
  border-color: var(--color-background-alternative);
}
.chip--background-color-background-alternative {
  background-color: var(--color-background-alternative);
}
.chip--border-color-text-default {
  border-color: var(--color-text-default);
}
.chip--background-color-text-default {
  background-color: var(--color-text-default);
}
.chip--border-color-text-alternative {
  border-color: var(--color-text-alternative);
}
.chip--background-color-text-alternative {
  background-color: var(--color-text-alternative);
}
.chip--border-color-text-muted {
  border-color: var(--color-text-muted);
}
.chip--background-color-text-muted {
  background-color: var(--color-text-muted);
}
.chip--border-color-icon-default {
  border-color: var(--color-icon-default);
}
.chip--background-color-icon-default {
  background-color: var(--color-icon-default);
}
.chip--border-color-icon-alternative {
  border-color: var(--color-icon-alternative);
}
.chip--background-color-icon-alternative {
  background-color: var(--color-icon-alternative);
}
.chip--border-color-icon-muted {
  border-color: var(--color-icon-muted);
}
.chip--background-color-icon-muted {
  background-color: var(--color-icon-muted);
}
.chip--border-color-border-default {
  border-color: var(--color-border-default);
}
.chip--background-color-border-default {
  background-color: var(--color-border-default);
}
.chip--border-color-border-muted {
  border-color: var(--color-border-muted);
}
.chip--background-color-border-muted {
  background-color: var(--color-border-muted);
}
.chip--border-color-overlay-default {
  border-color: var(--color-overlay-default);
}
.chip--background-color-overlay-default {
  background-color: var(--color-overlay-default);
}
.chip--border-color-overlay-inverse {
  border-color: var(--color-overlay-inverse);
}
.chip--background-color-overlay-inverse {
  background-color: var(--color-overlay-inverse);
}
.chip--border-color-primary-default {
  border-color: var(--color-primary-default);
}
.chip--background-color-primary-default {
  background-color: var(--color-primary-default);
}
.chip--border-color-primary-alternative {
  border-color: var(--color-primary-alternative);
}
.chip--background-color-primary-alternative {
  background-color: var(--color-primary-alternative);
}
.chip--border-color-primary-muted {
  border-color: var(--color-primary-muted);
}
.chip--background-color-primary-muted {
  background-color: var(--color-primary-muted);
}
.chip--border-color-primary-inverse {
  border-color: var(--color-primary-inverse);
}
.chip--background-color-primary-inverse {
  background-color: var(--color-primary-inverse);
}
.chip--border-color-primary-disabled {
  border-color: var(--color-primary-disabled);
}
.chip--background-color-primary-disabled {
  background-color: var(--color-primary-disabled);
}
.chip--border-color-error-default {
  border-color: var(--color-error-default);
}
.chip--background-color-error-default {
  background-color: var(--color-error-default);
}
.chip--border-color-error-alternative {
  border-color: var(--color-error-alternative);
}
.chip--background-color-error-alternative {
  background-color: var(--color-error-alternative);
}
.chip--border-color-error-muted {
  border-color: var(--color-error-muted);
}
.chip--background-color-error-muted {
  background-color: var(--color-error-muted);
}
.chip--border-color-error-inverse {
  border-color: var(--color-error-inverse);
}
.chip--background-color-error-inverse {
  background-color: var(--color-error-inverse);
}
.chip--border-color-error-disabled {
  border-color: var(--color-error-disabled);
}
.chip--background-color-error-disabled {
  background-color: var(--color-error-disabled);
}
.chip--border-color-warning-default {
  border-color: var(--color-warning-default);
}
.chip--background-color-warning-default {
  background-color: var(--color-warning-default);
}
.chip--border-color-warning-alternative {
  border-color: var(--color-warning-alternative);
}
.chip--background-color-warning-alternative {
  background-color: var(--color-warning-alternative);
}
.chip--border-color-warning-muted {
  border-color: var(--color-warning-muted);
}
.chip--background-color-warning-muted {
  background-color: var(--color-warning-muted);
}
.chip--border-color-warning-inverse {
  border-color: var(--color-warning-inverse);
}
.chip--background-color-warning-inverse {
  background-color: var(--color-warning-inverse);
}
.chip--border-color-warning-disabled {
  border-color: var(--color-warning-disabled);
}
.chip--background-color-warning-disabled {
  background-color: var(--color-warning-disabled);
}
.chip--border-color-success-default {
  border-color: var(--color-success-default);
}
.chip--background-color-success-default {
  background-color: var(--color-success-default);
}
.chip--border-color-success-alternative {
  border-color: var(--color-success-alternative);
}
.chip--background-color-success-alternative {
  background-color: var(--color-success-alternative);
}
.chip--border-color-success-muted {
  border-color: var(--color-success-muted);
}
.chip--background-color-success-muted {
  background-color: var(--color-success-muted);
}
.chip--border-color-success-inverse {
  border-color: var(--color-success-inverse);
}
.chip--background-color-success-inverse {
  background-color: var(--color-success-inverse);
}
.chip--border-color-success-disabled {
  border-color: var(--color-success-disabled);
}
.chip--background-color-success-disabled {
  background-color: var(--color-success-disabled);
}
.chip--border-color-info-default {
  border-color: var(--color-info-default);
}
.chip--background-color-info-default {
  background-color: var(--color-info-default);
}
.chip--border-color-info-alternative {
  border-color: var(--color-info-alternative);
}
.chip--background-color-info-alternative {
  background-color: var(--color-info-alternative);
}
.chip--border-color-info-muted {
  border-color: var(--color-info-muted);
}
.chip--background-color-info-muted {
  background-color: var(--color-info-muted);
}
.chip--border-color-info-inverse {
  border-color: var(--color-info-inverse);
}
.chip--background-color-info-inverse {
  background-color: var(--color-info-inverse);
}
.chip--border-color-info-disabled {
  border-color: var(--color-info-disabled);
}
.chip--background-color-info-disabled {
  background-color: var(--color-info-disabled);
}
.chip--border-color-mainnet {
  border-color: var(--mainnet);
}
.chip--background-color-mainnet {
  background-color: var(--mainnet);
}
.chip--border-color-goerli {
  border-color: var(--color-network-goerli-default);
}
.chip--background-color-goerli {
  background-color: var(--color-network-goerli-default);
}
.chip--border-color-sepolia {
  border-color: var(--color-network-sepolia-default);
}
.chip--background-color-sepolia {
  background-color: var(--color-network-sepolia-default);
}
.chip--border-color-goerli-inverse {
  border-color: var(--color-network-goerli-inverse);
}
.chip--background-color-goerli-inverse {
  background-color: var(--color-network-goerli-inverse);
}
.chip--border-color-sepolia-inverse {
  border-color: var(--color-network-sepolia-inverse);
}
.chip--background-color-sepolia-inverse {
  background-color: var(--color-network-sepolia-inverse);
}
.chip--border-color-lineatestnet {
  border-color: var(--color-network-linea-testnet-default);
}
.chip--background-color-lineatestnet {
  background-color: var(--color-network-linea-testnet-default);
}
.chip--border-color-lineatestnet-inverse {
  border-color: var(--color-network-linea-testnet-inverse);
}
.chip--background-color-lineatestnet-inverse {
  background-color: var(--color-network-linea-testnet-inverse);
}
.chip--border-color-localhost {
  border-color: var(--color-network-localhost-default);
}
.chip--background-color-localhost {
  background-color: var(--color-network-localhost-default);
}
.chip--border-color-transparent {
  border-color: var(--transparent);
}
.chip--background-color-transparent {
  background-color: var(--transparent);
}
.chip--border-color-flask-purple {
  border-color: var(--color-flask-default);
}
.chip--background-color-flask-purple {
  background-color: var(--color-flask-default);
}
.chip--border-color-inherit {
  border-color: var(--inherit);
}
.chip--background-color-inherit {
  background-color: var(--inherit);
}
.chip--with-left-icon, .chip--with-right-icon {
  padding-top: 4px;
  padding-bottom: 4px;
}
.chip--with-left-icon {
  padding-left: 4px;
}
.chip--with-left-icon .chip__label {
  margin-left: 8px;
}
.chip--with-input .chip__input {
  direction: ltr;
  border: none;
  background: transparent;
  text-align: center;
  width: 100%;
  font-size: 1rem;
  color: var(--color-text-default);
}
.chip--with-input .chip__input:focus {
  text-align: left;
}
.chip--with-input .chip__input:focus-visible {
  outline: none;
}
.chip--with-right-icon {
  padding-right: 4px;
}
.chip--with-right-icon .chip__label {
  margin-right: 8px;
}
.chip--max-content {
  width: max-content;
}
.chip--display-inline-block {
  display: inline-block;
}

/*
Responsive breakpoints
*/
/*
DEPRECATED
*/
/**
  These colors are either deprecated or will move into colors.scss
  when approved for the design system
**/
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "串";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-brands-400.eot");
  src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype"), url("fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.eot");
  src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype"), url("fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-regular-400.eot");
  src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype"), url("fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 400;
  src: url("EuclidCircularB-Regular-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: italic;
  font-weight: 400;
  src: url("EuclidCircularB-RegularItalic-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 500;
  src: url("EuclidCircularB-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 700;
  src: url("EuclidCircularB-Bold-WebXL.ttf") format("truetype");
}
/*
  Z-Indicies
*/
.color-indicator {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-indicator__inner-circle {
  background-color: transparent;
}
.color-indicator--size-xl {
  height: 16px;
  width: 16px;
  border-radius: 8px;
}
.color-indicator--size-xl .color-indicator__inner-circle {
  border-radius: 8px;
  height: 8px;
  width: 8px;
}
.color-indicator--size-xl .color-indicator__icon {
  font-size: 10px;
}
.color-indicator--size-lg {
  height: 12px;
  width: 12px;
  border-radius: 6px;
}
.color-indicator--size-lg .color-indicator__inner-circle {
  border-radius: 6px;
  height: 6px;
  width: 6px;
}
.color-indicator--size-lg .color-indicator__icon {
  font-size: 7.5px;
}
.color-indicator--size-md {
  height: 10px;
  width: 10px;
  border-radius: 5px;
}
.color-indicator--size-md .color-indicator__inner-circle {
  border-radius: 5px;
  height: 5px;
  width: 5px;
}
.color-indicator--size-md .color-indicator__icon {
  font-size: 6.25px;
}
.color-indicator--size-sm {
  height: 8px;
  width: 8px;
  border-radius: 4px;
}
.color-indicator--size-sm .color-indicator__inner-circle {
  border-radius: 4px;
  height: 4px;
  width: 4px;
}
.color-indicator--size-sm .color-indicator__icon {
  font-size: 5px;
}
.color-indicator--size-xs {
  height: 5px;
  width: 5px;
  border-radius: 2.5px;
}
.color-indicator--size-xs .color-indicator__inner-circle {
  border-radius: 2.5px;
  height: 2.5px;
  width: 2.5px;
}
.color-indicator--size-xs .color-indicator__icon {
  font-size: 3.125px;
}
.color-indicator--color-background-default {
  border-color: var(--color-background-default);
}
.color-indicator--color-background-default.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-background-default);
}
.color-indicator--color-background-default.color-indicator--filled {
  background-color: var(--color-background-default);
}
.color-indicator--color-background-default .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-background-alternative {
  border-color: var(--color-background-alternative);
}
.color-indicator--color-background-alternative.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-background-alternative);
}
.color-indicator--color-background-alternative.color-indicator--filled {
  background-color: var(--color-background-alternative);
}
.color-indicator--color-background-alternative .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-text-default {
  border-color: var(--color-text-default);
}
.color-indicator--color-text-default.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-text-default);
}
.color-indicator--color-text-default.color-indicator--filled {
  background-color: var(--color-text-default);
}
.color-indicator--color-text-default .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-text-alternative {
  border-color: var(--color-text-alternative);
}
.color-indicator--color-text-alternative.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-text-alternative);
}
.color-indicator--color-text-alternative.color-indicator--filled {
  background-color: var(--color-text-alternative);
}
.color-indicator--color-text-alternative .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-text-muted {
  border-color: var(--color-text-muted);
}
.color-indicator--color-text-muted.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-text-muted);
}
.color-indicator--color-text-muted.color-indicator--filled {
  background-color: var(--color-text-muted);
}
.color-indicator--color-text-muted .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-icon-default {
  border-color: var(--color-icon-default);
}
.color-indicator--color-icon-default.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-icon-default);
}
.color-indicator--color-icon-default.color-indicator--filled {
  background-color: var(--color-icon-default);
}
.color-indicator--color-icon-default .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-icon-alternative {
  border-color: var(--color-icon-alternative);
}
.color-indicator--color-icon-alternative.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-icon-alternative);
}
.color-indicator--color-icon-alternative.color-indicator--filled {
  background-color: var(--color-icon-alternative);
}
.color-indicator--color-icon-alternative .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-icon-muted {
  border-color: var(--color-icon-muted);
}
.color-indicator--color-icon-muted.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-icon-muted);
}
.color-indicator--color-icon-muted.color-indicator--filled {
  background-color: var(--color-icon-muted);
}
.color-indicator--color-icon-muted .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-border-default {
  border-color: var(--color-border-default);
}
.color-indicator--color-border-default.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-border-default);
}
.color-indicator--color-border-default.color-indicator--filled {
  background-color: var(--color-border-default);
}
.color-indicator--color-border-default .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-border-muted {
  border-color: var(--color-border-muted);
}
.color-indicator--color-border-muted.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-border-muted);
}
.color-indicator--color-border-muted.color-indicator--filled {
  background-color: var(--color-border-muted);
}
.color-indicator--color-border-muted .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-overlay-default {
  border-color: var(--color-overlay-default);
}
.color-indicator--color-overlay-default.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-overlay-default);
}
.color-indicator--color-overlay-default.color-indicator--filled {
  background-color: var(--color-overlay-default);
}
.color-indicator--color-overlay-default .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-overlay-inverse {
  border-color: var(--color-overlay-inverse);
}
.color-indicator--color-overlay-inverse.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-overlay-inverse);
}
.color-indicator--color-overlay-inverse.color-indicator--filled {
  background-color: var(--color-overlay-inverse);
}
.color-indicator--color-overlay-inverse .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-primary-default {
  border-color: var(--color-primary-default);
}
.color-indicator--color-primary-default.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-primary-default);
}
.color-indicator--color-primary-default.color-indicator--filled {
  background-color: var(--color-primary-default);
}
.color-indicator--color-primary-default .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-primary-alternative {
  border-color: var(--color-primary-alternative);
}
.color-indicator--color-primary-alternative.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-primary-alternative);
}
.color-indicator--color-primary-alternative.color-indicator--filled {
  background-color: var(--color-primary-alternative);
}
.color-indicator--color-primary-alternative .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-primary-muted {
  border-color: var(--color-primary-muted);
}
.color-indicator--color-primary-muted.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-primary-muted);
}
.color-indicator--color-primary-muted.color-indicator--filled {
  background-color: var(--color-primary-muted);
}
.color-indicator--color-primary-muted .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-primary-inverse {
  border-color: var(--color-primary-inverse);
}
.color-indicator--color-primary-inverse.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-primary-inverse);
}
.color-indicator--color-primary-inverse.color-indicator--filled {
  background-color: var(--color-primary-inverse);
}
.color-indicator--color-primary-inverse .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-primary-disabled {
  border-color: var(--color-primary-disabled);
}
.color-indicator--color-primary-disabled.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-primary-disabled);
}
.color-indicator--color-primary-disabled.color-indicator--filled {
  background-color: var(--color-primary-disabled);
}
.color-indicator--color-primary-disabled .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-error-default {
  border-color: var(--color-error-default);
}
.color-indicator--color-error-default.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-error-default);
}
.color-indicator--color-error-default.color-indicator--filled {
  background-color: var(--color-error-default);
}
.color-indicator--color-error-default .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-error-alternative {
  border-color: var(--color-error-alternative);
}
.color-indicator--color-error-alternative.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-error-alternative);
}
.color-indicator--color-error-alternative.color-indicator--filled {
  background-color: var(--color-error-alternative);
}
.color-indicator--color-error-alternative .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-error-muted {
  border-color: var(--color-error-muted);
}
.color-indicator--color-error-muted.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-error-muted);
}
.color-indicator--color-error-muted.color-indicator--filled {
  background-color: var(--color-error-muted);
}
.color-indicator--color-error-muted .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-error-inverse {
  border-color: var(--color-error-inverse);
}
.color-indicator--color-error-inverse.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-error-inverse);
}
.color-indicator--color-error-inverse.color-indicator--filled {
  background-color: var(--color-error-inverse);
}
.color-indicator--color-error-inverse .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-error-disabled {
  border-color: var(--color-error-disabled);
}
.color-indicator--color-error-disabled.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-error-disabled);
}
.color-indicator--color-error-disabled.color-indicator--filled {
  background-color: var(--color-error-disabled);
}
.color-indicator--color-error-disabled .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-warning-default {
  border-color: var(--color-warning-default);
}
.color-indicator--color-warning-default.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-warning-default);
}
.color-indicator--color-warning-default.color-indicator--filled {
  background-color: var(--color-warning-default);
}
.color-indicator--color-warning-default .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-warning-alternative {
  border-color: var(--color-warning-alternative);
}
.color-indicator--color-warning-alternative.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-warning-alternative);
}
.color-indicator--color-warning-alternative.color-indicator--filled {
  background-color: var(--color-warning-alternative);
}
.color-indicator--color-warning-alternative .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-warning-muted {
  border-color: var(--color-warning-muted);
}
.color-indicator--color-warning-muted.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-warning-muted);
}
.color-indicator--color-warning-muted.color-indicator--filled {
  background-color: var(--color-warning-muted);
}
.color-indicator--color-warning-muted .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-warning-inverse {
  border-color: var(--color-warning-inverse);
}
.color-indicator--color-warning-inverse.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-warning-inverse);
}
.color-indicator--color-warning-inverse.color-indicator--filled {
  background-color: var(--color-warning-inverse);
}
.color-indicator--color-warning-inverse .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-warning-disabled {
  border-color: var(--color-warning-disabled);
}
.color-indicator--color-warning-disabled.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-warning-disabled);
}
.color-indicator--color-warning-disabled.color-indicator--filled {
  background-color: var(--color-warning-disabled);
}
.color-indicator--color-warning-disabled .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-success-default {
  border-color: var(--color-success-default);
}
.color-indicator--color-success-default.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-success-default);
}
.color-indicator--color-success-default.color-indicator--filled {
  background-color: var(--color-success-default);
}
.color-indicator--color-success-default .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-success-alternative {
  border-color: var(--color-success-alternative);
}
.color-indicator--color-success-alternative.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-success-alternative);
}
.color-indicator--color-success-alternative.color-indicator--filled {
  background-color: var(--color-success-alternative);
}
.color-indicator--color-success-alternative .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-success-muted {
  border-color: var(--color-success-muted);
}
.color-indicator--color-success-muted.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-success-muted);
}
.color-indicator--color-success-muted.color-indicator--filled {
  background-color: var(--color-success-muted);
}
.color-indicator--color-success-muted .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-success-inverse {
  border-color: var(--color-success-inverse);
}
.color-indicator--color-success-inverse.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-success-inverse);
}
.color-indicator--color-success-inverse.color-indicator--filled {
  background-color: var(--color-success-inverse);
}
.color-indicator--color-success-inverse .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-success-disabled {
  border-color: var(--color-success-disabled);
}
.color-indicator--color-success-disabled.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-success-disabled);
}
.color-indicator--color-success-disabled.color-indicator--filled {
  background-color: var(--color-success-disabled);
}
.color-indicator--color-success-disabled .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-info-default {
  border-color: var(--color-info-default);
}
.color-indicator--color-info-default.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-info-default);
}
.color-indicator--color-info-default.color-indicator--filled {
  background-color: var(--color-info-default);
}
.color-indicator--color-info-default .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-info-alternative {
  border-color: var(--color-info-alternative);
}
.color-indicator--color-info-alternative.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-info-alternative);
}
.color-indicator--color-info-alternative.color-indicator--filled {
  background-color: var(--color-info-alternative);
}
.color-indicator--color-info-alternative .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-info-muted {
  border-color: var(--color-info-muted);
}
.color-indicator--color-info-muted.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-info-muted);
}
.color-indicator--color-info-muted.color-indicator--filled {
  background-color: var(--color-info-muted);
}
.color-indicator--color-info-muted .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-info-inverse {
  border-color: var(--color-info-inverse);
}
.color-indicator--color-info-inverse.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-info-inverse);
}
.color-indicator--color-info-inverse.color-indicator--filled {
  background-color: var(--color-info-inverse);
}
.color-indicator--color-info-inverse .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-info-disabled {
  border-color: var(--color-info-disabled);
}
.color-indicator--color-info-disabled.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-info-disabled);
}
.color-indicator--color-info-disabled.color-indicator--filled {
  background-color: var(--color-info-disabled);
}
.color-indicator--color-info-disabled .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-mainnet {
  border-color: var(--mainnet);
}
.color-indicator--color-mainnet.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--mainnet);
}
.color-indicator--color-mainnet.color-indicator--filled {
  background-color: var(--mainnet);
}
.color-indicator--color-mainnet .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-goerli {
  border-color: var(--color-network-goerli-default);
}
.color-indicator--color-goerli.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-network-goerli-default);
}
.color-indicator--color-goerli.color-indicator--filled {
  background-color: var(--color-network-goerli-default);
}
.color-indicator--color-goerli .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-sepolia {
  border-color: var(--color-network-sepolia-default);
}
.color-indicator--color-sepolia.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-network-sepolia-default);
}
.color-indicator--color-sepolia.color-indicator--filled {
  background-color: var(--color-network-sepolia-default);
}
.color-indicator--color-sepolia .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-goerli-inverse {
  border-color: var(--color-network-goerli-inverse);
}
.color-indicator--color-goerli-inverse.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-network-goerli-inverse);
}
.color-indicator--color-goerli-inverse.color-indicator--filled {
  background-color: var(--color-network-goerli-inverse);
}
.color-indicator--color-goerli-inverse .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-sepolia-inverse {
  border-color: var(--color-network-sepolia-inverse);
}
.color-indicator--color-sepolia-inverse.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-network-sepolia-inverse);
}
.color-indicator--color-sepolia-inverse.color-indicator--filled {
  background-color: var(--color-network-sepolia-inverse);
}
.color-indicator--color-sepolia-inverse .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-lineatestnet {
  border-color: var(--color-network-linea-testnet-default);
}
.color-indicator--color-lineatestnet.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-network-linea-testnet-default);
}
.color-indicator--color-lineatestnet.color-indicator--filled {
  background-color: var(--color-network-linea-testnet-default);
}
.color-indicator--color-lineatestnet .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-lineatestnet-inverse {
  border-color: var(--color-network-linea-testnet-inverse);
}
.color-indicator--color-lineatestnet-inverse.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-network-linea-testnet-inverse);
}
.color-indicator--color-lineatestnet-inverse.color-indicator--filled {
  background-color: var(--color-network-linea-testnet-inverse);
}
.color-indicator--color-lineatestnet-inverse .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-localhost {
  border-color: var(--color-network-localhost-default);
}
.color-indicator--color-localhost.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-network-localhost-default);
}
.color-indicator--color-localhost.color-indicator--filled {
  background-color: var(--color-network-localhost-default);
}
.color-indicator--color-localhost .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-transparent {
  border-color: var(--transparent);
}
.color-indicator--color-transparent.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--transparent);
}
.color-indicator--color-transparent.color-indicator--filled {
  background-color: var(--transparent);
}
.color-indicator--color-transparent .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-flask-purple {
  border-color: var(--color-flask-default);
}
.color-indicator--color-flask-purple.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--color-flask-default);
}
.color-indicator--color-flask-purple.color-indicator--filled {
  background-color: var(--color-flask-default);
}
.color-indicator--color-flask-purple .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--color-inherit {
  border-color: var(--inherit);
}
.color-indicator--color-inherit.color-indicator--partial-filled .color-indicator__inner-circle {
  background-color: var(--inherit);
}
.color-indicator--color-inherit.color-indicator--filled {
  background-color: var(--inherit);
}
.color-indicator--color-inherit .color-indicator__icon {
  color: var(--color-icon-default);
}
.color-indicator--border-color-background-default {
  border-color: var(--color-background-default);
}
.color-indicator--border-color-background-alternative {
  border-color: var(--color-background-alternative);
}
.color-indicator--border-color-text-default {
  border-color: var(--color-text-default);
}
.color-indicator--border-color-text-alternative {
  border-color: var(--color-text-alternative);
}
.color-indicator--border-color-text-muted {
  border-color: var(--color-text-muted);
}
.color-indicator--border-color-icon-default {
  border-color: var(--color-icon-default);
}
.color-indicator--border-color-icon-alternative {
  border-color: var(--color-icon-alternative);
}
.color-indicator--border-color-icon-muted {
  border-color: var(--color-icon-muted);
}
.color-indicator--border-color-border-default {
  border-color: var(--color-border-default);
}
.color-indicator--border-color-border-muted {
  border-color: var(--color-border-muted);
}
.color-indicator--border-color-overlay-default {
  border-color: var(--color-overlay-default);
}
.color-indicator--border-color-overlay-inverse {
  border-color: var(--color-overlay-inverse);
}
.color-indicator--border-color-primary-default {
  border-color: var(--color-primary-default);
}
.color-indicator--border-color-primary-alternative {
  border-color: var(--color-primary-alternative);
}
.color-indicator--border-color-primary-muted {
  border-color: var(--color-primary-muted);
}
.color-indicator--border-color-primary-inverse {
  border-color: var(--color-primary-inverse);
}
.color-indicator--border-color-primary-disabled {
  border-color: var(--color-primary-disabled);
}
.color-indicator--border-color-error-default {
  border-color: var(--color-error-default);
}
.color-indicator--border-color-error-alternative {
  border-color: var(--color-error-alternative);
}
.color-indicator--border-color-error-muted {
  border-color: var(--color-error-muted);
}
.color-indicator--border-color-error-inverse {
  border-color: var(--color-error-inverse);
}
.color-indicator--border-color-error-disabled {
  border-color: var(--color-error-disabled);
}
.color-indicator--border-color-warning-default {
  border-color: var(--color-warning-default);
}
.color-indicator--border-color-warning-alternative {
  border-color: var(--color-warning-alternative);
}
.color-indicator--border-color-warning-muted {
  border-color: var(--color-warning-muted);
}
.color-indicator--border-color-warning-inverse {
  border-color: var(--color-warning-inverse);
}
.color-indicator--border-color-warning-disabled {
  border-color: var(--color-warning-disabled);
}
.color-indicator--border-color-success-default {
  border-color: var(--color-success-default);
}
.color-indicator--border-color-success-alternative {
  border-color: var(--color-success-alternative);
}
.color-indicator--border-color-success-muted {
  border-color: var(--color-success-muted);
}
.color-indicator--border-color-success-inverse {
  border-color: var(--color-success-inverse);
}
.color-indicator--border-color-success-disabled {
  border-color: var(--color-success-disabled);
}
.color-indicator--border-color-info-default {
  border-color: var(--color-info-default);
}
.color-indicator--border-color-info-alternative {
  border-color: var(--color-info-alternative);
}
.color-indicator--border-color-info-muted {
  border-color: var(--color-info-muted);
}
.color-indicator--border-color-info-inverse {
  border-color: var(--color-info-inverse);
}
.color-indicator--border-color-info-disabled {
  border-color: var(--color-info-disabled);
}
.color-indicator--border-color-mainnet {
  border-color: var(--mainnet);
}
.color-indicator--border-color-goerli {
  border-color: var(--color-network-goerli-default);
}
.color-indicator--border-color-sepolia {
  border-color: var(--color-network-sepolia-default);
}
.color-indicator--border-color-goerli-inverse {
  border-color: var(--color-network-goerli-inverse);
}
.color-indicator--border-color-sepolia-inverse {
  border-color: var(--color-network-sepolia-inverse);
}
.color-indicator--border-color-lineatestnet {
  border-color: var(--color-network-linea-testnet-default);
}
.color-indicator--border-color-lineatestnet-inverse {
  border-color: var(--color-network-linea-testnet-inverse);
}
.color-indicator--border-color-localhost {
  border-color: var(--color-network-localhost-default);
}
.color-indicator--border-color-transparent {
  border-color: var(--transparent);
}
.color-indicator--border-color-flask-purple {
  border-color: var(--color-flask-default);
}
.color-indicator--border-color-inherit {
  border-color: var(--inherit);
}

.confusable__point {
  color: var(--color-error-default);
}

.currency-display-component {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.currency-display-component__text {
  /*rtl:ignore*/
  direction: ltr;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.currency-display-component__prefix {
  padding-right: 4px;
}
.currency-display-component__suffix {
  padding-left: 4px;
}

.definition-list__term {
  display: flex;
  align-items: center;
}
.definition-list__term i {
  color: var(--color-icon-default);
  margin-left: 6px;
  font-size: 0.625rem;
}
.definition-list__term .definition-list__tooltip-wrapper {
  display: flex !important;
  align-items: center;
}

.dialog {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 8px;
}
.dialog--message {
  color: var(--color-text-default);
  background-color: var(--color-info-muted);
  border: 1px solid var(--color-info-default);
}
.dialog--error {
  color: 1px solid var(--color-text-default);
  background-color: var(--color-error-muted);
  border: 1px solid var(--color-error-default);
}
.dialog--warning {
  color: 1px solid var(--color-text-default);
  background-color: var(--color-warning-muted);
  border: 1px solid var(--color-warning-default);
}

.dropdown {
  position: relative;
  display: inline-block;
  height: 36px;
}
.dropdown__select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 0.875rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  border: 1px solid var(--color-border-default);
  border-radius: 4px;
  background-color: var(--color-background-default);
  padding: 8px 40px 8px 16px;
  width: 100%;
}
[dir=rtl] .dropdown__select {
  padding: 8px 16px 8px 40px;
}
.dropdown__icon-caret-down {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
[dir=rtl] .dropdown__icon-caret-down {
  left: 16px;
}

.editable-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-flow: wrap;
}
.editable-label__value {
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editable-label__input {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  background-color: var(--color-background-default);
  width: 250px;
  text-align: center;
  border: 1px solid var(--color-border-default);
}
.editable-label__input--error {
  border: 1px solid var(--color-error-default);
}
.editable-label__icon-button {
  margin-left: 10px;
  left: 100%;
}
.editable-label__error {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  left: 8px;
  color: var(--color-error-default);
  width: 100%;
  text-align: center;
}
.editable-label__error-amount {
  margin-top: 5px;
}

.error-message {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  min-height: 32px;
  border: 1px solid var(--color-error-default);
  color: var(--color-text-default);
  background-color: var(--color-error-muted);
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
}
.error-message__text {
  overflow: auto;
}

.icon-border {
  border-radius: 50%;
  border: 1px solid var(--color-border-muted);
  background: var(--color-background-alternative);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.icon-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: unset;
  text-align: center;
  width: 73px;
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  cursor: pointer;
  color: var(--color-primary-default);
}
.icon-button__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  background: var(--color-primary-default);
  border-radius: 18px;
  margin-top: 6px;
  margin-bottom: 5px;
  margin-inline: auto;
}
.icon-button--disabled {
  opacity: 0.3;
  cursor: auto;
}

.icon-with-fallback__fallback {
  color: var(--color-icon-alternative);
}

.info-icon {
  margin: 0 4px;
}
.info-icon--success {
  fill: var(--color-success-default);
}
.info-icon--info {
  fill: var(--color-info-default);
}
.info-icon--warning {
  fill: var(--color-warning-default);
}
.info-icon--danger {
  fill: var(--color-error-default);
}

.preloader__icon {
  animation-name: spin;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.identicon {
  /*rtl:ignore*/
  direction: ltr;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.identicon__address-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-radius: 50%;
  border-width: 2px;
  border-color: var(--color-primary-default);
}
.identicon__image-border {
  border: 1px solid var(--color-border-default);
  background: var(--color-background-default);
}

.info-tooltip svg {
  height: 12px;
  width: 12px;
}
.info-tooltip__tooltip-container svg {
  position: static;
}

.tippy-tooltip.tippy-tooltip-info-theme {
  max-width: 200px;
  padding: 16px;
  padding-bottom: 16px;
}

.list-item {
  width: 100%;
  min-height: 86px;
  margin: 0;
  background: var(--color-background-default);
  padding: 24px 16px;
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  border-top: 1px solid var(--color-border-muted);
  border-bottom: 1px solid var(--color-border-muted);
  color: var(--color-text-default);
  display: grid;
  grid-template-columns: 0fr repeat(11, 1fr);
  grid-template-areas: "icon head     head     head     head     head     head     head     right right right right" "icon sub      sub      sub      sub      sub      sub      sub      right right right right" ".    actions  actions  actions  actions  actions  actions  actions  right right right right";
  align-items: flex-start;
  cursor: pointer;
}
.list-item:hover, .list-item:focus-within {
  background-color: var(--color-background-default-hover);
}
.list-item__icon {
  grid-area: icon;
  align-self: center;
}
.list-item__icon > * {
  margin: 0 16px 0 0;
}
.list-item__actions {
  grid-area: actions;
}
.list-item__heading {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  grid-area: head;
  position: relative;
  display: flex;
  align-items: center;
}
.list-item__heading button {
  background: unset;
  font-size: unset;
  padding-inline-start: 0;
}
.list-item__heading-wrap {
  display: inline-block;
  margin-left: 8px;
}
.list-item__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-item__subheading {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  grid-area: sub;
  color: var(--color-text-alternative);
  margin-top: 4px;
}
.list-item__subheading > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-item__subheading:empty {
  display: none;
}
.list-item__mid-content {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  grid-area: mid;
  color: var(--color-text-muted);
}
.list-item__right-content {
  grid-area: right;
  text-align: right;
  align-items: flex-end;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: calc(576px - 1px)) {
  .list-item__mid-content {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .list-item {
    grid-template-areas: "icon head     head     head     head     mid mid mid mid right right right" "icon sub      sub      sub      sub      mid mid mid mid right right right" ".    actions  actions  actions  actions  mid mid mid mid right right right";
  }
}

.list-item--single-content-row {
  grid-template-areas: "icon head     head     head     head     head     head     head     right right right right";
  align-items: center;
}
@media screen and (min-width: 576px) {
  .list-item--single-content-row {
    grid-template-areas: "icon head     head     head     head     mid mid mid mid right right right";
  }
}

.loading-heartbeat {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: var(--color-background-default);
  display: none;
  pointer-events: none;
}
.loading-heartbeat--active {
  display: block;
  animation-name: heartbeat;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes heartbeat {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.loading-indicator {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  height: 16px;
  width: 16px;
  margin-left: 5px;
}
.loading-indicator__spinner {
  width: 27px;
  height: 26px;
  position: absolute;
  top: -5px;
  left: -6px;
}

[data-theme=dark] .logo-coinbasepay path {
  fill: var(--color-text-default);
}

.loading-overlay {
  top: 0;
  left: 0;
  z-index: 51;
  position: fixed;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  background: var(--color-background-alternative);
  opacity: 0.8;
}
.loading-overlay__screen-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loading-overlay__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading-overlay__error-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 160px;
  justify-content: space-evenly;
}
.loading-overlay__error-buttons {
  display: flex;
  flex-direction: row;
}
.loading-overlay__error-buttons button {
  margin: 5px;
}
.loading-overlay__emoji {
  font-size: 32px;
}
.loading-overlay__spinner {
  height: 58px;
  width: 58px;
}

.menu__container {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  background: var(--color-background-default);
  box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
  border-radius: 8px;
  width: 225px;
  color: var(--color-text-default);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1050;
}
.menu__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1050;
}

.menu-item {
  background: none;
  font-size: inherit;
  display: grid;
  grid-template-columns: min-content auto;
  text-align: start;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  cursor: pointer;
  color: inherit;
}
.menu-item:hover, .menu-item:active {
  background: var(--color-background-default-hover);
}
.menu-item__icon {
  margin-right: 8px;
  grid-row: 1/span 2;
  color: var(--color-icon-alternative);
}

.new-network-info__wrapper {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.214);
  border-radius: 8px;
}
.new-network-info__wrapper .popover-footer {
  border-top: none;
}
.new-network-info__wrapper .popover-header {
  padding-bottom: 1px;
}
.new-network-info__wrapper .popover-header__button {
  color: var(--color-icon-default);
}
.new-network-info__token-box {
  align-self: center;
  margin-top: 8px;
  max-width: 245px;
}
.new-network-info__bullet-paragraph {
  border-bottom: 1px solid var(--color-border-default);
}
.new-network-info__token-show-up {
  display: inline;
}
.new-network-info__button {
  display: initial;
  padding: 0;
}
.new-network-info__manually-add-tokens {
  display: inline;
}

.chip--with-left-icon {
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.numeric-input {
  border: 1px solid var(--color-border-default);
  position: relative;
  border-radius: 6px;
}
.numeric-input--error {
  border-color: var(--color-error-default);
}
.numeric-input input {
  width: 100%;
  border: 0;
  padding: 10px;
  border-radius: 6px;
  background-color: var(--color-background-default);
  color: var(--color-text-default);
  /* ensures the increment/decrement arrows always display */
}
.numeric-input input::-webkit-inner-spin-button, .numeric-input input::-webkit-outer-spin-button {
  opacity: 1;
}
.numeric-input span {
  position: absolute;
  right: 40px;
  top: 7px;
}

.nickname-popover__popover-wrap {
  height: 232px;
  border-radius: 4px;
  background: var(--color-background-default);
  display: flex;
  justify-content: center;
  width: auto;
}
.nickname-popover__popover-wrap .popover-header {
  padding: 16px 16px 0 0;
}
.nickname-popover__popover-wrap .popover-content {
  margin-top: -15px;
  align-items: center;
}
.nickname-popover__address {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: var(--color-text-default);
  padding-top: 8px;
}
.nickname-popover__public-address {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 25px;
  background: var(--color-background-alternative);
  border-radius: 40px;
  padding-left: 8px;
  padding-right: 2px;
  margin-top: 8px;
}
.nickname-popover__public-address button {
  background: none;
}
.nickname-popover__public-address__constant {
  font-size: 0.625rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
}
.nickname-popover__view-on-block-explorer {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  margin-top: 12px;
}
.nickname-popover__etherscan-link {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 0;
}
.nickname-popover__footer-button {
  margin-top: 16px;
  width: 152px;
  height: 40px;
  border-radius: 100px;
  background: var(--color-primary-default);
}

.form-field__heading {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.form-field .info-tooltip {
  display: inline-block;
}
.form-field__heading-detail {
  flex-grow: 1;
  align-self: center;
}
.form-field__heading-title__tooltip {
  width: 180px;
}
.form-field__heading-title__tooltip__warning-icon {
  color: var(--color-error-default) !important;
}
.form-field__error, .form-field__error h6 {
  color: var(--color-error-default) !important;
  padding-top: 6px;
}
.form-field h6 {
  padding-bottom: 6px;
  margin-inline-end: 6px;
  color: var(--color-text-default);
}
.form-field__input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  background-color: var(--color-background-default);
  color: var(--color-text-default);
  border: 1px solid var(--color-border-default);
}
.form-field__input:focus {
  border: solid 1px var(--color-primary-default);
}
.form-field__input--error {
  border-color: var(--color-error-default);
}
.form-field__input--warning {
  border-color: var(--color-warning-default);
}

.page-container {
  width: 408px;
  background-color: var(--color-background-default);
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  z-index: 25;
  display: flex;
  flex-flow: column;
  border-radius: 8px;
  overflow-y: auto;
}
.page-container__header {
  display: flex;
  flex-flow: column;
  border-bottom: 1px solid var(--color-border-muted);
  padding: 16px;
  flex: 0 0 auto;
  position: relative;
}
.page-container__header--no-padding-bottom {
  padding-bottom: 0;
}
.page-container__header-close {
  color: var(--color-icon-default);
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  overflow: hidden;
  background-color: transparent;
}
.page-container__header-close::after {
  content: "×";
  font-size: 40px;
  line-height: 20px;
}
.page-container__header-row {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.page-container__bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.page-container__footer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  border-top: 1px solid var(--color-border-muted);
  flex: 0 0 auto;
  width: 100%;
}
.page-container__footer footer {
  display: flex;
  flex-flow: row;
  justify-content: center;
  padding: 16px;
  flex: 0 0 auto;
}
.page-container__footer-secondary {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  padding: 0 16px 16px;
  flex: 0 0 auto;
}
.page-container__footer-secondary a,
.page-container__footer-secondary a:hover {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  color: var(--color-primary-alternative);
}
.page-container__footer-button {
  margin-right: 16px;
}
.page-container__footer-button:last-of-type {
  margin-right: 0;
}
.page-container__footer-button__cancel {
  border-color: var(--color-primary-alternative) !important;
  color: var(--color-primary-alternative);
}
.page-container__back-button {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  cursor: pointer;
}
.page-container__title {
  font-size: 2rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  font-weight: 500;
  margin-right: 1.5rem;
}
.page-container__title--no-margin-right {
  margin-right: 0;
}
.page-container__subtitle {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding-top: 0.5rem;
  color: var(--color-text-alternative);
}
.page-container__tabs {
  display: flex;
  margin-top: 16px;
}
.page-container__tab {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  min-width: 5rem;
  color: var(--color-text-alternative);
  border-bottom: none;
  margin-right: 16px;
}
.page-container__tab:last-of-type {
  margin-right: 0;
}
.page-container--full-width {
  width: 100% !important;
}
.page-container--full-height {
  height: 100% !important;
  max-height: initial !important;
  min-height: initial !important;
}
.page-container__content {
  overflow-y: auto;
  flex: 1;
}
.page-container__warning-container {
  background: var(--color-error-muted);
  padding: 20px;
  display: flex;
  align-items: flex-start;
}
.page-container__warning-message {
  padding-left: 15px;
}
.page-container__warning-title {
  font-weight: 500;
}
.page-container__warning-icon {
  padding-top: 5px;
  color: var(--color-error-default);
}

@media screen and (max-width: 250px) {
  .page-container__footer {
    flex-flow: column-reverse;
  }
  .page-container__footer-button {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .page-container__footer-button:first-of-type {
    margin-right: 4px;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .page-container {
    height: 100%;
    width: 100%;
    background-color: var(--color-background-default);
    border-radius: 0;
    flex: 1;
    overflow-y: auto;
  }
}
@media screen and (min-width: 576px) {
  .page-container {
    max-height: 82vh;
    min-height: 570px;
    flex: 0 0 auto;
    margin-right: auto;
    margin-left: auto;
  }
}
.popover-wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 328px;
  max-height: 94vh;
  box-shadow: var(--shadow-size-lg) var(--color-shadow-default);
  border-radius: 10px;
  background: var(--color-background-default);
}
.popover-wrap ::-webkit-scrollbar {
  width: 6px;
}
.popover-wrap ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--color-icon-muted);
}
.popover-header {
  position: relative;
}
.popover-header__title--center {
  flex: 1;
}
.popover-bg {
  width: 100%;
  height: 100%;
  background: var(--color-overlay-alternative);
  opacity: 0.2;
}
.popover-content {
  overflow-y: auto;
  position: relative;
  flex: 1;
  align-content: stretch;
}
.popover-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}
.popover-footer {
  border-top: 1px solid var(--color-border-muted);
}
.popover-footer > :only-child {
  margin: 0 auto;
}
.popover-arrow {
  width: 22px;
  height: 22px;
  background: var(--color-background-default);
  position: absolute;
  transform: rotate(45deg);
  box-shadow: var(--shadow-size-lg) var(--color-shadow-default);
}

.pulse-loader {
  display: flex;
}
.pulse-loader__loading-dot-one, .pulse-loader__loading-dot-two, .pulse-loader__loading-dot-three {
  background: var(--color-primary-default);
  width: 9px;
  height: 9px;
  margin-right: 2px;
  border-radius: 100%;
  animation-fill-mode: both;
}
.pulse-loader__loading-dot-one {
  animation: loading-dot 0.75s 0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.pulse-loader__loading-dot-two {
  animation: loading-dot 0.75s 0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.pulse-loader__loading-dot-three {
  animation: loading-dot 0.75s 0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
@keyframes loading-dot {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  45% {
    transform: scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
}

.qr-code {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.qr-code__message-container > div:first-child {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-top: 18px;
  color: var(--color-text-muted);
}
.qr-code__message {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-warning-default);
}
.qr-code__error {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-error-default);
  margin-bottom: 9px;
}
.qr-code__address-container {
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}
.qr-code__address-container__tooltip-wrapper {
  width: 100%;
}
.qr-code__address {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  background-color: var(--color-background-alternative);
  width: 76%;
  padding: 8px 12px;
  word-break: break-all;
  text-align: center;
}

.radio-group {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 60px;
  width: 100%;
}
.radio-group--has-recommendation {
  grid-template-rows: 100px;
}
.radio-group label {
  cursor: pointer;
}
.radio-group__column {
  text-align: center;
}
.radio-group__column-recommended {
  height: 20px;
}
.radio-group__column-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.radio-group__column-line, .radio-group__column-horizontal-line, .radio-group__column-radio, .radio-group__column-label {
  flex: 1 1 auto;
}
.radio-group__column-start-connector {
  width: calc(50% + 0.5px);
  height: 6px;
  border-left: 1px solid var(--color-border-muted);
  border-bottom: 1px solid var(--color-border-muted);
  align-self: flex-end;
}
.radio-group__column-end-connector {
  width: calc(50% + 0.5px);
  height: 6px;
  border-right: 1px solid var(--color-border-muted);
  border-bottom: 1px solid var(--color-border-muted);
  align-self: flex-start;
}
.radio-group__column-vertical-line {
  width: 1px;
  height: 5px;
  border-left: 1px solid var(--color-border-muted);
}
.radio-group__column-horizontal-line {
  height: 1px;
  border-bottom: 1px solid var(--color-border-muted);
  width: 100%;
}
.radio-group__column-radio input {
  cursor: pointer;
  margin: 0;
}
.radio-group__column-radio, .radio-group__column-label {
  text-align: center;
}
.radio-group__column-label {
  padding-top: 6px;
}

.review-spending-cap__heading {
  width: 100%;
}
.review-spending-cap__heading-title__tooltip {
  width: 180px;
}
.review-spending-cap__heading-title__tooltip__question-icon {
  color: var(--color-icon-muted);
}
.review-spending-cap__heading-detail {
  flex-grow: 1;
  align-self: center;
}
.review-spending-cap__value {
  word-break: break-word;
}

.sender-to-recipient {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}
.sender-to-recipient--default {
  height: 42px;
}
.sender-to-recipient--default .sender-to-recipient__tooltip-wrapper {
  min-width: 0;
}
.sender-to-recipient--default .sender-to-recipient__tooltip-container {
  max-width: 100%;
}
.sender-to-recipient--default .sender-to-recipient__party {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  padding: 0 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid var(--color-border-muted);
}
.sender-to-recipient--default .sender-to-recipient__party--sender {
  padding-right: 30px;
  cursor: pointer;
}
.sender-to-recipient--default .sender-to-recipient__party--recipient {
  padding-left: 30px;
  border-left: 1px solid var(--color-border-muted);
}
.sender-to-recipient--default .sender-to-recipient__party--recipient-with-address {
  cursor: pointer;
}
.sender-to-recipient--default .sender-to-recipient__arrow-container {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir=rtl] .sender-to-recipient--default .sender-to-recipient__arrow-container {
  transform: rotate(180deg);
}
.sender-to-recipient--default .sender-to-recipient__arrow-circle {
  background: var(--color-background-default);
  padding: 5px;
  border: 1px solid var(--color-border-muted);
  border-radius: 20px;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sender-to-recipient--default .sender-to-recipient__arrow-circle__icon {
  color: var(--color-icon-muted);
}
.sender-to-recipient--default .sender-to-recipient__name {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding-left: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[dir=rtl] .sender-to-recipient--default .sender-to-recipient__name {
  /*rtl:ignore*/
  direction: ltr;
  /*rtl:ignore*/
  text-align: right;
}
[dir=rtl] .sender-to-recipient--default .sender-to-recipient__name span {
  display: block;
  /*rtl:ignore*/
  direction: rtl;
}
.sender-to-recipient--cards .sender-to-recipient__party {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 4px;
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  padding: 6px;
  background: var(--color-background-default);
  cursor: pointer;
  min-width: 0;
  color: var(--color-text-default);
  border: 1px solid var(--color-border-default);
}
.sender-to-recipient--cards .sender-to-recipient__tooltip-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sender-to-recipient--cards .sender-to-recipient__name {
  font-size: 0.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[dir=rtl] .sender-to-recipient--cards .sender-to-recipient__name {
  /*rtl:ignore*/
  direction: ltr;
  /*rtl:ignore*/
  text-align: right;
}
[dir=rtl] .sender-to-recipient--cards .sender-to-recipient__name span {
  display: block;
  /*rtl:ignore*/
  direction: rtl;
}
.sender-to-recipient--cards .sender-to-recipient__arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
[dir=rtl] .sender-to-recipient--cards .sender-to-recipient__arrow-container {
  transform: rotate(180deg);
}
.sender-to-recipient--flat .sender-to-recipient__party {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 6px;
  cursor: pointer;
  min-width: 0;
  color: var(--color-text-default);
  border: 1px solid var(--color-border-default);
}
.sender-to-recipient--flat .sender-to-recipient__tooltip-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sender-to-recipient--flat .sender-to-recipient__name {
  font-size: 0.625rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-inline-start: 8px;
}
[dir=rtl] .sender-to-recipient--flat .sender-to-recipient__name {
  /*rtl:ignore*/
  direction: ltr;
  /*rtl:ignore*/
  text-align: right;
}
[dir=rtl] .sender-to-recipient--flat .sender-to-recipient__name span {
  display: block;
  /*rtl:ignore*/
  direction: rtl;
}
.sender-to-recipient--flat .sender-to-recipient__arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
[dir=rtl] .sender-to-recipient--flat .sender-to-recipient__arrow-container {
  transform: rotate(180deg);
}

.show-hide-toggle {
  position: relative;
  display: inline-flex;
}
.show-hide-toggle__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* Focused when tabbing with keyboard */
}
.show-hide-toggle__input + .show-hide-toggle__label {
  cursor: pointer;
  user-select: none;
}
.show-hide-toggle__input:focus, .show-hide-toggle__input:focus-visible {
  outline: none;
}
.show-hide-toggle__input:focus + .show-hide-toggle__label, .show-hide-toggle__input:focus-visible + .show-hide-toggle__label {
  outline: Highlight auto 1px;
}
.show-hide-toggle__input:disabled + label {
  opacity: 0.5;
  cursor: auto;
}
.show-hide-toggle__icon {
  color: var(--color-icon-default);
}

.snackbar {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 0.75rem 1rem;
  color: var(--color-text-default);
  min-width: 360px;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--color-info-muted);
  border: 1px solid var(--color-info-default);
  border-radius: 6px;
}

.site-origin {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.site-origin .chip {
  max-width: 100%;
}
.site-origin .chip__left-icon {
  padding: 4px 0 4px 8px;
}
.site-origin span {
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /*rtl:ignore*/
  direction: rtl;
  max-width: 100%;
}

.slider {
  display: inline-block;
  width: 100%;
}
.slider__heading, .slider__footer {
  display: flex;
  justify-content: space-between;
}
.slider__heading-title {
  display: flex;
  align-items: center;
}
.slider__heading-title > p {
  margin-left: 10px;
  font-size: 14px;
}
.slider__heading-detail > p {
  font-size: 14px;
}
.slider__footer-info {
  display: flex;
  align-items: center;
}
.slider__footer-info > p {
  font-size: 12px;
}
.slider__footer-edit > button {
  border: none;
  background: none;
  font-size: 12px;
  color: var(--color-primary-default);
}
.slider__footer-edit > button:focus {
  outline: none;
}
.slider h6 {
  margin-inline-end: 6px;
}

.tab button {
  min-width: 50px;
  background-color: unset;
  font-size: unset;
  color: unset;
}
.tab--active {
  color: var(--color-text-default);
  border-bottom: 2px solid var(--color-primary-default);
}

.tab .dropdown__select {
  border: none;
  font-size: unset;
  width: 100%;
  background-color: unset;
  padding-left: 8px;
  padding-right: 20px;
  line-height: unset;
}
.tab .dropdown__select option {
  background-color: var(--color-background-default);
}
.tab .dropdown__select:focus-visible {
  outline: none;
}
.tab .dropdown__icon-caret-down {
  right: 0;
}

.tabs {
  flex-grow: 1;
  -moz-transform: translateZ(0);
}
.tabs__list {
  border-bottom: 1px solid var(--color-border-default);
  position: sticky;
  top: 0;
  z-index: 2;
  overflow: hidden;
}

.MuiInput-input,
.MuiInputBase-input {
  color: var(--color-text-default) !important;
}

.MuiFormHelperText-root.Mui-error {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-error-default) !important;
}

.toggle-button {
  display: flex;
  cursor: pointer;
}
.toggle-button__status {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  display: grid;
}
.toggle-button__label-off, .toggle-button__label-on {
  grid-area: 1/1/1/1;
}
.toggle-button__label-off {
  visibility: hidden;
}
.toggle-button__label-on {
  visibility: visible;
}
.toggle-button--off .toggle-button__label-off {
  visibility: visible;
}
.toggle-button--off .toggle-button__label-on {
  visibility: hidden;
}
.toggle-button--disabled {
  opacity: 0.5;
}

.token-balance-component {
  display: flex;
  align-items: center;
}
.token-balance-component__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.token-balance-component__suffix {
  padding-left: 4px;
}

.tippy-popper .tippy-tooltip.tippy-tooltip--mm-custom-theme {
  background: var(--color-background-default);
  color: var(--color-text-default);
  box-shadow: var(--shadow-size-md) var(--color-shadow-default);
  padding: 12px 16px;
  padding-bottom: 11px;
}
.tippy-popper .tippy-tooltip.tippy-tooltip--mm-custom-theme .tippy-tooltip-content {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: var(--color-text-alternative);
}
.tippy-popper .tippy-tooltip.tippy-tooltip--mm-custom-theme .tippy-tooltip-content a {
  color: var(--color-primary-default);
}
.tippy-popper .tippy-tooltip.tippy-tooltip--mm-custom-theme .tippy-tooltip-content p {
  margin-bottom: 16px;
}
.tippy-popper .tippy-tooltip.tippy-tooltip--mm-custom-theme .tippy-tooltip-content p:last-child {
  margin-bottom: 0;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.tippy-tooltip--mm-custom-theme [x-arrow] {
  border-top-color: var(--color-background-default);
}
.tippy-popper[x-placement^=right] .tippy-tooltip.tippy-tooltip--mm-custom-theme [x-arrow] {
  border-right-color: var(--color-background-default);
}
.tippy-popper[x-placement^=left] .tippy-tooltip.tippy-tooltip--mm-custom-theme [x-arrow] {
  border-left-color: var(--color-background-default);
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.tippy-tooltip--mm-custom-theme [x-arrow] {
  border-bottom-color: var(--color-background-default);
}

.truncated-definition-list__view-more {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  padding: 0;
  width: auto;
}

/*
Responsive breakpoints
*/
/*
DEPRECATED
*/
/**
  These colors are either deprecated or will move into colors.scss
  when approved for the design system
**/
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "串";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-brands-400.eot");
  src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype"), url("fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.eot");
  src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype"), url("fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-regular-400.eot");
  src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype"), url("fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 400;
  src: url("EuclidCircularB-Regular-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: italic;
  font-weight: 400;
  src: url("EuclidCircularB-RegularItalic-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 500;
  src: url("EuclidCircularB-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 700;
  src: url("EuclidCircularB-Bold-WebXL.ttf") format("truetype");
}
/*
  Z-Indicies
*/
/**
 * @deprecated `<Typography />` has been deprecated in favour of the `<Text />` component in ./ui/components/component-library/text/text.js
 *
 * See storybook documentation for Text here https://metamask.github.io/metamask-storybook/?path=/docs/components-componentlibrary-text--default-story#text
 *
 * Help to replace `Typography` with `Text` by submitting PRs against https://github.com/MetaMask/metamask-extension/issues/17670
 */
.typography {
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.typography b, .typography strong {
  font-weight: 700;
}
.typography--h1 {
  font-size: 2.5rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.typography--h2 {
  font-size: 2rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.typography--h3 {
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.typography--h4 {
  font-size: 1.125rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.typography--h5 {
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.typography--h6 {
  font-size: 0.875rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.typography--paragraph {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.typography--h7 {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.typography--h8 {
  font-size: 0.625rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.typography--h9 {
  font-size: 0.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.typography--color-background-default {
  color: var(--color-background-default);
}
.typography--color-background-alternative {
  color: var(--color-background-alternative);
}
.typography--color-text-default {
  color: var(--color-text-default);
}
.typography--color-text-alternative {
  color: var(--color-text-alternative);
}
.typography--color-text-muted {
  color: var(--color-text-muted);
}
.typography--color-icon-default {
  color: var(--color-icon-default);
}
.typography--color-icon-alternative {
  color: var(--color-icon-alternative);
}
.typography--color-icon-muted {
  color: var(--color-icon-muted);
}
.typography--color-border-default {
  color: var(--color-border-default);
}
.typography--color-border-muted {
  color: var(--color-border-muted);
}
.typography--color-overlay-default {
  color: var(--color-overlay-default);
}
.typography--color-overlay-inverse {
  color: var(--color-overlay-inverse);
}
.typography--color-primary-default {
  color: var(--color-primary-default);
}
.typography--color-primary-alternative {
  color: var(--color-primary-alternative);
}
.typography--color-primary-muted {
  color: var(--color-primary-muted);
}
.typography--color-primary-inverse {
  color: var(--color-primary-inverse);
}
.typography--color-primary-disabled {
  color: var(--color-primary-disabled);
}
.typography--color-error-default {
  color: var(--color-error-default);
}
.typography--color-error-alternative {
  color: var(--color-error-alternative);
}
.typography--color-error-muted {
  color: var(--color-error-muted);
}
.typography--color-error-inverse {
  color: var(--color-error-inverse);
}
.typography--color-error-disabled {
  color: var(--color-error-disabled);
}
.typography--color-warning-default {
  color: var(--color-warning-default);
}
.typography--color-warning-alternative {
  color: var(--color-warning-alternative);
}
.typography--color-warning-muted {
  color: var(--color-warning-muted);
}
.typography--color-warning-inverse {
  color: var(--color-warning-inverse);
}
.typography--color-warning-disabled {
  color: var(--color-warning-disabled);
}
.typography--color-success-default {
  color: var(--color-success-default);
}
.typography--color-success-alternative {
  color: var(--color-success-alternative);
}
.typography--color-success-muted {
  color: var(--color-success-muted);
}
.typography--color-success-inverse {
  color: var(--color-success-inverse);
}
.typography--color-success-disabled {
  color: var(--color-success-disabled);
}
.typography--color-info-default {
  color: var(--color-info-default);
}
.typography--color-info-alternative {
  color: var(--color-info-alternative);
}
.typography--color-info-muted {
  color: var(--color-info-muted);
}
.typography--color-info-inverse {
  color: var(--color-info-inverse);
}
.typography--color-info-disabled {
  color: var(--color-info-disabled);
}
.typography--color-mainnet {
  color: var(--mainnet);
}
.typography--color-goerli {
  color: var(--color-network-goerli-default);
}
.typography--color-sepolia {
  color: var(--color-network-sepolia-default);
}
.typography--color-goerli-inverse {
  color: var(--color-network-goerli-inverse);
}
.typography--color-sepolia-inverse {
  color: var(--color-network-sepolia-inverse);
}
.typography--color-lineatestnet {
  color: var(--color-network-linea-testnet-default);
}
.typography--color-lineatestnet-inverse {
  color: var(--color-network-linea-testnet-inverse);
}
.typography--color-localhost {
  color: var(--color-network-localhost-default);
}
.typography--color-transparent {
  color: var(--transparent);
}
.typography--color-flask-purple {
  color: var(--color-flask-default);
}
.typography--color-inherit {
  color: var(--inherit);
}
.typography--weight-bold {
  font-weight: bold;
}
.typography--weight-medium {
  font-weight: medium;
}
.typography--weight-normal {
  font-weight: normal;
}
.typography--weight-100 {
  font-weight: 100;
}
.typography--weight-200 {
  font-weight: 200;
}
.typography--weight-300 {
  font-weight: 300;
}
.typography--weight-400 {
  font-weight: 400;
}
.typography--weight-500 {
  font-weight: 500;
}
.typography--weight-600 {
  font-weight: 600;
}
.typography--weight-700 {
  font-weight: 700;
}
.typography--weight-800 {
  font-weight: 800;
}
.typography--weight-900 {
  font-weight: 900;
}
.typography--style-normal {
  font-style: normal;
}
.typography--style-italic {
  font-style: italic;
}
.typography--style-oblique {
  font-style: oblique;
}
.typography--align-left {
  text-align: left;
}
.typography--align-right {
  text-align: right;
}
.typography--align-center {
  text-align: center;
}
.typography--align-justify {
  text-align: justify;
}
.typography--align-end {
  text-align: end;
}
.typography--overflowwrap-normal {
  overflow-wrap: normal;
}
.typography--overflowwrap-break-word {
  overflow-wrap: break-word;
}
.typography--overflowwrap-anywhere {
  overflow-wrap: anywhere;
}
.typography--spacing-1 {
  margin: 4px auto;
}
.typography--spacing-2 {
  margin: 8px auto;
}
.typography--spacing-3 {
  margin: 12px auto;
}
.typography--spacing-4 {
  margin: 16px auto;
}
.typography--spacing-5 {
  margin: 20px auto;
}
.typography--spacing-6 {
  margin: 24px auto;
}
.typography--spacing-7 {
  margin: 28px auto;
}
.typography--spacing-8 {
  margin: 32px auto;
}

/*
Responsive breakpoints
*/
/*
DEPRECATED
*/
/**
  These colors are either deprecated or will move into colors.scss
  when approved for the design system
**/
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "串";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-brands-400.eot");
  src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype"), url("fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.eot");
  src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype"), url("fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-regular-400.eot");
  src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype"), url("fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 400;
  src: url("EuclidCircularB-Regular-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: italic;
  font-weight: 400;
  src: url("EuclidCircularB-RegularItalic-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 500;
  src: url("EuclidCircularB-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 700;
  src: url("EuclidCircularB-Bold-WebXL.ttf") format("truetype");
}
/*
  Z-Indicies
*/
.textarea {
  display: block;
  box-shadow: none;
  color: var(--color-text-default);
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
}
.textarea--scrollable {
  overflow-y: scroll;
}
.textarea--not-scrollable {
  overflow-y: hidden;
}
.textarea--resize-none {
  resize: none;
}
.textarea--resize-both {
  resize: both;
}
.textarea--resize-horizontal {
  resize: horizontal;
}
.textarea--resize-vertical {
  resize: vertical;
}
.textarea--resize-initial {
  resize: initial;
}
.textarea--resize-inherit {
  resize: inherit;
}

.unit-input {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-height: 54px;
  border: 1px solid var(--color-border-default);
  border-radius: 4px;
  background-color: var(--color-background-default);
  color: var(--color-text-default);
  padding: 8px 10px;
  position: relative;
}
.unit-input input[type=number] {
  -moz-appearance: textfield;
}
.unit-input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
.unit-input input[type=number]:hover::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
.unit-input__inputs {
  flex: 1 0 auto;
  display: flex;
  flex-flow: column nowrap;
}
.unit-input__input {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  background: transparent;
  border: none;
  max-width: 15ch;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 16px;
}
.unit-input__input-container {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}
.unit-input__suffix {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-left: 3px;
}
.unit-input--error {
  border-color: var(--color-error-default);
}

.url-icon {
  width: 24px;
  height: 24px;
  background-position: center;
  border-radius: 50%;
  background-color: var(--color-background-default);
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  flex: 0 0 auto;
  -moz-animation: fadein 1s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
}
.url-icon__fallback {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-background-alternative);
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.update-nickname__wrapper {
  height: 620px;
  width: 360px;
  border-radius: 10px;
  max-height: 100vh;
  width: auto;
}
.update-nickname__wrapper .popover-header {
  border-bottom: 1px solid var(--color-border-muted);
  margin-bottom: 16px;
  border-radius: 10px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .update-nickname__wrapper {
    width: 96%;
    height: 96%;
  }
}
.update-nickname__cancel {
  margin-right: 16px;
}
.update-nickname__content {
  padding: 0 18px 20px 18px;
  position: relative;
}
.update-nickname__content__indenticon {
  margin-bottom: 16px;
}
.update-nickname__content__text-area-wrapper {
  height: 96px !important;
}
.update-nickname__content__text-area {
  line-height: initial !important;
}
.update-nickname__content__address {
  margin-top: 8px;
  font-size: 13px;
  color: var(--color-text-alternative);
  margin-bottom: 16px;
  overflow-wrap: break-word;
}
.update-nickname__content__label, .update-nickname__content__label--capitalized {
  text-transform: capitalize;
  margin-top: 16px;
  color: var(--color-text-default);
  font-size: 14px;
}
.update-nickname__content__nickname-label {
  margin-bottom: 8px;
  color: var(--color-text-default);
  font-size: 14px;
}

.disclosure {
  margin: 12px 0;
  font-size: 14px;
}
.disclosure__summary {
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
  display: flex;
}
.disclosure__summary::-webkit-details-marker, .disclosure__summary::marker {
  display: none;
  content: "";
}
.disclosure__content {
  margin-left: 12px;
  font-size: 14px;
}
.disclosure__content.small {
  font-size: 12px;
}

.deprecated-test-networks {
  position: fixed;
  bottom: 0;
  margin: 8px;
  z-index: 1050;
}
.deprecated-test-networks__content__icon {
  font-size: 16px;
}
.deprecated-test-networks__content__inline-link {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: initial;
  padding: 0;
}
.deprecated-test-networks__content__close::after {
  content: "×";
  font-size: 24px;
  cursor: pointer;
}

.nft-info__content {
  width: 100%;
}
.nft-info__button {
  padding: 0;
}

.collection-image-alt {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 2px;
  background: var(--color-overlay-alternative);
}

/**
* Please import your styles in order of atomicity.
* The most atomic styles should be imported first.
* This will help improve specificity and reduce the chance of
* unintended overrides.
**/
.multichain-address-copy-button__address--wrap {
  word-break: break-word;
  min-height: 32px;
  height: auto;
}

.multichain-account-list-item {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.multichain-account-list-item:not(.account-list-item--selected):hover, .multichain-account-list-item:not(.account-list-item--selected):focus-within {
  background: var(--color-background-default-hover);
}
.multichain-account-list-item__account-name:hover, .multichain-account-list-item__account-name:focus {
  opacity: 1;
}
.multichain-account-list-item__selected-indicator {
  width: 4px;
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 4px;
}
.multichain-account-list-item__content {
  overflow: hidden;
  flex: 1;
}
.multichain-account-list-item .currency-display-component {
  flex-wrap: nowrap;
}
.multichain-account-list-item__tooltip {
  display: inline;
}

.multichain-account-menu__list {
  max-height: 200px;
  overflow: auto;
}

.multichain-account-picker:hover, .multichain-account-picker:focus {
  box-shadow: none;
  background: var(--color-background-default-hover);
}

.multichain-connected-site-menu__badge {
  height: 16px;
  width: 16px;
}
.multichain-connected-site-menu__badge.not-connected {
  height: 10px;
  width: 10px;
}
.multichain-connected-site-menu__badge.not-connected::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: var(--color-background-default);
  z-index: -1;
  border-radius: 50%;
}

.multichain-account-menu__list {
  max-height: 200px;
  overflow: auto;
}

.multichain-token-list-item__container-cell:hover, .multichain-token-list-item__container-cell:focus-within {
  background-color: var(--color-background-default-hover);
}

.multichain-network-list-item {
  position: relative;
  cursor: pointer;
}
.multichain-network-list-item:not(.multichain-network-list-item--selected):hover, .multichain-network-list-item:not(.multichain-network-list-item--selected):focus-within {
  background: var(--color-background-default-hover);
}
.multichain-network-list-item a:hover,
.multichain-network-list-item a:focus {
  color: inherit;
}
.multichain-network-list-item:hover .multichain-network-list-item__delete, .multichain-network-list-item:focus .multichain-network-list-item__delete, .multichain-network-list-item:focus-within .multichain-network-list-item__delete {
  visibility: visible;
}
.multichain-network-list-item__network-name {
  width: 100%;
  flex: 1;
  overflow: hidden;
  text-align: start;
}
.multichain-network-list-item__network-name button:hover {
  opacity: 1;
}
.multichain-network-list-item__tooltip {
  display: inline;
}
.multichain-network-list-item__selected-indicator {
  width: 4px;
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 4px;
}
.multichain-network-list-item__delete {
  visibility: hidden;
}

.multichain-network-list-menu {
  max-height: 200px;
  overflow: auto;
}

/** Please import your files in alphabetical order **/
.add-nft__close {
  color: var(--color-icon-default);
  background: none;
  flex: 0;
  align-self: flex-start;
  padding-right: 0;
}

.token-list-placeholder {
  display: flex;
  align-items: center;
  padding-top: 36px;
  flex-direction: column;
  line-height: 22px;
}
.token-list-placeholder img {
  opacity: 0.5;
}
.token-list-placeholder__text {
  color: var(--color-text-alternative);
  width: 50%;
  text-align: center;
  margin-top: 8px;
  opacity: 0.5;
}
@media screen and (max-width: calc(576px - 1px)) {
  .token-list-placeholder__text {
    width: 60%;
  }
}
.token-list-placeholder__link {
  margin-top: 0.5rem;
}

.token-list__title {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.token-list__tokens-container {
  display: flex;
  flex-direction: column;
}
.token-list__token {
  transition: 200ms ease-in-out;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 8px;
  margin-top: 8px;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
}
.token-list__token:hover, .token-list__token:focus {
  border-color: var(--color-primary-muted);
}
.token-list__token--selected {
  border-color: var(--color-primary-default) !important;
}
.token-list__token--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.token-list__token-icon {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 50%;
  background-color: var(--color-background-default);
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  margin-right: 12px;
  flex: 0 0 auto;
}
.token-list__token-data {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 0;
}
.token-list__token-name {
  /*rtl:ignore*/
  direction: ltr;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.import-token__custom-token-form {
  padding: 8px 16px 16px;
}
.import-token__custom-token-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
.import-token__custom-token-form input[type=number]:hover::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
.import-token__custom-token-form .import-token__decimal-warning {
  margin-top: 5px;
}
.import-token__search-token {
  padding: 16px 16px 16px 16px;
}
.import-token__token-list {
  margin-top: 16px;
}
.import-token__custom-symbol__label-wrapper {
  display: flex;
  flex-flow: row nowrap;
}
.import-token__custom-symbol__label {
  flex: 0 0 auto;
}
.import-token__custom-symbol__edit {
  flex: 1 1 auto;
  text-align: right;
  color: var(--color-primary-default);
  padding-right: 4px;
  cursor: pointer;
}
.import-token__link {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: inline;
  color: var(--color-primary-default);
  padding-left: 0;
}
.import-token__token-detection-announcement {
  margin-bottom: 16px;
  margin-top: 0;
}
.import-token__close {
  color: var(--color-icon-default);
  background: none;
  flex: 0;
  align-self: flex-start;
  padding-right: 0;
}
.import-token__nft-address-error-link {
  color: var(--color-primary-default);
  cursor: pointer;
}
.import-token__nft-address-error-link:hover {
  color: var(--color-primary-default);
}

.asset__container {
  background-color: var(--color-background-default);
}
.asset__overview {
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
}

.asset-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  height: 64px;
}

.asset-breadcrumb {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  background-color: inherit;
}
.asset-breadcrumb__asset {
  font-weight: bold;
}

.asset-options__button {
  padding: 2px 0 2px 8px;
}

.confirm-import-token {
  padding: 16px;
}
.confirm-import-token__header {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
}
.confirm-import-token__token {
  flex: 1;
  min-width: 0;
}
.confirm-import-token__balance {
  flex: 0 0 30%;
  min-width: 0;
}
.confirm-import-token__token-list {
  display: flex;
  flex-flow: column nowrap;
}
.confirm-import-token__token-list-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 8px;
  box-sizing: border-box;
}
.confirm-import-token__data {
  display: flex;
  align-items: center;
  padding: 8px;
}
.confirm-import-token__name {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.confirm-import-token__token-icon {
  margin-right: 12px;
  flex: 0 0 auto;
}

.confirm-add-suggested-token {
  padding: 16px;
}
.confirm-add-suggested-token__link {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: inline;
  color: var(--color-primary-default);
  padding-left: 0;
}
.confirm-add-suggested-token__header {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
}
.confirm-add-suggested-token__token {
  flex: 1;
  min-width: 0;
}
.confirm-add-suggested-token__balance {
  flex: 0 0 30%;
  min-width: 0;
}
.confirm-add-suggested-token__token-list {
  display: flex;
  flex-flow: column nowrap;
}
.confirm-add-suggested-token__token-list-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 8px;
  box-sizing: border-box;
}
.confirm-add-suggested-token__data {
  display: flex;
  align-items: center;
  padding: 8px;
}
.confirm-add-suggested-token__name {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.confirm-add-suggested-token__token-icon {
  margin-right: 12px;
  flex: 0 0 auto;
}

.confirm-approve-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  font-style: normal;
}
.confirm-approve-content__warning {
  padding: 0 24px 16px 24px;
}
.confirm-approve-content__approval-asset-link {
  color: var(--color-primary-default);
}
.confirm-approve-content__approval-asset-title {
  cursor: pointer;
}
.confirm-approve-content__icon-display-content {
  height: 40px;
  margin-top: 16px;
  padding: 12px 12px 14px 12px;
  border: 1px solid var(--color-border-muted);
  box-sizing: border-box;
  border-radius: 100px;
  align-items: center;
  position: relative;
}
.confirm-approve-content__metafoxlogo, .confirm-approve-content__siteinfo {
  position: absolute;
}
.confirm-approve-content__address-display-content {
  display: flex;
  height: 27px;
  padding: 12px 12px 14px 12px;
  background-color: var(--color-background-alternative);
  border-radius: 100px;
  align-items: center;
  justify-content: center;
}
.confirm-approve-content__siteimage-identicon {
  width: 24px;
  height: 24px;
  margin-top: 4px;
  box-shadow: none;
  background: none;
}
.confirm-approve-content__address-identicon {
  margin: 4px 8px 0 4px;
}
.confirm-approve-content__copy-address, .confirm-approve-content__etherscan-link {
  padding: 0 0 0 8px;
}
.confirm-approve-content__etherscan-link img {
  width: 9px;
  height: 9px;
}
.confirm-approve-content .app-header__logo-container {
  margin-right: 0;
}
.confirm-approve-content .app-header__metafox-logo--icon {
  height: 33px;
  width: 33px;
}
.confirm-approve-content__full-tx-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  font-style: normal;
}
.confirm-approve-content__card-wrapper {
  width: 100%;
}
.confirm-approve-content__title {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 22px;
  padding-left: 24px;
  padding-right: 24px;
}
.confirm-approve-content__description {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-top: 16px;
  color: var(--color-text-alternative);
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}
.confirm-approve-content__card, .confirm-approve-content__card--no-border {
  display: flex;
  flex-flow: column;
  border-bottom: 1px solid var(--color-border-default);
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}
.confirm-approve-content__card__bold-text, .confirm-approve-content__card--no-border__bold-text {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
}
.confirm-approve-content__card__thin-text, .confirm-approve-content__card--no-border__thin-text {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
}
.confirm-approve-content__card--no-border {
  border-bottom: none;
}
.confirm-approve-content__card-header {
  display: flex;
  flex-flow: row;
  margin-top: 20px;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.confirm-approve-content__card-header__symbol {
  width: auto;
}
.confirm-approve-content__card-header__symbol--aligned {
  width: 100%;
}
.confirm-approve-content__card-header__title, .confirm-approve-content__card-header__title-value {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
}
.confirm-approve-content__card-header__title {
  width: 100%;
  margin-left: 16px;
}
.confirm-approve-content__card-header__title--aligned {
  margin-left: 27px;
  position: absolute;
  width: auto;
}
.confirm-approve-content__card-content {
  margin-top: 6px;
  margin-bottom: 12px;
}
.confirm-approve-content__card-content--aligned {
  margin-left: 42px;
}
.confirm-approve-content__transaction-total-symbol {
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
}
.confirm-approve-content__transaction-total-symbol__x {
  display: flex;
  justify-content: center;
  align-items: center;
}
.confirm-approve-content__transaction-total-symbol__x div {
  width: 22px;
  height: 2px;
  background: var(--color-primary-default);
  position: absolute;
}
.confirm-approve-content__transaction-total-symbol__x div:first-of-type {
  transform: rotate(45deg);
}
.confirm-approve-content__transaction-total-symbol__x div:last-of-type {
  transform: rotate(-45deg);
}
.confirm-approve-content__transaction-total-symbol__circle {
  width: 14px;
  height: 14px;
  border: 2px solid var(--color-primary-default);
  border-radius: 50%;
  background: var(--color-background-default);
  position: absolute;
}
.confirm-approve-content__ledger-instruction-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.confirm-approve-content__transaction-details-content {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.confirm-approve-content__transaction-details-content .confirm-approve-content__small-text {
  width: 160px;
}
.confirm-approve-content__transaction-details-content__fee {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  text-align: right;
}
.confirm-approve-content__transaction-details-content__primary-fee {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  color: var(--color-text-default);
}
.confirm-approve-content__transaction-details-content__secondary-fee, .confirm-approve-content__transaction-details-content__labelled-fee {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: normal;
  color: var(--color-text-muted);
}
.confirm-approve-content__transaction-details-content__labelled-fee {
  display: flex;
  justify-content: space-between;
}
.confirm-approve-content__transaction-details-content__labelled-fee h6.typography--h6 {
  font-weight: normal;
}
.confirm-approve-content__transaction-details-extra-content {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.confirm-approve-content__view-full-tx-button-wrapper {
  display: flex;
  flex-flow: row;
  margin-bottom: 16px;
  justify-content: center;
}
.confirm-approve-content__view-full-tx-button-wrapper i {
  margin-left: 6px;
  display: flex;
  color: var(--color-primary-default);
  align-items: center;
}
.confirm-approve-content__view-full-tx-button {
  display: flex;
  flex-flow: row;
}
.confirm-approve-content__edit-submission-button-container {
  display: flex;
  flex-flow: row;
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-border-muted);
  width: 100%;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
}
.confirm-approve-content__large-text {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
}
.confirm-approve-content__medium-link-text {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
  color: var(--color-primary-default);
}
.confirm-approve-content__medium-text, .confirm-approve-content__label {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
}
.confirm-approve-content__label {
  font-weight: bold;
  margin-right: 4px;
}
.confirm-approve-content__small-text, .confirm-approve-content__small-blue-text, .confirm-approve-content__info-row {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
}
.confirm-approve-content__small-blue-text {
  color: var(--color-primary-default);
}
.confirm-approve-content__verify-contract-details {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  padding: 0;
}
.confirm-approve-content__info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.confirm-approve-content__data, .confirm-approve-content__permission {
  width: 100%;
}
.confirm-approve-content__permission .flex-row {
  margin-top: 14px;
}
.confirm-approve-content__data__data-block {
  overflow-wrap: break-word;
  margin-right: 16px;
  margin-top: 12px;
}
.confirm-approve-content__footer {
  display: flex;
  align-items: flex-end;
  margin-top: 16px;
  padding-left: 34px;
  padding-right: 24px;
}
.confirm-approve-content__footer .confirm-approve-content__small-text {
  margin-left: 16px;
}
.confirm-approve-content__custom-nonce-warning {
  width: 100%;
  height: 30px;
}
.confirm-approve-content__custom-nonce-content {
  display: flex;
  height: 49px;
  margin-top: 5px;
  margin-bottom: 6px;
  padding: 12px 12px 14px 12px;
  border: 1px solid var(--color-border-muted);
  box-sizing: border-box;
  border-radius: 6px;
  align-items: center;
}
.confirm-approve-content__custom-nonce-header {
  flex: 1;
  align-items: center;
}
.confirm-approve-content__custom-nonce-value {
  flex: 0;
}
.confirm-approve-content .confirm-approve-content__custom-nonce-edit {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: auto;
}

.confirm-approve-content--full {
  height: auto;
}

.request-decrypt-message__container {
  width: 380px;
  border-radius: 8px;
  background-color: var(--color-background-default);
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  display: flex;
  flex-flow: column nowrap;
  z-index: 25;
  align-items: center;
  position: relative;
  height: 100%;
}
@media screen and (max-width: calc(576px - 1px)) {
  .request-decrypt-message__container {
    width: 100%;
    top: 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 576px) {
  .request-decrypt-message__container {
    height: 620px;
  }
}
.request-decrypt-message__typed-container {
  padding: 17px;
}
.request-decrypt-message__typed-container h1 {
  font-weight: 900;
  margin-bottom: 5px;
}
.request-decrypt-message__typed-container * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.request-decrypt-message__typed-container > div {
  margin-bottom: 10px;
}
.request-decrypt-message__header {
  height: 64px;
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.request-decrypt-message__header-background {
  position: absolute;
  background-color: var(--color-background-alternative);
  z-index: 2;
  width: 100%;
  height: 100%;
}
.request-decrypt-message__header__text {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  z-index: 3;
  text-align: center;
}
.request-decrypt-message__header__tip-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.request-decrypt-message__header__tip {
  height: 25px;
  width: 25px;
  background: var(--color-background-alternative);
  transform: rotate(45deg);
  position: absolute;
  bottom: -8px;
  z-index: 1;
}
.request-decrypt-message__account-info {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 20px;
}
.request-decrypt-message__account {
  color: var(--color-text-alternative);
  margin-left: 17px;
}
.request-decrypt-message__account-text {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.request-decrypt-message__account-item {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  height: 22px;
  background-color: var(--color-background-default);
  width: 124px;
}
.request-decrypt-message__account-item .account-list-item {
  margin-top: 6px;
}
.request-decrypt-message__account-item .account-list-item__account-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 80px;
}
.request-decrypt-message__account-item .account-list-item__top-row {
  margin: 0;
}
.request-decrypt-message__balance {
  color: var(--color-text-alternative);
  margin-right: 17px;
  width: 124px;
}
.request-decrypt-message__balance-text {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: right;
}
.request-decrypt-message__balance-value {
  text-align: right;
  margin-top: 2.5px;
}
.request-decrypt-message__request-icon {
  margin-top: 25px;
}
.request-decrypt-message__body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  flex: 1 1 auto;
  height: 0;
}
.request-decrypt-message__notice {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 11px;
  width: 100%;
}
.request-decrypt-message__message {
  overflow-wrap: break-word;
  margin: 20px;
  overflow: hidden;
  border: 1px solid var(--color-border-alternative);
  padding: 5px;
  border-radius: 5px;
  position: relative;
}
.request-decrypt-message__message-text {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  height: 115px;
}
.request-decrypt-message__message-cover {
  background-color: var(--color-background-default);
  opacity: 0.75;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.request-decrypt-message__message-lock {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  cursor: pointer;
}
.request-decrypt-message__message-lock__container {
  padding: 16px;
  background-color: var(--color-background-default);
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 3px;
  transform: translate(-50%, calc(-50%));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.request-decrypt-message__message-lock__container__icon {
  color: var(--color-icon-default);
  display: flex;
  margin-bottom: 16px;
}
.request-decrypt-message__message-lock__container__text {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.request-decrypt-message__message-lock--pressed {
  display: none;
}
.request-decrypt-message__message-copy {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  justify-content: space-evenly;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  cursor: pointer;
}
.request-decrypt-message__message-copy-text {
  margin-right: 10px;
  display: inline;
}
.request-decrypt-message__message-copy-tooltip {
  float: right;
}
.request-decrypt-message__visual {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  position: relative;
  margin: 0 20px;
}
.request-decrypt-message__visual section {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.request-decrypt-message__visual-identicon {
  width: 48px;
  height: 48px;
}
.request-decrypt-message__visual-identicon--default {
  background-color: var(--color-background-alternative);
  color: var(--color-text-default);
  width: 48px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.request-encryption-public-key__container {
  width: 380px;
  border-radius: 8px;
  background-color: var(--color-background-default);
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  display: flex;
  flex-flow: column nowrap;
  z-index: 25;
  align-items: center;
  position: relative;
  height: 100%;
}
@media screen and (max-width: calc(576px - 1px)) {
  .request-encryption-public-key__container {
    width: 100%;
    top: 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 576px) {
  .request-encryption-public-key__container {
    height: 620px;
  }
}
.request-encryption-public-key__typed-container {
  padding: 17px;
}
.request-encryption-public-key__typed-container h1 {
  font-weight: 900;
  margin-bottom: 5px;
}
.request-encryption-public-key__typed-container * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.request-encryption-public-key__typed-container > div {
  margin-bottom: 10px;
}
.request-encryption-public-key__header {
  height: 64px;
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.request-encryption-public-key__header-background {
  position: absolute;
  background-color: var(--color-background-alternative);
  z-index: 2;
  width: 100%;
  height: 100%;
}
.request-encryption-public-key__header__text {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  z-index: 3;
  text-align: center;
}
.request-encryption-public-key__header__tip-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.request-encryption-public-key__header__tip {
  height: 25px;
  width: 25px;
  background: var(--color-background-alternative);
  transform: rotate(45deg);
  position: absolute;
  bottom: -8px;
  z-index: 1;
}
.request-encryption-public-key__account-info {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 20px;
}
.request-encryption-public-key__account {
  color: var(--color-text-alternative);
  margin-left: 17px;
}
.request-encryption-public-key__account-text {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.request-encryption-public-key__account-item {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  height: 22px;
  background-color: var(--color-background-default);
  width: 124px;
}
.request-encryption-public-key__account-item .account-list-item {
  margin-top: 6px;
}
.request-encryption-public-key__account-item .account-list-item__account-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 80px;
}
.request-encryption-public-key__account-item .account-list-item__top-row {
  margin: 0;
}
.request-encryption-public-key__balance {
  color: var(--color-text-alternative);
  margin-right: 17px;
  width: 124px;
}
.request-encryption-public-key__balance-text {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: right;
}
.request-encryption-public-key__balance-value {
  text-align: right;
  margin-top: 2.5px;
}
.request-encryption-public-key__request-icon {
  margin-top: 25px;
}
.request-encryption-public-key__body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  flex: 1 1 auto;
  height: 0;
}
.request-encryption-public-key__notice {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  margin-top: 41px;
  margin-bottom: 11px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--color-text-alternative);
}
.request-encryption-public-key__visual {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  position: relative;
  margin: 0 20px;
}
.request-encryption-public-key__visual section {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  width: 100%;
}
.request-encryption-public-key__visual-identicon {
  width: 48px;
  height: 48px;
}
.request-encryption-public-key__visual-identicon--default {
  background-color: var(--color-background-alternative);
  color: var(--color-text-alternative);
  width: 48px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.confirmation-footer {
  grid-area: footer;
}
.confirmation-footer__actions {
  display: flex;
  border-top: 1px solid var(--color-border-muted);
  background-color: var(--color-background-default);
  padding: 16px;
}
.confirmation-footer__actions .button:first-child {
  margin-right: 16px;
}
.confirmation-footer__actions .button.centered {
  margin-right: 0;
}

.confirmation-network-switch__center-icon {
  position: relative;
  height: 64px;
}
.confirmation-network-switch__icon {
  width: 64px;
}
.confirmation-network-switch__check {
  width: 32px;
  height: 32px;
  color: var(--color-primary-inverse);
  background-color: var(--color-primary-default);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.confirmation-network-switch__check::before {
  content: "";
  position: absolute;
  left: 35%;
  top: 25%;
}
[dir=rtl] .confirmation-network-switch__arrow {
  transform: rotate(180deg);
}
.confirmation-network-switch__dashed-line {
  width: 130px;
  border-bottom: 1px solid var(--color-border-muted);
  border-style: dashed;
}
.confirmation-network-switch__unknown-icon {
  color: var(--color-icon-muted);
  border-radius: 50%;
  border: 1px solid var(--color-border-muted);
  background-color: var(--color-background-alternative);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 64px;
}

.snap-prompt {
  margin-top: 24px;
}

.snap-prompt-input {
  width: 100%;
}
.snap-prompt-input input {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}

.confirmation-page {
  width: 100%;
  height: 100%;
  position: relative;
  background: var(--color-background-default);
  display: grid;
  flex-direction: column;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "navigation" "content" "footer";
}
.confirmation-page a {
  color: var(--color-primary-default);
}
.confirmation-page__content {
  grid-area: content;
  min-width: 0;
}
.confirmation-page__content > :last-child {
  margin-bottom: 16px;
}
.confirmation-page__navigation {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  grid-area: navigation;
  background-color: var(--color-background-alternative);
  border-bottom: 1px solid var(--color-border-muted);
  padding: 6px 16px 5px 16px;
  color: var(--color-text-alternative);
  display: grid;
  grid-template-columns: 1fr minmax(0, auto) minmax(0, auto);
  align-items: center;
}
.confirmation-page__navigation-button {
  background-color: var(--color-background-default);
  border-radius: 100px;
  color: var(--color-text-alternative);
  font-size: 0.875rem;
  height: 20px;
  width: 20px;
  padding: 0;
}
.confirmation-page__navigation-button:disabled {
  cursor: not-allowed;
  background-color: var(--color-background-alternative);
  color: var(--color-text-muted);
}
.confirmation-page__navigation .confirmation-page__navigation-button:last-child {
  margin-left: 8px;
}
.confirmation-page .chip {
  max-width: 100%;
  height: 40px;
}
.confirmation-page .chip__label {
  word-break: break-all;
}

.connected-sites h2 {
  text-overflow: ellipsis;
  margin-right: 10px;
}
.connected-sites__confirmation {
  flex-direction: column;
}
.connected-sites__confirmation button:first-child {
  margin-right: 24px;
}
.connected-sites__footer-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.connected-sites__footer-row + .connected-sites__footer-row {
  margin-top: 15px;
}
.connected-sites a {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  cursor: pointer;
}
.connected-sites a:hover {
  color: var(--color-primary-alternative);
}

.connected-accounts__footer a,
.connected-accounts__footer a:hover {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  cursor: pointer;
}

.connected-sites h2 {
  text-overflow: ellipsis;
  margin-right: 10px;
}
.connected-sites__confirmation {
  flex-direction: column;
}
.connected-sites__confirmation button:first-child {
  margin-right: 24px;
}
.connected-sites__footer-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.connected-sites__footer-row + .connected-sites__footer-row {
  margin-top: 15px;
}
.connected-sites a {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  cursor: pointer;
}
.connected-sites a:hover {
  color: var(--color-primary-alternative);
}

.hw-tutorial {
  width: 375px;
  overflow: visible;
  display: block;
  padding: 15px 30px;
}

.hw-connect {
  width: 100%;
}
.hw-connect__header__title {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 15px;
}
.hw-connect__header__msg {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-muted);
  margin-top: 10px;
  margin-bottom: 20px;
}
.hw-connect__QR-subtitle {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-top: 10px;
  color: var(--color-text-default);
}
.hw-connect__btn-wrapper {
  flex: 1;
  flex-direction: row;
  display: flex;
}
.hw-connect__connect-btn {
  width: 315px;
  margin: 20px;
}
.hw-connect__connect-btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.hw-connect__external-btn-first {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 5px 10px;
  width: auto;
  display: inline;
  margin-top: 10px;
  margin-right: 20px;
}
.hw-connect__external-btn {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 5px 10px;
  width: auto;
  display: inline;
  margin-top: 10px;
}
.hw-connect__btn {
  background: var(--color-background-alternative);
  border: 1px solid var(--color-border-muted);
  height: 100px;
  width: 150px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0;
  margin-right: 15px;
}
.hw-connect__btn__img {
  width: 95px;
}
.hw-connect__btn.selected {
  border-color: var(--color-primary-default);
  width: 149px;
}
.hw-connect__btn:first-child {
  margin-left: 20px;
}
.hw-connect__btn:last-child {
  margin-right: 20px;
}
.hw-connect__hdPath {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  margin-top: 15px;
  margin-bottom: 30px;
}
.hw-connect__hdPath__title {
  display: flex;
  margin-top: 10px;
  margin-right: 15px;
}
.hw-connect__hdPath__select {
  display: flex;
  flex: 1;
}
.hw-connect__title {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
  font-weight: 400;
}
.hw-connect__unlock-title {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
  font-weight: 400;
  margin-bottom: 15px;
}
.hw-connect__msg {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-muted);
  margin-top: 10px;
  margin-bottom: 15px;
}
.hw-connect__msg-link {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: var(--color-primary-default);
  background: unset;
}
.hw-connect__error {
  color: var(--color-warning-default);
  margin: 20px 20px 10px;
  display: block;
  text-align: center;
}
.hw-connect__step-asset {
  margin: 0 auto 20px;
  display: flex;
}

.hw-account-list {
  display: flex;
  flex: 1;
  flex-flow: column;
  width: 100%;
}
.hw-account-list__title_wrapper {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.hw-account-list__title {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 23px;
  align-self: flex-start;
  color: var(--color-text-muted);
  font-weight: bold;
  display: flex;
  flex: 1;
}
.hw-account-list__device {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 23px;
  align-self: flex-end;
  color: var(--color-text-muted);
  display: flex;
}
.hw-account-list__item {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  flex-direction: row;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid var(--color-border-muted);
  background-color: var(--color-background-default);
}
.hw-account-list__item:hover {
  background-color: var(--color-background-default-hover);
}
.hw-account-list__item__index {
  display: flex;
  width: 24px;
}
.hw-account-list__item__checkbox {
  display: flex;
  flex: 1;
}
.hw-account-list__item__checkbox input {
  margin-top: 13px;
}
.hw-account-list__item__label {
  display: flex;
  flex: 1;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hw-account-list__item__balance {
  display: flex;
  flex: 1;
  justify-content: center;
}
.hw-account-list__item__link {
  display: flex;
  margin-top: 13px;
}
.hw-account-list__item__link img {
  width: 15px;
  height: 15px;
}

.hw-list-pagination {
  display: flex;
  align-self: flex-end;
  margin-top: 10px;
}
.hw-list-pagination__button {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  background: var(--color-background-default);
  height: 19px;
  display: flex;
  color: var(--color-primary-default);
  border: none;
  min-width: 46px;
  margin-right: 0;
  margin-left: 16px;
  padding: 0;
  text-transform: uppercase;
}

.new-external-account-form {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 15px 30px 0;
}
.new-external-account-form.unsupported-browser {
  height: 210px;
  overflow: auto;
  scrollbar-width: none;
}
.new-external-account-form.unsupported-browser::-webkit-scrollbar {
  display: none;
}
.new-external-account-form.account-list {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.new-external-account-form__buttons {
  margin-top: 39px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.new-external-account-form__button:not(:last-child) {
  margin-right: 16px;
}

.hw-forget-device-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 22px;
}
.hw-forget-device-container a {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  cursor: pointer;
}

.switch-ledger-path-popover__content {
  padding: 0 24px 48px 24px;
}

.switch-ledger-path-popover__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.switch-ledger-path-popover__footer button:first-of-type {
  margin-right: 15px;
}

.new-account {
  width: 375px;
  background-color: var(--color-background-default);
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  z-index: 25;
  height: unset;
  overflow: auto;
  scrollbar-width: none;
}
.new-account::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 576px) {
  .new-account {
    position: absolute;
  }
}
.new-account .bottom-border-1px {
  border-width: 0 0 1px 0;
}

.new-account-create-form {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 30px;
}
.new-account-create-form__input-label {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  align-self: flex-start;
}
.new-account-create-form__input {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  height: 54px;
  width: 315.84px;
  border: 1px solid var(--color-border-muted);
  border-radius: 4px;
  background-color: var(--color-background-default);
  color: var(--color-text-default);
  margin-top: 15px;
  padding: 0 20px;
}
.new-account-create-form__input__error {
  border: 1px solid var(--color-error-alternative);
}
.new-account-create-form__input::placeholder {
  color: var(--color-text-muted);
  opacity: 1;
}
.new-account-create-form__error {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  left: 8px;
  color: var(--color-error-default);
}
.new-account-create-form__error-amount {
  margin-top: 5px;
}
.new-account-create-form__buttons {
  margin-top: 22px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.new-account-create-form__button {
  width: 150px;
  min-width: initial;
}

.error-page {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  padding: 35px 10px 10px 10px;
  height: 100%;
}
.error-page__header {
  font-size: 2.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
}
.error-page__subheader {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 10px 0;
  width: 100%;
  max-width: 720px;
  text-align: center;
}
.error-page__details {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  overflow-y: auto;
  width: 100%;
  max-width: 720px;
  padding-top: 10px;
}
.error-page__stack {
  overflow-x: auto;
  background-color: var(--color-background-alternative);
}
.error-page__link-text {
  color: var(--color-primary-default);
}

.gas-display {
  overflow-y: auto;
  flex: 1;
}
.gas-display .transaction-detail-rows {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--color-border-default);
  margin: 16px 16px;
}
.gas-display .transaction-detail-rows .transaction-detail-item:not(:first-child) {
  border-top: 1px solid var(--color-border-default);
}
.gas-display__title__estimate {
  font-size: 12px;
  line-height: inherit;
}
.gas-display__gas-fee-warning {
  color: var(--color-warning-default);
}
.gas-display__gas-fee-label {
  position: relative;
  white-space: nowrap;
}
.gas-display__warning-message {
  height: 120px;
}
.gas-display__currency-container, .gas-display__total-amount, .gas-display__total-value {
  position: relative;
}
@media screen and (max-width: 575px) {
  .gas-display__confirm-approve-content__warning {
    padding: 0 32px 16px 16px;
    position: fixed;
    bottom: 80px;
    z-index: 1026;
  }
}
.gas-display__link {
  text-transform: lowercase;
}

.home__container {
  display: flex;
  min-height: 100%;
}
.home__main-view {
  flex: 1 1 66.5%;
  background: var(--color-background-default);
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.home__balance-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
}
.home__main-view .home__tabs {
  border: none;
  padding: 0 16px;
}
.home__main-view .home__tab {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  flex-grow: 1;
  color: var(--color-icon-default);
  font-weight: 500;
}
.home__main-view .home__tab--active {
  color: var(--color-primary-default);
}
.home__main-view .home__tab button {
  padding: 8px;
}
.home__connect-status-text {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding-left: 24px;
  padding-right: 24px;
  color: var(--color-text-default);
}
.home__connect-status-text div {
  margin-bottom: 20px;
}
.home__connect-status-text div:last-child {
  margin-bottom: 0;
}
.home__connected-status-popover {
  width: 329px;
  margin-top: -15px;
}
.home__connected-status-popover .popover-header {
  padding-bottom: 20px;
}
.home__connected-status-popover .popover-header__title {
  padding-bottom: 0;
}
.home__connected-status-popover .popover-content {
  overflow-y: auto;
}
.home__connected-status-popover .popover-arrow {
  top: -6px;
  left: 24px;
}
.home__connected-status-popover .popover-footer {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  border-top: 0;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.home__connected-status-popover .popover-footer :only-child {
  margin: 0;
}
.home__connected-status-popover .popover-footer button {
  height: 39px;
  width: 133px;
  border-radius: 39px;
  padding: 0;
}
.home__connected-status-popover .popover-footer a,
.home__connected-status-popover .popover-footer a:hover {
  color: var(--color-primary-alternative);
  cursor: pointer;
}
.home__connected-status-popover-bg {
  height: 55px;
  width: 120px;
  border-radius: 34px;
  position: absolute;
  top: 73px;
  opacity: 1;
  box-shadow: var(--shadow-size-lg) var(--color-shadow-default);
  background: none;
}
.home__connected-status-popover-bg-container {
  height: 100%;
  width: 100%;
}
.home__support {
  padding: 10px 0 20px 0;
  text-align: center;
}
.home__support a {
  color: var(--color-primary-default);
}
.home__new-network-notification {
  margin-bottom: 50px;
}
.home__new-network-notification {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home__new-network-notification-icon {
  margin-right: 8px;
  padding-top: 8px;
  color: var(--color-success-default);
}
.home__new-network-notification-close {
  color: var(--color-icon-default);
  background: none;
  margin-left: 20px;
}
.home__error-message {
  left: 8px;
}
.home__new-nft-notification {
  margin-bottom: 24px;
  margin-right: 8px;
}
.home__new-nft-notification-icon {
  margin-right: 10px;
  padding-top: 6px;
  color: var(--color-success-default);
}
.home__new-nft-notification-close {
  color: var(--color-icon-default);
  background: none;
  margin-left: 44px;
}
.home__new-tokens-imported-notification {
  margin-bottom: 4px;
  margin-inline-start: 8px;
  padding: 8px;
}
@media screen and (min-width: 576px) {
  .home__new-tokens-imported-notification {
    margin-bottom: 50px;
    margin-inline-end: 8px;
    left: 70%;
  }
}
.home__new-tokens-imported-notification-title, .home__new-tokens-imported-notification-message {
  text-align: start;
}
.home__new-tokens-imported-notification-icon {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-inline-end: 12px;
  padding-top: 12px;
  color: var(--color-success-default);
}
.home__new-tokens-imported-notification-close {
  color: var(--color-icon-default);
  background: none;
  margin-inline-start: 32px;
}
.home__new-network-added {
  border-radius: 10px;
  text-align: center;
}
.home__new-network-added__check-circle {
  color: var(--color-success-default);
  margin-top: 20px;
}
.home__new-network-added__switch-to-button {
  margin-bottom: 16px;
}
.home__subheader-link {
  display: flex;
  padding: 12px 0;
  justify-content: center;
  color: var(--color-primary-default);
  align-items: center;
  cursor: pointer;
}
.home__subheader-link--tooltip-content-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.home__subheader-link--tooltip-content-header-text {
  font-size: 18px;
  line-height: 22.82px;
  font-weight: 700;
}
.home__subheader-link--tooltip-content-header-button {
  background-color: var(--color-primary-default);
  color: var(--color-primary-inverse);
  border: 0;
}
.home__subheader-link--tooltip-content-text-bold {
  font-weight: 700;
}
.home__subheader-link--tooltip-theme {
  background-color: var(--color-primary-default) !important;
}
.home__subheader-link--tooltip-theme .tippy-tooltip-content {
  color: var(--color-primary-inverse) !important;
}
.home__subheader-link--tooltip-theme .arrow-regular {
  border-bottom-color: var(--color-primary-default) !important;
}
.home__subheader-link--text {
  margin-left: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140.62%;
}

.first-view-main-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 0 10px;
}
.first-view-main-wrapper > .first-view-main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

@media screen and (min-width: 1280px) {
  .first-view-main {
    width: 62vw;
  }
}
.import-account {
  display: flex;
  flex-flow: column nowrap;
  margin: 60px 0 30px 0;
  position: relative;
  max-width: initial;
}

@media screen and (max-width: calc(576px - 1px)) {
  .import-account {
    margin: 24px;
    display: flex;
    flex-flow: column nowrap;
    width: calc(100vw - 80px);
  }

  .import-account__title {
    width: initial !important;
  }

  .first-view-main {
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
  }

  .first-view-phone-invisible {
    display: none;
  }

  .first-time-flow__input {
    width: 100%;
  }
}
.import-account__back-button {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 18px;
  color: var(--color-text-default);
  position: absolute;
  top: -25px;
}
.import-account__link {
  display: inline;
  padding: 0;
  font-size: inherit;
}

.reveal-seed__tab {
  display: flex;
  flex: 1;
}
.reveal-seed__active-tab {
  color: var(--color-primary-default);
}

.permissions-connect-choose-account__title {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.permissions-connect-choose-account__cancel {
  color: var(--color-error-default);
}
.permissions-connect-choose-account__content {
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 2px;
}
.permissions-connect-choose-account__footer-container {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 576px) {
  .permissions-connect-choose-account__footer-container {
    flex-direction: column-reverse;
    justify-content: space-between;
    padding-bottom: 20px;
  }
}
.permissions-connect-choose-account__bottom-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 12px;
  border-top: 1px solid var(--color-border-muted);
}
@media screen and (min-width: 576px) {
  .permissions-connect-choose-account__bottom-buttons {
    border-top: none;
  }
}
.permissions-connect-choose-account__bottom-buttons button {
  width: 124px;
}
.permissions-connect-choose-account__bottom-buttons .btn-secondary {
  margin-left: 16px;
}
.permissions-connect-choose-account__bottom-buttons .btn-primary {
  margin-right: 16px;
}

.snap-install {
  box-shadow: none;
}
.snap-install .headers {
  flex: 1;
}
.snap-install .headers .loader-container {
  height: 100%;
}
.snap-install .headers__permission-description {
  border-bottom: 1px solid var(--color-border-default);
}
.snap-install .page-container__footer {
  width: 100%;
  margin-top: 12px;
}

.snap-update {
  box-shadow: none;
}
.snap-update .headers {
  flex: 1;
}
.snap-update .headers .loader-container {
  height: 100%;
}
.snap-update .headers .update-snap-permission-list {
  padding: 0 24px;
}
.snap-update .headers .update-snap-permission-list .new-permission,
.snap-update .headers .update-snap-permission-list .approved-permission,
.snap-update .headers .update-snap-permission-list .revoked-permission {
  padding: 8px 0;
}
.snap-update .headers__permission-description {
  border-bottom: 1px solid var(--color-border-default);
}
.snap-update .page-container__footer {
  width: 100%;
  margin-top: 12px;
}
.snap-update .page-container__footer button {
  padding: 0.75rem;
}

.snap-result {
  box-shadow: none;
}
.snap-result .headers {
  flex: 1;
}
.snap-result .headers .loader-container {
  height: 100%;
}
.snap-result .page-container__footer {
  width: 100%;
  margin-top: 12px;
}

.permissions-redirect {
  display: flex;
  height: 100%;
  justify-content: center;
}
.permissions-redirect__result {
  position: absolute;
  top: 30%;
  text-align: center;
  color: var(--color-text-default);
}
.permissions-redirect__icons {
  display: flex;
  position: relative;
}
.permissions-redirect .icon-border {
  max-width: 64px;
  flex: 0 0 64px;
}
.permissions-redirect__center-icon {
  position: relative;
  height: 64px;
}
.permissions-redirect__icon {
  width: 64px;
}
.permissions-redirect__check {
  width: 32px;
  height: 32px;
  color: var(--color-success-inverse);
  background-color: var(--color-success-default);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.permissions-redirect__check::before {
  content: "";
  position: absolute;
  left: 18%;
  top: 25%;
}
.permissions-redirect__dashed-line {
  width: 130px;
  border-bottom: 1px solid var(--color-border-muted);
  border-style: dashed;
}

.permissions-connect {
  width: 100%;
  height: 100%;
  position: relative;
  background: var(--color-background-default);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .permissions-connect .page-container {
    max-height: none;
    min-height: auto;
  }
}
.permissions-connect__top-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 16px 16px 0 16px;
  align-items: center;
}
.permissions-connect__back {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-icon-default);
  font-weight: bold;
  cursor: pointer;
}
.permissions-connect__page-count {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  grid-column: 2;
  justify-self: flex-end;
  font-weight: bold;
}

.currency-display {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  height: 54px;
  border: 1px solid var(--color-border-default);
  border-radius: 4px;
  background-color: var(--color-background-default);
  color: var(--color-text-muted);
  padding: 8px 10px;
  position: relative;
}
.currency-display__primary-row {
  display: flex;
}
.currency-display__input {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-muted);
  border: none;
  max-width: 22ch;
}
.currency-display__primary-currency {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-muted);
  font-weight: 400;
}
.currency-display__converted-row {
  display: flex;
}
.currency-display__converted-value, .currency-display__converted-currency {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-muted);
}
.currency-display__input-wrapper {
  position: relative;
  display: flex;
  flex: 1;
  max-width: 100%;
}
.currency-display__input-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.currency-display__input-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
.currency-display__input-wrapper input[type=number]:hover::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
.currency-display__currency-symbol {
  margin-top: 1px;
  color: var(--color-text-muted);
}
.currency-display .react-numeric-input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
.currency-display .react-numeric-input input[type=number]:hover::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}

.send__header {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: var(--color-background-alternative);
  border-bottom: none;
  padding: 14px 0 3px 0;
}
.send__header .page-container__title {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
.send__header .page-container__header-close-text {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 1rem;
  width: min-content;
  font-size: 0.75rem;
  white-space: nowrap;
}
.send__dialog {
  margin: 1rem;
  cursor: pointer;
}
.send__error-dialog {
  margin: 1rem;
}
.send__warning-container {
  padding-left: 16px;
  padding-right: 16px;
}
.send__warning-container__link {
  color: var(--color-primary-default);
}
.send__to-row {
  margin: 0;
  padding: 0.5rem;
  flex: 0 0 auto;
  background-color: var(--color-background-alternative);
  border-bottom: 1px solid var(--color-border-muted);
}
.send__select-recipient-wrapper {
  flex: 1 1 auto;
  height: 0;
}
.send__select-recipient-wrapper__list {
  overflow-y: auto;
}
.send__select-recipient-wrapper__list__link {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 1rem;
  border-bottom: 1px solid var(--color-border-muted);
  border-radius: 0;
  align-items: center;
  justify-content: flex-start;
}
.send__select-recipient-wrapper__list__back-caret {
  display: block;
  margin-right: 8px;
}
[dir=rtl] .send__select-recipient-wrapper__list__back-caret {
  transform: rotate(180deg);
}
.send__select-recipient-wrapper__recent-group-wrapper__load-more {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 0.5rem;
  text-align: center;
  border-bottom: 1px solid var(--color-border-muted);
  justify-content: flex-start;
}
.send__select-recipient-wrapper__group-label {
  font-size: 0.625rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  background-color: var(--color-background-alternative);
  color: var(--color-text-alternative);
  padding: 0.5rem 1rem;
  border-bottom: 1px solid var(--color-border-muted);
}
.send__select-recipient-wrapper__group-label:first-of-type {
  border-top: 1px solid var(--color-border-muted);
}
.send__select-recipient-wrapper__group-item, .send__select-recipient-wrapper__group-item--selected {
  padding: 0.75rem 1rem;
  align-items: center;
  border-bottom: 1px solid var(--color-border-muted);
  cursor: pointer;
}
.send__select-recipient-wrapper__group-item:hover, .send__select-recipient-wrapper__group-item--selected:hover {
  background-color: rgba(222, 222, 222, 0.2);
}
.send__select-recipient-wrapper__group-item .identicon, .send__select-recipient-wrapper__group-item--selected .identicon {
  margin-right: 1rem;
  flex: 0 0 auto;
}
.send__select-recipient-wrapper__group-item__content, .send__select-recipient-wrapper__group-item--selected__content {
  flex: 1 1 auto;
  width: 0;
}
.send__select-recipient-wrapper__group-item__title, .send__select-recipient-wrapper__group-item--selected__title {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  max-width: 20em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--color-text-default);
}
.send__select-recipient-wrapper__group-item__subtitle, .send__select-recipient-wrapper__group-item--selected__subtitle {
  font-size: 0.625rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-muted);
}
.send__select-recipient-wrapper__group-item--selected {
  border: 2px solid var(--color-primary-default);
  border-radius: 8px;
}

.ens-input__wrapper {
  flex: 1 1 auto;
  width: 0;
  align-items: center;
  background: var(--color-background-default);
  border-radius: 0.5rem;
  padding: 0.75rem 0.5rem;
  border: 1px solid var(--color-border-muted);
  transition: border-color 150ms ease-in-out;
}
.ens-input__wrapper:focus-within {
  border-color: var(--color-border-default);
}
.ens-input__wrapper__status-icon {
  margin: 4px 8px 4px 4px;
}
.ens-input__wrapper__input {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  flex: 1 1 auto;
  width: 0;
  border: 0;
  outline: none;
  color: var(--color-text-default);
  background-color: var(--color-background-default);
}
.ens-input__wrapper__input::placeholder {
  color: var(--color-text-muted);
}
.ens-input__wrapper__action-icon-button {
  background: none;
  border: none;
  padding: 0 8px;
  height: 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ens-input__wrapper--valid {
  border-color: var(--color-primary-default);
}
.ens-input__wrapper--valid .ens-input__wrapper__input {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
}
.ens-input__selected-input__title {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  word-wrap: break-word;
  white-space: inherit !important;
}
.ens-input__selected-input__subtitle {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  margin-top: 0.25rem;
}

.info-tab__logo-wrapper {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.info-tab__logo {
  height: 80px;
}
.info-tab__item {
  padding: 10px 0;
}
.info-tab__link-header {
  padding-bottom: 15px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .info-tab__link-header {
    padding-bottom: 5px;
  }
}
.info-tab__link-text {
  width: max-content;
  padding: 0;
}
.info-tab__link-item {
  padding: 15px 0;
}
@media screen and (max-width: calc(576px - 1px)) {
  .info-tab__link-item {
    padding: 5px 0;
  }
}
.info-tab__version-number {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding-top: 5px;
  color: var(--color-text-muted);
}
.info-tab__separator {
  margin: 15px 0;
  width: 80px;
  border: none;
  height: 1px;
  background-color: var(--color-border-muted);
}
.info-tab__about {
  color: var(--color-text-muted);
  margin-bottom: 15px;
}
.info-tab__tag {
  margin-inline-start: 8px;
}

.alerts-tab__body {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: grid;
  grid-template-columns: 8fr 30px max-content;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  display: block;
}
.alerts-tab__description-container {
  display: flex;
}
.alerts-tab__description-container > * {
  padding: 0 8px;
}
.alerts-tab__description {
  display: flex;
  align-items: center;
}
.alerts-tab__description__icon {
  color: var(--color-icon-alternative);
}
.alerts-tab__item {
  border-bottom: 1px solid var(--color-border-muted);
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
}

/*
Responsive breakpoints
*/
/*
DEPRECATED
*/
/**
  These colors are either deprecated or will move into colors.scss
  when approved for the design system
**/
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "串";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-brands-400.eot");
  src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype"), url("fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.eot");
  src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype"), url("fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-regular-400.eot");
  src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype"), url("fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 400;
  src: url("EuclidCircularB-Regular-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: italic;
  font-weight: 400;
  src: url("EuclidCircularB-RegularItalic-WebXL.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 500;
  src: url("EuclidCircularB-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 700;
  src: url("EuclidCircularB-Bold-WebXL.ttf") format("truetype");
}
/*
  Z-Indicies
*/
.networks-tab__imageclose {
  cursor: pointer;
  color: var(--color-icon-default);
}
.networks-tab__content--with-networks-list-popup-footer {
  padding-bottom: 80px;
  isolation: isolate;
}
@media screen and (min-width: 576px) {
  .networks-tab__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.networks-tab__content__icon-check {
  max-width: 24px;
  flex: 0 0 24px;
}
.networks-tab__content__custom-image {
  border: 1px solid var(--color-border-muted);
}
.networks-tab__content__icon-with-fallback {
  display: flex;
  align-items: center;
  padding: 0;
  max-width: 24px;
  flex: 0 0 24px;
  color: var(--color-text-alternative);
}
.networks-tab__content__icon-with-fallback--color-background-default {
  background: var(--color-background-default);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-background-alternative {
  background: var(--color-background-alternative);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-text-default {
  background: var(--color-text-default);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-text-alternative {
  background: var(--color-text-alternative);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-text-muted {
  background: var(--color-text-muted);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-icon-default {
  background: var(--color-icon-default);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-icon-alternative {
  background: var(--color-icon-alternative);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-icon-muted {
  background: var(--color-icon-muted);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-border-default {
  background: var(--color-border-default);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-border-muted {
  background: var(--color-border-muted);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-overlay-default {
  background: var(--color-overlay-default);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-overlay-inverse {
  background: var(--color-overlay-inverse);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-primary-default {
  background: var(--color-primary-default);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-primary-alternative {
  background: var(--color-primary-alternative);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-primary-muted {
  background: var(--color-primary-muted);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-primary-inverse {
  background: var(--color-primary-inverse);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-primary-disabled {
  background: var(--color-primary-disabled);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-error-default {
  background: var(--color-error-default);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-error-alternative {
  background: var(--color-error-alternative);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-error-muted {
  background: var(--color-error-muted);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-error-inverse {
  background: var(--color-error-inverse);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-error-disabled {
  background: var(--color-error-disabled);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-warning-default {
  background: var(--color-warning-default);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-warning-alternative {
  background: var(--color-warning-alternative);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-warning-muted {
  background: var(--color-warning-muted);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-warning-inverse {
  background: var(--color-warning-inverse);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-warning-disabled {
  background: var(--color-warning-disabled);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-success-default {
  background: var(--color-success-default);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-success-alternative {
  background: var(--color-success-alternative);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-success-muted {
  background: var(--color-success-muted);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-success-inverse {
  background: var(--color-success-inverse);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-success-disabled {
  background: var(--color-success-disabled);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-info-default {
  background: var(--color-info-default);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-info-alternative {
  background: var(--color-info-alternative);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-info-muted {
  background: var(--color-info-muted);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-info-inverse {
  background: var(--color-info-inverse);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-info-disabled {
  background: var(--color-info-disabled);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-mainnet {
  background: var(--mainnet);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-goerli {
  background: var(--color-network-goerli-default);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-sepolia {
  background: var(--color-network-sepolia-default);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-goerli-inverse {
  background: var(--color-network-goerli-inverse);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-sepolia-inverse {
  background: var(--color-network-sepolia-inverse);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-lineatestnet {
  background: var(--color-network-linea-testnet-default);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-lineatestnet-inverse {
  background: var(--color-network-linea-testnet-inverse);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-localhost {
  background: var(--color-network-localhost-default);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-transparent {
  background: var(--transparent);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-flask-purple {
  background: var(--color-flask-default);
  color: var(--color-primary-inverse);
}
.networks-tab__content__icon-with-fallback--color-inherit {
  background: var(--inherit);
  color: var(--color-primary-inverse);
}
.networks-tab__body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .networks-tab__body {
    margin-inline-end: 16px;
    margin-bottom: 24px;
  }
}
.networks-tab__subheader {
  display: none;
}
@media screen and (min-width: 576px) {
  .networks-tab__subheader {
    font-size: 1.125rem;
    font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
    line-height: 140%;
    font-style: normal;
    font-weight: normal;
    padding: 16px 4px;
    border-bottom: 1px solid var(--color-border-default);
    height: 72px;
    align-items: center;
    display: flex;
    gap: 8px;
    flex-flow: row nowrap;
  }
}
.networks-tab__sub-header-text {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-muted);
}
.networks-tab__network-form {
  padding: 16px 24px;
}
@media screen and (min-width: 576px) {
  .networks-tab__network-form {
    padding: 16px;
  }
}
.networks-tab__network-form .page-container__footer {
  border-top: none;
}
.networks-tab__network-form .page-container__footer footer {
  padding: 10px 0;
}
.networks-tab__networks-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 24px;
}
@media screen and (min-width: 576px) {
  .networks-tab__networks-list {
    padding: 16px;
    min-width: 160px;
    border-right: 1px solid var(--color-border-muted);
  }
}
.networks-tab__networks-list__custom-search-network {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
@media screen and (min-width: 576px) {
  .networks-tab__networks-list__custom-search-network {
    font-size: 1rem;
    font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
    line-height: 140%;
    font-style: normal;
    font-weight: normal;
  }
}
.networks-tab__networks-list-popup-footer {
  display: flex;
  justify-content: center;
  padding: 16px 24px;
  border-top: 1px solid var(--color-border-default);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--color-background-default);
}
@media screen and (min-width: 576px) {
  .networks-tab__networks-list-popup-footer {
    display: none;
  }
}
.networks-tab__add-network-header-button-wrapper {
  justify-content: center;
}
.networks-tab__add-network-header-button-wrapper .button {
  width: 138px;
  padding: 10px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .networks-tab__add-network-header-button-wrapper {
    display: none;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .networks-tab__networks-list--selection {
    display: none;
  }
}
.networks-tab__networks-list-item {
  display: flex;
  gap: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.networks-tab__networks-list-name {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-left: 8px;
  color: var(--color-text-alternative);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 1;
}
.networks-tab__networks-list-name:hover {
  cursor: pointer;
}
.networks-tab__networks-list-name svg {
  margin-inline-start: 15px;
  padding-top: 3px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .networks-tab__networks-list-name {
    color: var(--color-text-default);
  }
}
.networks-tab__networks-list-name--selected {
  font-weight: bold;
  color: var(--color-text-default);
}
@media screen and (max-width: calc(576px - 1px)) {
  .networks-tab__networks-list-name--selected {
    font-weight: normal;
    color: var(--color-text-default);
  }
}
.networks-tab__networks-list-name--disabled {
  color: var(--color-text-muted);
}
@media screen and (max-width: calc(576px - 1px)) {
  .networks-tab__networks-list-name--disabled {
    color: var(--color-text-default);
  }
}
.networks-tab__network-form-footer {
  display: flex;
  flex-flow: row nowrap;
  padding: 12px 0;
}
.networks-tab__network-form-footer .btn--rounded {
  white-space: nowrap;
}
.networks-tab__network-form-footer .btn-secondary {
  margin-left: auto;
}
.networks-tab__network-form-footer .btn-primary {
  margin-left: 16px;
}
.networks-tab__network-form-footer .btn-danger {
  margin-right: 16px;
}
.networks-tab__add-network-form {
  padding: 16px 24px;
  grid-column: span 2;
}
@media screen and (min-width: 576px) {
  .networks-tab__add-network-form {
    max-width: 400px;
    padding: 16px;
  }
}
.networks-tab__add-network-form__alert {
  margin-top: 0;
}
.networks-tab__restrict-height {
  max-height: 578px;
  overflow-y: auto;
}
.networks-tab__add-network-form-footer {
  display: flex;
  flex-flow: row;
  padding: 12px 0;
  width: 60%;
}
.networks-tab__add-network-form-footer .btn-secondary {
  margin-right: 0.5rem;
}
.networks-tab__add-network-form-footer .btn-primary {
  margin-left: 0.5rem;
}

.settings-tab__error {
  padding-bottom: 20px;
  text-align: center;
  color: var(--color-error-default);
}
.settings-tab__rpc-save-button {
  align-self: flex-end;
  padding: 5px;
  cursor: pointer;
  width: 25%;
}
.settings-tab__button--red {
  border-color: #fd0826;
  color: var(--color-error-default);
}
.settings-tab__button--red:active {
  background: #ffecee;
  border-color: var(--color-error-default);
}
.settings-tab__button--red:hover {
  border-color: var(--color-error-default);
}
.settings-tab__radio-buttons {
  display: flex;
  align-items: center;
}
.settings-tab__radio-button {
  display: flex;
  align-items: center;
}
.settings-tab__radio-button:not(:last-child) {
  margin-right: 16px;
}
.settings-tab__radio-label {
  padding-left: 4px;
}

.address-book-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.address-book {
  flex: 0.4 1 100%;
}
@media screen and (max-width: calc(576px - 1px)) {
  .address-book {
    flex: 1;
    max-width: 100%;
  }
  .address-book__container {
    min-height: 100%;
  }
}
.address-book__header {
  display: flex;
  align-items: center;
}
.address-book__header__name, .address-book__header--edit__name {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-left: 24px;
  max-width: 8em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.address-book__header--edit {
  display: flex;
  justify-content: space-between;
}
.address-book__header--edit .button {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  justify-content: flex-end;
  color: var(--color-error-default);
}
.address-book__container {
  margin: 0 auto;
  min-height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.address-book__icon {
  margin: 0 auto 16px auto;
  display: block;
}
.address-book__title {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.address-book__sub-title {
  font-size: small;
  margin-bottom: 0.5em;
}
.address-book__link {
  background-color: transparent;
  color: var(--color-primary-default);
}
.address-book__input {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  border: 1px solid var(--color-border-muted);
  border-radius: 6px;
  color: var(--color-text-muted);
  padding: 0.875rem 1rem;
  margin-top: 0.25rem;
}
.address-book__input:focus-within {
  border-color: var(--color-primary-default);
}
.address-book__input--address {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.address-book__view-contact__text-area-wrapper {
  height: 96px !important;
}
.address-book__view-contact__text-area {
  line-height: initial !important;
}
.address-book__view-contact__address {
  height: 90px !important;
}
.address-book__view-contact__address textarea {
  padding-top: 10px !important;
}
.address-book__view-contact__group {
  display: flex;
  flex-flow: column nowrap;
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.address-book__view-contact__group__label, .address-book__view-contact__group__label--capitalized {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  margin-top: 0.75rem;
}
.address-book__view-contact__group__label--capitalized {
  text-transform: capitalize;
}
.address-book__view-contact__group__value, .address-book__view-contact__group__static-address {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  flex-flow: row nowrap;
  color: var(--color-text-muted);
  word-break: break-word;
}
.address-book__view-contact__group__value--address, .address-book__view-contact__group__static-address--address {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.address-book__view-contact__group__value--copy-icon, .address-book__view-contact__group__static-address--copy-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  background: none;
  padding-left: 0;
  margin-left: 10px;
}
.address-book__view-contact__group__static-address {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.address-book__view-contact__group__static-address--copy-icon {
  cursor: pointer;
}
.address-book__view-contact__group__static-address--copy-icon:hover {
  color: var(--color-text-default);
}
.address-book__view-contact__group .unit-input__input {
  max-width: 100%;
  width: 100%;
}
.address-book__edit-contact {
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 0 !important;
  height: 100%;
}
.address-book__edit-contact__content {
  flex: 1 1 auto;
}
.address-book__edit-contact__content > div {
  padding-top: 0;
}
.address-book__edit-contact .page-container__footer {
  border-top: none;
}
.address-book__add-contact {
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 0 !important;
  height: 100%;
}
.address-book__add-contact__content {
  flex: 1 1 auto;
  height: 100%;
}
.address-book__add-contact__error {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  left: 8px;
  color: var(--color-error-default);
}

.address-book-add-button__button {
  position: absolute;
  top: 80px;
  right: 16px;
  width: auto;
}
@media screen and (max-width: calc(576px - 1px)) {
  .address-book-add-button__button {
    top: 8px;
    right: 60px;
  }
  .address-book-add-button__button--hidden {
    display: none;
  }
}

.address-book--hidden {
  display: none;
}

.address-book-contact-content {
  flex: 0.4 1 100%;
}
@media screen and (max-width: calc(576px - 1px)) {
  .address-book-contact-content {
    flex: 1;
  }
}

.snap-list-tab {
  width: 100%;
  height: 100%;
}
.snap-list-tab__wrapper {
  width: auto;
}
.snap-list-tab__body {
  padding: 12px 18px;
}
@media screen and (min-width: 576px) {
  .snap-list-tab__body {
    padding: 12px;
  }
}
.snap-list-tab .snap-settings-card {
  margin: 8px 0;
  max-width: 344px;
}
.snap-list-tab .snap-list-tab__container--no-snaps_inner {
  max-width: 164px;
}
.snap-list-tab .snap-list-tab__no-snaps_icon {
  font-size: 48px;
}

.view-snap {
  padding: 12px 18px;
}
@media screen and (min-width: 576px) {
  .view-snap {
    padding: 12px;
  }
}
.view-snap__subheader {
  padding: 16px 4px;
  border-bottom: 1px solid var(--color-border-muted);
  margin-inline-end: 24px;
  height: 72px;
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: calc(576px - 1px)) {
  .view-snap__subheader {
    margin-inline-end: 0;
    padding: 0 0 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    height: max-content;
  }
}
.view-snap__install-details {
  border-bottom: 1px solid var(--color-border-muted);
  margin-inline-end: 24px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .view-snap__install-details {
    margin-inline-end: 0;
  }
}
.view-snap__version {
  font-family: monospace;
}
@media screen and (max-width: calc(576px - 1px)) {
  .view-snap__title {
    padding-bottom: 16px;
  }
}
.view-snap__pill-toggle-container {
  align-items: center;
  display: flex;
  flex-grow: 1;
}
@media screen and (max-width: calc(576px - 1px)) {
  .view-snap__pill-toggle-container {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .view-snap__pill-container {
    padding-left: 0;
    display: inline-block;
  }
}
.view-snap__toggle-container {
  margin-left: auto;
}
@media screen and (max-width: calc(576px - 1px)) {
  .view-snap__toggle-container {
    padding-left: 0;
    display: inline-block;
  }
}
.view-snap__toggle-button {
  margin-right: -12px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .view-snap__content-container {
    width: 100%;
  }
}
.view-snap__section {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--color-border-muted);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .view-snap__section {
    height: initial;
    padding: 5px 0 16px;
  }
}
.view-snap__section .connected-sites-list__content-row {
  border-top: none;
  border-bottom: 1px solid var(--color-border-muted);
}
.view-snap__section .connected-sites-list__content-row:last-child {
  border-bottom: none;
}
.view-snap__section:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.view-snap__permission-list {
  padding-bottom: 0;
}
.view-snap__permission-list .permission {
  padding-top: 16px;
}
.view-snap__permission-list .permission:last-child {
  border-bottom: none;
}
.view-snap__remove-button {
  max-width: 175px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .view-snap__remove-button {
    align-self: center;
  }
}

.settings-page {
  position: relative;
  background: var(--color-background-default);
  display: flex;
  flex-flow: column nowrap;
}
.settings-page__content-padded {
  padding: 16px;
}
.settings-page__error-text {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-error-default);
}
.settings-page__header {
  padding: 8px 24px 8px 24px;
  position: relative;
}
@media screen and (max-width: calc(576px - 1px)) {
  .settings-page__header {
    background: var(--color-background-alternative);
  }
}
.settings-page__header__title-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: 0 0 auto;
}
.settings-page__header__title-container__close-button {
  margin-left: auto;
}
.settings-page__header__title-container__close-button::after {
  content: "×";
  font-size: 40px;
  color: var(--color-icon-default);
  cursor: pointer;
}
.settings-page__header__title-container__title {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  flex: 1 0 auto;
}
@media screen and (max-width: calc(576px - 1px)) {
  .settings-page__header__title-container__title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .settings-page__header__search {
    position: relative;
  }
}
@media screen and (min-width: 576px) {
  .settings-page__header__search {
    position: absolute;
    right: 57px;
    top: 10px;
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .settings-page__header__search {
    width: 400px;
  }
}
.settings-page__header__search__list {
  background: var(--color-background-default);
  box-sizing: border-box;
  box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
  border-radius: 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.settings-page__header__search__list > div:hover {
  background: var(--color-background-default-hover);
}
.settings-page__header__search__list__item {
  transition: 200ms ease-in-out;
  display: grid;
  align-items: center;
  padding: 16px;
  border-top: 1px solid var(--color-border-muted);
  cursor: pointer;
  grid-template-columns: 16px max-content 24px auto;
  gap: 8px;
}
.settings-page__header__search__list__item__icon {
  background: var(--color-background-alternative);
  height: 15px;
  width: 15px;
  margin-right: 16px;
}
.settings-page__header__search__list__item__request, .settings-page__header__search__list__item__tab, .settings-page__header__search__list__item__section, .settings-page__header__search__list__item__no-matching {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-icon-default);
}
@media screen and (max-width: calc(576px - 1px)) {
  .settings-page__header__search__list__item__section-multiple-lines {
    margin-left: 10px;
  }
}
[dir=rtl] .settings-page__header__search__list__item__caret {
  transform: rotate(180deg);
}
.settings-page__header__search__list__item__link {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: inline;
  color: var(--color-primary-default);
  margin-left: 3px;
}
.settings-page__subheader, .settings-page__subheader--link {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 16px 4px;
  border-bottom: 1px solid var(--color-border-muted);
  margin-right: 24px;
  height: 72px;
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: calc(576px - 1px)) {
  .settings-page__subheader, .settings-page__subheader--link {
    display: none;
  }
}
.settings-page__subheader--link {
  cursor: pointer;
  margin-right: 4px;
}
.settings-page__subheader--link:hover {
  cursor: pointer;
  color: var(--color-primary-default);
}
.settings-page__subheader--break {
  margin-inline-start: 4px;
  white-space: nowrap;
  width: 100%;
  max-width: calc(100% - 125px - 85px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.settings-page__sub-header {
  height: 72px;
  border-bottom: 1px solid var(--color-border-muted);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
@media screen and (max-width: calc(576px - 1px)) {
  .settings-page__sub-header {
    height: 69px;
    position: relative;
    text-align: center;
  }
}
.settings-page__sub-header-text {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
@media screen and (max-width: calc(576px - 1px)) {
  .settings-page__sub-header-text {
    font-size: 1rem;
    font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
    line-height: 140%;
    font-style: normal;
    font-weight: normal;
    width: 100%;
  }
}
.settings-page__security-tab-sub-header {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-icon-alternative);
}
.settings-page__security-tab-sub-header__bold {
  font-weight: 700;
  font-size: 18px;
  color: var(--color-text-default);
}
.settings-page__back-button {
  margin-right: 8px;
}
[dir=rtl] .settings-page__back-button {
  margin: 0 0 0 8px;
  transform: rotate(180deg);
}
.settings-page__content {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  overflow: auto;
  border-top: 1px solid var(--color-border-muted);
}
.settings-page__content__tabs {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media screen and (min-width: 576px) {
  .settings-page__content__tabs {
    flex: 0 0 40%;
    max-width: 197px;
    padding-top: 13px;
  }
}
@media screen and (min-width: 576px) {
  .settings-page__content__tabs .tab-bar__tab {
    max-height: 50px;
  }
}
@media screen and (min-width: 576px) {
  .settings-page__content__tabs .tab-bar__tab__caret {
    display: none;
  }
}
.settings-page__content__modules {
  overflow-y: auto;
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: calc(576px - 1px)) {
  .settings-page__content__modules {
    display: none;
  }
}
.settings-page__body {
  padding: 12px 24px;
}
@media screen and (min-width: 576px) {
  .settings-page__body {
    padding: 12px;
  }
}
.settings-page__content-row {
  display: flex;
  flex-direction: column;
  padding: 10px 0 20px;
}
.settings-page__content-item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: calc(576px - 1px)) {
  .settings-page__content-item {
    height: initial;
    padding: 5px 0;
  }
}
.settings-page__content-item--without-height {
  height: initial;
}
.settings-page__content-item--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.settings-page__content-item .dialog {
  margin-top: 10px;
}
.settings-page__content-item__identicon {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.settings-page__content-item__identicon__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: unset;
  border: 1px solid transparent;
}
.settings-page__content-item__identicon__item__icon--active {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: 2px solid var(--color-primary-default);
  display: flex;
  justify-content: center;
  align-items: center;
}
.settings-page__content-item__description {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 12px;
  color: var(--color-text-default);
  font-size: 14px;
  font-weight: 400;
}
.settings-page__content-row-experimental {
  padding: 10px 0 0 12px;
}
.settings-page__content-label {
  text-transform: capitalize;
}
.settings-page__content-unordered-list {
  padding-left: 2.5rem;
  margin-top: 1rem;
  list-style: disc;
}
.settings-page__content-description {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
}
.settings-page__content-description a {
  color: var(--color-primary-default);
}
.settings-page__content-item-col {
  max-width: 300px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: calc(576px - 1px)) {
  .settings-page__content-item-col {
    max-width: 100%;
    width: 100%;
  }
}
.settings-page__content-item-col-open-sea {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4px;
}
.settings-page__button {
  cursor: pointer;
}
.settings-page__copy-icon {
  padding-left: 4px;
}
.settings-page__button-group {
  display: flex;
  margin-left: auto;
}
.settings-page__address-book-button {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 0;
}
.settings-page__address-book-button + .settings-page__address-book-button {
  margin-left: 1.875rem;
}
.settings-page__inline-link {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: initial;
  padding: 0;
}
@media screen and (max-width: calc(576px - 1px)) {
  .settings-page--selected .settings-page__content__tabs {
    display: none;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .settings-page--selected .settings-page__content__modules {
    display: block;
  }
}
.settings-page .toggle-button {
  /*rtl:ignore*/
  direction: ltr;
}
[dir=rtl] .settings-page .toggle-button {
  justify-content: flex-end;
}

.awaiting-swap {
  display: flex;
  flex-flow: column;
  align-items: center;
  flex: 1;
  width: 100%;
}
.awaiting-swap__content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
}
.awaiting-swap div {
  text-align: center;
  display: flex;
  justify-content: center;
}
.awaiting-swap__status-image {
  margin-top: 12px;
  margin-bottom: 16px;
}
.awaiting-swap__header {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
}
.awaiting-swap__main-description {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  margin-top: 16px;
  width: 100%;
}
.awaiting-swap__time-estimate {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  margin-top: 20px;
  font-style: italic;
}
.awaiting-swap__time-estimate > span {
  display: flex;
}
.awaiting-swap__time-estimate--invisible {
  visibility: hidden;
}
.awaiting-swap__time-estimate-text {
  margin-right: 2px;
  font-weight: bold;
}
.awaiting-swap__support-link {
  color: var(--color-primary-default);
  margin-top: 24px;
  cursor: pointer;
}
.awaiting-swap__support-link {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.awaiting-swap__amount-and-symbol {
  color: var(--color-text-default);
  font-weight: bold;
}

.awaiting-signatures {
  display: flex;
  flex-flow: column;
  align-items: center;
  flex: 1;
  width: 100%;
}
.awaiting-signatures__content {
  flex-flow: column;
}
.awaiting-signatures div {
  text-align: center;
  display: flex;
  justify-content: center;
}
.awaiting-signatures__steps {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 16px auto 12px auto;
}
.awaiting-signatures__steps li {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
.awaiting-signatures__steps li svg {
  margin-right: 4px;
}

@keyframes shift {
  to {
    background-position: 100% 0;
  }
}
.smart-transaction-status {
  display: flex;
  flex-flow: column;
  align-items: center;
  flex: 1;
  width: 100%;
}
.smart-transaction-status__loading-bar-container {
  height: 3px;
  background: var(--color-background-alternative);
  display: flex;
  margin-top: 12px;
  margin-bottom: 28px;
}
.smart-transaction-status__loading-bar {
  height: 3px;
  background: var(--color-primary-default);
  transition: width 0.5s linear;
}
.smart-transaction-status div {
  text-align: center;
}
.smart-transaction-status__content {
  flex-flow: column;
  width: 100%;
}
.smart-transaction-status__background-animation {
  position: relative;
  left: -88px;
  background-repeat: repeat;
  background-position: 0 0;
}
.smart-transaction-status__background-animation--top {
  width: 1634px;
  height: 54px;
  background-size: 817px 54px;
  background-image: url("/images/transaction-background-top.svg");
  animation: shift 19s linear infinite;
}
.smart-transaction-status__background-animation--bottom {
  width: 1600px;
  height: 62px;
  background-size: 800px 62px;
  background-image: url("/images/transaction-background-bottom.svg");
  animation: shift 22s linear infinite;
}
.smart-transaction-status a {
  color: var(--color-primary-default);
}
.smart-transaction-status__support-link {
  color: var(--color-primary-default);
  margin-top: 24px;
  cursor: pointer;
}
.smart-transaction-status__cancel-swap-link {
  font-size: 0.75rem;
}
.smart-transaction-status__swaps-footer .btn-secondary {
  color: var(--color-text-alternative);
  border: 1px solid var(--color-border-default);
}
.smart-transaction-status__remaining-time {
  font-variant-numeric: tabular-nums;
}

.build-quote {
  display: flex;
  flex-flow: column;
  align-items: center;
  flex: 1;
  width: 100%;
  padding-top: 4px;
  /* Prevents the swaps "Swap to" field from overflowing */
}
.build-quote__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px;
}
.build-quote__content {
  display: flex;
}
.build-quote__dropdown-swap-to-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 12px;
}
.build-quote__dropdown-input-pair-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 12px;
  flex: 0.5 1 auto;
  max-height: 56px;
}
.build-quote__title, .build-quote__input-label {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  color: var(--color-text-default);
  margin-top: 3px;
}
.build-quote__swap-arrows-row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
  padding-top: 12px;
  height: 24px;
  position: relative;
}
.build-quote__swap-arrows {
  display: flex;
  flex: 0 0 auto;
  height: 24px;
  cursor: pointer;
  background: unset;
  color: var(--color-icon-muted);
}
.build-quote__max-button {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  cursor: pointer;
}
.build-quote__balance-message {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  color: var(--color-text-muted);
  margin-top: 4px;
  display: flex;
  flex-flow: column;
  height: 18px;
}
.build-quote__balance-message--error div:first-of-type {
  font-weight: bold;
  color: var(--color-text-default);
}
.build-quote__balance-message--error .build-quote__form-error:first-of-type {
  font-weight: bold;
  color: var(--color-error-default);
}
.build-quote__balance-message--error div:last-of-type {
  font-weight: normal;
  color: var(--color-text-alternative);
}
.build-quote__slippage-buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.build-quote__open-dropdown, .build-quote__open-to-dropdown {
  max-height: 330px;
  box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
  position: absolute;
  width: 100%;
}
.build-quote .dropdown-input-pair .searchable-item-list__item--add-token {
  display: none;
}
.build-quote .dropdown-input-pair__to .searchable-item-list__item--add-token {
  display: flex;
}
.build-quote .dropdown-input-pair__input div {
  border: 1px solid var(--color-border-default);
  border-left: 0;
}
.build-quote__open-to-dropdown {
  max-height: 194px;
}
@media screen and (min-width: 576px) {
  .build-quote__open-to-dropdown {
    max-height: 276px;
  }
}
.build-quote__token-message {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  color: var(--color-text-alternative);
  margin-top: 4px;
}
.build-quote__token-message .info-tooltip {
  display: inline-block;
}
.build-quote__token-etherscan-link {
  color: var(--color-primary-default);
  cursor: pointer;
}
.build-quote__token-tooltip-container {
  display: flex !important;
}
.build-quote__bold {
  font-weight: bold;
}
.build-quote__underline {
  text-decoration: underline;
}
.build-quote .dropdown-input-pair__to .dropdown-search-list {
  width: 100%;
}

@keyframes slide-in {
  100% {
    transform: translateY(0%);
  }
}
.smart-transactions-popover {
  transform: translateY(-100%);
  animation: slide-in 0.5s forwards;
}
.smart-transactions-popover__content {
  flex-direction: column;
}
.smart-transactions-popover__content ul {
  list-style: inside;
}
.smart-transactions-popover__content a {
  color: var(--color-primary-default);
  cursor: pointer;
}
.smart-transactions-popover__footer {
  flex-direction: column;
  flex: 1;
  align-items: center;
  border-top: 0;
}
.smart-transactions-popover__footer button {
  border-radius: 50px;
}
.smart-transactions-popover__footer a {
  font-size: inherit;
  padding-bottom: 0;
}

.countdown-timer {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .countdown-timer {
    margin: 0;
  }
}
.countdown-timer__timer-container {
  display: flex;
  padding-right: 3px;
}
.countdown-timer__timer-container > span {
  display: flex;
  padding-left: 4px;
}
.countdown-timer__timer-container--warning .countdown-timer__time {
  color: var(--color-error-default);
}
.countdown-timer__time {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  width: 24px;
  margin-left: 4px;
  margin-right: 2px;
}
.countdown-timer div {
  display: flex;
  align-items: center;
}

.dropdown-input-pair {
  display: flex;
  width: 312px;
  height: 60px;
  position: relative;
}
.dropdown-input-pair__input {
  margin: 0 !important;
}
.dropdown-input-pair__input input {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding-top: 6px;
}
.dropdown-input-pair__input div {
  border: 1px solid var(--color-border-default);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: transparent;
  height: 60px;
}
.dropdown-input-pair__input input::-webkit-outer-spin-button,
.dropdown-input-pair__input input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.dropdown-input-pair__input input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.dropdown-input-pair__list--full-width {
  width: 100%;
}
.dropdown-input-pair__left-value {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--color-text-alternative);
}
.dropdown-input-pair__left-value--two-lines {
  right: inherit;
  left: 157px;
  align-items: unset;
  top: 34px;
}
.dropdown-input-pair .dropdown-input-pair__selector--closed {
  height: 60px;
  width: 142px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-input-pair__two-line-input div {
  align-items: flex-start;
}
.dropdown-input-pair__two-line-input input {
  padding-top: 14px;
}

.dropdown-search-list__search-list-open {
  margin: 24px;
  box-shadow: none;
  border-radius: 6px;
  min-height: 297px;
  width: 100%;
}
.dropdown-search-list__token-container {
  margin: 0;
  min-height: auto;
  border: 1px solid var(--color-border-default);
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 6px;
  width: 100%;
}
.dropdown-search-list--open {
  box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
  border: 1px solid var(--color-border-default);
}
.dropdown-search-list__close-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.dropdown-search-list__selector-closed-container {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  max-height: 60px;
  transition: 200ms ease-in-out;
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid var(--color-border-default);
  height: 60px;
}
.dropdown-search-list__selector-closed-container:hover {
  background: var(--color-background-default-hover);
}
.dropdown-search-list__caret {
  position: absolute;
  right: 16px;
  color: var(--color-icon-muted);
}
.dropdown-search-list__selector-closed {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 16px 12px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  align-items: center;
  flex: 1;
  height: 60px;
}
.dropdown-search-list__selector-closed i {
  font-size: 1.2em;
}
.dropdown-search-list__selector-closed .dropdown-search-list__item-labels {
  width: 56%;
}
.dropdown-search-list__selector-closed-icon {
  width: 34px;
  height: 34px;
}
.dropdown-search-list__closed-primary-label {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-search-list__search-list--open {
  box-shadow: var(--shadow-size-md) var(--color-shadow-default);
  border: 1px solid var(--color-border-muted);
}
.dropdown-search-list__default-dropdown-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-background-alternative);
  flex: 0 1 auto;
}
.dropdown-search-list__labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex: 1;
}
.dropdown-search-list__item-labels {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 8px;
}
.dropdown-search-list__select-default {
  color: var(--color-text-muted);
}
.dropdown-search-list__placeholder {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  padding: 16px;
  color: var(--color-text-alternative);
  min-height: 300px;
  position: relative;
  z-index: 1002;
  background: var(--color-background-default);
  border-radius: 6px;
  min-height: 194px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-search-list__placeholder .searchable-item-list__item--add-token {
  padding: 8px 0;
}
.dropdown-search-list__loading-item {
  transition: 200ms ease-in-out;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  box-sizing: border-box;
  cursor: pointer;
  border-top: 1px solid var(--color-border-muted);
  position: relative;
  z-index: 1;
  background: var(--color-background-default);
}
.dropdown-search-list__loading-item-text-container {
  margin-left: 4px;
}
.dropdown-search-list__loading-item-text {
  font-weight: bold;
}

.exchange-rate-display {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: var(--color-text-default);
  width: 100%;
  flex-wrap: wrap;
}
.exchange-rate-display span {
  margin-right: 4px;
}
.exchange-rate-display__bold {
  font-weight: bold;
}
.exchange-rate-display__switch-arrows {
  cursor: pointer;
}
.exchange-rate-display__switch-arrows > svg {
  margin-top: 4px;
}
.exchange-rate-display__switch-arrows-rotate {
  -webkit-animation-name: rotate-toggle;
  -webkit-animation-duration: 1s;
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.fee-card {
  width: 100%;
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.fee-card .transaction-detail-rows {
  margin-top: 8px;
}
.fee-card .transaction-detail-rows .transaction-detail-item:last-of-type {
  margin-bottom: 8px;
}
.fee-card__savings-and-quotes-header {
  display: flex;
  position: relative;
  align-items: center;
}
.fee-card__savings-text {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  color: var(--color-primary-default);
}
.fee-card__quote-link-container {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.fee-card__quote-link-text {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  cursor: pointer;
  padding-right: 4px;
}
.fee-card__caret-right {
  color: var(--color-primary-default);
  width: 6px;
  height: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
}
.fee-card__caret-right i {
  transform: rotate(90deg);
}
.fee-card__main .transaction-detail {
  border-top: 1px solid var(--color-border-muted);
  border-bottom: 1px solid var(--color-border-muted);
  margin-bottom: 12px;
}
.fee-card__row-header {
  display: flex;
  align-items: center;
  margin-top: 8px;
  justify-content: space-between;
}
.fee-card__row-header:first-of-type {
  margin-top: 0;
}
.fee-card__row-header div {
  display: flex;
  align-items: center;
}
.fee-card__row-header-text, .fee-card__row-header-text--bold {
  margin-right: 4px;
}
.fee-card__row-header-text--bold {
  color: var(--color-text-default);
}
.fee-card__row-header-text {
  display: block;
  white-space: nowrap;
}
.fee-card__row-header-text .info-tooltip {
  padding-left: 4px;
  padding-bottom: 2px;
}
.fee-card__row, .fee-card__top-bordered-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.fee-card__top-bordered-row {
  border-top: 1px solid var(--color-border-muted);
  padding-top: 12px;
}
.fee-card__row-label {
  display: flex;
  align-items: flex-start;
}
.fee-card__row-label img {
  height: 10px;
  width: 10px;
  cursor: pointer;
}
.fee-card__info-tooltip-container {
  height: 10px;
  width: 10px;
  justify-content: center;
}
.fee-card__info-tooltip-container div {
  display: flex !important;
  height: 10px;
}
.fee-card__info-tooltip-paragraph {
  margin-bottom: 8px;
}
.fee-card__info-tooltip-paragraph:last-of-type {
  margin-bottom: 0;
}
.fee-card__row-fee {
  margin-right: 4px;
}
.fee-card__link, .fee-card__link:hover {
  color: var(--color-primary-default);
  cursor: pointer;
}
.fee-card__edit-link {
  color: var(--color-primary-default);
  cursor: pointer;
  padding-left: 6px;
}
.fee-card__total-box {
  border-top: 1px solid var(--color-border-muted);
  padding: 12px 16px 16px 16px;
}
.fee-card__total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.fee-card__total-secondary {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  color: var(--color-text-alternative);
  margin-top: 4px;
}
.fee-card__row-header-secondary, .fee-card__row-header-secondary--bold {
  color: var(--color-text-alternative);
}
.fee-card__row-header-secondary, .fee-card__row-header-secondary--bold {
  margin-right: 12px;
}
.fee-card__row-header-primary {
  color: var(--color-text-alternative);
}
.fee-card__row-header-primary--bold {
  color: var(--color-text-default);
}
.fee-card__row-header-text--bold, .fee-card__row-header-secondary--bold, .fee-card__row-header-primary--bold {
  font-weight: bold;
}
.fee-card__bold {
  font-weight: bold;
}
.fee-card__tilde {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  margin-right: -3.5px;
}

.info-tooltip > div {
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.loading-swaps-quotes {
  display: flex;
  flex-flow: column;
  align-items: center;
  flex: 1;
  width: 100%;
}
.loading-swaps-quotes__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 445px;
}
.loading-swaps-quotes__quote-counter {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  margin-top: 3px;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 4px;
}
.loading-swaps-quotes__quote-name-check {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  color: var(--color-text-default);
  display: flex;
  justify-content: center;
  width: 100%;
  text-transform: capitalize;
}
.loading-swaps-quotes__background-1, .loading-swaps-quotes__background-2 {
  width: 265.18px;
  height: 221.02px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  animation: spin 38s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.loading-swaps-quotes__background-2 {
  width: 182.8px;
  height: 195.39px;
  animation: spin 42s linear infinite;
}
.loading-swaps-quotes__mascot-container {
  position: absolute;
}
.loading-swaps-quotes__animation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 60%;
  width: 316px;
}
.loading-swaps-quotes__loading-bar-container {
  width: 248px;
  height: 3px;
  background: var(--color-background-alternative);
  display: flex;
  margin-top: 16px;
}
.loading-swaps-quotes__loading-bar {
  height: 3px;
  background: var(--color-primary-default);
  transition: width 0.5s linear;
}

.main-quote-summary {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  color: var(--color-text-default);
  margin-top: 28px;
  margin-bottom: 56px;
}
.main-quote-summary__source-row, .main-quote-summary__destination-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
}
.main-quote-summary__source-row {
  align-items: center;
}
.main-quote-summary__source-row-value, .main-quote-summary__source-row-symbol {
  max-width: calc(50% - 13px);
}
.main-quote-summary__source-row-value {
  margin-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-quote-summary__source-row-symbol {
  margin-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-quote-summary__destination-row {
  margin-top: 6px;
}
.main-quote-summary__destination-row-symbol {
  margin-left: 5px;
  color: var(--color-text-default);
}
.main-quote-summary__icon, .main-quote-summary__icon-fallback {
  height: 16px;
  width: 16px;
}
.main-quote-summary__icon-fallback {
  padding-top: 0;
  font-size: 12px;
  line-height: 16px;
}
.main-quote-summary__down-arrow {
  margin-top: 5px;
  color: var(--color-icon-muted);
}
.main-quote-summary__details {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 310px;
  position: relative;
}
.main-quote-summary__quote-details-top {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.main-quote-summary__quote-large {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
  height: 50px;
}
.main-quote-summary__quote-large-number {
  font-size: 50px;
  line-height: 48px;
}
.main-quote-summary__quote-large-white {
  font-size: 40px;
  text-overflow: ellipsis;
  width: 295px;
  overflow: hidden;
  white-space: nowrap;
}
.main-quote-summary__exchange-rate-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 287px;
  margin-top: 14px;
}
.main-quote-summary__exchange-rate-display {
  color: var(--color-text-alternative);
}

.searchable-item-list {
  background: var(--color-background-default);
  width: 100%;
  position: relative;
}
.searchable-item-list__search > div {
  border: none;
  border-bottom: 1px solid var(--color-border-muted);
  border-radius: 0;
  height: 55px;
  font-size: 12px;
}
.searchable-item-list__search > div input {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  line-height: 100%;
}
.searchable-item-list__search > div input::placeholder {
  color: var(--color-text-muted);
  opacity: 1;
}
.searchable-item-list__list-container {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.searchable-item-list__item {
  transition: 200ms ease-in-out;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 8px 12px;
  box-sizing: border-box;
  cursor: pointer;
  border-top: 1px solid var(--color-border-muted);
  position: relative;
  min-height: 50px;
}
.searchable-item-list__item:first-of-type {
  border-top: none;
}
.searchable-item-list__item:last-of-type {
  border-bottom: none;
}
.searchable-item-list__item:hover, .searchable-item-list__item:focus {
  background: var(--color-background-default-hover);
}
.searchable-item-list__item--selected {
  border: 1px solid var(--color-primary-default) !important;
}
.searchable-item-list__item--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.searchable-item-list__item--add-token {
  min-height: auto;
  opacity: 1;
  pointer-events: none;
}
.searchable-item-list__item--add-token:hover {
  background: none;
}
.searchable-item-list__item--add-token .actionable-message {
  margin: 0;
}
.searchable-item-list__item--add-token .actionable-message__message {
  text-align: left;
  color: var(--color-text-default);
}
.searchable-item-list__item--add-token .actionable-message a {
  pointer-events: auto;
  color: var(--color-primary-default);
  cursor: pointer;
}
.searchable-item-list__item .btn-primary {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: auto;
  padding: 7px 11px;
}
.searchable-item-list__item > img {
  margin-top: -2px;
}
.searchable-item-list__primary-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 0;
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 3px;
}
.searchable-item-list__item-name {
  /*rtl:ignore*/
  direction: ltr;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchable-item-list__labels {
  display: flex;
  justify-content: space-between;
  max-width: 237px;
  flex: 1;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
}
.searchable-item-list__item-labels {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 12px;
}
.searchable-item-list__right-labels {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  flex: 1 1 auto;
}
.searchable-item-list__secondary-label, .searchable-item-list__right-primary-label {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  color: var(--color-text-alternative);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 4px;
}
.searchable-item-list__right-primary-label {
  margin-top: 3px;
}
.searchable-item-list__right-secondary-label {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  color: var(--color-text-alternative);
  opacity: 0.5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.searchable-item-list__list-container {
  z-index: 1002;
  background: var(--color-background-default);
}
.searchable-item-list__search {
  z-index: 1001;
}
.searchable-item-list__item--highlighted {
  background: var(--color-background-alternative);
}
.searchable-item-list__identicon {
  margin-top: -2px;
}

.quote-details {
  display: flex;
  flex-flow: column;
  padding-left: 16px;
  padding-right: 16px;
}
.quote-details__detail-header {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  margin-bottom: 2px;
  display: flex;
}
.quote-details__detail-content {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
}
.quote-details__detail-content > div {
  justify-content: flex-start;
}
.quote-details__conversion-rate {
  color: var(--color-text-default);
  justify-content: flex-start;
  align-items: center;
  height: inherit;
}
.quote-details__conversion-rate .view-quote__conversion-rate-eth-label {
  color: var(--color-text-default);
}
.quote-details__conversion-rate i {
  color: var(--color-primary-default);
}
.quote-details__conversion-rate * {
  margin-right: 4px;
}
.quote-details__popover-wrap .popover-content {
  margin-left: 24px;
}
.quote-details__light-grey {
  color: var(--color-border-muted);
}
.quote-details__row {
  height: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  border-top: 1px solid var(--color-background-alternative);
}
.quote-details__row--high {
  min-height: 60px;
  height: inherit;
}
.quote-details .view-quote__conversion-rate-token-label {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-default);
  font-weight: bold;
  margin-left: 2px;
}
.quote-details__metafox-logo {
  width: 17px;
  margin-right: 4px;
}
.quote-details .info-tooltip {
  margin-left: 2px;
}
.quote-details--high {
  min-height: 60px;
  height: inherit;
}
.quote-details__font-small {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.quote-details__bold {
  font-weight: bold;
}

.select-quote-popover__button {
  height: 39px;
  width: 140px;
}
.select-quote-popover__popover-wrap {
  height: 100%;
}
@media screen and (min-width: 576px) {
  .select-quote-popover__popover-wrap {
    height: 620px;
    width: 348px;
  }
}
.select-quote-popover__popover-wrap .popover-content {
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
.select-quote-popover__popover-wrap .swaps__footer {
  padding: 16px 24px;
}
.select-quote-popover__popover-bg {
  height: 100%;
  width: 100%;
  background: var(--color-background-alternative);
  opacity: 1;
}
@media screen and (min-width: 576px) {
  .select-quote-popover__popover-bg {
    opacity: 0.5;
  }
}
.select-quote-popover__sort-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.select-quote-popover__column-headers, .select-quote-popover__row {
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 100%;
}
.select-quote-popover__column-headers > * + *, .select-quote-popover__row > * + * {
  margin-left: 8px;
}
.select-quote-popover__column-headers {
  font-size: 0.625rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  color: var(--color-text-default);
  height: 43px;
  margin-bottom: 4px;
}
.select-quote-popover__column-header {
  cursor: pointer;
  font-size: 12px;
}
.select-quote-popover__row {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  color: var(--color-text-default);
  height: 49px;
  border: 1px solid transparent;
  margin-bottom: 8px;
  border-radius: 8px;
  background: var(--color-background-alternative);
  padding-right: 12px;
}
.select-quote-popover__row:hover {
  border: 1px solid var(--color-primary-default);
  padding-right: 11px;
  padding-left: 19.5px;
}
.select-quote-popover__row--no-hover:hover {
  border: 1px solid var(--color-background-alternative);
  width: 100%;
  padding-right: 12px;
  padding-left: 20px;
}
.select-quote-popover__row--selected {
  color: var(--color-primary-inverse);
  background: linear-gradient(90deg, var(--color-primary-default) 0%, var(--color-primary-alternative) 101.32%);
  box-shadow: var(--shadow-size-lg) var(--color-shadow-default);
  border-radius: 8px;
  height: 64px;
}
.select-quote-popover__row--selected:hover {
  background: linear-gradient(90deg, var(--color-primary-default) 0%, var(--color-primary-alternative) 101.32%);
  width: 100%;
  padding-left: 20px;
  padding-right: 12px;
}
.select-quote-popover__row--selected .select-quote-popover__caret-right {
  color: var(--color-primary-inverse);
}
.select-quote-popover__row--selected .select-quote-popover__caret-right:hover {
  color: var(--color-text-default);
}
.select-quote-popover__row--selected .select-quote-popover__zero-slippage {
  color: var(--color-primary-inverse);
}
.select-quote-popover__receiving {
  display: flex;
  flex-direction: column;
  width: 88px;
}
.select-quote-popover__network-fees {
  width: 99px;
}
.select-quote-popover__quote-source {
  width: 28px;
  display: flex;
  align-items: flex-end;
  margin-right: 3px;
}
.select-quote-popover__caret-right {
  color: var(--color-text-alternative);
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select-quote-popover__caret-right i {
  transform: rotate(90deg);
}
.select-quote-popover__caret-right:hover {
  border-radius: 8px;
  background: var(--color-primary-inverse);
  border: 1px solid var(--color-primary-default);
}
.select-quote-popover__receiving-value {
  display: flex;
  align-items: center;
}
.select-quote-popover__receiving-value svg {
  margin-right: 2px;
}
.select-quote-popover__receiving-value-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-quote-popover__zero-slippage {
  font-size: 12px;
  line-height: 100%;
  color: var(--color-text-muted);
  font-weight: normal;
}
.select-quote-popover__quote-source-toggle {
  margin-left: 2px;
  height: 12px;
}
.select-quote-popover__network-fees-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.select-quote-popover__network-fees-header > span {
  width: 77px;
}
.select-quote-popover__network-fees-header > div {
  height: 12px;
}
.select-quote-popover__network-fees-header > svg {
  margin-bottom: 2px;
}
.select-quote-popover__receiving-symbol {
  color: var(--color-text-alternative);
}
.select-quote-popover__receiving-symbol > div {
  width: 12px;
  height: 12px;
}
.select-quote-popover__receiving-label {
  display: flex;
  align-items: center;
}
.select-quote-popover__receiving-label img {
  height: 10px;
  width: 10px;
  margin-top: 2px;
}
.select-quote-popover__receiving-label > div {
  margin-left: 3px;
}
.select-quote-popover__quote-source-label {
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary-inverse);
  border-radius: 5px;
  padding: 4px;
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 2px;
}
.select-quote-popover__quote-source-label--blue {
  background: var(--color-primary-default);
}
.select-quote-popover__quote-source-label--orange {
  background: var(--color-warning-default);
}
.select-quote-popover__quote-source-label--green {
  background: var(--color-success-default);
}

.slippage-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.slippage-buttons__header {
  display: flex;
  align-items: center;
  color: var(--color-primary-default);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background: unset;
}
.slippage-buttons__header--open {
  margin-bottom: 8px;
}
.slippage-buttons__header-text {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-right: 6px;
  color: var(--color-primary-default);
  font-weight: 900;
}
.slippage-buttons__content {
  padding-left: 10px;
}
.slippage-buttons__dropdown-content {
  display: flex;
  align-items: center;
}
.slippage-buttons__buttons-prefix {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.slippage-buttons__prefix-text {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-right: 4px;
  color: var(--color-text-default);
  font-weight: 900;
}
.slippage-buttons__error-text {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-error-default);
  margin-top: 8px;
}
.slippage-buttons__button-group .slippage-buttons__button-group-custom-button {
  cursor: text;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 72px;
  margin-right: 0;
}
.slippage-buttons__custom-input {
  display: flex;
  justify-content: center;
}
.slippage-buttons__custom-input input {
  border: none;
  width: 64px;
  text-align: center;
  background: var(--color-primary-default);
  color: var(--color-primary-inverse);
  font-weight: inherit;
}
.slippage-buttons__custom-input input::placeholder {
  /* Most modern browsers support this now. */
  color: var(--color-primary-inverse);
}
.slippage-buttons__custom-input input::-webkit-outer-spin-button,
.slippage-buttons__custom-input input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.slippage-buttons__custom-input input[type=number] {
  -moz-appearance: textfield;
}
.slippage-buttons__custom-input--danger input {
  background: var(--color-error-default);
}
.slippage-buttons__percentage-suffix {
  position: absolute;
  right: 5px;
}

.swaps-footer {
  width: 100%;
}
.swaps-footer--warning .btn-primary {
  background: var(--color-error-default);
  border-color: var(--color-error-default);
}
@media screen and (max-width: calc(576px - 1px)) {
  .swaps-footer--border .swaps-footer__custom-page-container-footer-class {
    border-top: 1px solid var(--color-border-muted);
  }
}
.swaps-footer__custom-page-container-footer-class {
  border-top: none;
}
@media screen and (min-width: 576px) {
  .swaps-footer__custom-page-container-footer-class {
    height: 96px;
  }
}
.swaps-footer__custom-page-container-footer-button-class {
  border-radius: 100px;
  height: 39px;
  width: 140px;
}
.swaps-footer__custom-page-container-footer-button-class--single {
  width: 307px;
}
.swaps-footer__bottom-text {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  margin-bottom: 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .swaps-footer__bottom-text {
    margin-top: 0;
  }
}

.view-quote {
  display: flex;
  flex-flow: column;
  align-items: center;
  flex: 1;
  width: 100%;
}
.view-quote::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("/images/transaction-background-top.svg") url("/images/transaction-background-bottom.svg");
}
.view-quote__content {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.view-quote__content_modal > div:not(.view-quote__warning-wrapper) {
  opacity: 0.6;
  pointer-events: none;
}
@media screen and (max-width: calc(576px - 1px)) {
  .view-quote__content {
    overflow-y: auto;
    max-height: 420px;
  }
}
@media screen and (min-width: 576px) {
  .view-quote {
    width: 348px;
  }
}
.view-quote__new-quote-countdown {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
}
.view-quote__new-quote-countdown--danger span {
  color: var(--color-error-default);
}
.view-quote__price-difference-warning-wrapper {
  width: 100%;
}
.view-quote__price-difference-warning-wrapper.low .actionable-message::before, .view-quote__price-difference-warning-wrapper.medium .actionable-message::before, .view-quote__price-difference-warning-wrapper.high .actionable-message::before {
  background: none;
}
.view-quote__price-difference-warning-wrapper.low .actionable-message .actionable-message__message, .view-quote__price-difference-warning-wrapper.medium .actionable-message .actionable-message__message, .view-quote__price-difference-warning-wrapper.high .actionable-message .actionable-message__message {
  color: inherit;
}
.view-quote__price-difference-warning-wrapper.low .actionable-message button, .view-quote__price-difference-warning-wrapper.medium .actionable-message button, .view-quote__price-difference-warning-wrapper.high .actionable-message button {
  font-size: 0.625rem;
  padding: 4px 12px;
  border-radius: 42px;
}
.view-quote__price-difference-warning-wrapper.low .actionable-message button {
  background: var(--color-primary-default);
  color: var(--color-primary-inverse);
}
.view-quote__price-difference-warning-wrapper.medium .actionable-message {
  border-color: var(--color-warning-default);
  background: var(--color-warning-muted);
}
.view-quote__price-difference-warning-wrapper.medium .actionable-message button {
  background: var(--color-warning-default);
}
.view-quote__price-difference-warning-wrapper.high .actionable-message {
  border-color: var(--color-error-default);
  background: var(--color-error-muted);
}
.view-quote__price-difference-warning-wrapper.high .actionable-message button {
  background: var(--color-error-default);
  color: var(--color-error-inverse);
}
.view-quote__price-difference-warning-contents {
  display: flex;
  text-align: left;
}
.view-quote__price-difference-warning-contents-title {
  font-weight: bold;
}
.view-quote__price-difference-warning-contents-actions {
  text-align: end;
  padding-top: 10px;
}
.view-quote__price-difference-warning-contents i {
  margin-inline-start: 10px;
}
.view-quote__warning-wrapper {
  width: 100%;
  align-items: center;
  justify-content: center;
  max-width: 340px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 576px) {
  .view-quote__warning-wrapper {
    display: flex;
  }
  .view-quote__warning-wrapper--thin {
    min-height: 36px;
  }
}
.view-quote__bold {
  font-weight: bold;
}
.view-quote__countdown-timer-container {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.view-quote__fee-card-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 311px;
  margin-bottom: 8px;
}
@media screen and (min-width: 576px) {
  .view-quote__fee-card-container {
    margin-bottom: 0;
  }
}
.view-quote__metamask-rate {
  display: flex;
}
.view-quote__metamask-rate-text {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
}
.view-quote__metamask-rate-info-icon {
  margin-left: 4px;
}
.view-quote__thin-swaps-footer {
  max-height: 82px;
}
@media screen and (min-width: 576px) {
  .view-quote__thin-swaps-footer {
    height: 72px;
  }
}

.import-token {
  flex-direction: column;
}
.import-token .actionable-message {
  margin-top: 0;
}
.import-token .actionable-message__message {
  color: var(--color-text-default);
  text-align: left;
}
.import-token__contract-address {
  border-radius: 8px;
  background-color: var(--color-background-alternative);
  padding: 5px 10px;
}
.import-token__token-icon {
  font-size: 2rem;
  margin-top: 24px;
  width: 69px;
  height: 69px;
}

.create-new-swap button {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  background-color: transparent;
}

.view-on-block-explorer button {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  background-color: transparent;
}

.swaps {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .swaps {
    z-index: 12;
  }
}
.swaps__error-message {
  margin-left: 24px;
  margin-right: 24px;
}
@media screen and (min-width: 576px) {
  .swaps__error-message {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.swaps__container {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 576px) {
  .swaps__container {
    width: 460px;
    background: var(--color-background-default);
    border: 1px solid var(--color-border-muted);
    box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
    border-radius: 8px;
    height: 620px;
  }
}
.swaps__content {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: calc(576px - 1px)) {
  .swaps__content--overflow {
    overflow: scroll;
  }
}
@media screen and (min-width: 576px) {
  .swaps__content {
    width: 348px;
  }
}
.swaps__title {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  color: var(--color-text-default);
  margin-top: -5px;
  flex: 1;
  text-align: center;
}
.swaps__header {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 16px;
  background: var(--color-background-alternative);
  width: 100%;
  position: relative;
  flex-direction: row;
}
@media screen and (min-width: 576px) {
  .swaps__header {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 66px;
  }
}
.swaps__header-cancel {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  cursor: pointer;
  padding-right: 24px;
  flex: 1;
  text-align: right;
}
.swaps__header-edit {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  cursor: pointer;
  padding-left: 24px;
  flex: 1;
}
.actionable-message__message .swaps__notification-close-button {
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 2px;
}
.actionable-message__message .swaps__notification-close-button::after {
  position: absolute;
  content: "×";
  font-size: 29px;
  font-weight: 200;
  color: var(--color-text-default);
  background-color: transparent;
  top: 0;
  right: 12px;
  cursor: pointer;
}
.swaps__notification-title {
  font-weight: bold;
  margin-right: 14px;
}

.token-allowance-container__icon-display-content {
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  box-sizing: border-box;
  border-radius: 100px;
  position: relative;
}
.token-allowance-container__icon-display-content__siteimage-identicon {
  width: 24px;
  height: 24px;
  box-shadow: none;
  background: none;
}
.token-allowance-container a.token-allowance-container__verify-link {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding: 0;
}
.token-allowance-container a.token-allowance-container__view-details {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: 108px;
  margin-inline-end: 108px;
}
.token-allowance-container__card-wrapper {
  width: 100%;
}
.token-allowance-container__data {
  width: 100%;
}
.token-allowance-container__full-tx-content {
  max-width: 100%;
}

.token-details__title {
  text-transform: capitalize;
}
.token-details__closeButton {
  float: right;
  width: 10px;
  margin-top: -17px;
  margin-inline-end: -8px;
}
.token-details__closeButton::after {
  font-size: 24px;
  content: "×";
  color: var(--color-icon-default);
}
.token-details__token-value {
  font-size: 32px;
}
.token-details__token-address {
  width: 222px;
}
.token-details__copy-icon {
  float: right;
  margin-inline-start: 62px;
}
@media screen and (min-width: 576px) {
  .token-details__copy-icon {
    margin-inline-start: 112px;
  }
}
.token-details__hide-token-button {
  width: 319px;
  height: 39px;
  margin-top: 70px;
}
@media screen and (min-width: 576px) {
  .token-details__hide-token-button {
    margin-inline-start: 20px;
  }
}

.unlock-page {
  color: var(--color-text-default);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 357px;
  padding: 30px;
  font-weight: 400;
}
.unlock-page__container {
  display: flex;
  align-self: stretch;
  justify-content: center;
  flex: 1 0 auto;
  background: var(--color-background-default);
}
.unlock-page__mascot-container {
  margin-top: 24px;
  position: relative;
}
.unlock-page__mascot-container__beta {
  /* these colors should be used on both light and dark mode */
  background: var(--brand-colors-blue-blue500);
  color: var(--brand-colors-white-white000);
  padding: 3px 6px;
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  right: 0;
  border-radius: 10px;
  text-transform: uppercase;
}
.unlock-page__title {
  font-size: 2rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-top: 5px;
  font-weight: 800;
  color: var(--color-text-alternative);
}
.unlock-page__form {
  width: 100%;
  margin: 56px 0 8px;
}
.unlock-page__links {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
}
.unlock-page__link {
  font-size: unset;
  font-weight: bold;
}
.unlock-page__support {
  margin-top: 25px;
  font-size: 0.75rem;
}
.unlock-page__support a {
  color: var(--color-primary-default);
}

.recovery-phrase {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recovery-phrase__header {
  max-width: 420px;
}
.recovery-phrase__tips {
  flex-direction: column;
  max-width: 420px;
  margin: 0 auto;
}
.recovery-phrase__tips ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 24px;
}
.recovery-phrase__chips {
  display: grid;
  justify-items: center;
  align-items: center;
  row-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
@media screen and (min-width: 576px) {
  .recovery-phrase__chips {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.recovery-phrase__chips--hidden {
  filter: blur(5px);
}
.recovery-phrase__secret {
  position: relative;
  width: 100%;
}
.recovery-phrase__secret-blocker {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color-overlay-alternative);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 8px 0 18px;
  border-radius: 4px;
  color: var(--color-overlay-inverse);
}
.recovery-phrase__secret-blocker--text {
  margin-top: 32px;
}
.recovery-phrase__chip-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}
.recovery-phrase__chip-item__number {
  font-size: 1rem;
}
.recovery-phrase__footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: calc(576px - 1px)) {
  .recovery-phrase__footer {
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    margin-bottom: 40px;
  }
}
.recovery-phrase__footer__confirm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recovery-phrase__footer__confirm {
    margin-top: 20px;
  }
}
.recovery-phrase__footer__confirm--button {
  align-self: center;
  width: 100%;
  max-width: 300px;
}
.recovery-phrase__footer--button {
  align-self: center;
}
@media screen and (min-width: 576px) {
  .recovery-phrase__footer--button {
    max-width: 300px;
  }
}
.recovery-phrase__footer__copy-and-hide {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.recovery-phrase__footer__copy-and-hide__area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .recovery-phrase__footer__copy-and-hide__area {
    justify-content: space-around;
  }
}
.recovery-phrase__footer__copy-and-hide__button {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  background-color: transparent;
  border: none;
  width: 32%;
  color: var(--color-primary-default);
  cursor: pointer;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}
.recovery-phrase__footer__copy-and-hide__button__hide-seed {
  justify-content: flex-start;
}
.recovery-phrase__footer__copy-and-hide__button__copy-to-clipboard {
  justify-content: flex-end;
}
@media screen and (max-width: calc(576px - 1px)) {
  .recovery-phrase__footer__copy-and-hide__button {
    justify-content: center;
    width: 100%;
  }
}
.recovery-phrase__footer__copy-and-hide__button svg {
  width: 15px;
}
.recovery-phrase__footer__copy-and-hide__button:active {
  color: var(--color-text-default);
  background-color: transparent;
  border: none;
  transform: scale(0.97);
}
.recovery-phrase__chip {
  justify-content: center;
  border-radius: 13px;
  height: 32px;
  width: 120px;
}
.recovery-phrase__chip--with-input {
  width: 120px;
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  border-width: 2px;
  border-radius: 13px;
  height: 32px;
}
@media screen and (min-width: 576px) {
  .recovery-phrase__confirm {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.onboarding-app-header {
  align-items: center;
  background: var(--color-background-default);
  position: relative;
  z-index: 12;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  flex: 0 0 auto;
}
@media screen and (max-width: calc(576px - 1px)) {
  .onboarding-app-header {
    padding: 16px;
    z-index: 26;
  }
}
@media screen and (min-width: 576px) {
  .onboarding-app-header {
    height: 75px;
    justify-content: center;
  }
}
.onboarding-app-header__metafox-logo--icon {
  height: 32px;
}
@media screen and (min-width: 576px) {
  .onboarding-app-header__metafox-logo--icon {
    display: none;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .onboarding-app-header__metafox-logo--horizontal {
    display: none;
  }
}
.onboarding-app-header__contents {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: calc(576px - 1px)) {
  .onboarding-app-header__contents {
    height: 100%;
  }
}
@media screen and (min-width: 576px) {
  .onboarding-app-header__contents {
    width: 85vw;
  }
}
@media screen and (min-width: 768px) {
  .onboarding-app-header__contents {
    width: 90vw;
  }
}
@media screen and (min-width: 1280px) {
  .onboarding-app-header__contents {
    width: 62vw;
  }
}
.onboarding-app-header__logo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 1rem;
}

.secure-your-wallet {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.secure-your-wallet__video {
  max-width: 100%;
  border-radius: 8px;
}
.secure-your-wallet__actions {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .secure-your-wallet__actions {
    flex-direction: row;
  }
}
.secure-your-wallet__actions button {
  margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
  .secure-your-wallet__actions button + button {
    margin-left: 16px;
  }
}
.secure-your-wallet__list {
  list-style: disc inside;
}
.secure-your-wallet__list li {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
}
.secure-your-wallet__highlighted {
  background-color: var(--color-primary-muted);
  padding: 12px;
  border-radius: 10px;
}
@media screen and (min-width: 576px) {
  .secure-your-wallet__highlighted {
    margin-inline-end: 43px;
  }
}

.skip-srp-backup-popover {
  width: 365px;
}
.skip-srp-backup-popover__icon {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
.skip-srp-backup-popover__checkbox {
  margin: 8px 12px 0 0;
}
.skip-srp-backup-popover__label {
  display: flex;
}
.skip-srp-backup-popover__footer button {
  width: 140px;
  margin: 0 10px;
}

.privacy-settings {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: calc(576px - 1px)) {
  .privacy-settings {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 576px) {
  .privacy-settings {
    margin-bottom: 40px;
  }
}
.privacy-settings__header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 500px;
  margin: 24px;
}
.privacy-settings__settings {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 620px;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .privacy-settings__settings {
    margin-inline-start: 48px;
    margin-inline-end: 48px;
  }
}
.privacy-settings__settings a {
  color: var(--color-primary-default);
}
.privacy-settings__settings a:hover {
  cursor: pointer;
  color: var(--color-primary-default);
}
.privacy-settings__setting {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  max-width: 430px;
}
.privacy-settings__setting__toggle {
  margin-left: 42px;
}
.privacy-settings__network {
  position: relative;
}
.privacy-settings__network .dropdown-menu-item {
  font-size: 14px !important;
  padding: 8px !important;
}
.privacy-settings button {
  max-width: 50%;
  padding: 15px;
}

.create-password__weak {
  color: var(--color-error-default);
}
.create-password__average {
  color: var(--color-warning-alternative);
}
.create-password__strong {
  color: var(--color-success-alternative);
}
.create-password__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.create-password__link-text {
  color: var(--color-primary-default);
}
@media screen and (min-width: 576px) {
  .create-password__form {
    max-width: 320px;
  }
}
.create-password__form--password-button {
  color: var(--color-primary-default);
}
.create-password__form--checkmark i {
  color: var(--color-success-default);
}
.create-password__form__terms-label {
  display: flex;
}
.create-password__form .form-field__input {
  height: 50px;
  width: 100%;
}

.creation-successful {
  max-width: 600px;
}
@media screen and (min-width: 576px) {
  .creation-successful {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.creation-successful img {
  align-self: center;
}
.creation-successful ul {
  list-style-type: disc;
  max-width: 500px;
}
.creation-successful li {
  margin-left: 25px;
}
.creation-successful li a {
  justify-content: flex-start;
  padding: 0;
}
.creation-successful__bold {
  font-weight: bold;
}
.creation-successful__actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.creation-successful__actions button {
  margin-top: 14px;
  max-width: 280px;
  padding: 16px 0;
}

.onboarding-welcome {
  /* next and previous arrow colors */
}
.onboarding-welcome .control-dots .dot {
  background: var(--color-icon-muted);
  box-shadow: none;
}
.onboarding-welcome .control-dots .dot.selected {
  background: var(--color-icon-default);
}
.onboarding-welcome .carousel.carousel-slider .control-arrow {
  opacity: 1;
  color: var(--color-icon-default);
}
@media screen and (min-width: 576px) {
  .onboarding-welcome .carousel.carousel-slider .control-arrow {
    padding: 40px;
  }
}
.onboarding-welcome .carousel .control-next.control-arrow::before {
  border-left-color: var(--color-icon-default);
}
.onboarding-welcome .carousel .control-prev.control-arrow::before {
  border-right-color: var(--color-icon-default);
}
.onboarding-welcome .carousel.carousel-slider .control-arrow:hover {
  background: none;
}
.onboarding-welcome__mascot {
  width: 250px;
  height: 250px;
  margin: 20px auto;
}
.onboarding-welcome__image {
  text-align: center;
  margin: 20px auto;
}
.onboarding-welcome__buttons {
  max-width: 300px;
  margin: 40px auto 0 auto;
}
.onboarding-welcome__buttons li {
  margin-bottom: 24px;
}

.import-srp {
  margin-bottom: 24px;
}
.import-srp__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 24px;
}
.import-srp__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.import-srp__description a {
  color: var(--color-primary-default);
}
.import-srp__description a:hover {
  cursor: pointer;
  color: var(--color-primary-default);
}
.import-srp__actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin: auto;
}
.import-srp__confirm-button {
  max-width: 327px;
  margin: auto;
  margin-top: 24px;
}

.onboarding-pin-extension .control-dots .dot {
  background: var(--color-icon-muted);
  box-shadow: none;
}
.onboarding-pin-extension .control-dots .dot.selected {
  background: var(--color-icon-default);
}
.onboarding-pin-extension__diagram {
  margin: 24px auto;
  max-width: 799px;
  height: 320px;
}
.onboarding-pin-extension__buttons {
  max-width: 50%;
  margin: 40px auto 0 auto;
}

@media screen and (min-width: 576px) {
  .onboarding-metametrics {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.onboarding-metametrics ul {
  margin: 24px 0 0 0;
  width: 100%;
}
.onboarding-metametrics ul li {
  padding-bottom: 20px;
  display: flex;
}
.onboarding-metametrics ul li > span {
  width: 90%;
}
.onboarding-metametrics__terms a {
  color: var(--color-primary-default);
}
.onboarding-metametrics__buttons {
  margin-top: 24px;
}
@media screen and (min-width: 576px) {
  .onboarding-metametrics__buttons {
    margin-top: 40px;
  }
}
.onboarding-metametrics__buttons button {
  margin-bottom: 24px;
  width: 50%;
}
@media screen and (min-width: 576px) {
  .onboarding-metametrics__buttons button {
    width: 200px;
  }
}

.onboarding-flow {
  background-color: var(--color-background-default);
  padding: 0 16px;
  width: 100%;
}
.onboarding-flow__wrapper {
  margin: 24px auto;
  padding: 32px 16px;
  max-width: 600px;
  border: 1px solid var(--color-border-muted);
  border-radius: 24px;
}
@media screen and (min-width: 576px) {
  .onboarding-flow__wrapper {
    margin: 64px auto 40px;
    padding: 32px;
  }
}
.onboarding-flow__twitter-button {
  margin-bottom: 40px;
  vertical-align: middle;
}
.onboarding-flow__twitter-button__icon {
  margin-left: 4px;
}

.notifications {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--color-background-default);
}
.notifications__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 65px 24px 15px 24px;
  border-bottom: 1px solid var(--color-border-muted);
}
@media screen and (max-width: calc(576px - 1px)) {
  .notifications__header {
    padding: 10px 20px;
  }
}
.notifications__header__title-container {
  display: flex;
  flex-flow: row;
  align-items: center;
  flex: 0 0 auto;
}
.notifications__header__title-container__title {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-left: 26px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .notifications__header__title-container__title {
    font-size: 0.875rem;
    font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
    line-height: 140%;
    font-style: normal;
    font-weight: normal;
    margin-left: 16px;
    font-weight: bold;
  }
}
.notifications__header_button {
  width: auto;
}
@media screen and (max-width: calc(576px - 1px)) {
  .notifications__header_button {
    font-size: 0.75rem;
    padding: 3.5px 1rem;
  }
}
.notifications__container {
  display: flex;
  overflow: auto;
  flex-direction: column;
  flex: 1 1 auto;
}
@media screen and (max-width: calc(576px - 1px)) {
  .notifications__container {
    height: 100%;
  }
}
.notifications__container__text {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-muted);
  text-align: center;
}
@media screen and (max-width: calc(576px - 1px)) {
  .notifications__container__text {
    font-size: 0.875rem;
    font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
    line-height: 140%;
    font-style: normal;
    font-weight: normal;
  }
}
.notifications .empty {
  justify-content: center;
  align-items: center;
}
.notifications__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid var(--color-border-muted);
  padding: 16px;
  cursor: pointer;
}
.notifications__item:hover {
  background-color: var(--color-background-default-hover);
}
.notifications__item__unread-dot {
  content: " ";
  align-self: flex-start;
  margin-top: 6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 50%;
}
.notifications__item .unread {
  background-color: var(--color-primary-default);
}
.notifications__item__details {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}
.notifications__item__details__infos {
  color: var(--color-text-muted);
  font-size: 12px;
  margin-top: 6px;
}

.desktop-pairing__countdown-timer {
  font-size: 12px;
}
.desktop-pairing__countdown-timer-seconds {
  color: var(--color-primary-default);
  min-width: 180px;
}
.desktop-pairing__otp {
  letter-spacing: 10px;
}
.desktop-pairing__tooltip-wrapper {
  width: 100%;
}
.desktop-pairing__clickable:hover {
  cursor: pointer;
}
.desktop-pairing__icon path {
  fill: var(--color-icon-default);
}

.critical-error {
  padding: 1em;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 4px;
  border-left: #f66a0a 4px solid;
  background-color: rgba(255, 211, 61, 0.1);
  display: flex;
  padding: 0 4px 0 4px;
  gap: 12px;
}
.critical-error__icon {
  color: var(--color-error-default);
  height: 100px;
  padding: 4px 4px 0 4px;
}
.critical-error__description {
  flex-grow: 1;
}
.critical-error__alert {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.critical-error__alert__message {
  margin-bottom: 16px;
  text-align: left;
  color: var(--color-text-default);
}
.critical-error__alert__action-link {
  text-align: left;
  height: 40px;
  color: var(--color-primary-default);
  text-decoration: none;
  cursor: pointer;
}
.critical-error__paragraph {
  text-align: left;
  color: var(--color-text-default);
}
.critical-error__paragraph__link {
  color: var(--color-primary-default);
}
.critical-error__paragraph__link:hover {
  color: var(--color-primary-alternative);
}

.loading-logo {
  width: 10rem;
  height: 10rem;
  align-self: center;
  margin: 10rem 0 0 0;
}

.loading-spinner {
  width: 2rem;
  height: 2rem;
  align-self: center;
  margin-top: 1rem;
}

/*
  ITCSS

  http://www.creativebloq.com/web-design/manage-large-css-projects-itcss-101517528
  https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/

  DEPRECATED: This CSS architecture is deprecated. The following imports will be removed
  overtime.
 */
.new-account-modal__footer, .send__select-recipient-wrapper__list__link, .send__select-recipient-wrapper__group-item, .send__select-recipient-wrapper__group-item--selected, .ens-input, .ens-input__wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.new-account-modal__content, .send__select-recipient-wrapper, .send__select-recipient-wrapper__recent-group-wrapper, .send__select-recipient-wrapper__group, .send__select-recipient-wrapper__group-item__content, .send__select-recipient-wrapper__group-item--selected__content, .ens-input__wrapper--valid .ens-input__wrapper__input {
  display: flex;
  flex-flow: column nowrap;
}

.send__select-recipient-wrapper__list__back-caret {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ens-input__selected-input__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*
  Utility Classes
 */
/* lib */
.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.pointer {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
  transform-origin: center center;
  transition: transform 50ms ease-in-out;
}

.cursor-pointer:hover {
  transform: scale(1.05);
}

.cursor-pointer:active {
  transform: scale(0.97);
}

.drop-menu-item {
  display: flex;
  align-items: center;
}

.critical-error {
  text-align: center;
  margin-top: 20px;
  color: var(--color-error-default);
}

.network-component--disabled {
  cursor: not-allowed;
}
.network-component--disabled .fa-caret-down {
  opacity: 0;
}

.network-component.pointer {
  border: 1px solid var(--color-border-muted);
  border-radius: 82px;
  padding: 6px 3px;
  flex: 0 0 auto;
  display: flex;
}
.network-component.pointer.ethereum-network .menu-icon-circle div {
  background-color: rgba(3, 135, 137, 0.7) !important;
}
.network-component.pointer.goerli-test-network .menu-icon-circle div {
  background-color: rgba(48, 153, 242, 0.7) !important;
}
.network-component.pointer.sepolia-test-network .menu-icon-circle div {
  background-color: rgba(207, 181, 240, 0.7) !important;
}
.network-component.pointer.linea-test-network .menu-icon-circle div {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.network-component.pointer.localhost-network .menu-icon-circle div {
  background-color: rgba(3, 135, 137, 0.7) !important;
}

.dropdown-menu-item .menu-icon-circle,
.dropdown-menu-item .menu-icon-circle--active {
  margin: 0 14px;
}

.dropdown-menu-item .fa.delete {
  color: var(--color-icon-default);
  margin-right: 10px;
  display: none;
}

.dropdown-menu-item:hover .fa.delete {
  display: inherit;
}

.network-droppo {
  background-color: var(--color-background-default);
  border-radius: 4px;
  right: 2px;
}
.network-droppo .color-indicator {
  margin: 0 14px 0 4px;
}
@media screen and (min-width: 576px) {
  .network-droppo {
    right: calc(((100% - 85vw) / 2) + 2px);
  }
}
@media screen and (min-width: 768px) {
  .network-droppo {
    right: calc(((100% - 80vw) / 2) + 2px);
  }
}
@media screen and (min-width: 1280px) {
  .network-droppo {
    right: calc(((100% - 65vw) / 2) + 2px);
  }
}

.network-name-item {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.network-check__transparent {
  opacity: 0;
  width: 24px;
}

.menu-icon-circle,
.menu-icon-circle--active {
  background: none;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  margin: 0 4px;
}

.menu-icon-circle--active {
  border: 1px solid var(--color-border-default);
  background: var(--color-background-default);
}

.menu-icon-circle div,
.menu-icon-circle--active div {
  height: 12px;
  width: 12px;
  border-radius: 17px;
}

.menu-icon-circle--active div {
  opacity: 1;
}

.network-dropdown-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.network-dropdown-list {
  max-height: 330px;
  overflow-y: auto;
  margin-bottom: 8px;
}

.network-dropdown-divider {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: var(--color-border-default);
}

.network-dropdown-title {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  height: 25px;
  width: 120px;
  color: var(--color-text-default);
  text-align: center;
}

.network-dropdown-content {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  min-height: 36px;
  width: 265px;
  color: var(--color-text-default);
}
.network-dropdown-content--link {
  color: var(--color-primary-default);
  cursor: pointer;
  text-decoration: underline;
}
.network-dropdown-content--link:hover {
  color: var(--color-primary-alternative);
}
.network-dropdown-content--dismiss {
  position: absolute;
  top: 63px;
  right: 10px;
  padding: 2px 8px;
  width: auto;
}

.network-caret {
  margin: 0 8px;
}

.network-loading-spinner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  height: 16px;
  width: 16px;
  margin-left: 5px;
}
.network-loading-spinner img {
  height: 26px;
  position: absolute;
  top: -5px;
  left: -6px;
}

.network__add-network-button {
  padding: 0 16px;
}

/*
  NewUI Container Elements
 */
.app {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  align-items: center;
}

.app.os-mac.browser-chrome::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: var(--color-background-alternative);
  animation: emptySpinningDiv 1s infinite linear;
}

@keyframes emptySpinningDiv {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.main-container {
  z-index: 18;
}

.main-container::-webkit-scrollbar {
  display: none;
}

.main-container-wrapper {
  display: flex;
  justify-content: center;
  flex: 1 0 auto;
  min-height: 0;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .lap-visible {
    display: flex;
  }

  .phone-visible {
    display: none;
  }

  .main-container {
    width: 85vw;
    margin-bottom: 10vh;
    min-height: 90vh;
    box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  }
}
@media screen and (min-width: 768px) {
  .main-container {
    width: 80vw;
    min-height: 82vh;
    box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  }
}
@media screen and (min-width: 1280px) {
  .main-container {
    width: 62vw;
    min-height: 82vh;
    box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .lap-visible {
    display: none;
  }

  .phone-visible {
    display: flex;
  }

  .main-container {
    width: 100%;
    overflow-y: auto;
    background-color: var(--color-background-default);
  }

  .main-container-wrapper {
    flex: 1;
  }
}
.fiat-amount {
  text-transform: uppercase;
}

.token-balance__amount {
  padding: 0 6px;
}

.first-view-main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: calc(576px - 1px)) {
  .first-view-main {
    height: 100%;
  }
}
@media screen and (min-width: 576px) {
  .first-view-main {
    width: 85vw;
  }
}
@media screen and (min-width: 768px) {
  .first-view-main {
    width: 80vw;
  }
}
@media screen and (min-width: 1280px) {
  .first-view-main {
    width: 62vw;
  }
}

.unlock-screen-container {
  z-index: 18;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
  background: var(--color-background-alternative);
  width: 100%;
}

.unlock-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
}

.first-view-main-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 0 10px;
  background: var(--color-background-default);
}

.send-screen-wrapper {
  display: flex;
  flex-flow: column nowrap;
  z-index: 25;
}
@media screen and (max-width: calc(576px - 1px)) {
  .send-screen-wrapper {
    width: 100%;
    overflow-y: auto;
  }
}
.send-screen-wrapper section {
  flex: 0 0 auto;
}

.send-screen-card {
  background-color: var(--color-background-default);
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  padding: 46px 40.5px 26px;
  position: relative;
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  width: 498px;
  flex: 1 0 auto;
}
@media screen and (max-width: calc(576px - 1px)) {
  .send-screen-card {
    top: 0;
    width: 100%;
    box-shadow: none;
    padding: 12px;
  }
}

/* Send Screen */
.send-screen section {
  margin: 4px 16px;
}

.send-screen input {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 100%;
}

.send-eth-icon {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border: 1px solid var(--color-border-muted);
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  position: absolute;
  top: -35px;
  z-index: 25;
  padding: 4px;
  background-color: var(--color-background-default);
}
@media screen and (max-width: calc(576px - 1px)) {
  .send-eth-icon {
    position: relative;
    top: 0;
  }
}

.send-screen-input-wrapper {
  width: 95%;
  position: relative;
}
.send-screen-input-wrapper .fa-bolt {
  padding-right: 4px;
}
.send-screen-input-wrapper .large-input {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  border: 1px solid var(--color-border-default);
  border-radius: 4px;
  margin: 4px 0 20px;
}
.send-screen-input-wrapper .send-screen-gas-input {
  border: 1px solid transparent;
}
.send-screen-input-wrapper__error-message {
  display: none;
}
.send-screen-input-wrapper--error input,
.send-screen-input-wrapper--error .send-screen-gas-input {
  border-color: var(--color-error-default) !important;
}
.send-screen-input-wrapper--error .send-screen-input-wrapper__error-message {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 8px;
  color: var(--color-error-default);
}
.send-screen-input-wrapper .send-screen-input-wrapper__error-message {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 8px;
  color: var(--color-error-default);
}

.send-screen-input {
  width: 100%;
}

.send-screen-gas-input {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  height: 41px;
  border-radius: 3px;
  background-color: var(--color-background-default);
  border-width: 0;
  border-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 12px;
  color: var(--color-text-alternative);
}

.send-screen-amount-labels {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.send-screen-gas-labels {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.currency-toggle__item {
  color: var(--color-primary-default);
  cursor: pointer;
}
.currency-toggle__item--selected {
  color: var(--color-text-default);
  cursor: default;
}

.send-screen-gas-input-customize {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-primary-default);
  cursor: pointer;
}

.gas-tooltip-close-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.gas-tooltip-arrow {
  height: 25px;
  width: 25px;
  z-index: 1200;
  background: var(--color-background-default);
  position: absolute;
  transform: rotate(45deg);
  left: 107px;
  top: 294px;
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
}

.gas-tooltip {
  display: flex;
  justify-content: center;
}

.gas-tooltip-label {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
}

.gas-tooltip-header {
  padding-bottom: 12px;
}

.gas-tooltip-input-label {
  margin-bottom: 5px;
}

.gas-tooltip-input-label i {
  color: var(--color-icon-muted);
  margin-left: 6px;
}

.gas-tooltip-input-detail {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 4px;
  right: 26px;
  color: var(--color-text-muted);
}

.gas-tooltip-input-arrows {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 4px;
  width: 17px;
  height: 28px;
  border: 1px solid var(--color-icon-muted);
  border-left: 0;
  display: flex;
  flex-direction: column;
  color: var(--color-text-muted);
  padding: 1px 4px;
  cursor: pointer;
}

.token-gas__amount {
  display: inline-block;
  margin-right: 4px;
}
.token-gas__symbol {
  display: inline-block;
}

.send-screen__title {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
}
.send-screen__subtitle {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin: 10px 0 20px;
}
.send-screen__send-button, .send-screen__cancel-button {
  width: 163px;
  text-align: center;
}
.send-screen__send-button__disabled {
  opacity: 0.5;
  cursor: auto;
}

.send-token {
  display: flex;
  flex-flow: column nowrap;
  z-index: 25;
}
.send-token__content {
  width: 498px;
  height: 605px;
  background-color: var(--color-background-default);
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  padding: 46px 40.5px 26px;
  position: relative;
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0 auto;
}
@media screen and (max-width: calc(576px - 1px)) {
  .send-token__content {
    top: 0;
    width: 100%;
    box-shadow: none;
    padding: 12px;
  }
}
.send-token .identicon {
  position: absolute;
  top: -35px;
  z-index: 25;
}
@media screen and (max-width: calc(576px - 1px)) {
  .send-token .identicon {
    position: relative;
    top: 0;
    flex: 0 0 auto;
  }
}
.send-token__title {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
}
.send-token__description, .send-token__balance-text, .send-token__token-symbol {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
}
.send-token__token-balance {
  font-size: 2.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-top: 13px;
}
.send-token__token-balance .token-balance__amount {
  padding-right: 12px;
}
.send-token__button-group {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  flex: 0 0 auto;
}
@media screen and (max-width: calc(576px - 1px)) {
  .send-token__button-group {
    margin-top: 24px;
  }
}
.send-token__button-group button {
  width: 163px;
}

.confirm-send-token__hero-amount-wrapper {
  width: 100%;
}

.send-v2__container {
  width: 380px;
  border-radius: 8px;
  background-color: var(--color-background-default);
  box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
  display: flex;
  flex-flow: column nowrap;
  z-index: 25;
  align-items: center;
  position: relative;
}
@media screen and (max-width: calc(576px - 1px)) {
  .send-v2__container {
    width: 100%;
    top: 0;
    box-shadow: none;
    flex: 1 1 auto;
  }
}
.send-v2__send-header-icon-container {
  z-index: 25;
}
@media screen and (max-width: calc(576px - 1px)) {
  .send-v2__send-header-icon-container {
    position: relative;
    top: 0;
  }
}
.send-v2__send-header-icon {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid var(--color-border-muted);
  z-index: 25;
  padding: 4px;
  background-color: var(--color-background-default);
}
.send-v2__arrow-background {
  background-color: var(--color-background-default);
  height: 14px;
  width: 14px;
  position: absolute;
  top: 52px;
  left: 199px;
  border-radius: 50%;
  z-index: 100;
}
@media screen and (max-width: calc(576px - 1px)) {
  .send-v2__arrow-background {
    top: 36px;
  }
}
.send-v2__header {
  height: 88px;
  width: 380px;
  background-color: var(--color-background-alternative);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: calc(576px - 1px)) {
  .send-v2__header {
    height: 59px;
    width: 100vw;
  }
}
.send-v2__header-tip {
  height: 25px;
  width: 25px;
  background-color: var(--color-background-alternative);
  position: absolute;
  transform: rotate(45deg);
  left: 178px;
  top: 75px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .send-v2__header-tip {
    top: 46px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.send-v2__title {
  font-size: 1.5rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  text-align: center;
  margin-top: 25px;
}
.send-v2__copy {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  text-align: center;
  margin-top: 10px;
  width: 287px;
}
.send-v2__error {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  left: 8px;
  color: var(--color-error-default);
}
.send-v2__error-amount {
  margin-top: 5px;
}
.send-v2__warning {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  left: 8px;
  color: var(--color-warning-default);
}
.send-v2__error-border {
  color: var(--color-error-default);
}
@media screen and (max-width: calc(576px - 1px)) {
  .send-v2__form {
    margin: 0;
    flex: 1 1 auto;
  }
}
.send-v2__form-header, .send-v2__form-header-copy {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.send-v2__form-row {
  margin: 1rem 1rem 0;
  position: relative;
  display: flex;
  flex-flow: row;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: center;
}
.send-v2__form-field-container {
  display: flex;
  flex-direction: column;
  width: 277px;
}
.send-v2__form-field {
  flex: 1 1 auto;
  min-width: 0;
}
.send-v2__form-field .currency-display {
  color: var(--color-text-alternative);
}
.send-v2__form-field .currency-display__currency-symbol {
  color: var(--color-text-alternative);
}
.send-v2__form-field .currency-display__converted-value, .send-v2__form-field .currency-display__converted-currency {
  color: var(--color-text-alternative);
}
.send-v2__form-field .account-list-item__account-secondary-balance {
  color: var(--color-text-alternative);
}
.send-v2__form-label {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  color: var(--color-text-alternative);
  width: 95px;
  flex: 0 0 auto;
}
.send-v2__from-dropdown, .send-v2__asset-dropdown {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  border: 1px solid var(--color-border-muted);
  border-radius: 4px;
  background-color: var(--color-background-default);
  color: var(--color-text-default);
  position: relative;
}
.send-v2__from-dropdown__close-area, .send-v2__asset-dropdown__close-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.send-v2__from-dropdown__list, .send-v2__asset-dropdown__list {
  z-index: 1050;
  position: absolute;
  height: 220px;
  width: 100%;
  border: 1px solid var(--color-border-muted);
  border-radius: 4px;
  background-color: var(--color-background-default);
  box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
  margin-top: 11px;
  margin-left: -1px;
  overflow-y: scroll;
}
.send-v2__from-dropdown {
  height: 73px;
}
.send-v2__asset-dropdown {
  height: 54px;
  border: none;
  position: relative;
}
.send-v2__asset-dropdown__single-asset {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 8px 8px;
}
.send-v2__asset-dropdown__caret {
  color: var(--color-icon-default);
  padding: 0 10px;
}
.send-v2__asset-dropdown__asset {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 8px;
  cursor: pointer;
}
.send-v2__asset-dropdown__asset-icon .identicon {
  border: 1px solid var(--color-border-muted);
}
.send-v2__asset-dropdown__asset-data {
  display: flex;
  flex-flow: column nowrap;
  margin-left: 8px;
  flex-grow: 1;
}
@media screen and (max-width: calc(576px - 1px)) {
  .send-v2__asset-dropdown__asset-data {
    width: 60%;
  }
}
.send-v2__asset-dropdown__symbol {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.send-v2__asset-dropdown__name {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  flex-flow: row nowrap;
}
.send-v2__asset-dropdown__name__label {
  margin-right: 0.25rem;
  min-width: 52px;
}
.send-v2__asset-dropdown__close-area {
  z-index: 2000;
}
.send-v2__asset-dropdown__list {
  z-index: 2050;
  position: absolute;
  height: 220px;
  width: 100%;
  border: 1px solid var(--color-border-muted);
  border-radius: 4px;
  background-color: var(--color-background-default);
  box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
  top: 65px;
  left: 0;
  box-sizing: content-box;
  overflow-y: scroll;
  margin-top: 0;
  padding: 4px 0;
}
.send-v2__asset-dropdown__list .send-v2__asset-dropdown__asset {
  padding: 8px;
}
.send-v2__asset-dropdown__input-wrapper {
  border: 1px solid var(--color-border-muted);
  border-radius: 4px;
  height: 100%;
}
.send-v2__asset-dropdown__input-wrapper--opened {
  position: relative;
  z-index: 2050;
}
.send-v2__asset-dropdown__input-wrapper .send-v2__asset-dropdown__asset {
  height: 100%;
}
.send-v2__asset-dropdown__input-wrapper .send-v2__asset-dropdown__asset:hover {
  background-color: var(--color-background-default-hover);
}
.send-v2__asset-dropdown__input {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  z-index: 1025;
  position: relative;
  height: 54px;
  width: 100%;
  border: none;
  border-radius: 4px;
  background-color: var(--color-background-default);
  color: var(--color-text-alternative);
  padding: 10px;
}
.send-v2__memo-text-area__input, .send-v2__hex-data__input {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  z-index: 1025;
  position: relative;
  height: 54px;
  width: 100%;
  border: 1px solid var(--color-border-muted);
  border-radius: 4px;
  background-color: var(--color-background-default);
  color: var(--color-text-alternative);
  padding: 10px;
}
.send-v2__amount-max {
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  position: relative;
  display: inline-block;
  width: 56px;
  height: 20px;
  margin-top: 5px;
  border-radius: 100px;
}
.send-v2__amount-max__button {
  width: 56px;
  height: 20px;
  position: absolute;
  border: 1px solid var(--color-primary-default);
  border-radius: 100px;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary-default);
  background: var(--color-background-default);
}
.send-v2__amount-max__button__disabled {
  opacity: 0.5;
  cursor: auto;
}
input:checked + .send-v2__amount-max__button {
  background-color: var(--color-primary-default);
  border: 1px solid var(--color-primary-default);
  color: var(--color-primary-inverse);
}
.send-v2__amount-max input {
  opacity: 0;
  width: 0;
  height: 0;
}
.send-v2__sliders-icon-container {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  border: 1px solid var(--color-primary-default);
  border-radius: 4px;
  background-color: var(--color-background-default);
  position: absolute;
  right: 15px;
  top: 14px;
  cursor: pointer;
}
.send-v2__sliders-icon {
  color: var(--color-primary-default);
}
.send-v2__memo-text-area__input {
  padding: 6px 10px;
}
.send-v2__footer {
  height: 92px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-top: 1px solid var(--color-border-muted);
  background: var(--color-background-default);
  padding: 0 12px;
  flex-shrink: 0;
}
.send-v2__next-btn, .send-v2__cancel-btn {
  width: 163px;
  margin: 0 4px;
}
.send-v2__gas-modal-card {
  width: 360px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 20px;
}
.send-v2__gas-modal-card__title {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  height: 26px;
  color: var(--color-text-alternative);
  margin-top: 17px;
}
.send-v2__gas-modal-card__copy {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  height: 38px;
  width: 314px;
  color: var(--color-text-alternative);
  margin-top: 17px;
}
.send-v2__gas-modal-card .gas-tooltip-input-arrows {
  font-size: 1.125rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  width: 32px;
  height: 54px;
  border-left: 1px solid var(--color-border-muted);
  color: var(--color-text-alternative);
  right: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.send-v2__gas-modal-card .gas-tooltip-input-arrow-wrapper {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
.send-v2__gas-modal-card input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
.send-v2__gas-modal-card input[type=number]:hover::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

.advanced-gas-options-btn {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  justify-content: flex-end;
  color: var(--color-primary-default);
  cursor: pointer;
  margin-top: 5px;
}

.sliders-icon-container {
  font-size: 1rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  border: 1px solid var(--color-primary-default);
  border-radius: 4px;
  background-color: var(--color-background-default);
  position: absolute;
  right: 15px;
  top: 14px;
  cursor: pointer;
}

.gas-fee-reset {
  font-size: 0.875rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border-radius: 4px;
  background-color: var(--color-background-default);
  position: absolute;
  right: 12px;
  top: 14px;
  cursor: pointer;
  color: var(--color-primary-default);
}

.sliders-icon {
  color: var(--color-primary-default);
}

/*
  Third Party Library Styles
*/
.tippy-touch {
  cursor: pointer !important;
}

.tippy-notransition {
  transition: none !important;
}

.tippy-popper {
  max-width: 400px;
  perspective: 800px;
  z-index: 9999;
  outline: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}

.tippy-popper.html-template {
  max-width: 96%;
  max-width: calc(100% - 20px);
}

.tippy-popper[x-placement^=top] [x-arrow] {
  border-top: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  margin: 0 9px;
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -5px;
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
}

.tippy-popper[x-placement^=top] [x-circle] {
  transform-origin: 0 33%;
}

.tippy-popper[x-placement^=top] [x-circle].enter {
  transform: scale(1) translate(-50%, -55%);
  opacity: 1;
}

.tippy-popper[x-placement^=top] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  transform-origin: bottom;
}

.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateY(-10px) rotateX(0);
}

.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateY(0) rotateX(90deg);
}

.tippy-popper[x-placement^=top] [data-animation=fade].enter {
  opacity: 1;
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=fade].leave {
  opacity: 0;
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift].enter {
  opacity: 1;
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift].leave {
  opacity: 0;
  transform: translateY(0);
}

.tippy-popper[x-placement^=top] [data-animation=scale].enter {
  opacity: 1;
  transform: translateY(-10px) scale(1);
}

.tippy-popper[x-placement^=top] [data-animation=scale].leave {
  opacity: 0;
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=bottom] [x-arrow] {
  border-bottom: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
  margin: 0 9px;
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
  border-bottom: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -5px;
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
  border-bottom: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -10px;
}

.tippy-popper[x-placement^=bottom] [x-circle] {
  transform-origin: 0 -50%;
}

.tippy-popper[x-placement^=bottom] [x-circle].enter {
  transform: scale(1) translate(-50%, -45%);
  opacity: 1;
}

.tippy-popper[x-placement^=bottom] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -5%);
  opacity: 0;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
  border-bottom: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  transform-origin: top;
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateY(10px) rotateX(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateY(0) rotateX(-90deg);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
  opacity: 1;
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
  opacity: 0;
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
  opacity: 1;
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
  opacity: 0;
  transform: translateY(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
  opacity: 1;
  transform: translateY(10px) scale(1);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
  opacity: 0;
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=left] [x-arrow] {
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  margin: 6px 0;
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
  border-left: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: -5px;
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
  border-left: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -10px;
}

.tippy-popper[x-placement^=left] [x-circle] {
  transform-origin: 50% 0;
}

.tippy-popper[x-placement^=left] [x-circle].enter {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

.tippy-popper[x-placement^=left] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
  border-left: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-left: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-left: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  transform-origin: right;
}

.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateX(-10px) rotateY(0);
}

.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateX(0) rotateY(-90deg);
}

.tippy-popper[x-placement^=left] [data-animation=fade].enter {
  opacity: 1;
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=fade].leave {
  opacity: 0;
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift].enter {
  opacity: 1;
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift].leave {
  opacity: 0;
  transform: translateX(0);
}

.tippy-popper[x-placement^=left] [data-animation=scale].enter {
  opacity: 1;
  transform: translateX(-10px) scale(1);
}

.tippy-popper[x-placement^=left] [data-animation=scale].leave {
  opacity: 0;
  transform: translateX(0) scale(0);
}

.tippy-popper[x-placement^=right] [x-arrow] {
  border-right: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  margin: 6px 0;
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
  border-right: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -5px;
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
  border-right: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -10px;
}

.tippy-popper[x-placement^=right] [x-circle] {
  transform-origin: -50% 0;
}

.tippy-popper[x-placement^=right] [x-circle].enter {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

.tippy-popper[x-placement^=right] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
  border-right: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-right: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  transform-origin: left;
}

.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateX(10px) rotateY(0);
}

.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateX(0) rotateY(90deg);
}

.tippy-popper[x-placement^=right] [data-animation=fade].enter {
  opacity: 1;
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=fade].leave {
  opacity: 0;
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift].enter {
  opacity: 1;
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift].leave {
  opacity: 0;
  transform: translateX(0);
}

.tippy-popper[x-placement^=right] [data-animation=scale].enter {
  opacity: 1;
  transform: translateX(10px) scale(1);
}

.tippy-popper[x-placement^=right] [data-animation=scale].leave {
  opacity: 0;
  transform: translateX(0) scale(0);
}

.tippy-popper .tippy-tooltip.transparent-theme {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-popper .tippy-tooltip.light-theme {
  color: #26323d;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1), 0 4px 80px -8px rgba(0, 20, 60, 0.2);
  background-color: #fff;
}

.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 0.95rem;
  padding: 0.4rem 0.8rem;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333;
}

.tippy-tooltip--small {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}

.tippy-tooltip--big {
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
}

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}

.tippy-tooltip[data-interactive] {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia] {
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
}

.tippy-tooltip [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
}

.tippy-tooltip [x-circle] {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: 130%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  overflow: hidden;
  transition: all ease;
}

.tippy-tooltip [x-circle]:before {
  content: "";
  padding-top: 90%;
  float: left;
}

@media (max-width: 450px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px);
  }
}
/**
 * Brand Colors
 * Do not use "--brand-colors" in your code
 * Instead use the "--color-" variables to ensure
 * theme compatible styles
 */
:root {
  --brand-colors-white-white000: #ffffff;
  --brand-colors-white-white010: #fcfcfc;
  --brand-colors-black-black000: #000000;
  --brand-colors-grey-grey030: #fafbfc;
  --brand-colors-grey-grey040: #f2f4f6;
  --brand-colors-grey-grey100: #d6d9dc;
  --brand-colors-grey-grey200: #bbc0c5;
  --brand-colors-grey-grey300: #9fa6ae;
  --brand-colors-grey-grey400: #848c96;
  --brand-colors-grey-grey500: #6a737d;
  --brand-colors-grey-grey600: #535a61;
  --brand-colors-grey-grey700: #3b4046;
  --brand-colors-grey-grey750: #2e3339;
  --brand-colors-grey-grey800: #24272a;
  --brand-colors-grey-grey900: #141618;
  --brand-colors-blue-blue000: #eaf6ff;
  --brand-colors-blue-blue100: #a7d9fe;
  --brand-colors-blue-blue200: #75c4fd;
  --brand-colors-blue-blue300: #43aefc;
  --brand-colors-blue-blue400: #1098fc;
  --brand-colors-blue-blue500: #0376c9;
  --brand-colors-blue-blue600: #0260a4;
  --brand-colors-blue-blue700: #024272;
  --brand-colors-blue-blue800: #01253f;
  --brand-colors-blue-blue900: #00080d;
  --brand-colors-orange-orange000: #fef5ef;
  --brand-colors-orange-orange100: #fde2cf;
  --brand-colors-orange-orange200: #fbc49d;
  --brand-colors-orange-orange300: #faa66c;
  --brand-colors-orange-orange400: #f8883b;
  --brand-colors-orange-orange500: #f66a0a;
  --brand-colors-orange-orange600: #c65507;
  --brand-colors-orange-orange700: #954005;
  --brand-colors-orange-orange800: #632b04;
  --brand-colors-orange-orange900: #321602;
  --brand-colors-green-green000: #f3fcf5;
  --brand-colors-green-green100: #d6ffdf;
  --brand-colors-green-green200: #afecbd;
  --brand-colors-green-green300: #86e29b;
  --brand-colors-green-green400: #5dd879;
  --brand-colors-green-green500: #28a745;
  --brand-colors-green-green600: #1e7e34;
  --brand-colors-green-green700: #145523;
  --brand-colors-green-green800: #0a2c12;
  --brand-colors-green-green900: #041007;
  --brand-colors-red-red000: #fcf2f3;
  --brand-colors-red-red100: #f7d5d8;
  --brand-colors-red-red200: #f1b9be;
  --brand-colors-red-red300: #e88f97;
  --brand-colors-red-red400: #e06470;
  --brand-colors-red-red500: #d73847;
  --brand-colors-red-red600: #b92534;
  --brand-colors-red-red700: #8e1d28;
  --brand-colors-red-red800: #64141c;
  --brand-colors-red-red900: #3a0c10;
  --brand-colors-purple-purple500: #8b45b6;
  --brand-colors-violet-violet300: #CFB5F0;
  --brand-colors-yellow-yellow000: #fffdf8;
  --brand-colors-yellow-yellow100: #fefcde;
  --brand-colors-yellow-yellow200: #fff2c5;
  --brand-colors-yellow-yellow300: #ffeaa3;
  --brand-colors-yellow-yellow400: #ffdf70;
  --brand-colors-yellow-yellow500: #ffd33d;
  --brand-colors-yellow-yellow600: #ffc70a;
  /* typography */
  /* font family */
  --font-family-euclid-circular-b: "Euclid Circular B", sans-serif;
  --font-family-roboto: "Roboto", sans-serif;
  --font-family-sans: "Euclid Circular B", "Roboto", sans-serif;
  /* font sizes */
  --font-size-base: 16px;
  --font-size-1: 0.625rem;
  --font-size-2: 0.75rem;
  --font-size-3: 0.875rem;
  --font-size-4: 1rem;
  --font-size-5: 1.125rem;
  --font-size-6: 1.5rem;
  --font-size-7: 2rem;
  --font-size-8: 3rem;
  /* line heights */
  --line-height-1: 1rem;
  --line-height-2: 1.25rem;
  --line-height-3: 1.375rem;
  --line-height-4: 1.5rem;
  --line-height-5: 2rem;
  --line-height-6: 2.5rem;
  --line-height-7: 3.5rem;
  /* font weights */
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  /* letter spacing */
  --letter-spacing-0: 0;
  --letter-spacing-1: 2.5%;
  /* typography scale small screen */
  --typography-s-display-md-font-family: var(--font-family-sans);
  --typography-s-display-md-font-size: var(--font-size-7);
  --typography-s-display-md-line-height: var(--line-height-6);
  --typography-s-display-md-font-weight: var(--font-weight-bold);
  --typography-s-display-md-letter-spacing: var(--letter-spacing-0);
  --typography-s-heading-lg-font-family: var(--font-family-sans);
  --typography-s-heading-lg-font-size: var(--font-size-6);
  --typography-s-heading-lg-line-height: var(--line-height-5);
  --typography-s-heading-lg-font-weight: var(--font-weight-bold);
  --typography-s-heading-lg-letter-spacing: var(--letter-spacing-0);
  --typography-s-heading-md-font-family: var(--font-family-sans);
  --typography-s-heading-md-font-size: var(--font-size-5);
  --typography-s-heading-md-line-height: var(--line-height-4);
  --typography-s-heading-md-font-weight: var(--font-weight-bold);
  --typography-s-heading-md-letter-spacing: var(--letter-spacing-0);
  --typography-s-heading-sm-font-family: var(--font-family-sans);
  --typography-s-heading-sm-font-size: var(--font-size-4);
  --typography-s-heading-sm-line-height: var(--line-height-4);
  --typography-s-heading-sm-font-weight: var(--font-weight-bold);
  --typography-s-heading-sm-letter-spacing: var(--letter-spacing-0);
  /**
   * @deprecated [#1] since version 1.9 [#2].
   * [#3] Will be deleted in version 2.0.
   */
  --typography-s-heading-sm-regular-font-family: var(--font-family-sans);
  --typography-s-heading-sm-regular-font-size: var(--font-size-4);
  --typography-s-heading-sm-regular-line-height: var(--line-height-4);
  --typography-s-heading-sm-regular-font-weight: var(--font-weight-regular);
  --typography-s-heading-sm-regular-letter-spacing: var(--letter-spacing-0);
  --typography-s-body-lg-medium-font-family: var(--font-family-sans);
  --typography-s-body-lg-medium-font-size: var(--font-size-4);
  --typography-s-body-lg-medium-line-height: var(--line-height-4);
  --typography-s-body-lg-medium-font-weight: var(--font-weight-medium);
  --typography-s-body-lg-medium-letter-spacing: var(--letter-spacing-0);
  --typography-s-body-lg-regular-font-family: var(--font-family-sans);
  --typography-s-body-lg-regular-font-size: var(--font-size-4);
  --typography-s-body-lg-regular-line-height: var(--line-height-4);
  --typography-s-body-lg-regular-font-weight: var(--font-weight-medium);
  --typography-s-body-lg-regular-letter-spacing: var(--letter-spacing-0);
  --typography-s-body-md-bold-font-family: var(--font-family-sans);
  --typography-s-body-md-bold-font-size: var(--font-size-3);
  --typography-s-body-md-bold-line-height: var(--line-height-3);
  --typography-s-body-md-bold-font-weight: var(--font-weight-bold);
  --typography-s-body-md-bold-letter-spacing: var(--letter-spacing-0);
  --typography-s-body-md-font-family: var(--font-family-sans);
  --typography-s-body-md-font-size: var(--font-size-3);
  --typography-s-body-md-line-height: var(--line-height-3);
  --typography-s-body-md-font-weight: var(--font-weight-regular);
  --typography-s-body-md-letter-spacing: var(--letter-spacing-0);
  --typography-s-body-sm-bold-font-family: var(--font-family-sans);
  --typography-s-body-sm-bold-font-size: var(--font-size-2);
  --typography-s-body-sm-bold-line-height: var(--line-height-2);
  --typography-s-body-sm-bold-font-weight: var(--font-weight-bold);
  --typography-s-body-sm-bold-letter-spacing: var(--letter-spacing-0);
  --typography-s-body-sm-font-family: var(--font-family-sans);
  --typography-s-body-sm-font-size: var(--font-size-2);
  --typography-s-body-sm-line-height: var(--line-height-2);
  --typography-s-body-sm-font-weight: var(--font-weight-regular);
  --typography-s-body-sm-letter-spacing: var(--letter-spacing-0);
  --typography-s-body-xs-font-family: var(--font-family-sans);
  --typography-s-body-xs-font-size: var(--font-size-1);
  --typography-s-body-xs-line-height: var(--line-height-1);
  --typography-s-body-xs-font-weight: var(--font-weight-regular);
  --typography-s-body-xs-letter-spacing: var(--letter-spacing-0);
  /* typography scale large screen */
  --typography-l-display-md-font-family: var(--font-family-sans);
  --typography-l-display-md-font-size: var(--font-size-8);
  --typography-l-display-md-line-height: var(--line-height-7);
  --typography-l-display-md-font-weight: var(--font-weight-medium);
  --typography-l-display-md-letter-spacing: var(--letter-spacing-0);
  --typography-l-heading-lg-font-family: var(--font-family-sans);
  --typography-l-heading-lg-font-size: var(--font-size-7);
  --typography-l-heading-lg-line-height: var(--line-height-6);
  --typography-l-heading-lg-font-weight: var(--font-weight-bold);
  --typography-l-heading-lg-letter-spacing: var(--letter-spacing-0);
  --typography-l-heading-md-font-family: var(--font-family-sans);
  --typography-l-heading-md-font-size: var(--font-size-6);
  --typography-l-heading-md-line-height: var(--line-height-5);
  --typography-l-heading-md-font-weight: var(--font-weight-bold);
  --typography-l-heading-md-letter-spacing: var(--letter-spacing-0);
  --typography-l-heading-sm-font-family: var(--font-family-sans);
  --typography-l-heading-sm-font-size: var(--font-size-5);
  --typography-l-heading-sm-line-height: var(--line-height-4);
  --typography-l-heading-sm-font-weight: var(--font-weight-bold);
  --typography-l-heading-sm-letter-spacing: var(--letter-spacing-0);
  /**
   * @deprecated [#1] since version 1.9 [#2].
   * [#3] Will be deleted in version 2.0.
   */
  --typography-l-heading-sm-regular-font-family: var(--font-family-sans);
  --typography-l-heading-sm-regular-font-size: var(--font-size-5);
  --typography-l-heading-sm-regular-line-height: var(--line-height-4);
  --typography-l-heading-sm-regular-font-weight: var(--font-weight-regular);
  --typography-l-heading-sm-regular-letter-spacing: var(--letter-spacing-0);
  --typography-l-body-lg-medium-font-family: var(--font-family-sans);
  --typography-l-body-lg-medium-font-size: var(--font-size-5);
  --typography-l-body-lg-medium-line-height: var(--line-height-4);
  --typography-l-body-lg-medium-font-weight: var(--font-weight-medium);
  --typography-l-body-lg-medium-letter-spacing: var(--letter-spacing-0);
  --typography-l-body-md-bold-font-family: var(--font-family-sans);
  --typography-l-body-md-bold-font-size: var(--font-size-4);
  --typography-l-body-md-bold-line-height: var(--line-height-4);
  --typography-l-body-md-bold-font-weight: var(--font-weight-bold);
  --typography-l-body-md-bold-letter-spacing: var(--letter-spacing-0);
  --typography-l-body-md-font-family: var(--font-family-sans);
  --typography-l-body-md-font-size: var(--font-size-4);
  --typography-l-body-md-line-height: var(--line-height-4);
  --typography-l-body-md-font-weight: var(--font-weight-regular);
  --typography-l-body-md-letter-spacing: var(--letter-spacing-0);
  --typography-l-body-sm-bold-font-family: var(--font-family-sans);
  --typography-l-body-sm-bold-font-size: var(--font-size-3);
  --typography-l-body-sm-bold-line-height: var(--line-height-3);
  --typography-l-body-sm-bold-font-weight: var(--font-weight-bold);
  --typography-l-body-sm-bold-letter-spacing: var(--letter-spacing-0);
  --typography-l-body-sm-font-family: var(--font-family-sans);
  --typography-l-body-sm-font-size: var(--font-size-3);
  --typography-l-body-sm-line-height: var(--line-height-3);
  --typography-l-body-sm-font-weight: var(--font-weight-regular);
  --typography-l-body-sm-letter-spacing: var(--letter-spacing-0);
  --typography-l-body-xs-font-family: var(--font-family-sans);
  --typography-l-body-xs-font-size: var(--font-size-2);
  --typography-l-body-xs-line-height: var(--line-height-2);
  --typography-l-body-xs-font-weight: var(--font-weight-regular);
  --typography-l-body-xs-letter-spacing: var(--letter-spacing-0);
  /* shadow */
  --shadow-size-xs: 0 2px 4px 0;
  --shadow-size-sm: 0 2px 8px 0;
  --shadow-size-md: 0 2px 16px 0;
  --shadow-size-lg: 0 2px 40px 0;
}

/*
 * Light Theme Colors
 * Use these css variables in your code.
 * This will insure theme compatibility
 */
:root {
  --color-background-default: var(--brand-colors-white-white000);
  --color-background-default-hover: var(--brand-colors-grey-grey030);
  --color-background-default-pressed: var(--brand-colors-grey-grey030);
  --color-background-alternative: var(--brand-colors-grey-grey040);
  --color-background-alternative-hover: var(--brand-colors-grey-grey100);
  --color-background-alternative-pressed: var(--brand-colors-grey-grey100);
  --color-text-default: var(--brand-colors-grey-grey800);
  --color-text-alternative: var(--brand-colors-grey-grey600);
  --color-text-muted: var(--brand-colors-grey-grey200);
  --color-icon-default: var(--brand-colors-grey-grey800);
  --color-icon-alternative: var(--brand-colors-grey-grey500);
  --color-icon-muted: var(--brand-colors-grey-grey200);
  --color-border-default: var(--brand-colors-grey-grey200);
  --color-border-muted: var(--brand-colors-grey-grey100);
  --color-overlay-default: #00000099;
  --color-overlay-alternative: #000000cc;
  --color-overlay-inverse: var(--brand-colors-white-white010);
  --color-shadow-default: #0000001a;
  --color-primary-default: var(--brand-colors-blue-blue500);
  --color-primary-alternative: var(--brand-colors-blue-blue600);
  --color-primary-muted: #0376c919;
  --color-primary-inverse: var(--brand-colors-white-white010);
  --color-primary-disabled: #0376c980;
  --color-primary-shadow: #0376c933;
  --color-secondary-default: var(--brand-colors-orange-orange500);
  --color-secondary-alternative: var(--brand-colors-orange-orange600);
  --color-secondary-muted: #f66a0a19;
  --color-secondary-inverse: var(--brand-colors-white-white010);
  --color-secondary-disabled: #f66a0a80;
  --color-error-default: var(--brand-colors-red-red500);
  --color-error-alternative: var(--brand-colors-red-red600);
  --color-error-muted: #d7384719;
  --color-error-inverse: var(--brand-colors-white-white010);
  --color-error-disabled: #d7384780;
  --color-error-shadow: #d7384766;
  --color-warning-default: var(--brand-colors-orange-orange500);
  --color-warning-alternative: var(--brand-colors-yellow-yellow600);
  --color-warning-muted: #ffd33d19;
  --color-warning-inverse: var(--brand-colors-white-white010);
  --color-warning-disabled: #ffd33d80;
  --color-success-default: var(--brand-colors-green-green500);
  --color-success-alternative: var(--brand-colors-green-green500);
  --color-success-muted: #28a74519;
  --color-success-inverse: var(--brand-colors-white-white010);
  --color-success-disabled: #28a74580;
  --color-info-default: var(--brand-colors-blue-blue500);
  --color-info-alternative: var(--brand-colors-blue-blue600);
  --color-info-muted: #0376c919;
  --color-info-inverse: var(--brand-colors-white-white010);
  --color-info-disabled: #0376c980;
  --color-network-goerli-default: var(--brand-colors-blue-blue400);
  --color-network-goerli-inverse: var(--brand-colors-white-white010);
  --color-network-localhost-default: var(--brand-colors-grey-grey200);
  --color-network-localhost-inverse: var(--brand-colors-white-white010);
  --color-network-sepolia-default: var(--brand-colors-violet-violet300);
  --color-network-sepolia-inverse: var(--brand-colors-white-white010);
  --color-flask-default: var(--brand-colors-purple-purple500);
  --color-flask-inverse: var(--brand-colors-white-white010);
  /* Components */
  /* button */
  --component-button-primary-shadow: var(--shadow-size-sm)
    var(--color-primary-shadow);
  --component-button-danger-shadow: var(--shadow-size-sm)
    var(--color-error-shadow);
}

/**
 * Dark Theme Colors
 * Colors for dark theme
 */
[data-theme=dark] {
  --color-background-default: var(--brand-colors-grey-grey800);
  --color-background-default-hover: var(--brand-colors-grey-grey700);
  --color-background-default-pressed: var(--brand-colors-grey-grey700);
  --color-background-alternative: var(--brand-colors-grey-grey900);
  --color-background-alternative-hover: var(--brand-colors-grey-grey750);
  --color-background-alternative-pressed: var(--brand-colors-grey-grey750);
  --color-text-default: var(--brand-colors-white-white000);
  --color-text-alternative: var(--brand-colors-grey-grey100);
  --color-text-muted: var(--brand-colors-grey-grey400);
  --color-icon-default: var(--brand-colors-white-white000);
  --color-icon-alternative: var(--brand-colors-grey-grey200);
  --color-icon-muted: var(--brand-colors-grey-grey400);
  --color-border-default: var(--brand-colors-grey-grey400);
  --color-border-muted: var(--brand-colors-grey-grey700);
  --color-overlay-default: #00000099;
  --color-overlay-alternative: #000000cc;
  --color-shadow-default: #00000080;
  --color-overlay-inverse: var(--brand-colors-white-white010);
  --color-primary-default: var(--brand-colors-blue-blue400);
  --color-primary-alternative: var(--brand-colors-blue-blue300);
  --color-primary-muted: #1098fc26;
  --color-primary-inverse: var(--brand-colors-white-white010);
  --color-primary-disabled: #1098fc80;
  --color-primary-shadow: #0376c933;
  --color-secondary-default: var(--brand-colors-orange-orange400);
  --color-secondary-alternative: var(--brand-colors-orange-orange300);
  --color-secondary-muted: #f8883b26;
  --color-secondary-inverse: var(--brand-colors-white-white010);
  --color-secondary-disabled: #f8883b80;
  --color-error-default: var(--brand-colors-red-red500);
  --color-error-alternative: var(--brand-colors-red-red400);
  --color-error-muted: #d7384726;
  --color-error-inverse: var(--brand-colors-white-white010);
  --color-error-disabled: #d7384780;
  --color-error-shadow: #d7384766;
  --color-warning-default: var(--brand-colors-yellow-yellow500);
  --color-warning-alternative: var(--brand-colors-yellow-yellow400);
  --color-warning-muted: #ffd33d26;
  --color-warning-inverse: var(--brand-colors-grey-grey900);
  --color-warning-disabled: #ffd33d80;
  --color-success-default: var(--brand-colors-green-green500);
  --color-success-alternative: var(--brand-colors-green-green400);
  --color-success-muted: #28a74526;
  --color-success-inverse: var(--brand-colors-white-white010);
  --color-success-disabled: #28a74580;
  --color-info-default: var(--brand-colors-blue-blue400);
  --color-info-alternative: var(--brand-colors-blue-blue300);
  --color-info-muted: #1098fc26;
  --color-info-inverse: var(--brand-colors-white-white010);
  --color-info-disabled: #0376c980;
}