/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
@font-face {
  font-family: "DM Sans 9pt italic";
  src: url('DMSans-9ptItalic.woff2') format("woff2"), url('DMSans-9ptItalic.woff') format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans 9pt";
  src: url('DMSans-9ptRegular.woff2') format("woff2"), url('DMSans-9ptRegular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display italic";
  src: url('PlayfairDisplay-Italic.woff2') format("woff2"), url('PlayfairDisplay-Italic.woff') format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url('PlayfairDisplay-Regular.woff2') format("woff2"), url('PlayfairDisplay-Regular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "iconly";
  src: url('iconly.woff2') format("woff2"), url('iconly.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "iconly";
  src: url('iconly.woff2') format("woff2"), url('iconly.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Flex container */
.tb-flex {
  display: flex !important;
}

.tb-inline-flex {
  display: inline-flex !important;
}

/* Direção */
.tb-flex-row {
  flex-direction: row !important;
}

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

.tb-flex-col {
  flex-direction: column !important;
}

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

/* Alinhamento no eixo principal */
.tb-justify-start {
  justify-content: flex-start !important;
}

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

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

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

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

.tb-justify-evenly {
  justify-content: space-evenly !important;
}

/* Alinhamento no eixo cruzado */
.tb-items-start {
  align-items: flex-start !important;
}

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

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

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

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

/* Wrap */
.tb-flex-wrap {
  flex-wrap: wrap !important;
}

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

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

/* Align self */
.tb-self-auto {
  align-self: auto !important;
}

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

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

.tb-self-center {
  align-self: center !important;
}

.tb-self-stretch {
  align-self: stretch !important;
}

/* Grow/Shrink */
.tb-grow {
  flex-grow: 1 !important;
}

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

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

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

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

*:focus-visible {
  outline: 2px solid #005fcc;
}

.cdk-keyboard-focused {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 1rem;
  background: #000;
  color: #fff;
  z-index: 999;
}

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

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

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

.tb-d-inline {
  display: inline !important;
}

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

@media (min-width: 0) {
  .tb-d-xs-none {
    display: none !important;
  }
  .tb-d-xs-block {
    display: block !important;
  }
  .tb-d-xs-flex {
    display: flex !important;
  }
  .tb-d-xs-inline {
    display: inline !important;
  }
  .tb-d-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 576px) {
  .tb-d-sm-none {
    display: none !important;
  }
  .tb-d-sm-block {
    display: block !important;
  }
  .tb-d-sm-flex {
    display: flex !important;
  }
  .tb-d-sm-inline {
    display: inline !important;
  }
  .tb-d-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .tb-d-md-none {
    display: none !important;
  }
  .tb-d-md-block {
    display: block !important;
  }
  .tb-d-md-flex {
    display: flex !important;
  }
  .tb-d-md-inline {
    display: inline !important;
  }
  .tb-d-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .tb-d-lg-none {
    display: none !important;
  }
  .tb-d-lg-block {
    display: block !important;
  }
  .tb-d-lg-flex {
    display: flex !important;
  }
  .tb-d-lg-inline {
    display: inline !important;
  }
  .tb-d-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .tb-d-xl-none {
    display: none !important;
  }
  .tb-d-xl-block {
    display: block !important;
  }
  .tb-d-xl-flex {
    display: flex !important;
  }
  .tb-d-xl-inline {
    display: inline !important;
  }
  .tb-d-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .tb-d-xxl-none {
    display: none !important;
  }
  .tb-d-xxl-block {
    display: block !important;
  }
  .tb-d-xxl-flex {
    display: flex !important;
  }
  .tb-d-xxl-inline {
    display: inline !important;
  }
  .tb-d-xxl-inline-block {
    display: inline-block !important;
  }
}
/*!
 *  Timbro icon font. Generated by Iconly: https://iconly.io/
 */
@font-face {
  font-display: auto;
  font-family: "Timbro";
  font-style: normal;
  font-weight: 400;
  src: url('iconly.eot?1747328152939');
  src: url('iconly.eot?#iefix') format("embedded-opentype"), url('iconly.woff2?1747328152939') format("woff2"), url('iconly.woff?1747328152939') format("woff"), url('iconly.ttf?1747328152939') format("truetype"), url('iconly.svg?1747328152939#Timbro') format("svg");
}
[class=tai], [class^=tai-], [class*=" tai-"] {
  display: inline-block;
  font-family: "Timbro" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.tai-icon-zoom-out:before {
  content: "\e000";
}

.tai-icon-zoom-in:before {
  content: "\e001";
}

.tai-icon-zap:before {
  content: "\e002";
}

.tai-icon-zap-off:before {
  content: "\e003";
}

.tai-icon-youtube:before {
  content: "\e004";
}

.tai-icon-x:before {
  content: "\e005";
}

.tai-icon-x-square:before {
  content: "\e006";
}

.tai-icon-x-octagon:before {
  content: "\e007";
}

.tai-icon-x-circle:before {
  content: "\e008";
}

.tai-icon-wind:before {
  content: "\e009";
}

.tai-icon-wifi:before {
  content: "\e00a";
}

.tai-icon-wifi-off:before {
  content: "\e00b";
}

.tai-icon-watch:before {
  content: "\e00c";
}

.tai-icon-volume:before {
  content: "\e00d";
}

.tai-icon-volume-x:before {
  content: "\e00e";
}

.tai-icon-volume-2:before {
  content: "\e00f";
}

.tai-icon-volume-1:before {
  content: "\e010";
}

.tai-icon-voicemail:before {
  content: "\e011";
}

.tai-icon-video:before {
  content: "\e012";
}

.tai-icon-video-off:before {
  content: "\e013";
}

.tai-icon-users:before {
  content: "\e014";
}

.tai-icon-user:before {
  content: "\e015";
}

.tai-icon-user-x:before {
  content: "\e016";
}

.tai-icon-user-plus:before {
  content: "\e017";
}

.tai-icon-user-minus:before {
  content: "\e018";
}

.tai-icon-user-check:before {
  content: "\e019";
}

.tai-icon-upload:before {
  content: "\e01a";
}

.tai-icon-upload-cloud:before {
  content: "\e01b";
}

.tai-icon-unlock:before {
  content: "\e01c";
}

.tai-icon-underline:before {
  content: "\e01d";
}

.tai-icon-umbrella:before {
  content: "\e01e";
}

.tai-icon-type:before {
  content: "\e01f";
}

.tai-icon-twitter:before {
  content: "\e020";
}

.tai-icon-twitch:before {
  content: "\e021";
}

.tai-icon-tv:before {
  content: "\e022";
}

.tai-icon-truck:before {
  content: "\e023";
}

.tai-icon-triangle:before {
  content: "\e024";
}

.tai-icon-trending-up:before {
  content: "\e025";
}

.tai-icon-trending-down:before {
  content: "\e026";
}

.tai-icon-trello:before {
  content: "\e027";
}

.tai-icon-trash:before {
  content: "\e028";
}

.tai-icon-trash-2:before {
  content: "\e029";
}

.tai-icon-tool:before {
  content: "\e02a";
}

.tai-icon-tool-1:before {
  content: "\e02b";
}

.tai-icon-toggle-right:before {
  content: "\e02c";
}

.tai-icon-toggle-left:before {
  content: "\e02d";
}

.tai-icon-timbro:before {
  content: "\e02e";
}

.tai-icon-thumbs-up:before {
  content: "\e02f";
}

.tai-icon-thumbs-down:before {
  content: "\e030";
}

.tai-icon-thermometer:before {
  content: "\e031";
}

.tai-icon-terminal:before {
  content: "\e032";
}

.tai-icon-target:before {
  content: "\e033";
}

.tai-icon-tag:before {
  content: "\e034";
}

.tai-icon-tablet:before {
  content: "\e035";
}

.tai-icon-table-file:before {
  content: "\e036";
}

.tai-icon-sunset:before {
  content: "\e037";
}

.tai-icon-sunrise:before {
  content: "\e038";
}

.tai-icon-sun:before {
  content: "\e039";
}

.tai-icon-stop-circle:before {
  content: "\e03a";
}

.tai-icon-star:before {
  content: "\e03b";
}

.tai-icon-square:before {
  content: "\e03c";
}

.tai-icon-speaker:before {
  content: "\e03d";
}

.tai-icon-smile:before {
  content: "\e03e";
}

.tai-icon-smartphone:before {
  content: "\e03f";
}

.tai-icon-sliders:before {
  content: "\e040";
}

.tai-icon-slash:before {
  content: "\e041";
}

.tai-icon-slack:before {
  content: "\e042";
}

.tai-icon-skip-forward:before {
  content: "\e043";
}

.tai-icon-skip-back:before {
  content: "\e044";
}

.tai-icon-sidebar:before {
  content: "\e045";
}

.tai-icon-shuffle:before {
  content: "\e046";
}

.tai-icon-shopping-cart:before {
  content: "\e047";
}

.tai-icon-shopping-bag:before {
  content: "\e048";
}

.tai-icon-ship:before {
  content: "\e049";
}

.tai-icon-shield:before {
  content: "\e04a";
}

.tai-icon-shield-off:before {
  content: "\e04b";
}

.tai-icon-share:before {
  content: "\e04c";
}

.tai-icon-share-2:before {
  content: "\e04d";
}

.tai-icon-settings:before {
  content: "\e04e";
}

.tai-icon-server:before {
  content: "\e04f";
}

.tai-icon-send:before {
  content: "\e050";
}

.tai-icon-search:before {
  content: "\e051";
}

.tai-icon-scissors:before {
  content: "\e052";
}

.tai-icon-save:before {
  content: "\e053";
}

.tai-icon-rss:before {
  content: "\e054";
}

.tai-icon-rotate-cw:before {
  content: "\e055";
}

.tai-icon-rotate-ccw:before {
  content: "\e056";
}

.tai-icon-rewind:before {
  content: "\e057";
}

.tai-icon-repeat:before {
  content: "\e058";
}

.tai-icon-refresh-cw:before {
  content: "\e059";
}

.tai-icon-refresh-ccw:before {
  content: "\e05a";
}

.tai-icon-radio:before {
  content: "\e05b";
}

.tai-icon-printer:before {
  content: "\e05c";
}

.tai-icon-power:before {
  content: "\e05d";
}

.tai-icon-pocket:before {
  content: "\e05e";
}

.tai-icon-plus:before {
  content: "\e05f";
}

.tai-icon-plus-square:before {
  content: "\e060";
}

.tai-icon-plus-circle:before {
  content: "\e061";
}

.tai-icon-play:before {
  content: "\e062";
}

.tai-icon-play-circle:before {
  content: "\e063";
}

.tai-icon-pie-chart:before {
  content: "\e064";
}

.tai-icon-phone:before {
  content: "\e065";
}

.tai-icon-phone-outgoing:before {
  content: "\e066";
}

.tai-icon-phone-off:before {
  content: "\e067";
}

.tai-icon-phone-missed:before {
  content: "\e068";
}

.tai-icon-phone-incoming:before {
  content: "\e069";
}

.tai-icon-phone-forwarded:before {
  content: "\e06a";
}

.tai-icon-phone-call:before {
  content: "\e06b";
}

.tai-icon-percent:before {
  content: "\e06c";
}

.tai-icon-pen-tool:before {
  content: "\e06d";
}

.tai-icon-pay-code-two:before {
  content: "\e06e";
}

.tai-icon-pause:before {
  content: "\e06f";
}

.tai-icon-pause-circle:before {
  content: "\e070";
}

.tai-icon-paperclip:before {
  content: "\e071";
}

.tai-icon-page-template:before {
  content: "\e072";
}

.tai-icon-package:before {
  content: "\e073";
}

.tai-icon-open:before {
  content: "\e074";
}

.tai-icon-octagon:before {
  content: "\e075";
}

.tai-icon-navigation:before {
  content: "\e076";
}

.tai-icon-navigation-2:before {
  content: "\e077";
}

.tai-icon-music:before {
  content: "\e078";
}

.tai-icon-move:before {
  content: "\e079";
}

.tai-icon-mouse-pointer:before {
  content: "\e07a";
}

.tai-icon-more-vertical:before {
  content: "\e07b";
}

.tai-icon-more-horizontal:before {
  content: "\e07c";
}

.tai-icon-moon:before {
  content: "\e07d";
}

.tai-icon-monitor:before {
  content: "\e07e";
}

.tai-icon-monitor-one:before {
  content: "\e07f";
}

.tai-icon-money:before {
  content: "\e080";
}

.tai-icon-minus:before {
  content: "\e081";
}

.tai-icon-minus-square:before {
  content: "\e082";
}

.tai-icon-minus-circle:before {
  content: "\e083";
}

.tai-icon-minimize:before {
  content: "\e084";
}

.tai-icon-minimize-2:before {
  content: "\e085";
}

.tai-icon-mic:before {
  content: "\e086";
}

.tai-icon-mic-off:before {
  content: "\e087";
}

.tai-icon-message-square:before {
  content: "\e088";
}

.tai-icon-message-circle:before {
  content: "\e089";
}

.tai-icon-menu:before {
  content: "\e08a";
}

.tai-icon-meh:before {
  content: "\e08b";
}

.tai-icon-maximize:before {
  content: "\e08c";
}

.tai-icon-maximize-2:before {
  content: "\e08d";
}

.tai-icon-map:before {
  content: "\e08e";
}

.tai-icon-map-pin:before {
  content: "\e08f";
}

.tai-icon-mail:before {
  content: "\e090";
}

.tai-icon-log-out:before {
  content: "\e091";
}

.tai-icon-log-in:before {
  content: "\e092";
}

.tai-icon-lock:before {
  content: "\e093";
}

.tai-icon-loader:before {
  content: "\e094";
}

.tai-icon-list:before {
  content: "\e095";
}

.tai-icon-linkedin:before {
  content: "\e096";
}

.tai-icon-link:before {
  content: "\e097";
}

.tai-icon-link-two:before {
  content: "\e098";
}

.tai-icon-link-2:before {
  content: "\e099";
}

.tai-icon-life-buoy:before {
  content: "\e09a";
}

.tai-icon-layout:before {
  content: "\e09b";
}

.tai-icon-layers:before {
  content: "\e09c";
}

.tai-icon-key:before {
  content: "\e09d";
}

.tai-icon-italic:before {
  content: "\e09e";
}

.tai-icon-instagram:before {
  content: "\e09f";
}

.tai-icon-info:before {
  content: "\e0a0";
}

.tai-icon-inbox:before {
  content: "\e0a1";
}

.tai-icon-image:before {
  content: "\e0a2";
}

.tai-icon-home:before {
  content: "\e0a3";
}

.tai-icon-hexagon:before {
  content: "\e0a4";
}

.tai-icon-help-circle:before {
  content: "\e0a5";
}

.tai-icon-heart:before {
  content: "\e0a6";
}

.tai-icon-headphones:before {
  content: "\e0a7";
}

.tai-icon-hash:before {
  content: "\e0a8";
}

.tai-icon-hard-drive:before {
  content: "\e0a9";
}

.tai-icon-grid:before {
  content: "\e0aa";
}

.tai-icon-globe:before {
  content: "\e0ab";
}

.tai-icon-gitlab:before {
  content: "\e0ac";
}

.tai-icon-github:before {
  content: "\e0ad";
}

.tai-icon-git-pull-request:before {
  content: "\e0ae";
}

.tai-icon-git-merge:before {
  content: "\e0af";
}

.tai-icon-git-commit:before {
  content: "\e0b0";
}

.tai-icon-git-branch:before {
  content: "\e0b1";
}

.tai-icon-gift:before {
  content: "\e0b2";
}

.tai-icon-fuel:before {
  content: "\e0b3";
}

.tai-icon-frown:before {
  content: "\e0b4";
}

.tai-icon-framer:before {
  content: "\e0b5";
}

.tai-icon-food:before {
  content: "\e0b6";
}

.tai-icon-folder:before {
  content: "\e0b7";
}

.tai-icon-folder-plus:before {
  content: "\e0b8";
}

.tai-icon-folder-minus:before {
  content: "\e0b9";
}

.tai-icon-flag:before {
  content: "\e0ba";
}

.tai-icon-filter:before {
  content: "\e0bb";
}

.tai-icon-film:before {
  content: "\e0bc";
}

.tai-icon-file:before {
  content: "\e0bd";
}

.tai-icon-file-text:before {
  content: "\e0be";
}

.tai-icon-file-plus:before {
  content: "\e0bf";
}

.tai-icon-file-minus:before {
  content: "\e0c0";
}

.tai-icon-figma:before {
  content: "\e0c1";
}

.tai-icon-feather:before {
  content: "\e0c2";
}

.tai-icon-fast-forward:before {
  content: "\e0c3";
}

.tai-icon-facebook:before {
  content: "\e0c4";
}

.tai-icon-eye:before {
  content: "\e0c5";
}

.tai-icon-eye-off:before {
  content: "\e0c6";
}

.tai-icon-external-link:before {
  content: "\e0c7";
}

.tai-icon-eraser:before {
  content: "\e0c8";
}

.tai-icon-edit:before {
  content: "\e0c9";
}

.tai-icon-edit-3:before {
  content: "\e0ca";
}

.tai-icon-edit-2:before {
  content: "\e0cb";
}

.tai-icon-droplet:before {
  content: "\e0cc";
}

.tai-icon-dribbble:before {
  content: "\e0cd";
}

.tai-icon-drag:before {
  content: "\e0ce";
}

.tai-icon-download:before {
  content: "\e0cf";
}

.tai-icon-download-cloud:before {
  content: "\e0d0";
}

.tai-icon-dollar-sign:before {
  content: "\e0d1";
}

.tai-icon-divide:before {
  content: "\e0d2";
}

.tai-icon-divide-square:before {
  content: "\e0d3";
}

.tai-icon-divide-circle:before {
  content: "\e0d4";
}

.tai-icon-disc:before {
  content: "\e0d5";
}

.tai-icon-delete:before {
  content: "\e0d6";
}

.tai-icon-database:before {
  content: "\e0d7";
}

.tai-icon-crosshair:before {
  content: "\e0d8";
}

.tai-icon-crop:before {
  content: "\e0d9";
}

.tai-icon-credit-card:before {
  content: "\e0da";
}

.tai-icon-cpu:before {
  content: "\e0db";
}

.tai-icon-corner-up-right:before {
  content: "\e0dc";
}

.tai-icon-corner-up-left:before {
  content: "\e0dd";
}

.tai-icon-corner-right-up:before {
  content: "\e0de";
}

.tai-icon-corner-right-down:before {
  content: "\e0df";
}

.tai-icon-corner-left-up:before {
  content: "\e0e0";
}

.tai-icon-corner-left-down:before {
  content: "\e0e1";
}

.tai-icon-corner-down-right:before {
  content: "\e0e2";
}

.tai-icon-corner-down-left:before {
  content: "\e0e3";
}

.tai-icon-copy:before {
  content: "\e0e4";
}

.tai-icon-compass:before {
  content: "\e0e5";
}

.tai-icon-command:before {
  content: "\e0e6";
}

.tai-icon-columns:before {
  content: "\e0e7";
}

.tai-icon-coffee:before {
  content: "\e0e8";
}

.tai-icon-codesandbox:before {
  content: "\e0e9";
}

.tai-icon-codepen:before {
  content: "\e0ea";
}

.tai-icon-code:before {
  content: "\e0eb";
}

.tai-icon-cloud:before {
  content: "\e0ec";
}

.tai-icon-cloud-snow:before {
  content: "\e0ed";
}

.tai-icon-cloud-rain:before {
  content: "\e0ee";
}

.tai-icon-cloud-off:before {
  content: "\e0ef";
}

.tai-icon-cloud-lightning:before {
  content: "\e0f0";
}

.tai-icon-cloud-drizzle:before {
  content: "\e0f1";
}

.tai-icon-clock:before {
  content: "\e0f2";
}

.tai-icon-clock-2:before {
  content: "\e0f3";
}

.tai-icon-clipboard:before {
  content: "\e0f4";
}

.tai-icon-circle:before {
  content: "\e0f5";
}

.tai-icon-chrome:before {
  content: "\e0f6";
}

.tai-icon-chevrons-up:before {
  content: "\e0f7";
}

.tai-icon-chevrons-right:before {
  content: "\e0f8";
}

.tai-icon-chevrons-left:before {
  content: "\e0f9";
}

.tai-icon-chevrons-down:before {
  content: "\e0fa";
}

.tai-icon-chevron-up:before {
  content: "\e0fb";
}

.tai-icon-chevron-right:before {
  content: "\e0fc";
}

.tai-icon-chevron-left:before {
  content: "\e0fd";
}

.tai-icon-chevron-down:before {
  content: "\e0fe";
}

.tai-icon-check:before {
  content: "\e0ff";
}

.tai-icon-check-square:before {
  content: "\e100";
}

.tai-icon-check-circle:before {
  content: "\e101";
}

.tai-icon-cast:before {
  content: "\e102";
}

.tai-icon-car:before {
  content: "\e103";
}

.tai-icon-camera:before {
  content: "\e104";
}

.tai-icon-camera-off:before {
  content: "\e105";
}

.tai-icon-calendar:before {
  content: "\e106";
}

.tai-icon-briefcase:before {
  content: "\e107";
}

.tai-icon-box:before {
  content: "\e108";
}

.tai-icon-bookmark:before {
  content: "\e109";
}

.tai-icon-book:before {
  content: "\e10a";
}

.tai-icon-book-open:before {
  content: "\e10b";
}

.tai-icon-bold:before {
  content: "\e10c";
}

.tai-icon-bluetooth:before {
  content: "\e10d";
}

.tai-icon-blocks-and-arrows:before {
  content: "\e10e";
}

.tai-icon-bell:before {
  content: "\e10f";
}

.tai-icon-bell-off:before {
  content: "\e110";
}

.tai-icon-battery:before {
  content: "\e111";
}

.tai-icon-battery-charging:before {
  content: "\e112";
}

.tai-icon-bar-chart:before {
  content: "\e113";
}

.tai-icon-bar-chart-2:before {
  content: "\e114";
}

.tai-icon-award:before {
  content: "\e115";
}

.tai-icon-at-sign:before {
  content: "\e116";
}

.tai-icon-arrow-up:before {
  content: "\e117";
}

.tai-icon-arrow-up-right:before {
  content: "\e118";
}

.tai-icon-arrow-up-left:before {
  content: "\e119";
}

.tai-icon-arrow-up-circle:before {
  content: "\e11a";
}

.tai-icon-arrow-right:before {
  content: "\e11b";
}

.tai-icon-arrow-right-circle:before {
  content: "\e11c";
}

.tai-icon-arrow-left:before {
  content: "\e11d";
}

.tai-icon-arrow-left-circle:before {
  content: "\e11e";
}

.tai-icon-arrow-down:before {
  content: "\e11f";
}

.tai-icon-arrow-down-right:before {
  content: "\e120";
}

.tai-icon-arrow-down-left:before {
  content: "\e121";
}

.tai-icon-arrow-down-circle:before {
  content: "\e122";
}

.tai-icon-archive:before {
  content: "\e123";
}

.tai-icon-aperture:before {
  content: "\e124";
}

.tai-icon-anchor:before {
  content: "\e125";
}

.tai-icon-align-right:before {
  content: "\e126";
}

.tai-icon-align-left:before {
  content: "\e127";
}

.tai-icon-align-justify:before {
  content: "\e128";
}

.tai-icon-align-center:before {
  content: "\e129";
}

.tai-icon-alert-triangle:before {
  content: "\e12a";
}

.tai-icon-alert-octagon:before {
  content: "\e12b";
}

.tai-icon-alert-circle:before {
  content: "\e12c";
}

.tai-icon-airplay:before {
  content: "\e12d";
}

.tai-icon-airplane:before {
  content: "\e12e";
}

.tai-icon-agriculture:before {
  content: "\e12f";
}

.tai-icon-add-subtract:before {
  content: "\e130";
}

.tai-icon-activity:before {
  content: "\e131";
}

:root {
  --scrollbar-thumb-color: rgba(52, 87, 156, 0.7);
  --scrollbar-thumb-hover: rgba(52, 87, 156, 0.9);
  --scrollbar-track-color: rgba(0, 0, 0, 0.05);
}

html,
body {
  scroll-behavior: smooth;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
  border-radius: 4px;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/@timbro/timbro-access-styleguide/styles/styles.scss?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "DM Sans 9pt italic";
  src: url('DMSans-9ptItalic.woff2') format("woff2"), url('DMSans-9ptItalic.woff') format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans 9pt";
  src: url('DMSans-9ptRegular.woff2') format("woff2"), url('DMSans-9ptRegular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display italic";
  src: url('PlayfairDisplay-Italic.woff2') format("woff2"), url('PlayfairDisplay-Italic.woff') format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url('PlayfairDisplay-Regular.woff2') format("woff2"), url('PlayfairDisplay-Regular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "iconly";
  src: url('iconly.woff2') format("woff2"), url('iconly.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "iconly";
  src: url('iconly.woff2') format("woff2"), url('iconly.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Flex container */
.tb-flex {
  display: flex !important;
}

.tb-inline-flex {
  display: inline-flex !important;
}

/* Direção */
.tb-flex-row {
  flex-direction: row !important;
}

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

.tb-flex-col {
  flex-direction: column !important;
}

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

/* Alinhamento no eixo principal */
.tb-justify-start {
  justify-content: flex-start !important;
}

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

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

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

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

.tb-justify-evenly {
  justify-content: space-evenly !important;
}

/* Alinhamento no eixo cruzado */
.tb-items-start {
  align-items: flex-start !important;
}

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

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

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

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

/* Wrap */
.tb-flex-wrap {
  flex-wrap: wrap !important;
}

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

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

/* Align self */
.tb-self-auto {
  align-self: auto !important;
}

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

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

.tb-self-center {
  align-self: center !important;
}

.tb-self-stretch {
  align-self: stretch !important;
}

/* Grow/Shrink */
.tb-grow {
  flex-grow: 1 !important;
}

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

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

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

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

*:focus-visible {
  outline: 2px solid #005fcc;
}

.cdk-keyboard-focused {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 1rem;
  background: #000;
  color: #fff;
  z-index: 999;
}

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

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

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

.tb-d-inline {
  display: inline !important;
}

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

@media (min-width: 0) {
  .tb-d-xs-none {
    display: none !important;
  }
  .tb-d-xs-block {
    display: block !important;
  }
  .tb-d-xs-flex {
    display: flex !important;
  }
  .tb-d-xs-inline {
    display: inline !important;
  }
  .tb-d-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 576px) {
  .tb-d-sm-none {
    display: none !important;
  }
  .tb-d-sm-block {
    display: block !important;
  }
  .tb-d-sm-flex {
    display: flex !important;
  }
  .tb-d-sm-inline {
    display: inline !important;
  }
  .tb-d-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .tb-d-md-none {
    display: none !important;
  }
  .tb-d-md-block {
    display: block !important;
  }
  .tb-d-md-flex {
    display: flex !important;
  }
  .tb-d-md-inline {
    display: inline !important;
  }
  .tb-d-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .tb-d-lg-none {
    display: none !important;
  }
  .tb-d-lg-block {
    display: block !important;
  }
  .tb-d-lg-flex {
    display: flex !important;
  }
  .tb-d-lg-inline {
    display: inline !important;
  }
  .tb-d-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .tb-d-xl-none {
    display: none !important;
  }
  .tb-d-xl-block {
    display: block !important;
  }
  .tb-d-xl-flex {
    display: flex !important;
  }
  .tb-d-xl-inline {
    display: inline !important;
  }
  .tb-d-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .tb-d-xxl-none {
    display: none !important;
  }
  .tb-d-xxl-block {
    display: block !important;
  }
  .tb-d-xxl-flex {
    display: flex !important;
  }
  .tb-d-xxl-inline {
    display: inline !important;
  }
  .tb-d-xxl-inline-block {
    display: inline-block !important;
  }
}
/*!
 *  Timbro icon font. Generated by Iconly: https://iconly.io/
 */
@font-face {
  font-display: auto;
  font-family: "Timbro";
  font-style: normal;
  font-weight: 400;
  src: url('iconly.eot?1747328152939');
  src: url('iconly.eot?#iefix') format("embedded-opentype"), url('iconly.woff2?1747328152939') format("woff2"), url('iconly.woff?1747328152939') format("woff"), url('iconly.ttf?1747328152939') format("truetype"), url('iconly.svg?1747328152939#Timbro') format("svg");
}
[class=tai], [class^=tai-], [class*=" tai-"] {
  display: inline-block;
  font-family: "Timbro" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.tai-icon-zoom-out:before {
  content: "\e000";
}

.tai-icon-zoom-in:before {
  content: "\e001";
}

.tai-icon-zap:before {
  content: "\e002";
}

.tai-icon-zap-off:before {
  content: "\e003";
}

.tai-icon-youtube:before {
  content: "\e004";
}

.tai-icon-x:before {
  content: "\e005";
}

.tai-icon-x-square:before {
  content: "\e006";
}

.tai-icon-x-octagon:before {
  content: "\e007";
}

.tai-icon-x-circle:before {
  content: "\e008";
}

.tai-icon-wind:before {
  content: "\e009";
}

.tai-icon-wifi:before {
  content: "\e00a";
}

.tai-icon-wifi-off:before {
  content: "\e00b";
}

.tai-icon-watch:before {
  content: "\e00c";
}

.tai-icon-volume:before {
  content: "\e00d";
}

.tai-icon-volume-x:before {
  content: "\e00e";
}

.tai-icon-volume-2:before {
  content: "\e00f";
}

.tai-icon-volume-1:before {
  content: "\e010";
}

.tai-icon-voicemail:before {
  content: "\e011";
}

.tai-icon-video:before {
  content: "\e012";
}

.tai-icon-video-off:before {
  content: "\e013";
}

.tai-icon-users:before {
  content: "\e014";
}

.tai-icon-user:before {
  content: "\e015";
}

.tai-icon-user-x:before {
  content: "\e016";
}

.tai-icon-user-plus:before {
  content: "\e017";
}

.tai-icon-user-minus:before {
  content: "\e018";
}

.tai-icon-user-check:before {
  content: "\e019";
}

.tai-icon-upload:before {
  content: "\e01a";
}

.tai-icon-upload-cloud:before {
  content: "\e01b";
}

.tai-icon-unlock:before {
  content: "\e01c";
}

.tai-icon-underline:before {
  content: "\e01d";
}

.tai-icon-umbrella:before {
  content: "\e01e";
}

.tai-icon-type:before {
  content: "\e01f";
}

.tai-icon-twitter:before {
  content: "\e020";
}

.tai-icon-twitch:before {
  content: "\e021";
}

.tai-icon-tv:before {
  content: "\e022";
}

.tai-icon-truck:before {
  content: "\e023";
}

.tai-icon-triangle:before {
  content: "\e024";
}

.tai-icon-trending-up:before {
  content: "\e025";
}

.tai-icon-trending-down:before {
  content: "\e026";
}

.tai-icon-trello:before {
  content: "\e027";
}

.tai-icon-trash:before {
  content: "\e028";
}

.tai-icon-trash-2:before {
  content: "\e029";
}

.tai-icon-tool:before {
  content: "\e02a";
}

.tai-icon-tool-1:before {
  content: "\e02b";
}

.tai-icon-toggle-right:before {
  content: "\e02c";
}

.tai-icon-toggle-left:before {
  content: "\e02d";
}

.tai-icon-timbro:before {
  content: "\e02e";
}

.tai-icon-thumbs-up:before {
  content: "\e02f";
}

.tai-icon-thumbs-down:before {
  content: "\e030";
}

.tai-icon-thermometer:before {
  content: "\e031";
}

.tai-icon-terminal:before {
  content: "\e032";
}

.tai-icon-target:before {
  content: "\e033";
}

.tai-icon-tag:before {
  content: "\e034";
}

.tai-icon-tablet:before {
  content: "\e035";
}

.tai-icon-table-file:before {
  content: "\e036";
}

.tai-icon-sunset:before {
  content: "\e037";
}

.tai-icon-sunrise:before {
  content: "\e038";
}

.tai-icon-sun:before {
  content: "\e039";
}

.tai-icon-stop-circle:before {
  content: "\e03a";
}

.tai-icon-star:before {
  content: "\e03b";
}

.tai-icon-square:before {
  content: "\e03c";
}

.tai-icon-speaker:before {
  content: "\e03d";
}

.tai-icon-smile:before {
  content: "\e03e";
}

.tai-icon-smartphone:before {
  content: "\e03f";
}

.tai-icon-sliders:before {
  content: "\e040";
}

.tai-icon-slash:before {
  content: "\e041";
}

.tai-icon-slack:before {
  content: "\e042";
}

.tai-icon-skip-forward:before {
  content: "\e043";
}

.tai-icon-skip-back:before {
  content: "\e044";
}

.tai-icon-sidebar:before {
  content: "\e045";
}

.tai-icon-shuffle:before {
  content: "\e046";
}

.tai-icon-shopping-cart:before {
  content: "\e047";
}

.tai-icon-shopping-bag:before {
  content: "\e048";
}

.tai-icon-ship:before {
  content: "\e049";
}

.tai-icon-shield:before {
  content: "\e04a";
}

.tai-icon-shield-off:before {
  content: "\e04b";
}

.tai-icon-share:before {
  content: "\e04c";
}

.tai-icon-share-2:before {
  content: "\e04d";
}

.tai-icon-settings:before {
  content: "\e04e";
}

.tai-icon-server:before {
  content: "\e04f";
}

.tai-icon-send:before {
  content: "\e050";
}

.tai-icon-search:before {
  content: "\e051";
}

.tai-icon-scissors:before {
  content: "\e052";
}

.tai-icon-save:before {
  content: "\e053";
}

.tai-icon-rss:before {
  content: "\e054";
}

.tai-icon-rotate-cw:before {
  content: "\e055";
}

.tai-icon-rotate-ccw:before {
  content: "\e056";
}

.tai-icon-rewind:before {
  content: "\e057";
}

.tai-icon-repeat:before {
  content: "\e058";
}

.tai-icon-refresh-cw:before {
  content: "\e059";
}

.tai-icon-refresh-ccw:before {
  content: "\e05a";
}

.tai-icon-radio:before {
  content: "\e05b";
}

.tai-icon-printer:before {
  content: "\e05c";
}

.tai-icon-power:before {
  content: "\e05d";
}

.tai-icon-pocket:before {
  content: "\e05e";
}

.tai-icon-plus:before {
  content: "\e05f";
}

.tai-icon-plus-square:before {
  content: "\e060";
}

.tai-icon-plus-circle:before {
  content: "\e061";
}

.tai-icon-play:before {
  content: "\e062";
}

.tai-icon-play-circle:before {
  content: "\e063";
}

.tai-icon-pie-chart:before {
  content: "\e064";
}

.tai-icon-phone:before {
  content: "\e065";
}

.tai-icon-phone-outgoing:before {
  content: "\e066";
}

.tai-icon-phone-off:before {
  content: "\e067";
}

.tai-icon-phone-missed:before {
  content: "\e068";
}

.tai-icon-phone-incoming:before {
  content: "\e069";
}

.tai-icon-phone-forwarded:before {
  content: "\e06a";
}

.tai-icon-phone-call:before {
  content: "\e06b";
}

.tai-icon-percent:before {
  content: "\e06c";
}

.tai-icon-pen-tool:before {
  content: "\e06d";
}

.tai-icon-pay-code-two:before {
  content: "\e06e";
}

.tai-icon-pause:before {
  content: "\e06f";
}

.tai-icon-pause-circle:before {
  content: "\e070";
}

.tai-icon-paperclip:before {
  content: "\e071";
}

.tai-icon-page-template:before {
  content: "\e072";
}

.tai-icon-package:before {
  content: "\e073";
}

.tai-icon-open:before {
  content: "\e074";
}

.tai-icon-octagon:before {
  content: "\e075";
}

.tai-icon-navigation:before {
  content: "\e076";
}

.tai-icon-navigation-2:before {
  content: "\e077";
}

.tai-icon-music:before {
  content: "\e078";
}

.tai-icon-move:before {
  content: "\e079";
}

.tai-icon-mouse-pointer:before {
  content: "\e07a";
}

.tai-icon-more-vertical:before {
  content: "\e07b";
}

.tai-icon-more-horizontal:before {
  content: "\e07c";
}

.tai-icon-moon:before {
  content: "\e07d";
}

.tai-icon-monitor:before {
  content: "\e07e";
}

.tai-icon-monitor-one:before {
  content: "\e07f";
}

.tai-icon-money:before {
  content: "\e080";
}

.tai-icon-minus:before {
  content: "\e081";
}

.tai-icon-minus-square:before {
  content: "\e082";
}

.tai-icon-minus-circle:before {
  content: "\e083";
}

.tai-icon-minimize:before {
  content: "\e084";
}

.tai-icon-minimize-2:before {
  content: "\e085";
}

.tai-icon-mic:before {
  content: "\e086";
}

.tai-icon-mic-off:before {
  content: "\e087";
}

.tai-icon-message-square:before {
  content: "\e088";
}

.tai-icon-message-circle:before {
  content: "\e089";
}

.tai-icon-menu:before {
  content: "\e08a";
}

.tai-icon-meh:before {
  content: "\e08b";
}

.tai-icon-maximize:before {
  content: "\e08c";
}

.tai-icon-maximize-2:before {
  content: "\e08d";
}

.tai-icon-map:before {
  content: "\e08e";
}

.tai-icon-map-pin:before {
  content: "\e08f";
}

.tai-icon-mail:before {
  content: "\e090";
}

.tai-icon-log-out:before {
  content: "\e091";
}

.tai-icon-log-in:before {
  content: "\e092";
}

.tai-icon-lock:before {
  content: "\e093";
}

.tai-icon-loader:before {
  content: "\e094";
}

.tai-icon-list:before {
  content: "\e095";
}

.tai-icon-linkedin:before {
  content: "\e096";
}

.tai-icon-link:before {
  content: "\e097";
}

.tai-icon-link-two:before {
  content: "\e098";
}

.tai-icon-link-2:before {
  content: "\e099";
}

.tai-icon-life-buoy:before {
  content: "\e09a";
}

.tai-icon-layout:before {
  content: "\e09b";
}

.tai-icon-layers:before {
  content: "\e09c";
}

.tai-icon-key:before {
  content: "\e09d";
}

.tai-icon-italic:before {
  content: "\e09e";
}

.tai-icon-instagram:before {
  content: "\e09f";
}

.tai-icon-info:before {
  content: "\e0a0";
}

.tai-icon-inbox:before {
  content: "\e0a1";
}

.tai-icon-image:before {
  content: "\e0a2";
}

.tai-icon-home:before {
  content: "\e0a3";
}

.tai-icon-hexagon:before {
  content: "\e0a4";
}

.tai-icon-help-circle:before {
  content: "\e0a5";
}

.tai-icon-heart:before {
  content: "\e0a6";
}

.tai-icon-headphones:before {
  content: "\e0a7";
}

.tai-icon-hash:before {
  content: "\e0a8";
}

.tai-icon-hard-drive:before {
  content: "\e0a9";
}

.tai-icon-grid:before {
  content: "\e0aa";
}

.tai-icon-globe:before {
  content: "\e0ab";
}

.tai-icon-gitlab:before {
  content: "\e0ac";
}

.tai-icon-github:before {
  content: "\e0ad";
}

.tai-icon-git-pull-request:before {
  content: "\e0ae";
}

.tai-icon-git-merge:before {
  content: "\e0af";
}

.tai-icon-git-commit:before {
  content: "\e0b0";
}

.tai-icon-git-branch:before {
  content: "\e0b1";
}

.tai-icon-gift:before {
  content: "\e0b2";
}

.tai-icon-fuel:before {
  content: "\e0b3";
}

.tai-icon-frown:before {
  content: "\e0b4";
}

.tai-icon-framer:before {
  content: "\e0b5";
}

.tai-icon-food:before {
  content: "\e0b6";
}

.tai-icon-folder:before {
  content: "\e0b7";
}

.tai-icon-folder-plus:before {
  content: "\e0b8";
}

.tai-icon-folder-minus:before {
  content: "\e0b9";
}

.tai-icon-flag:before {
  content: "\e0ba";
}

.tai-icon-filter:before {
  content: "\e0bb";
}

.tai-icon-film:before {
  content: "\e0bc";
}

.tai-icon-file:before {
  content: "\e0bd";
}

.tai-icon-file-text:before {
  content: "\e0be";
}

.tai-icon-file-plus:before {
  content: "\e0bf";
}

.tai-icon-file-minus:before {
  content: "\e0c0";
}

.tai-icon-figma:before {
  content: "\e0c1";
}

.tai-icon-feather:before {
  content: "\e0c2";
}

.tai-icon-fast-forward:before {
  content: "\e0c3";
}

.tai-icon-facebook:before {
  content: "\e0c4";
}

.tai-icon-eye:before {
  content: "\e0c5";
}

.tai-icon-eye-off:before {
  content: "\e0c6";
}

.tai-icon-external-link:before {
  content: "\e0c7";
}

.tai-icon-eraser:before {
  content: "\e0c8";
}

.tai-icon-edit:before {
  content: "\e0c9";
}

.tai-icon-edit-3:before {
  content: "\e0ca";
}

.tai-icon-edit-2:before {
  content: "\e0cb";
}

.tai-icon-droplet:before {
  content: "\e0cc";
}

.tai-icon-dribbble:before {
  content: "\e0cd";
}

.tai-icon-drag:before {
  content: "\e0ce";
}

.tai-icon-download:before {
  content: "\e0cf";
}

.tai-icon-download-cloud:before {
  content: "\e0d0";
}

.tai-icon-dollar-sign:before {
  content: "\e0d1";
}

.tai-icon-divide:before {
  content: "\e0d2";
}

.tai-icon-divide-square:before {
  content: "\e0d3";
}

.tai-icon-divide-circle:before {
  content: "\e0d4";
}

.tai-icon-disc:before {
  content: "\e0d5";
}

.tai-icon-delete:before {
  content: "\e0d6";
}

.tai-icon-database:before {
  content: "\e0d7";
}

.tai-icon-crosshair:before {
  content: "\e0d8";
}

.tai-icon-crop:before {
  content: "\e0d9";
}

.tai-icon-credit-card:before {
  content: "\e0da";
}

.tai-icon-cpu:before {
  content: "\e0db";
}

.tai-icon-corner-up-right:before {
  content: "\e0dc";
}

.tai-icon-corner-up-left:before {
  content: "\e0dd";
}

.tai-icon-corner-right-up:before {
  content: "\e0de";
}

.tai-icon-corner-right-down:before {
  content: "\e0df";
}

.tai-icon-corner-left-up:before {
  content: "\e0e0";
}

.tai-icon-corner-left-down:before {
  content: "\e0e1";
}

.tai-icon-corner-down-right:before {
  content: "\e0e2";
}

.tai-icon-corner-down-left:before {
  content: "\e0e3";
}

.tai-icon-copy:before {
  content: "\e0e4";
}

.tai-icon-compass:before {
  content: "\e0e5";
}

.tai-icon-command:before {
  content: "\e0e6";
}

.tai-icon-columns:before {
  content: "\e0e7";
}

.tai-icon-coffee:before {
  content: "\e0e8";
}

.tai-icon-codesandbox:before {
  content: "\e0e9";
}

.tai-icon-codepen:before {
  content: "\e0ea";
}

.tai-icon-code:before {
  content: "\e0eb";
}

.tai-icon-cloud:before {
  content: "\e0ec";
}

.tai-icon-cloud-snow:before {
  content: "\e0ed";
}

.tai-icon-cloud-rain:before {
  content: "\e0ee";
}

.tai-icon-cloud-off:before {
  content: "\e0ef";
}

.tai-icon-cloud-lightning:before {
  content: "\e0f0";
}

.tai-icon-cloud-drizzle:before {
  content: "\e0f1";
}

.tai-icon-clock:before {
  content: "\e0f2";
}

.tai-icon-clock-2:before {
  content: "\e0f3";
}

.tai-icon-clipboard:before {
  content: "\e0f4";
}

.tai-icon-circle:before {
  content: "\e0f5";
}

.tai-icon-chrome:before {
  content: "\e0f6";
}

.tai-icon-chevrons-up:before {
  content: "\e0f7";
}

.tai-icon-chevrons-right:before {
  content: "\e0f8";
}

.tai-icon-chevrons-left:before {
  content: "\e0f9";
}

.tai-icon-chevrons-down:before {
  content: "\e0fa";
}

.tai-icon-chevron-up:before {
  content: "\e0fb";
}

.tai-icon-chevron-right:before {
  content: "\e0fc";
}

.tai-icon-chevron-left:before {
  content: "\e0fd";
}

.tai-icon-chevron-down:before {
  content: "\e0fe";
}

.tai-icon-check:before {
  content: "\e0ff";
}

.tai-icon-check-square:before {
  content: "\e100";
}

.tai-icon-check-circle:before {
  content: "\e101";
}

.tai-icon-cast:before {
  content: "\e102";
}

.tai-icon-car:before {
  content: "\e103";
}

.tai-icon-camera:before {
  content: "\e104";
}

.tai-icon-camera-off:before {
  content: "\e105";
}

.tai-icon-calendar:before {
  content: "\e106";
}

.tai-icon-briefcase:before {
  content: "\e107";
}

.tai-icon-box:before {
  content: "\e108";
}

.tai-icon-bookmark:before {
  content: "\e109";
}

.tai-icon-book:before {
  content: "\e10a";
}

.tai-icon-book-open:before {
  content: "\e10b";
}

.tai-icon-bold:before {
  content: "\e10c";
}

.tai-icon-bluetooth:before {
  content: "\e10d";
}

.tai-icon-blocks-and-arrows:before {
  content: "\e10e";
}

.tai-icon-bell:before {
  content: "\e10f";
}

.tai-icon-bell-off:before {
  content: "\e110";
}

.tai-icon-battery:before {
  content: "\e111";
}

.tai-icon-battery-charging:before {
  content: "\e112";
}

.tai-icon-bar-chart:before {
  content: "\e113";
}

.tai-icon-bar-chart-2:before {
  content: "\e114";
}

.tai-icon-award:before {
  content: "\e115";
}

.tai-icon-at-sign:before {
  content: "\e116";
}

.tai-icon-arrow-up:before {
  content: "\e117";
}

.tai-icon-arrow-up-right:before {
  content: "\e118";
}

.tai-icon-arrow-up-left:before {
  content: "\e119";
}

.tai-icon-arrow-up-circle:before {
  content: "\e11a";
}

.tai-icon-arrow-right:before {
  content: "\e11b";
}

.tai-icon-arrow-right-circle:before {
  content: "\e11c";
}

.tai-icon-arrow-left:before {
  content: "\e11d";
}

.tai-icon-arrow-left-circle:before {
  content: "\e11e";
}

.tai-icon-arrow-down:before {
  content: "\e11f";
}

.tai-icon-arrow-down-right:before {
  content: "\e120";
}

.tai-icon-arrow-down-left:before {
  content: "\e121";
}

.tai-icon-arrow-down-circle:before {
  content: "\e122";
}

.tai-icon-archive:before {
  content: "\e123";
}

.tai-icon-aperture:before {
  content: "\e124";
}

.tai-icon-anchor:before {
  content: "\e125";
}

.tai-icon-align-right:before {
  content: "\e126";
}

.tai-icon-align-left:before {
  content: "\e127";
}

.tai-icon-align-justify:before {
  content: "\e128";
}

.tai-icon-align-center:before {
  content: "\e129";
}

.tai-icon-alert-triangle:before {
  content: "\e12a";
}

.tai-icon-alert-octagon:before {
  content: "\e12b";
}

.tai-icon-alert-circle:before {
  content: "\e12c";
}

.tai-icon-airplay:before {
  content: "\e12d";
}

.tai-icon-airplane:before {
  content: "\e12e";
}

.tai-icon-agriculture:before {
  content: "\e12f";
}

.tai-icon-add-subtract:before {
  content: "\e130";
}

.tai-icon-activity:before {
  content: "\e131";
}

/*# sourceMappingURL=styles.css.map*/