div.component.tooltip {
  z-index: 999999999999;
  position: absolute;
}
div.component.tooltip .tooltip-content {
  border-radius: 15px;
  padding: 2px 10px;
  font-size: smaller;
  color: white !important;
  background-color: #606468;
  /*.theme--light &{
    background-color: darken($tooltip-background-color, 10%);
  }
  .theme--dark &{
    background-color: lighten($tooltip-background-color, 10%);
  }*/
}
div.component.tooltip .tooltip-content span {
  display: block;
}.component.overlay-simple-message {
  overflow: auto;
}.component.checkbox-dialog-content .subtitle {
  margin: 0 12px 12px 12px;
  display: block;
  max-width: 600px;
}
.component.checkbox-dialog-content .select-all-button {
  margin: 0;
}
.component.checkbox-dialog-content .select-all-button > div {
  height: 24px;
}
.component.checkbox-dialog-content .checkbox-in-table {
  margin-top: -3px;
}.component.select-dialog-content .side-icon {
  margin-right: 1rem !important;
}
.component.select-dialog-content .avatar {
  margin-right: 8px;
}
.component.select-dialog-content .right-icon {
  float: right;
}.component.video-dialog-content {
  text-align: center;
  overflow-y: hidden !important;
}
.component.video-dialog-content video {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}.component.code-editor {
  width: 100%;
  height: 100%;
}.component.json-dialog-content {
  width: 80vw;
  max-width: 100%;
  height: 80vh;
  display: flex;
}
.component.json-dialog-content [name=editor-container] {
  width: 100%;
  height: 100%;
}.component.action-dialog.action-dialog--teleport {
  width: auto;
  min-width: 20rem;
}
.component.action-dialog:not(.action-dialog--fullscreen) {
  max-width: 85rem;
}
.component.action-dialog.action-dialog--fullscreen {
  max-width: 100%;
  max-height: 100%;
}
.component.action-dialog .v-card__text,
.component.action-dialog .v-card__title {
  padding: 1rem 2rem;
}
.component.action-dialog .content-row-container {
  display: flex;
  flex-direction: column;
}.component.inline-textbox {
  display: inline-block;
}.component.inline-checkbox {
  display: inline-block;
}
.component.inline-checkbox input[disabled] {
  background: whitesmoke;
}
.component.inline-checkbox input.outlined {
  border: 1px solid lightgray;
  border-radius: 4px;
  margin-left: 0.3em;
  margin-right: 0.3em;
}.component.inline-select {
  display: inline-block;
}
.component.inline-select select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
.component.inline-select select[disabled] {
  background: whitesmoke;
}
.component.inline-select select.outlined {
  border: 1px solid lightgray;
  border-radius: 4px;
  margin-left: 0.3em;
  margin-right: 0.3em;
}.component.highlight {
  font-size: 13px !important;
  line-height: 1.5 !important;
  background-color: #02040a !important;
  box-sizing: border-box;
  width: 100%;
}
.v-application .component.highlight code {
  background-color: transparent !important;
  padding: 0 !important;
}
.v-application .component.highlight pre[class*=language-] {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: inherit !important;
}
.component.highlight mark {
  color: inherit !important;
}
.component.highlight mark.finding {
  border: 1px solid red !important;
  background-color: rgba(139, 0, 0, 0.3) !important;
}
.component.highlight mark.taint-source {
  border: 1px solid #bb1fbb !important;
  background-color: rgba(128, 0, 128, 0.2) !important;
}
.component.highlight mark.intermediate-var {
  border: 1px solid darkorange !important;
  background-color: rgba(255, 140, 0, 0.3) !important;
}.v-application .theme--dark.chip.critical {
  background-color: #1f0302 !important;
  color: #f2231a !important;
  border: 1px solid #6c0b06 !important;
}
.v-application .theme--dark.chip.high {
  background-color: #211005 !important;
  color: #e06b21 !important;
  border: 1px solid #5b2b0d !important;
}
.v-application .theme--dark.chip.medium {
  background-color: #191204 !important;
  color: #d79c21 !important;
  border: 1px solid #4a350b !important;
}
.v-application .theme--dark.chip.low {
  background-color: #0e0f11 !important;
  color: #7c8593 !important;
  border: 1px solid #3a3f46 !important;
}
.v-application .theme--dark.chip.info {
  background-color: #090e08 !important;
  color: #608f53 !important;
  border: 1px solid #2a3e24 !important;
}
.v-application .theme--dark.chip.unknown {
  background-color: #0f0e08 !important;
  color: #8d844c !important;
  border: 1px solid #3a361f !important;
}
.v-application .theme--light.chip.critical {
  background-color: #fef5f8 !important;
  color: #d0104a !important;
  border: 1px solid #fbcbd9 !important;
}
.v-application .theme--light.chip.high {
  background-color: #fff6ec !important;
  color: #ea7602 !important;
  border: 1px solid #fedcba !important;
}
.v-application .theme--light.chip.medium {
  background-color: #fffef9 !important;
  color: #daae00 !important;
  border: 1px solid #ffe374 !important;
}
.v-application .theme--light.chip.low {
  background-color: #fbfcfc !important;
  color: #8c959f !important;
  border: 1px solid #d2d5d9 !important;
}
.v-application .theme--light.chip.info {
  background-color: #f6f9f6 !important;
  color: #639d65 !important;
  border: 1px solid #d1e2d1 !important;
}
.v-application .theme--light.chip.unknown {
  background-color: #fbfbf8 !important;
  color: #857c47 !important;
  border: 1px solid #d3cdac !important;
}
.theme--dark.v-application {
  background: #02040a;
}
.theme--dark.v-application .primary {
  background: #40bca3 !important;
  border-color: #40bca3 !important;
}
.theme--dark.v-application .upgrade {
  background: #ebb838 !important;
}
.theme--dark.v-application .upgrade--text {
  color: #15282d !important;
}
.theme--dark.v-app-bar.v-toolbar.v-sheet {
  background: #02040a;
}
.theme--dark.v-navigation-drawer {
  background: #0d1116;
  border-right: 1px solid #2f3139 !important;
}
.theme--dark.v-navigation-drawer.v-navigation-drawer--is-mouseover.v-navigation-drawer--open-on-hover {
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.6);
}
.theme--dark .text--warning,
.theme--dark .text--medium {
  color: #d79c21 !important;
}
.theme--dark .text--error,
.theme--dark .text--high {
  color: #e06b21 !important;
}
.theme--dark .text--info {
  color: #608f53 !important;
}
.theme--dark .text--critical {
  color: #f2231a !important;
}.v-application .theme--dark.chip.critical {
  background-color: #1f0302 !important;
  color: #f2231a !important;
  border: 1px solid #6c0b06 !important;
}
.v-application .theme--dark.chip.high {
  background-color: #211005 !important;
  color: #e06b21 !important;
  border: 1px solid #5b2b0d !important;
}
.v-application .theme--dark.chip.medium {
  background-color: #191204 !important;
  color: #d79c21 !important;
  border: 1px solid #4a350b !important;
}
.v-application .theme--dark.chip.low {
  background-color: #0e0f11 !important;
  color: #7c8593 !important;
  border: 1px solid #3a3f46 !important;
}
.v-application .theme--dark.chip.info {
  background-color: #090e08 !important;
  color: #608f53 !important;
  border: 1px solid #2a3e24 !important;
}
.v-application .theme--dark.chip.unknown {
  background-color: #0f0e08 !important;
  color: #8d844c !important;
  border: 1px solid #3a361f !important;
}
.v-application .theme--light.chip.critical {
  background-color: #fef5f8 !important;
  color: #d0104a !important;
  border: 1px solid #fbcbd9 !important;
}
.v-application .theme--light.chip.high {
  background-color: #fff6ec !important;
  color: #ea7602 !important;
  border: 1px solid #fedcba !important;
}
.v-application .theme--light.chip.medium {
  background-color: #fffef9 !important;
  color: #daae00 !important;
  border: 1px solid #ffe374 !important;
}
.v-application .theme--light.chip.low {
  background-color: #fbfcfc !important;
  color: #8c959f !important;
  border: 1px solid #d2d5d9 !important;
}
.v-application .theme--light.chip.info {
  background-color: #f6f9f6 !important;
  color: #639d65 !important;
  border: 1px solid #d1e2d1 !important;
}
.v-application .theme--light.chip.unknown {
  background-color: #fbfbf8 !important;
  color: #857c47 !important;
  border: 1px solid #d3cdac !important;
}
.theme--light.v-application {
  background: #fff;
}
.theme--light.v-application .primary {
  background: #40bca3 !important;
  border-color: #40bca3 !important;
}
.theme--light.v-application .upgrade {
  background: #ebb838 !important;
}
.theme--light.v-application .upgrade--text {
  color: #15282d !important;
}
.theme--light.v-app-bar.v-toolbar.v-sheet {
  background: #fff;
}
.theme--light.v-navigation-drawer {
  border-right: 1px solid #d0d7de !important;
  background-color: #eef0f2;
}
.theme--light.v-navigation-drawer.v-navigation-drawer--is-mouseover.v-navigation-drawer--open-on-hover {
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.3);
}
.theme--light.v-navigation-drawer * {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme--light .text--warning,
.theme--light .text--medium {
  color: #daae00 !important;
}
.theme--light .text--error,
.theme--light .text--high {
  color: #ea7602 !important;
}
.theme--light .text--info {
  color: #639d65 !important;
}
.theme--light .text--critical {
  color: #d0104a !important;
}._v-application_1vcgf_1 ._theme--dark_1vcgf_1._chip_1vcgf_1._critical_1vcgf_1 {
  background-color: #1f0302 !important;
  color: #f2231a !important;
  border: 1px solid #6c0b06 !important;
}
._v-application_1vcgf_1 ._theme--dark_1vcgf_1._chip_1vcgf_1._high_1vcgf_6 {
  background-color: #211005 !important;
  color: #e06b21 !important;
  border: 1px solid #5b2b0d !important;
}
._v-application_1vcgf_1 ._theme--dark_1vcgf_1._chip_1vcgf_1._medium_1vcgf_11 {
  background-color: #191204 !important;
  color: #d79c21 !important;
  border: 1px solid #4a350b !important;
}
._v-application_1vcgf_1 ._theme--dark_1vcgf_1._chip_1vcgf_1._low_1vcgf_16 {
  background-color: #0e0f11 !important;
  color: #7c8593 !important;
  border: 1px solid #3a3f46 !important;
}
._v-application_1vcgf_1 ._theme--dark_1vcgf_1._chip_1vcgf_1._info_1vcgf_21 {
  background-color: #090e08 !important;
  color: #608f53 !important;
  border: 1px solid #2a3e24 !important;
}
._v-application_1vcgf_1 ._theme--dark_1vcgf_1._chip_1vcgf_1._unknown_1vcgf_26 {
  background-color: #0f0e08 !important;
  color: #8d844c !important;
  border: 1px solid #3a361f !important;
}
._v-application_1vcgf_1 ._theme--light_1vcgf_31._chip_1vcgf_1._critical_1vcgf_1 {
  background-color: #fef5f8 !important;
  color: #d0104a !important;
  border: 1px solid #fbcbd9 !important;
}
._v-application_1vcgf_1 ._theme--light_1vcgf_31._chip_1vcgf_1._high_1vcgf_6 {
  background-color: #fff6ec !important;
  color: #ea7602 !important;
  border: 1px solid #fedcba !important;
}
._v-application_1vcgf_1 ._theme--light_1vcgf_31._chip_1vcgf_1._medium_1vcgf_11 {
  background-color: #fffef9 !important;
  color: #daae00 !important;
  border: 1px solid #ffe374 !important;
}
._v-application_1vcgf_1 ._theme--light_1vcgf_31._chip_1vcgf_1._low_1vcgf_16 {
  background-color: #fbfcfc !important;
  color: #8c959f !important;
  border: 1px solid #d2d5d9 !important;
}
._v-application_1vcgf_1 ._theme--light_1vcgf_31._chip_1vcgf_1._info_1vcgf_21 {
  background-color: #f6f9f6 !important;
  color: #639d65 !important;
  border: 1px solid #d1e2d1 !important;
}
._v-application_1vcgf_1 ._theme--light_1vcgf_31._chip_1vcgf_1._unknown_1vcgf_26 {
  background-color: #fbfbf8 !important;
  color: #857c47 !important;
  border: 1px solid #d3cdac !important;
}.component.model-selection-dialog {
  min-width: 700px;
  max-height: 80vh;
}
.component.model-selection-dialog .dialog-content {
  max-height: 80vh;
  overflow-y: auto;
}
.component.model-selection-dialog .model-table thead th {
  font-weight: bold;
}
.component.model-selection-dialog .model-table tbody tr {
  cursor: pointer;
}.component.export-report-dialog-content {
  width: 30em;
}
.component.export-report-dialog-content .sections .v-subheader {
  font-size: 1em;
  align-items: baseline;
}
.component.export-report-dialog-content .sections .sections-error {
  color: red;
  margin-left: 1em;
}
.component.export-report-dialog-content .sections .sections-error[invisible] {
  visibility: hidden;
}.component.user-role {
  display: flex;
}
.component.user-role .badges-list {
  display: flex;
  margin-top: -8px;
  margin-left: -8px;
}.component.layout-component.user-menu .re-enable {
  pointer-events: auto;
}
.component.layout-component.user-menu .user-chip {
  min-width: 75px;
  display: flex;
  justify-content: center;
}
.component.layout-component.user-menu .badges .v-chip__content {
  margin-left: -0.5em;
}
.component.layout-component.user-menu .badges .badges-list {
  justify-content: center !important;
}
.component.layout-component.user-menu .badges .badges-list .v-icon {
  margin: 0.1em !important;
}img.logo {
  height: 40px;
}.component.layout-component.app-bar[sfa] {
  background: orange !important;
}
.component.layout-component.app-bar[sfa] .v-btn {
  color: rgba(0, 0, 0, 0.87) !important;
}
.component.layout-component.app-bar[sfa] .v-icon {
  color: rgba(0, 0, 0, 0.87) !important;
}
.component.layout-component.app-bar[expand-left] {
  left: 0 !important;
}
.component.layout-component.app-bar.app-bar-partial {
  position: absolute;
  right: 0;
  margin: 3px;
  z-index: 1000;
}
.component.layout-component.app-bar .logo {
  margin-right: 20px;
}
.component.layout-component.app-bar .sign-in-btn {
  margin-right: 1vh;
}.theme--dark .a #path0 {
  fill: #fff;
}
.logo-container {
  position: relative;
  width: 150px;
  height: 150px;
  perspective: 1000px;
  display: flex;
}
.logo-container .a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.logo-container .brackets {
  position: absolute;
  width: 100%;
  height: 100%;
  stroke: none;
  fill: #40bca3;
  animation-delay: 1s;
  transform-origin: center;
}
.logo-container .brackets.left {
  animation: rotation-left 6s linear infinite;
  z-index: 2;
}
.logo-container .brackets.right {
  animation: rotation-right 6s linear infinite;
  rotate: y 180deg;
}
@keyframes rotation-left {
0% {
    transform: rotateY(0deg);
    /* Start with Y-axis rotation */
}
10% {
    z-index: 0;
}
20% {
    transform: rotateY(360deg);
    /* Complete Y-axis rotation */
}
50% {
    transform: rotateY(360deg);
    /* Pause after Y-axis rotation */
}
70% {
    transform: rotateY(360deg) rotateZ(360deg);
    /* Complete Z-axis rotation */
}
100% {
    transform: rotateY(360deg) rotateZ(360deg);
    /* Pause after Z-axis rotation */
}
}
@keyframes rotation-right {
0% {
    transform: rotateY(0deg);
    /* Start with Y-axis rotation */
}
20% {
    transform: rotateY(360deg);
    /* Complete Y-axis rotation */
}
25% {
    z-index: 2;
}
50% {
    transform: rotateY(360deg);
    /* Pause after Y-axis rotation */
}
70% {
    transform: rotateY(360deg) rotateZ(-360deg);
    /* Complete Z-axis rotation */
}
100% {
    transform: rotateY(360deg) rotateZ(-360deg);
    /* Pause after Z-axis rotation */
}
}.component.navigation-item .tooltip-wrapper {
  margin-bottom: 4px;
}
.component.navigation-item .sub-menu-item {
  padding-left: 0;
}
.component.navigation-item .sub-menu-item .v-list-item__icon {
  margin-right: 0.5em;
}
.component.navigation-item .sub-menu-item .v-list-item__title {
  font-weight: 400;
  padding-left: 0.3em;
}.component.layout-component.navigation-drawer .v-list-item.v-list-item--disabled {
  opacity: 0.5;
  color: unset;
}
.component.layout-component.navigation-drawer .tier-chip {
  opacity: 0.62;
}
.component.layout-component.navigation-drawer .scoped-scroll {
  height: calc(100vh - 80px);
  overflow-y: auto;
  overflow-x: clip;
}
.component.layout-component.navigation-drawer .category-menu-item:has(.sub-menu-item) {
  border: 3px solid red;
}
.component.layout-component.navigation-drawer ::-webkit-scrollbar-track {
  background: transparent;
}
.component.layout-component.navigation-drawer .navbar-footer {
  display: flex;
}.component.layout-component.snackbar .line-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.component.layout-component.snackbar .v-snack__wrapper div.html-container a {
  color: unset;
}
.component.layout-component.snackbar .text-content {
  word-break: break-word;
}main.v-main[expand-left][data-v-dd1bf550] {
  padding-left: 0 !important;
}
.app-container-padding[data-v-dd1bf550] {
  padding: 0 1rem;
}pre[class*="language-"],
code[class*="language-"] {
	color: #d4d4d4;
	font-size: 13px;
	text-shadow: none;
	font-family: Menlo, Monaco, Consolas, "Andale Mono", "Ubuntu Mono", "Courier New", monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre[class*="language-"]::selection,
code[class*="language-"]::selection,
pre[class*="language-"] *::selection,
code[class*="language-"] *::selection {
	text-shadow: none;
	background: #264F78;
}
@media print {
pre[class*="language-"],
	code[class*="language-"] {
		text-shadow: none;
}
}
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
	background: #1e1e1e;
}
:not(pre) > code[class*="language-"] {
	padding: .1em .3em;
	border-radius: .3em;
	color: #db4c69;
	background: #1e1e1e;
}

/*********************************************************
* Tokens
*/
.namespace {
	opacity: .7;
}
.token.doctype .token.doctype-tag {
	color: #569CD6;
}
.token.doctype .token.name {
	color: #9cdcfe;
}
.token.comment,
.token.prolog {
	color: #6a9955;
}
.token.punctuation,
.language-html .language-css .token.punctuation,
.language-html .language-javascript .token.punctuation {
	color: #d4d4d4;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.inserted,
.token.unit {
	color: #b5cea8;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.deleted {
	color: #ce9178;
}
.language-css .token.string.url {
	text-decoration: underline;
}
.token.operator,
.token.entity {
	color: #d4d4d4;
}
.token.operator.arrow {
	color: #569CD6;
}
.token.atrule {
	color: #ce9178;
}
.token.atrule .token.rule {
	color: #c586c0;
}
.token.atrule .token.url {
	color: #9cdcfe;
}
.token.atrule .token.url .token.function {
	color: #dcdcaa;
}
.token.atrule .token.url .token.punctuation {
	color: #d4d4d4;
}
.token.keyword {
	color: #569CD6;
}
.token.keyword.module,
.token.keyword.control-flow {
	color: #c586c0;
}
.token.function,
.token.function .token.maybe-class-name {
	color: #dcdcaa;
}
.token.regex {
	color: #d16969;
}
.token.important {
	color: #569cd6;
}
.token.italic {
	font-style: italic;
}
.token.constant {
	color: #9cdcfe;
}
.token.class-name,
.token.maybe-class-name {
	color: #4ec9b0;
}
.token.console {
	color: #9cdcfe;
}
.token.parameter {
	color: #9cdcfe;
}
.token.interpolation {
	color: #9cdcfe;
}
.token.punctuation.interpolation-punctuation {
	color: #569cd6;
}
.token.boolean {
	color: #569cd6;
}
.token.property,
.token.variable,
.token.imports .token.maybe-class-name,
.token.exports .token.maybe-class-name {
	color: #9cdcfe;
}
.token.selector {
	color: #d7ba7d;
}
.token.escape {
	color: #d7ba7d;
}
.token.tag {
	color: #569cd6;
}
.token.tag .token.punctuation {
	color: #808080;
}
.token.cdata {
	color: #808080;
}
.token.attr-name {
	color: #9cdcfe;
}
.token.attr-value,
.token.attr-value .token.punctuation {
	color: #ce9178;
}
.token.attr-value .token.punctuation.attr-equals {
	color: #d4d4d4;
}
.token.entity {
	color: #569cd6;
}
.token.namespace {
	color: #4ec9b0;
}

/*********************************************************
* Language Specific
*/
pre[class*="language-javascript"],
code[class*="language-javascript"],
pre[class*="language-jsx"],
code[class*="language-jsx"],
pre[class*="language-typescript"],
code[class*="language-typescript"],
pre[class*="language-tsx"],
code[class*="language-tsx"] {
	color: #9cdcfe;
}
pre[class*="language-css"],
code[class*="language-css"] {
	color: #ce9178;
}
pre[class*="language-html"],
code[class*="language-html"] {
	color: #d4d4d4;
}
.language-regex .token.anchor {
	color: #dcdcaa;
}
.language-html .token.punctuation {
	color: #808080;
}

/*********************************************************
* Line highlighting
*/
pre[class*="language-"] > code[class*="language-"] {
	position: relative;
	z-index: 1;
}
.line-highlight.line-highlight {
	background: #f7ebc6;
	box-shadow: inset 5px 0 0 #f7d87c;
	z-index: 0;
}
pre[class*="language-"].line-numbers {
	position: relative;
	padding-left: 3.8em;
	counter-reset: linenumber;
}
pre[class*="language-"].line-numbers > code {
	position: relative;
	white-space: inherit;
}
.line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	top: 0;
	font-size: 100%;
	left: -3.8em;
	width: 3em; /* works for line-numbers below 1000 lines */
	letter-spacing: -1px;
	border-right: 1px solid #999;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.line-numbers-rows > span {
		display: block;
		counter-increment: linenumber;
}
.line-numbers-rows > span:before {
			content: counter(linenumber);
			color: #999;
			display: block;
			padding-right: 0.8em;
			text-align: right;
}
.hidden {
  display: none !important;
}
.text-align-center {
  text-align: center;
}
.text--white {
  color: white !important;
}
.v-chip {
  margin-right: 5px;
}
.v-slider {
  cursor: pointer !important;
}
.v-slider__tick-label {
  font-weight: bold !important;
  font-size: 0.65rem !important;
}
.v-application .elevation-1:not(.allow-box-shadow),
.v-application .elevation-2:not(.allow-box-shadow),
.v-sheet.v-card:not(.allow-box-shadow),
.v-sheet.v-stepper:not(.allow-box-shadow),
.v-stepper__header:not(.allow-box-shadow),
.v-alert:not(.allow-box-shadow) {
  box-shadow: none !important;
}
.v-app-bar-title__content,
.v-app-bar-title__placeholder {
  overflow: visible !important;
  text-overflow: initial !important;
  white-space: nowrap !important;
}
.theme--dark .v-tab--active {
  background-color: #161a1e !important;
}
.theme--light .v-tab--active {
  background-color: #eef0f2 !important;
  color: rgba(0, 0, 0, 0.54);
}
.v-data-table-header th {
  white-space: nowrap !important;
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
.screen-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.bg-primary {
  background-color: #40bca3 !important;
}
.bg-cyan {
  background-color: #dffffa !important;
}
.text-error {
  color: #ff5252;
}
.margin-auto {
  margin: auto;
}
.no-bullets {
  list-style: none;
}
.vertical-align-baseline {
  vertical-align: baseline !important;
}
.v-card--disabled div.v-input.v-input--is-label-active.v-select div.v-select__slot > label.v-label {
  pointer-events: none;
}
.break-word-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}
.non-mac-os ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.non-mac-os ::-webkit-scrollbar-track {
  background: #f2f3f3;
}
.non-mac-os ::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0.58);
  border-radius: 0.25rem;
}
.non-mac-os ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.non-mac-os .theme--light ::-webkit-scrollbar-track {
  background: #f2f3f3;
}
.non-mac-os .theme--dark ::-webkit-scrollbar-track {
  background: #2d2d2d;
}
[tbd] {
  background-color: chartreuse !important;
}
div.v-expansion-panels.v-expansion-panels--flat[dense] > hr.v-divider {
  padding-left: 1px;
}
.draggable-handle {
  cursor: grab !important;
}
.draggable-handle:active {
  cursor: grabbing !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-default {
  cursor: default !important;
}
.component .v-data-table .hide-page-count-select .v-data-footer__select {
  visibility: hidden;
}
.component .v-data-table .v-data-table__wrapper > table > tbody > tr:not(.v-data-table__expanded) .expand-show {
  display: none;
}
.component .v-data-table .v-data-table__wrapper > table > tbody > tr:not(.v-data-table__expanded) .expand-visible > * {
  visibility: hidden;
}
.component .v-data-table .v-data-table__wrapper > table > tbody > tr.v-data-table__expanded .expand-hide {
  display: none;
}
.component .v-data-table .v-data-table__wrapper > table > tbody > tr.v-data-table__expanded .expand-visible > * {
  visibility: visible;
}
html {
  overflow-y: auto;
}
.v-data-table > .v-data-table__wrapper > table tbody tr:first-child:hover td:first-child {
  border-top-left-radius: 0;
}
.v-data-table > .v-data-table__wrapper > table tbody tr:first-child:hover td:last-child {
  border-top-right-radius: 0;
}
.v-data-table-header .v-data-table-header-filter__icon,
.v-data-table-header th:hover .v-data-table-header-filter__icon {
  transform: none;
  opacity: 1;
}
.v-data-table-header .v-data-table-header-filter__icon {
  display: inline-block;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-chip.v-size--small .v-avatar {
  height: 16px !important;
  min-width: 16px !important;
  width: 16px !important;
  margin-left: 0;
}
.force-enable {
  pointer-events: auto !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-uncapitalize {
  text-transform: none !important;
}
.v-data-table > .v-data-table__wrapper tbody tr.v-data-table__expanded__content {
  box-shadow: none !important;
}
.monospace {
  font-family: monospace;
}
.v-btn {
  box-shadow: none !important;
}
.theme--light .v-btn:not(.success, .primary, .error, .reset-color) {
  color: #2d8372;
}
.theme--dark .v-btn:not(.success, .primary, .error, .reset-color) {
  color: #65cab6;
}
.v-select.v-text-field--outlined .v-chip {
  margin: 4px 4px;
}
.v-text-field--outlined.v-input--dense.v-text-field--single-line > .v-input__control > .v-input__slot,
.v-text-field--outlined.v-input--dense.v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: 28px !important;
  font-size: 12px;
}
.v-text-field--outlined.v-input--dense.v-text-field--single-line > .v-input__control > .v-input__slot .v-label,
.v-text-field--outlined.v-input--dense.v-text-field--outlined > .v-input__control > .v-input__slot .v-label {
  line-height: 12px;
  font-size: 12px;
}
.v-text-field--outlined.v-input--dense.v-text-field--single-line > .v-input__control > .v-input__slot .v-input__append-inner,
.v-text-field--outlined.v-input--dense.v-text-field--outlined > .v-input__control > .v-input__slot .v-input__append-inner {
  margin-top: 4px !important;
}
.v-application .link-on-hover {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.v-application .link-on-hover:hover {
  text-decoration: underline;
}
.v-application.theme--light .v-navigation-drawer__content .v-list-item {
  background-color: transparent !important;
}
.v-application.theme--light .v-navigation-drawer__content .v-list-item--link:before {
  background-color: #40bca3 !important;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 2px;
  top: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-application.theme--light .v-navigation-drawer__content .v-list-item--active.v-list-item--link:before {
  background-color: #2d8372 !important;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  width: 2px;
  top: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-application.theme--light .v-navigation-drawer__content a:not(.v-list-item--active) {
  color: black !important;
}
.v-application.theme--light .v-navigation-drawer__content a:not(.v-list-item--active) .v-icon {
  color: black !important;
}
.v-application.theme--light .v-navigation-drawer__content a.v-list-item--active {
  color: #2d8372 !important;
}
.v-application.theme--light .v-navigation-drawer__content a.v-list-item--active .v-icon,
.v-application.theme--light .v-navigation-drawer__content a.v-list-item--active .v-list-item__title {
  color: #2d8372 !important;
}
.v-application.theme--light a:not(.link-on-hover, .v-btn) {
  color: #2d8372;
}
.v-application.theme--light a:not(.link-on-hover, .v-btn) .v-icon {
  color: #2d8372;
}
.v-application.theme--light .link-on-hover:hover {
  color: #2d8372 !important;
}
.v-application.theme--light .primary--text {
  color: #2d8372 !important;
  caret-color: #2d8372 !important;
}
.v-navigation-drawer--mini-variant .sub-menu-item {
  padding: 0;
  display: flex;
  justify-content: center;
}
.v-application.theme--dark .v-navigation-drawer__content .v-list-item {
  background-color: transparent !important;
}
.v-application.theme--dark .v-navigation-drawer__content .v-list-item--link:before {
  background-color: #65cab6 !important;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 2px;
  top: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-application.theme--dark .v-navigation-drawer__content .v-list-item--active.v-list-item--link:before {
  background-color: #65cab6 !important;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  width: 2px;
  top: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-application.theme--dark .v-navigation-drawer__content a:not(.v-list-item--active) {
  color: white !important;
}
.v-application.theme--dark .v-navigation-drawer__content a:not(.v-list-item--active) .v-icon {
  color: white !important;
}
.v-application.theme--dark a:not(.link-on-hover, .v-btn) {
  color: #65cab6;
}
.v-application.theme--dark a:not(.link-on-hover, .v-btn) .v-icon {
  color: #65cab6;
}
.v-application.theme--dark .link-on-hover:hover {
  color: #65cab6 !important;
}
.v-application.theme--dark .primary--text {
  color: #65cab6 !important;
  caret-color: #65cab6 !important;
}
.v-application .left-icon {
  margin-right: 4px;
}
.v-application button.v-icon[style="font-size: 12px;"],
.v-application i.v-icon[style="font-size: 12px;"] {
  font-size: 14px !important;
}
.v-application button.v-icon[style="font-size: 12px;"].mdi-npm,
.v-application i.v-icon[style="font-size: 12px;"].mdi-npm {
  font-size: 25px !important;
}
.v-application button.v-icon[style="font-size: 12px;"].mdi-language-java,
.v-application i.v-icon[style="font-size: 12px;"].mdi-language-java {
  font-size: 18px !important;
}
.v-application button.v-icon[style="font-size: 16px;"],
.v-application i.v-icon[style="font-size: 16px;"] {
  font-size: 18px !important;
}
.v-application button.v-icon.v-size--x-small,
.v-application i.v-icon.v-size--x-small {
  font-size: 14px !important;
}
.v-application .v-chip.v-size--x-small {
  border-radius: 9px;
  font-size: 10px;
  line-height: 16px;
  height: 16px;
}
.v-application .v-chip.v-size--x-small .v-icon {
  font-size: 14px !important;
}
.v-application .v-chip.v-size--x-small .v-icon.v-chip__close {
  font-size: 12px !important;
}
.v-application .v-card__title {
  font-size: 1.1rem;
}
.v-application .quick-views .v-list-item__icon {
  margin-right: 20px;
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
  background: rgba(97, 97, 97, 0.25);
}
.mdi-github.theme--light {
  color: #000000 !important;
}
.mdi-github.theme--dark {
  color: #ffffff !important;
}
.mdi-bitbucket.theme--light {
  color: #0052cc !important;
}
.mdi-bitbucket.theme--dark {
  color: #0078d7 !important;
}
.theme--dark .mdi-microsoft-teams,
.mdi-microsoft-teams.theme--dark {
  color: #8384b9;
}
.theme--light .mdi-microsoft-teams,
.mdi-microsoft-teams.theme--light {
  color: #6264a7;
}
.mdi-microsoft-azure-devops.theme--light {
  color: #0078d7 !important;
}
.mdi-microsoft-azure-devops.theme--dark {
  color: #0078d7 !important;
}
.theme--dark.mdi-jira,
.theme--light.mdi-jira {
  color: #0052cc;
}
[disabled=disabled] i.mdi-openai {
  opacity: 0.3;
}
.mdi-slack,
.mdi-slack.theme--light,
.mdi-slack.theme--dark {
  background: conic-gradient(#2eb67d 0% 25%, #ecb22e 25% 50%, #e01e5a 50% 75%, #36c5f0 75% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-clip: text;
}
.mdi-language-java,
.mdi-language-java.theme--light,
.mdi-language-java.theme--dark {
  background: conic-gradient(#f5821a 0% 25%, #6093b7 25% 50%, #6094b9 50% 75%, #f5821a 75% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-clip: text;
}
.mdi-gitlab.theme--light {
  color: #fc6d26 !important;
}
.mdi-gitlab.theme--dark {
  color: #fc6d26 !important;
}

/*
.mdi-language-javascript.theme--light,
.mdi-language-javascript.theme--dark {
  color: #f1e05a;

  background: linear-gradient(black, black) no-repeat center;
  background-size: 70% 70%;
}
*/
.mdi-language-php.theme--light, .mdi-language-php.theme--dark {
  color: #4f5d95;
}
.mdi-npm.theme--light {
  color: #cb3837;
}
.mdi-npm.theme--dark {
  color: #d6605f;
  background: linear-gradient(white, white) no-repeat center;
  background-size: 72% 22%;
}
.mdi-language-python.theme--light,
.mdi-language-python.theme--dark {
  background: linear-gradient(to right, #2e6998, #2e6998) no-repeat top left, linear-gradient(#ffdc4d, #ffdc4d) no-repeat bottom right, linear-gradient(to bottom, #2e6998, #2e6998 52%, #ffdc4d 52%, #ffdc4d 100%) no-repeat center center;
  background-size: 29%, 29%, 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-clip: text;
}
.mdi-language-ruby.theme--light {
  color: #701516;
}
.mdi-language-ruby.theme--dark {
  color: #b02123;
}
.mdi-language-typescript.theme--light, .mdi-language-typescript.theme--dark {
  color: #2b7489;
}
.mdi-react.theme--light, .mdi-react.theme--dark {
  color: #61dafb;
}
.mdi-vuejs.theme--light, .mdi-vuejs.theme--dark {
  color: #41b883;
}
.mdi-language-go.theme--light, .mdi-language-go.theme--dark {
  color: #00add8;
}
.mdi-language-csharp.theme--light, .mdi-language-csharp.theme--dark {
  color: #903ba7;
}
.mdi-language-cpp.theme--light, .mdi-language-cpp.theme--dark {
  color: #984c93;
}
.mdi-language-c.theme--light, .mdi-language-c.theme--dark {
  color: #015f91;
}
.mdi-language-rust.theme--light {
  color: black;
}
.mdi-language-rust.theme--dark {
  color: white;
}
.mdi-docker.theme--light, .mdi-docker.theme--dark {
  color: #0db7ed;
}
.mdi-terraform.theme--light {
  color: #7b42bc;
}
.mdi-terraform.theme--dark {
  color: #9567ca;
}
.mdi-aws.theme--light {
  background: conic-gradient(black 0% 25%, #f59400 25% 50%, #f59400 50% 75%, black 75% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-clip: text;
}
.mdi-aws.theme--dark {
  background: conic-gradient(white 0% 25%, #f59400 25% 50%, #f59400 50% 75%, white 75% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-clip: text;
}
.mdi-azure.theme--light, .mdi-azure.theme--dark {
  color: #0078d7 !important;
}
.mdi-google.theme--light, .mdi-google.theme--dark,
.mdi-google-cloud.theme--light,
.mdi-google-cloud.theme--dark {
  background: conic-gradient(from 45deg, #4285f4 0% 25%, #34a853 25% 50%, #fbbc05 50% 75%, #ea4335 75% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-clip: text;
}
.mdi-atlassian.theme--light, .mdi-atlassian.theme--dark {
  color: #0052cc;
}
.mdi-twitter.theme--light, .mdi-twitter.theme--dark {
  color: #1da1f2;
}
.mdi-linkedin.theme--light, .mdi-linkedin.theme--dark {
  color: #0077b5;
}
.mdi-dropbox.theme--light, .mdi-dropbox.theme--dark {
  color: #0061ff;
}
.mdi-shopify.theme--light, .mdi-shopify.theme--dark {
  color: #7ab55c;
}
.mdi-square-inc.theme--light {
  color: #3e4348;
}
.mdi-square-inc.theme--dark {
  color: white;
}
.mdi-discord.theme--light, .mdi-discord.theme--dark {
  color: #7289da;
}
.mdi-hubspot.theme--light, .mdi-hubspot.theme--dark {
  color: #ff7a59;
}
.mdi-adobe.theme--light, .mdi-adobe.theme--dark {
  color: #ff0000;
}
.mdi-facebook.theme--light, .mdi-facebook.theme--dark {
  color: #1877f2;
}
.mdi-twitch.theme--light, .mdi-twitch.theme--dark {
  color: #9146ff;
}
.mdi-language-html5.theme--light, .mdi-language-html5.theme--dark {
  color: #e34c26;
}
.v-icon[style="font-size: 12px;"].mdi-twilio.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-twilio.theme--dark::before {
  content: url("https://api.iconify.design/logos/twilio-icon.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-datadog.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-datadog.theme--dark::before {
  content: url("https://api.iconify.design/vscode-icons/file-type-datadog.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-auth0.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-auth0.theme--dark::before {
  content: url("https://api.iconify.design/cib/auth0.svg?color=%23e45223&width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-databricks.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-databricks.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/databricks.svg?color=%23f8301a&width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-jwt.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-jwt.theme--dark::before {
  content: url("https://api.iconify.design/logos/jwt-icon.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-sendgrid.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-sendgrid.theme--dark::before {
  content: url("https://api.iconify.design/logos/sendgrid-icon.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-open-api.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-open-api.theme--dark::before {
  content: url("https://api.iconify.design/logos/openapi-icon.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-mailgun.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-mailgun.theme--dark::before {
  content: url("https://api.iconify.design/logos/mailgun-icon.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-mailchimp.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-mailchimp.theme--dark::before {
  content: url("https://api.iconify.design/logos/mailchimp-freddie.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-npm-icon.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-npm-icon.theme--dark::before {
  content: url("https://api.iconify.design/logos/npm-icon.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-pypi.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-pypi.theme--dark::before {
  content: url("https://api.iconify.design/logos/pypi.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-yarn.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-yarn.theme--dark::before {
  content: url("https://api.iconify.design/vscode-icons/file-type-yarn.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-serverless.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-serverless.theme--dark::before {
  content: url("https://api.iconify.design/vscode-icons/file-type-serverless.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-sourcegraph.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-sourcegraph.theme--dark::before {
  content: url("https://api.iconify.design/logos/sourcegraph.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-yaml.theme--light::before {
  content: url("https://api.iconify.design/devicon/yaml.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-yaml.theme--dark::before {
  content: url("https://api.iconify.design/devicon-plain/yaml.svg?color=white&width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-maven.theme--light, .v-icon[style="font-size: 12px;"].mdi-maven.theme--dark {
  margin-top: 3px;
}
.v-icon[style="font-size: 12px;"].mdi-maven.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-maven.theme--dark::before {
  content: url("https://api.iconify.design/devicon/maven.svg?width=14");
}
.v-icon[style="font-size: 12px;"].mdi-circleci.theme--light::before {
  content: url("https://api.iconify.design/simple-icons/circleci.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-circleci.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/circleci.svg?color=white&width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-newrelic.theme--light::before {
  content: url("https://api.iconify.design/simple-icons/newrelic.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-newrelic.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/newrelic.svg?color=white&width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-stripe.theme--light::before {
  content: url("https://api.iconify.design/simple-icons/stripe.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-stripe.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/stripe.svg?color=white&width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-openai.theme--light.primary--text::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?color=%232D8372&width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-openai.theme--light:not(.primary--text)::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-openai.theme--dark.primary--text::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?color=%2365CAB6&width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-openai.theme--dark:not(.primary--text)::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?color=white&width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-neural-network.theme--light::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%23187767&width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-neural-network.theme--dark::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%234cc2ae&width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-ai-operator.theme--light::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%23187767&width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-ai-operator.theme--dark::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%234cc2ae&width=12&height=12");
}
.v-icon[style="font-size: 12px;"].mdi-github-actions.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-github-actions.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 256 256'%3E%3Cpath fill='%234a7ebf' d='M53.604 0c29.604 0 53.604 23.992 53.604 53.59c0 29.09-23.189 52.75-52.093 53.553c0 2.461.109 7.111 1.501 9.92c1.933 3.893 13.525 11.144 24.892 11.144h4.084c2.567-18.271 18.257-32.332 37.24-32.332c18.906 0 34.55 13.946 37.211 32.11h21.13c2.661-18.164 18.304-32.11 37.21-32.11c20.775 0 37.617 16.837 37.617 37.607s-16.842 37.606-37.617 37.606c-18.906 0-34.55-13.948-37.21-32.11h-21.129c-2.66 18.162-18.305 32.11-37.212 32.11c-18.87 0-34.494-13.893-37.199-32.007l-4.515.135c-7.435-.056-15.29-2.042-21.598-6.328c-1.72-1.169-3.415-2.397-5.182-3.56v2.441c-.01.79-.153 12.657-.164 25.833v2.79c.005 8.641.073 17.545.277 24.04c.446 14.246 12.034 25.745 24.822 28.436c1.663.35 4.52.394 6.321.238c2.571-18.264 18.26-32.32 37.238-32.32c20.774 0 37.616 16.838 37.616 37.607c0 20.77-16.842 37.607-37.616 37.607c-18.769 0-34.323-13.744-37.153-31.714h-3.254c-24.436-1.334-39.628-23.746-39.363-41.923c.334-22.877.082-45.764.079-68.646v-7.565C18.546 101.286 0 79.606 0 53.591C0 23.992 23.999 0 53.604 0m69.228 191.78c-14.701 0-26.62 11.915-26.62 26.613c0 14.699 11.919 26.614 26.62 26.614c14.702 0 26.62-11.915 26.62-26.614c0-14.698-11.918-26.614-26.62-26.614m0-84.912c-14.701 0-26.62 11.915-26.62 26.614c0 14.697 11.919 26.613 26.62 26.613c14.702 0 26.62-11.916 26.62-26.613c0-14.699-11.918-26.614-26.62-26.614m95.551 0c-14.702 0-26.62 11.915-26.62 26.614c0 14.697 11.918 26.613 26.62 26.613c14.703 0 26.621-11.916 26.621-26.613c0-14.699-11.918-26.614-26.62-26.614m15.161 15.408a5.496 5.496 0 0 1 .17 7.606l-.16.168l-16.31 16.345a5.499 5.499 0 0 1-7.576.198l-.172-.163l-7.985-7.86a5.496 5.496 0 0 1-.06-7.773a5.499 5.499 0 0 1 7.606-.22l.168.16l4.092 4.027l12.452-12.477a5.498 5.498 0 0 1 7.775-.01m-95.99-.08a5.497 5.497 0 0 1 .17 7.606l-.16.168l-16.31 16.344a5.499 5.499 0 0 1-7.576.198l-.172-.163l-7.985-7.86a5.498 5.498 0 0 1 7.546-7.992l.168.16l4.093 4.027l12.451-12.478a5.499 5.499 0 0 1 7.775-.01M53.604 10.993c-23.532 0-42.608 19.07-42.608 42.598c0 23.525 19.076 42.597 42.608 42.597c23.532 0 42.608-19.072 42.608-42.597c0-23.527-19.076-42.598-42.608-42.598M49.171 28.13A743.51 743.51 0 0 1 75.7 44.841c7.308 4.82 7.29 13.563-.1 18.394a608.475 608.475 0 0 1-27.058 16.712c-7.455 4.34-15.8-.65-16.002-9.344c-.13-5.602-.024-11.21-.032-16.817c-.006-5.454-.113-10.911.019-16.363c.222-9.248 8.736-14.066 16.643-9.293m-5.91 8.872v3.868l-.001 5.674l-.001 3.71v5.482c0 4.23.002 8.394.01 12.557c.003 1.96 1.023 1.88 2.343 1.063c7.605-4.714 15.214-9.423 22.827-14.127c1.258-.776 1.294-1.587.06-2.365c-8.154-5.139-16.318-10.26-25.238-15.862'/%3E%3Cpath fill='%2385b3df' d='M133.227 223.88a5.497 5.497 0 1 0 .001-10.996a5.497 5.497 0 0 0 0 10.995m-21.049.001a5.497 5.497 0 1 0 0-10.996a5.497 5.497 0 0 0 0 10.995m106.205 21.128c-14.702 0-26.62-11.915-26.62-26.614c0-14.698 11.918-26.614 26.62-26.614c14.701 0 26.62 11.916 26.62 26.614c0 14.699-11.919 26.614-26.62 26.614m0-64.22c-18.906 0-34.55 13.947-37.211 32.11h-6.153c-2.685 0-4.864 2.461-4.864 5.496c0 3.036 2.179 5.497 4.864 5.497h6.153c2.66 18.163 18.305 32.11 37.21 32.11C239.159 256 256 239.162 256 218.393c0-20.77-16.842-37.607-37.616-37.607'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-cloudformation.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-cloudformation.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsCloudformation0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23b0084d'/%3E%3Cstop offset='100%25' stop-color='%23ff4f8b'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsCloudformation0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23fff' d='M169.6 127.882h16v-6.41h-16zm-80 38.46h16v-6.41h-16zm-32 0H80v-6.41H57.6zm0-19.23H96v-6.41H57.6zm0-38.46h28.8v-6.409H57.6zm0 19.23h105.6v-6.41H57.6zm60.8 70.508H44.8V89.423h73.6v25.64h6.4V86.218a3.204 3.204 0 0 0-3.2-3.204h-80a3.2 3.2 0 0 0-3.2 3.204v115.377a3.2 3.2 0 0 0 3.2 3.205h80c1.766 0 3.2-1.436 3.2-3.205v-64.098h-6.4zm99.2-80.122c0 20.71-18.646 27.914-28.506 28.83l-51.494.014v-6.41h51.2c.624-.074 22.4-2.423 22.4-22.434c0-18.224-16.438-21.922-19.731-22.48a3.2 3.2 0 0 1-2.656-3.426c.003-.06.01-.118.016-.176c-.176-10.297-6.49-13.515-9.226-14.425c-5.107-1.699-10.8-.074-13.811 3.964a3.167 3.167 0 0 1-3.037 1.253a3.2 3.2 0 0 1-2.537-2.092c-1.988-5.57-4.87-9.18-8.88-13.195c-10.03-9.967-23.642-12.72-36.378-7.362c-6.682 2.817-12.522 9.202-16.01 17.518l-5.9-2.487c4.134-9.842 11.219-17.476 19.43-20.937c15.216-6.407 31.427-3.141 43.373 8.727c3.424 3.432 6.259 6.775 8.467 11.101c4.778-3.538 11.222-4.595 17.302-2.573c7.783 2.59 12.704 9.349 13.498 18.335c10.9 2.75 22.48 11.464 22.48 28.255'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-helm.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-helm.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 32 32'%3E%3Cpath fill='%23277a9f' d='M15.813 2.073a.421.421 0 0 1 .451-.015a1.206 1.206 0 0 1 .432.553a4.381 4.381 0 0 1 .325 1.349a6.267 6.267 0 0 1-.169 2.2a10.027 10.027 0 0 1 4.553 1.6a5.9 5.9 0 0 1 .945-1.7a4.584 4.584 0 0 1 1.283-1.177a.935.935 0 0 1 .743-.14a.575.575 0 0 1 .289.573a3.228 3.228 0 0 1-.368 1.3a6.149 6.149 0 0 1-1.663 2.1a10.136 10.136 0 0 1 1.825 2.208l-1.369.832a8.421 8.421 0 0 0-14.269-.2l-1.345-.869a10.156 10.156 0 0 1 1.832-2.109a6.333 6.333 0 0 1-1.432-1.847a3.486 3.486 0 0 1-.427-1.38a.639.639 0 0 1 .232-.587a.731.731 0 0 1 .65.038a3.688 3.688 0 0 1 1.123.885a6.33 6.33 0 0 1 1.2 1.9a10.035 10.035 0 0 1 4.591-1.46a6.318 6.318 0 0 1-.161-2.161a4.459 4.459 0 0 1 .313-1.329a1.287 1.287 0 0 1 .416-.564M2.549 12.6h1.928v2.714h2.175v-2.713h1.929v7.288H6.652v-2.892H4.477v2.893H2.549Zm7.604 0h4.709v1.614h-2.78v1.144h2.377v1.614h-2.377v1.3h2.892v1.614h-4.821Zm6.263 0h1.928v5.673H21.1v1.614h-4.684Zm5.95 0h2.063l.963 2.615c.212.544.349 1.111.526 1.666a.392.392 0 0 0 .078-.16c.112-.391.228-.782.351-1.171q.519-1.475 1.041-2.949h2.064v7.288H27.7a33.054 33.054 0 0 1 .08-3.356c.044-.475.122-.947.162-1.423a.617.617 0 0 0-.111.227a105.107 105.107 0 0 1-1.436 3.961c-.342-.007-.684 0-1.026 0l-.883-2.374c-.172-.5-.338-1.01-.506-1.515a.746.746 0 0 0-.131-.292a25.97 25.97 0 0 1 .242 2.761v2.014h-1.725ZM7.667 21.8l1.314-.915a8.422 8.422 0 0 0 13.833-.012l1.316.912a10.261 10.261 0 0 1-1.379 1.6a6.272 6.272 0 0 1 1.486 1.892a3.491 3.491 0 0 1 .427 1.377a.62.62 0 0 1-.26.6a.87.87 0 0 1-.743-.112a4.412 4.412 0 0 1-1.252-1.117a6.248 6.248 0 0 1-.949-1.616a9.967 9.967 0 0 1-4.56 1.632a6.086 6.086 0 0 1 .144 1.5a5.016 5.016 0 0 1-.308 1.748a1.38 1.38 0 0 1-.446.635a.431.431 0 0 1-.507-.017a1.573 1.573 0 0 1-.467-.736a5.764 5.764 0 0 1-.251-2.212a5.659 5.659 0 0 1 .124-.892a10.024 10.024 0 0 1-4.606-1.494a6.44 6.44 0 0 1-1.348 1.964a2.942 2.942 0 0 1-1.057.716a.531.531 0 0 1-.614-.124a1.139 1.139 0 0 1-.068-.864A5.449 5.449 0 0 1 8.5 24.282a6.044 6.044 0 0 1 .688-.759A10.423 10.423 0 0 1 7.667 21.8'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-jenkins.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-jenkins.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 32 32'%3E%3Cpath fill='none' d='M19.513 25.173c-.068 0-.136 0-.2-.01c.065.006.132.01.2.01m-.594-.086a1.93 1.93 0 0 0 .392.076a1.93 1.93 0 0 1-.392-.076m1.172 2.424'/%3E%3Cpath fill='%23f0d6b7' d='M7.436 14.214A.832.832 0 0 1 7.6 14.1a.581.581 0 0 0-.164.114m2.976 4.039c.06.421.24 4.164 2.766 6.25a15.465 15.465 0 0 0 1.549.162c.28-.6 1.312-.554 1.985-.4a6.648 6.648 0 0 1-2.176-1.778a4.466 4.466 0 0 1-1.472-2.656c1.348 1.87 2.462 3.5 4.913 4.326c1.855.622 4.021-.285 5.446-1.286a6.258 6.258 0 0 0 1.365-1.68a14.242 14.242 0 0 0 2.145-8.621a9.567 9.567 0 0 0-.5-3.446c-.453-.908-1.984-1.72-2.88-.9a1.07 1.07 0 0 1-.016-.246c-.143.134-.23.232-.23.232a1.209 1.209 0 0 1-.122-.487a1.551 1.551 0 0 1 1.5-1.5a8.674 8.674 0 0 0-1.479-1.563a10.49 10.49 0 0 0-6.047-.222a8.06 8.06 0 0 0-5.975 5.4a14.085 14.085 0 0 0-.388 2.263c-.031.884.416 1.655.45 2.617c-.239.394-.969.443-1.474.416a6.836 6.836 0 0 0-.136-.566a5.158 5.158 0 0 0-1.265-.5a1.719 1.719 0 0 1 1.009 2.038c-.373-.213-.462-1.15-.9-1.177c-.626-.038-.512 1.216-.509 1.95a2.291 2.291 0 0 1-.19-2.213c-.284-.139-.444.061-.6.217c-.222 1.036-.547 1.873.062 2.92a1.734 1.734 0 0 0 1.414.6c.567-.056.706-.624 1.324-.618a.513.513 0 0 1 .431.468m6.449 1.947l-.3-.061s-.314-1.1-.163-1.306c.08-.107.52-.268 1.136.028c-.004.001-.734.123-.673 1.339m5.706 1.341a5.27 5.27 0 0 1-3.426-.014a4.687 4.687 0 0 1-1.283-1.427c-.155-.2-.927-.708-.012-.709c.717 1.8 3.18 1.592 5.257 1.543a1.111 1.111 0 0 1-.536.608Zm.3-1.6a4.016 4.016 0 0 1 0-1.063a8.538 8.538 0 0 0 2.96-1.185a3.425 3.425 0 0 1-2.961 2.246Zm2.756-8.073c-.183.061-1.37.762-1.278-.122a1.348 1.348 0 0 1 1.026-1.077a3.037 3.037 0 0 1 0-.4h.079a17.146 17.146 0 0 0 1.172 2.29c-.317.738-2.4 1.39-2.366.066c.45-.2 1.227-.04 1.626-.291c-.094-.257-.2-.5-.3-.756Zm-5.187 4.75a.719.719 0 0 1 .046.1c.091-.507.259-1.1.548-1.013a.684.684 0 0 1 .5.638a6.908 6.908 0 0 0-.948.738c.065.3.144.6.523.668c1.106.189 2.393-.677 3.189-.979c.493-.832-.043-1.138-.487-1.673c-.91-1.1-2.13-2.456-2.086-4.1c.368-.267.4.407.452.53a15.006 15.006 0 0 0 2.543 3.486c.214.234.567.459.606.614c.113.451-.294.991-.247 1.29a6.587 6.587 0 0 1-4.466 1.4a1.322 1.322 0 0 1-.175-1.702Zm1.958 2.321A4.933 4.933 0 0 1 22.47 20c-1.811.09-3.952-.358-4.427-1.629a10.285 10.285 0 0 0 4.35.565Zm-4.256-8.648a6.954 6.954 0 0 0 .977 1.829c.228.222.67.492.451 1.109a1.406 1.406 0 0 1-.642.534c-.79.233-2.631.048-2.008-.937c.653.03 1.532.424 2.02-.05a9.848 9.848 0 0 1-.322-.551c-.5.316-1.874.33-1.874-.479c0-.852 1.339-1.034 1.339-1.034l.01.024a1.11 1.11 0 0 1 .048-.448Zm-3.224-2.928c1.195-.815 1.8-.35 2.1.188a.568.568 0 0 1 .274.828c-1.658-.386-2.482.694-2.985 1.814c-.129.234-.136.068-.21-.136a.392.392 0 0 1-.061-.136a.551.551 0 0 0-.092-.121c-.24-.247-.365-1.524.974-2.437'/%3E%3Cpath fill='%23335061' d='M6.283 29.28h8.753c-.04-.135-.079-.268-.118-.394a12.164 12.164 0 0 1-.476-1.948a21.079 21.079 0 0 1-3.087-1.655a2.353 2.353 0 0 1-.24-.257l-5.266 2.353s.189.754.434 1.901'/%3E%3Cpath fill='%236d6b6d' d='M9.433 7a2.125 2.125 0 0 1 .467-.088a3.817 3.817 0 0 0 .747.029c.494-.123.912-1.231 1.285-1.644a11.333 11.333 0 0 1 .941-.776A7.346 7.346 0 0 0 9.433 7m-2.256 5.586a2.147 2.147 0 0 1 3.145 1.747c.694-.018.259-.866.134-1.413c-.369-1.608.487-3.34.192-4.861c-3.866.578-3.648 3.547-3.471 4.527'/%3E%3Cpath fill='%23dcd9d8' d='M13.249 3.851c-1.82.516-4.152 1.838-4.9 3.473A7.389 7.389 0 0 0 9.433 7a7.346 7.346 0 0 1 3.44-2.479a1.647 1.647 0 0 0 .159-.166c.192-.093.476-.086.487-.375c-.083-.089-.171-.157-.27-.129M7.5 8.985c-.8.885-.636 2.542-.538 3.721a2.321 2.321 0 0 1 .218-.12c-.18-.979-.394-3.949 3.471-4.527a2.81 2.81 0 0 0-.142-.493A4.409 4.409 0 0 0 7.5 8.985'/%3E%3Cpath fill='%23f7e4cd' d='M10.412 18.253a.513.513 0 0 0-.42-.468c.335.668-.516.878-.6 1.355a3.837 3.837 0 0 0 .125.832a11.351 11.351 0 0 0 1.445 3.365a3.181 3.181 0 0 0 2.22 1.166c-2.53-2.085-2.71-5.829-2.77-6.25m11.113-1.915a.684.684 0 0 0-.5-.638c-.289-.082-.457.506-.548 1.013a2.376 2.376 0 0 1 .1.363a6.908 6.908 0 0 1 .948-.738m2.819-4.594c-.092.884 1.1.183 1.278.122l-.043-.286a3.235 3.235 0 0 1-.209-.913a1.348 1.348 0 0 0-1.026 1.077m-7.605 0c0 .809 1.371.795 1.874.479a4.053 4.053 0 0 1-.525-1.489l-.01-.024s-1.339.182-1.339 1.034m-9.547 3.141a.8.8 0 0 1-.125.109a1.221 1.221 0 0 1 .37-.781a.581.581 0 0 1 .163-.113a.979.979 0 0 1 .782-.032a5.158 5.158 0 0 1 1.265.5c-.193-.664-.524-1.263-1.208-1.338a2.034 2.034 0 0 0-2.2 1.963A3.858 3.858 0 0 0 7.254 17.8c-.61-1.042-.284-1.879-.062-2.915m9.973-10.442a10.49 10.49 0 0 1 6.047.222a4.127 4.127 0 0 0-.49-.329c-1.889-1.066-5.086-1.867-7.1-.866c-1.621.808-3.813 2.146-4.56 3.841a4.109 4.109 0 0 1 .123 2.532a8.06 8.06 0 0 1 5.98-5.4m6.023 3.285a1.209 1.209 0 0 0 .122.487s.087-.1.23-.232c.031-.734.865-1.152 1.832-.866c-.222-.286-.447-.589-.681-.889a1.551 1.551 0 0 0-1.503 1.5m-9.096 2.33c.074.2.082.37.21.136a.348.348 0 0 1-.21-.136'/%3E%3Cpath fill='%23f7e4cd' d='M14.032 9.922a1.486 1.486 0 0 1 .114-.758a2.816 2.816 0 0 1 2.47-1.755a1.149 1.149 0 0 1 .4.143c-.3-.538-.9-1-2.1-.188c-1.338.913-1.217 2.19-.973 2.434a.551.551 0 0 1 .089.124'/%3E%3Cpath fill='%2349728b' d='m5.849 27.379l5.266-2.353c-.386-.448-1.079-1.3-1.2-1.257a24.079 24.079 0 0 0-5.61 3.485a20.236 20.236 0 0 1 .81 2.026h1.168a61.417 61.417 0 0 0-.434-1.901'/%3E%3Cpath fill='%23335061' d='M27 29.307a20.836 20.836 0 0 0 .548-2.058c.036-.181.106-.475.156-.756l-2.886-2.144a5.123 5.123 0 0 1 .13 3.9c.1.372.454.515.6.85c-.034.06-.068.119-.1.179h1.476a.149.149 0 0 1 .076.029m-2.559-1.233a1.081 1.081 0 0 0 .172-.381a1.081 1.081 0 0 1-.172.381m-.824-4.128a.948.948 0 0 1 .514-.106l-.238-.177a1.457 1.457 0 0 0-.276.283'/%3E%3Cpath fill='%2349728b' d='M27.756 25.879c-.074-.537-.8-.935-1.172-1.266c-.684-.613-1.112-1.153-1.823-1.726a4.391 4.391 0 0 1-.869.776l.238.177a.932.932 0 0 1 .686.51l2.884 2.143a2.339 2.339 0 0 0 .056-.614'/%3E%3Cpath fill='%23fff' d='M20.572 29.2a.438.438 0 0 0 .009.076h.479a.333.333 0 0 1 .666 0h.774v-.03a20.686 20.686 0 0 0-1.2-.593c-.424-.178-.728.547-.728.547'/%3E%3Cpath fill='%23dcd9d8' d='M20.572 29.2s.3-.73.73-.548c.322.138.921.449 1.2.593c.01-.22.02-.44.034-.66c-.618.039-.961-.559-1.394-.605c-.378-.041-.7.435-1.19.229c-.113.124-.215.259-.33.381a6.313 6.313 0 0 1 .489.685h.476a.438.438 0 0 1-.015-.075'/%3E%3Cpath fill='%23fff' d='M14.511 25.169a6.738 6.738 0 0 1-2.269-.4a.282.282 0 0 0 .017.421a7.657 7.657 0 0 0 2.14.578a1.748 1.748 0 0 0 .112-.599'/%3E%3Cpath fill='%23dcd9d8' d='M14.357 26.069a1.233 1.233 0 0 1 .041-.3a7.657 7.657 0 0 1-2.14-.578a4.237 4.237 0 0 0 2.099.878'/%3E%3Cpath fill='%23d33833' d='M24.613 27.693a2.963 2.963 0 0 0 .073-.87a7.057 7.057 0 0 0-.2-1.378a3 3 0 0 0-1.009.049c-.3.061-.609.122-.669.487s.122.548-.061.852s-.487.122-.791.3c-.207.124-.076.445.029.638a12.138 12.138 0 0 0 2.459.3a1.081 1.081 0 0 0 .169-.378m-9.051 1.526l.047.128c.014.04.029.093.042.139l-.009-.117Z'/%3E%3Cpath fill='%23d33833' d='m19.563 27.925l.021-.527a1.309 1.309 0 0 1-.96-.074c-.937-.511-.05-.36-.382-1.038a3.236 3.236 0 0 0-1.224-.365c-1.228 0-1.7-.247-1.568 1.169c.069.76.131 1.519.191 2.28c.1.188.19.357.262.5a4.834 4.834 0 0 0 1.833-.559a21.007 21.007 0 0 0 1.827-1.386m.464-.725c.021.089.043.189.064.31a.7.7 0 1 0 .428-1.31a.953.953 0 0 1-.492 1'/%3E%3Cpath fill='%23ef3d3a' d='M21.953 27.137c.3-.183.609 0 .791-.3s0-.487.061-.852s.365-.426.669-.487a3 3 0 0 1 1.009-.049a1.125 1.125 0 0 0-.348-.652c-.747-.436-2.056.825-2.665 1.093l-.057.023a1.694 1.694 0 0 1 .175.558a1.475 1.475 0 0 1 .412-.042a1.761 1.761 0 0 1 .276.033c.045.009.089.02.133.032a1.463 1.463 0 0 1 .243.092a4.209 4.209 0 0 0-.757.1a.7.7 0 0 0-.2.095a8.618 8.618 0 0 0-.035.9q.158.045.322.084c-.105-.183-.236-.504-.029-.628m-6.302 2.348c.051.183.095.348.253.385c-.072-.144-.163-.313-.262-.5Zm-.201-2.396c-.129-1.416.34-1.169 1.568-1.169a3.236 3.236 0 0 1 1.224.365c.332.678-.555.527.382 1.038a1.309 1.309 0 0 0 .96.074v-.063a3.039 3.039 0 0 0-.916-.29a3.5 3.5 0 0 0-.371-.036a1.555 1.555 0 0 1 .291-.106a3.285 3.285 0 0 0 .906-.281c0-.079.006-.158.009-.236a1.883 1.883 0 0 1-.2-.027a1.565 1.565 0 0 1-.177-.044a1.585 1.585 0 0 1-.294-.127c-.178-.1-.331-.216-.525-.322a9.077 9.077 0 0 0-2.408-.881c-.921-.176-.929 1.105-.89 2.049c0 .1.008.192.013.28a6.585 6.585 0 0 0 .544 1.9l.079.15c-.063-.754-.126-1.514-.195-2.274m5.07-.889a1.009 1.009 0 0 0-.582.2a1.7 1.7 0 0 0 .007.412c.011.079.028.155.048.238l.031.131v.017a.953.953 0 0 0 .496-.998'/%3E%3Cpath fill='%23231f20' d='M14.146 9.164a1.486 1.486 0 0 0-.114.758a.392.392 0 0 0 .061.136a.348.348 0 0 0 .21.136c.5-1.12 1.327-2.2 2.985-1.814a.568.568 0 0 0-.274-.828a1.149 1.149 0 0 0-.4-.143a2.816 2.816 0 0 0-2.468 1.755m10.106 3.463c-.032 1.324 2.049.672 2.366-.066a17.146 17.146 0 0 1-1.172-2.29h-.079a3.037 3.037 0 0 0 0 .4a3.235 3.235 0 0 0 .209.913c.095.256.205.5.3.756c-.397.247-1.176.09-1.624.287m-5.318.146c-.488.474-1.367.08-2.02.05c-.623.985 1.218 1.17 2.008.937a1.406 1.406 0 0 0 .642-.534c.219-.617-.223-.887-.451-1.109a6.954 6.954 0 0 1-.977-1.829a1.11 1.11 0 0 0-.049.445a4.053 4.053 0 0 0 .525 1.489c.114.21.227.399.322.551m1.671 5.542a6.587 6.587 0 0 0 4.466-1.4c-.047-.3.36-.84.247-1.29c-.039-.155-.392-.38-.606-.614a15.006 15.006 0 0 1-2.543-3.486c-.053-.123-.085-.8-.452-.53c-.044 1.642 1.176 3 2.086 4.1c.444.535.98.841.487 1.673c-.8.3-2.083 1.169-3.189.979c-.379-.065-.458-.365-.523-.668a2.376 2.376 0 0 0-.1-.363a.719.719 0 0 0-.046-.1a1.322 1.322 0 0 0 .173 1.699M7.6 14.1a.832.832 0 0 0-.159.111a1.221 1.221 0 0 0-.37.781a.8.8 0 0 0 .125-.109c.153-.156.313-.357.6-.217a2.291 2.291 0 0 0 .19 2.213c0-.733-.117-1.987.509-1.95c.438.027.527.964.9 1.177a1.719 1.719 0 0 0-1.017-2.036a.979.979 0 0 0-.778.03m15.268 4.775a4.016 4.016 0 0 0 0 1.063a3.425 3.425 0 0 0 2.962-2.249a8.538 8.538 0 0 1-2.962 1.186M22.47 20a4.933 4.933 0 0 0-.077-1.066a10.285 10.285 0 0 1-4.35-.562c.475 1.272 2.616 1.72 4.427 1.628m-4.624-.61c-.915 0-.143.51.012.709a4.687 4.687 0 0 0 1.284 1.428a5.27 5.27 0 0 0 3.426.014a1.111 1.111 0 0 0 .536-.609c-2.078.05-4.541.257-5.258-1.542'/%3E%3Cpath fill='%2381b0c4' d='M24.96 29.28a1.709 1.709 0 0 0-1.042-.753a1.433 1.433 0 0 0-.918.12c-.008.2-.018.415-.031.632Z'/%3E%3Cpath fill='%23f0d6b7' d='M21.971 24.749c-.686.061-1.493.373-2.252.419c-.069 0-.138.006-.206.006s-.136 0-.2-.01a1.93 1.93 0 0 1-.392-.076a1.666 1.666 0 0 1-.188-.07c0 .052-.071.033-.082.076a3.19 3.19 0 0 0 .485.322a2.218 2.218 0 0 0 .475.19a3.052 3.052 0 0 0 .816.09c.1 0 .212 0 .327-.009c.415-.303.783-.656 1.217-.938'/%3E%3Cpath fill='%2381b0c4' d='m19.086 29.048l-.351.233h.527q-.086-.119-.176-.233'/%3E%3Cpath fill='%23231f20' d='M4.681 29.769v-.335a.153.153 0 0 1 .153-.153h.283a20.236 20.236 0 0 0-.81-2.026a24.079 24.079 0 0 1 5.61-3.485c.118-.047.811.809 1.2 1.257a2.353 2.353 0 0 0 .24.257a21.079 21.079 0 0 0 3.087 1.655a12.164 12.164 0 0 0 .476 1.948c.039.126.078.26.118.394h.162a.153.153 0 0 1 .153.153v.158h.139a.153.153 0 0 1 .153.153V30h1.691v-.255a.153.153 0 0 1 .153-.153h.78v-.158a.153.153 0 0 1 .153-.153h.317l.351-.233q.09.114.176.233h.843a6.313 6.313 0 0 0-.489-.685c.115-.122.217-.256.33-.381c.492.206.812-.27 1.19-.229c.433.046.776.644 1.394.605c-.014.22-.024.44-.034.66v.03h.474c.012-.217.023-.429.031-.632a1.433 1.433 0 0 1 .918-.12a1.709 1.709 0 0 1 1.042.753h.481c.034-.06.069-.119.1-.179c-.143-.335-.495-.477-.6-.85a5.123 5.123 0 0 0-.13-3.9a.932.932 0 0 0-.686-.51a.948.948 0 0 0-.514.106a1.457 1.457 0 0 1 .275-.283a4.391 4.391 0 0 0 .869-.776c.712.573 1.141 1.112 1.824 1.725c.37.332 1.1.73 1.172 1.266a2.339 2.339 0 0 1-.054.614c-.051.281-.12.575-.156.756A20.836 20.836 0 0 1 27 29.307a.15.15 0 0 1 .072.127V30h.368c.258-.808.511-1.635.766-2.489a6.207 6.207 0 0 0 .478-2.187c-.078-.617-1.04-1.265-1.547-1.754c-.281-.271-1.593-1.267-1.669-1.64s.535-1.178.731-1.586a11.669 11.669 0 0 0 .621-1.788c1.032-3.627 1.137-8.611-.339-11.592a12.54 12.54 0 0 0-3.1-3.428c-2.3-1.742-6.563-1.935-9.339-.913a13.481 13.481 0 0 0-2.2.939c-1.818 1.066-3.748 1.78-4.287 3.928c-1.328.6-1.729 2.3-1.662 4.268a6.221 6.221 0 0 1 .149 1.227c-.037.184-.286.419-.336.538a5.3 5.3 0 0 0 .609 4.592A3.225 3.225 0 0 0 8.468 19.5a4.568 4.568 0 0 0 .447 1.672c.17.373.805 1.043.571 1.519a6.987 6.987 0 0 1-1.495.966c-1.158.695-2 1.12-3.066 1.89c-.692.5-1.773.562-1.6 1.71a17.869 17.869 0 0 0 .808 2.513c.025.078.053.155.08.232h.47Zm8.351-25.414a1.647 1.647 0 0 1-.159.166a11.333 11.333 0 0 0-.941.776c-.373.413-.79 1.521-1.285 1.644a3.817 3.817 0 0 1-.747-.029A2.125 2.125 0 0 0 9.433 7a7.389 7.389 0 0 1-1.084.325c.748-1.635 3.08-2.957 4.9-3.473c.1-.028.188.04.271.129c-.011.287-.296.281-.488.374m-2.385 3.7c.3 1.521-.561 3.254-.192 4.861c.125.546.56 1.394-.134 1.413a2.147 2.147 0 0 0-3.145-1.747a2.321 2.321 0 0 0-.218.12c-.1-1.179-.266-2.836.538-3.721a4.409 4.409 0 0 1 3.009-1.419a2.81 2.81 0 0 1 .142.497ZM7.254 17.8a3.858 3.858 0 0 1-1.022-2.6a2.034 2.034 0 0 1 2.2-1.963c.684.075 1.014.674 1.208 1.338c.054.187.1.379.136.566c.505.027 1.235-.022 1.474-.416c-.034-.962-.481-1.733-.45-2.617a14.085 14.085 0 0 1 .388-2.263a4.109 4.109 0 0 0-.123-2.532c.747-1.695 2.939-3.032 4.56-3.841c2.009-1 5.207-.2 7.1.866a4.127 4.127 0 0 1 .49.329a8.674 8.674 0 0 1 1.479 1.563c.234.3.459.6.681.889c-.967-.287-1.8.132-1.832.866a1.07 1.07 0 0 0 .016.246c.9-.821 2.427-.009 2.88.9a9.567 9.567 0 0 1 .5 3.446a14.242 14.242 0 0 1-2.145 8.621a6.258 6.258 0 0 1-1.365 1.68c-1.425 1-3.591 1.908-5.446 1.286c-2.451-.823-3.565-2.456-4.913-4.326a4.466 4.466 0 0 0 1.472 2.656a6.648 6.648 0 0 0 2.176 1.778c-.673-.158-1.7-.208-1.985.4a15.465 15.465 0 0 1-1.549-.162a3.181 3.181 0 0 1-2.22-1.166a11.351 11.351 0 0 1-1.445-3.365a3.837 3.837 0 0 1-.125-.832c.088-.478.939-.687.6-1.355c-.618-.006-.757.562-1.324.618a1.734 1.734 0 0 1-1.416-.61m12.77 9.38l-.031-.131a2.787 2.787 0 0 1-.048-.238a1.7 1.7 0 0 1-.007-.412a1.009 1.009 0 0 1 .582-.2a.7.7 0 1 1-.428 1.31a5.135 5.135 0 0 0-.064-.31Zm-7.782-2.419a6.738 6.738 0 0 0 2.269.4a1.748 1.748 0 0 1-.112.6a1.233 1.233 0 0 0-.041.3a4.237 4.237 0 0 1-2.1-.882a.282.282 0 0 1-.016-.413Zm7.367.839a2.218 2.218 0 0 1-.475-.19a3.26 3.26 0 0 1-.485-.322c.011-.043.079-.024.082-.076a1.666 1.666 0 0 0 .188.07a1.93 1.93 0 0 0 .392.076a2.705 2.705 0 0 0 .406.004c.759-.046 1.566-.358 2.252-.419c-.433.283-.8.636-1.218.938a6.29 6.29 0 0 1-.327.009a3.052 3.052 0 0 1-.815-.085Zm-1.872 3.706a4.834 4.834 0 0 1-1.833.559c-.158-.037-.2-.2-.253-.385a2.722 2.722 0 0 0-.089-.267a6.585 6.585 0 0 1-.544-1.9c0-.088-.009-.182-.013-.28c-.039-.944-.031-2.225.89-2.049a9.077 9.077 0 0 1 2.408.881c.194.106.347.225.525.322a1.585 1.585 0 0 0 .294.127a1.565 1.565 0 0 0 .177.044a1.883 1.883 0 0 0 .2.027c0 .078-.006.157-.009.236a3.285 3.285 0 0 1-.906.281a1.555 1.555 0 0 0-.291.106a3.5 3.5 0 0 1 .371.036a3.039 3.039 0 0 1 .916.29v.063l-.021.527a21.007 21.007 0 0 1-1.822 1.387Zm4.245-1.536q-.164-.039-.322-.084a8.618 8.618 0 0 1 .035-.9a.7.7 0 0 1 .2-.095a4.209 4.209 0 0 1 .757-.1a1.463 1.463 0 0 0-.243-.092a1.843 1.843 0 0 0-.133-.032a1.761 1.761 0 0 0-.276-.038a1.475 1.475 0 0 0-.407.038a1.694 1.694 0 0 0-.175-.558l.057-.023c.609-.268 1.918-1.529 2.665-1.093a1.125 1.125 0 0 1 .348.652a7.057 7.057 0 0 1 .2 1.378a2.963 2.963 0 0 1-.073.87a1.081 1.081 0 0 1-.172.381a12.138 12.138 0 0 1-2.461-.3Z'/%3E%3Cpath fill='%23f7e4cd' d='M17.53 18.862c-.616-.3-1.056-.135-1.136-.028c-.152.2.163 1.306.163 1.306l.3.061c-.057-1.217.673-1.339.673-1.339'/%3E%3Cpath fill='%231d1919' d='M21.393 28.961a.334.334 0 0 0-.333.319h.666a.334.334 0 0 0-.333-.319'/%3E%3Cpath fill='%23231f20' d='M15.642 29.745a.153.153 0 0 0-.153-.153h-.139v.177a.153.153 0 0 1-.153.153H4.834a.153.153 0 0 1-.153-.153V30h10.961Zm11.276.177h-8.5a.153.153 0 0 1-.153-.153v-.177h-.78a.153.153 0 0 0-.153.153V30h9.737v-.231a.153.153 0 0 1-.151.153'/%3E%3Cpath fill='%23231f20' d='M4.834 29.922H15.2a.153.153 0 0 0 .153-.153v-.335a.153.153 0 0 0-.153-.153H4.834a.153.153 0 0 0-.153.153v.335a.153.153 0 0 0 .153.153m13.432-.153a.153.153 0 0 0 .153.153h8.5a.153.153 0 0 0 .153-.153v-.335a.15.15 0 0 0-.072-.127a.149.149 0 0 0-.081-.026h-8.5a.153.153 0 0 0-.153.153z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-jfrog.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-jfrog.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.68' height='10.68' viewBox='0 0 256 248'%3E%3Cpath fill='%2341bf47' d='m113.668 162.397l-13.527 3.764c1.176 3.411 2.117 9.528 2.117 17.762v40.465h15.174V181.57c2.824-3.412 5.882-5.058 9.176-5.058c1.646 0 2.94.353 4.352 1.176l4.117-13.998c-2.353-1.059-3.411-1.294-5.646-1.294c-1.647 0-3.647.353-4.94.941c-2.824 1.412-6.353 4.588-8.588 7.646c0-3.411-.823-6.117-2.235-8.587M61.441 142.4h-1.647v81.87h15.762v-36.23h19.88v-13.527h-19.88v-18.82h24.82l.941-7.176a250 250 0 0 1-39.876-6.117m-36.818 92.81l7.293 8.47c7.058-2.824 15.88-9.176 18.232-19.292c.824-3.294 1.059-5.411 1.059-16.115v-65.755h-15.88v67.519c0 8.822-.353 12.116-1.53 15.174c-1.528 3.412-5.175 7.41-9.174 9.999m143.155-41.523c0 14.35-2.823 20.467-9.293 20.467c-2.94 0-6.234-1.647-7.646-4.94c-1.176-3.059-1.882-8.234-1.882-15.292c0-6 .588-10.234 1.53-13.528c1.176-3.764 4.116-6.116 7.763-6.116c2.705 0 5.058 1.176 6.47 3.176c2.117 2.823 3.058 8.116 3.058 16.233m9.293 23.525c4.94-5.881 7.175-13.056 7.175-23.408c0-9.763-2-16.468-6.587-22.114c-4.94-6.117-11.293-9.058-19.527-9.058c-15.527 0-25.878 12.587-25.878 31.643s10.234 31.29 25.878 31.29c8.822.117 14.586-3.177 18.939-8.353m43.052-33.877c0 5.529-3.294 8.587-9.175 8.587c-5.293 0-8.822-2.47-8.822-8.587c0-5.646 3.293-8.94 8.94-8.94s9.057 3.294 9.057 8.94m26.702-12.94l-6.234-9.998c-3.53 3.294-7.764 5.176-11.881 5.176c-1.882 0-2.94-.235-7.058-1.294c-4.117-1.176-7.058-1.529-10.351-1.529c-14.704 0-24.232 7.999-24.232 20.468c0 8.94 4 14.586 12.351 16.82c-3.411.824-7.058 2.588-8.704 4.588c-1.177 1.412-1.765 3.294-1.765 5.529c0 1.882.47 3.529 1.176 4.94c.824 1.294 1.883 2.353 3.294 2.94c2.706 1.06 7.058 1.765 13.763 1.883c3.529 0 5.646.118 6.352.118c4.117.235 6.234.94 7.88 1.764c1.53.941 2.706 3.058 2.706 5.41c0 2.354-1.411 4.706-3.646 6.118c-2 1.411-5.293 2-9.528 2c-6.94 0-10.822-2.588-10.822-7.411c0-2.118.235-2.588.706-3.882h-13.88c-.589 1.176-1.294 2.823-1.294 6.117c0 4.117 1.529 7.646 4.705 10.704c5.175 5.058 13.645 6.47 21.761 6.47c8.94 0 17.645-2.118 22.703-7.764c3.176-3.529 4.587-7.41 4.587-12.469c0-5.41-1.529-9.528-4.94-12.939c-4-3.882-8.587-5.293-17.41-5.41l-8.116-.119c-1.529 0-2.47-.588-2.47-1.411c0-1.647 2.117-3.058 6-4.94c1.175.117 1.528.117 2.234.117c12.234 0 21.173-7.528 21.173-17.997c0-4-1.176-7.058-3.41-9.881c1.881.235 2.47.353 3.88.353c4 0 7.176-1.294 10.47-4.47M57.44 71.236C38.621 75.821 25.8 84.878 25.8 95.23c0 6.47 4.94 12.35 13.057 16.938c-2.47-3.881-3.764-8.116-3.764-12.35c.117-10.705 8.47-20.704 22.35-28.585M256 111.815c0-6.822-4.235-13.056-11.292-18.232c.588 2.117 1.058 4.234 1.058 6.352c0 19.409-27.172 36.112-65.755 43.052c4.353.47 8.823.706 13.528.706c34.465-.118 62.461-14.35 62.461-31.878m-22.232-10.586c0-7.176-6.117-13.763-16.586-19.174c2.47 2.94 3.764 6.117 3.764 9.41c0 17.292-36.7 31.29-82.105 31.29c-45.287 0-82.105-13.998-82.105-31.29q0-3.352 1.764-6.351c-7.293 4.822-11.41 10.35-11.41 16.232c0 18.703 41.758 33.878 93.28 33.878s93.398-15.41 93.398-33.995m-40.7-.941c-19.056 12.233-77.635 16.938-102.808 1.176c-19.762-12.35-12.94-31.994-69.519-75.047c-7.41-5.646 1.412-11.645 6.94-7.763s.47 4.823 11.645 15.997c22.585 22.585 22.35 2.235 25.879 9.999C72.733 60.765 89.2 76.998 89.2 76.998c16.586 10.822 29.76 13.175 54.228-3.411c15.527-10.47 9.175 16.703 47.169-2.94c13.88-7.176 13.292-2.354 27.408-21.998c5.881-8.116 17.056 6.235 4.352 8.234c-5.058.824-13.645 6.352-17.292 15.057c-5.293 13.057-3.058 22.703-11.998 28.349M87.437 67.117C82.732 65 77.79 57.001 75.909 53.825c5.294-5.176 3.176-13.763.118-18.468c-2.94-4.705-6.587-3.411-10.47-7.763c-3.999-4.353 1.53-15.645 6.588-6.94c18.938 32.583 31.407 19.056 46.817 17.056c14.82-1.882 27.995 6.234 31.995-16.704c.706-3.764 4.352-4.587 4.705 1.53c.353 6.234 2.706 21.29 10.822 23.173c8.116 2 14.704-1.882 16.586-4c1.882-2.117 2.94-1.882 3.764 3.53c.823 5.292 2.94 12.703 14.35 4.469c23.409-16.703 16.704-23.173 25.88-27.525c5.175-2.47 13.409 5.528 1.528 11.527c-16.938 8.587-18.703 19.174-29.407 25.879c-17.997 11.292-12.469.47-41.406-3.647c-11.174-1.529-14.703 10.822-23.408 7.293c-19.88-8.234-33.877-6.587-46.934 3.882m62.696-60.344c.706 4.94 1.53 4.823 3.294 5.176c1.765.47 4-2.353 4-4.94c.117-2.706-1.177-4.353-3.765-4.235c-2.705.117-3.646 1.411-3.529 4m87.046 8.822c2.118 2 7.764.706 9.058-.823c3.411-3.764 3.529-5.999 1.764-8.587c-1.764-2.47-5.41-2.117-9.057.588s-2.941 7.764-1.765 8.822m-1.529 24.938c-1.764 2.353-1.882 4.117-.588 5.41c1.412 1.412 4.235 2.589 6.234 1.06c2-1.647 2-4 .353-6c-1.764-2.117-4.117-2.117-5.999-.47M57.09 11.126c2.705.823 3.999 3.41 6.234.47c1.176-1.411 1.294-3.411-.235-5.529c-.941-1.293-5.411-2.234-7.293-.352s-.118 4.94 1.294 5.41M1.92 9.479c4.94 3.058 8.117 7.646 11.88 3.529c1.295-1.412 2.824-3.882.118-8.823C11.918.54 5.45-.873 3.214.54C.862 1.833-1.96 7.126 1.92 9.479m45.523 23.408c1.53 1.647 4.235 1.53 5.881.588c1.53-.94 1.294-3.411-.235-5.528c-.94-1.294-3.764-2-5.646 0s-1.059 3.764 0 4.94'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-travis-ci.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-travis-ci.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 128 128'%3E%3Cpath fill='%23cb3349' d='M68.56 55.275c-2.17.003-4.342.027-6.519.07l-4.014 1.901l-.054.031c-.603.294-5.872 2.953-10.828 7.694c4.442-2.336 10.97-5.387 18.656-7.754a92.315 92.315 0 0 1 7.201-1.9a345.343 345.343 0 0 0-4.437-.042zm-14.658.295a558.82 558.82 0 0 0-11.13.518c-2.154.119-4.298.266-6.442.428a99.32 99.32 0 0 0-3.205.283a25.224 25.224 0 0 0-.908.103c-2.796 1.673-13.52 8.406-20.883 17.21c7.155-4.972 19.618-12.446 35.008-16.753a96.086 96.086 0 0 1 7.56-1.789m31.71.09c-.17.252-.514.749-1.008 1.424c-1.588 2.148-4.734 6.088-8.77 9.428c5.713-1.024 15.62-3.558 24.193-9.54c.214-.151.429-.312.641-.46a.043.043 0 0 0-.022-.008a344.877 344.877 0 0 0-6.287-.416a581.907 581.907 0 0 0-8.748-.428zm-3.403 40.723c-1.15 0-4.493 1.037-11.815 3.306l-.45.143l-.442-.166c-.05-.017-4.854-1.799-10.611-1.799a27.169 27.169 0 0 0-1.399.035c-.576.03-3.812 1.568-7.951 8.116l-.27.421l-.472.153a510.288 510.288 0 0 1-14.748 4.48l-.49.14l-.463-.214c-.05-.02-3.007-1.392-5.819-2.684c1.533 2.265 3.495 5.094 5.221 7.311c3.015 3.883 6.815 7.47 14.102 7.47c.913 0 1.885-.055 2.882-.17c7.412-.836 9.321-1.175 10.348-1.355c.348-.059.623-.109.975-.152c.056-.007 6.125-.791 7.828-4.611c1.756-3.926 2.109-4.86 2.123-4.897l.62-1.652s.076-.43.202-.563c0 .004.001.004.004.004l.012.01c.195.14.484.578.484.578l1.022 1.215a90.881 90.881 0 0 0 5.058 5.473c1.842 1.826 4.071 2.75 6.621 2.75a11.588 11.588 0 0 0 2.71-.334a629.93 629.93 0 0 1 2.743-.66c3.445-.824 7.349-1.76 9.24-2.29c.375-.105.793-.2 1.233-.3c2.519-.582 5.969-1.385 7.799-5.049a541.946 541.946 0 0 1 4.607-8.935a77.702 77.702 0 0 0-3.33 1.613c-1.368.718-3.162 1.066-5.478 1.066c-1.377 0-2.73-.117-4.227-.25c-2.992-.275-8.055-.87-8.107-.877l-.387-.043l-.307-.246c-.045-.033-4.482-3.566-8.068-6.386c-.145-.118-.277-.229-.397-.329c-.376-.322-.378-.322-.603-.322'/%3E%3Cpath fill='%23f4edae' d='M68.908 2.928c-2.53 0-5.033.205-7.492.605a47.256 47.256 0 0 0-7.225 1.772c-5.88 1.941-11.372 5.022-16.199 9.054a51.646 51.646 0 0 0-2.814 2.534a52.876 52.876 0 0 0-7.352 8.877a54.162 54.162 0 0 0-2.043 3.355v.002a54.796 54.796 0 0 0-1.816 3.537v.002a55.605 55.605 0 0 0-1.574 3.713a70.15 70.15 0 0 1 3.285-.945c.848-.217 1.7-.425 2.554-.614a49.699 49.699 0 0 1 2.577-.502l-.014.006c.005 0 .01-.003.016-.004a128.13 128.13 0 0 0-2.46.91c-.811.302-1.622.62-2.431.946c-.017.007-.032.015-.049.021a91.745 91.745 0 0 0-4.676 2.01l-.05.022c-.362.165-.715.344-1.073.515c-.415.199-.836.388-1.246.598l-.006.004c-.204.104-.4.22-.603.328c-.554.293-1.108.585-1.65.898c-.68.39-1.344.8-1.983 1.233c-.64.433-1.253.89-1.828 1.375c-.05.29-.095.608-.135.91c-.007.059-.01.119-.018.178c-.053.451-.094.904-.129 1.357a35.861 35.861 0 0 0-.103 2.35a38.236 38.236 0 0 0 .322 5.191c.21 1.519.498 3.023.88 4.492c.05.197.085.4.14.596v.002c.031.115.078.225.111.34c.205.706.424 1.407.686 2.094c.22.584.47 1.157.75 1.715l.002.002l.11.209a12.61 12.61 0 0 0 .386.19l.771.368c.431.2 1.026.48 1.516.7a.97.97 0 0 0 .078-.073l-1.43-5.45c.303-.083 3.019-.782 7.7-1.673l-.03-.008a22.067 22.067 0 0 1-1.103-.234c-.252-.063-.5-.141-.75-.211c-.156-.044-.312-.086-.467-.133a22.086 22.086 0 0 1-1.918-.658l-.002-.002a14.346 14.346 0 0 1-1.475-.713h-.002c-.475-.272-.942-.58-1.304-.99h.004c.641.21 1.368.381 2.168.52h.004c.8.137 1.673.241 2.605.316c.935.075 1.927.12 2.969.14c2.08.04 4.346-.019 6.695-.144c3.523-.188 7.23-.525 10.772-.89c6.479-.668 12.97-1.16 19.482-1.372c.038-.001.077 0 .115-.002c2.133-.068 4.268-.108 6.406-.113c2.176.005 4.349.044 6.52.115a241.382 241.382 0 0 1 6.506.3h.002c.144.01.289.023.433.032c4.188.256 8.369.609 12.541 1.039c3.4.351 6.946.67 10.34.861c.144.008.293.022.436.03h.004c1.173.062 2.326.109 3.445.134c1.121.026 2.21.03 3.25.01c2.084-.04 3.982-.181 5.586-.459c.79-.136 1.51-.306 2.146-.513l.012-.004c-.36.41-.824.718-1.299.99a14.703 14.703 0 0 1-1.478.715a23.689 23.689 0 0 1-1.553.555a23.702 23.702 0 0 1-1.586.447c-.154.034-.312.07-.47.103c5.13.952 8.115 1.727 8.435 1.813v.002l-1.367 5.187l.57-.254c.085-.038.17-.074.254-.113l.772-.367c.128-.062.256-.128.386-.193l.108-.207v-.002a19.729 19.729 0 0 0 .757-1.715a27.03 27.03 0 0 0 .794-2.434v-.004c.233-.826.43-1.667.597-2.515v-.004c.167-.85.306-1.707.424-2.567v-.004a39.931 39.931 0 0 0 .25-2.586v-.002a36.124 36.124 0 0 0 .07-2.6v-.001c0-.038-.006-.076-.006-.113a32.712 32.712 0 0 0-.244-3.77a16.976 16.976 0 0 0-.137-.912a22.037 22.037 0 0 0-1.824-1.371s0-.002-.002-.002a31.756 31.756 0 0 0-1.982-1.233a51.549 51.549 0 0 0-4.582-2.343c-1.56-.736-3.165-1.404-4.776-2.053a87.478 87.478 0 0 0-2.43-.945h-.001c-.811-.314-1.633-.61-2.455-.91l.015.001l-.013-.004c.863.143 1.72.314 2.576.502a75.24 75.24 0 0 1 2.55.614h.004c1.101.285 2.197.605 3.286.945c-2.907-7.597-7.328-14.2-12.787-19.486a51.649 51.649 0 0 0-2.815-2.533c-4.827-4.033-10.32-7.114-16.201-9.055a47.262 47.262 0 0 0-7.225-1.772a46.587 46.587 0 0 0-7.49-.605M53.572 9.69a55.98 55.98 0 0 0-.998 3.516l.309-.912s.55 29.102 7.35 29.102h2.171v-6.315h2.617V20.377h-1.734v3.183h-7.719V12.662l27.18.002V23.56h-7.725v-3.184h-1.74v14.707h2.631v6.314h2c6.578 0 7.145-26.997 7.176-28.785a52.132 52.132 0 0 0-.848-2.92C87.823 15.93 89.013 23 89.382 28.09l.14.512l-.085.238c.119 1.992.125 3.66.092 4.73a41.1 41.1 0 0 0 .807-.773c.01-.01.026-.017.035-.027c.008-.008.012-.015.022-.022c.01-.01.02-.014.03-.021c.039-.027.076-.05.114-.075c.017-.006.034-.017.05-.027a1.259 1.259 0 0 1 .153-.053c.01 0 .021-.006.031-.006a.73.73 0 0 1 .19-.017c.017 0 .03.004.045.004a1.046 1.046 0 0 1 .146.02l.028.007l11.603 3.295c.093-2.367.14-12.537-5.187-21.11c.185.21 6.15 7.02 6.55 21.5l1.871.53a.864.864 0 0 1 .616.69a48.61 48.61 0 0 1 .574 5.415c.723 2.987 2.059 6.984 4.2 8.246c.424.201.84.417 1.247.655c-.86-.341-1.746-.587-2.64-.807a44.574 44.574 0 0 0-2.688-.59a83.5 83.5 0 0 0-5.44-.85a121.954 121.954 0 0 0-5.468-.59c-1.83-.153-3.653-.308-5.486-.415c-7.326-.451-14.673-.565-22.024-.572c-7.349.004-14.695.14-22.021.574c-1.832.106-3.658.262-5.487.416c-1.828.155-3.653.35-5.468.59a84.052 84.052 0 0 0-5.44.85a46.3 46.3 0 0 0-2.691.587c-.89.22-1.781.467-2.64.807a16.075 16.075 0 0 1 1.253-.658c2.136-1.265 3.47-5.251 4.193-8.235c.086-1.61.239-3.385.575-5.424a.857.857 0 0 1 .615-.69l1.867-.528c.406-14.48 6.37-21.29 6.557-21.5c-5.328 8.574-5.28 18.743-5.188 21.111l11.602-3.299l.027-.006a.919.919 0 0 1 .145-.02c.013 0 .03-.003.047-.003a.757.757 0 0 1 .189.015c.01 0 .021.007.035.01a.801.801 0 0 1 .143.05c.02.01.034.021.054.032c.04.022.077.045.114.07c.01.008.024.01.033.02c.008.007.012.017.02.024c.01.01.024.016.035.027c.263.263.532.52.806.773c-.116-3.822.068-14.789 5.29-23.879zm7.393 8.37v3.183h.002V18.06zm10.002 0v19.343h2.625v-.002h-2.623v-19.34Zm19.232 17.234c-.866.787-2.045 1.798-3.23 2.64v.003c1.185-.842 2.364-1.854 3.23-2.641zm-42.58.002c-.001.045 0 .114-.002.16l.004-.158zm39.455.295l-.05.145l.04-.032zm-22.355 1.81v.002h2.623v-.002zm-22.09.657c-1.18-.056-2.54.318-3.59.568c-2.099.5-4.847 1.199-5.297 2.299c-.872 2.132-1.3 7.693-1.3 7.693l-.061.037c.01.11.026.331.033.395a88.461 88.461 0 0 1 3.283-.822c1.815-.402 3.645-.74 5.477-1.05c1.836-.305 3.68-.54 5.521-.763c.132-.017.259-.027.389-.045a1.04 1.04 0 0 1-.062-.156a27.86 27.86 0 0 1-.42-1.764a20.709 20.709 0 0 1-1.47-4.375c-.324-1.474-1.323-1.961-2.503-2.017m52.691 0c-1.18.056-2.179.543-2.504 2.017c-.461 2.101-1.126 3.77-1.724 4.914c-.092.409-.181.818-.293 1.225a1.05 1.05 0 0 1-.065.164c.13.013.26.024.387.041a109.451 109.451 0 0 1 11.002 1.813a93.664 93.664 0 0 1 3.28.82c.015-.133.043-.496.07-.822c-.083-.976-.486-5.403-1.264-7.305c-.45-1.1-3.199-1.799-5.297-2.299c-1.05-.25-2.411-.624-3.592-.568m-8.777 3.068c-.287 1.417-.758 3.085-1.53 4.701h.003c.77-1.616 1.24-3.284 1.527-4.701m-37.877 4.578l.012.053a.847.847 0 0 1 0 .443h.002a.854.854 0 0 0 0-.445l-.014-.05z'/%3E%3Cpath fill='%23e6ccad' d='m117.469 72.953l-1.78 12.455v.004a.89.89 0 0 1-.37.6v.002l-2.544 1.781l-.152.78c2.51.617 4.917-1.182 6.275-2.483c.634-2.464 1.192-5.357 1.38-7.455c.145-1.617.155-2.598.087-3.21a2.402 2.402 0 0 0-.154-.671a.772.772 0 0 0-.225-.313c-.118-.099-.42-.28-.703-.453c-.11-.066-.147-.101-.273-.175h-.002c-.454-.265-1-.57-1.54-.862zm-96.557 1.729c-.596.319-1.239.673-1.777.988l-.002.002c-.193.113-.257.167-.416.265c-.286.177-.624.378-.743.477c-.237.197-.435.624-.373 2.14c.021.506.072 1.133.159 1.913l.01.068c.113.993.32 2.188.591 3.451l.008.04a62.622 62.622 0 0 0 .965 3.87c1.081 1.244 2.879 2.58 5.222 1.655l-1.66-1.162a.888.888 0 0 1-.375-.62zm48.219 1.781a13.44 13.44 0 0 0-1.799.14L63.37 89.655c-.001.005-.006.008-.008.012a.885.885 0 0 1-.236.377l-.002.002l-.002.002a.884.884 0 0 1-.408.213l-.002.002l-1.895.422c-.161.669-.707 1.65-2.465 2.187c-2.834.867-20.79 6.22-22.837 5.93c-1.21-.17-3.433-1.412-5.12-2.432a60.981 60.981 0 0 0 2.538 5.278c.367.68.779 1.387 1.209 2.105c.163.273.32.542.492.819c.594.953 1.23 1.924 1.937 2.906a559.204 559.204 0 0 0 10.916-3.35a40.025 40.025 0 0 1 2.346-3.246v-.002a29.76 29.76 0 0 1 2.574-2.838c.872-.834 1.746-1.537 2.582-2.039L54.99 96l.016-.008a7.094 7.094 0 0 1 1.187-.578l.018-.008l.02-.006a3.966 3.966 0 0 1 1.12-.242a32.004 32.004 0 0 1 1.538-.039h.002c.675.003 1.35.025 2.023.067h.002a36.465 36.465 0 0 1 2.012.183a4.322 4.322 0 0 1-.652-.746l-.003-.002a4.485 4.485 0 0 1-.408-.732l-.002-.002c-.207-.47-.301-.88-.379-1.131h.002s.231.18.653.443c.21.131.467.282.767.442h.002c.097.051.225.105.33.158a12.208 12.208 0 0 0 3.418 1.154a11.146 11.146 0 0 0 1.489.166l.1.004a10.373 10.373 0 0 0 1.575-.068c.032-.004.062-.004.094-.008a15.279 15.279 0 0 0 5.596-1.89l.031-.02a14.24 14.24 0 0 0 1.47-.967c.298-.224.405-.322.46-.371l.095-.078l.002-.002s-.004.497-.265 1.187a4.904 4.904 0 0 1-.613 1.137v.002c-.29.402-.678.814-1.192 1.197c1.978-.598 3.376-1 4.42-1.252s1.733-.355 2.293-.355c1.237 0 1.845.515 2.38.97c.1.083.201.171.321.268l.002.002c.633.498.959.76 1.615 1.28a3777.68 3777.68 0 0 1 6.153 4.872h.002c.12.014.573.061.74.08c1.556.18 4.669.536 6.904.74c.714.066 1.393.125 2.051.169c.659.043 1.297.07 1.928.07c.408 0 .789-.013 1.15-.039a56.938 56.938 0 0 0 1.729-3.643c.079-.18.158-.358.236-.54a67.857 67.857 0 0 0 1.602-4.124c-1.426 1.003-4.766 3.264-6.352 3.559c-2.032.378-20.202-4.187-23.072-4.93c-1.325-.343-1.975-.96-2.307-1.527l-1.53-.174h-.001a.886.886 0 0 1-.465-.2a.886.886 0 0 1-.285-.427l-4.078-13.437a13.898 13.898 0 0 0-1.793-.141zm3.33 38.492a253.499 253.499 0 0 1-1.228 2.776h.076l.078-.002c.419 0 .882-.044 1.318-.065c.073-.006.145-.019.217-.025a29.196 29.196 0 0 0 1.82-.217a94.872 94.872 0 0 1-2.281-2.467m3.441 3.653a28.128 28.128 0 0 1-3.12.449h-.003c-.017 0-.034 0-.05.002c-.428.017-.837.054-1.287.054l-.694.006l-.265-.006c-.19.282-.396.546-.614.797c-.058.068-.121.128-.181.194a9.378 9.378 0 0 1-.518.529c-.068.063-.14.12-.209.182c-.18.157-.361.31-.549.453c-.072.055-.145.107-.219.16a12.3 12.3 0 0 1-.63.43l-.09.056a13.76 13.76 0 0 1-1.543.81c-.125.057-.242.107-.365.159c-.492.21-.96.391-1.413.539c6.209 1.072 12.982-.56 16.538-1.646c-.037-.013-.071-.032-.108-.045a11.676 11.676 0 0 1-.984-.416c-.118-.056-.232-.12-.348-.18a11.873 11.873 0 0 1-.72-.402a12.107 12.107 0 0 1-.38-.24a12.322 12.322 0 0 1-.65-.465c-.119-.09-.24-.177-.355-.272a13.009 13.009 0 0 1-.817-.728c-.034-.033-.07-.061-.103-.094v-.002c-.11-.11-.216-.214-.323-.324'/%3E%3Cpath fill='%23656c67' d='M82.215 56.248a71.84 71.84 0 0 0-3.106.383c-.005 0-.011 0-.017.002a71.755 71.755 0 0 0-3.067.515a87.27 87.27 0 0 0-9.879 2.477l-.084.025c-1.485.465-2.92.957-4.306 1.461a106.266 106.266 0 0 0-4.354 1.694a251.908 251.908 0 0 1 5.787-.213c1.979-.05 4.003-.078 6.07-.078h.005c2.416 0 4.763.039 7.052.107l.243.004a55.567 55.567 0 0 0 2.586-2.676a55.612 55.612 0 0 0 2.402-2.844c.24-.302.466-.592.668-.857m21.88 1.215a49.678 49.678 0 0 1-2.708 1.814c-2.761 1.722-5.654 3.17-8.51 4.387c2.912.284 5.63.6 8.13.932c2.502.33 4.786.674 6.827 1.01c2.04.335 3.84.662 5.371.958c1.531.297 2.796.563 3.77.778l1.906-7.225c-2.073-.47-5.453-1.176-9.938-1.914h-.002a218.654 218.654 0 0 0-4.845-.74zm-53.013 1.166a96.126 96.126 0 0 0-5.365 1.412c-1.75.515-3.46 1.071-5.125 1.658a107.769 107.769 0 0 0-4.86 1.846a112.947 112.947 0 0 0-4.568 1.982a230.054 230.054 0 0 1 6.885-1.004a230.92 230.92 0 0 1 6.912-.795l.047-.04a47.386 47.386 0 0 1 6.074-5.06zm-26.926.547c-1.865.36-3.386.686-4.512.941l.53 2a66.471 66.471 0 0 1 3.982-2.941m88.322 9.697l-1.956 13.709a.905.905 0 0 1-.124.338v.002a.902.902 0 0 1-.246.264v.002l-2.718 1.9l-4.621 3.234a.896.896 0 0 1-.588.153l-.02.002l-22.127-2.514a.891.891 0 0 1-.752-.623l-.002-.002l-1.386-4.567l-2.598-8.55c-.801-.207-2.543-.62-4.375-.813a17.664 17.664 0 0 0-1.832-.103c-1.204 0-2.49.16-3.608.353c-1.118.194-2.07.423-2.603.56l-3.986 13.12v.002c-.001.002-.004.003-.004.006a.885.885 0 0 1-.242.385a.887.887 0 0 1-.41.216L36.153 90.87a.852.852 0 0 1-.506-.055c-.066-.025-.137-.04-.197-.082l-4.316-3.023l-3.024-2.117a.89.89 0 0 1-.37-.617l-.003-.002l-1.543-12.524l-.435-3.521c-.822.158-1.565.307-2.225.449c-.47.258-.935.515-1.392.773l2.101 17.008l10.664 7.469l26.91-5.988l3.973-13.086v-.002a.893.893 0 0 1 .266-.412a.892.892 0 0 1 .443-.21c1.007-.161 1.887-.244 2.633-.244c.738 0 1.626.083 2.629.245a.883.883 0 0 1 .44.205l.003.004l.008.007a.883.883 0 0 1 .258.405v.002l4.074 13.412l27.06 3.078l10.376-7.27l2.166-15.152a158.3 158.3 0 0 0-3.668-.748z'/%3E%3Cpath fill='%23c7b39a' d='M69.26 64.92c-1.605 0-3.184.016-4.735.047h-.047a238.71 238.71 0 0 0-4.613.137a240.704 240.704 0 0 0-8.644.494h-.002a106.508 106.508 0 0 0-3.647 1.87l-.064.034l-.002.002a95.142 95.142 0 0 0-2.803 1.566c-1.541.898-2.402 1.466-2.441 1.494h-.002l-2.645 1.764l-2.643 1.762l-.003.002l2.142-3.074l1.492-2.141v-.002a36.339 36.339 0 0 1 1.891-2.467a225.57 225.57 0 0 0-8.117 1.059c-.251.037-.501.079-.752.117c-2.272.346-4.36.693-6.112 1.016l.909 7.363l1.037 8.4l6.69 4.686l21.236-4.723l1.988-6.549l1.986-6.547a.895.895 0 0 1 .156-.29a.906.906 0 0 1 .248-.217a.72.72 0 0 1 .202-.09c.073-.02.909-.247 2.058-.488a30.253 30.253 0 0 1 2.606-.443l.03-.007l3.9-2.355a30.352 30.352 0 0 0 3.357-2.375c-.76-.014-1.545-.015-2.316-.024c-.78-.007-1.56-.02-2.34-.021m18.496.709a88.579 88.579 0 0 1-6.233 1.89a91.51 91.51 0 0 1-5.123 1.198c-2.975.605-4.914.838-5.134.853l-.254.016l-.246.02c1.388.12 2.737.366 3.755.587c1.021.223 1.71.42 1.776.44a.9.9 0 0 1 .377.223a.905.905 0 0 1 .228.375l3.96 13.033l21.208 2.41l6.744-4.723l1.917-13.404a210.375 210.375 0 0 0-10.147-1.582a231.476 231.476 0 0 0-5.916-.705a240.712 240.712 0 0 0-6.912-.631m.998 3.459c.342-.012.68.033 1.012.125h.006l.007.004c.329.093.65.232.96.418l.001.002c.313.187.614.418.9.69l.003.001a6.848 6.848 0 0 1 .834.961c.244.337.47.705.675 1.102c.205.395.386.82.545 1.265l.034.096c.155.448.288.917.39 1.404a12.3 12.3 0 0 1 .225 1.569a7.473 7.473 0 0 1-.022 1.55a4.542 4.542 0 0 1-.123.618a3.454 3.454 0 0 1-.19.525c.64-.076 1.155-.024 1.57.098h.001c.414.121.725.313.96.517c.233.205.388.422.485.594c.098.172.14.3.147.326a3.28 3.28 0 0 0-.705-.246a3.968 3.968 0 0 0-.738-.092c-.508-.018-1.05.041-1.649.131c-.602.09-1.262.21-2.004.313a20.7 20.7 0 0 1-2.469.203h-.005c-.686.024-1.345.043-1.95-.008h-.002a5.307 5.307 0 0 1-.86-.137h-.003a3.178 3.178 0 0 1-.76-.295a2.528 2.528 0 0 1-.64-.502a2.93 2.93 0 0 1-.498-.757a4.741 4.741 0 0 1-.336-1.067a8.804 8.804 0 0 1-.155-1.422a14.235 14.235 0 0 1 .032-1.578a12.577 12.577 0 0 1 .199-1.476v-.002c.56-2.831 2.063-4.857 4.123-4.93M48.723 70.15c.007 0 .014.004.021.004c.336 0 .658.048.967.147h.002c.312.1.61.251.89.443l.008.004l.004.004c.845.583 1.537 1.562 2.024 2.797l.007.015l.006.018c.158.405.295.836.407 1.291l.004.016a12.553 12.553 0 0 1 .264 1.457l.001.01v.005a14.198 14.198 0 0 1 .102 1.567v.004a8.628 8.628 0 0 1-.09 1.412v.002a4.321 4.321 0 0 1-.287 1.039v.002a2.56 2.56 0 0 1-.461.726c-.901.982-2.437.886-4.156.903c-.28.007-.545.01-.807.013c-.309.007-.603.011-.889.004c-1.314-.002-2.393-.031-3.332.036c-.014 0-.03 0-.045.002a7.87 7.87 0 0 0-1.324.199h-.002c-.413.103-.803.25-1.18.453c.01-.023.058-.134.163-.295c.1-.156.259-.36.48-.58l.022-.024l.013-.011a4.54 4.54 0 0 1 .897-.664c.209-.12.436-.236.699-.34a6.519 6.519 0 0 1 .82-.262c-.003-.007-.004-.02-.007-.027a4.724 4.724 0 0 1-.303-.998l-.016-.08a9.841 9.841 0 0 1-.142-1.36c-.001-.02-.005-.033-.006-.054c-.001-.017.002-.033.002-.05a9.871 9.871 0 0 1 .064-1.527a9.543 9.543 0 0 1 .287-1.423l.026-.09c.132-.454.294-.886.484-1.291c.196-.419.42-.81.668-1.166a6.822 6.822 0 0 1 .768-.924a5.435 5.435 0 0 1 .922-.752l.046-.031c.299-.187.609-.335.924-.44c.022-.007.043-.015.065-.021c.316-.099.639-.153.962-.158c.01 0 .019-.004.028-.004z'/%3E%3Cpath fill='%23ebd599' d='M90.2 35.297c-.867.787-2.046 1.799-3.231 2.64a21.66 21.66 0 0 1-.12 1.29v.002a24.611 24.611 0 0 1-.306 1.894v.004c-.286 1.417-.756 3.085-1.527 4.701c.09.007.18.018.27.026c1.284.104 2.57.218 3.855.353a.85.85 0 0 1 0-.45v-.001c.27-.983.476-1.984.632-2.967v-.002a35.6 35.6 0 0 0 .332-2.865v-.002c.07-.916.103-1.781.114-2.563v-.002a42.587 42.587 0 0 0-.02-2.056zm-42.579.002l-.004.158a44.69 44.69 0 0 0-.013 1.713c0 .106.002.21.004.318c.012.708.042 1.48.101 2.295l.018.25a35.65 35.65 0 0 0 .338 2.842c.15.94.346 1.892.601 2.83l.014.05a.854.854 0 0 1 0 .446c.009 0 .018 0 .027-.002a167.19 167.19 0 0 1 4.094-.38a17.47 17.47 0 0 1-.524-1.217c-.166-.43-.309-.855-.44-1.276a22.738 22.738 0 0 1-.562-2.207a24.456 24.456 0 0 1-.306-1.894a20.997 20.997 0 0 1-.117-1.29a28.886 28.886 0 0 1-1.63-1.255a42.552 42.552 0 0 1-1.437-1.24c-.049-.045-.117-.098-.164-.141'/%3E%3Cpath fill='%232d3136' d='M88.756 69.09c-2.747.097-4.507 3.666-4.356 7.984c.151 4.314 2.46 4.284 5.205 4.188c3.693-.07 5.72-1.202 7.569-.309c-.027-.103-.605-1.838-3.162-1.533c.295-.642.427-1.51.334-2.695c-.338-4.308-2.843-7.731-5.59-7.635m-40.033 1.06c-2.75.024-5.41 3.563-5.246 7.877c.044 1.124.21 1.935.474 2.52c-2.397.6-3.056 2.083-3.094 2.176c1.51-.815 3.216-.695 5.883-.692c.286.007.58.005.889-.002c.262-.004.526-.008.805-.015c2.75-.027 5.036.234 4.996-4.084c-.042-4.317-1.96-7.806-4.707-7.78m39.767 1.666c.021 0 .038.012.059.012a1.388 1.388 0 0 1 .535.117a1.404 1.404 0 0 1 .377.244l.043.04a1.4 1.4 0 0 1 .281.398l.02.041c.069.16.109.336.113.521l.002.006v.006a1.399 1.399 0 0 1-.098.535c0 .003 0 .006-.002.008l-.002.004a1.41 1.41 0 0 1-.29.447a1.4 1.4 0 0 1-.985.436a1.517 1.517 0 0 1-.55-.106a1.265 1.265 0 0 1-.433-.28l-.029-.026a1.322 1.322 0 0 1-.215-.305c-.116-.2-.2-.42-.205-.668c-.005-.26.08-.492.2-.703a1.23 1.23 0 0 1 .162-.25l.002-.002c.029-.032.06-.06.091-.09a1.27 1.27 0 0 1 .346-.242c.038-.018.078-.026.117-.041a1.522 1.522 0 0 1 .387-.086c.026-.002.048-.015.074-.016m-39.38 1.047c1.938-.13 2.02 2.804.1 2.805c-.009 0-.017.006-.026.006c-.02 0-.036-.01-.055-.01a1.54 1.54 0 0 1-.377-.064a1.35 1.35 0 0 1-.22-.088a1.268 1.268 0 0 1-.22-.139a1.38 1.38 0 0 1-.57-1.066c-.011-.433.186-.81.486-1.077c.09-.084.188-.158.305-.216c.034-.017.07-.026.106-.04a1.5 1.5 0 0 1 .47-.11z'/%3E%3Cpath fill='%23edf6fa' d='M88.49 71.816a1.404 1.404 0 1 0 .05 2.808a1.404 1.404 0 0 0-.05-2.808m-39.379 1.05a1.405 1.405 0 1 0 .071 2.808a1.405 1.405 0 0 0-.07-2.809z'/%3E%3Cpath fill='%23ebd599' d='m52.883 12.295l-.309.912c-1.164 4.588-2.811 13.146-1.828 22.498c.463.371.95.735 1.426 1.055a.866.866 0 0 1 .375.699c.004.045.102 4.373 2.014 8.055c.026.055.048.113.066.171c4.755-.324 9.521-.454 14.28-.457c4.758.003 9.523.14 14.277.467a.88.88 0 0 1 .068-.181c1.911-3.682 2.012-8.01 2.012-8.055a.876.876 0 0 1 .379-.7c.46-.31.926-.663 1.38-1.023l.051-.144c1.001-9.713-.825-18.585-1.984-22.98c-.03 1.787-.598 28.784-7.176 28.784h-2v1.912h-13.51v-1.912h-2.172c-6.8 0-7.35-29.101-7.35-29.101zm36.5 15.795c.018.25.04.51.055.75l.083-.238zm-43.457 6.476L32.796 38.3c-.81 5.275-.535 9.135-.415 10.357l.06-.037s.43-5.561 1.301-7.693c.45-1.1 3.198-1.8 5.297-2.299c2.098-.5 5.444-1.5 6.094 1.45a20.703 20.703 0 0 0 1.469 4.374c-.828-4.023-.775-7.943-.676-9.885zm45.965 0c.107 2.028.148 6.215-.8 10.424c.599-1.144 1.264-2.813 1.725-4.914c.65-2.948 3.997-1.948 6.096-1.449c2.098.5 4.847 1.2 5.297 2.299c.778 1.902 1.181 6.329 1.264 7.305c.127-1.575.283-5.163-.45-9.93zm15.316 8.334c.205 3.85-.101 6.375-.121 6.518c-.007.042-.017.078-.027.115a26 26 0 0 1 .453.137c1.316.432 2.64.884 3.894 1.477c-2.14-1.263-3.476-5.26-4.199-8.247m-76.6.008c-.723 2.984-2.057 6.97-4.193 8.235c1.253-.592 2.576-1.044 3.893-1.475c.15-.048.298-.09.449-.139c-.01-.038-.02-.071-.027-.111c-.022-.143-.326-2.666-.121-6.51z' opacity='0.8'/%3E%3Cpath fill='%23cb3349' d='M57.883 14.979v6.265h3.082V18.06h6.379v19.342h-.002v.002h-2.623v3.586h8.873v-3.586h-2.625V18.061h6.379v3.181h3.082V14.98z'/%3E%3Cpath fill='%23c7b39a' d='M118.898 86.092c-1.36 1.303-3.774 3.108-6.289 2.48c-.104.54-.189 1.031-.359 1.717c1.455.337 3.84.6 4.977.38c.485-.526 1.108-2.387 1.671-4.577m-99.564 1.805c.646 2.273 1.35 4.215 1.848 4.716c1.259.222 4.047-.164 5.416-.566a46.34 46.34 0 0 1-.397-1.346l-1.644-1.15c-2.344.925-4.141-.411-5.223-1.654m90.955 1.634l-.898.63l-2.418 1.696l-2.621 1.836a.91.91 0 0 1-.612.157l-26.078-2.967l-.369-.041c.332.567.981 1.184 2.307 1.527c2.87.743 21.04 5.308 23.072 4.93c1.585-.295 4.926-2.556 6.351-3.559c.27-.77.537-1.545.79-2.351c.17-.617.328-1.236.476-1.858m-49.473 1.15l-25.9 5.77a1.006 1.006 0 0 1-.195.018a.883.883 0 0 1-.512-.162l-1.01-.701l-3.025-2.118v-.007l-1.22-.854c.085.275.183.543.28.81l-.004.005a64.11 64.11 0 0 0 1.164 2.927c1.687 1.02 3.91 2.261 5.12 2.432c2.048.29 20.004-5.063 22.838-5.93c1.759-.537 2.303-1.52 2.464-2.19m19.873 31.094c-3.555 1.088-10.328 2.72-16.537 1.647c-1.612.527-2.891.713-3.015.728a10.8 10.8 0 0 0-.764.12c3.483.954 7.039 1.368 10.545 1.132a42.064 42.064 0 0 0 12.924-2.962a11.926 11.926 0 0 1-3.153-.665'/%3E%3Cpath fill='%232d3136' d='M68.91.52c-10.884 0-21.335 3.566-30.22 10.308c-8.595 6.524-15.135 15.884-18.938 26.44a50.473 50.473 0 0 0-4.04 1.673c-1.61.772-3.193 1.642-4.661 2.795l-.26.203l-.098.362a20.42 20.42 0 0 0-.332 1.422c-.092.46-.162.924-.228 1.388a33.11 33.11 0 0 0-.27 2.787a34.97 34.97 0 0 0 .166 5.588a35.045 35.045 0 0 0 1.037 5.508c.256.905.55 1.8.899 2.688a18.312 18.312 0 0 0 .9 1.98l.186.328c.07.12.116.208.222.367l.19.293l.295.15c.314.164.572.286.857.419l.832.375c.153.062.297.125.453.187c-3.77 3.49-7.87 8.02-11.418 13.623L0 86.474l6.293-5.523c.106-.093 5.382-4.663 14.182-9.834l.12 1.012c-.572.298-3.342 1.752-4.163 2.437c-1.362 1.134-1.428 2.89-1.063 6.166c.185 1.68.818 4.94 1.666 7.928c1.461 5.146 2.533 6.055 3.475 6.27c.423.1.975.146 1.59.146c1.683 0 3.847-.328 5.252-.752c1.653 5.14 3.993 9.777 6.845 13.846l-.412.12c-1.716-.797-7.713-3.573-9.73-4.481l-4.215-1.895l2.494 3.889c.182.28 4.483 6.99 7.998 11.51c3.284 4.22 7.782 8.533 16.271 8.533a28.9 28.9 0 0 0 3.192-.188a417.47 417.47 0 0 0 5.883-.701c8.91 3.274 18.737 3.473 28.06-.059a40.98 40.98 0 0 0 7.01-3.462c.043-.006.086-.018.127-.028c3.468-.834 7.4-1.772 9.344-2.318c.315-.086.7-.177 1.11-.274c2.705-.622 7.228-1.67 9.64-6.496c2.429-4.87 6.394-12.329 6.437-12.404l1.85-3.479l-3.611 1.569c-.193.086-4.764 2.079-7.143 3.328c-.086.046-.182.086-.28.133c1.93-3.936 2.904-7.09 3.245-8.297c1.328.32 3.303.281 4.754.281a8.26 8.26 0 0 0 1.926-.244c.94-.24 1.668-.865 3.04-6.176c.795-3.085 1.37-6.446 1.526-8.172c.305-3.362.207-5.16-1.168-6.297c-.683-.563-2.687-1.645-3.707-2.18l.049-.366c.52.124.799.197.822.203l.924-3.512a39.62 39.62 0 0 1 1.064-.432a55.505 55.505 0 0 0 1.676-.681l.832-.375c.286-.133.543-.256.858-.418l.294-.153l.19-.29c.103-.16.155-.249.222-.368l.182-.328c.123-.222.231-.438.334-.656c.206-.44.394-.883.57-1.326c.35-.888.643-1.78.899-2.686a35.5 35.5 0 0 0 1.035-5.508c.209-1.856.26-3.725.166-5.59a30.765 30.765 0 0 0-.268-2.785a21.03 21.03 0 0 0-.228-1.388a17.3 17.3 0 0 0-.332-1.422l-.1-.36l-.257-.203c-1.468-1.153-3.053-2.025-4.663-2.797a50.068 50.068 0 0 0-4.04-1.675c-3.803-10.553-10.343-19.914-18.938-26.438C90.243 4.085 79.795.52 68.91.52m-.002 2.408c20.234 0 38.77 13.192 46.52 33.453a67.075 67.075 0 0 0-3.291-.947c-1.692-.435-3.403-.829-5.13-1.114c.823.3 1.645.597 2.456.91c.815.303 1.627.62 2.432.946c1.61.649 3.215 1.317 4.775 2.053a51.549 51.549 0 0 1 4.582 2.343c1.359.783 2.66 1.64 3.81 2.608c.05.29.1.61.137.912c.053.427.098.854.135 1.285c.073.861.107 1.73.113 2.598a37.84 37.84 0 0 1-.32 5.191c-.235 1.723-.554 3.437-1.022 5.09a26.912 26.912 0 0 1-.79 2.434a20.47 20.47 0 0 1-.49 1.164a14.204 14.204 0 0 1-.27.552l-.106.21c-.13.065-.263.13-.388.19l-.772.368c-.271.126-.55.246-.824.369l1.367-5.19c-.318-.085-3.307-.86-8.44-1.812c.16-.033.32-.07.475-.105a23.675 23.675 0 0 0 3.139-1.002a14.702 14.702 0 0 0 1.478-.715c.475-.272.94-.58 1.301-.99c-5.14 1.68-15.769.917-25.22-.057c-8.636-.892-17.299-1.47-26.003-1.488c-8.704.02-17.36.596-26.002 1.488c-9.448.973-20.072 1.736-25.214.057c.36.41.828.718 1.302.99c.474.269.973.5 1.477.715c1.017.41 2.07.737 3.135 1.002c.373.09.76.172 1.136.242c-4.68.89-7.4 1.593-7.7 1.676l1.427 5.447a.97.97 0 0 1-.078.072c-.49-.219-1.085-.5-1.516-.7l-.771-.366a12.6 12.6 0 0 1-.387-.192l-.11-.209a17.801 17.801 0 0 1-.751-1.716a26.841 26.841 0 0 1-.797-2.434c-.467-1.653-.782-3.367-1.02-5.09a38.235 38.235 0 0 1-.322-5.191c.01-.868.04-1.737.115-2.598c.034-.43.085-.86.135-1.287c.04-.302.086-.62.135-.91c1.15-.97 2.453-1.828 3.81-2.61a52.11 52.11 0 0 1 4.578-2.341c1.564-.736 3.166-1.404 4.776-2.053c.809-.325 1.62-.644 2.432-.945a128.13 128.13 0 0 1 2.459-.91c-1.727.284-3.437.679-5.133 1.113c-1.1.285-2.198.606-3.287.947C30.14 16.12 48.67 2.928 68.908 2.928M53.572 9.69c-5.22 9.09-5.405 20.056-5.289 23.88a29.167 29.167 0 0 1-.806-.774c-.011-.011-.025-.017-.036-.027c-.007-.008-.011-.017-.02-.024c-.008-.01-.022-.012-.032-.02a1.211 1.211 0 0 0-.114-.07c-.02-.01-.033-.023-.054-.033a.801.801 0 0 0-.143-.049c-.014-.003-.025-.01-.035-.01a.756.756 0 0 0-.19-.015c-.016 0-.033.004-.046.004a.918.918 0 0 0-.145.02l-.027.005l-11.602 3.299c-.092-2.368-.14-12.537 5.188-21.111c-.187.21-6.15 7.02-6.557 21.5l-1.867.529a.857.857 0 0 0-.615.69c-1.138 6.902-.484 11.73-.453 11.933c.007.04.017.073.027.111c-.151.048-.3.091-.45.139c-1.765.578-3.54 1.194-5.146 2.133c.86-.34 1.75-.587 2.64-.807a46.3 46.3 0 0 1 2.692-.588a84.019 84.019 0 0 1 5.44-.85c1.815-.24 3.64-.434 5.468-.59c1.83-.153 3.655-.31 5.487-.415c7.326-.433 14.672-.57 22.021-.574c7.351.007 14.698.12 22.024.572c1.833.107 3.657.262 5.486.416c1.83.155 3.65.353 5.469.59a83.5 83.5 0 0 1 5.44.85c.9.17 1.796.362 2.687.59c.894.22 1.78.465 2.64.806c-1.606-.94-3.38-1.553-5.142-2.131a23.617 23.617 0 0 0-.453-.137c.01-.037.02-.073.027-.115c.028-.203.684-5.03-.453-11.934a.864.864 0 0 0-.616-.69l-1.87-.528c-.402-14.48-6.366-21.29-6.551-21.5c5.328 8.573 5.28 18.742 5.187 21.109L91.18 32.58c-.01-.003-.02-.004-.028-.008a1.044 1.044 0 0 0-.146-.02c-.014 0-.028-.003-.045-.003a.73.73 0 0 0-.19.017c-.01 0-.02.006-.03.006a1.26 1.26 0 0 0-.153.053c-.017.01-.034.021-.05.027c-.039.025-.076.048-.114.075c-.01.007-.021.01-.031.021c-.01.007-.014.015-.022.021c-.009.01-.025.018-.035.028a41.1 41.1 0 0 1-.807.773c.117-3.823-.069-14.79-5.287-23.879c.11.32 4.252 12.435 2.822 26.014c-.466.371-.947.735-1.421 1.055a.876.876 0 0 0-.38.699c0 .045-.1 4.373-2.011 8.055a.88.88 0 0 0-.068.181c-4.754-.327-9.519-.463-14.278-.466c-4.758.003-9.524.133-14.279.457a1.192 1.192 0 0 0-.067-.172c-1.911-3.682-2.01-8.01-2.013-8.055a.866.866 0 0 0-.375-.7c-.476-.32-.963-.683-1.426-1.054c-1.428-13.579 2.716-25.695 2.826-26.014zm1.996 2.971V23.56h7.72v-3.183h1.734v14.705h-2.618v8.227h13.51v-8.227h-2.63V20.375h1.74v3.184h7.724V12.664Zm2.315 2.316h22.545v6.264h-3.082V18.06h-6.377v19.342h2.623v3.588h-8.873v-3.588h2.625V18.061h-6.377v3.183h-3.084zM45.926 34.566c-.113 2.225-.168 7.05 1.096 11.649c.018.055.037.108.062.156c-.13.018-.257.028-.389.045c-1.842.223-3.685.458-5.521.764c-1.832.31-3.662.646-5.477 1.048a88.459 88.459 0 0 0-3.283.823c-.089-.777-.5-5.004.383-10.752zm45.965 0l13.132 3.735c.884 5.755.468 9.98.38 10.752a93.664 93.664 0 0 0-3.28-.82a109.45 109.45 0 0 0-11.002-1.813c-.127-.017-.257-.028-.387-.041a1.05 1.05 0 0 0 .065-.164c1.262-4.6 1.21-9.425 1.092-11.649m-1.692.729c.08 2.32.022 6.526-1.058 10.46a.856.856 0 0 0 0 .452a172.45 172.45 0 0 0-4.127-.379c1.543-3.234 1.882-6.68 1.955-7.893c1.185-.843 2.364-1.853 3.23-2.64m-42.58.002c.866.787 2.043 1.796 3.233 2.639c.07 1.212.408 4.65 1.949 7.882c-1.376.11-2.75.238-4.123.383a.847.847 0 0 0 0-.443c-1.08-3.93-1.135-8.137-1.059-10.461m20.942 19.978h.003c1.48.004 2.96.018 4.438.041a92.314 92.314 0 0 0-7.201 1.9c-7.685 2.368-14.213 5.419-18.656 7.755c4.956-4.741 10.225-7.4 10.828-7.694l.054-.03l4.014-1.901c2.177-.044 4.35-.068 6.52-.07zm-14.659.295a96.085 96.085 0 0 0-7.56 1.79c-15.39 4.306-27.853 11.78-35.008 16.751c7.363-8.803 18.087-15.536 20.883-17.209c.304-.04.603-.074.908-.103c1.064-.117 2.131-.2 3.205-.283c2.144-.162 4.288-.31 6.442-.428c3.708-.21 7.42-.382 11.13-.518m31.71.09c2.914.122 5.832.262 8.747.428c2.101.118 4.194.26 6.288.416c.006 0 .015.004.021.008c-.212.148-.427.309-.64.46c-8.574 5.982-18.481 8.516-24.194 9.54c4.036-3.34 7.183-7.28 8.77-9.428a47.32 47.32 0 0 0 1.007-1.424zm-3.397.588c-.202.265-.427.556-.668.858a55.59 55.59 0 0 1-4.988 5.519a246.38 246.38 0 0 0-7.297-.111c-4.136 0-8.1.109-11.868.29c5.317-2.205 11.711-4.36 18.631-5.656a71.798 71.798 0 0 1 6.19-.9m21.88 1.215c6.933.98 12.022 2.028 14.786 2.654l-1.906 7.225c-3.894-.858-12.45-2.544-24.098-3.678c3.807-1.623 7.68-3.656 11.219-6.201zm-53.011 1.166a47.573 47.573 0 0 0-6.123 5.1a230.85 230.85 0 0 0-13.799 1.798c5.891-2.71 12.616-5.201 19.922-6.898m-26.928.547a66.47 66.47 0 0 0-3.982 2.941l-.53-2a147.89 147.89 0 0 1 4.512-.941m45.106 5.742c1.58 0 3.128.02 4.656.047a30.352 30.352 0 0 1-3.36 2.375l-3.898 2.355c-2.448.3-4.572.905-4.695.938a.72.72 0 0 0-.201.09a.895.895 0 0 0-.403.508l-3.976 13.095l-21.237 4.723l-6.691-4.686L27.514 68.6c3.797-.7 8.88-1.51 14.982-2.192a33.581 33.581 0 0 0-1.892 2.47l-3.635 5.214l5.293-3.527c.078-.056 3.448-2.274 8.959-4.967a240.52 240.52 0 0 1 18.04-.68zm18.494.711c9.675.743 17.573 1.933 22.974 2.916l-1.916 13.406l-6.744 4.723l-21.209-2.41l-3.959-13.033a.9.9 0 0 0-.605-.598c-.132-.04-2.755-.787-5.541-1.027l.51-.038c.44-.03 7.756-.926 16.49-3.939m24.722 3.244a158.3 158.3 0 0 1 3.669.748l-2.167 15.153l-10.374 7.27l-27.061-3.08l-4.074-13.411a.879.879 0 0 0-.71-.623c-1.002-.162-1.89-.244-2.628-.244c-.746 0-1.626.082-2.633.244a.888.888 0 0 0-.709.623L61.818 88.64l-26.91 5.986l-10.666-7.47l-2.101-17.007a155.2 155.2 0 0 1 1.392-.777c.663-.138 1.405-.29 2.227-.45l1.978 16.05a.891.891 0 0 0 .373.619l7.34 5.137a.868.868 0 0 0 .703.14l22.125-4.925a.886.886 0 0 0 .656-.604l3.987-13.121c1.067-.275 3.804-.914 6.213-.914c2.398 0 5.137.64 6.205.916l3.986 13.119a.89.89 0 0 0 .752.623l22.127 2.514a.886.886 0 0 0 .605-.157l7.342-5.132a.907.907 0 0 0 .37-.606zm4.99 4.078c1.08.587 2.19 1.217 2.518 1.492c.33.266.583.96.291 4.194c-.354 3.963-2.02 10.914-3.05 12.033c-1.137.22-3.522-.044-4.977-.38c.248-.999.322-1.48.523-2.499l2.545-1.78a.89.89 0 0 0 .371-.603zm-96.556 1.73l1.61 13.089a.888.888 0 0 0 .374.619l3.305 2.312c.126.45.257.902.397 1.346c-1.37.402-4.157.788-5.416.566c-1.047-1.053-2.997-8.3-3.424-12.146c-.345-3.118-.103-3.79.215-4.053c.368-.308 1.745-1.093 2.939-1.732zm48.223 1.782c.51 0 1.115.049 1.798.14l4.082 13.44c.103.34.396.585.748.625l1.899.215l26.078 2.967a.91.91 0 0 0 .611-.157l2.621-1.836l2.418-1.697l.899-.629a52.65 52.65 0 0 1-.477 1.858c-1.248 3.995-2.718 7.535-4.355 10.658c-.36.024-.744.039-1.15.039c-1.263 0-2.552-.108-3.979-.236c-2.475-.23-6.406-.677-7.645-.823c-1.07-.85-4.727-3.757-7.769-6.152c-.118-.097-.221-.186-.324-.27c-.534-.454-1.142-.97-2.38-.97c-1.12 0-2.755.411-6.712 1.607c2.058-1.536 2.07-3.523 2.07-3.523s-2.932 2.722-7.654 3.332c-4.721.605-8.428-2.295-8.428-2.295c.156.504.374 1.644 1.444 2.615a34.338 34.338 0 0 0-4.04-.252c-.515 0-1.038.015-1.537.04c-2.907.15-6.994 4.541-9.867 8.968a559.225 559.225 0 0 1-10.916 3.35c-4.76-6.597-7.104-13.337-7.34-14.036l.004-.003c-.097-.268-.195-.536-.281-.811l1.22.854v.007l3.026 2.118l1.01.7a.883.883 0 0 0 .512.163c.063 0 .13-.005.195-.018l27.797-6.191a.886.886 0 0 0 .656-.606l3.963-13.05a13.42 13.42 0 0 1 1.803-.141m13.074 19.92c.225 0 .226 0 .603.322c.12.1.252.21.397.328c3.586 2.82 8.023 6.354 8.068 6.387l.307.246l.387.043c.052.007 5.115.602 8.107.877c1.497.133 2.85.25 4.227.25c2.316 0 4.11-.348 5.478-1.066a77.695 77.695 0 0 1 3.33-1.614a541.942 541.942 0 0 0-4.607 8.936c-1.83 3.664-5.28 4.467-7.8 5.049c-.44.1-.857.194-1.231.3c-1.892.53-5.796 1.466-9.24 2.29c-.956.228-1.887.45-2.745.66a11.61 11.61 0 0 1-2.709.334c-2.55 0-4.779-.924-6.62-2.75a90.88 90.88 0 0 1-5.06-5.473l-1.021-1.215s-.29-.438-.484-.578l-.012-.01c-.003 0-.004 0-.004-.004c-.126.133-.201.562-.201.562l-.621 1.653c-.014.036-.367.97-2.123 4.896c-1.703 3.82-7.773 4.605-7.829 4.612c-.352.043-.626.093-.974.152c-1.027.18-2.936.518-10.348 1.355c-.997.114-1.97.17-2.883.17c-7.287 0-11.086-3.587-14.101-7.47c-1.726-2.217-3.688-5.046-5.22-7.31c2.811 1.291 5.768 2.663 5.818 2.683l.462.215l.49-.141a510.28 510.28 0 0 0 14.749-4.48l.472-.153l.27-.422c4.139-6.548 7.375-8.086 7.951-8.115a27.17 27.17 0 0 1 1.398-.035c5.757 0 10.562 1.782 10.612 1.799l.441.166l.451-.143c7.322-2.27 10.665-3.307 11.815-3.307zm-9.748 18.57a88.84 88.84 0 0 0 2.283 2.469a29.17 29.17 0 0 1-2.037.242c-.437.021-.9.068-1.32.067h-.155a253.5 253.5 0 0 0 1.229-2.778m3.441 3.654l.322.327c2.115 2.094 4.736 3.294 7.618 3.506a42.064 42.064 0 0 1-12.924 2.962c-3.506.236-7.062-.178-10.545-1.132c.293-.054.506-.09.764-.12c.285-.036 6.532-.852 9.345-5.037l.266.006l.693-.006c.468 0 .892-.04 1.338-.056c1.064-.093 2.1-.243 3.123-.45'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-argo-cd.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-argo-cd.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 128 128'%3E%3Cdefs%3E%3CclipPath id='deviconArgocd0'%3E%3Cpath d='M42 41h44v51H42zm0 0'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd1'%3E%3Cuse href='%23deviconArgocdc'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd2'%3E%3Cuse href='%23deviconArgocdc'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd3'%3E%3Cpath d='m85.695 41.133l-2.55 58.238H44.887l-2.125-58.238'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd4'%3E%3Cuse href='%23deviconArgocdc'/%3E%3C/clipPath%3E%3Cmask id='deviconArgocd5'%3E%3Cg filter='url(%23deviconArgocdb)'%3E%3Cuse href='%23deviconArgocdc' fill-opacity='0.251'/%3E%3C/g%3E%3C/mask%3E%3Cmask id='deviconArgocd6'%3E%3Cg filter='url(%23deviconArgocdb)'%3E%3Cuse href='%23deviconArgocdc' fill-opacity='0.22'/%3E%3C/g%3E%3C/mask%3E%3Cmask id='deviconArgocd7'%3E%3Cg filter='url(%23deviconArgocdb)'%3E%3Cuse href='%23deviconArgocdc' fill-opacity='0.502'/%3E%3C/g%3E%3C/mask%3E%3Cg id='deviconArgocd8' clip-path='url(%23deviconArgocd4)'%3E%3Cpath fill='%23fbdfc3' d='M58.488 30.508a2.974 2.974 0 1 1-5.948-.003a2.974 2.974 0 0 1 5.948.003m0 0'/%3E%3C/g%3E%3Cg id='deviconArgocd9' clip-path='url(%23deviconArgocd2)'%3E%3Cpath fill='%23e34e3b' d='M84.422 65.363s2.55-22.531-.852-31.031C77.195 19.453 62.316 20.73 62.316 20.73s8.5 3.399 8.926 16.153c.426 8.926 0 22.105 0 22.105zm0 0'/%3E%3C/g%3E%3Cg id='deviconArgocda' clip-path='url(%23deviconArgocd1)'%3E%3Cpath fill='%23e9654b' d='M83.145 90.867V87.47c-5.95 3.398-12.329 6.8-19.977 6.8c-8.504 0-14.031-3.824-19.555-6.8l.422 3.398s6.38 6.805 19.555 6.805c12.328-.426 19.555-6.805 19.555-6.805zm0 0'/%3E%3C/g%3E%3Cfilter id='deviconArgocdb' width='100%25' height='100%25' x='0%25' y='0%25' filterUnits='objectBoundingBox'%3E%3CfeColorMatrix in='SourceGraphic' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/%3E%3C/filter%3E%3Cpath id='deviconArgocdc' d='M0 0h128v128H0z'/%3E%3C/defs%3E%3Cpath fill='%23e9654b' d='M44.035 89.594s-.847 2.55-2.125 3.824a3.844 3.844 0 0 1-2.972 1.277a49.946 49.946 0 0 1-6.38 1.274s2.977.426 6.38.851c1.273 0 1.273 0 2.124.426c2.126 0 2.973-1.277 2.973-1.277zm39.11 0s.851 2.55 2.125 3.824a3.858 3.858 0 0 0 2.976 1.277a49.8 49.8 0 0 0 6.375 1.274s-2.973.426-6.8.851c-1.274 0-1.274 0-2.126.426c-2.55 0-2.976-1.277-2.976-1.277zm0 0'/%3E%3Cpath fill='%23b6cfea' d='M109.926 47.508c0 25.355-20.555 45.91-45.91 45.91c-25.356 0-45.91-20.555-45.91-45.91c0-25.352 20.554-45.906 45.91-45.906c25.355 0 45.91 20.554 45.91 45.906m0 0'/%3E%3Cpath fill='%23e6f5f8' d='M108.227 47.508c0 24.418-19.793 44.21-44.211 44.21c-24.414 0-44.207-19.792-44.207-44.21C19.809 23.094 39.602 3.3 64.016 3.3c24.418 0 44.21 19.793 44.21 44.207zm0 0'/%3E%3Cpath fill='%23d0e8f0' d='M100.148 48.36c0 19.956-16.175 36.132-36.132 36.132c-19.954 0-36.133-16.176-36.133-36.133c0-19.953 16.18-36.132 36.133-36.132c19.957 0 36.132 16.18 36.132 36.132zm0 0'/%3E%3Cpath fill='%23ee794b' d='M42.762 65.363s2.976 48.035 2.976 48.887c0 .422.426 1.273-1.703 2.125c-2.125.848-8.926 2.55-8.926 2.55h10.203c4.676 0 4.676-3.827 4.676-4.675c0-.852 1.274-19.129 1.274-19.129s.425 21.68.425 22.527c0 .852-.425 2.125-3.398 2.977c-2.125.426-8.504 1.7-8.504 1.7h9.778c5.953 0 5.953-3.825 5.953-3.825l1.273-19.129s.426 19.129.426 21.254c0 1.7-1.274 2.977-5.953 3.824c-2.973.852-6.801 1.703-6.801 1.703h11.055c5.523-.425 6.375-4.254 6.375-4.254l9.351-47.609zm0 0'/%3E%3Cpath fill='%23ee794b' d='M85.27 65.363s-2.973 48.035-2.973 48.887c0 .422-.426 1.273 1.7 2.125c2.124.848 8.925 2.55 8.925 2.55H82.719c-4.676 0-4.676-3.827-4.676-4.675c0-.852-1.273-19.129-1.273-19.129s-.426 21.68-.426 22.527c0 .852.426 2.125 3.402 2.977l8.5 1.7H78.47c-5.95 0-5.95-3.825-5.95-3.825l-1.277-19.129s-.426 19.129-.426 21.254c0 1.7 1.278 2.977 5.954 3.824c2.976.852 6.8 1.703 6.8 1.703H72.52c-5.528-.425-6.38-4.254-6.38-4.254L56.79 74.29zm.425-23.379c0 11.903-9.777 21.254-21.254 21.254c-11.476 0-21.254-9.777-21.254-21.254c0-11.476 9.778-21.254 21.254-21.254c11.477 0 21.254 9.352 21.254 21.254m0 0'/%3E%3Cg clip-path='url(%23deviconArgocd0)'%3E%3Cg clip-path='url(%23deviconArgocd3)'%3E%3Cpath fill='%23ee794b' d='M102.273 53.46c0 20.895-16.937 37.833-37.832 37.833c-20.894 0-37.832-16.938-37.832-37.832c0-20.895 16.938-37.832 37.832-37.832c20.895 0 37.832 16.937 37.832 37.832zm0 0'/%3E%3C/g%3E%3C/g%3E%3Cuse href='%23deviconArgocd9' mask='url(%23deviconArgocd6)'/%3E%3Cuse href='%23deviconArgocd8' mask='url(%23deviconArgocd7)'/%3E%3Cpath fill='%23010101' d='M71.668 73.863c0 7.227-3.402 11.907-7.652 11.907s-7.653-5.528-7.653-12.754c0 0 3.403 6.8 8.078 6.8c4.676 0 7.227-5.953 7.227-5.953m0 0'/%3E%3Cpath fill='%23fff' d='M71.668 73.863c0 4.68-3.402 7.227-7.652 7.227s-7.227-3.399-7.227-7.649c0 0 3.402 4.25 8.078 4.25c4.676 0 6.801-3.828 6.801-3.828m0 0'/%3E%3Cpath fill='%23e9654b' d='M92.07 53.887c0 7.277-5.898 13.175-13.175 13.175c-7.278 0-13.18-5.898-13.18-13.175c0-7.278 5.902-13.18 13.18-13.18c7.277 0 13.175 5.902 13.175 13.18m-29.754 0c0 7.277-5.902 13.175-13.18 13.175c-7.277 0-13.175-5.898-13.175-13.175c0-7.278 5.898-13.18 13.176-13.18c7.277 0 13.18 5.902 13.18 13.18zm0 0'/%3E%3Cpath fill='%23fff' d='M89.098 53.887c0 5.633-4.57 10.203-10.203 10.203c-5.633 0-10.204-4.57-10.204-10.203c0-5.637 4.57-10.203 10.204-10.203c5.632 0 10.203 4.566 10.203 10.203m-30.61 0c0 5.633-4.566 10.203-10.199 10.203c-5.637 0-10.203-4.57-10.203-10.203a10.201 10.201 0 0 1 10.203-10.203c5.633 0 10.2 4.566 10.2 10.203zm0 0'/%3E%3Cpath fill='%23010101' d='M51.262 52.61a2.975 2.975 0 1 1-5.95.003a2.975 2.975 0 0 1 5.95-.004zm30.609 0a2.976 2.976 0 1 1-5.951.001a2.976 2.976 0 0 1 5.951-.002zm0 0'/%3E%3Cpath fill='%23b6cfea' d='M17.258 58.988a2.005 2.005 0 0 1-2.125-2.125V39.86a2.008 2.008 0 0 1 .582-1.543a2.008 2.008 0 0 1 1.543-.582a2.005 2.005 0 0 1 2.125 2.125v17.004c.035.57-.18 1.133-.586 1.54a2.008 2.008 0 0 1-1.54.585zm92.668 0a2.003 2.003 0 0 1-1.54-.586a2.008 2.008 0 0 1-.585-1.539V39.86a2.011 2.011 0 0 1 .586-1.543a2 2 0 0 1 1.539-.582a2 2 0 0 1 1.539.582c.41.407.62.97.586 1.543v17.004a1.994 1.994 0 0 1-.586 1.54a2.003 2.003 0 0 1-1.54.585zm0 0'/%3E%3Cpath fill='%23fff' d='M51.688 13.504a2.125 2.125 0 1 1-4.25 0a2.125 2.125 0 0 1 4.25 0M34.262 70.89a1.559 1.559 0 0 1-1.278-.425c-5.101-6.375-7.652-14.453-7.652-22.531a37.933 37.933 0 0 1 5.102-19.13a41.641 41.641 0 0 1 13.601-13.6a1.873 1.873 0 0 1 2.13.425a1.874 1.874 0 0 1-.427 2.125a34.305 34.305 0 0 0-17.43 29.754a33.487 33.487 0 0 0 7.227 20.832c.426.426.426 1.7-.426 2.125c-.425.426-.425.426-.847.426zm0 0'/%3E%3Cuse href='%23deviconArgocda' mask='url(%23deviconArgocd5)'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-kubernetes.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-kubernetes.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 128 128'%3E%3Cpath fill='%23326ce5' d='M63.556 1.912a8.51 8.44 0 0 0-3.26.826L15.795 24a8.51 8.44 0 0 0-4.604 5.725L.214 77.485a8.51 8.44 0 0 0 1.155 6.47a8.51 8.44 0 0 0 .484.672l30.8 38.296a8.51 8.44 0 0 0 6.653 3.176l49.394-.012a8.51 8.44 0 0 0 6.653-3.17l30.789-38.301a8.51 8.44 0 0 0 1.645-7.142l-10.996-47.76a8.51 8.44 0 0 0-4.604-5.726L67.682 2.738a8.51 8.44 0 0 0-4.126-.826'/%3E%3Cpath fill='%23fff' d='M63.975 18.143v.01c-1.472.014-2.664 1.336-2.664 2.972c0 .028.005.052.005.074c-.002.222-.012.49-.005.684c.035.946.24 1.668.365 2.535c.17 1.42.215 2.547.224 3.687l.036-.164a40.909 40.909 0 0 0-.118-2.394c.139 1.228.24 2.364.186 3.392c-.015-.325-.061-.677-.066-.982l-.036.164c.003.347.096.79.069 1.123c-.061.29-.291.495-.467.742l-.025.121c.173-.227.354-.444.46-.699c-.134.423-.42.796-.707 1.094c.08-.124.146-.262.24-.385l.026-.12c-.145.203-.227.457-.385.61l-.006.006l-.064 1.12a34.702 34.702 0 0 0-4.797.736a34.279 34.279 0 0 0-17.398 9.935c-.296-.202-.8-.56-.95-.672l-.005-.005l-.01.002c-.478.064-.95.207-1.57-.153c-1.187-.8-2.271-1.907-3.584-3.24c-.601-.637-1.037-1.246-1.754-1.861c-.163-.141-.41-.33-.592-.473a3.193 3.193 0 0 0-1.87-.705c-.825-.028-1.62.294-2.14.947c-.925 1.16-.628 2.933.658 3.96l.04.026c.174.143.39.326.552.446c.762.561 1.457.849 2.21 1.293c1.594.984 2.91 1.798 3.956 2.779c.402.427.474 1.19.53 1.525v.008l.847.754c-4.561 6.874-6.675 15.36-5.432 24.006l-1.103.324l-.004.006c-.295.381-.712.972-1.135 1.147c-1.366.43-2.908.588-4.77.783c-.872.073-1.626.031-2.556.207c-.205.04-.49.112-.713.164l-.023.006l-.04.011c-1.58.383-2.6 1.837-2.27 3.272c.327 1.435 1.873 2.306 3.464 1.963l.039-.006h.002c.02-.005.038-.015.05-.018c.22-.048.496-.101.69-.154c.913-.245 1.574-.603 2.393-.916c1.76-.632 3.218-1.16 4.637-1.365c.582-.046 1.204.362 1.517.537l.008.004l1.152-.197c2.674 8.274 8.266 14.96 15.346 19.162l-.48 1.152l.003.01c.174.45.364 1.057.237 1.492c-.516 1.336-1.4 2.749-2.408 4.326c-.488.728-.99 1.295-1.43 2.131c-.107.201-.24.507-.342.717c-.69 1.475-.184 3.177 1.143 3.816c1.335.643 2.99-.036 3.707-1.513l.007-.008v-.01c.1-.207.242-.478.329-.674c.378-.866.505-1.607.77-2.441h-.003c.706-1.773 1.094-3.627 2.059-4.778c.26-.31.688-.432 1.136-.552l.01-.004l.6-1.084a34.436 34.436 0 0 0 24.556.062c.172.303.478.865.563 1.01l.004.006l.008.004c.458.149.948.223 1.35.816c.722 1.237 1.218 2.703 1.822 4.475c.265.832.397 1.575.775 2.441c.087.2.23.475.33.684c.715 1.482 2.375 2.163 3.713 1.52c1.326-.64 1.832-2.34 1.143-3.815c-.102-.21-.243-.518-.348-.719c-.441-.836-.943-1.397-1.43-2.125c-1.01-1.577-1.843-2.885-2.36-4.222c-.213-.685.036-1.104.206-1.555l.006-.014l-.01-.01a.834.834 0 0 1-.09-.168a6.23 6.23 0 0 1-.12-.29c-.08-.21-.16-.442-.224-.596c7.358-4.35 12.786-11.285 15.34-19.295c.347.054.93.155 1.12.193l.01.002l.009-.004c.402-.265.76-.606 1.475-.549c1.419.205 2.876.734 4.638 1.366c.817.312 1.479.677 2.393.921c.194.052.47.101.69.149c.012.003.029.012.05.017h.002l.04.004c1.59.341 3.137-.528 3.464-1.963c.327-1.435-.691-2.888-2.272-3.269c-.227-.052-.551-.141-.775-.184c-.93-.176-1.683-.132-2.557-.205c-1.86-.195-3.402-.353-4.77-.783c-.547-.213-.942-.872-1.138-1.148l-.006-.006l-1.066-.31a34.42 34.42 0 0 0-.56-12.425a34.497 34.497 0 0 0-4.983-11.525c.278-.252.785-.701.932-.836l.007-.006v-.01c.044-.48.006-.97.495-1.494c1.045-.98 2.364-1.797 3.957-2.779c.754-.444 1.454-.731 2.214-1.293c.174-.128.408-.328.588-.473c1.286-1.026 1.584-2.798.658-3.959c-.925-1.16-2.718-1.267-4.003-.242c-.182.145-.43.332-.594.473c-.717.618-1.16 1.226-1.76 1.863c-1.313 1.335-2.398 2.446-3.586 3.246c-.507.294-1.258.193-1.603.172h-.008l-1.004.719c-5.775-6.048-13.63-9.916-22.09-10.672a63.543 63.543 0 0 1-.064-1.174v-.008l-.006-.006c-.35-.333-.76-.61-.864-1.318v-.002c-.115-1.428.077-2.967.3-4.824c.125-.867.332-1.59.366-2.535c.009-.216-.005-.527-.005-.758c0-1.645-1.203-2.982-2.688-2.982zm-3.514 13.7a34.663 34.663 0 0 0-3.59.552a34.618 34.618 0 0 1 3.59-.551zm-4.781.823a34.262 34.262 0 0 0-3.711 1.133a34.208 34.208 0 0 1 3.71-1.133zm-4.825 1.564a34.262 34.262 0 0 0-3.496 1.666a34.216 34.216 0 0 1 3.496-1.666M28.8 35.377c.142.02.28.048.418.086a3.168 3.168 0 0 0-.418-.086m.943.283c.132.064.259.137.38.219a3.168 3.168 0 0 0-.38-.219m16.549.848a34.262 34.262 0 0 0-3.176 2.14a34.228 34.228 0 0 1 3.176-2.14m14.346 2.344l-.787 13.93l-.057.029l-.002.013c-.002.05-.014.095-.02.143a2.348 2.348 0 0 1-.263.857c-.038.07-.076.141-.121.207a2.348 2.348 0 0 1-.69.662c-.07.045-.147.08-.222.118a2.348 2.348 0 0 1-.873.226c-.045.003-.088.014-.133.014c-.05 0-.094-.022-.143-.026a2.334 2.334 0 0 1-.943-.304c-.045-.026-.094-.041-.137-.069l-.006.022l.004-.022c-.044-.027-.102-.016-.144-.047l-.012-.01l-.022.014l-11.421-8.097c.093-.091.192-.174.287-.264a27.438 27.438 0 0 1 3.23-2.635c.237-.165.473-.332.715-.49a27.438 27.438 0 0 1 3.816-2.078c.24-.107.487-.204.73-.305a27.438 27.438 0 0 1 4.044-1.312c.12-.03.238-.067.36-.094c.576-.13 1.162-.206 1.745-.299l.006-.025a28.076 28.076 0 0 1 .004 0l-.006.025c.355-.056.704-.14 1.06-.183zm6.726.002c.197.024.39.068.586.097a27.668 27.668 0 0 1 3.16.656c.412.111.82.23 1.225.36a27.668 27.668 0 0 1 3.033 1.168c.375.17.745.348 1.112.535a27.668 27.668 0 0 1 2.83 1.662c.344.23.68.47 1.015.717a27.668 27.668 0 0 1 2.496 2.074c.144.134.297.257.438.395l-11.346 8.044l-.04-.015l-.01.008c-.045.032-.094.045-.14.074a2.35 2.35 0 0 1-.882.334c-.077.012-.153.03-.23.033a2.35 2.35 0 0 1-.99-.176a2.34 2.34 0 0 1-.265-.127a2.35 2.35 0 0 1-.746-.65c-.05-.069-.088-.146-.13-.22a2.35 2.35 0 0 1-.288-.887c-.006-.055-.026-.103-.03-.159v-.011l-.011-.006zm-25.238.576a34.262 34.262 0 0 0-2.81 2.576a34.228 34.228 0 0 1 2.81-2.576m50.916 8.14a34.483 34.483 0 0 1 1.522 2.594a34.478 34.478 0 0 0-1.522-2.594m1.994 3.508c.488.993.927 2.01 1.317 3.045a34.478 34.478 0 0 0-1.317-3.045m-54.576.69l10.43 9.328l-.012.056l.01.008c.94.817 1.07 2.23.293 3.203c-.028.035-.068.057-.098.09a2.348 2.348 0 0 1-.986.65c-.043.015-.078.043-.121.055l-.014.002l-.012.047l-13.367 3.86c-.02-.185-.02-.37-.037-.555a27.432 27.432 0 0 1-.092-3.344c.013-.387.033-.773.063-1.158a27.432 27.432 0 0 1 .457-3.307c.08-.407.173-.812.273-1.215a27.432 27.432 0 0 1 .99-3.162c.14-.37.29-.734.448-1.097a27.432 27.432 0 0 1 1.51-2.987c.09-.156.17-.32.265-.474m47.002.007c.097.158.176.324.27.483a27.774 27.774 0 0 1 1.53 3.01c.15.346.298.694.434 1.046a27.774 27.774 0 0 1 1.04 3.288c.045.175.104.346.144.523c.69 3.002.86 5.999.578 8.896l-13.434-3.87l-.011-.057l-.014-.004c-.045-.012-.084-.034-.127-.049a2.35 2.35 0 0 1-.79-.455c-.058-.052-.116-.103-.17-.16a2.35 2.35 0 0 1-.491-.824c-.027-.078-.044-.158-.063-.239a2.35 2.35 0 0 1-.03-.892c.009-.049.01-.096.02-.145c.01-.045.038-.084.05-.129a2.329 2.329 0 0 1 .599-.996c.034-.033.054-.076.09-.107l.01-.01l-.006-.03zm9.228 3.305c.332.965.619 1.945.864 2.938a34.478 34.478 0 0 0-.864-2.938m-34.824 6.752h4.262l2.65 3.314l-.95 4.133l-3.83 1.84l-3.837-1.848l-.953-4.132zm13.727 11.395c.18-.01.357.008.533.04l.014.003l.023-.03l13.828 2.338c-.064.18-.147.351-.215.53a27.466 27.466 0 0 1-1.36 3.011c-.19.363-.386.721-.593 1.074a27.466 27.466 0 0 1-1.853 2.768c-.243.32-.492.633-.748.941a27.466 27.466 0 0 1-2.29 2.432c-.29.274-.588.54-.892.8a27.466 27.466 0 0 1-2.64 2.012c-.16.107-.31.225-.471.329l-5.365-12.967l.015-.022l-.004-.011c-.02-.045-.026-.092-.043-.137a2.351 2.351 0 0 1-.135-.889c.004-.081.006-.162.018-.242a2.351 2.351 0 0 1 .334-.89c.045-.072.098-.137.15-.204a2.351 2.351 0 0 1 .68-.578c.043-.024.079-.055.123-.076c.289-.139.59-.218.89-.232zm-23.31.056l.013.002c.03 0 .06.008.092.01a2.349 2.349 0 0 1 1.226.445c.07.05.133.101.196.158a2.349 2.349 0 0 1 .689 1.106c.008.03.022.059.03.09c.11.479.065.98-.13 1.431l-.005.012l.04.05l-5.31 12.837c-.155-.1-.3-.212-.451-.315a27.58 27.58 0 0 1-2.64-2.011a27.508 27.508 0 0 1-.891-.803a27.58 27.58 0 0 1-2.272-2.408c-.26-.312-.513-.629-.76-.951a27.58 27.58 0 0 1-1.82-2.704a27.294 27.294 0 0 1-.627-1.123a27.58 27.58 0 0 1-1.346-2.947c-.07-.181-.154-.356-.22-.539l13.707-2.326l.023.03l.014-.005c.147-.027.294-.04.443-.039zm2.304 1.994a2.326 2.326 0 0 1 .02.344a2.286 2.286 0 0 0-.02-.344m-.008.703a2.326 2.326 0 0 1-.1.4c.046-.13.077-.264.1-.4m9.334 2.944c.058-.002.114.013.172.015a2.32 2.32 0 0 1 .752.159c.054.021.112.03.164.056v.002a2.31 2.31 0 0 1 1.043.99l.006.012h.053l6.757 12.213c-.276.092-.557.173-.836.256a28.056 28.056 0 0 1-.996.277c-.283.074-.564.15-.85.215c-.124.029-.25.046-.376.072a27.542 27.542 0 0 1-4.18.561c-.28.016-.558.035-.838.043a27.542 27.542 0 0 1-4.32-.223c-.28-.036-.56-.085-.838-.13a27.542 27.542 0 0 1-4.055-.975c-.127-.041-.257-.072-.384-.115l6.742-12.188h.01l.007-.012c.026-.048.065-.085.094-.13a2.351 2.351 0 0 1 .606-.647c.083-.06.168-.115.26-.164a2.351 2.351 0 0 1 .85-.262c.054-.005.103-.023.157-.025M52.297 98.69a34.413 34.413 0 0 0 3.758 1.137a34.352 34.352 0 0 1-3.758-1.137m23.385.09c-1.07.381-2.156.709-3.258.983a34.56 34.56 0 0 0 3.258-.983m-4.575 1.281a34.399 34.399 0 0 1-3.718.563a34.413 34.413 0 0 0 3.718-.563m-13.937.016a34.413 34.413 0 0 0 3.898.572a34.358 34.358 0 0 1-3.898-.572m8.91.649a34.36 34.36 0 0 1-3.851.005a34.413 34.413 0 0 0 3.85-.005z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-pulumi.theme--light::before, .v-icon[style="font-size: 12px;"].mdi-pulumi.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 128 128'%3E%3Cpath fill='%23f26e7e' d='M24.156 108.54c4.734-2.734 4.742-11.582.02-19.766c-4.727-8.18-12.395-12.598-17.13-9.867c-4.73 2.734-4.742 11.582-.015 19.766c4.723 8.183 12.39 12.602 17.125 9.867'/%3E%3Cpath fill='%23893390' d='M120.98 98.684c4.723-8.18 4.715-17.031-.02-19.762c-4.73-2.734-12.398 1.684-17.125 9.863c-4.722 8.184-4.714 17.031.02 19.766s12.402-1.683 17.125-9.867'/%3E%3Cpath fill='%23f26e7e' d='M56.418 127.19c4.734-2.734 4.742-11.582.016-19.766c-4.723-8.184-12.391-12.598-17.125-9.867c-4.735 2.734-4.743 11.582-.016 19.766c4.723 8.183 12.391 12.602 17.125 9.867'/%3E%3Cpath fill='%23893390' d='M88.727 117.3c4.723-8.184 4.715-17.031-.02-19.766c-4.734-2.73-12.398 1.687-17.125 9.867c-4.722 8.184-4.714 17.031.02 19.766c4.73 2.735 12.398-1.683 17.125-9.867'/%3E%3Cpath fill='%23f6bf29' d='M63.984 19.797c9.45 0 17.109-4.434 17.109-9.898c0-5.47-7.66-9.899-17.109-9.899S46.875 4.43 46.875 9.9c0 5.464 7.66 9.898 17.109 9.898'/%3E%3Cpath fill='%23f26e7e' d='M24.145 71.254c4.734-2.734 4.742-11.582.02-19.766c-4.727-8.18-12.395-12.598-17.125-9.867c-4.735 2.734-4.743 11.582-.02 19.766c4.723 8.183 12.391 12.602 17.125 9.867'/%3E%3Cpath fill='%23f6bf29' d='M31.73 38.398c9.45 0 17.109-4.434 17.109-9.898s-7.66-9.9-17.109-9.9s-17.109 4.435-17.109 9.9s7.66 9.898 17.109 9.898'/%3E%3Cpath fill='%23893390' d='M120.96 61.406c4.723-8.18 4.719-17.031-.016-19.762c-4.734-2.734-12.402 1.684-17.129 9.863c-4.722 8.184-4.714 17.035.02 19.766c4.734 2.735 12.402-1.683 17.125-9.867'/%3E%3Cpath fill='%23f6bf29' d='M96.281 38.398c9.45 0 17.109-4.434 17.109-9.898s-7.66-9.9-17.109-9.9s-17.109 4.435-17.109 9.9s7.66 9.898 17.109 9.898'/%3E%3Cpath fill='%23f26e7e' d='M56.406 89.906c4.734-2.734 4.742-11.582.02-19.766c-4.727-8.184-12.395-12.598-17.125-9.867c-4.735 2.734-4.743 11.582-.02 19.766c4.723 8.183 12.391 12.602 17.125 9.867'/%3E%3Cpath fill='%23893390' d='M88.707 80.027c4.727-8.18 4.715-17.031-.016-19.762c-4.734-2.734-12.402 1.684-17.129 9.863c-4.722 8.184-4.714 17.031.02 19.766s12.402-1.683 17.125-9.867'/%3E%3Cpath fill='%23f6bf29' d='M63.984 57.043c9.45 0 17.109-4.434 17.109-9.898c0-5.47-7.66-9.899-17.109-9.899s-17.109 4.43-17.109 9.899c0 5.464 7.66 9.898 17.109 9.898'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-anthropic.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.765 5h-3.308l5.923 15h3.23zM7.226 5L1.38 20h3.308l1.307-3.154h6.154l1.23 3.077h3.309L10.688 5zm-.308 9.077l2-5.308l2.077 5.308z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-anthropic.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.765 5h-3.308l5.923 15h3.23zM7.226 5L1.38 20h3.308l1.307-3.154h6.154l1.23 3.077h3.309L10.688 5zm-.308 9.077l2-5.308l2.077 5.308z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-pull-request.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-pull-request.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-language-dart.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 32 32'%3E%3Cpath fill='%2366c3fa' d='M16.739 2.037a1.314 1.314 0 0 0-.916.377l-.013.01l-8.59 4.965l8.566 8.566v.006l10.3 10.3l1.963-3.536l-7.081-16.997l-3.3-3.3a1.307 1.307 0 0 0-.927-.388Z'/%3E%3Cpath fill='%23215896' d='m7.25 7.35l-4.962 8.581l-.01.013a1.322 1.322 0 0 0-.378.919a1.3 1.3 0 0 0 .387.924L6.4 21.9l16.084 6.327l3.636-2.02l-.1-.1h-.025l-10.083-10.1H15.9z'/%3E%3Cpath fill='%23235997' d='m7.192 7.362l8.764 8.773h.013l10.087 10.1l3.839-.732l.005-11.363l-4.054-3.973a6.521 6.521 0 0 0-3.624-1.616v-.044z'/%3E%3Cpath fill='%2358b6f0' d='m7.256 7.411l8.768 8.768v.013l10.092 10.092l-.734 3.839h-11.36l-3.971-4.056a6.522 6.522 0 0 1-1.614-3.625h-.044z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-language-dart.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 32 32'%3E%3Cpath fill='%2366c3fa' d='M16.739 2.037a1.314 1.314 0 0 0-.916.377l-.013.01l-8.59 4.965l8.566 8.566v.006l10.3 10.3l1.963-3.536l-7.081-16.997l-3.3-3.3a1.307 1.307 0 0 0-.927-.388Z'/%3E%3Cpath fill='%23215896' d='m7.25 7.35l-4.962 8.581l-.01.013a1.322 1.322 0 0 0-.378.919a1.3 1.3 0 0 0 .387.924L6.4 21.9l16.084 6.327l3.636-2.02l-.1-.1h-.025l-10.083-10.1H15.9z'/%3E%3Cpath fill='%23235997' d='m7.192 7.362l8.764 8.773h.013l10.087 10.1l3.839-.732l.005-11.363l-4.054-3.973a6.521 6.521 0 0 0-3.624-1.616v-.044z'/%3E%3Cpath fill='%2358b6f0' d='m7.256 7.411l8.768 8.768v.013l10.092 10.092l-.734 3.839h-11.36l-3.971-4.056a6.522 6.522 0 0 1-1.614-3.625h-.044z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-language-javascript.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 128 128'%3E%3Cpath fill='%23f0db4f' d='M1.408 1.408h125.184v125.185H1.408z'/%3E%3Cpath fill='%23323330' d='M116.347 96.736c-.917-5.711-4.641-10.508-15.672-14.981c-3.832-1.761-8.104-3.022-9.377-5.926c-.452-1.69-.512-2.642-.226-3.665c.821-3.32 4.784-4.355 7.925-3.403c2.023.678 3.938 2.237 5.093 4.724c5.402-3.498 5.391-3.475 9.163-5.879c-1.381-2.141-2.118-3.129-3.022-4.045c-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902 2.748-8.877 5.235c-5.926 6.724-4.236 18.492 2.975 23.335c7.104 5.332 17.54 6.545 18.873 11.531c1.297 6.104-4.486 8.08-10.234 7.378c-4.236-.881-6.592-3.034-9.139-6.949c-4.688 2.713-4.688 2.713-9.508 5.485c1.143 2.499 2.344 3.63 4.26 5.795c9.068 9.198 31.76 8.746 35.83-5.176c.165-.478 1.261-3.666.38-8.581M69.462 58.943H57.753l-.048 30.272c0 6.438.333 12.34-.714 14.149c-1.713 3.558-6.152 3.117-8.175 2.427c-2.059-1.012-3.106-2.451-4.319-4.485c-.333-.584-.583-1.036-.667-1.071l-9.52 5.83c1.583 3.249 3.915 6.069 6.902 7.901c4.462 2.678 10.459 3.499 16.731 2.059c4.082-1.189 7.604-3.652 9.448-7.401c2.666-4.915 2.094-10.864 2.07-17.444c.06-10.735.001-21.468.001-32.237'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 12px;"].mdi-language-javascript.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 128 128'%3E%3Cpath fill='%23f0db4f' d='M1.408 1.408h125.184v125.185H1.408z'/%3E%3Cpath fill='%23323330' d='M116.347 96.736c-.917-5.711-4.641-10.508-15.672-14.981c-3.832-1.761-8.104-3.022-9.377-5.926c-.452-1.69-.512-2.642-.226-3.665c.821-3.32 4.784-4.355 7.925-3.403c2.023.678 3.938 2.237 5.093 4.724c5.402-3.498 5.391-3.475 9.163-5.879c-1.381-2.141-2.118-3.129-3.022-4.045c-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902 2.748-8.877 5.235c-5.926 6.724-4.236 18.492 2.975 23.335c7.104 5.332 17.54 6.545 18.873 11.531c1.297 6.104-4.486 8.08-10.234 7.378c-4.236-.881-6.592-3.034-9.139-6.949c-4.688 2.713-4.688 2.713-9.508 5.485c1.143 2.499 2.344 3.63 4.26 5.795c9.068 9.198 31.76 8.746 35.83-5.176c.165-.478 1.261-3.666.38-8.581M69.462 58.943H57.753l-.048 30.272c0 6.438.333 12.34-.714 14.149c-1.713 3.558-6.152 3.117-8.175 2.427c-2.059-1.012-3.106-2.451-4.319-4.485c-.333-.584-.583-1.036-.667-1.071l-9.52 5.83c1.583 3.249 3.915 6.069 6.902 7.901c4.462 2.678 10.459 3.499 16.731 2.059c4.082-1.189 7.604-3.652 9.448-7.401c2.666-4.915 2.094-10.864 2.07-17.444c.06-10.735.001-21.468.001-32.237'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-twilio.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-twilio.theme--dark::before {
  content: url("https://api.iconify.design/logos/twilio-icon.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-datadog.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-datadog.theme--dark::before {
  content: url("https://api.iconify.design/vscode-icons/file-type-datadog.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-auth0.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-auth0.theme--dark::before {
  content: url("https://api.iconify.design/cib/auth0.svg?color=%23e45223&width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-databricks.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-databricks.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/databricks.svg?color=%23f8301a&width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-jwt.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-jwt.theme--dark::before {
  content: url("https://api.iconify.design/logos/jwt-icon.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-sendgrid.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-sendgrid.theme--dark::before {
  content: url("https://api.iconify.design/logos/sendgrid-icon.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-open-api.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-open-api.theme--dark::before {
  content: url("https://api.iconify.design/logos/openapi-icon.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-mailgun.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-mailgun.theme--dark::before {
  content: url("https://api.iconify.design/logos/mailgun-icon.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-mailchimp.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-mailchimp.theme--dark::before {
  content: url("https://api.iconify.design/logos/mailchimp-freddie.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-npm-icon.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-npm-icon.theme--dark::before {
  content: url("https://api.iconify.design/logos/npm-icon.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-pypi.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-pypi.theme--dark::before {
  content: url("https://api.iconify.design/logos/pypi.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-yarn.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-yarn.theme--dark::before {
  content: url("https://api.iconify.design/vscode-icons/file-type-yarn.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-serverless.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-serverless.theme--dark::before {
  content: url("https://api.iconify.design/vscode-icons/file-type-serverless.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-sourcegraph.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-sourcegraph.theme--dark::before {
  content: url("https://api.iconify.design/logos/sourcegraph.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-yaml.theme--light::before {
  content: url("https://api.iconify.design/devicon/yaml.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-yaml.theme--dark::before {
  content: url("https://api.iconify.design/devicon-plain/yaml.svg?color=white&width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-maven.theme--light, .v-icon[style="font-size: 16px;"].mdi-maven.theme--dark {
  margin-top: 3px;
}
.v-icon[style="font-size: 16px;"].mdi-maven.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-maven.theme--dark::before {
  content: url("https://api.iconify.design/devicon/maven.svg?width=18");
}
.v-icon[style="font-size: 16px;"].mdi-circleci.theme--light::before {
  content: url("https://api.iconify.design/simple-icons/circleci.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-circleci.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/circleci.svg?color=white&width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-newrelic.theme--light::before {
  content: url("https://api.iconify.design/simple-icons/newrelic.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-newrelic.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/newrelic.svg?color=white&width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-stripe.theme--light::before {
  content: url("https://api.iconify.design/simple-icons/stripe.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-stripe.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/stripe.svg?color=white&width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-openai.theme--light.primary--text::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?color=%232D8372&width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-openai.theme--light:not(.primary--text)::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-openai.theme--dark.primary--text::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?color=%2365CAB6&width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-openai.theme--dark:not(.primary--text)::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?color=white&width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-neural-network.theme--light::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%23187767&width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-neural-network.theme--dark::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%234cc2ae&width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-ai-operator.theme--light::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%23187767&width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-ai-operator.theme--dark::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%234cc2ae&width=16&height=16");
}
.v-icon[style="font-size: 16px;"].mdi-github-actions.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-github-actions.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 256 256'%3E%3Cpath fill='%234a7ebf' d='M53.604 0c29.604 0 53.604 23.992 53.604 53.59c0 29.09-23.189 52.75-52.093 53.553c0 2.461.109 7.111 1.501 9.92c1.933 3.893 13.525 11.144 24.892 11.144h4.084c2.567-18.271 18.257-32.332 37.24-32.332c18.906 0 34.55 13.946 37.211 32.11h21.13c2.661-18.164 18.304-32.11 37.21-32.11c20.775 0 37.617 16.837 37.617 37.607s-16.842 37.606-37.617 37.606c-18.906 0-34.55-13.948-37.21-32.11h-21.129c-2.66 18.162-18.305 32.11-37.212 32.11c-18.87 0-34.494-13.893-37.199-32.007l-4.515.135c-7.435-.056-15.29-2.042-21.598-6.328c-1.72-1.169-3.415-2.397-5.182-3.56v2.441c-.01.79-.153 12.657-.164 25.833v2.79c.005 8.641.073 17.545.277 24.04c.446 14.246 12.034 25.745 24.822 28.436c1.663.35 4.52.394 6.321.238c2.571-18.264 18.26-32.32 37.238-32.32c20.774 0 37.616 16.838 37.616 37.607c0 20.77-16.842 37.607-37.616 37.607c-18.769 0-34.323-13.744-37.153-31.714h-3.254c-24.436-1.334-39.628-23.746-39.363-41.923c.334-22.877.082-45.764.079-68.646v-7.565C18.546 101.286 0 79.606 0 53.591C0 23.992 23.999 0 53.604 0m69.228 191.78c-14.701 0-26.62 11.915-26.62 26.613c0 14.699 11.919 26.614 26.62 26.614c14.702 0 26.62-11.915 26.62-26.614c0-14.698-11.918-26.614-26.62-26.614m0-84.912c-14.701 0-26.62 11.915-26.62 26.614c0 14.697 11.919 26.613 26.62 26.613c14.702 0 26.62-11.916 26.62-26.613c0-14.699-11.918-26.614-26.62-26.614m95.551 0c-14.702 0-26.62 11.915-26.62 26.614c0 14.697 11.918 26.613 26.62 26.613c14.703 0 26.621-11.916 26.621-26.613c0-14.699-11.918-26.614-26.62-26.614m15.161 15.408a5.496 5.496 0 0 1 .17 7.606l-.16.168l-16.31 16.345a5.499 5.499 0 0 1-7.576.198l-.172-.163l-7.985-7.86a5.496 5.496 0 0 1-.06-7.773a5.499 5.499 0 0 1 7.606-.22l.168.16l4.092 4.027l12.452-12.477a5.498 5.498 0 0 1 7.775-.01m-95.99-.08a5.497 5.497 0 0 1 .17 7.606l-.16.168l-16.31 16.344a5.499 5.499 0 0 1-7.576.198l-.172-.163l-7.985-7.86a5.498 5.498 0 0 1 7.546-7.992l.168.16l4.093 4.027l12.451-12.478a5.499 5.499 0 0 1 7.775-.01M53.604 10.993c-23.532 0-42.608 19.07-42.608 42.598c0 23.525 19.076 42.597 42.608 42.597c23.532 0 42.608-19.072 42.608-42.597c0-23.527-19.076-42.598-42.608-42.598M49.171 28.13A743.51 743.51 0 0 1 75.7 44.841c7.308 4.82 7.29 13.563-.1 18.394a608.475 608.475 0 0 1-27.058 16.712c-7.455 4.34-15.8-.65-16.002-9.344c-.13-5.602-.024-11.21-.032-16.817c-.006-5.454-.113-10.911.019-16.363c.222-9.248 8.736-14.066 16.643-9.293m-5.91 8.872v3.868l-.001 5.674l-.001 3.71v5.482c0 4.23.002 8.394.01 12.557c.003 1.96 1.023 1.88 2.343 1.063c7.605-4.714 15.214-9.423 22.827-14.127c1.258-.776 1.294-1.587.06-2.365c-8.154-5.139-16.318-10.26-25.238-15.862'/%3E%3Cpath fill='%2385b3df' d='M133.227 223.88a5.497 5.497 0 1 0 .001-10.996a5.497 5.497 0 0 0 0 10.995m-21.049.001a5.497 5.497 0 1 0 0-10.996a5.497 5.497 0 0 0 0 10.995m106.205 21.128c-14.702 0-26.62-11.915-26.62-26.614c0-14.698 11.918-26.614 26.62-26.614c14.701 0 26.62 11.916 26.62 26.614c0 14.699-11.919 26.614-26.62 26.614m0-64.22c-18.906 0-34.55 13.947-37.211 32.11h-6.153c-2.685 0-4.864 2.461-4.864 5.496c0 3.036 2.179 5.497 4.864 5.497h6.153c2.66 18.163 18.305 32.11 37.21 32.11C239.159 256 256 239.162 256 218.393c0-20.77-16.842-37.607-37.616-37.607'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-cloudformation.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-cloudformation.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsCloudformation0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23b0084d'/%3E%3Cstop offset='100%25' stop-color='%23ff4f8b'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsCloudformation0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23fff' d='M169.6 127.882h16v-6.41h-16zm-80 38.46h16v-6.41h-16zm-32 0H80v-6.41H57.6zm0-19.23H96v-6.41H57.6zm0-38.46h28.8v-6.409H57.6zm0 19.23h105.6v-6.41H57.6zm60.8 70.508H44.8V89.423h73.6v25.64h6.4V86.218a3.204 3.204 0 0 0-3.2-3.204h-80a3.2 3.2 0 0 0-3.2 3.204v115.377a3.2 3.2 0 0 0 3.2 3.205h80c1.766 0 3.2-1.436 3.2-3.205v-64.098h-6.4zm99.2-80.122c0 20.71-18.646 27.914-28.506 28.83l-51.494.014v-6.41h51.2c.624-.074 22.4-2.423 22.4-22.434c0-18.224-16.438-21.922-19.731-22.48a3.2 3.2 0 0 1-2.656-3.426c.003-.06.01-.118.016-.176c-.176-10.297-6.49-13.515-9.226-14.425c-5.107-1.699-10.8-.074-13.811 3.964a3.167 3.167 0 0 1-3.037 1.253a3.2 3.2 0 0 1-2.537-2.092c-1.988-5.57-4.87-9.18-8.88-13.195c-10.03-9.967-23.642-12.72-36.378-7.362c-6.682 2.817-12.522 9.202-16.01 17.518l-5.9-2.487c4.134-9.842 11.219-17.476 19.43-20.937c15.216-6.407 31.427-3.141 43.373 8.727c3.424 3.432 6.259 6.775 8.467 11.101c4.778-3.538 11.222-4.595 17.302-2.573c7.783 2.59 12.704 9.349 13.498 18.335c10.9 2.75 22.48 11.464 22.48 28.255'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-helm.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-helm.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 32 32'%3E%3Cpath fill='%23277a9f' d='M15.813 2.073a.421.421 0 0 1 .451-.015a1.206 1.206 0 0 1 .432.553a4.381 4.381 0 0 1 .325 1.349a6.267 6.267 0 0 1-.169 2.2a10.027 10.027 0 0 1 4.553 1.6a5.9 5.9 0 0 1 .945-1.7a4.584 4.584 0 0 1 1.283-1.177a.935.935 0 0 1 .743-.14a.575.575 0 0 1 .289.573a3.228 3.228 0 0 1-.368 1.3a6.149 6.149 0 0 1-1.663 2.1a10.136 10.136 0 0 1 1.825 2.208l-1.369.832a8.421 8.421 0 0 0-14.269-.2l-1.345-.869a10.156 10.156 0 0 1 1.832-2.109a6.333 6.333 0 0 1-1.432-1.847a3.486 3.486 0 0 1-.427-1.38a.639.639 0 0 1 .232-.587a.731.731 0 0 1 .65.038a3.688 3.688 0 0 1 1.123.885a6.33 6.33 0 0 1 1.2 1.9a10.035 10.035 0 0 1 4.591-1.46a6.318 6.318 0 0 1-.161-2.161a4.459 4.459 0 0 1 .313-1.329a1.287 1.287 0 0 1 .416-.564M2.549 12.6h1.928v2.714h2.175v-2.713h1.929v7.288H6.652v-2.892H4.477v2.893H2.549Zm7.604 0h4.709v1.614h-2.78v1.144h2.377v1.614h-2.377v1.3h2.892v1.614h-4.821Zm6.263 0h1.928v5.673H21.1v1.614h-4.684Zm5.95 0h2.063l.963 2.615c.212.544.349 1.111.526 1.666a.392.392 0 0 0 .078-.16c.112-.391.228-.782.351-1.171q.519-1.475 1.041-2.949h2.064v7.288H27.7a33.054 33.054 0 0 1 .08-3.356c.044-.475.122-.947.162-1.423a.617.617 0 0 0-.111.227a105.107 105.107 0 0 1-1.436 3.961c-.342-.007-.684 0-1.026 0l-.883-2.374c-.172-.5-.338-1.01-.506-1.515a.746.746 0 0 0-.131-.292a25.97 25.97 0 0 1 .242 2.761v2.014h-1.725ZM7.667 21.8l1.314-.915a8.422 8.422 0 0 0 13.833-.012l1.316.912a10.261 10.261 0 0 1-1.379 1.6a6.272 6.272 0 0 1 1.486 1.892a3.491 3.491 0 0 1 .427 1.377a.62.62 0 0 1-.26.6a.87.87 0 0 1-.743-.112a4.412 4.412 0 0 1-1.252-1.117a6.248 6.248 0 0 1-.949-1.616a9.967 9.967 0 0 1-4.56 1.632a6.086 6.086 0 0 1 .144 1.5a5.016 5.016 0 0 1-.308 1.748a1.38 1.38 0 0 1-.446.635a.431.431 0 0 1-.507-.017a1.573 1.573 0 0 1-.467-.736a5.764 5.764 0 0 1-.251-2.212a5.659 5.659 0 0 1 .124-.892a10.024 10.024 0 0 1-4.606-1.494a6.44 6.44 0 0 1-1.348 1.964a2.942 2.942 0 0 1-1.057.716a.531.531 0 0 1-.614-.124a1.139 1.139 0 0 1-.068-.864A5.449 5.449 0 0 1 8.5 24.282a6.044 6.044 0 0 1 .688-.759A10.423 10.423 0 0 1 7.667 21.8'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-jenkins.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-jenkins.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 32 32'%3E%3Cpath fill='none' d='M19.513 25.173c-.068 0-.136 0-.2-.01c.065.006.132.01.2.01m-.594-.086a1.93 1.93 0 0 0 .392.076a1.93 1.93 0 0 1-.392-.076m1.172 2.424'/%3E%3Cpath fill='%23f0d6b7' d='M7.436 14.214A.832.832 0 0 1 7.6 14.1a.581.581 0 0 0-.164.114m2.976 4.039c.06.421.24 4.164 2.766 6.25a15.465 15.465 0 0 0 1.549.162c.28-.6 1.312-.554 1.985-.4a6.648 6.648 0 0 1-2.176-1.778a4.466 4.466 0 0 1-1.472-2.656c1.348 1.87 2.462 3.5 4.913 4.326c1.855.622 4.021-.285 5.446-1.286a6.258 6.258 0 0 0 1.365-1.68a14.242 14.242 0 0 0 2.145-8.621a9.567 9.567 0 0 0-.5-3.446c-.453-.908-1.984-1.72-2.88-.9a1.07 1.07 0 0 1-.016-.246c-.143.134-.23.232-.23.232a1.209 1.209 0 0 1-.122-.487a1.551 1.551 0 0 1 1.5-1.5a8.674 8.674 0 0 0-1.479-1.563a10.49 10.49 0 0 0-6.047-.222a8.06 8.06 0 0 0-5.975 5.4a14.085 14.085 0 0 0-.388 2.263c-.031.884.416 1.655.45 2.617c-.239.394-.969.443-1.474.416a6.836 6.836 0 0 0-.136-.566a5.158 5.158 0 0 0-1.265-.5a1.719 1.719 0 0 1 1.009 2.038c-.373-.213-.462-1.15-.9-1.177c-.626-.038-.512 1.216-.509 1.95a2.291 2.291 0 0 1-.19-2.213c-.284-.139-.444.061-.6.217c-.222 1.036-.547 1.873.062 2.92a1.734 1.734 0 0 0 1.414.6c.567-.056.706-.624 1.324-.618a.513.513 0 0 1 .431.468m6.449 1.947l-.3-.061s-.314-1.1-.163-1.306c.08-.107.52-.268 1.136.028c-.004.001-.734.123-.673 1.339m5.706 1.341a5.27 5.27 0 0 1-3.426-.014a4.687 4.687 0 0 1-1.283-1.427c-.155-.2-.927-.708-.012-.709c.717 1.8 3.18 1.592 5.257 1.543a1.111 1.111 0 0 1-.536.608Zm.3-1.6a4.016 4.016 0 0 1 0-1.063a8.538 8.538 0 0 0 2.96-1.185a3.425 3.425 0 0 1-2.961 2.246Zm2.756-8.073c-.183.061-1.37.762-1.278-.122a1.348 1.348 0 0 1 1.026-1.077a3.037 3.037 0 0 1 0-.4h.079a17.146 17.146 0 0 0 1.172 2.29c-.317.738-2.4 1.39-2.366.066c.45-.2 1.227-.04 1.626-.291c-.094-.257-.2-.5-.3-.756Zm-5.187 4.75a.719.719 0 0 1 .046.1c.091-.507.259-1.1.548-1.013a.684.684 0 0 1 .5.638a6.908 6.908 0 0 0-.948.738c.065.3.144.6.523.668c1.106.189 2.393-.677 3.189-.979c.493-.832-.043-1.138-.487-1.673c-.91-1.1-2.13-2.456-2.086-4.1c.368-.267.4.407.452.53a15.006 15.006 0 0 0 2.543 3.486c.214.234.567.459.606.614c.113.451-.294.991-.247 1.29a6.587 6.587 0 0 1-4.466 1.4a1.322 1.322 0 0 1-.175-1.702Zm1.958 2.321A4.933 4.933 0 0 1 22.47 20c-1.811.09-3.952-.358-4.427-1.629a10.285 10.285 0 0 0 4.35.565Zm-4.256-8.648a6.954 6.954 0 0 0 .977 1.829c.228.222.67.492.451 1.109a1.406 1.406 0 0 1-.642.534c-.79.233-2.631.048-2.008-.937c.653.03 1.532.424 2.02-.05a9.848 9.848 0 0 1-.322-.551c-.5.316-1.874.33-1.874-.479c0-.852 1.339-1.034 1.339-1.034l.01.024a1.11 1.11 0 0 1 .048-.448Zm-3.224-2.928c1.195-.815 1.8-.35 2.1.188a.568.568 0 0 1 .274.828c-1.658-.386-2.482.694-2.985 1.814c-.129.234-.136.068-.21-.136a.392.392 0 0 1-.061-.136a.551.551 0 0 0-.092-.121c-.24-.247-.365-1.524.974-2.437'/%3E%3Cpath fill='%23335061' d='M6.283 29.28h8.753c-.04-.135-.079-.268-.118-.394a12.164 12.164 0 0 1-.476-1.948a21.079 21.079 0 0 1-3.087-1.655a2.353 2.353 0 0 1-.24-.257l-5.266 2.353s.189.754.434 1.901'/%3E%3Cpath fill='%236d6b6d' d='M9.433 7a2.125 2.125 0 0 1 .467-.088a3.817 3.817 0 0 0 .747.029c.494-.123.912-1.231 1.285-1.644a11.333 11.333 0 0 1 .941-.776A7.346 7.346 0 0 0 9.433 7m-2.256 5.586a2.147 2.147 0 0 1 3.145 1.747c.694-.018.259-.866.134-1.413c-.369-1.608.487-3.34.192-4.861c-3.866.578-3.648 3.547-3.471 4.527'/%3E%3Cpath fill='%23dcd9d8' d='M13.249 3.851c-1.82.516-4.152 1.838-4.9 3.473A7.389 7.389 0 0 0 9.433 7a7.346 7.346 0 0 1 3.44-2.479a1.647 1.647 0 0 0 .159-.166c.192-.093.476-.086.487-.375c-.083-.089-.171-.157-.27-.129M7.5 8.985c-.8.885-.636 2.542-.538 3.721a2.321 2.321 0 0 1 .218-.12c-.18-.979-.394-3.949 3.471-4.527a2.81 2.81 0 0 0-.142-.493A4.409 4.409 0 0 0 7.5 8.985'/%3E%3Cpath fill='%23f7e4cd' d='M10.412 18.253a.513.513 0 0 0-.42-.468c.335.668-.516.878-.6 1.355a3.837 3.837 0 0 0 .125.832a11.351 11.351 0 0 0 1.445 3.365a3.181 3.181 0 0 0 2.22 1.166c-2.53-2.085-2.71-5.829-2.77-6.25m11.113-1.915a.684.684 0 0 0-.5-.638c-.289-.082-.457.506-.548 1.013a2.376 2.376 0 0 1 .1.363a6.908 6.908 0 0 1 .948-.738m2.819-4.594c-.092.884 1.1.183 1.278.122l-.043-.286a3.235 3.235 0 0 1-.209-.913a1.348 1.348 0 0 0-1.026 1.077m-7.605 0c0 .809 1.371.795 1.874.479a4.053 4.053 0 0 1-.525-1.489l-.01-.024s-1.339.182-1.339 1.034m-9.547 3.141a.8.8 0 0 1-.125.109a1.221 1.221 0 0 1 .37-.781a.581.581 0 0 1 .163-.113a.979.979 0 0 1 .782-.032a5.158 5.158 0 0 1 1.265.5c-.193-.664-.524-1.263-1.208-1.338a2.034 2.034 0 0 0-2.2 1.963A3.858 3.858 0 0 0 7.254 17.8c-.61-1.042-.284-1.879-.062-2.915m9.973-10.442a10.49 10.49 0 0 1 6.047.222a4.127 4.127 0 0 0-.49-.329c-1.889-1.066-5.086-1.867-7.1-.866c-1.621.808-3.813 2.146-4.56 3.841a4.109 4.109 0 0 1 .123 2.532a8.06 8.06 0 0 1 5.98-5.4m6.023 3.285a1.209 1.209 0 0 0 .122.487s.087-.1.23-.232c.031-.734.865-1.152 1.832-.866c-.222-.286-.447-.589-.681-.889a1.551 1.551 0 0 0-1.503 1.5m-9.096 2.33c.074.2.082.37.21.136a.348.348 0 0 1-.21-.136'/%3E%3Cpath fill='%23f7e4cd' d='M14.032 9.922a1.486 1.486 0 0 1 .114-.758a2.816 2.816 0 0 1 2.47-1.755a1.149 1.149 0 0 1 .4.143c-.3-.538-.9-1-2.1-.188c-1.338.913-1.217 2.19-.973 2.434a.551.551 0 0 1 .089.124'/%3E%3Cpath fill='%2349728b' d='m5.849 27.379l5.266-2.353c-.386-.448-1.079-1.3-1.2-1.257a24.079 24.079 0 0 0-5.61 3.485a20.236 20.236 0 0 1 .81 2.026h1.168a61.417 61.417 0 0 0-.434-1.901'/%3E%3Cpath fill='%23335061' d='M27 29.307a20.836 20.836 0 0 0 .548-2.058c.036-.181.106-.475.156-.756l-2.886-2.144a5.123 5.123 0 0 1 .13 3.9c.1.372.454.515.6.85c-.034.06-.068.119-.1.179h1.476a.149.149 0 0 1 .076.029m-2.559-1.233a1.081 1.081 0 0 0 .172-.381a1.081 1.081 0 0 1-.172.381m-.824-4.128a.948.948 0 0 1 .514-.106l-.238-.177a1.457 1.457 0 0 0-.276.283'/%3E%3Cpath fill='%2349728b' d='M27.756 25.879c-.074-.537-.8-.935-1.172-1.266c-.684-.613-1.112-1.153-1.823-1.726a4.391 4.391 0 0 1-.869.776l.238.177a.932.932 0 0 1 .686.51l2.884 2.143a2.339 2.339 0 0 0 .056-.614'/%3E%3Cpath fill='%23fff' d='M20.572 29.2a.438.438 0 0 0 .009.076h.479a.333.333 0 0 1 .666 0h.774v-.03a20.686 20.686 0 0 0-1.2-.593c-.424-.178-.728.547-.728.547'/%3E%3Cpath fill='%23dcd9d8' d='M20.572 29.2s.3-.73.73-.548c.322.138.921.449 1.2.593c.01-.22.02-.44.034-.66c-.618.039-.961-.559-1.394-.605c-.378-.041-.7.435-1.19.229c-.113.124-.215.259-.33.381a6.313 6.313 0 0 1 .489.685h.476a.438.438 0 0 1-.015-.075'/%3E%3Cpath fill='%23fff' d='M14.511 25.169a6.738 6.738 0 0 1-2.269-.4a.282.282 0 0 0 .017.421a7.657 7.657 0 0 0 2.14.578a1.748 1.748 0 0 0 .112-.599'/%3E%3Cpath fill='%23dcd9d8' d='M14.357 26.069a1.233 1.233 0 0 1 .041-.3a7.657 7.657 0 0 1-2.14-.578a4.237 4.237 0 0 0 2.099.878'/%3E%3Cpath fill='%23d33833' d='M24.613 27.693a2.963 2.963 0 0 0 .073-.87a7.057 7.057 0 0 0-.2-1.378a3 3 0 0 0-1.009.049c-.3.061-.609.122-.669.487s.122.548-.061.852s-.487.122-.791.3c-.207.124-.076.445.029.638a12.138 12.138 0 0 0 2.459.3a1.081 1.081 0 0 0 .169-.378m-9.051 1.526l.047.128c.014.04.029.093.042.139l-.009-.117Z'/%3E%3Cpath fill='%23d33833' d='m19.563 27.925l.021-.527a1.309 1.309 0 0 1-.96-.074c-.937-.511-.05-.36-.382-1.038a3.236 3.236 0 0 0-1.224-.365c-1.228 0-1.7-.247-1.568 1.169c.069.76.131 1.519.191 2.28c.1.188.19.357.262.5a4.834 4.834 0 0 0 1.833-.559a21.007 21.007 0 0 0 1.827-1.386m.464-.725c.021.089.043.189.064.31a.7.7 0 1 0 .428-1.31a.953.953 0 0 1-.492 1'/%3E%3Cpath fill='%23ef3d3a' d='M21.953 27.137c.3-.183.609 0 .791-.3s0-.487.061-.852s.365-.426.669-.487a3 3 0 0 1 1.009-.049a1.125 1.125 0 0 0-.348-.652c-.747-.436-2.056.825-2.665 1.093l-.057.023a1.694 1.694 0 0 1 .175.558a1.475 1.475 0 0 1 .412-.042a1.761 1.761 0 0 1 .276.033c.045.009.089.02.133.032a1.463 1.463 0 0 1 .243.092a4.209 4.209 0 0 0-.757.1a.7.7 0 0 0-.2.095a8.618 8.618 0 0 0-.035.9q.158.045.322.084c-.105-.183-.236-.504-.029-.628m-6.302 2.348c.051.183.095.348.253.385c-.072-.144-.163-.313-.262-.5Zm-.201-2.396c-.129-1.416.34-1.169 1.568-1.169a3.236 3.236 0 0 1 1.224.365c.332.678-.555.527.382 1.038a1.309 1.309 0 0 0 .96.074v-.063a3.039 3.039 0 0 0-.916-.29a3.5 3.5 0 0 0-.371-.036a1.555 1.555 0 0 1 .291-.106a3.285 3.285 0 0 0 .906-.281c0-.079.006-.158.009-.236a1.883 1.883 0 0 1-.2-.027a1.565 1.565 0 0 1-.177-.044a1.585 1.585 0 0 1-.294-.127c-.178-.1-.331-.216-.525-.322a9.077 9.077 0 0 0-2.408-.881c-.921-.176-.929 1.105-.89 2.049c0 .1.008.192.013.28a6.585 6.585 0 0 0 .544 1.9l.079.15c-.063-.754-.126-1.514-.195-2.274m5.07-.889a1.009 1.009 0 0 0-.582.2a1.7 1.7 0 0 0 .007.412c.011.079.028.155.048.238l.031.131v.017a.953.953 0 0 0 .496-.998'/%3E%3Cpath fill='%23231f20' d='M14.146 9.164a1.486 1.486 0 0 0-.114.758a.392.392 0 0 0 .061.136a.348.348 0 0 0 .21.136c.5-1.12 1.327-2.2 2.985-1.814a.568.568 0 0 0-.274-.828a1.149 1.149 0 0 0-.4-.143a2.816 2.816 0 0 0-2.468 1.755m10.106 3.463c-.032 1.324 2.049.672 2.366-.066a17.146 17.146 0 0 1-1.172-2.29h-.079a3.037 3.037 0 0 0 0 .4a3.235 3.235 0 0 0 .209.913c.095.256.205.5.3.756c-.397.247-1.176.09-1.624.287m-5.318.146c-.488.474-1.367.08-2.02.05c-.623.985 1.218 1.17 2.008.937a1.406 1.406 0 0 0 .642-.534c.219-.617-.223-.887-.451-1.109a6.954 6.954 0 0 1-.977-1.829a1.11 1.11 0 0 0-.049.445a4.053 4.053 0 0 0 .525 1.489c.114.21.227.399.322.551m1.671 5.542a6.587 6.587 0 0 0 4.466-1.4c-.047-.3.36-.84.247-1.29c-.039-.155-.392-.38-.606-.614a15.006 15.006 0 0 1-2.543-3.486c-.053-.123-.085-.8-.452-.53c-.044 1.642 1.176 3 2.086 4.1c.444.535.98.841.487 1.673c-.8.3-2.083 1.169-3.189.979c-.379-.065-.458-.365-.523-.668a2.376 2.376 0 0 0-.1-.363a.719.719 0 0 0-.046-.1a1.322 1.322 0 0 0 .173 1.699M7.6 14.1a.832.832 0 0 0-.159.111a1.221 1.221 0 0 0-.37.781a.8.8 0 0 0 .125-.109c.153-.156.313-.357.6-.217a2.291 2.291 0 0 0 .19 2.213c0-.733-.117-1.987.509-1.95c.438.027.527.964.9 1.177a1.719 1.719 0 0 0-1.017-2.036a.979.979 0 0 0-.778.03m15.268 4.775a4.016 4.016 0 0 0 0 1.063a3.425 3.425 0 0 0 2.962-2.249a8.538 8.538 0 0 1-2.962 1.186M22.47 20a4.933 4.933 0 0 0-.077-1.066a10.285 10.285 0 0 1-4.35-.562c.475 1.272 2.616 1.72 4.427 1.628m-4.624-.61c-.915 0-.143.51.012.709a4.687 4.687 0 0 0 1.284 1.428a5.27 5.27 0 0 0 3.426.014a1.111 1.111 0 0 0 .536-.609c-2.078.05-4.541.257-5.258-1.542'/%3E%3Cpath fill='%2381b0c4' d='M24.96 29.28a1.709 1.709 0 0 0-1.042-.753a1.433 1.433 0 0 0-.918.12c-.008.2-.018.415-.031.632Z'/%3E%3Cpath fill='%23f0d6b7' d='M21.971 24.749c-.686.061-1.493.373-2.252.419c-.069 0-.138.006-.206.006s-.136 0-.2-.01a1.93 1.93 0 0 1-.392-.076a1.666 1.666 0 0 1-.188-.07c0 .052-.071.033-.082.076a3.19 3.19 0 0 0 .485.322a2.218 2.218 0 0 0 .475.19a3.052 3.052 0 0 0 .816.09c.1 0 .212 0 .327-.009c.415-.303.783-.656 1.217-.938'/%3E%3Cpath fill='%2381b0c4' d='m19.086 29.048l-.351.233h.527q-.086-.119-.176-.233'/%3E%3Cpath fill='%23231f20' d='M4.681 29.769v-.335a.153.153 0 0 1 .153-.153h.283a20.236 20.236 0 0 0-.81-2.026a24.079 24.079 0 0 1 5.61-3.485c.118-.047.811.809 1.2 1.257a2.353 2.353 0 0 0 .24.257a21.079 21.079 0 0 0 3.087 1.655a12.164 12.164 0 0 0 .476 1.948c.039.126.078.26.118.394h.162a.153.153 0 0 1 .153.153v.158h.139a.153.153 0 0 1 .153.153V30h1.691v-.255a.153.153 0 0 1 .153-.153h.78v-.158a.153.153 0 0 1 .153-.153h.317l.351-.233q.09.114.176.233h.843a6.313 6.313 0 0 0-.489-.685c.115-.122.217-.256.33-.381c.492.206.812-.27 1.19-.229c.433.046.776.644 1.394.605c-.014.22-.024.44-.034.66v.03h.474c.012-.217.023-.429.031-.632a1.433 1.433 0 0 1 .918-.12a1.709 1.709 0 0 1 1.042.753h.481c.034-.06.069-.119.1-.179c-.143-.335-.495-.477-.6-.85a5.123 5.123 0 0 0-.13-3.9a.932.932 0 0 0-.686-.51a.948.948 0 0 0-.514.106a1.457 1.457 0 0 1 .275-.283a4.391 4.391 0 0 0 .869-.776c.712.573 1.141 1.112 1.824 1.725c.37.332 1.1.73 1.172 1.266a2.339 2.339 0 0 1-.054.614c-.051.281-.12.575-.156.756A20.836 20.836 0 0 1 27 29.307a.15.15 0 0 1 .072.127V30h.368c.258-.808.511-1.635.766-2.489a6.207 6.207 0 0 0 .478-2.187c-.078-.617-1.04-1.265-1.547-1.754c-.281-.271-1.593-1.267-1.669-1.64s.535-1.178.731-1.586a11.669 11.669 0 0 0 .621-1.788c1.032-3.627 1.137-8.611-.339-11.592a12.54 12.54 0 0 0-3.1-3.428c-2.3-1.742-6.563-1.935-9.339-.913a13.481 13.481 0 0 0-2.2.939c-1.818 1.066-3.748 1.78-4.287 3.928c-1.328.6-1.729 2.3-1.662 4.268a6.221 6.221 0 0 1 .149 1.227c-.037.184-.286.419-.336.538a5.3 5.3 0 0 0 .609 4.592A3.225 3.225 0 0 0 8.468 19.5a4.568 4.568 0 0 0 .447 1.672c.17.373.805 1.043.571 1.519a6.987 6.987 0 0 1-1.495.966c-1.158.695-2 1.12-3.066 1.89c-.692.5-1.773.562-1.6 1.71a17.869 17.869 0 0 0 .808 2.513c.025.078.053.155.08.232h.47Zm8.351-25.414a1.647 1.647 0 0 1-.159.166a11.333 11.333 0 0 0-.941.776c-.373.413-.79 1.521-1.285 1.644a3.817 3.817 0 0 1-.747-.029A2.125 2.125 0 0 0 9.433 7a7.389 7.389 0 0 1-1.084.325c.748-1.635 3.08-2.957 4.9-3.473c.1-.028.188.04.271.129c-.011.287-.296.281-.488.374m-2.385 3.7c.3 1.521-.561 3.254-.192 4.861c.125.546.56 1.394-.134 1.413a2.147 2.147 0 0 0-3.145-1.747a2.321 2.321 0 0 0-.218.12c-.1-1.179-.266-2.836.538-3.721a4.409 4.409 0 0 1 3.009-1.419a2.81 2.81 0 0 1 .142.497ZM7.254 17.8a3.858 3.858 0 0 1-1.022-2.6a2.034 2.034 0 0 1 2.2-1.963c.684.075 1.014.674 1.208 1.338c.054.187.1.379.136.566c.505.027 1.235-.022 1.474-.416c-.034-.962-.481-1.733-.45-2.617a14.085 14.085 0 0 1 .388-2.263a4.109 4.109 0 0 0-.123-2.532c.747-1.695 2.939-3.032 4.56-3.841c2.009-1 5.207-.2 7.1.866a4.127 4.127 0 0 1 .49.329a8.674 8.674 0 0 1 1.479 1.563c.234.3.459.6.681.889c-.967-.287-1.8.132-1.832.866a1.07 1.07 0 0 0 .016.246c.9-.821 2.427-.009 2.88.9a9.567 9.567 0 0 1 .5 3.446a14.242 14.242 0 0 1-2.145 8.621a6.258 6.258 0 0 1-1.365 1.68c-1.425 1-3.591 1.908-5.446 1.286c-2.451-.823-3.565-2.456-4.913-4.326a4.466 4.466 0 0 0 1.472 2.656a6.648 6.648 0 0 0 2.176 1.778c-.673-.158-1.7-.208-1.985.4a15.465 15.465 0 0 1-1.549-.162a3.181 3.181 0 0 1-2.22-1.166a11.351 11.351 0 0 1-1.445-3.365a3.837 3.837 0 0 1-.125-.832c.088-.478.939-.687.6-1.355c-.618-.006-.757.562-1.324.618a1.734 1.734 0 0 1-1.416-.61m12.77 9.38l-.031-.131a2.787 2.787 0 0 1-.048-.238a1.7 1.7 0 0 1-.007-.412a1.009 1.009 0 0 1 .582-.2a.7.7 0 1 1-.428 1.31a5.135 5.135 0 0 0-.064-.31Zm-7.782-2.419a6.738 6.738 0 0 0 2.269.4a1.748 1.748 0 0 1-.112.6a1.233 1.233 0 0 0-.041.3a4.237 4.237 0 0 1-2.1-.882a.282.282 0 0 1-.016-.413Zm7.367.839a2.218 2.218 0 0 1-.475-.19a3.26 3.26 0 0 1-.485-.322c.011-.043.079-.024.082-.076a1.666 1.666 0 0 0 .188.07a1.93 1.93 0 0 0 .392.076a2.705 2.705 0 0 0 .406.004c.759-.046 1.566-.358 2.252-.419c-.433.283-.8.636-1.218.938a6.29 6.29 0 0 1-.327.009a3.052 3.052 0 0 1-.815-.085Zm-1.872 3.706a4.834 4.834 0 0 1-1.833.559c-.158-.037-.2-.2-.253-.385a2.722 2.722 0 0 0-.089-.267a6.585 6.585 0 0 1-.544-1.9c0-.088-.009-.182-.013-.28c-.039-.944-.031-2.225.89-2.049a9.077 9.077 0 0 1 2.408.881c.194.106.347.225.525.322a1.585 1.585 0 0 0 .294.127a1.565 1.565 0 0 0 .177.044a1.883 1.883 0 0 0 .2.027c0 .078-.006.157-.009.236a3.285 3.285 0 0 1-.906.281a1.555 1.555 0 0 0-.291.106a3.5 3.5 0 0 1 .371.036a3.039 3.039 0 0 1 .916.29v.063l-.021.527a21.007 21.007 0 0 1-1.822 1.387Zm4.245-1.536q-.164-.039-.322-.084a8.618 8.618 0 0 1 .035-.9a.7.7 0 0 1 .2-.095a4.209 4.209 0 0 1 .757-.1a1.463 1.463 0 0 0-.243-.092a1.843 1.843 0 0 0-.133-.032a1.761 1.761 0 0 0-.276-.038a1.475 1.475 0 0 0-.407.038a1.694 1.694 0 0 0-.175-.558l.057-.023c.609-.268 1.918-1.529 2.665-1.093a1.125 1.125 0 0 1 .348.652a7.057 7.057 0 0 1 .2 1.378a2.963 2.963 0 0 1-.073.87a1.081 1.081 0 0 1-.172.381a12.138 12.138 0 0 1-2.461-.3Z'/%3E%3Cpath fill='%23f7e4cd' d='M17.53 18.862c-.616-.3-1.056-.135-1.136-.028c-.152.2.163 1.306.163 1.306l.3.061c-.057-1.217.673-1.339.673-1.339'/%3E%3Cpath fill='%231d1919' d='M21.393 28.961a.334.334 0 0 0-.333.319h.666a.334.334 0 0 0-.333-.319'/%3E%3Cpath fill='%23231f20' d='M15.642 29.745a.153.153 0 0 0-.153-.153h-.139v.177a.153.153 0 0 1-.153.153H4.834a.153.153 0 0 1-.153-.153V30h10.961Zm11.276.177h-8.5a.153.153 0 0 1-.153-.153v-.177h-.78a.153.153 0 0 0-.153.153V30h9.737v-.231a.153.153 0 0 1-.151.153'/%3E%3Cpath fill='%23231f20' d='M4.834 29.922H15.2a.153.153 0 0 0 .153-.153v-.335a.153.153 0 0 0-.153-.153H4.834a.153.153 0 0 0-.153.153v.335a.153.153 0 0 0 .153.153m13.432-.153a.153.153 0 0 0 .153.153h8.5a.153.153 0 0 0 .153-.153v-.335a.15.15 0 0 0-.072-.127a.149.149 0 0 0-.081-.026h-8.5a.153.153 0 0 0-.153.153z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-jfrog.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-jfrog.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.24' height='14.24' viewBox='0 0 256 248'%3E%3Cpath fill='%2341bf47' d='m113.668 162.397l-13.527 3.764c1.176 3.411 2.117 9.528 2.117 17.762v40.465h15.174V181.57c2.824-3.412 5.882-5.058 9.176-5.058c1.646 0 2.94.353 4.352 1.176l4.117-13.998c-2.353-1.059-3.411-1.294-5.646-1.294c-1.647 0-3.647.353-4.94.941c-2.824 1.412-6.353 4.588-8.588 7.646c0-3.411-.823-6.117-2.235-8.587M61.441 142.4h-1.647v81.87h15.762v-36.23h19.88v-13.527h-19.88v-18.82h24.82l.941-7.176a250 250 0 0 1-39.876-6.117m-36.818 92.81l7.293 8.47c7.058-2.824 15.88-9.176 18.232-19.292c.824-3.294 1.059-5.411 1.059-16.115v-65.755h-15.88v67.519c0 8.822-.353 12.116-1.53 15.174c-1.528 3.412-5.175 7.41-9.174 9.999m143.155-41.523c0 14.35-2.823 20.467-9.293 20.467c-2.94 0-6.234-1.647-7.646-4.94c-1.176-3.059-1.882-8.234-1.882-15.292c0-6 .588-10.234 1.53-13.528c1.176-3.764 4.116-6.116 7.763-6.116c2.705 0 5.058 1.176 6.47 3.176c2.117 2.823 3.058 8.116 3.058 16.233m9.293 23.525c4.94-5.881 7.175-13.056 7.175-23.408c0-9.763-2-16.468-6.587-22.114c-4.94-6.117-11.293-9.058-19.527-9.058c-15.527 0-25.878 12.587-25.878 31.643s10.234 31.29 25.878 31.29c8.822.117 14.586-3.177 18.939-8.353m43.052-33.877c0 5.529-3.294 8.587-9.175 8.587c-5.293 0-8.822-2.47-8.822-8.587c0-5.646 3.293-8.94 8.94-8.94s9.057 3.294 9.057 8.94m26.702-12.94l-6.234-9.998c-3.53 3.294-7.764 5.176-11.881 5.176c-1.882 0-2.94-.235-7.058-1.294c-4.117-1.176-7.058-1.529-10.351-1.529c-14.704 0-24.232 7.999-24.232 20.468c0 8.94 4 14.586 12.351 16.82c-3.411.824-7.058 2.588-8.704 4.588c-1.177 1.412-1.765 3.294-1.765 5.529c0 1.882.47 3.529 1.176 4.94c.824 1.294 1.883 2.353 3.294 2.94c2.706 1.06 7.058 1.765 13.763 1.883c3.529 0 5.646.118 6.352.118c4.117.235 6.234.94 7.88 1.764c1.53.941 2.706 3.058 2.706 5.41c0 2.354-1.411 4.706-3.646 6.118c-2 1.411-5.293 2-9.528 2c-6.94 0-10.822-2.588-10.822-7.411c0-2.118.235-2.588.706-3.882h-13.88c-.589 1.176-1.294 2.823-1.294 6.117c0 4.117 1.529 7.646 4.705 10.704c5.175 5.058 13.645 6.47 21.761 6.47c8.94 0 17.645-2.118 22.703-7.764c3.176-3.529 4.587-7.41 4.587-12.469c0-5.41-1.529-9.528-4.94-12.939c-4-3.882-8.587-5.293-17.41-5.41l-8.116-.119c-1.529 0-2.47-.588-2.47-1.411c0-1.647 2.117-3.058 6-4.94c1.175.117 1.528.117 2.234.117c12.234 0 21.173-7.528 21.173-17.997c0-4-1.176-7.058-3.41-9.881c1.881.235 2.47.353 3.88.353c4 0 7.176-1.294 10.47-4.47M57.44 71.236C38.621 75.821 25.8 84.878 25.8 95.23c0 6.47 4.94 12.35 13.057 16.938c-2.47-3.881-3.764-8.116-3.764-12.35c.117-10.705 8.47-20.704 22.35-28.585M256 111.815c0-6.822-4.235-13.056-11.292-18.232c.588 2.117 1.058 4.234 1.058 6.352c0 19.409-27.172 36.112-65.755 43.052c4.353.47 8.823.706 13.528.706c34.465-.118 62.461-14.35 62.461-31.878m-22.232-10.586c0-7.176-6.117-13.763-16.586-19.174c2.47 2.94 3.764 6.117 3.764 9.41c0 17.292-36.7 31.29-82.105 31.29c-45.287 0-82.105-13.998-82.105-31.29q0-3.352 1.764-6.351c-7.293 4.822-11.41 10.35-11.41 16.232c0 18.703 41.758 33.878 93.28 33.878s93.398-15.41 93.398-33.995m-40.7-.941c-19.056 12.233-77.635 16.938-102.808 1.176c-19.762-12.35-12.94-31.994-69.519-75.047c-7.41-5.646 1.412-11.645 6.94-7.763s.47 4.823 11.645 15.997c22.585 22.585 22.35 2.235 25.879 9.999C72.733 60.765 89.2 76.998 89.2 76.998c16.586 10.822 29.76 13.175 54.228-3.411c15.527-10.47 9.175 16.703 47.169-2.94c13.88-7.176 13.292-2.354 27.408-21.998c5.881-8.116 17.056 6.235 4.352 8.234c-5.058.824-13.645 6.352-17.292 15.057c-5.293 13.057-3.058 22.703-11.998 28.349M87.437 67.117C82.732 65 77.79 57.001 75.909 53.825c5.294-5.176 3.176-13.763.118-18.468c-2.94-4.705-6.587-3.411-10.47-7.763c-3.999-4.353 1.53-15.645 6.588-6.94c18.938 32.583 31.407 19.056 46.817 17.056c14.82-1.882 27.995 6.234 31.995-16.704c.706-3.764 4.352-4.587 4.705 1.53c.353 6.234 2.706 21.29 10.822 23.173c8.116 2 14.704-1.882 16.586-4c1.882-2.117 2.94-1.882 3.764 3.53c.823 5.292 2.94 12.703 14.35 4.469c23.409-16.703 16.704-23.173 25.88-27.525c5.175-2.47 13.409 5.528 1.528 11.527c-16.938 8.587-18.703 19.174-29.407 25.879c-17.997 11.292-12.469.47-41.406-3.647c-11.174-1.529-14.703 10.822-23.408 7.293c-19.88-8.234-33.877-6.587-46.934 3.882m62.696-60.344c.706 4.94 1.53 4.823 3.294 5.176c1.765.47 4-2.353 4-4.94c.117-2.706-1.177-4.353-3.765-4.235c-2.705.117-3.646 1.411-3.529 4m87.046 8.822c2.118 2 7.764.706 9.058-.823c3.411-3.764 3.529-5.999 1.764-8.587c-1.764-2.47-5.41-2.117-9.057.588s-2.941 7.764-1.765 8.822m-1.529 24.938c-1.764 2.353-1.882 4.117-.588 5.41c1.412 1.412 4.235 2.589 6.234 1.06c2-1.647 2-4 .353-6c-1.764-2.117-4.117-2.117-5.999-.47M57.09 11.126c2.705.823 3.999 3.41 6.234.47c1.176-1.411 1.294-3.411-.235-5.529c-.941-1.293-5.411-2.234-7.293-.352s-.118 4.94 1.294 5.41M1.92 9.479c4.94 3.058 8.117 7.646 11.88 3.529c1.295-1.412 2.824-3.882.118-8.823C11.918.54 5.45-.873 3.214.54C.862 1.833-1.96 7.126 1.92 9.479m45.523 23.408c1.53 1.647 4.235 1.53 5.881.588c1.53-.94 1.294-3.411-.235-5.528c-.94-1.294-3.764-2-5.646 0s-1.059 3.764 0 4.94'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-travis-ci.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-travis-ci.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 128 128'%3E%3Cpath fill='%23cb3349' d='M68.56 55.275c-2.17.003-4.342.027-6.519.07l-4.014 1.901l-.054.031c-.603.294-5.872 2.953-10.828 7.694c4.442-2.336 10.97-5.387 18.656-7.754a92.315 92.315 0 0 1 7.201-1.9a345.343 345.343 0 0 0-4.437-.042zm-14.658.295a558.82 558.82 0 0 0-11.13.518c-2.154.119-4.298.266-6.442.428a99.32 99.32 0 0 0-3.205.283a25.224 25.224 0 0 0-.908.103c-2.796 1.673-13.52 8.406-20.883 17.21c7.155-4.972 19.618-12.446 35.008-16.753a96.086 96.086 0 0 1 7.56-1.789m31.71.09c-.17.252-.514.749-1.008 1.424c-1.588 2.148-4.734 6.088-8.77 9.428c5.713-1.024 15.62-3.558 24.193-9.54c.214-.151.429-.312.641-.46a.043.043 0 0 0-.022-.008a344.877 344.877 0 0 0-6.287-.416a581.907 581.907 0 0 0-8.748-.428zm-3.403 40.723c-1.15 0-4.493 1.037-11.815 3.306l-.45.143l-.442-.166c-.05-.017-4.854-1.799-10.611-1.799a27.169 27.169 0 0 0-1.399.035c-.576.03-3.812 1.568-7.951 8.116l-.27.421l-.472.153a510.288 510.288 0 0 1-14.748 4.48l-.49.14l-.463-.214c-.05-.02-3.007-1.392-5.819-2.684c1.533 2.265 3.495 5.094 5.221 7.311c3.015 3.883 6.815 7.47 14.102 7.47c.913 0 1.885-.055 2.882-.17c7.412-.836 9.321-1.175 10.348-1.355c.348-.059.623-.109.975-.152c.056-.007 6.125-.791 7.828-4.611c1.756-3.926 2.109-4.86 2.123-4.897l.62-1.652s.076-.43.202-.563c0 .004.001.004.004.004l.012.01c.195.14.484.578.484.578l1.022 1.215a90.881 90.881 0 0 0 5.058 5.473c1.842 1.826 4.071 2.75 6.621 2.75a11.588 11.588 0 0 0 2.71-.334a629.93 629.93 0 0 1 2.743-.66c3.445-.824 7.349-1.76 9.24-2.29c.375-.105.793-.2 1.233-.3c2.519-.582 5.969-1.385 7.799-5.049a541.946 541.946 0 0 1 4.607-8.935a77.702 77.702 0 0 0-3.33 1.613c-1.368.718-3.162 1.066-5.478 1.066c-1.377 0-2.73-.117-4.227-.25c-2.992-.275-8.055-.87-8.107-.877l-.387-.043l-.307-.246c-.045-.033-4.482-3.566-8.068-6.386c-.145-.118-.277-.229-.397-.329c-.376-.322-.378-.322-.603-.322'/%3E%3Cpath fill='%23f4edae' d='M68.908 2.928c-2.53 0-5.033.205-7.492.605a47.256 47.256 0 0 0-7.225 1.772c-5.88 1.941-11.372 5.022-16.199 9.054a51.646 51.646 0 0 0-2.814 2.534a52.876 52.876 0 0 0-7.352 8.877a54.162 54.162 0 0 0-2.043 3.355v.002a54.796 54.796 0 0 0-1.816 3.537v.002a55.605 55.605 0 0 0-1.574 3.713a70.15 70.15 0 0 1 3.285-.945c.848-.217 1.7-.425 2.554-.614a49.699 49.699 0 0 1 2.577-.502l-.014.006c.005 0 .01-.003.016-.004a128.13 128.13 0 0 0-2.46.91c-.811.302-1.622.62-2.431.946c-.017.007-.032.015-.049.021a91.745 91.745 0 0 0-4.676 2.01l-.05.022c-.362.165-.715.344-1.073.515c-.415.199-.836.388-1.246.598l-.006.004c-.204.104-.4.22-.603.328c-.554.293-1.108.585-1.65.898c-.68.39-1.344.8-1.983 1.233c-.64.433-1.253.89-1.828 1.375c-.05.29-.095.608-.135.91c-.007.059-.01.119-.018.178c-.053.451-.094.904-.129 1.357a35.861 35.861 0 0 0-.103 2.35a38.236 38.236 0 0 0 .322 5.191c.21 1.519.498 3.023.88 4.492c.05.197.085.4.14.596v.002c.031.115.078.225.111.34c.205.706.424 1.407.686 2.094c.22.584.47 1.157.75 1.715l.002.002l.11.209a12.61 12.61 0 0 0 .386.19l.771.368c.431.2 1.026.48 1.516.7a.97.97 0 0 0 .078-.073l-1.43-5.45c.303-.083 3.019-.782 7.7-1.673l-.03-.008a22.067 22.067 0 0 1-1.103-.234c-.252-.063-.5-.141-.75-.211c-.156-.044-.312-.086-.467-.133a22.086 22.086 0 0 1-1.918-.658l-.002-.002a14.346 14.346 0 0 1-1.475-.713h-.002c-.475-.272-.942-.58-1.304-.99h.004c.641.21 1.368.381 2.168.52h.004c.8.137 1.673.241 2.605.316c.935.075 1.927.12 2.969.14c2.08.04 4.346-.019 6.695-.144c3.523-.188 7.23-.525 10.772-.89c6.479-.668 12.97-1.16 19.482-1.372c.038-.001.077 0 .115-.002c2.133-.068 4.268-.108 6.406-.113c2.176.005 4.349.044 6.52.115a241.382 241.382 0 0 1 6.506.3h.002c.144.01.289.023.433.032c4.188.256 8.369.609 12.541 1.039c3.4.351 6.946.67 10.34.861c.144.008.293.022.436.03h.004c1.173.062 2.326.109 3.445.134c1.121.026 2.21.03 3.25.01c2.084-.04 3.982-.181 5.586-.459c.79-.136 1.51-.306 2.146-.513l.012-.004c-.36.41-.824.718-1.299.99a14.703 14.703 0 0 1-1.478.715a23.689 23.689 0 0 1-1.553.555a23.702 23.702 0 0 1-1.586.447c-.154.034-.312.07-.47.103c5.13.952 8.115 1.727 8.435 1.813v.002l-1.367 5.187l.57-.254c.085-.038.17-.074.254-.113l.772-.367c.128-.062.256-.128.386-.193l.108-.207v-.002a19.729 19.729 0 0 0 .757-1.715a27.03 27.03 0 0 0 .794-2.434v-.004c.233-.826.43-1.667.597-2.515v-.004c.167-.85.306-1.707.424-2.567v-.004a39.931 39.931 0 0 0 .25-2.586v-.002a36.124 36.124 0 0 0 .07-2.6v-.001c0-.038-.006-.076-.006-.113a32.712 32.712 0 0 0-.244-3.77a16.976 16.976 0 0 0-.137-.912a22.037 22.037 0 0 0-1.824-1.371s0-.002-.002-.002a31.756 31.756 0 0 0-1.982-1.233a51.549 51.549 0 0 0-4.582-2.343c-1.56-.736-3.165-1.404-4.776-2.053a87.478 87.478 0 0 0-2.43-.945h-.001c-.811-.314-1.633-.61-2.455-.91l.015.001l-.013-.004c.863.143 1.72.314 2.576.502a75.24 75.24 0 0 1 2.55.614h.004c1.101.285 2.197.605 3.286.945c-2.907-7.597-7.328-14.2-12.787-19.486a51.649 51.649 0 0 0-2.815-2.533c-4.827-4.033-10.32-7.114-16.201-9.055a47.262 47.262 0 0 0-7.225-1.772a46.587 46.587 0 0 0-7.49-.605M53.572 9.69a55.98 55.98 0 0 0-.998 3.516l.309-.912s.55 29.102 7.35 29.102h2.171v-6.315h2.617V20.377h-1.734v3.183h-7.719V12.662l27.18.002V23.56h-7.725v-3.184h-1.74v14.707h2.631v6.314h2c6.578 0 7.145-26.997 7.176-28.785a52.132 52.132 0 0 0-.848-2.92C87.823 15.93 89.013 23 89.382 28.09l.14.512l-.085.238c.119 1.992.125 3.66.092 4.73a41.1 41.1 0 0 0 .807-.773c.01-.01.026-.017.035-.027c.008-.008.012-.015.022-.022c.01-.01.02-.014.03-.021c.039-.027.076-.05.114-.075c.017-.006.034-.017.05-.027a1.259 1.259 0 0 1 .153-.053c.01 0 .021-.006.031-.006a.73.73 0 0 1 .19-.017c.017 0 .03.004.045.004a1.046 1.046 0 0 1 .146.02l.028.007l11.603 3.295c.093-2.367.14-12.537-5.187-21.11c.185.21 6.15 7.02 6.55 21.5l1.871.53a.864.864 0 0 1 .616.69a48.61 48.61 0 0 1 .574 5.415c.723 2.987 2.059 6.984 4.2 8.246c.424.201.84.417 1.247.655c-.86-.341-1.746-.587-2.64-.807a44.574 44.574 0 0 0-2.688-.59a83.5 83.5 0 0 0-5.44-.85a121.954 121.954 0 0 0-5.468-.59c-1.83-.153-3.653-.308-5.486-.415c-7.326-.451-14.673-.565-22.024-.572c-7.349.004-14.695.14-22.021.574c-1.832.106-3.658.262-5.487.416c-1.828.155-3.653.35-5.468.59a84.052 84.052 0 0 0-5.44.85a46.3 46.3 0 0 0-2.691.587c-.89.22-1.781.467-2.64.807a16.075 16.075 0 0 1 1.253-.658c2.136-1.265 3.47-5.251 4.193-8.235c.086-1.61.239-3.385.575-5.424a.857.857 0 0 1 .615-.69l1.867-.528c.406-14.48 6.37-21.29 6.557-21.5c-5.328 8.574-5.28 18.743-5.188 21.111l11.602-3.299l.027-.006a.919.919 0 0 1 .145-.02c.013 0 .03-.003.047-.003a.757.757 0 0 1 .189.015c.01 0 .021.007.035.01a.801.801 0 0 1 .143.05c.02.01.034.021.054.032c.04.022.077.045.114.07c.01.008.024.01.033.02c.008.007.012.017.02.024c.01.01.024.016.035.027c.263.263.532.52.806.773c-.116-3.822.068-14.789 5.29-23.879zm7.393 8.37v3.183h.002V18.06zm10.002 0v19.343h2.625v-.002h-2.623v-19.34Zm19.232 17.234c-.866.787-2.045 1.798-3.23 2.64v.003c1.185-.842 2.364-1.854 3.23-2.641zm-42.58.002c-.001.045 0 .114-.002.16l.004-.158zm39.455.295l-.05.145l.04-.032zm-22.355 1.81v.002h2.623v-.002zm-22.09.657c-1.18-.056-2.54.318-3.59.568c-2.099.5-4.847 1.199-5.297 2.299c-.872 2.132-1.3 7.693-1.3 7.693l-.061.037c.01.11.026.331.033.395a88.461 88.461 0 0 1 3.283-.822c1.815-.402 3.645-.74 5.477-1.05c1.836-.305 3.68-.54 5.521-.763c.132-.017.259-.027.389-.045a1.04 1.04 0 0 1-.062-.156a27.86 27.86 0 0 1-.42-1.764a20.709 20.709 0 0 1-1.47-4.375c-.324-1.474-1.323-1.961-2.503-2.017m52.691 0c-1.18.056-2.179.543-2.504 2.017c-.461 2.101-1.126 3.77-1.724 4.914c-.092.409-.181.818-.293 1.225a1.05 1.05 0 0 1-.065.164c.13.013.26.024.387.041a109.451 109.451 0 0 1 11.002 1.813a93.664 93.664 0 0 1 3.28.82c.015-.133.043-.496.07-.822c-.083-.976-.486-5.403-1.264-7.305c-.45-1.1-3.199-1.799-5.297-2.299c-1.05-.25-2.411-.624-3.592-.568m-8.777 3.068c-.287 1.417-.758 3.085-1.53 4.701h.003c.77-1.616 1.24-3.284 1.527-4.701m-37.877 4.578l.012.053a.847.847 0 0 1 0 .443h.002a.854.854 0 0 0 0-.445l-.014-.05z'/%3E%3Cpath fill='%23e6ccad' d='m117.469 72.953l-1.78 12.455v.004a.89.89 0 0 1-.37.6v.002l-2.544 1.781l-.152.78c2.51.617 4.917-1.182 6.275-2.483c.634-2.464 1.192-5.357 1.38-7.455c.145-1.617.155-2.598.087-3.21a2.402 2.402 0 0 0-.154-.671a.772.772 0 0 0-.225-.313c-.118-.099-.42-.28-.703-.453c-.11-.066-.147-.101-.273-.175h-.002c-.454-.265-1-.57-1.54-.862zm-96.557 1.729c-.596.319-1.239.673-1.777.988l-.002.002c-.193.113-.257.167-.416.265c-.286.177-.624.378-.743.477c-.237.197-.435.624-.373 2.14c.021.506.072 1.133.159 1.913l.01.068c.113.993.32 2.188.591 3.451l.008.04a62.622 62.622 0 0 0 .965 3.87c1.081 1.244 2.879 2.58 5.222 1.655l-1.66-1.162a.888.888 0 0 1-.375-.62zm48.219 1.781a13.44 13.44 0 0 0-1.799.14L63.37 89.655c-.001.005-.006.008-.008.012a.885.885 0 0 1-.236.377l-.002.002l-.002.002a.884.884 0 0 1-.408.213l-.002.002l-1.895.422c-.161.669-.707 1.65-2.465 2.187c-2.834.867-20.79 6.22-22.837 5.93c-1.21-.17-3.433-1.412-5.12-2.432a60.981 60.981 0 0 0 2.538 5.278c.367.68.779 1.387 1.209 2.105c.163.273.32.542.492.819c.594.953 1.23 1.924 1.937 2.906a559.204 559.204 0 0 0 10.916-3.35a40.025 40.025 0 0 1 2.346-3.246v-.002a29.76 29.76 0 0 1 2.574-2.838c.872-.834 1.746-1.537 2.582-2.039L54.99 96l.016-.008a7.094 7.094 0 0 1 1.187-.578l.018-.008l.02-.006a3.966 3.966 0 0 1 1.12-.242a32.004 32.004 0 0 1 1.538-.039h.002c.675.003 1.35.025 2.023.067h.002a36.465 36.465 0 0 1 2.012.183a4.322 4.322 0 0 1-.652-.746l-.003-.002a4.485 4.485 0 0 1-.408-.732l-.002-.002c-.207-.47-.301-.88-.379-1.131h.002s.231.18.653.443c.21.131.467.282.767.442h.002c.097.051.225.105.33.158a12.208 12.208 0 0 0 3.418 1.154a11.146 11.146 0 0 0 1.489.166l.1.004a10.373 10.373 0 0 0 1.575-.068c.032-.004.062-.004.094-.008a15.279 15.279 0 0 0 5.596-1.89l.031-.02a14.24 14.24 0 0 0 1.47-.967c.298-.224.405-.322.46-.371l.095-.078l.002-.002s-.004.497-.265 1.187a4.904 4.904 0 0 1-.613 1.137v.002c-.29.402-.678.814-1.192 1.197c1.978-.598 3.376-1 4.42-1.252s1.733-.355 2.293-.355c1.237 0 1.845.515 2.38.97c.1.083.201.171.321.268l.002.002c.633.498.959.76 1.615 1.28a3777.68 3777.68 0 0 1 6.153 4.872h.002c.12.014.573.061.74.08c1.556.18 4.669.536 6.904.74c.714.066 1.393.125 2.051.169c.659.043 1.297.07 1.928.07c.408 0 .789-.013 1.15-.039a56.938 56.938 0 0 0 1.729-3.643c.079-.18.158-.358.236-.54a67.857 67.857 0 0 0 1.602-4.124c-1.426 1.003-4.766 3.264-6.352 3.559c-2.032.378-20.202-4.187-23.072-4.93c-1.325-.343-1.975-.96-2.307-1.527l-1.53-.174h-.001a.886.886 0 0 1-.465-.2a.886.886 0 0 1-.285-.427l-4.078-13.437a13.898 13.898 0 0 0-1.793-.141zm3.33 38.492a253.499 253.499 0 0 1-1.228 2.776h.076l.078-.002c.419 0 .882-.044 1.318-.065c.073-.006.145-.019.217-.025a29.196 29.196 0 0 0 1.82-.217a94.872 94.872 0 0 1-2.281-2.467m3.441 3.653a28.128 28.128 0 0 1-3.12.449h-.003c-.017 0-.034 0-.05.002c-.428.017-.837.054-1.287.054l-.694.006l-.265-.006c-.19.282-.396.546-.614.797c-.058.068-.121.128-.181.194a9.378 9.378 0 0 1-.518.529c-.068.063-.14.12-.209.182c-.18.157-.361.31-.549.453c-.072.055-.145.107-.219.16a12.3 12.3 0 0 1-.63.43l-.09.056a13.76 13.76 0 0 1-1.543.81c-.125.057-.242.107-.365.159c-.492.21-.96.391-1.413.539c6.209 1.072 12.982-.56 16.538-1.646c-.037-.013-.071-.032-.108-.045a11.676 11.676 0 0 1-.984-.416c-.118-.056-.232-.12-.348-.18a11.873 11.873 0 0 1-.72-.402a12.107 12.107 0 0 1-.38-.24a12.322 12.322 0 0 1-.65-.465c-.119-.09-.24-.177-.355-.272a13.009 13.009 0 0 1-.817-.728c-.034-.033-.07-.061-.103-.094v-.002c-.11-.11-.216-.214-.323-.324'/%3E%3Cpath fill='%23656c67' d='M82.215 56.248a71.84 71.84 0 0 0-3.106.383c-.005 0-.011 0-.017.002a71.755 71.755 0 0 0-3.067.515a87.27 87.27 0 0 0-9.879 2.477l-.084.025c-1.485.465-2.92.957-4.306 1.461a106.266 106.266 0 0 0-4.354 1.694a251.908 251.908 0 0 1 5.787-.213c1.979-.05 4.003-.078 6.07-.078h.005c2.416 0 4.763.039 7.052.107l.243.004a55.567 55.567 0 0 0 2.586-2.676a55.612 55.612 0 0 0 2.402-2.844c.24-.302.466-.592.668-.857m21.88 1.215a49.678 49.678 0 0 1-2.708 1.814c-2.761 1.722-5.654 3.17-8.51 4.387c2.912.284 5.63.6 8.13.932c2.502.33 4.786.674 6.827 1.01c2.04.335 3.84.662 5.371.958c1.531.297 2.796.563 3.77.778l1.906-7.225c-2.073-.47-5.453-1.176-9.938-1.914h-.002a218.654 218.654 0 0 0-4.845-.74zm-53.013 1.166a96.126 96.126 0 0 0-5.365 1.412c-1.75.515-3.46 1.071-5.125 1.658a107.769 107.769 0 0 0-4.86 1.846a112.947 112.947 0 0 0-4.568 1.982a230.054 230.054 0 0 1 6.885-1.004a230.92 230.92 0 0 1 6.912-.795l.047-.04a47.386 47.386 0 0 1 6.074-5.06zm-26.926.547c-1.865.36-3.386.686-4.512.941l.53 2a66.471 66.471 0 0 1 3.982-2.941m88.322 9.697l-1.956 13.709a.905.905 0 0 1-.124.338v.002a.902.902 0 0 1-.246.264v.002l-2.718 1.9l-4.621 3.234a.896.896 0 0 1-.588.153l-.02.002l-22.127-2.514a.891.891 0 0 1-.752-.623l-.002-.002l-1.386-4.567l-2.598-8.55c-.801-.207-2.543-.62-4.375-.813a17.664 17.664 0 0 0-1.832-.103c-1.204 0-2.49.16-3.608.353c-1.118.194-2.07.423-2.603.56l-3.986 13.12v.002c-.001.002-.004.003-.004.006a.885.885 0 0 1-.242.385a.887.887 0 0 1-.41.216L36.153 90.87a.852.852 0 0 1-.506-.055c-.066-.025-.137-.04-.197-.082l-4.316-3.023l-3.024-2.117a.89.89 0 0 1-.37-.617l-.003-.002l-1.543-12.524l-.435-3.521c-.822.158-1.565.307-2.225.449c-.47.258-.935.515-1.392.773l2.101 17.008l10.664 7.469l26.91-5.988l3.973-13.086v-.002a.893.893 0 0 1 .266-.412a.892.892 0 0 1 .443-.21c1.007-.161 1.887-.244 2.633-.244c.738 0 1.626.083 2.629.245a.883.883 0 0 1 .44.205l.003.004l.008.007a.883.883 0 0 1 .258.405v.002l4.074 13.412l27.06 3.078l10.376-7.27l2.166-15.152a158.3 158.3 0 0 0-3.668-.748z'/%3E%3Cpath fill='%23c7b39a' d='M69.26 64.92c-1.605 0-3.184.016-4.735.047h-.047a238.71 238.71 0 0 0-4.613.137a240.704 240.704 0 0 0-8.644.494h-.002a106.508 106.508 0 0 0-3.647 1.87l-.064.034l-.002.002a95.142 95.142 0 0 0-2.803 1.566c-1.541.898-2.402 1.466-2.441 1.494h-.002l-2.645 1.764l-2.643 1.762l-.003.002l2.142-3.074l1.492-2.141v-.002a36.339 36.339 0 0 1 1.891-2.467a225.57 225.57 0 0 0-8.117 1.059c-.251.037-.501.079-.752.117c-2.272.346-4.36.693-6.112 1.016l.909 7.363l1.037 8.4l6.69 4.686l21.236-4.723l1.988-6.549l1.986-6.547a.895.895 0 0 1 .156-.29a.906.906 0 0 1 .248-.217a.72.72 0 0 1 .202-.09c.073-.02.909-.247 2.058-.488a30.253 30.253 0 0 1 2.606-.443l.03-.007l3.9-2.355a30.352 30.352 0 0 0 3.357-2.375c-.76-.014-1.545-.015-2.316-.024c-.78-.007-1.56-.02-2.34-.021m18.496.709a88.579 88.579 0 0 1-6.233 1.89a91.51 91.51 0 0 1-5.123 1.198c-2.975.605-4.914.838-5.134.853l-.254.016l-.246.02c1.388.12 2.737.366 3.755.587c1.021.223 1.71.42 1.776.44a.9.9 0 0 1 .377.223a.905.905 0 0 1 .228.375l3.96 13.033l21.208 2.41l6.744-4.723l1.917-13.404a210.375 210.375 0 0 0-10.147-1.582a231.476 231.476 0 0 0-5.916-.705a240.712 240.712 0 0 0-6.912-.631m.998 3.459c.342-.012.68.033 1.012.125h.006l.007.004c.329.093.65.232.96.418l.001.002c.313.187.614.418.9.69l.003.001a6.848 6.848 0 0 1 .834.961c.244.337.47.705.675 1.102c.205.395.386.82.545 1.265l.034.096c.155.448.288.917.39 1.404a12.3 12.3 0 0 1 .225 1.569a7.473 7.473 0 0 1-.022 1.55a4.542 4.542 0 0 1-.123.618a3.454 3.454 0 0 1-.19.525c.64-.076 1.155-.024 1.57.098h.001c.414.121.725.313.96.517c.233.205.388.422.485.594c.098.172.14.3.147.326a3.28 3.28 0 0 0-.705-.246a3.968 3.968 0 0 0-.738-.092c-.508-.018-1.05.041-1.649.131c-.602.09-1.262.21-2.004.313a20.7 20.7 0 0 1-2.469.203h-.005c-.686.024-1.345.043-1.95-.008h-.002a5.307 5.307 0 0 1-.86-.137h-.003a3.178 3.178 0 0 1-.76-.295a2.528 2.528 0 0 1-.64-.502a2.93 2.93 0 0 1-.498-.757a4.741 4.741 0 0 1-.336-1.067a8.804 8.804 0 0 1-.155-1.422a14.235 14.235 0 0 1 .032-1.578a12.577 12.577 0 0 1 .199-1.476v-.002c.56-2.831 2.063-4.857 4.123-4.93M48.723 70.15c.007 0 .014.004.021.004c.336 0 .658.048.967.147h.002c.312.1.61.251.89.443l.008.004l.004.004c.845.583 1.537 1.562 2.024 2.797l.007.015l.006.018c.158.405.295.836.407 1.291l.004.016a12.553 12.553 0 0 1 .264 1.457l.001.01v.005a14.198 14.198 0 0 1 .102 1.567v.004a8.628 8.628 0 0 1-.09 1.412v.002a4.321 4.321 0 0 1-.287 1.039v.002a2.56 2.56 0 0 1-.461.726c-.901.982-2.437.886-4.156.903c-.28.007-.545.01-.807.013c-.309.007-.603.011-.889.004c-1.314-.002-2.393-.031-3.332.036c-.014 0-.03 0-.045.002a7.87 7.87 0 0 0-1.324.199h-.002c-.413.103-.803.25-1.18.453c.01-.023.058-.134.163-.295c.1-.156.259-.36.48-.58l.022-.024l.013-.011a4.54 4.54 0 0 1 .897-.664c.209-.12.436-.236.699-.34a6.519 6.519 0 0 1 .82-.262c-.003-.007-.004-.02-.007-.027a4.724 4.724 0 0 1-.303-.998l-.016-.08a9.841 9.841 0 0 1-.142-1.36c-.001-.02-.005-.033-.006-.054c-.001-.017.002-.033.002-.05a9.871 9.871 0 0 1 .064-1.527a9.543 9.543 0 0 1 .287-1.423l.026-.09c.132-.454.294-.886.484-1.291c.196-.419.42-.81.668-1.166a6.822 6.822 0 0 1 .768-.924a5.435 5.435 0 0 1 .922-.752l.046-.031c.299-.187.609-.335.924-.44c.022-.007.043-.015.065-.021c.316-.099.639-.153.962-.158c.01 0 .019-.004.028-.004z'/%3E%3Cpath fill='%23ebd599' d='M90.2 35.297c-.867.787-2.046 1.799-3.231 2.64a21.66 21.66 0 0 1-.12 1.29v.002a24.611 24.611 0 0 1-.306 1.894v.004c-.286 1.417-.756 3.085-1.527 4.701c.09.007.18.018.27.026c1.284.104 2.57.218 3.855.353a.85.85 0 0 1 0-.45v-.001c.27-.983.476-1.984.632-2.967v-.002a35.6 35.6 0 0 0 .332-2.865v-.002c.07-.916.103-1.781.114-2.563v-.002a42.587 42.587 0 0 0-.02-2.056zm-42.579.002l-.004.158a44.69 44.69 0 0 0-.013 1.713c0 .106.002.21.004.318c.012.708.042 1.48.101 2.295l.018.25a35.65 35.65 0 0 0 .338 2.842c.15.94.346 1.892.601 2.83l.014.05a.854.854 0 0 1 0 .446c.009 0 .018 0 .027-.002a167.19 167.19 0 0 1 4.094-.38a17.47 17.47 0 0 1-.524-1.217c-.166-.43-.309-.855-.44-1.276a22.738 22.738 0 0 1-.562-2.207a24.456 24.456 0 0 1-.306-1.894a20.997 20.997 0 0 1-.117-1.29a28.886 28.886 0 0 1-1.63-1.255a42.552 42.552 0 0 1-1.437-1.24c-.049-.045-.117-.098-.164-.141'/%3E%3Cpath fill='%232d3136' d='M88.756 69.09c-2.747.097-4.507 3.666-4.356 7.984c.151 4.314 2.46 4.284 5.205 4.188c3.693-.07 5.72-1.202 7.569-.309c-.027-.103-.605-1.838-3.162-1.533c.295-.642.427-1.51.334-2.695c-.338-4.308-2.843-7.731-5.59-7.635m-40.033 1.06c-2.75.024-5.41 3.563-5.246 7.877c.044 1.124.21 1.935.474 2.52c-2.397.6-3.056 2.083-3.094 2.176c1.51-.815 3.216-.695 5.883-.692c.286.007.58.005.889-.002c.262-.004.526-.008.805-.015c2.75-.027 5.036.234 4.996-4.084c-.042-4.317-1.96-7.806-4.707-7.78m39.767 1.666c.021 0 .038.012.059.012a1.388 1.388 0 0 1 .535.117a1.404 1.404 0 0 1 .377.244l.043.04a1.4 1.4 0 0 1 .281.398l.02.041c.069.16.109.336.113.521l.002.006v.006a1.399 1.399 0 0 1-.098.535c0 .003 0 .006-.002.008l-.002.004a1.41 1.41 0 0 1-.29.447a1.4 1.4 0 0 1-.985.436a1.517 1.517 0 0 1-.55-.106a1.265 1.265 0 0 1-.433-.28l-.029-.026a1.322 1.322 0 0 1-.215-.305c-.116-.2-.2-.42-.205-.668c-.005-.26.08-.492.2-.703a1.23 1.23 0 0 1 .162-.25l.002-.002c.029-.032.06-.06.091-.09a1.27 1.27 0 0 1 .346-.242c.038-.018.078-.026.117-.041a1.522 1.522 0 0 1 .387-.086c.026-.002.048-.015.074-.016m-39.38 1.047c1.938-.13 2.02 2.804.1 2.805c-.009 0-.017.006-.026.006c-.02 0-.036-.01-.055-.01a1.54 1.54 0 0 1-.377-.064a1.35 1.35 0 0 1-.22-.088a1.268 1.268 0 0 1-.22-.139a1.38 1.38 0 0 1-.57-1.066c-.011-.433.186-.81.486-1.077c.09-.084.188-.158.305-.216c.034-.017.07-.026.106-.04a1.5 1.5 0 0 1 .47-.11z'/%3E%3Cpath fill='%23edf6fa' d='M88.49 71.816a1.404 1.404 0 1 0 .05 2.808a1.404 1.404 0 0 0-.05-2.808m-39.379 1.05a1.405 1.405 0 1 0 .071 2.808a1.405 1.405 0 0 0-.07-2.809z'/%3E%3Cpath fill='%23ebd599' d='m52.883 12.295l-.309.912c-1.164 4.588-2.811 13.146-1.828 22.498c.463.371.95.735 1.426 1.055a.866.866 0 0 1 .375.699c.004.045.102 4.373 2.014 8.055c.026.055.048.113.066.171c4.755-.324 9.521-.454 14.28-.457c4.758.003 9.523.14 14.277.467a.88.88 0 0 1 .068-.181c1.911-3.682 2.012-8.01 2.012-8.055a.876.876 0 0 1 .379-.7c.46-.31.926-.663 1.38-1.023l.051-.144c1.001-9.713-.825-18.585-1.984-22.98c-.03 1.787-.598 28.784-7.176 28.784h-2v1.912h-13.51v-1.912h-2.172c-6.8 0-7.35-29.101-7.35-29.101zm36.5 15.795c.018.25.04.51.055.75l.083-.238zm-43.457 6.476L32.796 38.3c-.81 5.275-.535 9.135-.415 10.357l.06-.037s.43-5.561 1.301-7.693c.45-1.1 3.198-1.8 5.297-2.299c2.098-.5 5.444-1.5 6.094 1.45a20.703 20.703 0 0 0 1.469 4.374c-.828-4.023-.775-7.943-.676-9.885zm45.965 0c.107 2.028.148 6.215-.8 10.424c.599-1.144 1.264-2.813 1.725-4.914c.65-2.948 3.997-1.948 6.096-1.449c2.098.5 4.847 1.2 5.297 2.299c.778 1.902 1.181 6.329 1.264 7.305c.127-1.575.283-5.163-.45-9.93zm15.316 8.334c.205 3.85-.101 6.375-.121 6.518c-.007.042-.017.078-.027.115a26 26 0 0 1 .453.137c1.316.432 2.64.884 3.894 1.477c-2.14-1.263-3.476-5.26-4.199-8.247m-76.6.008c-.723 2.984-2.057 6.97-4.193 8.235c1.253-.592 2.576-1.044 3.893-1.475c.15-.048.298-.09.449-.139c-.01-.038-.02-.071-.027-.111c-.022-.143-.326-2.666-.121-6.51z' opacity='0.8'/%3E%3Cpath fill='%23cb3349' d='M57.883 14.979v6.265h3.082V18.06h6.379v19.342h-.002v.002h-2.623v3.586h8.873v-3.586h-2.625V18.061h6.379v3.181h3.082V14.98z'/%3E%3Cpath fill='%23c7b39a' d='M118.898 86.092c-1.36 1.303-3.774 3.108-6.289 2.48c-.104.54-.189 1.031-.359 1.717c1.455.337 3.84.6 4.977.38c.485-.526 1.108-2.387 1.671-4.577m-99.564 1.805c.646 2.273 1.35 4.215 1.848 4.716c1.259.222 4.047-.164 5.416-.566a46.34 46.34 0 0 1-.397-1.346l-1.644-1.15c-2.344.925-4.141-.411-5.223-1.654m90.955 1.634l-.898.63l-2.418 1.696l-2.621 1.836a.91.91 0 0 1-.612.157l-26.078-2.967l-.369-.041c.332.567.981 1.184 2.307 1.527c2.87.743 21.04 5.308 23.072 4.93c1.585-.295 4.926-2.556 6.351-3.559c.27-.77.537-1.545.79-2.351c.17-.617.328-1.236.476-1.858m-49.473 1.15l-25.9 5.77a1.006 1.006 0 0 1-.195.018a.883.883 0 0 1-.512-.162l-1.01-.701l-3.025-2.118v-.007l-1.22-.854c.085.275.183.543.28.81l-.004.005a64.11 64.11 0 0 0 1.164 2.927c1.687 1.02 3.91 2.261 5.12 2.432c2.048.29 20.004-5.063 22.838-5.93c1.759-.537 2.303-1.52 2.464-2.19m19.873 31.094c-3.555 1.088-10.328 2.72-16.537 1.647c-1.612.527-2.891.713-3.015.728a10.8 10.8 0 0 0-.764.12c3.483.954 7.039 1.368 10.545 1.132a42.064 42.064 0 0 0 12.924-2.962a11.926 11.926 0 0 1-3.153-.665'/%3E%3Cpath fill='%232d3136' d='M68.91.52c-10.884 0-21.335 3.566-30.22 10.308c-8.595 6.524-15.135 15.884-18.938 26.44a50.473 50.473 0 0 0-4.04 1.673c-1.61.772-3.193 1.642-4.661 2.795l-.26.203l-.098.362a20.42 20.42 0 0 0-.332 1.422c-.092.46-.162.924-.228 1.388a33.11 33.11 0 0 0-.27 2.787a34.97 34.97 0 0 0 .166 5.588a35.045 35.045 0 0 0 1.037 5.508c.256.905.55 1.8.899 2.688a18.312 18.312 0 0 0 .9 1.98l.186.328c.07.12.116.208.222.367l.19.293l.295.15c.314.164.572.286.857.419l.832.375c.153.062.297.125.453.187c-3.77 3.49-7.87 8.02-11.418 13.623L0 86.474l6.293-5.523c.106-.093 5.382-4.663 14.182-9.834l.12 1.012c-.572.298-3.342 1.752-4.163 2.437c-1.362 1.134-1.428 2.89-1.063 6.166c.185 1.68.818 4.94 1.666 7.928c1.461 5.146 2.533 6.055 3.475 6.27c.423.1.975.146 1.59.146c1.683 0 3.847-.328 5.252-.752c1.653 5.14 3.993 9.777 6.845 13.846l-.412.12c-1.716-.797-7.713-3.573-9.73-4.481l-4.215-1.895l2.494 3.889c.182.28 4.483 6.99 7.998 11.51c3.284 4.22 7.782 8.533 16.271 8.533a28.9 28.9 0 0 0 3.192-.188a417.47 417.47 0 0 0 5.883-.701c8.91 3.274 18.737 3.473 28.06-.059a40.98 40.98 0 0 0 7.01-3.462c.043-.006.086-.018.127-.028c3.468-.834 7.4-1.772 9.344-2.318c.315-.086.7-.177 1.11-.274c2.705-.622 7.228-1.67 9.64-6.496c2.429-4.87 6.394-12.329 6.437-12.404l1.85-3.479l-3.611 1.569c-.193.086-4.764 2.079-7.143 3.328c-.086.046-.182.086-.28.133c1.93-3.936 2.904-7.09 3.245-8.297c1.328.32 3.303.281 4.754.281a8.26 8.26 0 0 0 1.926-.244c.94-.24 1.668-.865 3.04-6.176c.795-3.085 1.37-6.446 1.526-8.172c.305-3.362.207-5.16-1.168-6.297c-.683-.563-2.687-1.645-3.707-2.18l.049-.366c.52.124.799.197.822.203l.924-3.512a39.62 39.62 0 0 1 1.064-.432a55.505 55.505 0 0 0 1.676-.681l.832-.375c.286-.133.543-.256.858-.418l.294-.153l.19-.29c.103-.16.155-.249.222-.368l.182-.328c.123-.222.231-.438.334-.656c.206-.44.394-.883.57-1.326c.35-.888.643-1.78.899-2.686a35.5 35.5 0 0 0 1.035-5.508c.209-1.856.26-3.725.166-5.59a30.765 30.765 0 0 0-.268-2.785a21.03 21.03 0 0 0-.228-1.388a17.3 17.3 0 0 0-.332-1.422l-.1-.36l-.257-.203c-1.468-1.153-3.053-2.025-4.663-2.797a50.068 50.068 0 0 0-4.04-1.675c-3.803-10.553-10.343-19.914-18.938-26.438C90.243 4.085 79.795.52 68.91.52m-.002 2.408c20.234 0 38.77 13.192 46.52 33.453a67.075 67.075 0 0 0-3.291-.947c-1.692-.435-3.403-.829-5.13-1.114c.823.3 1.645.597 2.456.91c.815.303 1.627.62 2.432.946c1.61.649 3.215 1.317 4.775 2.053a51.549 51.549 0 0 1 4.582 2.343c1.359.783 2.66 1.64 3.81 2.608c.05.29.1.61.137.912c.053.427.098.854.135 1.285c.073.861.107 1.73.113 2.598a37.84 37.84 0 0 1-.32 5.191c-.235 1.723-.554 3.437-1.022 5.09a26.912 26.912 0 0 1-.79 2.434a20.47 20.47 0 0 1-.49 1.164a14.204 14.204 0 0 1-.27.552l-.106.21c-.13.065-.263.13-.388.19l-.772.368c-.271.126-.55.246-.824.369l1.367-5.19c-.318-.085-3.307-.86-8.44-1.812c.16-.033.32-.07.475-.105a23.675 23.675 0 0 0 3.139-1.002a14.702 14.702 0 0 0 1.478-.715c.475-.272.94-.58 1.301-.99c-5.14 1.68-15.769.917-25.22-.057c-8.636-.892-17.299-1.47-26.003-1.488c-8.704.02-17.36.596-26.002 1.488c-9.448.973-20.072 1.736-25.214.057c.36.41.828.718 1.302.99c.474.269.973.5 1.477.715c1.017.41 2.07.737 3.135 1.002c.373.09.76.172 1.136.242c-4.68.89-7.4 1.593-7.7 1.676l1.427 5.447a.97.97 0 0 1-.078.072c-.49-.219-1.085-.5-1.516-.7l-.771-.366a12.6 12.6 0 0 1-.387-.192l-.11-.209a17.801 17.801 0 0 1-.751-1.716a26.841 26.841 0 0 1-.797-2.434c-.467-1.653-.782-3.367-1.02-5.09a38.235 38.235 0 0 1-.322-5.191c.01-.868.04-1.737.115-2.598c.034-.43.085-.86.135-1.287c.04-.302.086-.62.135-.91c1.15-.97 2.453-1.828 3.81-2.61a52.11 52.11 0 0 1 4.578-2.341c1.564-.736 3.166-1.404 4.776-2.053c.809-.325 1.62-.644 2.432-.945a128.13 128.13 0 0 1 2.459-.91c-1.727.284-3.437.679-5.133 1.113c-1.1.285-2.198.606-3.287.947C30.14 16.12 48.67 2.928 68.908 2.928M53.572 9.69c-5.22 9.09-5.405 20.056-5.289 23.88a29.167 29.167 0 0 1-.806-.774c-.011-.011-.025-.017-.036-.027c-.007-.008-.011-.017-.02-.024c-.008-.01-.022-.012-.032-.02a1.211 1.211 0 0 0-.114-.07c-.02-.01-.033-.023-.054-.033a.801.801 0 0 0-.143-.049c-.014-.003-.025-.01-.035-.01a.756.756 0 0 0-.19-.015c-.016 0-.033.004-.046.004a.918.918 0 0 0-.145.02l-.027.005l-11.602 3.299c-.092-2.368-.14-12.537 5.188-21.111c-.187.21-6.15 7.02-6.557 21.5l-1.867.529a.857.857 0 0 0-.615.69c-1.138 6.902-.484 11.73-.453 11.933c.007.04.017.073.027.111c-.151.048-.3.091-.45.139c-1.765.578-3.54 1.194-5.146 2.133c.86-.34 1.75-.587 2.64-.807a46.3 46.3 0 0 1 2.692-.588a84.019 84.019 0 0 1 5.44-.85c1.815-.24 3.64-.434 5.468-.59c1.83-.153 3.655-.31 5.487-.415c7.326-.433 14.672-.57 22.021-.574c7.351.007 14.698.12 22.024.572c1.833.107 3.657.262 5.486.416c1.83.155 3.65.353 5.469.59a83.5 83.5 0 0 1 5.44.85c.9.17 1.796.362 2.687.59c.894.22 1.78.465 2.64.806c-1.606-.94-3.38-1.553-5.142-2.131a23.617 23.617 0 0 0-.453-.137c.01-.037.02-.073.027-.115c.028-.203.684-5.03-.453-11.934a.864.864 0 0 0-.616-.69l-1.87-.528c-.402-14.48-6.366-21.29-6.551-21.5c5.328 8.573 5.28 18.742 5.187 21.109L91.18 32.58c-.01-.003-.02-.004-.028-.008a1.044 1.044 0 0 0-.146-.02c-.014 0-.028-.003-.045-.003a.73.73 0 0 0-.19.017c-.01 0-.02.006-.03.006a1.26 1.26 0 0 0-.153.053c-.017.01-.034.021-.05.027c-.039.025-.076.048-.114.075c-.01.007-.021.01-.031.021c-.01.007-.014.015-.022.021c-.009.01-.025.018-.035.028a41.1 41.1 0 0 1-.807.773c.117-3.823-.069-14.79-5.287-23.879c.11.32 4.252 12.435 2.822 26.014c-.466.371-.947.735-1.421 1.055a.876.876 0 0 0-.38.699c0 .045-.1 4.373-2.011 8.055a.88.88 0 0 0-.068.181c-4.754-.327-9.519-.463-14.278-.466c-4.758.003-9.524.133-14.279.457a1.192 1.192 0 0 0-.067-.172c-1.911-3.682-2.01-8.01-2.013-8.055a.866.866 0 0 0-.375-.7c-.476-.32-.963-.683-1.426-1.054c-1.428-13.579 2.716-25.695 2.826-26.014zm1.996 2.971V23.56h7.72v-3.183h1.734v14.705h-2.618v8.227h13.51v-8.227h-2.63V20.375h1.74v3.184h7.724V12.664Zm2.315 2.316h22.545v6.264h-3.082V18.06h-6.377v19.342h2.623v3.588h-8.873v-3.588h2.625V18.061h-6.377v3.183h-3.084zM45.926 34.566c-.113 2.225-.168 7.05 1.096 11.649c.018.055.037.108.062.156c-.13.018-.257.028-.389.045c-1.842.223-3.685.458-5.521.764c-1.832.31-3.662.646-5.477 1.048a88.459 88.459 0 0 0-3.283.823c-.089-.777-.5-5.004.383-10.752zm45.965 0l13.132 3.735c.884 5.755.468 9.98.38 10.752a93.664 93.664 0 0 0-3.28-.82a109.45 109.45 0 0 0-11.002-1.813c-.127-.017-.257-.028-.387-.041a1.05 1.05 0 0 0 .065-.164c1.262-4.6 1.21-9.425 1.092-11.649m-1.692.729c.08 2.32.022 6.526-1.058 10.46a.856.856 0 0 0 0 .452a172.45 172.45 0 0 0-4.127-.379c1.543-3.234 1.882-6.68 1.955-7.893c1.185-.843 2.364-1.853 3.23-2.64m-42.58.002c.866.787 2.043 1.796 3.233 2.639c.07 1.212.408 4.65 1.949 7.882c-1.376.11-2.75.238-4.123.383a.847.847 0 0 0 0-.443c-1.08-3.93-1.135-8.137-1.059-10.461m20.942 19.978h.003c1.48.004 2.96.018 4.438.041a92.314 92.314 0 0 0-7.201 1.9c-7.685 2.368-14.213 5.419-18.656 7.755c4.956-4.741 10.225-7.4 10.828-7.694l.054-.03l4.014-1.901c2.177-.044 4.35-.068 6.52-.07zm-14.659.295a96.085 96.085 0 0 0-7.56 1.79c-15.39 4.306-27.853 11.78-35.008 16.751c7.363-8.803 18.087-15.536 20.883-17.209c.304-.04.603-.074.908-.103c1.064-.117 2.131-.2 3.205-.283c2.144-.162 4.288-.31 6.442-.428c3.708-.21 7.42-.382 11.13-.518m31.71.09c2.914.122 5.832.262 8.747.428c2.101.118 4.194.26 6.288.416c.006 0 .015.004.021.008c-.212.148-.427.309-.64.46c-8.574 5.982-18.481 8.516-24.194 9.54c4.036-3.34 7.183-7.28 8.77-9.428a47.32 47.32 0 0 0 1.007-1.424zm-3.397.588c-.202.265-.427.556-.668.858a55.59 55.59 0 0 1-4.988 5.519a246.38 246.38 0 0 0-7.297-.111c-4.136 0-8.1.109-11.868.29c5.317-2.205 11.711-4.36 18.631-5.656a71.798 71.798 0 0 1 6.19-.9m21.88 1.215c6.933.98 12.022 2.028 14.786 2.654l-1.906 7.225c-3.894-.858-12.45-2.544-24.098-3.678c3.807-1.623 7.68-3.656 11.219-6.201zm-53.011 1.166a47.573 47.573 0 0 0-6.123 5.1a230.85 230.85 0 0 0-13.799 1.798c5.891-2.71 12.616-5.201 19.922-6.898m-26.928.547a66.47 66.47 0 0 0-3.982 2.941l-.53-2a147.89 147.89 0 0 1 4.512-.941m45.106 5.742c1.58 0 3.128.02 4.656.047a30.352 30.352 0 0 1-3.36 2.375l-3.898 2.355c-2.448.3-4.572.905-4.695.938a.72.72 0 0 0-.201.09a.895.895 0 0 0-.403.508l-3.976 13.095l-21.237 4.723l-6.691-4.686L27.514 68.6c3.797-.7 8.88-1.51 14.982-2.192a33.581 33.581 0 0 0-1.892 2.47l-3.635 5.214l5.293-3.527c.078-.056 3.448-2.274 8.959-4.967a240.52 240.52 0 0 1 18.04-.68zm18.494.711c9.675.743 17.573 1.933 22.974 2.916l-1.916 13.406l-6.744 4.723l-21.209-2.41l-3.959-13.033a.9.9 0 0 0-.605-.598c-.132-.04-2.755-.787-5.541-1.027l.51-.038c.44-.03 7.756-.926 16.49-3.939m24.722 3.244a158.3 158.3 0 0 1 3.669.748l-2.167 15.153l-10.374 7.27l-27.061-3.08l-4.074-13.411a.879.879 0 0 0-.71-.623c-1.002-.162-1.89-.244-2.628-.244c-.746 0-1.626.082-2.633.244a.888.888 0 0 0-.709.623L61.818 88.64l-26.91 5.986l-10.666-7.47l-2.101-17.007a155.2 155.2 0 0 1 1.392-.777c.663-.138 1.405-.29 2.227-.45l1.978 16.05a.891.891 0 0 0 .373.619l7.34 5.137a.868.868 0 0 0 .703.14l22.125-4.925a.886.886 0 0 0 .656-.604l3.987-13.121c1.067-.275 3.804-.914 6.213-.914c2.398 0 5.137.64 6.205.916l3.986 13.119a.89.89 0 0 0 .752.623l22.127 2.514a.886.886 0 0 0 .605-.157l7.342-5.132a.907.907 0 0 0 .37-.606zm4.99 4.078c1.08.587 2.19 1.217 2.518 1.492c.33.266.583.96.291 4.194c-.354 3.963-2.02 10.914-3.05 12.033c-1.137.22-3.522-.044-4.977-.38c.248-.999.322-1.48.523-2.499l2.545-1.78a.89.89 0 0 0 .371-.603zm-96.556 1.73l1.61 13.089a.888.888 0 0 0 .374.619l3.305 2.312c.126.45.257.902.397 1.346c-1.37.402-4.157.788-5.416.566c-1.047-1.053-2.997-8.3-3.424-12.146c-.345-3.118-.103-3.79.215-4.053c.368-.308 1.745-1.093 2.939-1.732zm48.223 1.782c.51 0 1.115.049 1.798.14l4.082 13.44c.103.34.396.585.748.625l1.899.215l26.078 2.967a.91.91 0 0 0 .611-.157l2.621-1.836l2.418-1.697l.899-.629a52.65 52.65 0 0 1-.477 1.858c-1.248 3.995-2.718 7.535-4.355 10.658c-.36.024-.744.039-1.15.039c-1.263 0-2.552-.108-3.979-.236c-2.475-.23-6.406-.677-7.645-.823c-1.07-.85-4.727-3.757-7.769-6.152c-.118-.097-.221-.186-.324-.27c-.534-.454-1.142-.97-2.38-.97c-1.12 0-2.755.411-6.712 1.607c2.058-1.536 2.07-3.523 2.07-3.523s-2.932 2.722-7.654 3.332c-4.721.605-8.428-2.295-8.428-2.295c.156.504.374 1.644 1.444 2.615a34.338 34.338 0 0 0-4.04-.252c-.515 0-1.038.015-1.537.04c-2.907.15-6.994 4.541-9.867 8.968a559.225 559.225 0 0 1-10.916 3.35c-4.76-6.597-7.104-13.337-7.34-14.036l.004-.003c-.097-.268-.195-.536-.281-.811l1.22.854v.007l3.026 2.118l1.01.7a.883.883 0 0 0 .512.163c.063 0 .13-.005.195-.018l27.797-6.191a.886.886 0 0 0 .656-.606l3.963-13.05a13.42 13.42 0 0 1 1.803-.141m13.074 19.92c.225 0 .226 0 .603.322c.12.1.252.21.397.328c3.586 2.82 8.023 6.354 8.068 6.387l.307.246l.387.043c.052.007 5.115.602 8.107.877c1.497.133 2.85.25 4.227.25c2.316 0 4.11-.348 5.478-1.066a77.695 77.695 0 0 1 3.33-1.614a541.942 541.942 0 0 0-4.607 8.936c-1.83 3.664-5.28 4.467-7.8 5.049c-.44.1-.857.194-1.231.3c-1.892.53-5.796 1.466-9.24 2.29c-.956.228-1.887.45-2.745.66a11.61 11.61 0 0 1-2.709.334c-2.55 0-4.779-.924-6.62-2.75a90.88 90.88 0 0 1-5.06-5.473l-1.021-1.215s-.29-.438-.484-.578l-.012-.01c-.003 0-.004 0-.004-.004c-.126.133-.201.562-.201.562l-.621 1.653c-.014.036-.367.97-2.123 4.896c-1.703 3.82-7.773 4.605-7.829 4.612c-.352.043-.626.093-.974.152c-1.027.18-2.936.518-10.348 1.355c-.997.114-1.97.17-2.883.17c-7.287 0-11.086-3.587-14.101-7.47c-1.726-2.217-3.688-5.046-5.22-7.31c2.811 1.291 5.768 2.663 5.818 2.683l.462.215l.49-.141a510.28 510.28 0 0 0 14.749-4.48l.472-.153l.27-.422c4.139-6.548 7.375-8.086 7.951-8.115a27.17 27.17 0 0 1 1.398-.035c5.757 0 10.562 1.782 10.612 1.799l.441.166l.451-.143c7.322-2.27 10.665-3.307 11.815-3.307zm-9.748 18.57a88.84 88.84 0 0 0 2.283 2.469a29.17 29.17 0 0 1-2.037.242c-.437.021-.9.068-1.32.067h-.155a253.5 253.5 0 0 0 1.229-2.778m3.441 3.654l.322.327c2.115 2.094 4.736 3.294 7.618 3.506a42.064 42.064 0 0 1-12.924 2.962c-3.506.236-7.062-.178-10.545-1.132c.293-.054.506-.09.764-.12c.285-.036 6.532-.852 9.345-5.037l.266.006l.693-.006c.468 0 .892-.04 1.338-.056c1.064-.093 2.1-.243 3.123-.45'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-argo-cd.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-argo-cd.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 128 128'%3E%3Cdefs%3E%3CclipPath id='deviconArgocd0'%3E%3Cpath d='M42 41h44v51H42zm0 0'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd1'%3E%3Cuse href='%23deviconArgocdc'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd2'%3E%3Cuse href='%23deviconArgocdc'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd3'%3E%3Cpath d='m85.695 41.133l-2.55 58.238H44.887l-2.125-58.238'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd4'%3E%3Cuse href='%23deviconArgocdc'/%3E%3C/clipPath%3E%3Cmask id='deviconArgocd5'%3E%3Cg filter='url(%23deviconArgocdb)'%3E%3Cuse href='%23deviconArgocdc' fill-opacity='0.251'/%3E%3C/g%3E%3C/mask%3E%3Cmask id='deviconArgocd6'%3E%3Cg filter='url(%23deviconArgocdb)'%3E%3Cuse href='%23deviconArgocdc' fill-opacity='0.22'/%3E%3C/g%3E%3C/mask%3E%3Cmask id='deviconArgocd7'%3E%3Cg filter='url(%23deviconArgocdb)'%3E%3Cuse href='%23deviconArgocdc' fill-opacity='0.502'/%3E%3C/g%3E%3C/mask%3E%3Cg id='deviconArgocd8' clip-path='url(%23deviconArgocd4)'%3E%3Cpath fill='%23fbdfc3' d='M58.488 30.508a2.974 2.974 0 1 1-5.948-.003a2.974 2.974 0 0 1 5.948.003m0 0'/%3E%3C/g%3E%3Cg id='deviconArgocd9' clip-path='url(%23deviconArgocd2)'%3E%3Cpath fill='%23e34e3b' d='M84.422 65.363s2.55-22.531-.852-31.031C77.195 19.453 62.316 20.73 62.316 20.73s8.5 3.399 8.926 16.153c.426 8.926 0 22.105 0 22.105zm0 0'/%3E%3C/g%3E%3Cg id='deviconArgocda' clip-path='url(%23deviconArgocd1)'%3E%3Cpath fill='%23e9654b' d='M83.145 90.867V87.47c-5.95 3.398-12.329 6.8-19.977 6.8c-8.504 0-14.031-3.824-19.555-6.8l.422 3.398s6.38 6.805 19.555 6.805c12.328-.426 19.555-6.805 19.555-6.805zm0 0'/%3E%3C/g%3E%3Cfilter id='deviconArgocdb' width='100%25' height='100%25' x='0%25' y='0%25' filterUnits='objectBoundingBox'%3E%3CfeColorMatrix in='SourceGraphic' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/%3E%3C/filter%3E%3Cpath id='deviconArgocdc' d='M0 0h128v128H0z'/%3E%3C/defs%3E%3Cpath fill='%23e9654b' d='M44.035 89.594s-.847 2.55-2.125 3.824a3.844 3.844 0 0 1-2.972 1.277a49.946 49.946 0 0 1-6.38 1.274s2.977.426 6.38.851c1.273 0 1.273 0 2.124.426c2.126 0 2.973-1.277 2.973-1.277zm39.11 0s.851 2.55 2.125 3.824a3.858 3.858 0 0 0 2.976 1.277a49.8 49.8 0 0 0 6.375 1.274s-2.973.426-6.8.851c-1.274 0-1.274 0-2.126.426c-2.55 0-2.976-1.277-2.976-1.277zm0 0'/%3E%3Cpath fill='%23b6cfea' d='M109.926 47.508c0 25.355-20.555 45.91-45.91 45.91c-25.356 0-45.91-20.555-45.91-45.91c0-25.352 20.554-45.906 45.91-45.906c25.355 0 45.91 20.554 45.91 45.906m0 0'/%3E%3Cpath fill='%23e6f5f8' d='M108.227 47.508c0 24.418-19.793 44.21-44.211 44.21c-24.414 0-44.207-19.792-44.207-44.21C19.809 23.094 39.602 3.3 64.016 3.3c24.418 0 44.21 19.793 44.21 44.207zm0 0'/%3E%3Cpath fill='%23d0e8f0' d='M100.148 48.36c0 19.956-16.175 36.132-36.132 36.132c-19.954 0-36.133-16.176-36.133-36.133c0-19.953 16.18-36.132 36.133-36.132c19.957 0 36.132 16.18 36.132 36.132zm0 0'/%3E%3Cpath fill='%23ee794b' d='M42.762 65.363s2.976 48.035 2.976 48.887c0 .422.426 1.273-1.703 2.125c-2.125.848-8.926 2.55-8.926 2.55h10.203c4.676 0 4.676-3.827 4.676-4.675c0-.852 1.274-19.129 1.274-19.129s.425 21.68.425 22.527c0 .852-.425 2.125-3.398 2.977c-2.125.426-8.504 1.7-8.504 1.7h9.778c5.953 0 5.953-3.825 5.953-3.825l1.273-19.129s.426 19.129.426 21.254c0 1.7-1.274 2.977-5.953 3.824c-2.973.852-6.801 1.703-6.801 1.703h11.055c5.523-.425 6.375-4.254 6.375-4.254l9.351-47.609zm0 0'/%3E%3Cpath fill='%23ee794b' d='M85.27 65.363s-2.973 48.035-2.973 48.887c0 .422-.426 1.273 1.7 2.125c2.124.848 8.925 2.55 8.925 2.55H82.719c-4.676 0-4.676-3.827-4.676-4.675c0-.852-1.273-19.129-1.273-19.129s-.426 21.68-.426 22.527c0 .852.426 2.125 3.402 2.977l8.5 1.7H78.47c-5.95 0-5.95-3.825-5.95-3.825l-1.277-19.129s-.426 19.129-.426 21.254c0 1.7 1.278 2.977 5.954 3.824c2.976.852 6.8 1.703 6.8 1.703H72.52c-5.528-.425-6.38-4.254-6.38-4.254L56.79 74.29zm.425-23.379c0 11.903-9.777 21.254-21.254 21.254c-11.476 0-21.254-9.777-21.254-21.254c0-11.476 9.778-21.254 21.254-21.254c11.477 0 21.254 9.352 21.254 21.254m0 0'/%3E%3Cg clip-path='url(%23deviconArgocd0)'%3E%3Cg clip-path='url(%23deviconArgocd3)'%3E%3Cpath fill='%23ee794b' d='M102.273 53.46c0 20.895-16.937 37.833-37.832 37.833c-20.894 0-37.832-16.938-37.832-37.832c0-20.895 16.938-37.832 37.832-37.832c20.895 0 37.832 16.937 37.832 37.832zm0 0'/%3E%3C/g%3E%3C/g%3E%3Cuse href='%23deviconArgocd9' mask='url(%23deviconArgocd6)'/%3E%3Cuse href='%23deviconArgocd8' mask='url(%23deviconArgocd7)'/%3E%3Cpath fill='%23010101' d='M71.668 73.863c0 7.227-3.402 11.907-7.652 11.907s-7.653-5.528-7.653-12.754c0 0 3.403 6.8 8.078 6.8c4.676 0 7.227-5.953 7.227-5.953m0 0'/%3E%3Cpath fill='%23fff' d='M71.668 73.863c0 4.68-3.402 7.227-7.652 7.227s-7.227-3.399-7.227-7.649c0 0 3.402 4.25 8.078 4.25c4.676 0 6.801-3.828 6.801-3.828m0 0'/%3E%3Cpath fill='%23e9654b' d='M92.07 53.887c0 7.277-5.898 13.175-13.175 13.175c-7.278 0-13.18-5.898-13.18-13.175c0-7.278 5.902-13.18 13.18-13.18c7.277 0 13.175 5.902 13.175 13.18m-29.754 0c0 7.277-5.902 13.175-13.18 13.175c-7.277 0-13.175-5.898-13.175-13.175c0-7.278 5.898-13.18 13.176-13.18c7.277 0 13.18 5.902 13.18 13.18zm0 0'/%3E%3Cpath fill='%23fff' d='M89.098 53.887c0 5.633-4.57 10.203-10.203 10.203c-5.633 0-10.204-4.57-10.204-10.203c0-5.637 4.57-10.203 10.204-10.203c5.632 0 10.203 4.566 10.203 10.203m-30.61 0c0 5.633-4.566 10.203-10.199 10.203c-5.637 0-10.203-4.57-10.203-10.203a10.201 10.201 0 0 1 10.203-10.203c5.633 0 10.2 4.566 10.2 10.203zm0 0'/%3E%3Cpath fill='%23010101' d='M51.262 52.61a2.975 2.975 0 1 1-5.95.003a2.975 2.975 0 0 1 5.95-.004zm30.609 0a2.976 2.976 0 1 1-5.951.001a2.976 2.976 0 0 1 5.951-.002zm0 0'/%3E%3Cpath fill='%23b6cfea' d='M17.258 58.988a2.005 2.005 0 0 1-2.125-2.125V39.86a2.008 2.008 0 0 1 .582-1.543a2.008 2.008 0 0 1 1.543-.582a2.005 2.005 0 0 1 2.125 2.125v17.004c.035.57-.18 1.133-.586 1.54a2.008 2.008 0 0 1-1.54.585zm92.668 0a2.003 2.003 0 0 1-1.54-.586a2.008 2.008 0 0 1-.585-1.539V39.86a2.011 2.011 0 0 1 .586-1.543a2 2 0 0 1 1.539-.582a2 2 0 0 1 1.539.582c.41.407.62.97.586 1.543v17.004a1.994 1.994 0 0 1-.586 1.54a2.003 2.003 0 0 1-1.54.585zm0 0'/%3E%3Cpath fill='%23fff' d='M51.688 13.504a2.125 2.125 0 1 1-4.25 0a2.125 2.125 0 0 1 4.25 0M34.262 70.89a1.559 1.559 0 0 1-1.278-.425c-5.101-6.375-7.652-14.453-7.652-22.531a37.933 37.933 0 0 1 5.102-19.13a41.641 41.641 0 0 1 13.601-13.6a1.873 1.873 0 0 1 2.13.425a1.874 1.874 0 0 1-.427 2.125a34.305 34.305 0 0 0-17.43 29.754a33.487 33.487 0 0 0 7.227 20.832c.426.426.426 1.7-.426 2.125c-.425.426-.425.426-.847.426zm0 0'/%3E%3Cuse href='%23deviconArgocda' mask='url(%23deviconArgocd5)'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-kubernetes.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-kubernetes.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 128 128'%3E%3Cpath fill='%23326ce5' d='M63.556 1.912a8.51 8.44 0 0 0-3.26.826L15.795 24a8.51 8.44 0 0 0-4.604 5.725L.214 77.485a8.51 8.44 0 0 0 1.155 6.47a8.51 8.44 0 0 0 .484.672l30.8 38.296a8.51 8.44 0 0 0 6.653 3.176l49.394-.012a8.51 8.44 0 0 0 6.653-3.17l30.789-38.301a8.51 8.44 0 0 0 1.645-7.142l-10.996-47.76a8.51 8.44 0 0 0-4.604-5.726L67.682 2.738a8.51 8.44 0 0 0-4.126-.826'/%3E%3Cpath fill='%23fff' d='M63.975 18.143v.01c-1.472.014-2.664 1.336-2.664 2.972c0 .028.005.052.005.074c-.002.222-.012.49-.005.684c.035.946.24 1.668.365 2.535c.17 1.42.215 2.547.224 3.687l.036-.164a40.909 40.909 0 0 0-.118-2.394c.139 1.228.24 2.364.186 3.392c-.015-.325-.061-.677-.066-.982l-.036.164c.003.347.096.79.069 1.123c-.061.29-.291.495-.467.742l-.025.121c.173-.227.354-.444.46-.699c-.134.423-.42.796-.707 1.094c.08-.124.146-.262.24-.385l.026-.12c-.145.203-.227.457-.385.61l-.006.006l-.064 1.12a34.702 34.702 0 0 0-4.797.736a34.279 34.279 0 0 0-17.398 9.935c-.296-.202-.8-.56-.95-.672l-.005-.005l-.01.002c-.478.064-.95.207-1.57-.153c-1.187-.8-2.271-1.907-3.584-3.24c-.601-.637-1.037-1.246-1.754-1.861c-.163-.141-.41-.33-.592-.473a3.193 3.193 0 0 0-1.87-.705c-.825-.028-1.62.294-2.14.947c-.925 1.16-.628 2.933.658 3.96l.04.026c.174.143.39.326.552.446c.762.561 1.457.849 2.21 1.293c1.594.984 2.91 1.798 3.956 2.779c.402.427.474 1.19.53 1.525v.008l.847.754c-4.561 6.874-6.675 15.36-5.432 24.006l-1.103.324l-.004.006c-.295.381-.712.972-1.135 1.147c-1.366.43-2.908.588-4.77.783c-.872.073-1.626.031-2.556.207c-.205.04-.49.112-.713.164l-.023.006l-.04.011c-1.58.383-2.6 1.837-2.27 3.272c.327 1.435 1.873 2.306 3.464 1.963l.039-.006h.002c.02-.005.038-.015.05-.018c.22-.048.496-.101.69-.154c.913-.245 1.574-.603 2.393-.916c1.76-.632 3.218-1.16 4.637-1.365c.582-.046 1.204.362 1.517.537l.008.004l1.152-.197c2.674 8.274 8.266 14.96 15.346 19.162l-.48 1.152l.003.01c.174.45.364 1.057.237 1.492c-.516 1.336-1.4 2.749-2.408 4.326c-.488.728-.99 1.295-1.43 2.131c-.107.201-.24.507-.342.717c-.69 1.475-.184 3.177 1.143 3.816c1.335.643 2.99-.036 3.707-1.513l.007-.008v-.01c.1-.207.242-.478.329-.674c.378-.866.505-1.607.77-2.441h-.003c.706-1.773 1.094-3.627 2.059-4.778c.26-.31.688-.432 1.136-.552l.01-.004l.6-1.084a34.436 34.436 0 0 0 24.556.062c.172.303.478.865.563 1.01l.004.006l.008.004c.458.149.948.223 1.35.816c.722 1.237 1.218 2.703 1.822 4.475c.265.832.397 1.575.775 2.441c.087.2.23.475.33.684c.715 1.482 2.375 2.163 3.713 1.52c1.326-.64 1.832-2.34 1.143-3.815c-.102-.21-.243-.518-.348-.719c-.441-.836-.943-1.397-1.43-2.125c-1.01-1.577-1.843-2.885-2.36-4.222c-.213-.685.036-1.104.206-1.555l.006-.014l-.01-.01a.834.834 0 0 1-.09-.168a6.23 6.23 0 0 1-.12-.29c-.08-.21-.16-.442-.224-.596c7.358-4.35 12.786-11.285 15.34-19.295c.347.054.93.155 1.12.193l.01.002l.009-.004c.402-.265.76-.606 1.475-.549c1.419.205 2.876.734 4.638 1.366c.817.312 1.479.677 2.393.921c.194.052.47.101.69.149c.012.003.029.012.05.017h.002l.04.004c1.59.341 3.137-.528 3.464-1.963c.327-1.435-.691-2.888-2.272-3.269c-.227-.052-.551-.141-.775-.184c-.93-.176-1.683-.132-2.557-.205c-1.86-.195-3.402-.353-4.77-.783c-.547-.213-.942-.872-1.138-1.148l-.006-.006l-1.066-.31a34.42 34.42 0 0 0-.56-12.425a34.497 34.497 0 0 0-4.983-11.525c.278-.252.785-.701.932-.836l.007-.006v-.01c.044-.48.006-.97.495-1.494c1.045-.98 2.364-1.797 3.957-2.779c.754-.444 1.454-.731 2.214-1.293c.174-.128.408-.328.588-.473c1.286-1.026 1.584-2.798.658-3.959c-.925-1.16-2.718-1.267-4.003-.242c-.182.145-.43.332-.594.473c-.717.618-1.16 1.226-1.76 1.863c-1.313 1.335-2.398 2.446-3.586 3.246c-.507.294-1.258.193-1.603.172h-.008l-1.004.719c-5.775-6.048-13.63-9.916-22.09-10.672a63.543 63.543 0 0 1-.064-1.174v-.008l-.006-.006c-.35-.333-.76-.61-.864-1.318v-.002c-.115-1.428.077-2.967.3-4.824c.125-.867.332-1.59.366-2.535c.009-.216-.005-.527-.005-.758c0-1.645-1.203-2.982-2.688-2.982zm-3.514 13.7a34.663 34.663 0 0 0-3.59.552a34.618 34.618 0 0 1 3.59-.551zm-4.781.823a34.262 34.262 0 0 0-3.711 1.133a34.208 34.208 0 0 1 3.71-1.133zm-4.825 1.564a34.262 34.262 0 0 0-3.496 1.666a34.216 34.216 0 0 1 3.496-1.666M28.8 35.377c.142.02.28.048.418.086a3.168 3.168 0 0 0-.418-.086m.943.283c.132.064.259.137.38.219a3.168 3.168 0 0 0-.38-.219m16.549.848a34.262 34.262 0 0 0-3.176 2.14a34.228 34.228 0 0 1 3.176-2.14m14.346 2.344l-.787 13.93l-.057.029l-.002.013c-.002.05-.014.095-.02.143a2.348 2.348 0 0 1-.263.857c-.038.07-.076.141-.121.207a2.348 2.348 0 0 1-.69.662c-.07.045-.147.08-.222.118a2.348 2.348 0 0 1-.873.226c-.045.003-.088.014-.133.014c-.05 0-.094-.022-.143-.026a2.334 2.334 0 0 1-.943-.304c-.045-.026-.094-.041-.137-.069l-.006.022l.004-.022c-.044-.027-.102-.016-.144-.047l-.012-.01l-.022.014l-11.421-8.097c.093-.091.192-.174.287-.264a27.438 27.438 0 0 1 3.23-2.635c.237-.165.473-.332.715-.49a27.438 27.438 0 0 1 3.816-2.078c.24-.107.487-.204.73-.305a27.438 27.438 0 0 1 4.044-1.312c.12-.03.238-.067.36-.094c.576-.13 1.162-.206 1.745-.299l.006-.025a28.076 28.076 0 0 1 .004 0l-.006.025c.355-.056.704-.14 1.06-.183zm6.726.002c.197.024.39.068.586.097a27.668 27.668 0 0 1 3.16.656c.412.111.82.23 1.225.36a27.668 27.668 0 0 1 3.033 1.168c.375.17.745.348 1.112.535a27.668 27.668 0 0 1 2.83 1.662c.344.23.68.47 1.015.717a27.668 27.668 0 0 1 2.496 2.074c.144.134.297.257.438.395l-11.346 8.044l-.04-.015l-.01.008c-.045.032-.094.045-.14.074a2.35 2.35 0 0 1-.882.334c-.077.012-.153.03-.23.033a2.35 2.35 0 0 1-.99-.176a2.34 2.34 0 0 1-.265-.127a2.35 2.35 0 0 1-.746-.65c-.05-.069-.088-.146-.13-.22a2.35 2.35 0 0 1-.288-.887c-.006-.055-.026-.103-.03-.159v-.011l-.011-.006zm-25.238.576a34.262 34.262 0 0 0-2.81 2.576a34.228 34.228 0 0 1 2.81-2.576m50.916 8.14a34.483 34.483 0 0 1 1.522 2.594a34.478 34.478 0 0 0-1.522-2.594m1.994 3.508c.488.993.927 2.01 1.317 3.045a34.478 34.478 0 0 0-1.317-3.045m-54.576.69l10.43 9.328l-.012.056l.01.008c.94.817 1.07 2.23.293 3.203c-.028.035-.068.057-.098.09a2.348 2.348 0 0 1-.986.65c-.043.015-.078.043-.121.055l-.014.002l-.012.047l-13.367 3.86c-.02-.185-.02-.37-.037-.555a27.432 27.432 0 0 1-.092-3.344c.013-.387.033-.773.063-1.158a27.432 27.432 0 0 1 .457-3.307c.08-.407.173-.812.273-1.215a27.432 27.432 0 0 1 .99-3.162c.14-.37.29-.734.448-1.097a27.432 27.432 0 0 1 1.51-2.987c.09-.156.17-.32.265-.474m47.002.007c.097.158.176.324.27.483a27.774 27.774 0 0 1 1.53 3.01c.15.346.298.694.434 1.046a27.774 27.774 0 0 1 1.04 3.288c.045.175.104.346.144.523c.69 3.002.86 5.999.578 8.896l-13.434-3.87l-.011-.057l-.014-.004c-.045-.012-.084-.034-.127-.049a2.35 2.35 0 0 1-.79-.455c-.058-.052-.116-.103-.17-.16a2.35 2.35 0 0 1-.491-.824c-.027-.078-.044-.158-.063-.239a2.35 2.35 0 0 1-.03-.892c.009-.049.01-.096.02-.145c.01-.045.038-.084.05-.129a2.329 2.329 0 0 1 .599-.996c.034-.033.054-.076.09-.107l.01-.01l-.006-.03zm9.228 3.305c.332.965.619 1.945.864 2.938a34.478 34.478 0 0 0-.864-2.938m-34.824 6.752h4.262l2.65 3.314l-.95 4.133l-3.83 1.84l-3.837-1.848l-.953-4.132zm13.727 11.395c.18-.01.357.008.533.04l.014.003l.023-.03l13.828 2.338c-.064.18-.147.351-.215.53a27.466 27.466 0 0 1-1.36 3.011c-.19.363-.386.721-.593 1.074a27.466 27.466 0 0 1-1.853 2.768c-.243.32-.492.633-.748.941a27.466 27.466 0 0 1-2.29 2.432c-.29.274-.588.54-.892.8a27.466 27.466 0 0 1-2.64 2.012c-.16.107-.31.225-.471.329l-5.365-12.967l.015-.022l-.004-.011c-.02-.045-.026-.092-.043-.137a2.351 2.351 0 0 1-.135-.889c.004-.081.006-.162.018-.242a2.351 2.351 0 0 1 .334-.89c.045-.072.098-.137.15-.204a2.351 2.351 0 0 1 .68-.578c.043-.024.079-.055.123-.076c.289-.139.59-.218.89-.232zm-23.31.056l.013.002c.03 0 .06.008.092.01a2.349 2.349 0 0 1 1.226.445c.07.05.133.101.196.158a2.349 2.349 0 0 1 .689 1.106c.008.03.022.059.03.09c.11.479.065.98-.13 1.431l-.005.012l.04.05l-5.31 12.837c-.155-.1-.3-.212-.451-.315a27.58 27.58 0 0 1-2.64-2.011a27.508 27.508 0 0 1-.891-.803a27.58 27.58 0 0 1-2.272-2.408c-.26-.312-.513-.629-.76-.951a27.58 27.58 0 0 1-1.82-2.704a27.294 27.294 0 0 1-.627-1.123a27.58 27.58 0 0 1-1.346-2.947c-.07-.181-.154-.356-.22-.539l13.707-2.326l.023.03l.014-.005c.147-.027.294-.04.443-.039zm2.304 1.994a2.326 2.326 0 0 1 .02.344a2.286 2.286 0 0 0-.02-.344m-.008.703a2.326 2.326 0 0 1-.1.4c.046-.13.077-.264.1-.4m9.334 2.944c.058-.002.114.013.172.015a2.32 2.32 0 0 1 .752.159c.054.021.112.03.164.056v.002a2.31 2.31 0 0 1 1.043.99l.006.012h.053l6.757 12.213c-.276.092-.557.173-.836.256a28.056 28.056 0 0 1-.996.277c-.283.074-.564.15-.85.215c-.124.029-.25.046-.376.072a27.542 27.542 0 0 1-4.18.561c-.28.016-.558.035-.838.043a27.542 27.542 0 0 1-4.32-.223c-.28-.036-.56-.085-.838-.13a27.542 27.542 0 0 1-4.055-.975c-.127-.041-.257-.072-.384-.115l6.742-12.188h.01l.007-.012c.026-.048.065-.085.094-.13a2.351 2.351 0 0 1 .606-.647c.083-.06.168-.115.26-.164a2.351 2.351 0 0 1 .85-.262c.054-.005.103-.023.157-.025M52.297 98.69a34.413 34.413 0 0 0 3.758 1.137a34.352 34.352 0 0 1-3.758-1.137m23.385.09c-1.07.381-2.156.709-3.258.983a34.56 34.56 0 0 0 3.258-.983m-4.575 1.281a34.399 34.399 0 0 1-3.718.563a34.413 34.413 0 0 0 3.718-.563m-13.937.016a34.413 34.413 0 0 0 3.898.572a34.358 34.358 0 0 1-3.898-.572m8.91.649a34.36 34.36 0 0 1-3.851.005a34.413 34.413 0 0 0 3.85-.005z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-pulumi.theme--light::before, .v-icon[style="font-size: 16px;"].mdi-pulumi.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 128 128'%3E%3Cpath fill='%23f26e7e' d='M24.156 108.54c4.734-2.734 4.742-11.582.02-19.766c-4.727-8.18-12.395-12.598-17.13-9.867c-4.73 2.734-4.742 11.582-.015 19.766c4.723 8.183 12.39 12.602 17.125 9.867'/%3E%3Cpath fill='%23893390' d='M120.98 98.684c4.723-8.18 4.715-17.031-.02-19.762c-4.73-2.734-12.398 1.684-17.125 9.863c-4.722 8.184-4.714 17.031.02 19.766s12.402-1.683 17.125-9.867'/%3E%3Cpath fill='%23f26e7e' d='M56.418 127.19c4.734-2.734 4.742-11.582.016-19.766c-4.723-8.184-12.391-12.598-17.125-9.867c-4.735 2.734-4.743 11.582-.016 19.766c4.723 8.183 12.391 12.602 17.125 9.867'/%3E%3Cpath fill='%23893390' d='M88.727 117.3c4.723-8.184 4.715-17.031-.02-19.766c-4.734-2.73-12.398 1.687-17.125 9.867c-4.722 8.184-4.714 17.031.02 19.766c4.73 2.735 12.398-1.683 17.125-9.867'/%3E%3Cpath fill='%23f6bf29' d='M63.984 19.797c9.45 0 17.109-4.434 17.109-9.898c0-5.47-7.66-9.899-17.109-9.899S46.875 4.43 46.875 9.9c0 5.464 7.66 9.898 17.109 9.898'/%3E%3Cpath fill='%23f26e7e' d='M24.145 71.254c4.734-2.734 4.742-11.582.02-19.766c-4.727-8.18-12.395-12.598-17.125-9.867c-4.735 2.734-4.743 11.582-.02 19.766c4.723 8.183 12.391 12.602 17.125 9.867'/%3E%3Cpath fill='%23f6bf29' d='M31.73 38.398c9.45 0 17.109-4.434 17.109-9.898s-7.66-9.9-17.109-9.9s-17.109 4.435-17.109 9.9s7.66 9.898 17.109 9.898'/%3E%3Cpath fill='%23893390' d='M120.96 61.406c4.723-8.18 4.719-17.031-.016-19.762c-4.734-2.734-12.402 1.684-17.129 9.863c-4.722 8.184-4.714 17.035.02 19.766c4.734 2.735 12.402-1.683 17.125-9.867'/%3E%3Cpath fill='%23f6bf29' d='M96.281 38.398c9.45 0 17.109-4.434 17.109-9.898s-7.66-9.9-17.109-9.9s-17.109 4.435-17.109 9.9s7.66 9.898 17.109 9.898'/%3E%3Cpath fill='%23f26e7e' d='M56.406 89.906c4.734-2.734 4.742-11.582.02-19.766c-4.727-8.184-12.395-12.598-17.125-9.867c-4.735 2.734-4.743 11.582-.02 19.766c4.723 8.183 12.391 12.602 17.125 9.867'/%3E%3Cpath fill='%23893390' d='M88.707 80.027c4.727-8.18 4.715-17.031-.016-19.762c-4.734-2.734-12.402 1.684-17.129 9.863c-4.722 8.184-4.714 17.031.02 19.766s12.402-1.683 17.125-9.867'/%3E%3Cpath fill='%23f6bf29' d='M63.984 57.043c9.45 0 17.109-4.434 17.109-9.898c0-5.47-7.66-9.899-17.109-9.899s-17.109 4.43-17.109 9.899c0 5.464 7.66 9.898 17.109 9.898'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-anthropic.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.765 5h-3.308l5.923 15h3.23zM7.226 5L1.38 20h3.308l1.307-3.154h6.154l1.23 3.077h3.309L10.688 5zm-.308 9.077l2-5.308l2.077 5.308z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-anthropic.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.765 5h-3.308l5.923 15h3.23zM7.226 5L1.38 20h3.308l1.307-3.154h6.154l1.23 3.077h3.309L10.688 5zm-.308 9.077l2-5.308l2.077 5.308z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-pull-request.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-pull-request.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-language-dart.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 32 32'%3E%3Cpath fill='%2366c3fa' d='M16.739 2.037a1.314 1.314 0 0 0-.916.377l-.013.01l-8.59 4.965l8.566 8.566v.006l10.3 10.3l1.963-3.536l-7.081-16.997l-3.3-3.3a1.307 1.307 0 0 0-.927-.388Z'/%3E%3Cpath fill='%23215896' d='m7.25 7.35l-4.962 8.581l-.01.013a1.322 1.322 0 0 0-.378.919a1.3 1.3 0 0 0 .387.924L6.4 21.9l16.084 6.327l3.636-2.02l-.1-.1h-.025l-10.083-10.1H15.9z'/%3E%3Cpath fill='%23235997' d='m7.192 7.362l8.764 8.773h.013l10.087 10.1l3.839-.732l.005-11.363l-4.054-3.973a6.521 6.521 0 0 0-3.624-1.616v-.044z'/%3E%3Cpath fill='%2358b6f0' d='m7.256 7.411l8.768 8.768v.013l10.092 10.092l-.734 3.839h-11.36l-3.971-4.056a6.522 6.522 0 0 1-1.614-3.625h-.044z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-language-dart.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 32 32'%3E%3Cpath fill='%2366c3fa' d='M16.739 2.037a1.314 1.314 0 0 0-.916.377l-.013.01l-8.59 4.965l8.566 8.566v.006l10.3 10.3l1.963-3.536l-7.081-16.997l-3.3-3.3a1.307 1.307 0 0 0-.927-.388Z'/%3E%3Cpath fill='%23215896' d='m7.25 7.35l-4.962 8.581l-.01.013a1.322 1.322 0 0 0-.378.919a1.3 1.3 0 0 0 .387.924L6.4 21.9l16.084 6.327l3.636-2.02l-.1-.1h-.025l-10.083-10.1H15.9z'/%3E%3Cpath fill='%23235997' d='m7.192 7.362l8.764 8.773h.013l10.087 10.1l3.839-.732l.005-11.363l-4.054-3.973a6.521 6.521 0 0 0-3.624-1.616v-.044z'/%3E%3Cpath fill='%2358b6f0' d='m7.256 7.411l8.768 8.768v.013l10.092 10.092l-.734 3.839h-11.36l-3.971-4.056a6.522 6.522 0 0 1-1.614-3.625h-.044z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-language-javascript.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 128 128'%3E%3Cpath fill='%23f0db4f' d='M1.408 1.408h125.184v125.185H1.408z'/%3E%3Cpath fill='%23323330' d='M116.347 96.736c-.917-5.711-4.641-10.508-15.672-14.981c-3.832-1.761-8.104-3.022-9.377-5.926c-.452-1.69-.512-2.642-.226-3.665c.821-3.32 4.784-4.355 7.925-3.403c2.023.678 3.938 2.237 5.093 4.724c5.402-3.498 5.391-3.475 9.163-5.879c-1.381-2.141-2.118-3.129-3.022-4.045c-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902 2.748-8.877 5.235c-5.926 6.724-4.236 18.492 2.975 23.335c7.104 5.332 17.54 6.545 18.873 11.531c1.297 6.104-4.486 8.08-10.234 7.378c-4.236-.881-6.592-3.034-9.139-6.949c-4.688 2.713-4.688 2.713-9.508 5.485c1.143 2.499 2.344 3.63 4.26 5.795c9.068 9.198 31.76 8.746 35.83-5.176c.165-.478 1.261-3.666.38-8.581M69.462 58.943H57.753l-.048 30.272c0 6.438.333 12.34-.714 14.149c-1.713 3.558-6.152 3.117-8.175 2.427c-2.059-1.012-3.106-2.451-4.319-4.485c-.333-.584-.583-1.036-.667-1.071l-9.52 5.83c1.583 3.249 3.915 6.069 6.902 7.901c4.462 2.678 10.459 3.499 16.731 2.059c4.082-1.189 7.604-3.652 9.448-7.401c2.666-4.915 2.094-10.864 2.07-17.444c.06-10.735.001-21.468.001-32.237'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 16px;"].mdi-language-javascript.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 128 128'%3E%3Cpath fill='%23f0db4f' d='M1.408 1.408h125.184v125.185H1.408z'/%3E%3Cpath fill='%23323330' d='M116.347 96.736c-.917-5.711-4.641-10.508-15.672-14.981c-3.832-1.761-8.104-3.022-9.377-5.926c-.452-1.69-.512-2.642-.226-3.665c.821-3.32 4.784-4.355 7.925-3.403c2.023.678 3.938 2.237 5.093 4.724c5.402-3.498 5.391-3.475 9.163-5.879c-1.381-2.141-2.118-3.129-3.022-4.045c-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902 2.748-8.877 5.235c-5.926 6.724-4.236 18.492 2.975 23.335c7.104 5.332 17.54 6.545 18.873 11.531c1.297 6.104-4.486 8.08-10.234 7.378c-4.236-.881-6.592-3.034-9.139-6.949c-4.688 2.713-4.688 2.713-9.508 5.485c1.143 2.499 2.344 3.63 4.26 5.795c9.068 9.198 31.76 8.746 35.83-5.176c.165-.478 1.261-3.666.38-8.581M69.462 58.943H57.753l-.048 30.272c0 6.438.333 12.34-.714 14.149c-1.713 3.558-6.152 3.117-8.175 2.427c-2.059-1.012-3.106-2.451-4.319-4.485c-.333-.584-.583-1.036-.667-1.071l-9.52 5.83c1.583 3.249 3.915 6.069 6.902 7.901c4.462 2.678 10.459 3.499 16.731 2.059c4.082-1.189 7.604-3.652 9.448-7.401c2.666-4.915 2.094-10.864 2.07-17.444c.06-10.735.001-21.468.001-32.237'/%3E%3C/svg%3E");
}
.v-icon.mdi-twilio.theme--light::before, .v-icon.mdi-twilio.theme--dark::before {
  content: url("https://api.iconify.design/logos/twilio-icon.svg?width=22&height=22");
}
.v-icon.mdi-datadog.theme--light::before, .v-icon.mdi-datadog.theme--dark::before {
  content: url("https://api.iconify.design/vscode-icons/file-type-datadog.svg?width=22&height=22");
}
.v-icon.mdi-auth0.theme--light::before, .v-icon.mdi-auth0.theme--dark::before {
  content: url("https://api.iconify.design/cib/auth0.svg?color=%23e45223&width=22&height=22");
}
.v-icon.mdi-databricks.theme--light::before, .v-icon.mdi-databricks.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/databricks.svg?color=%23f8301a&width=22&height=22");
}
.v-icon.mdi-jwt.theme--light::before, .v-icon.mdi-jwt.theme--dark::before {
  content: url("https://api.iconify.design/logos/jwt-icon.svg?width=22&height=22");
}
.v-icon.mdi-sendgrid.theme--light::before, .v-icon.mdi-sendgrid.theme--dark::before {
  content: url("https://api.iconify.design/logos/sendgrid-icon.svg?width=22&height=22");
}
.v-icon.mdi-open-api.theme--light::before, .v-icon.mdi-open-api.theme--dark::before {
  content: url("https://api.iconify.design/logos/openapi-icon.svg?width=22&height=22");
}
.v-icon.mdi-mailgun.theme--light::before, .v-icon.mdi-mailgun.theme--dark::before {
  content: url("https://api.iconify.design/logos/mailgun-icon.svg?width=22&height=22");
}
.v-icon.mdi-mailchimp.theme--light::before, .v-icon.mdi-mailchimp.theme--dark::before {
  content: url("https://api.iconify.design/logos/mailchimp-freddie.svg?width=22&height=22");
}
.v-icon.mdi-npm-icon.theme--light::before, .v-icon.mdi-npm-icon.theme--dark::before {
  content: url("https://api.iconify.design/logos/npm-icon.svg?width=22&height=22");
}
.v-icon.mdi-pypi.theme--light::before, .v-icon.mdi-pypi.theme--dark::before {
  content: url("https://api.iconify.design/logos/pypi.svg?width=22&height=22");
}
.v-icon.mdi-yarn.theme--light::before, .v-icon.mdi-yarn.theme--dark::before {
  content: url("https://api.iconify.design/vscode-icons/file-type-yarn.svg?width=22&height=22");
}
.v-icon.mdi-serverless.theme--light::before, .v-icon.mdi-serverless.theme--dark::before {
  content: url("https://api.iconify.design/vscode-icons/file-type-serverless.svg?width=22&height=22");
}
.v-icon.mdi-sourcegraph.theme--light::before, .v-icon.mdi-sourcegraph.theme--dark::before {
  content: url("https://api.iconify.design/logos/sourcegraph.svg?width=22&height=22");
}
.v-icon.mdi-yaml.theme--light::before {
  content: url("https://api.iconify.design/devicon/yaml.svg?width=22&height=22");
}
.v-icon.mdi-yaml.theme--dark::before {
  content: url("https://api.iconify.design/devicon-plain/yaml.svg?color=white&width=22&height=22");
}
.v-icon.mdi-maven.theme--light, .v-icon.mdi-maven.theme--dark {
  margin-top: 3px;
}
.v-icon.mdi-maven.theme--light::before, .v-icon.mdi-maven.theme--dark::before {
  content: url("https://api.iconify.design/devicon/maven.svg?width=24");
}
.v-icon.mdi-circleci.theme--light::before {
  content: url("https://api.iconify.design/simple-icons/circleci.svg?width=22&height=22");
}
.v-icon.mdi-circleci.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/circleci.svg?color=white&width=22&height=22");
}
.v-icon.mdi-newrelic.theme--light::before {
  content: url("https://api.iconify.design/simple-icons/newrelic.svg?width=22&height=22");
}
.v-icon.mdi-newrelic.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/newrelic.svg?color=white&width=22&height=22");
}
.v-icon.mdi-stripe.theme--light::before {
  content: url("https://api.iconify.design/simple-icons/stripe.svg?width=22&height=22");
}
.v-icon.mdi-stripe.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/stripe.svg?color=white&width=22&height=22");
}
.v-icon.mdi-openai.theme--light.primary--text::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?color=%232D8372&width=22&height=22");
}
.v-icon.mdi-openai.theme--light:not(.primary--text)::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?width=22&height=22");
}
.v-icon.mdi-openai.theme--dark.primary--text::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?color=%2365CAB6&width=22&height=22");
}
.v-icon.mdi-openai.theme--dark:not(.primary--text)::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?color=white&width=22&height=22");
}
.v-icon.mdi-neural-network.theme--light::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%23187767&width=22&height=22");
}
.v-icon.mdi-neural-network.theme--dark::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%234cc2ae&width=22&height=22");
}
.v-icon.mdi-ai-operator.theme--light::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%23187767&width=22&height=22");
}
.v-icon.mdi-ai-operator.theme--dark::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%234cc2ae&width=22&height=22");
}
.v-icon.mdi-github-actions.theme--light::before, .v-icon.mdi-github-actions.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 256 256'%3E%3Cpath fill='%234a7ebf' d='M53.604 0c29.604 0 53.604 23.992 53.604 53.59c0 29.09-23.189 52.75-52.093 53.553c0 2.461.109 7.111 1.501 9.92c1.933 3.893 13.525 11.144 24.892 11.144h4.084c2.567-18.271 18.257-32.332 37.24-32.332c18.906 0 34.55 13.946 37.211 32.11h21.13c2.661-18.164 18.304-32.11 37.21-32.11c20.775 0 37.617 16.837 37.617 37.607s-16.842 37.606-37.617 37.606c-18.906 0-34.55-13.948-37.21-32.11h-21.129c-2.66 18.162-18.305 32.11-37.212 32.11c-18.87 0-34.494-13.893-37.199-32.007l-4.515.135c-7.435-.056-15.29-2.042-21.598-6.328c-1.72-1.169-3.415-2.397-5.182-3.56v2.441c-.01.79-.153 12.657-.164 25.833v2.79c.005 8.641.073 17.545.277 24.04c.446 14.246 12.034 25.745 24.822 28.436c1.663.35 4.52.394 6.321.238c2.571-18.264 18.26-32.32 37.238-32.32c20.774 0 37.616 16.838 37.616 37.607c0 20.77-16.842 37.607-37.616 37.607c-18.769 0-34.323-13.744-37.153-31.714h-3.254c-24.436-1.334-39.628-23.746-39.363-41.923c.334-22.877.082-45.764.079-68.646v-7.565C18.546 101.286 0 79.606 0 53.591C0 23.992 23.999 0 53.604 0m69.228 191.78c-14.701 0-26.62 11.915-26.62 26.613c0 14.699 11.919 26.614 26.62 26.614c14.702 0 26.62-11.915 26.62-26.614c0-14.698-11.918-26.614-26.62-26.614m0-84.912c-14.701 0-26.62 11.915-26.62 26.614c0 14.697 11.919 26.613 26.62 26.613c14.702 0 26.62-11.916 26.62-26.613c0-14.699-11.918-26.614-26.62-26.614m95.551 0c-14.702 0-26.62 11.915-26.62 26.614c0 14.697 11.918 26.613 26.62 26.613c14.703 0 26.621-11.916 26.621-26.613c0-14.699-11.918-26.614-26.62-26.614m15.161 15.408a5.496 5.496 0 0 1 .17 7.606l-.16.168l-16.31 16.345a5.499 5.499 0 0 1-7.576.198l-.172-.163l-7.985-7.86a5.496 5.496 0 0 1-.06-7.773a5.499 5.499 0 0 1 7.606-.22l.168.16l4.092 4.027l12.452-12.477a5.498 5.498 0 0 1 7.775-.01m-95.99-.08a5.497 5.497 0 0 1 .17 7.606l-.16.168l-16.31 16.344a5.499 5.499 0 0 1-7.576.198l-.172-.163l-7.985-7.86a5.498 5.498 0 0 1 7.546-7.992l.168.16l4.093 4.027l12.451-12.478a5.499 5.499 0 0 1 7.775-.01M53.604 10.993c-23.532 0-42.608 19.07-42.608 42.598c0 23.525 19.076 42.597 42.608 42.597c23.532 0 42.608-19.072 42.608-42.597c0-23.527-19.076-42.598-42.608-42.598M49.171 28.13A743.51 743.51 0 0 1 75.7 44.841c7.308 4.82 7.29 13.563-.1 18.394a608.475 608.475 0 0 1-27.058 16.712c-7.455 4.34-15.8-.65-16.002-9.344c-.13-5.602-.024-11.21-.032-16.817c-.006-5.454-.113-10.911.019-16.363c.222-9.248 8.736-14.066 16.643-9.293m-5.91 8.872v3.868l-.001 5.674l-.001 3.71v5.482c0 4.23.002 8.394.01 12.557c.003 1.96 1.023 1.88 2.343 1.063c7.605-4.714 15.214-9.423 22.827-14.127c1.258-.776 1.294-1.587.06-2.365c-8.154-5.139-16.318-10.26-25.238-15.862'/%3E%3Cpath fill='%2385b3df' d='M133.227 223.88a5.497 5.497 0 1 0 .001-10.996a5.497 5.497 0 0 0 0 10.995m-21.049.001a5.497 5.497 0 1 0 0-10.996a5.497 5.497 0 0 0 0 10.995m106.205 21.128c-14.702 0-26.62-11.915-26.62-26.614c0-14.698 11.918-26.614 26.62-26.614c14.701 0 26.62 11.916 26.62 26.614c0 14.699-11.919 26.614-26.62 26.614m0-64.22c-18.906 0-34.55 13.947-37.211 32.11h-6.153c-2.685 0-4.864 2.461-4.864 5.496c0 3.036 2.179 5.497 4.864 5.497h6.153c2.66 18.163 18.305 32.11 37.21 32.11C239.159 256 256 239.162 256 218.393c0-20.77-16.842-37.607-37.616-37.607'/%3E%3C/svg%3E");
}
.v-icon.mdi-cloudformation.theme--light::before, .v-icon.mdi-cloudformation.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsCloudformation0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23b0084d'/%3E%3Cstop offset='100%25' stop-color='%23ff4f8b'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsCloudformation0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23fff' d='M169.6 127.882h16v-6.41h-16zm-80 38.46h16v-6.41h-16zm-32 0H80v-6.41H57.6zm0-19.23H96v-6.41H57.6zm0-38.46h28.8v-6.409H57.6zm0 19.23h105.6v-6.41H57.6zm60.8 70.508H44.8V89.423h73.6v25.64h6.4V86.218a3.204 3.204 0 0 0-3.2-3.204h-80a3.2 3.2 0 0 0-3.2 3.204v115.377a3.2 3.2 0 0 0 3.2 3.205h80c1.766 0 3.2-1.436 3.2-3.205v-64.098h-6.4zm99.2-80.122c0 20.71-18.646 27.914-28.506 28.83l-51.494.014v-6.41h51.2c.624-.074 22.4-2.423 22.4-22.434c0-18.224-16.438-21.922-19.731-22.48a3.2 3.2 0 0 1-2.656-3.426c.003-.06.01-.118.016-.176c-.176-10.297-6.49-13.515-9.226-14.425c-5.107-1.699-10.8-.074-13.811 3.964a3.167 3.167 0 0 1-3.037 1.253a3.2 3.2 0 0 1-2.537-2.092c-1.988-5.57-4.87-9.18-8.88-13.195c-10.03-9.967-23.642-12.72-36.378-7.362c-6.682 2.817-12.522 9.202-16.01 17.518l-5.9-2.487c4.134-9.842 11.219-17.476 19.43-20.937c15.216-6.407 31.427-3.141 43.373 8.727c3.424 3.432 6.259 6.775 8.467 11.101c4.778-3.538 11.222-4.595 17.302-2.573c7.783 2.59 12.704 9.349 13.498 18.335c10.9 2.75 22.48 11.464 22.48 28.255'/%3E%3C/svg%3E");
}
.v-icon.mdi-helm.theme--light::before, .v-icon.mdi-helm.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Cpath fill='%23277a9f' d='M15.813 2.073a.421.421 0 0 1 .451-.015a1.206 1.206 0 0 1 .432.553a4.381 4.381 0 0 1 .325 1.349a6.267 6.267 0 0 1-.169 2.2a10.027 10.027 0 0 1 4.553 1.6a5.9 5.9 0 0 1 .945-1.7a4.584 4.584 0 0 1 1.283-1.177a.935.935 0 0 1 .743-.14a.575.575 0 0 1 .289.573a3.228 3.228 0 0 1-.368 1.3a6.149 6.149 0 0 1-1.663 2.1a10.136 10.136 0 0 1 1.825 2.208l-1.369.832a8.421 8.421 0 0 0-14.269-.2l-1.345-.869a10.156 10.156 0 0 1 1.832-2.109a6.333 6.333 0 0 1-1.432-1.847a3.486 3.486 0 0 1-.427-1.38a.639.639 0 0 1 .232-.587a.731.731 0 0 1 .65.038a3.688 3.688 0 0 1 1.123.885a6.33 6.33 0 0 1 1.2 1.9a10.035 10.035 0 0 1 4.591-1.46a6.318 6.318 0 0 1-.161-2.161a4.459 4.459 0 0 1 .313-1.329a1.287 1.287 0 0 1 .416-.564M2.549 12.6h1.928v2.714h2.175v-2.713h1.929v7.288H6.652v-2.892H4.477v2.893H2.549Zm7.604 0h4.709v1.614h-2.78v1.144h2.377v1.614h-2.377v1.3h2.892v1.614h-4.821Zm6.263 0h1.928v5.673H21.1v1.614h-4.684Zm5.95 0h2.063l.963 2.615c.212.544.349 1.111.526 1.666a.392.392 0 0 0 .078-.16c.112-.391.228-.782.351-1.171q.519-1.475 1.041-2.949h2.064v7.288H27.7a33.054 33.054 0 0 1 .08-3.356c.044-.475.122-.947.162-1.423a.617.617 0 0 0-.111.227a105.107 105.107 0 0 1-1.436 3.961c-.342-.007-.684 0-1.026 0l-.883-2.374c-.172-.5-.338-1.01-.506-1.515a.746.746 0 0 0-.131-.292a25.97 25.97 0 0 1 .242 2.761v2.014h-1.725ZM7.667 21.8l1.314-.915a8.422 8.422 0 0 0 13.833-.012l1.316.912a10.261 10.261 0 0 1-1.379 1.6a6.272 6.272 0 0 1 1.486 1.892a3.491 3.491 0 0 1 .427 1.377a.62.62 0 0 1-.26.6a.87.87 0 0 1-.743-.112a4.412 4.412 0 0 1-1.252-1.117a6.248 6.248 0 0 1-.949-1.616a9.967 9.967 0 0 1-4.56 1.632a6.086 6.086 0 0 1 .144 1.5a5.016 5.016 0 0 1-.308 1.748a1.38 1.38 0 0 1-.446.635a.431.431 0 0 1-.507-.017a1.573 1.573 0 0 1-.467-.736a5.764 5.764 0 0 1-.251-2.212a5.659 5.659 0 0 1 .124-.892a10.024 10.024 0 0 1-4.606-1.494a6.44 6.44 0 0 1-1.348 1.964a2.942 2.942 0 0 1-1.057.716a.531.531 0 0 1-.614-.124a1.139 1.139 0 0 1-.068-.864A5.449 5.449 0 0 1 8.5 24.282a6.044 6.044 0 0 1 .688-.759A10.423 10.423 0 0 1 7.667 21.8'/%3E%3C/svg%3E");
}
.v-icon.mdi-jenkins.theme--light::before, .v-icon.mdi-jenkins.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Cpath fill='none' d='M19.513 25.173c-.068 0-.136 0-.2-.01c.065.006.132.01.2.01m-.594-.086a1.93 1.93 0 0 0 .392.076a1.93 1.93 0 0 1-.392-.076m1.172 2.424'/%3E%3Cpath fill='%23f0d6b7' d='M7.436 14.214A.832.832 0 0 1 7.6 14.1a.581.581 0 0 0-.164.114m2.976 4.039c.06.421.24 4.164 2.766 6.25a15.465 15.465 0 0 0 1.549.162c.28-.6 1.312-.554 1.985-.4a6.648 6.648 0 0 1-2.176-1.778a4.466 4.466 0 0 1-1.472-2.656c1.348 1.87 2.462 3.5 4.913 4.326c1.855.622 4.021-.285 5.446-1.286a6.258 6.258 0 0 0 1.365-1.68a14.242 14.242 0 0 0 2.145-8.621a9.567 9.567 0 0 0-.5-3.446c-.453-.908-1.984-1.72-2.88-.9a1.07 1.07 0 0 1-.016-.246c-.143.134-.23.232-.23.232a1.209 1.209 0 0 1-.122-.487a1.551 1.551 0 0 1 1.5-1.5a8.674 8.674 0 0 0-1.479-1.563a10.49 10.49 0 0 0-6.047-.222a8.06 8.06 0 0 0-5.975 5.4a14.085 14.085 0 0 0-.388 2.263c-.031.884.416 1.655.45 2.617c-.239.394-.969.443-1.474.416a6.836 6.836 0 0 0-.136-.566a5.158 5.158 0 0 0-1.265-.5a1.719 1.719 0 0 1 1.009 2.038c-.373-.213-.462-1.15-.9-1.177c-.626-.038-.512 1.216-.509 1.95a2.291 2.291 0 0 1-.19-2.213c-.284-.139-.444.061-.6.217c-.222 1.036-.547 1.873.062 2.92a1.734 1.734 0 0 0 1.414.6c.567-.056.706-.624 1.324-.618a.513.513 0 0 1 .431.468m6.449 1.947l-.3-.061s-.314-1.1-.163-1.306c.08-.107.52-.268 1.136.028c-.004.001-.734.123-.673 1.339m5.706 1.341a5.27 5.27 0 0 1-3.426-.014a4.687 4.687 0 0 1-1.283-1.427c-.155-.2-.927-.708-.012-.709c.717 1.8 3.18 1.592 5.257 1.543a1.111 1.111 0 0 1-.536.608Zm.3-1.6a4.016 4.016 0 0 1 0-1.063a8.538 8.538 0 0 0 2.96-1.185a3.425 3.425 0 0 1-2.961 2.246Zm2.756-8.073c-.183.061-1.37.762-1.278-.122a1.348 1.348 0 0 1 1.026-1.077a3.037 3.037 0 0 1 0-.4h.079a17.146 17.146 0 0 0 1.172 2.29c-.317.738-2.4 1.39-2.366.066c.45-.2 1.227-.04 1.626-.291c-.094-.257-.2-.5-.3-.756Zm-5.187 4.75a.719.719 0 0 1 .046.1c.091-.507.259-1.1.548-1.013a.684.684 0 0 1 .5.638a6.908 6.908 0 0 0-.948.738c.065.3.144.6.523.668c1.106.189 2.393-.677 3.189-.979c.493-.832-.043-1.138-.487-1.673c-.91-1.1-2.13-2.456-2.086-4.1c.368-.267.4.407.452.53a15.006 15.006 0 0 0 2.543 3.486c.214.234.567.459.606.614c.113.451-.294.991-.247 1.29a6.587 6.587 0 0 1-4.466 1.4a1.322 1.322 0 0 1-.175-1.702Zm1.958 2.321A4.933 4.933 0 0 1 22.47 20c-1.811.09-3.952-.358-4.427-1.629a10.285 10.285 0 0 0 4.35.565Zm-4.256-8.648a6.954 6.954 0 0 0 .977 1.829c.228.222.67.492.451 1.109a1.406 1.406 0 0 1-.642.534c-.79.233-2.631.048-2.008-.937c.653.03 1.532.424 2.02-.05a9.848 9.848 0 0 1-.322-.551c-.5.316-1.874.33-1.874-.479c0-.852 1.339-1.034 1.339-1.034l.01.024a1.11 1.11 0 0 1 .048-.448Zm-3.224-2.928c1.195-.815 1.8-.35 2.1.188a.568.568 0 0 1 .274.828c-1.658-.386-2.482.694-2.985 1.814c-.129.234-.136.068-.21-.136a.392.392 0 0 1-.061-.136a.551.551 0 0 0-.092-.121c-.24-.247-.365-1.524.974-2.437'/%3E%3Cpath fill='%23335061' d='M6.283 29.28h8.753c-.04-.135-.079-.268-.118-.394a12.164 12.164 0 0 1-.476-1.948a21.079 21.079 0 0 1-3.087-1.655a2.353 2.353 0 0 1-.24-.257l-5.266 2.353s.189.754.434 1.901'/%3E%3Cpath fill='%236d6b6d' d='M9.433 7a2.125 2.125 0 0 1 .467-.088a3.817 3.817 0 0 0 .747.029c.494-.123.912-1.231 1.285-1.644a11.333 11.333 0 0 1 .941-.776A7.346 7.346 0 0 0 9.433 7m-2.256 5.586a2.147 2.147 0 0 1 3.145 1.747c.694-.018.259-.866.134-1.413c-.369-1.608.487-3.34.192-4.861c-3.866.578-3.648 3.547-3.471 4.527'/%3E%3Cpath fill='%23dcd9d8' d='M13.249 3.851c-1.82.516-4.152 1.838-4.9 3.473A7.389 7.389 0 0 0 9.433 7a7.346 7.346 0 0 1 3.44-2.479a1.647 1.647 0 0 0 .159-.166c.192-.093.476-.086.487-.375c-.083-.089-.171-.157-.27-.129M7.5 8.985c-.8.885-.636 2.542-.538 3.721a2.321 2.321 0 0 1 .218-.12c-.18-.979-.394-3.949 3.471-4.527a2.81 2.81 0 0 0-.142-.493A4.409 4.409 0 0 0 7.5 8.985'/%3E%3Cpath fill='%23f7e4cd' d='M10.412 18.253a.513.513 0 0 0-.42-.468c.335.668-.516.878-.6 1.355a3.837 3.837 0 0 0 .125.832a11.351 11.351 0 0 0 1.445 3.365a3.181 3.181 0 0 0 2.22 1.166c-2.53-2.085-2.71-5.829-2.77-6.25m11.113-1.915a.684.684 0 0 0-.5-.638c-.289-.082-.457.506-.548 1.013a2.376 2.376 0 0 1 .1.363a6.908 6.908 0 0 1 .948-.738m2.819-4.594c-.092.884 1.1.183 1.278.122l-.043-.286a3.235 3.235 0 0 1-.209-.913a1.348 1.348 0 0 0-1.026 1.077m-7.605 0c0 .809 1.371.795 1.874.479a4.053 4.053 0 0 1-.525-1.489l-.01-.024s-1.339.182-1.339 1.034m-9.547 3.141a.8.8 0 0 1-.125.109a1.221 1.221 0 0 1 .37-.781a.581.581 0 0 1 .163-.113a.979.979 0 0 1 .782-.032a5.158 5.158 0 0 1 1.265.5c-.193-.664-.524-1.263-1.208-1.338a2.034 2.034 0 0 0-2.2 1.963A3.858 3.858 0 0 0 7.254 17.8c-.61-1.042-.284-1.879-.062-2.915m9.973-10.442a10.49 10.49 0 0 1 6.047.222a4.127 4.127 0 0 0-.49-.329c-1.889-1.066-5.086-1.867-7.1-.866c-1.621.808-3.813 2.146-4.56 3.841a4.109 4.109 0 0 1 .123 2.532a8.06 8.06 0 0 1 5.98-5.4m6.023 3.285a1.209 1.209 0 0 0 .122.487s.087-.1.23-.232c.031-.734.865-1.152 1.832-.866c-.222-.286-.447-.589-.681-.889a1.551 1.551 0 0 0-1.503 1.5m-9.096 2.33c.074.2.082.37.21.136a.348.348 0 0 1-.21-.136'/%3E%3Cpath fill='%23f7e4cd' d='M14.032 9.922a1.486 1.486 0 0 1 .114-.758a2.816 2.816 0 0 1 2.47-1.755a1.149 1.149 0 0 1 .4.143c-.3-.538-.9-1-2.1-.188c-1.338.913-1.217 2.19-.973 2.434a.551.551 0 0 1 .089.124'/%3E%3Cpath fill='%2349728b' d='m5.849 27.379l5.266-2.353c-.386-.448-1.079-1.3-1.2-1.257a24.079 24.079 0 0 0-5.61 3.485a20.236 20.236 0 0 1 .81 2.026h1.168a61.417 61.417 0 0 0-.434-1.901'/%3E%3Cpath fill='%23335061' d='M27 29.307a20.836 20.836 0 0 0 .548-2.058c.036-.181.106-.475.156-.756l-2.886-2.144a5.123 5.123 0 0 1 .13 3.9c.1.372.454.515.6.85c-.034.06-.068.119-.1.179h1.476a.149.149 0 0 1 .076.029m-2.559-1.233a1.081 1.081 0 0 0 .172-.381a1.081 1.081 0 0 1-.172.381m-.824-4.128a.948.948 0 0 1 .514-.106l-.238-.177a1.457 1.457 0 0 0-.276.283'/%3E%3Cpath fill='%2349728b' d='M27.756 25.879c-.074-.537-.8-.935-1.172-1.266c-.684-.613-1.112-1.153-1.823-1.726a4.391 4.391 0 0 1-.869.776l.238.177a.932.932 0 0 1 .686.51l2.884 2.143a2.339 2.339 0 0 0 .056-.614'/%3E%3Cpath fill='%23fff' d='M20.572 29.2a.438.438 0 0 0 .009.076h.479a.333.333 0 0 1 .666 0h.774v-.03a20.686 20.686 0 0 0-1.2-.593c-.424-.178-.728.547-.728.547'/%3E%3Cpath fill='%23dcd9d8' d='M20.572 29.2s.3-.73.73-.548c.322.138.921.449 1.2.593c.01-.22.02-.44.034-.66c-.618.039-.961-.559-1.394-.605c-.378-.041-.7.435-1.19.229c-.113.124-.215.259-.33.381a6.313 6.313 0 0 1 .489.685h.476a.438.438 0 0 1-.015-.075'/%3E%3Cpath fill='%23fff' d='M14.511 25.169a6.738 6.738 0 0 1-2.269-.4a.282.282 0 0 0 .017.421a7.657 7.657 0 0 0 2.14.578a1.748 1.748 0 0 0 .112-.599'/%3E%3Cpath fill='%23dcd9d8' d='M14.357 26.069a1.233 1.233 0 0 1 .041-.3a7.657 7.657 0 0 1-2.14-.578a4.237 4.237 0 0 0 2.099.878'/%3E%3Cpath fill='%23d33833' d='M24.613 27.693a2.963 2.963 0 0 0 .073-.87a7.057 7.057 0 0 0-.2-1.378a3 3 0 0 0-1.009.049c-.3.061-.609.122-.669.487s.122.548-.061.852s-.487.122-.791.3c-.207.124-.076.445.029.638a12.138 12.138 0 0 0 2.459.3a1.081 1.081 0 0 0 .169-.378m-9.051 1.526l.047.128c.014.04.029.093.042.139l-.009-.117Z'/%3E%3Cpath fill='%23d33833' d='m19.563 27.925l.021-.527a1.309 1.309 0 0 1-.96-.074c-.937-.511-.05-.36-.382-1.038a3.236 3.236 0 0 0-1.224-.365c-1.228 0-1.7-.247-1.568 1.169c.069.76.131 1.519.191 2.28c.1.188.19.357.262.5a4.834 4.834 0 0 0 1.833-.559a21.007 21.007 0 0 0 1.827-1.386m.464-.725c.021.089.043.189.064.31a.7.7 0 1 0 .428-1.31a.953.953 0 0 1-.492 1'/%3E%3Cpath fill='%23ef3d3a' d='M21.953 27.137c.3-.183.609 0 .791-.3s0-.487.061-.852s.365-.426.669-.487a3 3 0 0 1 1.009-.049a1.125 1.125 0 0 0-.348-.652c-.747-.436-2.056.825-2.665 1.093l-.057.023a1.694 1.694 0 0 1 .175.558a1.475 1.475 0 0 1 .412-.042a1.761 1.761 0 0 1 .276.033c.045.009.089.02.133.032a1.463 1.463 0 0 1 .243.092a4.209 4.209 0 0 0-.757.1a.7.7 0 0 0-.2.095a8.618 8.618 0 0 0-.035.9q.158.045.322.084c-.105-.183-.236-.504-.029-.628m-6.302 2.348c.051.183.095.348.253.385c-.072-.144-.163-.313-.262-.5Zm-.201-2.396c-.129-1.416.34-1.169 1.568-1.169a3.236 3.236 0 0 1 1.224.365c.332.678-.555.527.382 1.038a1.309 1.309 0 0 0 .96.074v-.063a3.039 3.039 0 0 0-.916-.29a3.5 3.5 0 0 0-.371-.036a1.555 1.555 0 0 1 .291-.106a3.285 3.285 0 0 0 .906-.281c0-.079.006-.158.009-.236a1.883 1.883 0 0 1-.2-.027a1.565 1.565 0 0 1-.177-.044a1.585 1.585 0 0 1-.294-.127c-.178-.1-.331-.216-.525-.322a9.077 9.077 0 0 0-2.408-.881c-.921-.176-.929 1.105-.89 2.049c0 .1.008.192.013.28a6.585 6.585 0 0 0 .544 1.9l.079.15c-.063-.754-.126-1.514-.195-2.274m5.07-.889a1.009 1.009 0 0 0-.582.2a1.7 1.7 0 0 0 .007.412c.011.079.028.155.048.238l.031.131v.017a.953.953 0 0 0 .496-.998'/%3E%3Cpath fill='%23231f20' d='M14.146 9.164a1.486 1.486 0 0 0-.114.758a.392.392 0 0 0 .061.136a.348.348 0 0 0 .21.136c.5-1.12 1.327-2.2 2.985-1.814a.568.568 0 0 0-.274-.828a1.149 1.149 0 0 0-.4-.143a2.816 2.816 0 0 0-2.468 1.755m10.106 3.463c-.032 1.324 2.049.672 2.366-.066a17.146 17.146 0 0 1-1.172-2.29h-.079a3.037 3.037 0 0 0 0 .4a3.235 3.235 0 0 0 .209.913c.095.256.205.5.3.756c-.397.247-1.176.09-1.624.287m-5.318.146c-.488.474-1.367.08-2.02.05c-.623.985 1.218 1.17 2.008.937a1.406 1.406 0 0 0 .642-.534c.219-.617-.223-.887-.451-1.109a6.954 6.954 0 0 1-.977-1.829a1.11 1.11 0 0 0-.049.445a4.053 4.053 0 0 0 .525 1.489c.114.21.227.399.322.551m1.671 5.542a6.587 6.587 0 0 0 4.466-1.4c-.047-.3.36-.84.247-1.29c-.039-.155-.392-.38-.606-.614a15.006 15.006 0 0 1-2.543-3.486c-.053-.123-.085-.8-.452-.53c-.044 1.642 1.176 3 2.086 4.1c.444.535.98.841.487 1.673c-.8.3-2.083 1.169-3.189.979c-.379-.065-.458-.365-.523-.668a2.376 2.376 0 0 0-.1-.363a.719.719 0 0 0-.046-.1a1.322 1.322 0 0 0 .173 1.699M7.6 14.1a.832.832 0 0 0-.159.111a1.221 1.221 0 0 0-.37.781a.8.8 0 0 0 .125-.109c.153-.156.313-.357.6-.217a2.291 2.291 0 0 0 .19 2.213c0-.733-.117-1.987.509-1.95c.438.027.527.964.9 1.177a1.719 1.719 0 0 0-1.017-2.036a.979.979 0 0 0-.778.03m15.268 4.775a4.016 4.016 0 0 0 0 1.063a3.425 3.425 0 0 0 2.962-2.249a8.538 8.538 0 0 1-2.962 1.186M22.47 20a4.933 4.933 0 0 0-.077-1.066a10.285 10.285 0 0 1-4.35-.562c.475 1.272 2.616 1.72 4.427 1.628m-4.624-.61c-.915 0-.143.51.012.709a4.687 4.687 0 0 0 1.284 1.428a5.27 5.27 0 0 0 3.426.014a1.111 1.111 0 0 0 .536-.609c-2.078.05-4.541.257-5.258-1.542'/%3E%3Cpath fill='%2381b0c4' d='M24.96 29.28a1.709 1.709 0 0 0-1.042-.753a1.433 1.433 0 0 0-.918.12c-.008.2-.018.415-.031.632Z'/%3E%3Cpath fill='%23f0d6b7' d='M21.971 24.749c-.686.061-1.493.373-2.252.419c-.069 0-.138.006-.206.006s-.136 0-.2-.01a1.93 1.93 0 0 1-.392-.076a1.666 1.666 0 0 1-.188-.07c0 .052-.071.033-.082.076a3.19 3.19 0 0 0 .485.322a2.218 2.218 0 0 0 .475.19a3.052 3.052 0 0 0 .816.09c.1 0 .212 0 .327-.009c.415-.303.783-.656 1.217-.938'/%3E%3Cpath fill='%2381b0c4' d='m19.086 29.048l-.351.233h.527q-.086-.119-.176-.233'/%3E%3Cpath fill='%23231f20' d='M4.681 29.769v-.335a.153.153 0 0 1 .153-.153h.283a20.236 20.236 0 0 0-.81-2.026a24.079 24.079 0 0 1 5.61-3.485c.118-.047.811.809 1.2 1.257a2.353 2.353 0 0 0 .24.257a21.079 21.079 0 0 0 3.087 1.655a12.164 12.164 0 0 0 .476 1.948c.039.126.078.26.118.394h.162a.153.153 0 0 1 .153.153v.158h.139a.153.153 0 0 1 .153.153V30h1.691v-.255a.153.153 0 0 1 .153-.153h.78v-.158a.153.153 0 0 1 .153-.153h.317l.351-.233q.09.114.176.233h.843a6.313 6.313 0 0 0-.489-.685c.115-.122.217-.256.33-.381c.492.206.812-.27 1.19-.229c.433.046.776.644 1.394.605c-.014.22-.024.44-.034.66v.03h.474c.012-.217.023-.429.031-.632a1.433 1.433 0 0 1 .918-.12a1.709 1.709 0 0 1 1.042.753h.481c.034-.06.069-.119.1-.179c-.143-.335-.495-.477-.6-.85a5.123 5.123 0 0 0-.13-3.9a.932.932 0 0 0-.686-.51a.948.948 0 0 0-.514.106a1.457 1.457 0 0 1 .275-.283a4.391 4.391 0 0 0 .869-.776c.712.573 1.141 1.112 1.824 1.725c.37.332 1.1.73 1.172 1.266a2.339 2.339 0 0 1-.054.614c-.051.281-.12.575-.156.756A20.836 20.836 0 0 1 27 29.307a.15.15 0 0 1 .072.127V30h.368c.258-.808.511-1.635.766-2.489a6.207 6.207 0 0 0 .478-2.187c-.078-.617-1.04-1.265-1.547-1.754c-.281-.271-1.593-1.267-1.669-1.64s.535-1.178.731-1.586a11.669 11.669 0 0 0 .621-1.788c1.032-3.627 1.137-8.611-.339-11.592a12.54 12.54 0 0 0-3.1-3.428c-2.3-1.742-6.563-1.935-9.339-.913a13.481 13.481 0 0 0-2.2.939c-1.818 1.066-3.748 1.78-4.287 3.928c-1.328.6-1.729 2.3-1.662 4.268a6.221 6.221 0 0 1 .149 1.227c-.037.184-.286.419-.336.538a5.3 5.3 0 0 0 .609 4.592A3.225 3.225 0 0 0 8.468 19.5a4.568 4.568 0 0 0 .447 1.672c.17.373.805 1.043.571 1.519a6.987 6.987 0 0 1-1.495.966c-1.158.695-2 1.12-3.066 1.89c-.692.5-1.773.562-1.6 1.71a17.869 17.869 0 0 0 .808 2.513c.025.078.053.155.08.232h.47Zm8.351-25.414a1.647 1.647 0 0 1-.159.166a11.333 11.333 0 0 0-.941.776c-.373.413-.79 1.521-1.285 1.644a3.817 3.817 0 0 1-.747-.029A2.125 2.125 0 0 0 9.433 7a7.389 7.389 0 0 1-1.084.325c.748-1.635 3.08-2.957 4.9-3.473c.1-.028.188.04.271.129c-.011.287-.296.281-.488.374m-2.385 3.7c.3 1.521-.561 3.254-.192 4.861c.125.546.56 1.394-.134 1.413a2.147 2.147 0 0 0-3.145-1.747a2.321 2.321 0 0 0-.218.12c-.1-1.179-.266-2.836.538-3.721a4.409 4.409 0 0 1 3.009-1.419a2.81 2.81 0 0 1 .142.497ZM7.254 17.8a3.858 3.858 0 0 1-1.022-2.6a2.034 2.034 0 0 1 2.2-1.963c.684.075 1.014.674 1.208 1.338c.054.187.1.379.136.566c.505.027 1.235-.022 1.474-.416c-.034-.962-.481-1.733-.45-2.617a14.085 14.085 0 0 1 .388-2.263a4.109 4.109 0 0 0-.123-2.532c.747-1.695 2.939-3.032 4.56-3.841c2.009-1 5.207-.2 7.1.866a4.127 4.127 0 0 1 .49.329a8.674 8.674 0 0 1 1.479 1.563c.234.3.459.6.681.889c-.967-.287-1.8.132-1.832.866a1.07 1.07 0 0 0 .016.246c.9-.821 2.427-.009 2.88.9a9.567 9.567 0 0 1 .5 3.446a14.242 14.242 0 0 1-2.145 8.621a6.258 6.258 0 0 1-1.365 1.68c-1.425 1-3.591 1.908-5.446 1.286c-2.451-.823-3.565-2.456-4.913-4.326a4.466 4.466 0 0 0 1.472 2.656a6.648 6.648 0 0 0 2.176 1.778c-.673-.158-1.7-.208-1.985.4a15.465 15.465 0 0 1-1.549-.162a3.181 3.181 0 0 1-2.22-1.166a11.351 11.351 0 0 1-1.445-3.365a3.837 3.837 0 0 1-.125-.832c.088-.478.939-.687.6-1.355c-.618-.006-.757.562-1.324.618a1.734 1.734 0 0 1-1.416-.61m12.77 9.38l-.031-.131a2.787 2.787 0 0 1-.048-.238a1.7 1.7 0 0 1-.007-.412a1.009 1.009 0 0 1 .582-.2a.7.7 0 1 1-.428 1.31a5.135 5.135 0 0 0-.064-.31Zm-7.782-2.419a6.738 6.738 0 0 0 2.269.4a1.748 1.748 0 0 1-.112.6a1.233 1.233 0 0 0-.041.3a4.237 4.237 0 0 1-2.1-.882a.282.282 0 0 1-.016-.413Zm7.367.839a2.218 2.218 0 0 1-.475-.19a3.26 3.26 0 0 1-.485-.322c.011-.043.079-.024.082-.076a1.666 1.666 0 0 0 .188.07a1.93 1.93 0 0 0 .392.076a2.705 2.705 0 0 0 .406.004c.759-.046 1.566-.358 2.252-.419c-.433.283-.8.636-1.218.938a6.29 6.29 0 0 1-.327.009a3.052 3.052 0 0 1-.815-.085Zm-1.872 3.706a4.834 4.834 0 0 1-1.833.559c-.158-.037-.2-.2-.253-.385a2.722 2.722 0 0 0-.089-.267a6.585 6.585 0 0 1-.544-1.9c0-.088-.009-.182-.013-.28c-.039-.944-.031-2.225.89-2.049a9.077 9.077 0 0 1 2.408.881c.194.106.347.225.525.322a1.585 1.585 0 0 0 .294.127a1.565 1.565 0 0 0 .177.044a1.883 1.883 0 0 0 .2.027c0 .078-.006.157-.009.236a3.285 3.285 0 0 1-.906.281a1.555 1.555 0 0 0-.291.106a3.5 3.5 0 0 1 .371.036a3.039 3.039 0 0 1 .916.29v.063l-.021.527a21.007 21.007 0 0 1-1.822 1.387Zm4.245-1.536q-.164-.039-.322-.084a8.618 8.618 0 0 1 .035-.9a.7.7 0 0 1 .2-.095a4.209 4.209 0 0 1 .757-.1a1.463 1.463 0 0 0-.243-.092a1.843 1.843 0 0 0-.133-.032a1.761 1.761 0 0 0-.276-.038a1.475 1.475 0 0 0-.407.038a1.694 1.694 0 0 0-.175-.558l.057-.023c.609-.268 1.918-1.529 2.665-1.093a1.125 1.125 0 0 1 .348.652a7.057 7.057 0 0 1 .2 1.378a2.963 2.963 0 0 1-.073.87a1.081 1.081 0 0 1-.172.381a12.138 12.138 0 0 1-2.461-.3Z'/%3E%3Cpath fill='%23f7e4cd' d='M17.53 18.862c-.616-.3-1.056-.135-1.136-.028c-.152.2.163 1.306.163 1.306l.3.061c-.057-1.217.673-1.339.673-1.339'/%3E%3Cpath fill='%231d1919' d='M21.393 28.961a.334.334 0 0 0-.333.319h.666a.334.334 0 0 0-.333-.319'/%3E%3Cpath fill='%23231f20' d='M15.642 29.745a.153.153 0 0 0-.153-.153h-.139v.177a.153.153 0 0 1-.153.153H4.834a.153.153 0 0 1-.153-.153V30h10.961Zm11.276.177h-8.5a.153.153 0 0 1-.153-.153v-.177h-.78a.153.153 0 0 0-.153.153V30h9.737v-.231a.153.153 0 0 1-.151.153'/%3E%3Cpath fill='%23231f20' d='M4.834 29.922H15.2a.153.153 0 0 0 .153-.153v-.335a.153.153 0 0 0-.153-.153H4.834a.153.153 0 0 0-.153.153v.335a.153.153 0 0 0 .153.153m13.432-.153a.153.153 0 0 0 .153.153h8.5a.153.153 0 0 0 .153-.153v-.335a.15.15 0 0 0-.072-.127a.149.149 0 0 0-.081-.026h-8.5a.153.153 0 0 0-.153.153z'/%3E%3C/svg%3E");
}
.v-icon.mdi-jfrog.theme--light::before, .v-icon.mdi-jfrog.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.58' height='19.58' viewBox='0 0 256 248'%3E%3Cpath fill='%2341bf47' d='m113.668 162.397l-13.527 3.764c1.176 3.411 2.117 9.528 2.117 17.762v40.465h15.174V181.57c2.824-3.412 5.882-5.058 9.176-5.058c1.646 0 2.94.353 4.352 1.176l4.117-13.998c-2.353-1.059-3.411-1.294-5.646-1.294c-1.647 0-3.647.353-4.94.941c-2.824 1.412-6.353 4.588-8.588 7.646c0-3.411-.823-6.117-2.235-8.587M61.441 142.4h-1.647v81.87h15.762v-36.23h19.88v-13.527h-19.88v-18.82h24.82l.941-7.176a250 250 0 0 1-39.876-6.117m-36.818 92.81l7.293 8.47c7.058-2.824 15.88-9.176 18.232-19.292c.824-3.294 1.059-5.411 1.059-16.115v-65.755h-15.88v67.519c0 8.822-.353 12.116-1.53 15.174c-1.528 3.412-5.175 7.41-9.174 9.999m143.155-41.523c0 14.35-2.823 20.467-9.293 20.467c-2.94 0-6.234-1.647-7.646-4.94c-1.176-3.059-1.882-8.234-1.882-15.292c0-6 .588-10.234 1.53-13.528c1.176-3.764 4.116-6.116 7.763-6.116c2.705 0 5.058 1.176 6.47 3.176c2.117 2.823 3.058 8.116 3.058 16.233m9.293 23.525c4.94-5.881 7.175-13.056 7.175-23.408c0-9.763-2-16.468-6.587-22.114c-4.94-6.117-11.293-9.058-19.527-9.058c-15.527 0-25.878 12.587-25.878 31.643s10.234 31.29 25.878 31.29c8.822.117 14.586-3.177 18.939-8.353m43.052-33.877c0 5.529-3.294 8.587-9.175 8.587c-5.293 0-8.822-2.47-8.822-8.587c0-5.646 3.293-8.94 8.94-8.94s9.057 3.294 9.057 8.94m26.702-12.94l-6.234-9.998c-3.53 3.294-7.764 5.176-11.881 5.176c-1.882 0-2.94-.235-7.058-1.294c-4.117-1.176-7.058-1.529-10.351-1.529c-14.704 0-24.232 7.999-24.232 20.468c0 8.94 4 14.586 12.351 16.82c-3.411.824-7.058 2.588-8.704 4.588c-1.177 1.412-1.765 3.294-1.765 5.529c0 1.882.47 3.529 1.176 4.94c.824 1.294 1.883 2.353 3.294 2.94c2.706 1.06 7.058 1.765 13.763 1.883c3.529 0 5.646.118 6.352.118c4.117.235 6.234.94 7.88 1.764c1.53.941 2.706 3.058 2.706 5.41c0 2.354-1.411 4.706-3.646 6.118c-2 1.411-5.293 2-9.528 2c-6.94 0-10.822-2.588-10.822-7.411c0-2.118.235-2.588.706-3.882h-13.88c-.589 1.176-1.294 2.823-1.294 6.117c0 4.117 1.529 7.646 4.705 10.704c5.175 5.058 13.645 6.47 21.761 6.47c8.94 0 17.645-2.118 22.703-7.764c3.176-3.529 4.587-7.41 4.587-12.469c0-5.41-1.529-9.528-4.94-12.939c-4-3.882-8.587-5.293-17.41-5.41l-8.116-.119c-1.529 0-2.47-.588-2.47-1.411c0-1.647 2.117-3.058 6-4.94c1.175.117 1.528.117 2.234.117c12.234 0 21.173-7.528 21.173-17.997c0-4-1.176-7.058-3.41-9.881c1.881.235 2.47.353 3.88.353c4 0 7.176-1.294 10.47-4.47M57.44 71.236C38.621 75.821 25.8 84.878 25.8 95.23c0 6.47 4.94 12.35 13.057 16.938c-2.47-3.881-3.764-8.116-3.764-12.35c.117-10.705 8.47-20.704 22.35-28.585M256 111.815c0-6.822-4.235-13.056-11.292-18.232c.588 2.117 1.058 4.234 1.058 6.352c0 19.409-27.172 36.112-65.755 43.052c4.353.47 8.823.706 13.528.706c34.465-.118 62.461-14.35 62.461-31.878m-22.232-10.586c0-7.176-6.117-13.763-16.586-19.174c2.47 2.94 3.764 6.117 3.764 9.41c0 17.292-36.7 31.29-82.105 31.29c-45.287 0-82.105-13.998-82.105-31.29q0-3.352 1.764-6.351c-7.293 4.822-11.41 10.35-11.41 16.232c0 18.703 41.758 33.878 93.28 33.878s93.398-15.41 93.398-33.995m-40.7-.941c-19.056 12.233-77.635 16.938-102.808 1.176c-19.762-12.35-12.94-31.994-69.519-75.047c-7.41-5.646 1.412-11.645 6.94-7.763s.47 4.823 11.645 15.997c22.585 22.585 22.35 2.235 25.879 9.999C72.733 60.765 89.2 76.998 89.2 76.998c16.586 10.822 29.76 13.175 54.228-3.411c15.527-10.47 9.175 16.703 47.169-2.94c13.88-7.176 13.292-2.354 27.408-21.998c5.881-8.116 17.056 6.235 4.352 8.234c-5.058.824-13.645 6.352-17.292 15.057c-5.293 13.057-3.058 22.703-11.998 28.349M87.437 67.117C82.732 65 77.79 57.001 75.909 53.825c5.294-5.176 3.176-13.763.118-18.468c-2.94-4.705-6.587-3.411-10.47-7.763c-3.999-4.353 1.53-15.645 6.588-6.94c18.938 32.583 31.407 19.056 46.817 17.056c14.82-1.882 27.995 6.234 31.995-16.704c.706-3.764 4.352-4.587 4.705 1.53c.353 6.234 2.706 21.29 10.822 23.173c8.116 2 14.704-1.882 16.586-4c1.882-2.117 2.94-1.882 3.764 3.53c.823 5.292 2.94 12.703 14.35 4.469c23.409-16.703 16.704-23.173 25.88-27.525c5.175-2.47 13.409 5.528 1.528 11.527c-16.938 8.587-18.703 19.174-29.407 25.879c-17.997 11.292-12.469.47-41.406-3.647c-11.174-1.529-14.703 10.822-23.408 7.293c-19.88-8.234-33.877-6.587-46.934 3.882m62.696-60.344c.706 4.94 1.53 4.823 3.294 5.176c1.765.47 4-2.353 4-4.94c.117-2.706-1.177-4.353-3.765-4.235c-2.705.117-3.646 1.411-3.529 4m87.046 8.822c2.118 2 7.764.706 9.058-.823c3.411-3.764 3.529-5.999 1.764-8.587c-1.764-2.47-5.41-2.117-9.057.588s-2.941 7.764-1.765 8.822m-1.529 24.938c-1.764 2.353-1.882 4.117-.588 5.41c1.412 1.412 4.235 2.589 6.234 1.06c2-1.647 2-4 .353-6c-1.764-2.117-4.117-2.117-5.999-.47M57.09 11.126c2.705.823 3.999 3.41 6.234.47c1.176-1.411 1.294-3.411-.235-5.529c-.941-1.293-5.411-2.234-7.293-.352s-.118 4.94 1.294 5.41M1.92 9.479c4.94 3.058 8.117 7.646 11.88 3.529c1.295-1.412 2.824-3.882.118-8.823C11.918.54 5.45-.873 3.214.54C.862 1.833-1.96 7.126 1.92 9.479m45.523 23.408c1.53 1.647 4.235 1.53 5.881.588c1.53-.94 1.294-3.411-.235-5.528c-.94-1.294-3.764-2-5.646 0s-1.059 3.764 0 4.94'/%3E%3C/svg%3E");
}
.v-icon.mdi-travis-ci.theme--light::before, .v-icon.mdi-travis-ci.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 128 128'%3E%3Cpath fill='%23cb3349' d='M68.56 55.275c-2.17.003-4.342.027-6.519.07l-4.014 1.901l-.054.031c-.603.294-5.872 2.953-10.828 7.694c4.442-2.336 10.97-5.387 18.656-7.754a92.315 92.315 0 0 1 7.201-1.9a345.343 345.343 0 0 0-4.437-.042zm-14.658.295a558.82 558.82 0 0 0-11.13.518c-2.154.119-4.298.266-6.442.428a99.32 99.32 0 0 0-3.205.283a25.224 25.224 0 0 0-.908.103c-2.796 1.673-13.52 8.406-20.883 17.21c7.155-4.972 19.618-12.446 35.008-16.753a96.086 96.086 0 0 1 7.56-1.789m31.71.09c-.17.252-.514.749-1.008 1.424c-1.588 2.148-4.734 6.088-8.77 9.428c5.713-1.024 15.62-3.558 24.193-9.54c.214-.151.429-.312.641-.46a.043.043 0 0 0-.022-.008a344.877 344.877 0 0 0-6.287-.416a581.907 581.907 0 0 0-8.748-.428zm-3.403 40.723c-1.15 0-4.493 1.037-11.815 3.306l-.45.143l-.442-.166c-.05-.017-4.854-1.799-10.611-1.799a27.169 27.169 0 0 0-1.399.035c-.576.03-3.812 1.568-7.951 8.116l-.27.421l-.472.153a510.288 510.288 0 0 1-14.748 4.48l-.49.14l-.463-.214c-.05-.02-3.007-1.392-5.819-2.684c1.533 2.265 3.495 5.094 5.221 7.311c3.015 3.883 6.815 7.47 14.102 7.47c.913 0 1.885-.055 2.882-.17c7.412-.836 9.321-1.175 10.348-1.355c.348-.059.623-.109.975-.152c.056-.007 6.125-.791 7.828-4.611c1.756-3.926 2.109-4.86 2.123-4.897l.62-1.652s.076-.43.202-.563c0 .004.001.004.004.004l.012.01c.195.14.484.578.484.578l1.022 1.215a90.881 90.881 0 0 0 5.058 5.473c1.842 1.826 4.071 2.75 6.621 2.75a11.588 11.588 0 0 0 2.71-.334a629.93 629.93 0 0 1 2.743-.66c3.445-.824 7.349-1.76 9.24-2.29c.375-.105.793-.2 1.233-.3c2.519-.582 5.969-1.385 7.799-5.049a541.946 541.946 0 0 1 4.607-8.935a77.702 77.702 0 0 0-3.33 1.613c-1.368.718-3.162 1.066-5.478 1.066c-1.377 0-2.73-.117-4.227-.25c-2.992-.275-8.055-.87-8.107-.877l-.387-.043l-.307-.246c-.045-.033-4.482-3.566-8.068-6.386c-.145-.118-.277-.229-.397-.329c-.376-.322-.378-.322-.603-.322'/%3E%3Cpath fill='%23f4edae' d='M68.908 2.928c-2.53 0-5.033.205-7.492.605a47.256 47.256 0 0 0-7.225 1.772c-5.88 1.941-11.372 5.022-16.199 9.054a51.646 51.646 0 0 0-2.814 2.534a52.876 52.876 0 0 0-7.352 8.877a54.162 54.162 0 0 0-2.043 3.355v.002a54.796 54.796 0 0 0-1.816 3.537v.002a55.605 55.605 0 0 0-1.574 3.713a70.15 70.15 0 0 1 3.285-.945c.848-.217 1.7-.425 2.554-.614a49.699 49.699 0 0 1 2.577-.502l-.014.006c.005 0 .01-.003.016-.004a128.13 128.13 0 0 0-2.46.91c-.811.302-1.622.62-2.431.946c-.017.007-.032.015-.049.021a91.745 91.745 0 0 0-4.676 2.01l-.05.022c-.362.165-.715.344-1.073.515c-.415.199-.836.388-1.246.598l-.006.004c-.204.104-.4.22-.603.328c-.554.293-1.108.585-1.65.898c-.68.39-1.344.8-1.983 1.233c-.64.433-1.253.89-1.828 1.375c-.05.29-.095.608-.135.91c-.007.059-.01.119-.018.178c-.053.451-.094.904-.129 1.357a35.861 35.861 0 0 0-.103 2.35a38.236 38.236 0 0 0 .322 5.191c.21 1.519.498 3.023.88 4.492c.05.197.085.4.14.596v.002c.031.115.078.225.111.34c.205.706.424 1.407.686 2.094c.22.584.47 1.157.75 1.715l.002.002l.11.209a12.61 12.61 0 0 0 .386.19l.771.368c.431.2 1.026.48 1.516.7a.97.97 0 0 0 .078-.073l-1.43-5.45c.303-.083 3.019-.782 7.7-1.673l-.03-.008a22.067 22.067 0 0 1-1.103-.234c-.252-.063-.5-.141-.75-.211c-.156-.044-.312-.086-.467-.133a22.086 22.086 0 0 1-1.918-.658l-.002-.002a14.346 14.346 0 0 1-1.475-.713h-.002c-.475-.272-.942-.58-1.304-.99h.004c.641.21 1.368.381 2.168.52h.004c.8.137 1.673.241 2.605.316c.935.075 1.927.12 2.969.14c2.08.04 4.346-.019 6.695-.144c3.523-.188 7.23-.525 10.772-.89c6.479-.668 12.97-1.16 19.482-1.372c.038-.001.077 0 .115-.002c2.133-.068 4.268-.108 6.406-.113c2.176.005 4.349.044 6.52.115a241.382 241.382 0 0 1 6.506.3h.002c.144.01.289.023.433.032c4.188.256 8.369.609 12.541 1.039c3.4.351 6.946.67 10.34.861c.144.008.293.022.436.03h.004c1.173.062 2.326.109 3.445.134c1.121.026 2.21.03 3.25.01c2.084-.04 3.982-.181 5.586-.459c.79-.136 1.51-.306 2.146-.513l.012-.004c-.36.41-.824.718-1.299.99a14.703 14.703 0 0 1-1.478.715a23.689 23.689 0 0 1-1.553.555a23.702 23.702 0 0 1-1.586.447c-.154.034-.312.07-.47.103c5.13.952 8.115 1.727 8.435 1.813v.002l-1.367 5.187l.57-.254c.085-.038.17-.074.254-.113l.772-.367c.128-.062.256-.128.386-.193l.108-.207v-.002a19.729 19.729 0 0 0 .757-1.715a27.03 27.03 0 0 0 .794-2.434v-.004c.233-.826.43-1.667.597-2.515v-.004c.167-.85.306-1.707.424-2.567v-.004a39.931 39.931 0 0 0 .25-2.586v-.002a36.124 36.124 0 0 0 .07-2.6v-.001c0-.038-.006-.076-.006-.113a32.712 32.712 0 0 0-.244-3.77a16.976 16.976 0 0 0-.137-.912a22.037 22.037 0 0 0-1.824-1.371s0-.002-.002-.002a31.756 31.756 0 0 0-1.982-1.233a51.549 51.549 0 0 0-4.582-2.343c-1.56-.736-3.165-1.404-4.776-2.053a87.478 87.478 0 0 0-2.43-.945h-.001c-.811-.314-1.633-.61-2.455-.91l.015.001l-.013-.004c.863.143 1.72.314 2.576.502a75.24 75.24 0 0 1 2.55.614h.004c1.101.285 2.197.605 3.286.945c-2.907-7.597-7.328-14.2-12.787-19.486a51.649 51.649 0 0 0-2.815-2.533c-4.827-4.033-10.32-7.114-16.201-9.055a47.262 47.262 0 0 0-7.225-1.772a46.587 46.587 0 0 0-7.49-.605M53.572 9.69a55.98 55.98 0 0 0-.998 3.516l.309-.912s.55 29.102 7.35 29.102h2.171v-6.315h2.617V20.377h-1.734v3.183h-7.719V12.662l27.18.002V23.56h-7.725v-3.184h-1.74v14.707h2.631v6.314h2c6.578 0 7.145-26.997 7.176-28.785a52.132 52.132 0 0 0-.848-2.92C87.823 15.93 89.013 23 89.382 28.09l.14.512l-.085.238c.119 1.992.125 3.66.092 4.73a41.1 41.1 0 0 0 .807-.773c.01-.01.026-.017.035-.027c.008-.008.012-.015.022-.022c.01-.01.02-.014.03-.021c.039-.027.076-.05.114-.075c.017-.006.034-.017.05-.027a1.259 1.259 0 0 1 .153-.053c.01 0 .021-.006.031-.006a.73.73 0 0 1 .19-.017c.017 0 .03.004.045.004a1.046 1.046 0 0 1 .146.02l.028.007l11.603 3.295c.093-2.367.14-12.537-5.187-21.11c.185.21 6.15 7.02 6.55 21.5l1.871.53a.864.864 0 0 1 .616.69a48.61 48.61 0 0 1 .574 5.415c.723 2.987 2.059 6.984 4.2 8.246c.424.201.84.417 1.247.655c-.86-.341-1.746-.587-2.64-.807a44.574 44.574 0 0 0-2.688-.59a83.5 83.5 0 0 0-5.44-.85a121.954 121.954 0 0 0-5.468-.59c-1.83-.153-3.653-.308-5.486-.415c-7.326-.451-14.673-.565-22.024-.572c-7.349.004-14.695.14-22.021.574c-1.832.106-3.658.262-5.487.416c-1.828.155-3.653.35-5.468.59a84.052 84.052 0 0 0-5.44.85a46.3 46.3 0 0 0-2.691.587c-.89.22-1.781.467-2.64.807a16.075 16.075 0 0 1 1.253-.658c2.136-1.265 3.47-5.251 4.193-8.235c.086-1.61.239-3.385.575-5.424a.857.857 0 0 1 .615-.69l1.867-.528c.406-14.48 6.37-21.29 6.557-21.5c-5.328 8.574-5.28 18.743-5.188 21.111l11.602-3.299l.027-.006a.919.919 0 0 1 .145-.02c.013 0 .03-.003.047-.003a.757.757 0 0 1 .189.015c.01 0 .021.007.035.01a.801.801 0 0 1 .143.05c.02.01.034.021.054.032c.04.022.077.045.114.07c.01.008.024.01.033.02c.008.007.012.017.02.024c.01.01.024.016.035.027c.263.263.532.52.806.773c-.116-3.822.068-14.789 5.29-23.879zm7.393 8.37v3.183h.002V18.06zm10.002 0v19.343h2.625v-.002h-2.623v-19.34Zm19.232 17.234c-.866.787-2.045 1.798-3.23 2.64v.003c1.185-.842 2.364-1.854 3.23-2.641zm-42.58.002c-.001.045 0 .114-.002.16l.004-.158zm39.455.295l-.05.145l.04-.032zm-22.355 1.81v.002h2.623v-.002zm-22.09.657c-1.18-.056-2.54.318-3.59.568c-2.099.5-4.847 1.199-5.297 2.299c-.872 2.132-1.3 7.693-1.3 7.693l-.061.037c.01.11.026.331.033.395a88.461 88.461 0 0 1 3.283-.822c1.815-.402 3.645-.74 5.477-1.05c1.836-.305 3.68-.54 5.521-.763c.132-.017.259-.027.389-.045a1.04 1.04 0 0 1-.062-.156a27.86 27.86 0 0 1-.42-1.764a20.709 20.709 0 0 1-1.47-4.375c-.324-1.474-1.323-1.961-2.503-2.017m52.691 0c-1.18.056-2.179.543-2.504 2.017c-.461 2.101-1.126 3.77-1.724 4.914c-.092.409-.181.818-.293 1.225a1.05 1.05 0 0 1-.065.164c.13.013.26.024.387.041a109.451 109.451 0 0 1 11.002 1.813a93.664 93.664 0 0 1 3.28.82c.015-.133.043-.496.07-.822c-.083-.976-.486-5.403-1.264-7.305c-.45-1.1-3.199-1.799-5.297-2.299c-1.05-.25-2.411-.624-3.592-.568m-8.777 3.068c-.287 1.417-.758 3.085-1.53 4.701h.003c.77-1.616 1.24-3.284 1.527-4.701m-37.877 4.578l.012.053a.847.847 0 0 1 0 .443h.002a.854.854 0 0 0 0-.445l-.014-.05z'/%3E%3Cpath fill='%23e6ccad' d='m117.469 72.953l-1.78 12.455v.004a.89.89 0 0 1-.37.6v.002l-2.544 1.781l-.152.78c2.51.617 4.917-1.182 6.275-2.483c.634-2.464 1.192-5.357 1.38-7.455c.145-1.617.155-2.598.087-3.21a2.402 2.402 0 0 0-.154-.671a.772.772 0 0 0-.225-.313c-.118-.099-.42-.28-.703-.453c-.11-.066-.147-.101-.273-.175h-.002c-.454-.265-1-.57-1.54-.862zm-96.557 1.729c-.596.319-1.239.673-1.777.988l-.002.002c-.193.113-.257.167-.416.265c-.286.177-.624.378-.743.477c-.237.197-.435.624-.373 2.14c.021.506.072 1.133.159 1.913l.01.068c.113.993.32 2.188.591 3.451l.008.04a62.622 62.622 0 0 0 .965 3.87c1.081 1.244 2.879 2.58 5.222 1.655l-1.66-1.162a.888.888 0 0 1-.375-.62zm48.219 1.781a13.44 13.44 0 0 0-1.799.14L63.37 89.655c-.001.005-.006.008-.008.012a.885.885 0 0 1-.236.377l-.002.002l-.002.002a.884.884 0 0 1-.408.213l-.002.002l-1.895.422c-.161.669-.707 1.65-2.465 2.187c-2.834.867-20.79 6.22-22.837 5.93c-1.21-.17-3.433-1.412-5.12-2.432a60.981 60.981 0 0 0 2.538 5.278c.367.68.779 1.387 1.209 2.105c.163.273.32.542.492.819c.594.953 1.23 1.924 1.937 2.906a559.204 559.204 0 0 0 10.916-3.35a40.025 40.025 0 0 1 2.346-3.246v-.002a29.76 29.76 0 0 1 2.574-2.838c.872-.834 1.746-1.537 2.582-2.039L54.99 96l.016-.008a7.094 7.094 0 0 1 1.187-.578l.018-.008l.02-.006a3.966 3.966 0 0 1 1.12-.242a32.004 32.004 0 0 1 1.538-.039h.002c.675.003 1.35.025 2.023.067h.002a36.465 36.465 0 0 1 2.012.183a4.322 4.322 0 0 1-.652-.746l-.003-.002a4.485 4.485 0 0 1-.408-.732l-.002-.002c-.207-.47-.301-.88-.379-1.131h.002s.231.18.653.443c.21.131.467.282.767.442h.002c.097.051.225.105.33.158a12.208 12.208 0 0 0 3.418 1.154a11.146 11.146 0 0 0 1.489.166l.1.004a10.373 10.373 0 0 0 1.575-.068c.032-.004.062-.004.094-.008a15.279 15.279 0 0 0 5.596-1.89l.031-.02a14.24 14.24 0 0 0 1.47-.967c.298-.224.405-.322.46-.371l.095-.078l.002-.002s-.004.497-.265 1.187a4.904 4.904 0 0 1-.613 1.137v.002c-.29.402-.678.814-1.192 1.197c1.978-.598 3.376-1 4.42-1.252s1.733-.355 2.293-.355c1.237 0 1.845.515 2.38.97c.1.083.201.171.321.268l.002.002c.633.498.959.76 1.615 1.28a3777.68 3777.68 0 0 1 6.153 4.872h.002c.12.014.573.061.74.08c1.556.18 4.669.536 6.904.74c.714.066 1.393.125 2.051.169c.659.043 1.297.07 1.928.07c.408 0 .789-.013 1.15-.039a56.938 56.938 0 0 0 1.729-3.643c.079-.18.158-.358.236-.54a67.857 67.857 0 0 0 1.602-4.124c-1.426 1.003-4.766 3.264-6.352 3.559c-2.032.378-20.202-4.187-23.072-4.93c-1.325-.343-1.975-.96-2.307-1.527l-1.53-.174h-.001a.886.886 0 0 1-.465-.2a.886.886 0 0 1-.285-.427l-4.078-13.437a13.898 13.898 0 0 0-1.793-.141zm3.33 38.492a253.499 253.499 0 0 1-1.228 2.776h.076l.078-.002c.419 0 .882-.044 1.318-.065c.073-.006.145-.019.217-.025a29.196 29.196 0 0 0 1.82-.217a94.872 94.872 0 0 1-2.281-2.467m3.441 3.653a28.128 28.128 0 0 1-3.12.449h-.003c-.017 0-.034 0-.05.002c-.428.017-.837.054-1.287.054l-.694.006l-.265-.006c-.19.282-.396.546-.614.797c-.058.068-.121.128-.181.194a9.378 9.378 0 0 1-.518.529c-.068.063-.14.12-.209.182c-.18.157-.361.31-.549.453c-.072.055-.145.107-.219.16a12.3 12.3 0 0 1-.63.43l-.09.056a13.76 13.76 0 0 1-1.543.81c-.125.057-.242.107-.365.159c-.492.21-.96.391-1.413.539c6.209 1.072 12.982-.56 16.538-1.646c-.037-.013-.071-.032-.108-.045a11.676 11.676 0 0 1-.984-.416c-.118-.056-.232-.12-.348-.18a11.873 11.873 0 0 1-.72-.402a12.107 12.107 0 0 1-.38-.24a12.322 12.322 0 0 1-.65-.465c-.119-.09-.24-.177-.355-.272a13.009 13.009 0 0 1-.817-.728c-.034-.033-.07-.061-.103-.094v-.002c-.11-.11-.216-.214-.323-.324'/%3E%3Cpath fill='%23656c67' d='M82.215 56.248a71.84 71.84 0 0 0-3.106.383c-.005 0-.011 0-.017.002a71.755 71.755 0 0 0-3.067.515a87.27 87.27 0 0 0-9.879 2.477l-.084.025c-1.485.465-2.92.957-4.306 1.461a106.266 106.266 0 0 0-4.354 1.694a251.908 251.908 0 0 1 5.787-.213c1.979-.05 4.003-.078 6.07-.078h.005c2.416 0 4.763.039 7.052.107l.243.004a55.567 55.567 0 0 0 2.586-2.676a55.612 55.612 0 0 0 2.402-2.844c.24-.302.466-.592.668-.857m21.88 1.215a49.678 49.678 0 0 1-2.708 1.814c-2.761 1.722-5.654 3.17-8.51 4.387c2.912.284 5.63.6 8.13.932c2.502.33 4.786.674 6.827 1.01c2.04.335 3.84.662 5.371.958c1.531.297 2.796.563 3.77.778l1.906-7.225c-2.073-.47-5.453-1.176-9.938-1.914h-.002a218.654 218.654 0 0 0-4.845-.74zm-53.013 1.166a96.126 96.126 0 0 0-5.365 1.412c-1.75.515-3.46 1.071-5.125 1.658a107.769 107.769 0 0 0-4.86 1.846a112.947 112.947 0 0 0-4.568 1.982a230.054 230.054 0 0 1 6.885-1.004a230.92 230.92 0 0 1 6.912-.795l.047-.04a47.386 47.386 0 0 1 6.074-5.06zm-26.926.547c-1.865.36-3.386.686-4.512.941l.53 2a66.471 66.471 0 0 1 3.982-2.941m88.322 9.697l-1.956 13.709a.905.905 0 0 1-.124.338v.002a.902.902 0 0 1-.246.264v.002l-2.718 1.9l-4.621 3.234a.896.896 0 0 1-.588.153l-.02.002l-22.127-2.514a.891.891 0 0 1-.752-.623l-.002-.002l-1.386-4.567l-2.598-8.55c-.801-.207-2.543-.62-4.375-.813a17.664 17.664 0 0 0-1.832-.103c-1.204 0-2.49.16-3.608.353c-1.118.194-2.07.423-2.603.56l-3.986 13.12v.002c-.001.002-.004.003-.004.006a.885.885 0 0 1-.242.385a.887.887 0 0 1-.41.216L36.153 90.87a.852.852 0 0 1-.506-.055c-.066-.025-.137-.04-.197-.082l-4.316-3.023l-3.024-2.117a.89.89 0 0 1-.37-.617l-.003-.002l-1.543-12.524l-.435-3.521c-.822.158-1.565.307-2.225.449c-.47.258-.935.515-1.392.773l2.101 17.008l10.664 7.469l26.91-5.988l3.973-13.086v-.002a.893.893 0 0 1 .266-.412a.892.892 0 0 1 .443-.21c1.007-.161 1.887-.244 2.633-.244c.738 0 1.626.083 2.629.245a.883.883 0 0 1 .44.205l.003.004l.008.007a.883.883 0 0 1 .258.405v.002l4.074 13.412l27.06 3.078l10.376-7.27l2.166-15.152a158.3 158.3 0 0 0-3.668-.748z'/%3E%3Cpath fill='%23c7b39a' d='M69.26 64.92c-1.605 0-3.184.016-4.735.047h-.047a238.71 238.71 0 0 0-4.613.137a240.704 240.704 0 0 0-8.644.494h-.002a106.508 106.508 0 0 0-3.647 1.87l-.064.034l-.002.002a95.142 95.142 0 0 0-2.803 1.566c-1.541.898-2.402 1.466-2.441 1.494h-.002l-2.645 1.764l-2.643 1.762l-.003.002l2.142-3.074l1.492-2.141v-.002a36.339 36.339 0 0 1 1.891-2.467a225.57 225.57 0 0 0-8.117 1.059c-.251.037-.501.079-.752.117c-2.272.346-4.36.693-6.112 1.016l.909 7.363l1.037 8.4l6.69 4.686l21.236-4.723l1.988-6.549l1.986-6.547a.895.895 0 0 1 .156-.29a.906.906 0 0 1 .248-.217a.72.72 0 0 1 .202-.09c.073-.02.909-.247 2.058-.488a30.253 30.253 0 0 1 2.606-.443l.03-.007l3.9-2.355a30.352 30.352 0 0 0 3.357-2.375c-.76-.014-1.545-.015-2.316-.024c-.78-.007-1.56-.02-2.34-.021m18.496.709a88.579 88.579 0 0 1-6.233 1.89a91.51 91.51 0 0 1-5.123 1.198c-2.975.605-4.914.838-5.134.853l-.254.016l-.246.02c1.388.12 2.737.366 3.755.587c1.021.223 1.71.42 1.776.44a.9.9 0 0 1 .377.223a.905.905 0 0 1 .228.375l3.96 13.033l21.208 2.41l6.744-4.723l1.917-13.404a210.375 210.375 0 0 0-10.147-1.582a231.476 231.476 0 0 0-5.916-.705a240.712 240.712 0 0 0-6.912-.631m.998 3.459c.342-.012.68.033 1.012.125h.006l.007.004c.329.093.65.232.96.418l.001.002c.313.187.614.418.9.69l.003.001a6.848 6.848 0 0 1 .834.961c.244.337.47.705.675 1.102c.205.395.386.82.545 1.265l.034.096c.155.448.288.917.39 1.404a12.3 12.3 0 0 1 .225 1.569a7.473 7.473 0 0 1-.022 1.55a4.542 4.542 0 0 1-.123.618a3.454 3.454 0 0 1-.19.525c.64-.076 1.155-.024 1.57.098h.001c.414.121.725.313.96.517c.233.205.388.422.485.594c.098.172.14.3.147.326a3.28 3.28 0 0 0-.705-.246a3.968 3.968 0 0 0-.738-.092c-.508-.018-1.05.041-1.649.131c-.602.09-1.262.21-2.004.313a20.7 20.7 0 0 1-2.469.203h-.005c-.686.024-1.345.043-1.95-.008h-.002a5.307 5.307 0 0 1-.86-.137h-.003a3.178 3.178 0 0 1-.76-.295a2.528 2.528 0 0 1-.64-.502a2.93 2.93 0 0 1-.498-.757a4.741 4.741 0 0 1-.336-1.067a8.804 8.804 0 0 1-.155-1.422a14.235 14.235 0 0 1 .032-1.578a12.577 12.577 0 0 1 .199-1.476v-.002c.56-2.831 2.063-4.857 4.123-4.93M48.723 70.15c.007 0 .014.004.021.004c.336 0 .658.048.967.147h.002c.312.1.61.251.89.443l.008.004l.004.004c.845.583 1.537 1.562 2.024 2.797l.007.015l.006.018c.158.405.295.836.407 1.291l.004.016a12.553 12.553 0 0 1 .264 1.457l.001.01v.005a14.198 14.198 0 0 1 .102 1.567v.004a8.628 8.628 0 0 1-.09 1.412v.002a4.321 4.321 0 0 1-.287 1.039v.002a2.56 2.56 0 0 1-.461.726c-.901.982-2.437.886-4.156.903c-.28.007-.545.01-.807.013c-.309.007-.603.011-.889.004c-1.314-.002-2.393-.031-3.332.036c-.014 0-.03 0-.045.002a7.87 7.87 0 0 0-1.324.199h-.002c-.413.103-.803.25-1.18.453c.01-.023.058-.134.163-.295c.1-.156.259-.36.48-.58l.022-.024l.013-.011a4.54 4.54 0 0 1 .897-.664c.209-.12.436-.236.699-.34a6.519 6.519 0 0 1 .82-.262c-.003-.007-.004-.02-.007-.027a4.724 4.724 0 0 1-.303-.998l-.016-.08a9.841 9.841 0 0 1-.142-1.36c-.001-.02-.005-.033-.006-.054c-.001-.017.002-.033.002-.05a9.871 9.871 0 0 1 .064-1.527a9.543 9.543 0 0 1 .287-1.423l.026-.09c.132-.454.294-.886.484-1.291c.196-.419.42-.81.668-1.166a6.822 6.822 0 0 1 .768-.924a5.435 5.435 0 0 1 .922-.752l.046-.031c.299-.187.609-.335.924-.44c.022-.007.043-.015.065-.021c.316-.099.639-.153.962-.158c.01 0 .019-.004.028-.004z'/%3E%3Cpath fill='%23ebd599' d='M90.2 35.297c-.867.787-2.046 1.799-3.231 2.64a21.66 21.66 0 0 1-.12 1.29v.002a24.611 24.611 0 0 1-.306 1.894v.004c-.286 1.417-.756 3.085-1.527 4.701c.09.007.18.018.27.026c1.284.104 2.57.218 3.855.353a.85.85 0 0 1 0-.45v-.001c.27-.983.476-1.984.632-2.967v-.002a35.6 35.6 0 0 0 .332-2.865v-.002c.07-.916.103-1.781.114-2.563v-.002a42.587 42.587 0 0 0-.02-2.056zm-42.579.002l-.004.158a44.69 44.69 0 0 0-.013 1.713c0 .106.002.21.004.318c.012.708.042 1.48.101 2.295l.018.25a35.65 35.65 0 0 0 .338 2.842c.15.94.346 1.892.601 2.83l.014.05a.854.854 0 0 1 0 .446c.009 0 .018 0 .027-.002a167.19 167.19 0 0 1 4.094-.38a17.47 17.47 0 0 1-.524-1.217c-.166-.43-.309-.855-.44-1.276a22.738 22.738 0 0 1-.562-2.207a24.456 24.456 0 0 1-.306-1.894a20.997 20.997 0 0 1-.117-1.29a28.886 28.886 0 0 1-1.63-1.255a42.552 42.552 0 0 1-1.437-1.24c-.049-.045-.117-.098-.164-.141'/%3E%3Cpath fill='%232d3136' d='M88.756 69.09c-2.747.097-4.507 3.666-4.356 7.984c.151 4.314 2.46 4.284 5.205 4.188c3.693-.07 5.72-1.202 7.569-.309c-.027-.103-.605-1.838-3.162-1.533c.295-.642.427-1.51.334-2.695c-.338-4.308-2.843-7.731-5.59-7.635m-40.033 1.06c-2.75.024-5.41 3.563-5.246 7.877c.044 1.124.21 1.935.474 2.52c-2.397.6-3.056 2.083-3.094 2.176c1.51-.815 3.216-.695 5.883-.692c.286.007.58.005.889-.002c.262-.004.526-.008.805-.015c2.75-.027 5.036.234 4.996-4.084c-.042-4.317-1.96-7.806-4.707-7.78m39.767 1.666c.021 0 .038.012.059.012a1.388 1.388 0 0 1 .535.117a1.404 1.404 0 0 1 .377.244l.043.04a1.4 1.4 0 0 1 .281.398l.02.041c.069.16.109.336.113.521l.002.006v.006a1.399 1.399 0 0 1-.098.535c0 .003 0 .006-.002.008l-.002.004a1.41 1.41 0 0 1-.29.447a1.4 1.4 0 0 1-.985.436a1.517 1.517 0 0 1-.55-.106a1.265 1.265 0 0 1-.433-.28l-.029-.026a1.322 1.322 0 0 1-.215-.305c-.116-.2-.2-.42-.205-.668c-.005-.26.08-.492.2-.703a1.23 1.23 0 0 1 .162-.25l.002-.002c.029-.032.06-.06.091-.09a1.27 1.27 0 0 1 .346-.242c.038-.018.078-.026.117-.041a1.522 1.522 0 0 1 .387-.086c.026-.002.048-.015.074-.016m-39.38 1.047c1.938-.13 2.02 2.804.1 2.805c-.009 0-.017.006-.026.006c-.02 0-.036-.01-.055-.01a1.54 1.54 0 0 1-.377-.064a1.35 1.35 0 0 1-.22-.088a1.268 1.268 0 0 1-.22-.139a1.38 1.38 0 0 1-.57-1.066c-.011-.433.186-.81.486-1.077c.09-.084.188-.158.305-.216c.034-.017.07-.026.106-.04a1.5 1.5 0 0 1 .47-.11z'/%3E%3Cpath fill='%23edf6fa' d='M88.49 71.816a1.404 1.404 0 1 0 .05 2.808a1.404 1.404 0 0 0-.05-2.808m-39.379 1.05a1.405 1.405 0 1 0 .071 2.808a1.405 1.405 0 0 0-.07-2.809z'/%3E%3Cpath fill='%23ebd599' d='m52.883 12.295l-.309.912c-1.164 4.588-2.811 13.146-1.828 22.498c.463.371.95.735 1.426 1.055a.866.866 0 0 1 .375.699c.004.045.102 4.373 2.014 8.055c.026.055.048.113.066.171c4.755-.324 9.521-.454 14.28-.457c4.758.003 9.523.14 14.277.467a.88.88 0 0 1 .068-.181c1.911-3.682 2.012-8.01 2.012-8.055a.876.876 0 0 1 .379-.7c.46-.31.926-.663 1.38-1.023l.051-.144c1.001-9.713-.825-18.585-1.984-22.98c-.03 1.787-.598 28.784-7.176 28.784h-2v1.912h-13.51v-1.912h-2.172c-6.8 0-7.35-29.101-7.35-29.101zm36.5 15.795c.018.25.04.51.055.75l.083-.238zm-43.457 6.476L32.796 38.3c-.81 5.275-.535 9.135-.415 10.357l.06-.037s.43-5.561 1.301-7.693c.45-1.1 3.198-1.8 5.297-2.299c2.098-.5 5.444-1.5 6.094 1.45a20.703 20.703 0 0 0 1.469 4.374c-.828-4.023-.775-7.943-.676-9.885zm45.965 0c.107 2.028.148 6.215-.8 10.424c.599-1.144 1.264-2.813 1.725-4.914c.65-2.948 3.997-1.948 6.096-1.449c2.098.5 4.847 1.2 5.297 2.299c.778 1.902 1.181 6.329 1.264 7.305c.127-1.575.283-5.163-.45-9.93zm15.316 8.334c.205 3.85-.101 6.375-.121 6.518c-.007.042-.017.078-.027.115a26 26 0 0 1 .453.137c1.316.432 2.64.884 3.894 1.477c-2.14-1.263-3.476-5.26-4.199-8.247m-76.6.008c-.723 2.984-2.057 6.97-4.193 8.235c1.253-.592 2.576-1.044 3.893-1.475c.15-.048.298-.09.449-.139c-.01-.038-.02-.071-.027-.111c-.022-.143-.326-2.666-.121-6.51z' opacity='0.8'/%3E%3Cpath fill='%23cb3349' d='M57.883 14.979v6.265h3.082V18.06h6.379v19.342h-.002v.002h-2.623v3.586h8.873v-3.586h-2.625V18.061h6.379v3.181h3.082V14.98z'/%3E%3Cpath fill='%23c7b39a' d='M118.898 86.092c-1.36 1.303-3.774 3.108-6.289 2.48c-.104.54-.189 1.031-.359 1.717c1.455.337 3.84.6 4.977.38c.485-.526 1.108-2.387 1.671-4.577m-99.564 1.805c.646 2.273 1.35 4.215 1.848 4.716c1.259.222 4.047-.164 5.416-.566a46.34 46.34 0 0 1-.397-1.346l-1.644-1.15c-2.344.925-4.141-.411-5.223-1.654m90.955 1.634l-.898.63l-2.418 1.696l-2.621 1.836a.91.91 0 0 1-.612.157l-26.078-2.967l-.369-.041c.332.567.981 1.184 2.307 1.527c2.87.743 21.04 5.308 23.072 4.93c1.585-.295 4.926-2.556 6.351-3.559c.27-.77.537-1.545.79-2.351c.17-.617.328-1.236.476-1.858m-49.473 1.15l-25.9 5.77a1.006 1.006 0 0 1-.195.018a.883.883 0 0 1-.512-.162l-1.01-.701l-3.025-2.118v-.007l-1.22-.854c.085.275.183.543.28.81l-.004.005a64.11 64.11 0 0 0 1.164 2.927c1.687 1.02 3.91 2.261 5.12 2.432c2.048.29 20.004-5.063 22.838-5.93c1.759-.537 2.303-1.52 2.464-2.19m19.873 31.094c-3.555 1.088-10.328 2.72-16.537 1.647c-1.612.527-2.891.713-3.015.728a10.8 10.8 0 0 0-.764.12c3.483.954 7.039 1.368 10.545 1.132a42.064 42.064 0 0 0 12.924-2.962a11.926 11.926 0 0 1-3.153-.665'/%3E%3Cpath fill='%232d3136' d='M68.91.52c-10.884 0-21.335 3.566-30.22 10.308c-8.595 6.524-15.135 15.884-18.938 26.44a50.473 50.473 0 0 0-4.04 1.673c-1.61.772-3.193 1.642-4.661 2.795l-.26.203l-.098.362a20.42 20.42 0 0 0-.332 1.422c-.092.46-.162.924-.228 1.388a33.11 33.11 0 0 0-.27 2.787a34.97 34.97 0 0 0 .166 5.588a35.045 35.045 0 0 0 1.037 5.508c.256.905.55 1.8.899 2.688a18.312 18.312 0 0 0 .9 1.98l.186.328c.07.12.116.208.222.367l.19.293l.295.15c.314.164.572.286.857.419l.832.375c.153.062.297.125.453.187c-3.77 3.49-7.87 8.02-11.418 13.623L0 86.474l6.293-5.523c.106-.093 5.382-4.663 14.182-9.834l.12 1.012c-.572.298-3.342 1.752-4.163 2.437c-1.362 1.134-1.428 2.89-1.063 6.166c.185 1.68.818 4.94 1.666 7.928c1.461 5.146 2.533 6.055 3.475 6.27c.423.1.975.146 1.59.146c1.683 0 3.847-.328 5.252-.752c1.653 5.14 3.993 9.777 6.845 13.846l-.412.12c-1.716-.797-7.713-3.573-9.73-4.481l-4.215-1.895l2.494 3.889c.182.28 4.483 6.99 7.998 11.51c3.284 4.22 7.782 8.533 16.271 8.533a28.9 28.9 0 0 0 3.192-.188a417.47 417.47 0 0 0 5.883-.701c8.91 3.274 18.737 3.473 28.06-.059a40.98 40.98 0 0 0 7.01-3.462c.043-.006.086-.018.127-.028c3.468-.834 7.4-1.772 9.344-2.318c.315-.086.7-.177 1.11-.274c2.705-.622 7.228-1.67 9.64-6.496c2.429-4.87 6.394-12.329 6.437-12.404l1.85-3.479l-3.611 1.569c-.193.086-4.764 2.079-7.143 3.328c-.086.046-.182.086-.28.133c1.93-3.936 2.904-7.09 3.245-8.297c1.328.32 3.303.281 4.754.281a8.26 8.26 0 0 0 1.926-.244c.94-.24 1.668-.865 3.04-6.176c.795-3.085 1.37-6.446 1.526-8.172c.305-3.362.207-5.16-1.168-6.297c-.683-.563-2.687-1.645-3.707-2.18l.049-.366c.52.124.799.197.822.203l.924-3.512a39.62 39.62 0 0 1 1.064-.432a55.505 55.505 0 0 0 1.676-.681l.832-.375c.286-.133.543-.256.858-.418l.294-.153l.19-.29c.103-.16.155-.249.222-.368l.182-.328c.123-.222.231-.438.334-.656c.206-.44.394-.883.57-1.326c.35-.888.643-1.78.899-2.686a35.5 35.5 0 0 0 1.035-5.508c.209-1.856.26-3.725.166-5.59a30.765 30.765 0 0 0-.268-2.785a21.03 21.03 0 0 0-.228-1.388a17.3 17.3 0 0 0-.332-1.422l-.1-.36l-.257-.203c-1.468-1.153-3.053-2.025-4.663-2.797a50.068 50.068 0 0 0-4.04-1.675c-3.803-10.553-10.343-19.914-18.938-26.438C90.243 4.085 79.795.52 68.91.52m-.002 2.408c20.234 0 38.77 13.192 46.52 33.453a67.075 67.075 0 0 0-3.291-.947c-1.692-.435-3.403-.829-5.13-1.114c.823.3 1.645.597 2.456.91c.815.303 1.627.62 2.432.946c1.61.649 3.215 1.317 4.775 2.053a51.549 51.549 0 0 1 4.582 2.343c1.359.783 2.66 1.64 3.81 2.608c.05.29.1.61.137.912c.053.427.098.854.135 1.285c.073.861.107 1.73.113 2.598a37.84 37.84 0 0 1-.32 5.191c-.235 1.723-.554 3.437-1.022 5.09a26.912 26.912 0 0 1-.79 2.434a20.47 20.47 0 0 1-.49 1.164a14.204 14.204 0 0 1-.27.552l-.106.21c-.13.065-.263.13-.388.19l-.772.368c-.271.126-.55.246-.824.369l1.367-5.19c-.318-.085-3.307-.86-8.44-1.812c.16-.033.32-.07.475-.105a23.675 23.675 0 0 0 3.139-1.002a14.702 14.702 0 0 0 1.478-.715c.475-.272.94-.58 1.301-.99c-5.14 1.68-15.769.917-25.22-.057c-8.636-.892-17.299-1.47-26.003-1.488c-8.704.02-17.36.596-26.002 1.488c-9.448.973-20.072 1.736-25.214.057c.36.41.828.718 1.302.99c.474.269.973.5 1.477.715c1.017.41 2.07.737 3.135 1.002c.373.09.76.172 1.136.242c-4.68.89-7.4 1.593-7.7 1.676l1.427 5.447a.97.97 0 0 1-.078.072c-.49-.219-1.085-.5-1.516-.7l-.771-.366a12.6 12.6 0 0 1-.387-.192l-.11-.209a17.801 17.801 0 0 1-.751-1.716a26.841 26.841 0 0 1-.797-2.434c-.467-1.653-.782-3.367-1.02-5.09a38.235 38.235 0 0 1-.322-5.191c.01-.868.04-1.737.115-2.598c.034-.43.085-.86.135-1.287c.04-.302.086-.62.135-.91c1.15-.97 2.453-1.828 3.81-2.61a52.11 52.11 0 0 1 4.578-2.341c1.564-.736 3.166-1.404 4.776-2.053c.809-.325 1.62-.644 2.432-.945a128.13 128.13 0 0 1 2.459-.91c-1.727.284-3.437.679-5.133 1.113c-1.1.285-2.198.606-3.287.947C30.14 16.12 48.67 2.928 68.908 2.928M53.572 9.69c-5.22 9.09-5.405 20.056-5.289 23.88a29.167 29.167 0 0 1-.806-.774c-.011-.011-.025-.017-.036-.027c-.007-.008-.011-.017-.02-.024c-.008-.01-.022-.012-.032-.02a1.211 1.211 0 0 0-.114-.07c-.02-.01-.033-.023-.054-.033a.801.801 0 0 0-.143-.049c-.014-.003-.025-.01-.035-.01a.756.756 0 0 0-.19-.015c-.016 0-.033.004-.046.004a.918.918 0 0 0-.145.02l-.027.005l-11.602 3.299c-.092-2.368-.14-12.537 5.188-21.111c-.187.21-6.15 7.02-6.557 21.5l-1.867.529a.857.857 0 0 0-.615.69c-1.138 6.902-.484 11.73-.453 11.933c.007.04.017.073.027.111c-.151.048-.3.091-.45.139c-1.765.578-3.54 1.194-5.146 2.133c.86-.34 1.75-.587 2.64-.807a46.3 46.3 0 0 1 2.692-.588a84.019 84.019 0 0 1 5.44-.85c1.815-.24 3.64-.434 5.468-.59c1.83-.153 3.655-.31 5.487-.415c7.326-.433 14.672-.57 22.021-.574c7.351.007 14.698.12 22.024.572c1.833.107 3.657.262 5.486.416c1.83.155 3.65.353 5.469.59a83.5 83.5 0 0 1 5.44.85c.9.17 1.796.362 2.687.59c.894.22 1.78.465 2.64.806c-1.606-.94-3.38-1.553-5.142-2.131a23.617 23.617 0 0 0-.453-.137c.01-.037.02-.073.027-.115c.028-.203.684-5.03-.453-11.934a.864.864 0 0 0-.616-.69l-1.87-.528c-.402-14.48-6.366-21.29-6.551-21.5c5.328 8.573 5.28 18.742 5.187 21.109L91.18 32.58c-.01-.003-.02-.004-.028-.008a1.044 1.044 0 0 0-.146-.02c-.014 0-.028-.003-.045-.003a.73.73 0 0 0-.19.017c-.01 0-.02.006-.03.006a1.26 1.26 0 0 0-.153.053c-.017.01-.034.021-.05.027c-.039.025-.076.048-.114.075c-.01.007-.021.01-.031.021c-.01.007-.014.015-.022.021c-.009.01-.025.018-.035.028a41.1 41.1 0 0 1-.807.773c.117-3.823-.069-14.79-5.287-23.879c.11.32 4.252 12.435 2.822 26.014c-.466.371-.947.735-1.421 1.055a.876.876 0 0 0-.38.699c0 .045-.1 4.373-2.011 8.055a.88.88 0 0 0-.068.181c-4.754-.327-9.519-.463-14.278-.466c-4.758.003-9.524.133-14.279.457a1.192 1.192 0 0 0-.067-.172c-1.911-3.682-2.01-8.01-2.013-8.055a.866.866 0 0 0-.375-.7c-.476-.32-.963-.683-1.426-1.054c-1.428-13.579 2.716-25.695 2.826-26.014zm1.996 2.971V23.56h7.72v-3.183h1.734v14.705h-2.618v8.227h13.51v-8.227h-2.63V20.375h1.74v3.184h7.724V12.664Zm2.315 2.316h22.545v6.264h-3.082V18.06h-6.377v19.342h2.623v3.588h-8.873v-3.588h2.625V18.061h-6.377v3.183h-3.084zM45.926 34.566c-.113 2.225-.168 7.05 1.096 11.649c.018.055.037.108.062.156c-.13.018-.257.028-.389.045c-1.842.223-3.685.458-5.521.764c-1.832.31-3.662.646-5.477 1.048a88.459 88.459 0 0 0-3.283.823c-.089-.777-.5-5.004.383-10.752zm45.965 0l13.132 3.735c.884 5.755.468 9.98.38 10.752a93.664 93.664 0 0 0-3.28-.82a109.45 109.45 0 0 0-11.002-1.813c-.127-.017-.257-.028-.387-.041a1.05 1.05 0 0 0 .065-.164c1.262-4.6 1.21-9.425 1.092-11.649m-1.692.729c.08 2.32.022 6.526-1.058 10.46a.856.856 0 0 0 0 .452a172.45 172.45 0 0 0-4.127-.379c1.543-3.234 1.882-6.68 1.955-7.893c1.185-.843 2.364-1.853 3.23-2.64m-42.58.002c.866.787 2.043 1.796 3.233 2.639c.07 1.212.408 4.65 1.949 7.882c-1.376.11-2.75.238-4.123.383a.847.847 0 0 0 0-.443c-1.08-3.93-1.135-8.137-1.059-10.461m20.942 19.978h.003c1.48.004 2.96.018 4.438.041a92.314 92.314 0 0 0-7.201 1.9c-7.685 2.368-14.213 5.419-18.656 7.755c4.956-4.741 10.225-7.4 10.828-7.694l.054-.03l4.014-1.901c2.177-.044 4.35-.068 6.52-.07zm-14.659.295a96.085 96.085 0 0 0-7.56 1.79c-15.39 4.306-27.853 11.78-35.008 16.751c7.363-8.803 18.087-15.536 20.883-17.209c.304-.04.603-.074.908-.103c1.064-.117 2.131-.2 3.205-.283c2.144-.162 4.288-.31 6.442-.428c3.708-.21 7.42-.382 11.13-.518m31.71.09c2.914.122 5.832.262 8.747.428c2.101.118 4.194.26 6.288.416c.006 0 .015.004.021.008c-.212.148-.427.309-.64.46c-8.574 5.982-18.481 8.516-24.194 9.54c4.036-3.34 7.183-7.28 8.77-9.428a47.32 47.32 0 0 0 1.007-1.424zm-3.397.588c-.202.265-.427.556-.668.858a55.59 55.59 0 0 1-4.988 5.519a246.38 246.38 0 0 0-7.297-.111c-4.136 0-8.1.109-11.868.29c5.317-2.205 11.711-4.36 18.631-5.656a71.798 71.798 0 0 1 6.19-.9m21.88 1.215c6.933.98 12.022 2.028 14.786 2.654l-1.906 7.225c-3.894-.858-12.45-2.544-24.098-3.678c3.807-1.623 7.68-3.656 11.219-6.201zm-53.011 1.166a47.573 47.573 0 0 0-6.123 5.1a230.85 230.85 0 0 0-13.799 1.798c5.891-2.71 12.616-5.201 19.922-6.898m-26.928.547a66.47 66.47 0 0 0-3.982 2.941l-.53-2a147.89 147.89 0 0 1 4.512-.941m45.106 5.742c1.58 0 3.128.02 4.656.047a30.352 30.352 0 0 1-3.36 2.375l-3.898 2.355c-2.448.3-4.572.905-4.695.938a.72.72 0 0 0-.201.09a.895.895 0 0 0-.403.508l-3.976 13.095l-21.237 4.723l-6.691-4.686L27.514 68.6c3.797-.7 8.88-1.51 14.982-2.192a33.581 33.581 0 0 0-1.892 2.47l-3.635 5.214l5.293-3.527c.078-.056 3.448-2.274 8.959-4.967a240.52 240.52 0 0 1 18.04-.68zm18.494.711c9.675.743 17.573 1.933 22.974 2.916l-1.916 13.406l-6.744 4.723l-21.209-2.41l-3.959-13.033a.9.9 0 0 0-.605-.598c-.132-.04-2.755-.787-5.541-1.027l.51-.038c.44-.03 7.756-.926 16.49-3.939m24.722 3.244a158.3 158.3 0 0 1 3.669.748l-2.167 15.153l-10.374 7.27l-27.061-3.08l-4.074-13.411a.879.879 0 0 0-.71-.623c-1.002-.162-1.89-.244-2.628-.244c-.746 0-1.626.082-2.633.244a.888.888 0 0 0-.709.623L61.818 88.64l-26.91 5.986l-10.666-7.47l-2.101-17.007a155.2 155.2 0 0 1 1.392-.777c.663-.138 1.405-.29 2.227-.45l1.978 16.05a.891.891 0 0 0 .373.619l7.34 5.137a.868.868 0 0 0 .703.14l22.125-4.925a.886.886 0 0 0 .656-.604l3.987-13.121c1.067-.275 3.804-.914 6.213-.914c2.398 0 5.137.64 6.205.916l3.986 13.119a.89.89 0 0 0 .752.623l22.127 2.514a.886.886 0 0 0 .605-.157l7.342-5.132a.907.907 0 0 0 .37-.606zm4.99 4.078c1.08.587 2.19 1.217 2.518 1.492c.33.266.583.96.291 4.194c-.354 3.963-2.02 10.914-3.05 12.033c-1.137.22-3.522-.044-4.977-.38c.248-.999.322-1.48.523-2.499l2.545-1.78a.89.89 0 0 0 .371-.603zm-96.556 1.73l1.61 13.089a.888.888 0 0 0 .374.619l3.305 2.312c.126.45.257.902.397 1.346c-1.37.402-4.157.788-5.416.566c-1.047-1.053-2.997-8.3-3.424-12.146c-.345-3.118-.103-3.79.215-4.053c.368-.308 1.745-1.093 2.939-1.732zm48.223 1.782c.51 0 1.115.049 1.798.14l4.082 13.44c.103.34.396.585.748.625l1.899.215l26.078 2.967a.91.91 0 0 0 .611-.157l2.621-1.836l2.418-1.697l.899-.629a52.65 52.65 0 0 1-.477 1.858c-1.248 3.995-2.718 7.535-4.355 10.658c-.36.024-.744.039-1.15.039c-1.263 0-2.552-.108-3.979-.236c-2.475-.23-6.406-.677-7.645-.823c-1.07-.85-4.727-3.757-7.769-6.152c-.118-.097-.221-.186-.324-.27c-.534-.454-1.142-.97-2.38-.97c-1.12 0-2.755.411-6.712 1.607c2.058-1.536 2.07-3.523 2.07-3.523s-2.932 2.722-7.654 3.332c-4.721.605-8.428-2.295-8.428-2.295c.156.504.374 1.644 1.444 2.615a34.338 34.338 0 0 0-4.04-.252c-.515 0-1.038.015-1.537.04c-2.907.15-6.994 4.541-9.867 8.968a559.225 559.225 0 0 1-10.916 3.35c-4.76-6.597-7.104-13.337-7.34-14.036l.004-.003c-.097-.268-.195-.536-.281-.811l1.22.854v.007l3.026 2.118l1.01.7a.883.883 0 0 0 .512.163c.063 0 .13-.005.195-.018l27.797-6.191a.886.886 0 0 0 .656-.606l3.963-13.05a13.42 13.42 0 0 1 1.803-.141m13.074 19.92c.225 0 .226 0 .603.322c.12.1.252.21.397.328c3.586 2.82 8.023 6.354 8.068 6.387l.307.246l.387.043c.052.007 5.115.602 8.107.877c1.497.133 2.85.25 4.227.25c2.316 0 4.11-.348 5.478-1.066a77.695 77.695 0 0 1 3.33-1.614a541.942 541.942 0 0 0-4.607 8.936c-1.83 3.664-5.28 4.467-7.8 5.049c-.44.1-.857.194-1.231.3c-1.892.53-5.796 1.466-9.24 2.29c-.956.228-1.887.45-2.745.66a11.61 11.61 0 0 1-2.709.334c-2.55 0-4.779-.924-6.62-2.75a90.88 90.88 0 0 1-5.06-5.473l-1.021-1.215s-.29-.438-.484-.578l-.012-.01c-.003 0-.004 0-.004-.004c-.126.133-.201.562-.201.562l-.621 1.653c-.014.036-.367.97-2.123 4.896c-1.703 3.82-7.773 4.605-7.829 4.612c-.352.043-.626.093-.974.152c-1.027.18-2.936.518-10.348 1.355c-.997.114-1.97.17-2.883.17c-7.287 0-11.086-3.587-14.101-7.47c-1.726-2.217-3.688-5.046-5.22-7.31c2.811 1.291 5.768 2.663 5.818 2.683l.462.215l.49-.141a510.28 510.28 0 0 0 14.749-4.48l.472-.153l.27-.422c4.139-6.548 7.375-8.086 7.951-8.115a27.17 27.17 0 0 1 1.398-.035c5.757 0 10.562 1.782 10.612 1.799l.441.166l.451-.143c7.322-2.27 10.665-3.307 11.815-3.307zm-9.748 18.57a88.84 88.84 0 0 0 2.283 2.469a29.17 29.17 0 0 1-2.037.242c-.437.021-.9.068-1.32.067h-.155a253.5 253.5 0 0 0 1.229-2.778m3.441 3.654l.322.327c2.115 2.094 4.736 3.294 7.618 3.506a42.064 42.064 0 0 1-12.924 2.962c-3.506.236-7.062-.178-10.545-1.132c.293-.054.506-.09.764-.12c.285-.036 6.532-.852 9.345-5.037l.266.006l.693-.006c.468 0 .892-.04 1.338-.056c1.064-.093 2.1-.243 3.123-.45'/%3E%3C/svg%3E");
}
.v-icon.mdi-argo-cd.theme--light::before, .v-icon.mdi-argo-cd.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 128 128'%3E%3Cdefs%3E%3CclipPath id='deviconArgocd0'%3E%3Cpath d='M42 41h44v51H42zm0 0'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd1'%3E%3Cuse href='%23deviconArgocdc'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd2'%3E%3Cuse href='%23deviconArgocdc'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd3'%3E%3Cpath d='m85.695 41.133l-2.55 58.238H44.887l-2.125-58.238'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd4'%3E%3Cuse href='%23deviconArgocdc'/%3E%3C/clipPath%3E%3Cmask id='deviconArgocd5'%3E%3Cg filter='url(%23deviconArgocdb)'%3E%3Cuse href='%23deviconArgocdc' fill-opacity='0.251'/%3E%3C/g%3E%3C/mask%3E%3Cmask id='deviconArgocd6'%3E%3Cg filter='url(%23deviconArgocdb)'%3E%3Cuse href='%23deviconArgocdc' fill-opacity='0.22'/%3E%3C/g%3E%3C/mask%3E%3Cmask id='deviconArgocd7'%3E%3Cg filter='url(%23deviconArgocdb)'%3E%3Cuse href='%23deviconArgocdc' fill-opacity='0.502'/%3E%3C/g%3E%3C/mask%3E%3Cg id='deviconArgocd8' clip-path='url(%23deviconArgocd4)'%3E%3Cpath fill='%23fbdfc3' d='M58.488 30.508a2.974 2.974 0 1 1-5.948-.003a2.974 2.974 0 0 1 5.948.003m0 0'/%3E%3C/g%3E%3Cg id='deviconArgocd9' clip-path='url(%23deviconArgocd2)'%3E%3Cpath fill='%23e34e3b' d='M84.422 65.363s2.55-22.531-.852-31.031C77.195 19.453 62.316 20.73 62.316 20.73s8.5 3.399 8.926 16.153c.426 8.926 0 22.105 0 22.105zm0 0'/%3E%3C/g%3E%3Cg id='deviconArgocda' clip-path='url(%23deviconArgocd1)'%3E%3Cpath fill='%23e9654b' d='M83.145 90.867V87.47c-5.95 3.398-12.329 6.8-19.977 6.8c-8.504 0-14.031-3.824-19.555-6.8l.422 3.398s6.38 6.805 19.555 6.805c12.328-.426 19.555-6.805 19.555-6.805zm0 0'/%3E%3C/g%3E%3Cfilter id='deviconArgocdb' width='100%25' height='100%25' x='0%25' y='0%25' filterUnits='objectBoundingBox'%3E%3CfeColorMatrix in='SourceGraphic' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/%3E%3C/filter%3E%3Cpath id='deviconArgocdc' d='M0 0h128v128H0z'/%3E%3C/defs%3E%3Cpath fill='%23e9654b' d='M44.035 89.594s-.847 2.55-2.125 3.824a3.844 3.844 0 0 1-2.972 1.277a49.946 49.946 0 0 1-6.38 1.274s2.977.426 6.38.851c1.273 0 1.273 0 2.124.426c2.126 0 2.973-1.277 2.973-1.277zm39.11 0s.851 2.55 2.125 3.824a3.858 3.858 0 0 0 2.976 1.277a49.8 49.8 0 0 0 6.375 1.274s-2.973.426-6.8.851c-1.274 0-1.274 0-2.126.426c-2.55 0-2.976-1.277-2.976-1.277zm0 0'/%3E%3Cpath fill='%23b6cfea' d='M109.926 47.508c0 25.355-20.555 45.91-45.91 45.91c-25.356 0-45.91-20.555-45.91-45.91c0-25.352 20.554-45.906 45.91-45.906c25.355 0 45.91 20.554 45.91 45.906m0 0'/%3E%3Cpath fill='%23e6f5f8' d='M108.227 47.508c0 24.418-19.793 44.21-44.211 44.21c-24.414 0-44.207-19.792-44.207-44.21C19.809 23.094 39.602 3.3 64.016 3.3c24.418 0 44.21 19.793 44.21 44.207zm0 0'/%3E%3Cpath fill='%23d0e8f0' d='M100.148 48.36c0 19.956-16.175 36.132-36.132 36.132c-19.954 0-36.133-16.176-36.133-36.133c0-19.953 16.18-36.132 36.133-36.132c19.957 0 36.132 16.18 36.132 36.132zm0 0'/%3E%3Cpath fill='%23ee794b' d='M42.762 65.363s2.976 48.035 2.976 48.887c0 .422.426 1.273-1.703 2.125c-2.125.848-8.926 2.55-8.926 2.55h10.203c4.676 0 4.676-3.827 4.676-4.675c0-.852 1.274-19.129 1.274-19.129s.425 21.68.425 22.527c0 .852-.425 2.125-3.398 2.977c-2.125.426-8.504 1.7-8.504 1.7h9.778c5.953 0 5.953-3.825 5.953-3.825l1.273-19.129s.426 19.129.426 21.254c0 1.7-1.274 2.977-5.953 3.824c-2.973.852-6.801 1.703-6.801 1.703h11.055c5.523-.425 6.375-4.254 6.375-4.254l9.351-47.609zm0 0'/%3E%3Cpath fill='%23ee794b' d='M85.27 65.363s-2.973 48.035-2.973 48.887c0 .422-.426 1.273 1.7 2.125c2.124.848 8.925 2.55 8.925 2.55H82.719c-4.676 0-4.676-3.827-4.676-4.675c0-.852-1.273-19.129-1.273-19.129s-.426 21.68-.426 22.527c0 .852.426 2.125 3.402 2.977l8.5 1.7H78.47c-5.95 0-5.95-3.825-5.95-3.825l-1.277-19.129s-.426 19.129-.426 21.254c0 1.7 1.278 2.977 5.954 3.824c2.976.852 6.8 1.703 6.8 1.703H72.52c-5.528-.425-6.38-4.254-6.38-4.254L56.79 74.29zm.425-23.379c0 11.903-9.777 21.254-21.254 21.254c-11.476 0-21.254-9.777-21.254-21.254c0-11.476 9.778-21.254 21.254-21.254c11.477 0 21.254 9.352 21.254 21.254m0 0'/%3E%3Cg clip-path='url(%23deviconArgocd0)'%3E%3Cg clip-path='url(%23deviconArgocd3)'%3E%3Cpath fill='%23ee794b' d='M102.273 53.46c0 20.895-16.937 37.833-37.832 37.833c-20.894 0-37.832-16.938-37.832-37.832c0-20.895 16.938-37.832 37.832-37.832c20.895 0 37.832 16.937 37.832 37.832zm0 0'/%3E%3C/g%3E%3C/g%3E%3Cuse href='%23deviconArgocd9' mask='url(%23deviconArgocd6)'/%3E%3Cuse href='%23deviconArgocd8' mask='url(%23deviconArgocd7)'/%3E%3Cpath fill='%23010101' d='M71.668 73.863c0 7.227-3.402 11.907-7.652 11.907s-7.653-5.528-7.653-12.754c0 0 3.403 6.8 8.078 6.8c4.676 0 7.227-5.953 7.227-5.953m0 0'/%3E%3Cpath fill='%23fff' d='M71.668 73.863c0 4.68-3.402 7.227-7.652 7.227s-7.227-3.399-7.227-7.649c0 0 3.402 4.25 8.078 4.25c4.676 0 6.801-3.828 6.801-3.828m0 0'/%3E%3Cpath fill='%23e9654b' d='M92.07 53.887c0 7.277-5.898 13.175-13.175 13.175c-7.278 0-13.18-5.898-13.18-13.175c0-7.278 5.902-13.18 13.18-13.18c7.277 0 13.175 5.902 13.175 13.18m-29.754 0c0 7.277-5.902 13.175-13.18 13.175c-7.277 0-13.175-5.898-13.175-13.175c0-7.278 5.898-13.18 13.176-13.18c7.277 0 13.18 5.902 13.18 13.18zm0 0'/%3E%3Cpath fill='%23fff' d='M89.098 53.887c0 5.633-4.57 10.203-10.203 10.203c-5.633 0-10.204-4.57-10.204-10.203c0-5.637 4.57-10.203 10.204-10.203c5.632 0 10.203 4.566 10.203 10.203m-30.61 0c0 5.633-4.566 10.203-10.199 10.203c-5.637 0-10.203-4.57-10.203-10.203a10.201 10.201 0 0 1 10.203-10.203c5.633 0 10.2 4.566 10.2 10.203zm0 0'/%3E%3Cpath fill='%23010101' d='M51.262 52.61a2.975 2.975 0 1 1-5.95.003a2.975 2.975 0 0 1 5.95-.004zm30.609 0a2.976 2.976 0 1 1-5.951.001a2.976 2.976 0 0 1 5.951-.002zm0 0'/%3E%3Cpath fill='%23b6cfea' d='M17.258 58.988a2.005 2.005 0 0 1-2.125-2.125V39.86a2.008 2.008 0 0 1 .582-1.543a2.008 2.008 0 0 1 1.543-.582a2.005 2.005 0 0 1 2.125 2.125v17.004c.035.57-.18 1.133-.586 1.54a2.008 2.008 0 0 1-1.54.585zm92.668 0a2.003 2.003 0 0 1-1.54-.586a2.008 2.008 0 0 1-.585-1.539V39.86a2.011 2.011 0 0 1 .586-1.543a2 2 0 0 1 1.539-.582a2 2 0 0 1 1.539.582c.41.407.62.97.586 1.543v17.004a1.994 1.994 0 0 1-.586 1.54a2.003 2.003 0 0 1-1.54.585zm0 0'/%3E%3Cpath fill='%23fff' d='M51.688 13.504a2.125 2.125 0 1 1-4.25 0a2.125 2.125 0 0 1 4.25 0M34.262 70.89a1.559 1.559 0 0 1-1.278-.425c-5.101-6.375-7.652-14.453-7.652-22.531a37.933 37.933 0 0 1 5.102-19.13a41.641 41.641 0 0 1 13.601-13.6a1.873 1.873 0 0 1 2.13.425a1.874 1.874 0 0 1-.427 2.125a34.305 34.305 0 0 0-17.43 29.754a33.487 33.487 0 0 0 7.227 20.832c.426.426.426 1.7-.426 2.125c-.425.426-.425.426-.847.426zm0 0'/%3E%3Cuse href='%23deviconArgocda' mask='url(%23deviconArgocd5)'/%3E%3C/svg%3E");
}
.v-icon.mdi-kubernetes.theme--light::before, .v-icon.mdi-kubernetes.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 128 128'%3E%3Cpath fill='%23326ce5' d='M63.556 1.912a8.51 8.44 0 0 0-3.26.826L15.795 24a8.51 8.44 0 0 0-4.604 5.725L.214 77.485a8.51 8.44 0 0 0 1.155 6.47a8.51 8.44 0 0 0 .484.672l30.8 38.296a8.51 8.44 0 0 0 6.653 3.176l49.394-.012a8.51 8.44 0 0 0 6.653-3.17l30.789-38.301a8.51 8.44 0 0 0 1.645-7.142l-10.996-47.76a8.51 8.44 0 0 0-4.604-5.726L67.682 2.738a8.51 8.44 0 0 0-4.126-.826'/%3E%3Cpath fill='%23fff' d='M63.975 18.143v.01c-1.472.014-2.664 1.336-2.664 2.972c0 .028.005.052.005.074c-.002.222-.012.49-.005.684c.035.946.24 1.668.365 2.535c.17 1.42.215 2.547.224 3.687l.036-.164a40.909 40.909 0 0 0-.118-2.394c.139 1.228.24 2.364.186 3.392c-.015-.325-.061-.677-.066-.982l-.036.164c.003.347.096.79.069 1.123c-.061.29-.291.495-.467.742l-.025.121c.173-.227.354-.444.46-.699c-.134.423-.42.796-.707 1.094c.08-.124.146-.262.24-.385l.026-.12c-.145.203-.227.457-.385.61l-.006.006l-.064 1.12a34.702 34.702 0 0 0-4.797.736a34.279 34.279 0 0 0-17.398 9.935c-.296-.202-.8-.56-.95-.672l-.005-.005l-.01.002c-.478.064-.95.207-1.57-.153c-1.187-.8-2.271-1.907-3.584-3.24c-.601-.637-1.037-1.246-1.754-1.861c-.163-.141-.41-.33-.592-.473a3.193 3.193 0 0 0-1.87-.705c-.825-.028-1.62.294-2.14.947c-.925 1.16-.628 2.933.658 3.96l.04.026c.174.143.39.326.552.446c.762.561 1.457.849 2.21 1.293c1.594.984 2.91 1.798 3.956 2.779c.402.427.474 1.19.53 1.525v.008l.847.754c-4.561 6.874-6.675 15.36-5.432 24.006l-1.103.324l-.004.006c-.295.381-.712.972-1.135 1.147c-1.366.43-2.908.588-4.77.783c-.872.073-1.626.031-2.556.207c-.205.04-.49.112-.713.164l-.023.006l-.04.011c-1.58.383-2.6 1.837-2.27 3.272c.327 1.435 1.873 2.306 3.464 1.963l.039-.006h.002c.02-.005.038-.015.05-.018c.22-.048.496-.101.69-.154c.913-.245 1.574-.603 2.393-.916c1.76-.632 3.218-1.16 4.637-1.365c.582-.046 1.204.362 1.517.537l.008.004l1.152-.197c2.674 8.274 8.266 14.96 15.346 19.162l-.48 1.152l.003.01c.174.45.364 1.057.237 1.492c-.516 1.336-1.4 2.749-2.408 4.326c-.488.728-.99 1.295-1.43 2.131c-.107.201-.24.507-.342.717c-.69 1.475-.184 3.177 1.143 3.816c1.335.643 2.99-.036 3.707-1.513l.007-.008v-.01c.1-.207.242-.478.329-.674c.378-.866.505-1.607.77-2.441h-.003c.706-1.773 1.094-3.627 2.059-4.778c.26-.31.688-.432 1.136-.552l.01-.004l.6-1.084a34.436 34.436 0 0 0 24.556.062c.172.303.478.865.563 1.01l.004.006l.008.004c.458.149.948.223 1.35.816c.722 1.237 1.218 2.703 1.822 4.475c.265.832.397 1.575.775 2.441c.087.2.23.475.33.684c.715 1.482 2.375 2.163 3.713 1.52c1.326-.64 1.832-2.34 1.143-3.815c-.102-.21-.243-.518-.348-.719c-.441-.836-.943-1.397-1.43-2.125c-1.01-1.577-1.843-2.885-2.36-4.222c-.213-.685.036-1.104.206-1.555l.006-.014l-.01-.01a.834.834 0 0 1-.09-.168a6.23 6.23 0 0 1-.12-.29c-.08-.21-.16-.442-.224-.596c7.358-4.35 12.786-11.285 15.34-19.295c.347.054.93.155 1.12.193l.01.002l.009-.004c.402-.265.76-.606 1.475-.549c1.419.205 2.876.734 4.638 1.366c.817.312 1.479.677 2.393.921c.194.052.47.101.69.149c.012.003.029.012.05.017h.002l.04.004c1.59.341 3.137-.528 3.464-1.963c.327-1.435-.691-2.888-2.272-3.269c-.227-.052-.551-.141-.775-.184c-.93-.176-1.683-.132-2.557-.205c-1.86-.195-3.402-.353-4.77-.783c-.547-.213-.942-.872-1.138-1.148l-.006-.006l-1.066-.31a34.42 34.42 0 0 0-.56-12.425a34.497 34.497 0 0 0-4.983-11.525c.278-.252.785-.701.932-.836l.007-.006v-.01c.044-.48.006-.97.495-1.494c1.045-.98 2.364-1.797 3.957-2.779c.754-.444 1.454-.731 2.214-1.293c.174-.128.408-.328.588-.473c1.286-1.026 1.584-2.798.658-3.959c-.925-1.16-2.718-1.267-4.003-.242c-.182.145-.43.332-.594.473c-.717.618-1.16 1.226-1.76 1.863c-1.313 1.335-2.398 2.446-3.586 3.246c-.507.294-1.258.193-1.603.172h-.008l-1.004.719c-5.775-6.048-13.63-9.916-22.09-10.672a63.543 63.543 0 0 1-.064-1.174v-.008l-.006-.006c-.35-.333-.76-.61-.864-1.318v-.002c-.115-1.428.077-2.967.3-4.824c.125-.867.332-1.59.366-2.535c.009-.216-.005-.527-.005-.758c0-1.645-1.203-2.982-2.688-2.982zm-3.514 13.7a34.663 34.663 0 0 0-3.59.552a34.618 34.618 0 0 1 3.59-.551zm-4.781.823a34.262 34.262 0 0 0-3.711 1.133a34.208 34.208 0 0 1 3.71-1.133zm-4.825 1.564a34.262 34.262 0 0 0-3.496 1.666a34.216 34.216 0 0 1 3.496-1.666M28.8 35.377c.142.02.28.048.418.086a3.168 3.168 0 0 0-.418-.086m.943.283c.132.064.259.137.38.219a3.168 3.168 0 0 0-.38-.219m16.549.848a34.262 34.262 0 0 0-3.176 2.14a34.228 34.228 0 0 1 3.176-2.14m14.346 2.344l-.787 13.93l-.057.029l-.002.013c-.002.05-.014.095-.02.143a2.348 2.348 0 0 1-.263.857c-.038.07-.076.141-.121.207a2.348 2.348 0 0 1-.69.662c-.07.045-.147.08-.222.118a2.348 2.348 0 0 1-.873.226c-.045.003-.088.014-.133.014c-.05 0-.094-.022-.143-.026a2.334 2.334 0 0 1-.943-.304c-.045-.026-.094-.041-.137-.069l-.006.022l.004-.022c-.044-.027-.102-.016-.144-.047l-.012-.01l-.022.014l-11.421-8.097c.093-.091.192-.174.287-.264a27.438 27.438 0 0 1 3.23-2.635c.237-.165.473-.332.715-.49a27.438 27.438 0 0 1 3.816-2.078c.24-.107.487-.204.73-.305a27.438 27.438 0 0 1 4.044-1.312c.12-.03.238-.067.36-.094c.576-.13 1.162-.206 1.745-.299l.006-.025a28.076 28.076 0 0 1 .004 0l-.006.025c.355-.056.704-.14 1.06-.183zm6.726.002c.197.024.39.068.586.097a27.668 27.668 0 0 1 3.16.656c.412.111.82.23 1.225.36a27.668 27.668 0 0 1 3.033 1.168c.375.17.745.348 1.112.535a27.668 27.668 0 0 1 2.83 1.662c.344.23.68.47 1.015.717a27.668 27.668 0 0 1 2.496 2.074c.144.134.297.257.438.395l-11.346 8.044l-.04-.015l-.01.008c-.045.032-.094.045-.14.074a2.35 2.35 0 0 1-.882.334c-.077.012-.153.03-.23.033a2.35 2.35 0 0 1-.99-.176a2.34 2.34 0 0 1-.265-.127a2.35 2.35 0 0 1-.746-.65c-.05-.069-.088-.146-.13-.22a2.35 2.35 0 0 1-.288-.887c-.006-.055-.026-.103-.03-.159v-.011l-.011-.006zm-25.238.576a34.262 34.262 0 0 0-2.81 2.576a34.228 34.228 0 0 1 2.81-2.576m50.916 8.14a34.483 34.483 0 0 1 1.522 2.594a34.478 34.478 0 0 0-1.522-2.594m1.994 3.508c.488.993.927 2.01 1.317 3.045a34.478 34.478 0 0 0-1.317-3.045m-54.576.69l10.43 9.328l-.012.056l.01.008c.94.817 1.07 2.23.293 3.203c-.028.035-.068.057-.098.09a2.348 2.348 0 0 1-.986.65c-.043.015-.078.043-.121.055l-.014.002l-.012.047l-13.367 3.86c-.02-.185-.02-.37-.037-.555a27.432 27.432 0 0 1-.092-3.344c.013-.387.033-.773.063-1.158a27.432 27.432 0 0 1 .457-3.307c.08-.407.173-.812.273-1.215a27.432 27.432 0 0 1 .99-3.162c.14-.37.29-.734.448-1.097a27.432 27.432 0 0 1 1.51-2.987c.09-.156.17-.32.265-.474m47.002.007c.097.158.176.324.27.483a27.774 27.774 0 0 1 1.53 3.01c.15.346.298.694.434 1.046a27.774 27.774 0 0 1 1.04 3.288c.045.175.104.346.144.523c.69 3.002.86 5.999.578 8.896l-13.434-3.87l-.011-.057l-.014-.004c-.045-.012-.084-.034-.127-.049a2.35 2.35 0 0 1-.79-.455c-.058-.052-.116-.103-.17-.16a2.35 2.35 0 0 1-.491-.824c-.027-.078-.044-.158-.063-.239a2.35 2.35 0 0 1-.03-.892c.009-.049.01-.096.02-.145c.01-.045.038-.084.05-.129a2.329 2.329 0 0 1 .599-.996c.034-.033.054-.076.09-.107l.01-.01l-.006-.03zm9.228 3.305c.332.965.619 1.945.864 2.938a34.478 34.478 0 0 0-.864-2.938m-34.824 6.752h4.262l2.65 3.314l-.95 4.133l-3.83 1.84l-3.837-1.848l-.953-4.132zm13.727 11.395c.18-.01.357.008.533.04l.014.003l.023-.03l13.828 2.338c-.064.18-.147.351-.215.53a27.466 27.466 0 0 1-1.36 3.011c-.19.363-.386.721-.593 1.074a27.466 27.466 0 0 1-1.853 2.768c-.243.32-.492.633-.748.941a27.466 27.466 0 0 1-2.29 2.432c-.29.274-.588.54-.892.8a27.466 27.466 0 0 1-2.64 2.012c-.16.107-.31.225-.471.329l-5.365-12.967l.015-.022l-.004-.011c-.02-.045-.026-.092-.043-.137a2.351 2.351 0 0 1-.135-.889c.004-.081.006-.162.018-.242a2.351 2.351 0 0 1 .334-.89c.045-.072.098-.137.15-.204a2.351 2.351 0 0 1 .68-.578c.043-.024.079-.055.123-.076c.289-.139.59-.218.89-.232zm-23.31.056l.013.002c.03 0 .06.008.092.01a2.349 2.349 0 0 1 1.226.445c.07.05.133.101.196.158a2.349 2.349 0 0 1 .689 1.106c.008.03.022.059.03.09c.11.479.065.98-.13 1.431l-.005.012l.04.05l-5.31 12.837c-.155-.1-.3-.212-.451-.315a27.58 27.58 0 0 1-2.64-2.011a27.508 27.508 0 0 1-.891-.803a27.58 27.58 0 0 1-2.272-2.408c-.26-.312-.513-.629-.76-.951a27.58 27.58 0 0 1-1.82-2.704a27.294 27.294 0 0 1-.627-1.123a27.58 27.58 0 0 1-1.346-2.947c-.07-.181-.154-.356-.22-.539l13.707-2.326l.023.03l.014-.005c.147-.027.294-.04.443-.039zm2.304 1.994a2.326 2.326 0 0 1 .02.344a2.286 2.286 0 0 0-.02-.344m-.008.703a2.326 2.326 0 0 1-.1.4c.046-.13.077-.264.1-.4m9.334 2.944c.058-.002.114.013.172.015a2.32 2.32 0 0 1 .752.159c.054.021.112.03.164.056v.002a2.31 2.31 0 0 1 1.043.99l.006.012h.053l6.757 12.213c-.276.092-.557.173-.836.256a28.056 28.056 0 0 1-.996.277c-.283.074-.564.15-.85.215c-.124.029-.25.046-.376.072a27.542 27.542 0 0 1-4.18.561c-.28.016-.558.035-.838.043a27.542 27.542 0 0 1-4.32-.223c-.28-.036-.56-.085-.838-.13a27.542 27.542 0 0 1-4.055-.975c-.127-.041-.257-.072-.384-.115l6.742-12.188h.01l.007-.012c.026-.048.065-.085.094-.13a2.351 2.351 0 0 1 .606-.647c.083-.06.168-.115.26-.164a2.351 2.351 0 0 1 .85-.262c.054-.005.103-.023.157-.025M52.297 98.69a34.413 34.413 0 0 0 3.758 1.137a34.352 34.352 0 0 1-3.758-1.137m23.385.09c-1.07.381-2.156.709-3.258.983a34.56 34.56 0 0 0 3.258-.983m-4.575 1.281a34.399 34.399 0 0 1-3.718.563a34.413 34.413 0 0 0 3.718-.563m-13.937.016a34.413 34.413 0 0 0 3.898.572a34.358 34.358 0 0 1-3.898-.572m8.91.649a34.36 34.36 0 0 1-3.851.005a34.413 34.413 0 0 0 3.85-.005z'/%3E%3C/svg%3E");
}
.v-icon.mdi-pulumi.theme--light::before, .v-icon.mdi-pulumi.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 128 128'%3E%3Cpath fill='%23f26e7e' d='M24.156 108.54c4.734-2.734 4.742-11.582.02-19.766c-4.727-8.18-12.395-12.598-17.13-9.867c-4.73 2.734-4.742 11.582-.015 19.766c4.723 8.183 12.39 12.602 17.125 9.867'/%3E%3Cpath fill='%23893390' d='M120.98 98.684c4.723-8.18 4.715-17.031-.02-19.762c-4.73-2.734-12.398 1.684-17.125 9.863c-4.722 8.184-4.714 17.031.02 19.766s12.402-1.683 17.125-9.867'/%3E%3Cpath fill='%23f26e7e' d='M56.418 127.19c4.734-2.734 4.742-11.582.016-19.766c-4.723-8.184-12.391-12.598-17.125-9.867c-4.735 2.734-4.743 11.582-.016 19.766c4.723 8.183 12.391 12.602 17.125 9.867'/%3E%3Cpath fill='%23893390' d='M88.727 117.3c4.723-8.184 4.715-17.031-.02-19.766c-4.734-2.73-12.398 1.687-17.125 9.867c-4.722 8.184-4.714 17.031.02 19.766c4.73 2.735 12.398-1.683 17.125-9.867'/%3E%3Cpath fill='%23f6bf29' d='M63.984 19.797c9.45 0 17.109-4.434 17.109-9.898c0-5.47-7.66-9.899-17.109-9.899S46.875 4.43 46.875 9.9c0 5.464 7.66 9.898 17.109 9.898'/%3E%3Cpath fill='%23f26e7e' d='M24.145 71.254c4.734-2.734 4.742-11.582.02-19.766c-4.727-8.18-12.395-12.598-17.125-9.867c-4.735 2.734-4.743 11.582-.02 19.766c4.723 8.183 12.391 12.602 17.125 9.867'/%3E%3Cpath fill='%23f6bf29' d='M31.73 38.398c9.45 0 17.109-4.434 17.109-9.898s-7.66-9.9-17.109-9.9s-17.109 4.435-17.109 9.9s7.66 9.898 17.109 9.898'/%3E%3Cpath fill='%23893390' d='M120.96 61.406c4.723-8.18 4.719-17.031-.016-19.762c-4.734-2.734-12.402 1.684-17.129 9.863c-4.722 8.184-4.714 17.035.02 19.766c4.734 2.735 12.402-1.683 17.125-9.867'/%3E%3Cpath fill='%23f6bf29' d='M96.281 38.398c9.45 0 17.109-4.434 17.109-9.898s-7.66-9.9-17.109-9.9s-17.109 4.435-17.109 9.9s7.66 9.898 17.109 9.898'/%3E%3Cpath fill='%23f26e7e' d='M56.406 89.906c4.734-2.734 4.742-11.582.02-19.766c-4.727-8.184-12.395-12.598-17.125-9.867c-4.735 2.734-4.743 11.582-.02 19.766c4.723 8.183 12.391 12.602 17.125 9.867'/%3E%3Cpath fill='%23893390' d='M88.707 80.027c4.727-8.18 4.715-17.031-.016-19.762c-4.734-2.734-12.402 1.684-17.129 9.863c-4.722 8.184-4.714 17.031.02 19.766s12.402-1.683 17.125-9.867'/%3E%3Cpath fill='%23f6bf29' d='M63.984 57.043c9.45 0 17.109-4.434 17.109-9.898c0-5.47-7.66-9.899-17.109-9.899s-17.109 4.43-17.109 9.899c0 5.464 7.66 9.898 17.109 9.898'/%3E%3C/svg%3E");
}
.v-icon.mdi-anthropic.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.765 5h-3.308l5.923 15h3.23zM7.226 5L1.38 20h3.308l1.307-3.154h6.154l1.23 3.077h3.309L10.688 5zm-.308 9.077l2-5.308l2.077 5.308z'/%3E%3C/svg%3E");
}
.v-icon.mdi-anthropic.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.765 5h-3.308l5.923 15h3.23zM7.226 5L1.38 20h3.308l1.307-3.154h6.154l1.23 3.077h3.309L10.688 5zm-.308 9.077l2-5.308l2.077 5.308z'/%3E%3C/svg%3E");
}
.v-icon.mdi-pull-request.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0'/%3E%3C/svg%3E");
}
.v-icon.mdi-pull-request.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0'/%3E%3C/svg%3E");
}
.v-icon.mdi-language-dart.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Cpath fill='%2366c3fa' d='M16.739 2.037a1.314 1.314 0 0 0-.916.377l-.013.01l-8.59 4.965l8.566 8.566v.006l10.3 10.3l1.963-3.536l-7.081-16.997l-3.3-3.3a1.307 1.307 0 0 0-.927-.388Z'/%3E%3Cpath fill='%23215896' d='m7.25 7.35l-4.962 8.581l-.01.013a1.322 1.322 0 0 0-.378.919a1.3 1.3 0 0 0 .387.924L6.4 21.9l16.084 6.327l3.636-2.02l-.1-.1h-.025l-10.083-10.1H15.9z'/%3E%3Cpath fill='%23235997' d='m7.192 7.362l8.764 8.773h.013l10.087 10.1l3.839-.732l.005-11.363l-4.054-3.973a6.521 6.521 0 0 0-3.624-1.616v-.044z'/%3E%3Cpath fill='%2358b6f0' d='m7.256 7.411l8.768 8.768v.013l10.092 10.092l-.734 3.839h-11.36l-3.971-4.056a6.522 6.522 0 0 1-1.614-3.625h-.044z'/%3E%3C/svg%3E");
}
.v-icon.mdi-language-dart.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Cpath fill='%2366c3fa' d='M16.739 2.037a1.314 1.314 0 0 0-.916.377l-.013.01l-8.59 4.965l8.566 8.566v.006l10.3 10.3l1.963-3.536l-7.081-16.997l-3.3-3.3a1.307 1.307 0 0 0-.927-.388Z'/%3E%3Cpath fill='%23215896' d='m7.25 7.35l-4.962 8.581l-.01.013a1.322 1.322 0 0 0-.378.919a1.3 1.3 0 0 0 .387.924L6.4 21.9l16.084 6.327l3.636-2.02l-.1-.1h-.025l-10.083-10.1H15.9z'/%3E%3Cpath fill='%23235997' d='m7.192 7.362l8.764 8.773h.013l10.087 10.1l3.839-.732l.005-11.363l-4.054-3.973a6.521 6.521 0 0 0-3.624-1.616v-.044z'/%3E%3Cpath fill='%2358b6f0' d='m7.256 7.411l8.768 8.768v.013l10.092 10.092l-.734 3.839h-11.36l-3.971-4.056a6.522 6.522 0 0 1-1.614-3.625h-.044z'/%3E%3C/svg%3E");
}
.v-icon.mdi-language-javascript.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 128 128'%3E%3Cpath fill='%23f0db4f' d='M1.408 1.408h125.184v125.185H1.408z'/%3E%3Cpath fill='%23323330' d='M116.347 96.736c-.917-5.711-4.641-10.508-15.672-14.981c-3.832-1.761-8.104-3.022-9.377-5.926c-.452-1.69-.512-2.642-.226-3.665c.821-3.32 4.784-4.355 7.925-3.403c2.023.678 3.938 2.237 5.093 4.724c5.402-3.498 5.391-3.475 9.163-5.879c-1.381-2.141-2.118-3.129-3.022-4.045c-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902 2.748-8.877 5.235c-5.926 6.724-4.236 18.492 2.975 23.335c7.104 5.332 17.54 6.545 18.873 11.531c1.297 6.104-4.486 8.08-10.234 7.378c-4.236-.881-6.592-3.034-9.139-6.949c-4.688 2.713-4.688 2.713-9.508 5.485c1.143 2.499 2.344 3.63 4.26 5.795c9.068 9.198 31.76 8.746 35.83-5.176c.165-.478 1.261-3.666.38-8.581M69.462 58.943H57.753l-.048 30.272c0 6.438.333 12.34-.714 14.149c-1.713 3.558-6.152 3.117-8.175 2.427c-2.059-1.012-3.106-2.451-4.319-4.485c-.333-.584-.583-1.036-.667-1.071l-9.52 5.83c1.583 3.249 3.915 6.069 6.902 7.901c4.462 2.678 10.459 3.499 16.731 2.059c4.082-1.189 7.604-3.652 9.448-7.401c2.666-4.915 2.094-10.864 2.07-17.444c.06-10.735.001-21.468.001-32.237'/%3E%3C/svg%3E");
}
.v-icon.mdi-language-javascript.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 128 128'%3E%3Cpath fill='%23f0db4f' d='M1.408 1.408h125.184v125.185H1.408z'/%3E%3Cpath fill='%23323330' d='M116.347 96.736c-.917-5.711-4.641-10.508-15.672-14.981c-3.832-1.761-8.104-3.022-9.377-5.926c-.452-1.69-.512-2.642-.226-3.665c.821-3.32 4.784-4.355 7.925-3.403c2.023.678 3.938 2.237 5.093 4.724c5.402-3.498 5.391-3.475 9.163-5.879c-1.381-2.141-2.118-3.129-3.022-4.045c-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902 2.748-8.877 5.235c-5.926 6.724-4.236 18.492 2.975 23.335c7.104 5.332 17.54 6.545 18.873 11.531c1.297 6.104-4.486 8.08-10.234 7.378c-4.236-.881-6.592-3.034-9.139-6.949c-4.688 2.713-4.688 2.713-9.508 5.485c1.143 2.499 2.344 3.63 4.26 5.795c9.068 9.198 31.76 8.746 35.83-5.176c.165-.478 1.261-3.666.38-8.581M69.462 58.943H57.753l-.048 30.272c0 6.438.333 12.34-.714 14.149c-1.713 3.558-6.152 3.117-8.175 2.427c-2.059-1.012-3.106-2.451-4.319-4.485c-.333-.584-.583-1.036-.667-1.071l-9.52 5.83c1.583 3.249 3.915 6.069 6.902 7.901c4.462 2.678 10.459 3.499 16.731 2.059c4.082-1.189 7.604-3.652 9.448-7.401c2.666-4.915 2.094-10.864 2.07-17.444c.06-10.735.001-21.468.001-32.237'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-twilio.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-twilio.theme--dark::before {
  content: url("https://api.iconify.design/logos/twilio-icon.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-datadog.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-datadog.theme--dark::before {
  content: url("https://api.iconify.design/vscode-icons/file-type-datadog.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-auth0.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-auth0.theme--dark::before {
  content: url("https://api.iconify.design/cib/auth0.svg?color=%23e45223&width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-databricks.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-databricks.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/databricks.svg?color=%23f8301a&width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-jwt.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-jwt.theme--dark::before {
  content: url("https://api.iconify.design/logos/jwt-icon.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-sendgrid.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-sendgrid.theme--dark::before {
  content: url("https://api.iconify.design/logos/sendgrid-icon.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-open-api.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-open-api.theme--dark::before {
  content: url("https://api.iconify.design/logos/openapi-icon.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-mailgun.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-mailgun.theme--dark::before {
  content: url("https://api.iconify.design/logos/mailgun-icon.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-mailchimp.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-mailchimp.theme--dark::before {
  content: url("https://api.iconify.design/logos/mailchimp-freddie.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-npm-icon.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-npm-icon.theme--dark::before {
  content: url("https://api.iconify.design/logos/npm-icon.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-pypi.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-pypi.theme--dark::before {
  content: url("https://api.iconify.design/logos/pypi.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-yarn.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-yarn.theme--dark::before {
  content: url("https://api.iconify.design/vscode-icons/file-type-yarn.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-serverless.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-serverless.theme--dark::before {
  content: url("https://api.iconify.design/vscode-icons/file-type-serverless.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-sourcegraph.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-sourcegraph.theme--dark::before {
  content: url("https://api.iconify.design/logos/sourcegraph.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-yaml.theme--light::before {
  content: url("https://api.iconify.design/devicon/yaml.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-yaml.theme--dark::before {
  content: url("https://api.iconify.design/devicon-plain/yaml.svg?color=white&width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-maven.theme--light, .v-icon[style="font-size: 36px;"].mdi-maven.theme--dark {
  margin-top: 3px;
}
.v-icon[style="font-size: 36px;"].mdi-maven.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-maven.theme--dark::before {
  content: url("https://api.iconify.design/devicon/maven.svg?width=38");
}
.v-icon[style="font-size: 36px;"].mdi-circleci.theme--light::before {
  content: url("https://api.iconify.design/simple-icons/circleci.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-circleci.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/circleci.svg?color=white&width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-newrelic.theme--light::before {
  content: url("https://api.iconify.design/simple-icons/newrelic.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-newrelic.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/newrelic.svg?color=white&width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-stripe.theme--light::before {
  content: url("https://api.iconify.design/simple-icons/stripe.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-stripe.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/stripe.svg?color=white&width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-openai.theme--light.primary--text::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?color=%232D8372&width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-openai.theme--light:not(.primary--text)::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-openai.theme--dark.primary--text::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?color=%2365CAB6&width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-openai.theme--dark:not(.primary--text)::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?color=white&width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-neural-network.theme--light::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%23187767&width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-neural-network.theme--dark::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%234cc2ae&width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-ai-operator.theme--light::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%23187767&width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-ai-operator.theme--dark::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%234cc2ae&width=36&height=36");
}
.v-icon[style="font-size: 36px;"].mdi-github-actions.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-github-actions.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 256 256'%3E%3Cpath fill='%234a7ebf' d='M53.604 0c29.604 0 53.604 23.992 53.604 53.59c0 29.09-23.189 52.75-52.093 53.553c0 2.461.109 7.111 1.501 9.92c1.933 3.893 13.525 11.144 24.892 11.144h4.084c2.567-18.271 18.257-32.332 37.24-32.332c18.906 0 34.55 13.946 37.211 32.11h21.13c2.661-18.164 18.304-32.11 37.21-32.11c20.775 0 37.617 16.837 37.617 37.607s-16.842 37.606-37.617 37.606c-18.906 0-34.55-13.948-37.21-32.11h-21.129c-2.66 18.162-18.305 32.11-37.212 32.11c-18.87 0-34.494-13.893-37.199-32.007l-4.515.135c-7.435-.056-15.29-2.042-21.598-6.328c-1.72-1.169-3.415-2.397-5.182-3.56v2.441c-.01.79-.153 12.657-.164 25.833v2.79c.005 8.641.073 17.545.277 24.04c.446 14.246 12.034 25.745 24.822 28.436c1.663.35 4.52.394 6.321.238c2.571-18.264 18.26-32.32 37.238-32.32c20.774 0 37.616 16.838 37.616 37.607c0 20.77-16.842 37.607-37.616 37.607c-18.769 0-34.323-13.744-37.153-31.714h-3.254c-24.436-1.334-39.628-23.746-39.363-41.923c.334-22.877.082-45.764.079-68.646v-7.565C18.546 101.286 0 79.606 0 53.591C0 23.992 23.999 0 53.604 0m69.228 191.78c-14.701 0-26.62 11.915-26.62 26.613c0 14.699 11.919 26.614 26.62 26.614c14.702 0 26.62-11.915 26.62-26.614c0-14.698-11.918-26.614-26.62-26.614m0-84.912c-14.701 0-26.62 11.915-26.62 26.614c0 14.697 11.919 26.613 26.62 26.613c14.702 0 26.62-11.916 26.62-26.613c0-14.699-11.918-26.614-26.62-26.614m95.551 0c-14.702 0-26.62 11.915-26.62 26.614c0 14.697 11.918 26.613 26.62 26.613c14.703 0 26.621-11.916 26.621-26.613c0-14.699-11.918-26.614-26.62-26.614m15.161 15.408a5.496 5.496 0 0 1 .17 7.606l-.16.168l-16.31 16.345a5.499 5.499 0 0 1-7.576.198l-.172-.163l-7.985-7.86a5.496 5.496 0 0 1-.06-7.773a5.499 5.499 0 0 1 7.606-.22l.168.16l4.092 4.027l12.452-12.477a5.498 5.498 0 0 1 7.775-.01m-95.99-.08a5.497 5.497 0 0 1 .17 7.606l-.16.168l-16.31 16.344a5.499 5.499 0 0 1-7.576.198l-.172-.163l-7.985-7.86a5.498 5.498 0 0 1 7.546-7.992l.168.16l4.093 4.027l12.451-12.478a5.499 5.499 0 0 1 7.775-.01M53.604 10.993c-23.532 0-42.608 19.07-42.608 42.598c0 23.525 19.076 42.597 42.608 42.597c23.532 0 42.608-19.072 42.608-42.597c0-23.527-19.076-42.598-42.608-42.598M49.171 28.13A743.51 743.51 0 0 1 75.7 44.841c7.308 4.82 7.29 13.563-.1 18.394a608.475 608.475 0 0 1-27.058 16.712c-7.455 4.34-15.8-.65-16.002-9.344c-.13-5.602-.024-11.21-.032-16.817c-.006-5.454-.113-10.911.019-16.363c.222-9.248 8.736-14.066 16.643-9.293m-5.91 8.872v3.868l-.001 5.674l-.001 3.71v5.482c0 4.23.002 8.394.01 12.557c.003 1.96 1.023 1.88 2.343 1.063c7.605-4.714 15.214-9.423 22.827-14.127c1.258-.776 1.294-1.587.06-2.365c-8.154-5.139-16.318-10.26-25.238-15.862'/%3E%3Cpath fill='%2385b3df' d='M133.227 223.88a5.497 5.497 0 1 0 .001-10.996a5.497 5.497 0 0 0 0 10.995m-21.049.001a5.497 5.497 0 1 0 0-10.996a5.497 5.497 0 0 0 0 10.995m106.205 21.128c-14.702 0-26.62-11.915-26.62-26.614c0-14.698 11.918-26.614 26.62-26.614c14.701 0 26.62 11.916 26.62 26.614c0 14.699-11.919 26.614-26.62 26.614m0-64.22c-18.906 0-34.55 13.947-37.211 32.11h-6.153c-2.685 0-4.864 2.461-4.864 5.496c0 3.036 2.179 5.497 4.864 5.497h6.153c2.66 18.163 18.305 32.11 37.21 32.11C239.159 256 256 239.162 256 218.393c0-20.77-16.842-37.607-37.616-37.607'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-cloudformation.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-cloudformation.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsCloudformation0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23b0084d'/%3E%3Cstop offset='100%25' stop-color='%23ff4f8b'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsCloudformation0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23fff' d='M169.6 127.882h16v-6.41h-16zm-80 38.46h16v-6.41h-16zm-32 0H80v-6.41H57.6zm0-19.23H96v-6.41H57.6zm0-38.46h28.8v-6.409H57.6zm0 19.23h105.6v-6.41H57.6zm60.8 70.508H44.8V89.423h73.6v25.64h6.4V86.218a3.204 3.204 0 0 0-3.2-3.204h-80a3.2 3.2 0 0 0-3.2 3.204v115.377a3.2 3.2 0 0 0 3.2 3.205h80c1.766 0 3.2-1.436 3.2-3.205v-64.098h-6.4zm99.2-80.122c0 20.71-18.646 27.914-28.506 28.83l-51.494.014v-6.41h51.2c.624-.074 22.4-2.423 22.4-22.434c0-18.224-16.438-21.922-19.731-22.48a3.2 3.2 0 0 1-2.656-3.426c.003-.06.01-.118.016-.176c-.176-10.297-6.49-13.515-9.226-14.425c-5.107-1.699-10.8-.074-13.811 3.964a3.167 3.167 0 0 1-3.037 1.253a3.2 3.2 0 0 1-2.537-2.092c-1.988-5.57-4.87-9.18-8.88-13.195c-10.03-9.967-23.642-12.72-36.378-7.362c-6.682 2.817-12.522 9.202-16.01 17.518l-5.9-2.487c4.134-9.842 11.219-17.476 19.43-20.937c15.216-6.407 31.427-3.141 43.373 8.727c3.424 3.432 6.259 6.775 8.467 11.101c4.778-3.538 11.222-4.595 17.302-2.573c7.783 2.59 12.704 9.349 13.498 18.335c10.9 2.75 22.48 11.464 22.48 28.255'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-helm.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-helm.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 32 32'%3E%3Cpath fill='%23277a9f' d='M15.813 2.073a.421.421 0 0 1 .451-.015a1.206 1.206 0 0 1 .432.553a4.381 4.381 0 0 1 .325 1.349a6.267 6.267 0 0 1-.169 2.2a10.027 10.027 0 0 1 4.553 1.6a5.9 5.9 0 0 1 .945-1.7a4.584 4.584 0 0 1 1.283-1.177a.935.935 0 0 1 .743-.14a.575.575 0 0 1 .289.573a3.228 3.228 0 0 1-.368 1.3a6.149 6.149 0 0 1-1.663 2.1a10.136 10.136 0 0 1 1.825 2.208l-1.369.832a8.421 8.421 0 0 0-14.269-.2l-1.345-.869a10.156 10.156 0 0 1 1.832-2.109a6.333 6.333 0 0 1-1.432-1.847a3.486 3.486 0 0 1-.427-1.38a.639.639 0 0 1 .232-.587a.731.731 0 0 1 .65.038a3.688 3.688 0 0 1 1.123.885a6.33 6.33 0 0 1 1.2 1.9a10.035 10.035 0 0 1 4.591-1.46a6.318 6.318 0 0 1-.161-2.161a4.459 4.459 0 0 1 .313-1.329a1.287 1.287 0 0 1 .416-.564M2.549 12.6h1.928v2.714h2.175v-2.713h1.929v7.288H6.652v-2.892H4.477v2.893H2.549Zm7.604 0h4.709v1.614h-2.78v1.144h2.377v1.614h-2.377v1.3h2.892v1.614h-4.821Zm6.263 0h1.928v5.673H21.1v1.614h-4.684Zm5.95 0h2.063l.963 2.615c.212.544.349 1.111.526 1.666a.392.392 0 0 0 .078-.16c.112-.391.228-.782.351-1.171q.519-1.475 1.041-2.949h2.064v7.288H27.7a33.054 33.054 0 0 1 .08-3.356c.044-.475.122-.947.162-1.423a.617.617 0 0 0-.111.227a105.107 105.107 0 0 1-1.436 3.961c-.342-.007-.684 0-1.026 0l-.883-2.374c-.172-.5-.338-1.01-.506-1.515a.746.746 0 0 0-.131-.292a25.97 25.97 0 0 1 .242 2.761v2.014h-1.725ZM7.667 21.8l1.314-.915a8.422 8.422 0 0 0 13.833-.012l1.316.912a10.261 10.261 0 0 1-1.379 1.6a6.272 6.272 0 0 1 1.486 1.892a3.491 3.491 0 0 1 .427 1.377a.62.62 0 0 1-.26.6a.87.87 0 0 1-.743-.112a4.412 4.412 0 0 1-1.252-1.117a6.248 6.248 0 0 1-.949-1.616a9.967 9.967 0 0 1-4.56 1.632a6.086 6.086 0 0 1 .144 1.5a5.016 5.016 0 0 1-.308 1.748a1.38 1.38 0 0 1-.446.635a.431.431 0 0 1-.507-.017a1.573 1.573 0 0 1-.467-.736a5.764 5.764 0 0 1-.251-2.212a5.659 5.659 0 0 1 .124-.892a10.024 10.024 0 0 1-4.606-1.494a6.44 6.44 0 0 1-1.348 1.964a2.942 2.942 0 0 1-1.057.716a.531.531 0 0 1-.614-.124a1.139 1.139 0 0 1-.068-.864A5.449 5.449 0 0 1 8.5 24.282a6.044 6.044 0 0 1 .688-.759A10.423 10.423 0 0 1 7.667 21.8'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-jenkins.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-jenkins.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 32 32'%3E%3Cpath fill='none' d='M19.513 25.173c-.068 0-.136 0-.2-.01c.065.006.132.01.2.01m-.594-.086a1.93 1.93 0 0 0 .392.076a1.93 1.93 0 0 1-.392-.076m1.172 2.424'/%3E%3Cpath fill='%23f0d6b7' d='M7.436 14.214A.832.832 0 0 1 7.6 14.1a.581.581 0 0 0-.164.114m2.976 4.039c.06.421.24 4.164 2.766 6.25a15.465 15.465 0 0 0 1.549.162c.28-.6 1.312-.554 1.985-.4a6.648 6.648 0 0 1-2.176-1.778a4.466 4.466 0 0 1-1.472-2.656c1.348 1.87 2.462 3.5 4.913 4.326c1.855.622 4.021-.285 5.446-1.286a6.258 6.258 0 0 0 1.365-1.68a14.242 14.242 0 0 0 2.145-8.621a9.567 9.567 0 0 0-.5-3.446c-.453-.908-1.984-1.72-2.88-.9a1.07 1.07 0 0 1-.016-.246c-.143.134-.23.232-.23.232a1.209 1.209 0 0 1-.122-.487a1.551 1.551 0 0 1 1.5-1.5a8.674 8.674 0 0 0-1.479-1.563a10.49 10.49 0 0 0-6.047-.222a8.06 8.06 0 0 0-5.975 5.4a14.085 14.085 0 0 0-.388 2.263c-.031.884.416 1.655.45 2.617c-.239.394-.969.443-1.474.416a6.836 6.836 0 0 0-.136-.566a5.158 5.158 0 0 0-1.265-.5a1.719 1.719 0 0 1 1.009 2.038c-.373-.213-.462-1.15-.9-1.177c-.626-.038-.512 1.216-.509 1.95a2.291 2.291 0 0 1-.19-2.213c-.284-.139-.444.061-.6.217c-.222 1.036-.547 1.873.062 2.92a1.734 1.734 0 0 0 1.414.6c.567-.056.706-.624 1.324-.618a.513.513 0 0 1 .431.468m6.449 1.947l-.3-.061s-.314-1.1-.163-1.306c.08-.107.52-.268 1.136.028c-.004.001-.734.123-.673 1.339m5.706 1.341a5.27 5.27 0 0 1-3.426-.014a4.687 4.687 0 0 1-1.283-1.427c-.155-.2-.927-.708-.012-.709c.717 1.8 3.18 1.592 5.257 1.543a1.111 1.111 0 0 1-.536.608Zm.3-1.6a4.016 4.016 0 0 1 0-1.063a8.538 8.538 0 0 0 2.96-1.185a3.425 3.425 0 0 1-2.961 2.246Zm2.756-8.073c-.183.061-1.37.762-1.278-.122a1.348 1.348 0 0 1 1.026-1.077a3.037 3.037 0 0 1 0-.4h.079a17.146 17.146 0 0 0 1.172 2.29c-.317.738-2.4 1.39-2.366.066c.45-.2 1.227-.04 1.626-.291c-.094-.257-.2-.5-.3-.756Zm-5.187 4.75a.719.719 0 0 1 .046.1c.091-.507.259-1.1.548-1.013a.684.684 0 0 1 .5.638a6.908 6.908 0 0 0-.948.738c.065.3.144.6.523.668c1.106.189 2.393-.677 3.189-.979c.493-.832-.043-1.138-.487-1.673c-.91-1.1-2.13-2.456-2.086-4.1c.368-.267.4.407.452.53a15.006 15.006 0 0 0 2.543 3.486c.214.234.567.459.606.614c.113.451-.294.991-.247 1.29a6.587 6.587 0 0 1-4.466 1.4a1.322 1.322 0 0 1-.175-1.702Zm1.958 2.321A4.933 4.933 0 0 1 22.47 20c-1.811.09-3.952-.358-4.427-1.629a10.285 10.285 0 0 0 4.35.565Zm-4.256-8.648a6.954 6.954 0 0 0 .977 1.829c.228.222.67.492.451 1.109a1.406 1.406 0 0 1-.642.534c-.79.233-2.631.048-2.008-.937c.653.03 1.532.424 2.02-.05a9.848 9.848 0 0 1-.322-.551c-.5.316-1.874.33-1.874-.479c0-.852 1.339-1.034 1.339-1.034l.01.024a1.11 1.11 0 0 1 .048-.448Zm-3.224-2.928c1.195-.815 1.8-.35 2.1.188a.568.568 0 0 1 .274.828c-1.658-.386-2.482.694-2.985 1.814c-.129.234-.136.068-.21-.136a.392.392 0 0 1-.061-.136a.551.551 0 0 0-.092-.121c-.24-.247-.365-1.524.974-2.437'/%3E%3Cpath fill='%23335061' d='M6.283 29.28h8.753c-.04-.135-.079-.268-.118-.394a12.164 12.164 0 0 1-.476-1.948a21.079 21.079 0 0 1-3.087-1.655a2.353 2.353 0 0 1-.24-.257l-5.266 2.353s.189.754.434 1.901'/%3E%3Cpath fill='%236d6b6d' d='M9.433 7a2.125 2.125 0 0 1 .467-.088a3.817 3.817 0 0 0 .747.029c.494-.123.912-1.231 1.285-1.644a11.333 11.333 0 0 1 .941-.776A7.346 7.346 0 0 0 9.433 7m-2.256 5.586a2.147 2.147 0 0 1 3.145 1.747c.694-.018.259-.866.134-1.413c-.369-1.608.487-3.34.192-4.861c-3.866.578-3.648 3.547-3.471 4.527'/%3E%3Cpath fill='%23dcd9d8' d='M13.249 3.851c-1.82.516-4.152 1.838-4.9 3.473A7.389 7.389 0 0 0 9.433 7a7.346 7.346 0 0 1 3.44-2.479a1.647 1.647 0 0 0 .159-.166c.192-.093.476-.086.487-.375c-.083-.089-.171-.157-.27-.129M7.5 8.985c-.8.885-.636 2.542-.538 3.721a2.321 2.321 0 0 1 .218-.12c-.18-.979-.394-3.949 3.471-4.527a2.81 2.81 0 0 0-.142-.493A4.409 4.409 0 0 0 7.5 8.985'/%3E%3Cpath fill='%23f7e4cd' d='M10.412 18.253a.513.513 0 0 0-.42-.468c.335.668-.516.878-.6 1.355a3.837 3.837 0 0 0 .125.832a11.351 11.351 0 0 0 1.445 3.365a3.181 3.181 0 0 0 2.22 1.166c-2.53-2.085-2.71-5.829-2.77-6.25m11.113-1.915a.684.684 0 0 0-.5-.638c-.289-.082-.457.506-.548 1.013a2.376 2.376 0 0 1 .1.363a6.908 6.908 0 0 1 .948-.738m2.819-4.594c-.092.884 1.1.183 1.278.122l-.043-.286a3.235 3.235 0 0 1-.209-.913a1.348 1.348 0 0 0-1.026 1.077m-7.605 0c0 .809 1.371.795 1.874.479a4.053 4.053 0 0 1-.525-1.489l-.01-.024s-1.339.182-1.339 1.034m-9.547 3.141a.8.8 0 0 1-.125.109a1.221 1.221 0 0 1 .37-.781a.581.581 0 0 1 .163-.113a.979.979 0 0 1 .782-.032a5.158 5.158 0 0 1 1.265.5c-.193-.664-.524-1.263-1.208-1.338a2.034 2.034 0 0 0-2.2 1.963A3.858 3.858 0 0 0 7.254 17.8c-.61-1.042-.284-1.879-.062-2.915m9.973-10.442a10.49 10.49 0 0 1 6.047.222a4.127 4.127 0 0 0-.49-.329c-1.889-1.066-5.086-1.867-7.1-.866c-1.621.808-3.813 2.146-4.56 3.841a4.109 4.109 0 0 1 .123 2.532a8.06 8.06 0 0 1 5.98-5.4m6.023 3.285a1.209 1.209 0 0 0 .122.487s.087-.1.23-.232c.031-.734.865-1.152 1.832-.866c-.222-.286-.447-.589-.681-.889a1.551 1.551 0 0 0-1.503 1.5m-9.096 2.33c.074.2.082.37.21.136a.348.348 0 0 1-.21-.136'/%3E%3Cpath fill='%23f7e4cd' d='M14.032 9.922a1.486 1.486 0 0 1 .114-.758a2.816 2.816 0 0 1 2.47-1.755a1.149 1.149 0 0 1 .4.143c-.3-.538-.9-1-2.1-.188c-1.338.913-1.217 2.19-.973 2.434a.551.551 0 0 1 .089.124'/%3E%3Cpath fill='%2349728b' d='m5.849 27.379l5.266-2.353c-.386-.448-1.079-1.3-1.2-1.257a24.079 24.079 0 0 0-5.61 3.485a20.236 20.236 0 0 1 .81 2.026h1.168a61.417 61.417 0 0 0-.434-1.901'/%3E%3Cpath fill='%23335061' d='M27 29.307a20.836 20.836 0 0 0 .548-2.058c.036-.181.106-.475.156-.756l-2.886-2.144a5.123 5.123 0 0 1 .13 3.9c.1.372.454.515.6.85c-.034.06-.068.119-.1.179h1.476a.149.149 0 0 1 .076.029m-2.559-1.233a1.081 1.081 0 0 0 .172-.381a1.081 1.081 0 0 1-.172.381m-.824-4.128a.948.948 0 0 1 .514-.106l-.238-.177a1.457 1.457 0 0 0-.276.283'/%3E%3Cpath fill='%2349728b' d='M27.756 25.879c-.074-.537-.8-.935-1.172-1.266c-.684-.613-1.112-1.153-1.823-1.726a4.391 4.391 0 0 1-.869.776l.238.177a.932.932 0 0 1 .686.51l2.884 2.143a2.339 2.339 0 0 0 .056-.614'/%3E%3Cpath fill='%23fff' d='M20.572 29.2a.438.438 0 0 0 .009.076h.479a.333.333 0 0 1 .666 0h.774v-.03a20.686 20.686 0 0 0-1.2-.593c-.424-.178-.728.547-.728.547'/%3E%3Cpath fill='%23dcd9d8' d='M20.572 29.2s.3-.73.73-.548c.322.138.921.449 1.2.593c.01-.22.02-.44.034-.66c-.618.039-.961-.559-1.394-.605c-.378-.041-.7.435-1.19.229c-.113.124-.215.259-.33.381a6.313 6.313 0 0 1 .489.685h.476a.438.438 0 0 1-.015-.075'/%3E%3Cpath fill='%23fff' d='M14.511 25.169a6.738 6.738 0 0 1-2.269-.4a.282.282 0 0 0 .017.421a7.657 7.657 0 0 0 2.14.578a1.748 1.748 0 0 0 .112-.599'/%3E%3Cpath fill='%23dcd9d8' d='M14.357 26.069a1.233 1.233 0 0 1 .041-.3a7.657 7.657 0 0 1-2.14-.578a4.237 4.237 0 0 0 2.099.878'/%3E%3Cpath fill='%23d33833' d='M24.613 27.693a2.963 2.963 0 0 0 .073-.87a7.057 7.057 0 0 0-.2-1.378a3 3 0 0 0-1.009.049c-.3.061-.609.122-.669.487s.122.548-.061.852s-.487.122-.791.3c-.207.124-.076.445.029.638a12.138 12.138 0 0 0 2.459.3a1.081 1.081 0 0 0 .169-.378m-9.051 1.526l.047.128c.014.04.029.093.042.139l-.009-.117Z'/%3E%3Cpath fill='%23d33833' d='m19.563 27.925l.021-.527a1.309 1.309 0 0 1-.96-.074c-.937-.511-.05-.36-.382-1.038a3.236 3.236 0 0 0-1.224-.365c-1.228 0-1.7-.247-1.568 1.169c.069.76.131 1.519.191 2.28c.1.188.19.357.262.5a4.834 4.834 0 0 0 1.833-.559a21.007 21.007 0 0 0 1.827-1.386m.464-.725c.021.089.043.189.064.31a.7.7 0 1 0 .428-1.31a.953.953 0 0 1-.492 1'/%3E%3Cpath fill='%23ef3d3a' d='M21.953 27.137c.3-.183.609 0 .791-.3s0-.487.061-.852s.365-.426.669-.487a3 3 0 0 1 1.009-.049a1.125 1.125 0 0 0-.348-.652c-.747-.436-2.056.825-2.665 1.093l-.057.023a1.694 1.694 0 0 1 .175.558a1.475 1.475 0 0 1 .412-.042a1.761 1.761 0 0 1 .276.033c.045.009.089.02.133.032a1.463 1.463 0 0 1 .243.092a4.209 4.209 0 0 0-.757.1a.7.7 0 0 0-.2.095a8.618 8.618 0 0 0-.035.9q.158.045.322.084c-.105-.183-.236-.504-.029-.628m-6.302 2.348c.051.183.095.348.253.385c-.072-.144-.163-.313-.262-.5Zm-.201-2.396c-.129-1.416.34-1.169 1.568-1.169a3.236 3.236 0 0 1 1.224.365c.332.678-.555.527.382 1.038a1.309 1.309 0 0 0 .96.074v-.063a3.039 3.039 0 0 0-.916-.29a3.5 3.5 0 0 0-.371-.036a1.555 1.555 0 0 1 .291-.106a3.285 3.285 0 0 0 .906-.281c0-.079.006-.158.009-.236a1.883 1.883 0 0 1-.2-.027a1.565 1.565 0 0 1-.177-.044a1.585 1.585 0 0 1-.294-.127c-.178-.1-.331-.216-.525-.322a9.077 9.077 0 0 0-2.408-.881c-.921-.176-.929 1.105-.89 2.049c0 .1.008.192.013.28a6.585 6.585 0 0 0 .544 1.9l.079.15c-.063-.754-.126-1.514-.195-2.274m5.07-.889a1.009 1.009 0 0 0-.582.2a1.7 1.7 0 0 0 .007.412c.011.079.028.155.048.238l.031.131v.017a.953.953 0 0 0 .496-.998'/%3E%3Cpath fill='%23231f20' d='M14.146 9.164a1.486 1.486 0 0 0-.114.758a.392.392 0 0 0 .061.136a.348.348 0 0 0 .21.136c.5-1.12 1.327-2.2 2.985-1.814a.568.568 0 0 0-.274-.828a1.149 1.149 0 0 0-.4-.143a2.816 2.816 0 0 0-2.468 1.755m10.106 3.463c-.032 1.324 2.049.672 2.366-.066a17.146 17.146 0 0 1-1.172-2.29h-.079a3.037 3.037 0 0 0 0 .4a3.235 3.235 0 0 0 .209.913c.095.256.205.5.3.756c-.397.247-1.176.09-1.624.287m-5.318.146c-.488.474-1.367.08-2.02.05c-.623.985 1.218 1.17 2.008.937a1.406 1.406 0 0 0 .642-.534c.219-.617-.223-.887-.451-1.109a6.954 6.954 0 0 1-.977-1.829a1.11 1.11 0 0 0-.049.445a4.053 4.053 0 0 0 .525 1.489c.114.21.227.399.322.551m1.671 5.542a6.587 6.587 0 0 0 4.466-1.4c-.047-.3.36-.84.247-1.29c-.039-.155-.392-.38-.606-.614a15.006 15.006 0 0 1-2.543-3.486c-.053-.123-.085-.8-.452-.53c-.044 1.642 1.176 3 2.086 4.1c.444.535.98.841.487 1.673c-.8.3-2.083 1.169-3.189.979c-.379-.065-.458-.365-.523-.668a2.376 2.376 0 0 0-.1-.363a.719.719 0 0 0-.046-.1a1.322 1.322 0 0 0 .173 1.699M7.6 14.1a.832.832 0 0 0-.159.111a1.221 1.221 0 0 0-.37.781a.8.8 0 0 0 .125-.109c.153-.156.313-.357.6-.217a2.291 2.291 0 0 0 .19 2.213c0-.733-.117-1.987.509-1.95c.438.027.527.964.9 1.177a1.719 1.719 0 0 0-1.017-2.036a.979.979 0 0 0-.778.03m15.268 4.775a4.016 4.016 0 0 0 0 1.063a3.425 3.425 0 0 0 2.962-2.249a8.538 8.538 0 0 1-2.962 1.186M22.47 20a4.933 4.933 0 0 0-.077-1.066a10.285 10.285 0 0 1-4.35-.562c.475 1.272 2.616 1.72 4.427 1.628m-4.624-.61c-.915 0-.143.51.012.709a4.687 4.687 0 0 0 1.284 1.428a5.27 5.27 0 0 0 3.426.014a1.111 1.111 0 0 0 .536-.609c-2.078.05-4.541.257-5.258-1.542'/%3E%3Cpath fill='%2381b0c4' d='M24.96 29.28a1.709 1.709 0 0 0-1.042-.753a1.433 1.433 0 0 0-.918.12c-.008.2-.018.415-.031.632Z'/%3E%3Cpath fill='%23f0d6b7' d='M21.971 24.749c-.686.061-1.493.373-2.252.419c-.069 0-.138.006-.206.006s-.136 0-.2-.01a1.93 1.93 0 0 1-.392-.076a1.666 1.666 0 0 1-.188-.07c0 .052-.071.033-.082.076a3.19 3.19 0 0 0 .485.322a2.218 2.218 0 0 0 .475.19a3.052 3.052 0 0 0 .816.09c.1 0 .212 0 .327-.009c.415-.303.783-.656 1.217-.938'/%3E%3Cpath fill='%2381b0c4' d='m19.086 29.048l-.351.233h.527q-.086-.119-.176-.233'/%3E%3Cpath fill='%23231f20' d='M4.681 29.769v-.335a.153.153 0 0 1 .153-.153h.283a20.236 20.236 0 0 0-.81-2.026a24.079 24.079 0 0 1 5.61-3.485c.118-.047.811.809 1.2 1.257a2.353 2.353 0 0 0 .24.257a21.079 21.079 0 0 0 3.087 1.655a12.164 12.164 0 0 0 .476 1.948c.039.126.078.26.118.394h.162a.153.153 0 0 1 .153.153v.158h.139a.153.153 0 0 1 .153.153V30h1.691v-.255a.153.153 0 0 1 .153-.153h.78v-.158a.153.153 0 0 1 .153-.153h.317l.351-.233q.09.114.176.233h.843a6.313 6.313 0 0 0-.489-.685c.115-.122.217-.256.33-.381c.492.206.812-.27 1.19-.229c.433.046.776.644 1.394.605c-.014.22-.024.44-.034.66v.03h.474c.012-.217.023-.429.031-.632a1.433 1.433 0 0 1 .918-.12a1.709 1.709 0 0 1 1.042.753h.481c.034-.06.069-.119.1-.179c-.143-.335-.495-.477-.6-.85a5.123 5.123 0 0 0-.13-3.9a.932.932 0 0 0-.686-.51a.948.948 0 0 0-.514.106a1.457 1.457 0 0 1 .275-.283a4.391 4.391 0 0 0 .869-.776c.712.573 1.141 1.112 1.824 1.725c.37.332 1.1.73 1.172 1.266a2.339 2.339 0 0 1-.054.614c-.051.281-.12.575-.156.756A20.836 20.836 0 0 1 27 29.307a.15.15 0 0 1 .072.127V30h.368c.258-.808.511-1.635.766-2.489a6.207 6.207 0 0 0 .478-2.187c-.078-.617-1.04-1.265-1.547-1.754c-.281-.271-1.593-1.267-1.669-1.64s.535-1.178.731-1.586a11.669 11.669 0 0 0 .621-1.788c1.032-3.627 1.137-8.611-.339-11.592a12.54 12.54 0 0 0-3.1-3.428c-2.3-1.742-6.563-1.935-9.339-.913a13.481 13.481 0 0 0-2.2.939c-1.818 1.066-3.748 1.78-4.287 3.928c-1.328.6-1.729 2.3-1.662 4.268a6.221 6.221 0 0 1 .149 1.227c-.037.184-.286.419-.336.538a5.3 5.3 0 0 0 .609 4.592A3.225 3.225 0 0 0 8.468 19.5a4.568 4.568 0 0 0 .447 1.672c.17.373.805 1.043.571 1.519a6.987 6.987 0 0 1-1.495.966c-1.158.695-2 1.12-3.066 1.89c-.692.5-1.773.562-1.6 1.71a17.869 17.869 0 0 0 .808 2.513c.025.078.053.155.08.232h.47Zm8.351-25.414a1.647 1.647 0 0 1-.159.166a11.333 11.333 0 0 0-.941.776c-.373.413-.79 1.521-1.285 1.644a3.817 3.817 0 0 1-.747-.029A2.125 2.125 0 0 0 9.433 7a7.389 7.389 0 0 1-1.084.325c.748-1.635 3.08-2.957 4.9-3.473c.1-.028.188.04.271.129c-.011.287-.296.281-.488.374m-2.385 3.7c.3 1.521-.561 3.254-.192 4.861c.125.546.56 1.394-.134 1.413a2.147 2.147 0 0 0-3.145-1.747a2.321 2.321 0 0 0-.218.12c-.1-1.179-.266-2.836.538-3.721a4.409 4.409 0 0 1 3.009-1.419a2.81 2.81 0 0 1 .142.497ZM7.254 17.8a3.858 3.858 0 0 1-1.022-2.6a2.034 2.034 0 0 1 2.2-1.963c.684.075 1.014.674 1.208 1.338c.054.187.1.379.136.566c.505.027 1.235-.022 1.474-.416c-.034-.962-.481-1.733-.45-2.617a14.085 14.085 0 0 1 .388-2.263a4.109 4.109 0 0 0-.123-2.532c.747-1.695 2.939-3.032 4.56-3.841c2.009-1 5.207-.2 7.1.866a4.127 4.127 0 0 1 .49.329a8.674 8.674 0 0 1 1.479 1.563c.234.3.459.6.681.889c-.967-.287-1.8.132-1.832.866a1.07 1.07 0 0 0 .016.246c.9-.821 2.427-.009 2.88.9a9.567 9.567 0 0 1 .5 3.446a14.242 14.242 0 0 1-2.145 8.621a6.258 6.258 0 0 1-1.365 1.68c-1.425 1-3.591 1.908-5.446 1.286c-2.451-.823-3.565-2.456-4.913-4.326a4.466 4.466 0 0 0 1.472 2.656a6.648 6.648 0 0 0 2.176 1.778c-.673-.158-1.7-.208-1.985.4a15.465 15.465 0 0 1-1.549-.162a3.181 3.181 0 0 1-2.22-1.166a11.351 11.351 0 0 1-1.445-3.365a3.837 3.837 0 0 1-.125-.832c.088-.478.939-.687.6-1.355c-.618-.006-.757.562-1.324.618a1.734 1.734 0 0 1-1.416-.61m12.77 9.38l-.031-.131a2.787 2.787 0 0 1-.048-.238a1.7 1.7 0 0 1-.007-.412a1.009 1.009 0 0 1 .582-.2a.7.7 0 1 1-.428 1.31a5.135 5.135 0 0 0-.064-.31Zm-7.782-2.419a6.738 6.738 0 0 0 2.269.4a1.748 1.748 0 0 1-.112.6a1.233 1.233 0 0 0-.041.3a4.237 4.237 0 0 1-2.1-.882a.282.282 0 0 1-.016-.413Zm7.367.839a2.218 2.218 0 0 1-.475-.19a3.26 3.26 0 0 1-.485-.322c.011-.043.079-.024.082-.076a1.666 1.666 0 0 0 .188.07a1.93 1.93 0 0 0 .392.076a2.705 2.705 0 0 0 .406.004c.759-.046 1.566-.358 2.252-.419c-.433.283-.8.636-1.218.938a6.29 6.29 0 0 1-.327.009a3.052 3.052 0 0 1-.815-.085Zm-1.872 3.706a4.834 4.834 0 0 1-1.833.559c-.158-.037-.2-.2-.253-.385a2.722 2.722 0 0 0-.089-.267a6.585 6.585 0 0 1-.544-1.9c0-.088-.009-.182-.013-.28c-.039-.944-.031-2.225.89-2.049a9.077 9.077 0 0 1 2.408.881c.194.106.347.225.525.322a1.585 1.585 0 0 0 .294.127a1.565 1.565 0 0 0 .177.044a1.883 1.883 0 0 0 .2.027c0 .078-.006.157-.009.236a3.285 3.285 0 0 1-.906.281a1.555 1.555 0 0 0-.291.106a3.5 3.5 0 0 1 .371.036a3.039 3.039 0 0 1 .916.29v.063l-.021.527a21.007 21.007 0 0 1-1.822 1.387Zm4.245-1.536q-.164-.039-.322-.084a8.618 8.618 0 0 1 .035-.9a.7.7 0 0 1 .2-.095a4.209 4.209 0 0 1 .757-.1a1.463 1.463 0 0 0-.243-.092a1.843 1.843 0 0 0-.133-.032a1.761 1.761 0 0 0-.276-.038a1.475 1.475 0 0 0-.407.038a1.694 1.694 0 0 0-.175-.558l.057-.023c.609-.268 1.918-1.529 2.665-1.093a1.125 1.125 0 0 1 .348.652a7.057 7.057 0 0 1 .2 1.378a2.963 2.963 0 0 1-.073.87a1.081 1.081 0 0 1-.172.381a12.138 12.138 0 0 1-2.461-.3Z'/%3E%3Cpath fill='%23f7e4cd' d='M17.53 18.862c-.616-.3-1.056-.135-1.136-.028c-.152.2.163 1.306.163 1.306l.3.061c-.057-1.217.673-1.339.673-1.339'/%3E%3Cpath fill='%231d1919' d='M21.393 28.961a.334.334 0 0 0-.333.319h.666a.334.334 0 0 0-.333-.319'/%3E%3Cpath fill='%23231f20' d='M15.642 29.745a.153.153 0 0 0-.153-.153h-.139v.177a.153.153 0 0 1-.153.153H4.834a.153.153 0 0 1-.153-.153V30h10.961Zm11.276.177h-8.5a.153.153 0 0 1-.153-.153v-.177h-.78a.153.153 0 0 0-.153.153V30h9.737v-.231a.153.153 0 0 1-.151.153'/%3E%3Cpath fill='%23231f20' d='M4.834 29.922H15.2a.153.153 0 0 0 .153-.153v-.335a.153.153 0 0 0-.153-.153H4.834a.153.153 0 0 0-.153.153v.335a.153.153 0 0 0 .153.153m13.432-.153a.153.153 0 0 0 .153.153h8.5a.153.153 0 0 0 .153-.153v-.335a.15.15 0 0 0-.072-.127a.149.149 0 0 0-.081-.026h-8.5a.153.153 0 0 0-.153.153z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-jfrog.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-jfrog.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.04' height='32.04' viewBox='0 0 256 248'%3E%3Cpath fill='%2341bf47' d='m113.668 162.397l-13.527 3.764c1.176 3.411 2.117 9.528 2.117 17.762v40.465h15.174V181.57c2.824-3.412 5.882-5.058 9.176-5.058c1.646 0 2.94.353 4.352 1.176l4.117-13.998c-2.353-1.059-3.411-1.294-5.646-1.294c-1.647 0-3.647.353-4.94.941c-2.824 1.412-6.353 4.588-8.588 7.646c0-3.411-.823-6.117-2.235-8.587M61.441 142.4h-1.647v81.87h15.762v-36.23h19.88v-13.527h-19.88v-18.82h24.82l.941-7.176a250 250 0 0 1-39.876-6.117m-36.818 92.81l7.293 8.47c7.058-2.824 15.88-9.176 18.232-19.292c.824-3.294 1.059-5.411 1.059-16.115v-65.755h-15.88v67.519c0 8.822-.353 12.116-1.53 15.174c-1.528 3.412-5.175 7.41-9.174 9.999m143.155-41.523c0 14.35-2.823 20.467-9.293 20.467c-2.94 0-6.234-1.647-7.646-4.94c-1.176-3.059-1.882-8.234-1.882-15.292c0-6 .588-10.234 1.53-13.528c1.176-3.764 4.116-6.116 7.763-6.116c2.705 0 5.058 1.176 6.47 3.176c2.117 2.823 3.058 8.116 3.058 16.233m9.293 23.525c4.94-5.881 7.175-13.056 7.175-23.408c0-9.763-2-16.468-6.587-22.114c-4.94-6.117-11.293-9.058-19.527-9.058c-15.527 0-25.878 12.587-25.878 31.643s10.234 31.29 25.878 31.29c8.822.117 14.586-3.177 18.939-8.353m43.052-33.877c0 5.529-3.294 8.587-9.175 8.587c-5.293 0-8.822-2.47-8.822-8.587c0-5.646 3.293-8.94 8.94-8.94s9.057 3.294 9.057 8.94m26.702-12.94l-6.234-9.998c-3.53 3.294-7.764 5.176-11.881 5.176c-1.882 0-2.94-.235-7.058-1.294c-4.117-1.176-7.058-1.529-10.351-1.529c-14.704 0-24.232 7.999-24.232 20.468c0 8.94 4 14.586 12.351 16.82c-3.411.824-7.058 2.588-8.704 4.588c-1.177 1.412-1.765 3.294-1.765 5.529c0 1.882.47 3.529 1.176 4.94c.824 1.294 1.883 2.353 3.294 2.94c2.706 1.06 7.058 1.765 13.763 1.883c3.529 0 5.646.118 6.352.118c4.117.235 6.234.94 7.88 1.764c1.53.941 2.706 3.058 2.706 5.41c0 2.354-1.411 4.706-3.646 6.118c-2 1.411-5.293 2-9.528 2c-6.94 0-10.822-2.588-10.822-7.411c0-2.118.235-2.588.706-3.882h-13.88c-.589 1.176-1.294 2.823-1.294 6.117c0 4.117 1.529 7.646 4.705 10.704c5.175 5.058 13.645 6.47 21.761 6.47c8.94 0 17.645-2.118 22.703-7.764c3.176-3.529 4.587-7.41 4.587-12.469c0-5.41-1.529-9.528-4.94-12.939c-4-3.882-8.587-5.293-17.41-5.41l-8.116-.119c-1.529 0-2.47-.588-2.47-1.411c0-1.647 2.117-3.058 6-4.94c1.175.117 1.528.117 2.234.117c12.234 0 21.173-7.528 21.173-17.997c0-4-1.176-7.058-3.41-9.881c1.881.235 2.47.353 3.88.353c4 0 7.176-1.294 10.47-4.47M57.44 71.236C38.621 75.821 25.8 84.878 25.8 95.23c0 6.47 4.94 12.35 13.057 16.938c-2.47-3.881-3.764-8.116-3.764-12.35c.117-10.705 8.47-20.704 22.35-28.585M256 111.815c0-6.822-4.235-13.056-11.292-18.232c.588 2.117 1.058 4.234 1.058 6.352c0 19.409-27.172 36.112-65.755 43.052c4.353.47 8.823.706 13.528.706c34.465-.118 62.461-14.35 62.461-31.878m-22.232-10.586c0-7.176-6.117-13.763-16.586-19.174c2.47 2.94 3.764 6.117 3.764 9.41c0 17.292-36.7 31.29-82.105 31.29c-45.287 0-82.105-13.998-82.105-31.29q0-3.352 1.764-6.351c-7.293 4.822-11.41 10.35-11.41 16.232c0 18.703 41.758 33.878 93.28 33.878s93.398-15.41 93.398-33.995m-40.7-.941c-19.056 12.233-77.635 16.938-102.808 1.176c-19.762-12.35-12.94-31.994-69.519-75.047c-7.41-5.646 1.412-11.645 6.94-7.763s.47 4.823 11.645 15.997c22.585 22.585 22.35 2.235 25.879 9.999C72.733 60.765 89.2 76.998 89.2 76.998c16.586 10.822 29.76 13.175 54.228-3.411c15.527-10.47 9.175 16.703 47.169-2.94c13.88-7.176 13.292-2.354 27.408-21.998c5.881-8.116 17.056 6.235 4.352 8.234c-5.058.824-13.645 6.352-17.292 15.057c-5.293 13.057-3.058 22.703-11.998 28.349M87.437 67.117C82.732 65 77.79 57.001 75.909 53.825c5.294-5.176 3.176-13.763.118-18.468c-2.94-4.705-6.587-3.411-10.47-7.763c-3.999-4.353 1.53-15.645 6.588-6.94c18.938 32.583 31.407 19.056 46.817 17.056c14.82-1.882 27.995 6.234 31.995-16.704c.706-3.764 4.352-4.587 4.705 1.53c.353 6.234 2.706 21.29 10.822 23.173c8.116 2 14.704-1.882 16.586-4c1.882-2.117 2.94-1.882 3.764 3.53c.823 5.292 2.94 12.703 14.35 4.469c23.409-16.703 16.704-23.173 25.88-27.525c5.175-2.47 13.409 5.528 1.528 11.527c-16.938 8.587-18.703 19.174-29.407 25.879c-17.997 11.292-12.469.47-41.406-3.647c-11.174-1.529-14.703 10.822-23.408 7.293c-19.88-8.234-33.877-6.587-46.934 3.882m62.696-60.344c.706 4.94 1.53 4.823 3.294 5.176c1.765.47 4-2.353 4-4.94c.117-2.706-1.177-4.353-3.765-4.235c-2.705.117-3.646 1.411-3.529 4m87.046 8.822c2.118 2 7.764.706 9.058-.823c3.411-3.764 3.529-5.999 1.764-8.587c-1.764-2.47-5.41-2.117-9.057.588s-2.941 7.764-1.765 8.822m-1.529 24.938c-1.764 2.353-1.882 4.117-.588 5.41c1.412 1.412 4.235 2.589 6.234 1.06c2-1.647 2-4 .353-6c-1.764-2.117-4.117-2.117-5.999-.47M57.09 11.126c2.705.823 3.999 3.41 6.234.47c1.176-1.411 1.294-3.411-.235-5.529c-.941-1.293-5.411-2.234-7.293-.352s-.118 4.94 1.294 5.41M1.92 9.479c4.94 3.058 8.117 7.646 11.88 3.529c1.295-1.412 2.824-3.882.118-8.823C11.918.54 5.45-.873 3.214.54C.862 1.833-1.96 7.126 1.92 9.479m45.523 23.408c1.53 1.647 4.235 1.53 5.881.588c1.53-.94 1.294-3.411-.235-5.528c-.94-1.294-3.764-2-5.646 0s-1.059 3.764 0 4.94'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-travis-ci.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-travis-ci.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 128 128'%3E%3Cpath fill='%23cb3349' d='M68.56 55.275c-2.17.003-4.342.027-6.519.07l-4.014 1.901l-.054.031c-.603.294-5.872 2.953-10.828 7.694c4.442-2.336 10.97-5.387 18.656-7.754a92.315 92.315 0 0 1 7.201-1.9a345.343 345.343 0 0 0-4.437-.042zm-14.658.295a558.82 558.82 0 0 0-11.13.518c-2.154.119-4.298.266-6.442.428a99.32 99.32 0 0 0-3.205.283a25.224 25.224 0 0 0-.908.103c-2.796 1.673-13.52 8.406-20.883 17.21c7.155-4.972 19.618-12.446 35.008-16.753a96.086 96.086 0 0 1 7.56-1.789m31.71.09c-.17.252-.514.749-1.008 1.424c-1.588 2.148-4.734 6.088-8.77 9.428c5.713-1.024 15.62-3.558 24.193-9.54c.214-.151.429-.312.641-.46a.043.043 0 0 0-.022-.008a344.877 344.877 0 0 0-6.287-.416a581.907 581.907 0 0 0-8.748-.428zm-3.403 40.723c-1.15 0-4.493 1.037-11.815 3.306l-.45.143l-.442-.166c-.05-.017-4.854-1.799-10.611-1.799a27.169 27.169 0 0 0-1.399.035c-.576.03-3.812 1.568-7.951 8.116l-.27.421l-.472.153a510.288 510.288 0 0 1-14.748 4.48l-.49.14l-.463-.214c-.05-.02-3.007-1.392-5.819-2.684c1.533 2.265 3.495 5.094 5.221 7.311c3.015 3.883 6.815 7.47 14.102 7.47c.913 0 1.885-.055 2.882-.17c7.412-.836 9.321-1.175 10.348-1.355c.348-.059.623-.109.975-.152c.056-.007 6.125-.791 7.828-4.611c1.756-3.926 2.109-4.86 2.123-4.897l.62-1.652s.076-.43.202-.563c0 .004.001.004.004.004l.012.01c.195.14.484.578.484.578l1.022 1.215a90.881 90.881 0 0 0 5.058 5.473c1.842 1.826 4.071 2.75 6.621 2.75a11.588 11.588 0 0 0 2.71-.334a629.93 629.93 0 0 1 2.743-.66c3.445-.824 7.349-1.76 9.24-2.29c.375-.105.793-.2 1.233-.3c2.519-.582 5.969-1.385 7.799-5.049a541.946 541.946 0 0 1 4.607-8.935a77.702 77.702 0 0 0-3.33 1.613c-1.368.718-3.162 1.066-5.478 1.066c-1.377 0-2.73-.117-4.227-.25c-2.992-.275-8.055-.87-8.107-.877l-.387-.043l-.307-.246c-.045-.033-4.482-3.566-8.068-6.386c-.145-.118-.277-.229-.397-.329c-.376-.322-.378-.322-.603-.322'/%3E%3Cpath fill='%23f4edae' d='M68.908 2.928c-2.53 0-5.033.205-7.492.605a47.256 47.256 0 0 0-7.225 1.772c-5.88 1.941-11.372 5.022-16.199 9.054a51.646 51.646 0 0 0-2.814 2.534a52.876 52.876 0 0 0-7.352 8.877a54.162 54.162 0 0 0-2.043 3.355v.002a54.796 54.796 0 0 0-1.816 3.537v.002a55.605 55.605 0 0 0-1.574 3.713a70.15 70.15 0 0 1 3.285-.945c.848-.217 1.7-.425 2.554-.614a49.699 49.699 0 0 1 2.577-.502l-.014.006c.005 0 .01-.003.016-.004a128.13 128.13 0 0 0-2.46.91c-.811.302-1.622.62-2.431.946c-.017.007-.032.015-.049.021a91.745 91.745 0 0 0-4.676 2.01l-.05.022c-.362.165-.715.344-1.073.515c-.415.199-.836.388-1.246.598l-.006.004c-.204.104-.4.22-.603.328c-.554.293-1.108.585-1.65.898c-.68.39-1.344.8-1.983 1.233c-.64.433-1.253.89-1.828 1.375c-.05.29-.095.608-.135.91c-.007.059-.01.119-.018.178c-.053.451-.094.904-.129 1.357a35.861 35.861 0 0 0-.103 2.35a38.236 38.236 0 0 0 .322 5.191c.21 1.519.498 3.023.88 4.492c.05.197.085.4.14.596v.002c.031.115.078.225.111.34c.205.706.424 1.407.686 2.094c.22.584.47 1.157.75 1.715l.002.002l.11.209a12.61 12.61 0 0 0 .386.19l.771.368c.431.2 1.026.48 1.516.7a.97.97 0 0 0 .078-.073l-1.43-5.45c.303-.083 3.019-.782 7.7-1.673l-.03-.008a22.067 22.067 0 0 1-1.103-.234c-.252-.063-.5-.141-.75-.211c-.156-.044-.312-.086-.467-.133a22.086 22.086 0 0 1-1.918-.658l-.002-.002a14.346 14.346 0 0 1-1.475-.713h-.002c-.475-.272-.942-.58-1.304-.99h.004c.641.21 1.368.381 2.168.52h.004c.8.137 1.673.241 2.605.316c.935.075 1.927.12 2.969.14c2.08.04 4.346-.019 6.695-.144c3.523-.188 7.23-.525 10.772-.89c6.479-.668 12.97-1.16 19.482-1.372c.038-.001.077 0 .115-.002c2.133-.068 4.268-.108 6.406-.113c2.176.005 4.349.044 6.52.115a241.382 241.382 0 0 1 6.506.3h.002c.144.01.289.023.433.032c4.188.256 8.369.609 12.541 1.039c3.4.351 6.946.67 10.34.861c.144.008.293.022.436.03h.004c1.173.062 2.326.109 3.445.134c1.121.026 2.21.03 3.25.01c2.084-.04 3.982-.181 5.586-.459c.79-.136 1.51-.306 2.146-.513l.012-.004c-.36.41-.824.718-1.299.99a14.703 14.703 0 0 1-1.478.715a23.689 23.689 0 0 1-1.553.555a23.702 23.702 0 0 1-1.586.447c-.154.034-.312.07-.47.103c5.13.952 8.115 1.727 8.435 1.813v.002l-1.367 5.187l.57-.254c.085-.038.17-.074.254-.113l.772-.367c.128-.062.256-.128.386-.193l.108-.207v-.002a19.729 19.729 0 0 0 .757-1.715a27.03 27.03 0 0 0 .794-2.434v-.004c.233-.826.43-1.667.597-2.515v-.004c.167-.85.306-1.707.424-2.567v-.004a39.931 39.931 0 0 0 .25-2.586v-.002a36.124 36.124 0 0 0 .07-2.6v-.001c0-.038-.006-.076-.006-.113a32.712 32.712 0 0 0-.244-3.77a16.976 16.976 0 0 0-.137-.912a22.037 22.037 0 0 0-1.824-1.371s0-.002-.002-.002a31.756 31.756 0 0 0-1.982-1.233a51.549 51.549 0 0 0-4.582-2.343c-1.56-.736-3.165-1.404-4.776-2.053a87.478 87.478 0 0 0-2.43-.945h-.001c-.811-.314-1.633-.61-2.455-.91l.015.001l-.013-.004c.863.143 1.72.314 2.576.502a75.24 75.24 0 0 1 2.55.614h.004c1.101.285 2.197.605 3.286.945c-2.907-7.597-7.328-14.2-12.787-19.486a51.649 51.649 0 0 0-2.815-2.533c-4.827-4.033-10.32-7.114-16.201-9.055a47.262 47.262 0 0 0-7.225-1.772a46.587 46.587 0 0 0-7.49-.605M53.572 9.69a55.98 55.98 0 0 0-.998 3.516l.309-.912s.55 29.102 7.35 29.102h2.171v-6.315h2.617V20.377h-1.734v3.183h-7.719V12.662l27.18.002V23.56h-7.725v-3.184h-1.74v14.707h2.631v6.314h2c6.578 0 7.145-26.997 7.176-28.785a52.132 52.132 0 0 0-.848-2.92C87.823 15.93 89.013 23 89.382 28.09l.14.512l-.085.238c.119 1.992.125 3.66.092 4.73a41.1 41.1 0 0 0 .807-.773c.01-.01.026-.017.035-.027c.008-.008.012-.015.022-.022c.01-.01.02-.014.03-.021c.039-.027.076-.05.114-.075c.017-.006.034-.017.05-.027a1.259 1.259 0 0 1 .153-.053c.01 0 .021-.006.031-.006a.73.73 0 0 1 .19-.017c.017 0 .03.004.045.004a1.046 1.046 0 0 1 .146.02l.028.007l11.603 3.295c.093-2.367.14-12.537-5.187-21.11c.185.21 6.15 7.02 6.55 21.5l1.871.53a.864.864 0 0 1 .616.69a48.61 48.61 0 0 1 .574 5.415c.723 2.987 2.059 6.984 4.2 8.246c.424.201.84.417 1.247.655c-.86-.341-1.746-.587-2.64-.807a44.574 44.574 0 0 0-2.688-.59a83.5 83.5 0 0 0-5.44-.85a121.954 121.954 0 0 0-5.468-.59c-1.83-.153-3.653-.308-5.486-.415c-7.326-.451-14.673-.565-22.024-.572c-7.349.004-14.695.14-22.021.574c-1.832.106-3.658.262-5.487.416c-1.828.155-3.653.35-5.468.59a84.052 84.052 0 0 0-5.44.85a46.3 46.3 0 0 0-2.691.587c-.89.22-1.781.467-2.64.807a16.075 16.075 0 0 1 1.253-.658c2.136-1.265 3.47-5.251 4.193-8.235c.086-1.61.239-3.385.575-5.424a.857.857 0 0 1 .615-.69l1.867-.528c.406-14.48 6.37-21.29 6.557-21.5c-5.328 8.574-5.28 18.743-5.188 21.111l11.602-3.299l.027-.006a.919.919 0 0 1 .145-.02c.013 0 .03-.003.047-.003a.757.757 0 0 1 .189.015c.01 0 .021.007.035.01a.801.801 0 0 1 .143.05c.02.01.034.021.054.032c.04.022.077.045.114.07c.01.008.024.01.033.02c.008.007.012.017.02.024c.01.01.024.016.035.027c.263.263.532.52.806.773c-.116-3.822.068-14.789 5.29-23.879zm7.393 8.37v3.183h.002V18.06zm10.002 0v19.343h2.625v-.002h-2.623v-19.34Zm19.232 17.234c-.866.787-2.045 1.798-3.23 2.64v.003c1.185-.842 2.364-1.854 3.23-2.641zm-42.58.002c-.001.045 0 .114-.002.16l.004-.158zm39.455.295l-.05.145l.04-.032zm-22.355 1.81v.002h2.623v-.002zm-22.09.657c-1.18-.056-2.54.318-3.59.568c-2.099.5-4.847 1.199-5.297 2.299c-.872 2.132-1.3 7.693-1.3 7.693l-.061.037c.01.11.026.331.033.395a88.461 88.461 0 0 1 3.283-.822c1.815-.402 3.645-.74 5.477-1.05c1.836-.305 3.68-.54 5.521-.763c.132-.017.259-.027.389-.045a1.04 1.04 0 0 1-.062-.156a27.86 27.86 0 0 1-.42-1.764a20.709 20.709 0 0 1-1.47-4.375c-.324-1.474-1.323-1.961-2.503-2.017m52.691 0c-1.18.056-2.179.543-2.504 2.017c-.461 2.101-1.126 3.77-1.724 4.914c-.092.409-.181.818-.293 1.225a1.05 1.05 0 0 1-.065.164c.13.013.26.024.387.041a109.451 109.451 0 0 1 11.002 1.813a93.664 93.664 0 0 1 3.28.82c.015-.133.043-.496.07-.822c-.083-.976-.486-5.403-1.264-7.305c-.45-1.1-3.199-1.799-5.297-2.299c-1.05-.25-2.411-.624-3.592-.568m-8.777 3.068c-.287 1.417-.758 3.085-1.53 4.701h.003c.77-1.616 1.24-3.284 1.527-4.701m-37.877 4.578l.012.053a.847.847 0 0 1 0 .443h.002a.854.854 0 0 0 0-.445l-.014-.05z'/%3E%3Cpath fill='%23e6ccad' d='m117.469 72.953l-1.78 12.455v.004a.89.89 0 0 1-.37.6v.002l-2.544 1.781l-.152.78c2.51.617 4.917-1.182 6.275-2.483c.634-2.464 1.192-5.357 1.38-7.455c.145-1.617.155-2.598.087-3.21a2.402 2.402 0 0 0-.154-.671a.772.772 0 0 0-.225-.313c-.118-.099-.42-.28-.703-.453c-.11-.066-.147-.101-.273-.175h-.002c-.454-.265-1-.57-1.54-.862zm-96.557 1.729c-.596.319-1.239.673-1.777.988l-.002.002c-.193.113-.257.167-.416.265c-.286.177-.624.378-.743.477c-.237.197-.435.624-.373 2.14c.021.506.072 1.133.159 1.913l.01.068c.113.993.32 2.188.591 3.451l.008.04a62.622 62.622 0 0 0 .965 3.87c1.081 1.244 2.879 2.58 5.222 1.655l-1.66-1.162a.888.888 0 0 1-.375-.62zm48.219 1.781a13.44 13.44 0 0 0-1.799.14L63.37 89.655c-.001.005-.006.008-.008.012a.885.885 0 0 1-.236.377l-.002.002l-.002.002a.884.884 0 0 1-.408.213l-.002.002l-1.895.422c-.161.669-.707 1.65-2.465 2.187c-2.834.867-20.79 6.22-22.837 5.93c-1.21-.17-3.433-1.412-5.12-2.432a60.981 60.981 0 0 0 2.538 5.278c.367.68.779 1.387 1.209 2.105c.163.273.32.542.492.819c.594.953 1.23 1.924 1.937 2.906a559.204 559.204 0 0 0 10.916-3.35a40.025 40.025 0 0 1 2.346-3.246v-.002a29.76 29.76 0 0 1 2.574-2.838c.872-.834 1.746-1.537 2.582-2.039L54.99 96l.016-.008a7.094 7.094 0 0 1 1.187-.578l.018-.008l.02-.006a3.966 3.966 0 0 1 1.12-.242a32.004 32.004 0 0 1 1.538-.039h.002c.675.003 1.35.025 2.023.067h.002a36.465 36.465 0 0 1 2.012.183a4.322 4.322 0 0 1-.652-.746l-.003-.002a4.485 4.485 0 0 1-.408-.732l-.002-.002c-.207-.47-.301-.88-.379-1.131h.002s.231.18.653.443c.21.131.467.282.767.442h.002c.097.051.225.105.33.158a12.208 12.208 0 0 0 3.418 1.154a11.146 11.146 0 0 0 1.489.166l.1.004a10.373 10.373 0 0 0 1.575-.068c.032-.004.062-.004.094-.008a15.279 15.279 0 0 0 5.596-1.89l.031-.02a14.24 14.24 0 0 0 1.47-.967c.298-.224.405-.322.46-.371l.095-.078l.002-.002s-.004.497-.265 1.187a4.904 4.904 0 0 1-.613 1.137v.002c-.29.402-.678.814-1.192 1.197c1.978-.598 3.376-1 4.42-1.252s1.733-.355 2.293-.355c1.237 0 1.845.515 2.38.97c.1.083.201.171.321.268l.002.002c.633.498.959.76 1.615 1.28a3777.68 3777.68 0 0 1 6.153 4.872h.002c.12.014.573.061.74.08c1.556.18 4.669.536 6.904.74c.714.066 1.393.125 2.051.169c.659.043 1.297.07 1.928.07c.408 0 .789-.013 1.15-.039a56.938 56.938 0 0 0 1.729-3.643c.079-.18.158-.358.236-.54a67.857 67.857 0 0 0 1.602-4.124c-1.426 1.003-4.766 3.264-6.352 3.559c-2.032.378-20.202-4.187-23.072-4.93c-1.325-.343-1.975-.96-2.307-1.527l-1.53-.174h-.001a.886.886 0 0 1-.465-.2a.886.886 0 0 1-.285-.427l-4.078-13.437a13.898 13.898 0 0 0-1.793-.141zm3.33 38.492a253.499 253.499 0 0 1-1.228 2.776h.076l.078-.002c.419 0 .882-.044 1.318-.065c.073-.006.145-.019.217-.025a29.196 29.196 0 0 0 1.82-.217a94.872 94.872 0 0 1-2.281-2.467m3.441 3.653a28.128 28.128 0 0 1-3.12.449h-.003c-.017 0-.034 0-.05.002c-.428.017-.837.054-1.287.054l-.694.006l-.265-.006c-.19.282-.396.546-.614.797c-.058.068-.121.128-.181.194a9.378 9.378 0 0 1-.518.529c-.068.063-.14.12-.209.182c-.18.157-.361.31-.549.453c-.072.055-.145.107-.219.16a12.3 12.3 0 0 1-.63.43l-.09.056a13.76 13.76 0 0 1-1.543.81c-.125.057-.242.107-.365.159c-.492.21-.96.391-1.413.539c6.209 1.072 12.982-.56 16.538-1.646c-.037-.013-.071-.032-.108-.045a11.676 11.676 0 0 1-.984-.416c-.118-.056-.232-.12-.348-.18a11.873 11.873 0 0 1-.72-.402a12.107 12.107 0 0 1-.38-.24a12.322 12.322 0 0 1-.65-.465c-.119-.09-.24-.177-.355-.272a13.009 13.009 0 0 1-.817-.728c-.034-.033-.07-.061-.103-.094v-.002c-.11-.11-.216-.214-.323-.324'/%3E%3Cpath fill='%23656c67' d='M82.215 56.248a71.84 71.84 0 0 0-3.106.383c-.005 0-.011 0-.017.002a71.755 71.755 0 0 0-3.067.515a87.27 87.27 0 0 0-9.879 2.477l-.084.025c-1.485.465-2.92.957-4.306 1.461a106.266 106.266 0 0 0-4.354 1.694a251.908 251.908 0 0 1 5.787-.213c1.979-.05 4.003-.078 6.07-.078h.005c2.416 0 4.763.039 7.052.107l.243.004a55.567 55.567 0 0 0 2.586-2.676a55.612 55.612 0 0 0 2.402-2.844c.24-.302.466-.592.668-.857m21.88 1.215a49.678 49.678 0 0 1-2.708 1.814c-2.761 1.722-5.654 3.17-8.51 4.387c2.912.284 5.63.6 8.13.932c2.502.33 4.786.674 6.827 1.01c2.04.335 3.84.662 5.371.958c1.531.297 2.796.563 3.77.778l1.906-7.225c-2.073-.47-5.453-1.176-9.938-1.914h-.002a218.654 218.654 0 0 0-4.845-.74zm-53.013 1.166a96.126 96.126 0 0 0-5.365 1.412c-1.75.515-3.46 1.071-5.125 1.658a107.769 107.769 0 0 0-4.86 1.846a112.947 112.947 0 0 0-4.568 1.982a230.054 230.054 0 0 1 6.885-1.004a230.92 230.92 0 0 1 6.912-.795l.047-.04a47.386 47.386 0 0 1 6.074-5.06zm-26.926.547c-1.865.36-3.386.686-4.512.941l.53 2a66.471 66.471 0 0 1 3.982-2.941m88.322 9.697l-1.956 13.709a.905.905 0 0 1-.124.338v.002a.902.902 0 0 1-.246.264v.002l-2.718 1.9l-4.621 3.234a.896.896 0 0 1-.588.153l-.02.002l-22.127-2.514a.891.891 0 0 1-.752-.623l-.002-.002l-1.386-4.567l-2.598-8.55c-.801-.207-2.543-.62-4.375-.813a17.664 17.664 0 0 0-1.832-.103c-1.204 0-2.49.16-3.608.353c-1.118.194-2.07.423-2.603.56l-3.986 13.12v.002c-.001.002-.004.003-.004.006a.885.885 0 0 1-.242.385a.887.887 0 0 1-.41.216L36.153 90.87a.852.852 0 0 1-.506-.055c-.066-.025-.137-.04-.197-.082l-4.316-3.023l-3.024-2.117a.89.89 0 0 1-.37-.617l-.003-.002l-1.543-12.524l-.435-3.521c-.822.158-1.565.307-2.225.449c-.47.258-.935.515-1.392.773l2.101 17.008l10.664 7.469l26.91-5.988l3.973-13.086v-.002a.893.893 0 0 1 .266-.412a.892.892 0 0 1 .443-.21c1.007-.161 1.887-.244 2.633-.244c.738 0 1.626.083 2.629.245a.883.883 0 0 1 .44.205l.003.004l.008.007a.883.883 0 0 1 .258.405v.002l4.074 13.412l27.06 3.078l10.376-7.27l2.166-15.152a158.3 158.3 0 0 0-3.668-.748z'/%3E%3Cpath fill='%23c7b39a' d='M69.26 64.92c-1.605 0-3.184.016-4.735.047h-.047a238.71 238.71 0 0 0-4.613.137a240.704 240.704 0 0 0-8.644.494h-.002a106.508 106.508 0 0 0-3.647 1.87l-.064.034l-.002.002a95.142 95.142 0 0 0-2.803 1.566c-1.541.898-2.402 1.466-2.441 1.494h-.002l-2.645 1.764l-2.643 1.762l-.003.002l2.142-3.074l1.492-2.141v-.002a36.339 36.339 0 0 1 1.891-2.467a225.57 225.57 0 0 0-8.117 1.059c-.251.037-.501.079-.752.117c-2.272.346-4.36.693-6.112 1.016l.909 7.363l1.037 8.4l6.69 4.686l21.236-4.723l1.988-6.549l1.986-6.547a.895.895 0 0 1 .156-.29a.906.906 0 0 1 .248-.217a.72.72 0 0 1 .202-.09c.073-.02.909-.247 2.058-.488a30.253 30.253 0 0 1 2.606-.443l.03-.007l3.9-2.355a30.352 30.352 0 0 0 3.357-2.375c-.76-.014-1.545-.015-2.316-.024c-.78-.007-1.56-.02-2.34-.021m18.496.709a88.579 88.579 0 0 1-6.233 1.89a91.51 91.51 0 0 1-5.123 1.198c-2.975.605-4.914.838-5.134.853l-.254.016l-.246.02c1.388.12 2.737.366 3.755.587c1.021.223 1.71.42 1.776.44a.9.9 0 0 1 .377.223a.905.905 0 0 1 .228.375l3.96 13.033l21.208 2.41l6.744-4.723l1.917-13.404a210.375 210.375 0 0 0-10.147-1.582a231.476 231.476 0 0 0-5.916-.705a240.712 240.712 0 0 0-6.912-.631m.998 3.459c.342-.012.68.033 1.012.125h.006l.007.004c.329.093.65.232.96.418l.001.002c.313.187.614.418.9.69l.003.001a6.848 6.848 0 0 1 .834.961c.244.337.47.705.675 1.102c.205.395.386.82.545 1.265l.034.096c.155.448.288.917.39 1.404a12.3 12.3 0 0 1 .225 1.569a7.473 7.473 0 0 1-.022 1.55a4.542 4.542 0 0 1-.123.618a3.454 3.454 0 0 1-.19.525c.64-.076 1.155-.024 1.57.098h.001c.414.121.725.313.96.517c.233.205.388.422.485.594c.098.172.14.3.147.326a3.28 3.28 0 0 0-.705-.246a3.968 3.968 0 0 0-.738-.092c-.508-.018-1.05.041-1.649.131c-.602.09-1.262.21-2.004.313a20.7 20.7 0 0 1-2.469.203h-.005c-.686.024-1.345.043-1.95-.008h-.002a5.307 5.307 0 0 1-.86-.137h-.003a3.178 3.178 0 0 1-.76-.295a2.528 2.528 0 0 1-.64-.502a2.93 2.93 0 0 1-.498-.757a4.741 4.741 0 0 1-.336-1.067a8.804 8.804 0 0 1-.155-1.422a14.235 14.235 0 0 1 .032-1.578a12.577 12.577 0 0 1 .199-1.476v-.002c.56-2.831 2.063-4.857 4.123-4.93M48.723 70.15c.007 0 .014.004.021.004c.336 0 .658.048.967.147h.002c.312.1.61.251.89.443l.008.004l.004.004c.845.583 1.537 1.562 2.024 2.797l.007.015l.006.018c.158.405.295.836.407 1.291l.004.016a12.553 12.553 0 0 1 .264 1.457l.001.01v.005a14.198 14.198 0 0 1 .102 1.567v.004a8.628 8.628 0 0 1-.09 1.412v.002a4.321 4.321 0 0 1-.287 1.039v.002a2.56 2.56 0 0 1-.461.726c-.901.982-2.437.886-4.156.903c-.28.007-.545.01-.807.013c-.309.007-.603.011-.889.004c-1.314-.002-2.393-.031-3.332.036c-.014 0-.03 0-.045.002a7.87 7.87 0 0 0-1.324.199h-.002c-.413.103-.803.25-1.18.453c.01-.023.058-.134.163-.295c.1-.156.259-.36.48-.58l.022-.024l.013-.011a4.54 4.54 0 0 1 .897-.664c.209-.12.436-.236.699-.34a6.519 6.519 0 0 1 .82-.262c-.003-.007-.004-.02-.007-.027a4.724 4.724 0 0 1-.303-.998l-.016-.08a9.841 9.841 0 0 1-.142-1.36c-.001-.02-.005-.033-.006-.054c-.001-.017.002-.033.002-.05a9.871 9.871 0 0 1 .064-1.527a9.543 9.543 0 0 1 .287-1.423l.026-.09c.132-.454.294-.886.484-1.291c.196-.419.42-.81.668-1.166a6.822 6.822 0 0 1 .768-.924a5.435 5.435 0 0 1 .922-.752l.046-.031c.299-.187.609-.335.924-.44c.022-.007.043-.015.065-.021c.316-.099.639-.153.962-.158c.01 0 .019-.004.028-.004z'/%3E%3Cpath fill='%23ebd599' d='M90.2 35.297c-.867.787-2.046 1.799-3.231 2.64a21.66 21.66 0 0 1-.12 1.29v.002a24.611 24.611 0 0 1-.306 1.894v.004c-.286 1.417-.756 3.085-1.527 4.701c.09.007.18.018.27.026c1.284.104 2.57.218 3.855.353a.85.85 0 0 1 0-.45v-.001c.27-.983.476-1.984.632-2.967v-.002a35.6 35.6 0 0 0 .332-2.865v-.002c.07-.916.103-1.781.114-2.563v-.002a42.587 42.587 0 0 0-.02-2.056zm-42.579.002l-.004.158a44.69 44.69 0 0 0-.013 1.713c0 .106.002.21.004.318c.012.708.042 1.48.101 2.295l.018.25a35.65 35.65 0 0 0 .338 2.842c.15.94.346 1.892.601 2.83l.014.05a.854.854 0 0 1 0 .446c.009 0 .018 0 .027-.002a167.19 167.19 0 0 1 4.094-.38a17.47 17.47 0 0 1-.524-1.217c-.166-.43-.309-.855-.44-1.276a22.738 22.738 0 0 1-.562-2.207a24.456 24.456 0 0 1-.306-1.894a20.997 20.997 0 0 1-.117-1.29a28.886 28.886 0 0 1-1.63-1.255a42.552 42.552 0 0 1-1.437-1.24c-.049-.045-.117-.098-.164-.141'/%3E%3Cpath fill='%232d3136' d='M88.756 69.09c-2.747.097-4.507 3.666-4.356 7.984c.151 4.314 2.46 4.284 5.205 4.188c3.693-.07 5.72-1.202 7.569-.309c-.027-.103-.605-1.838-3.162-1.533c.295-.642.427-1.51.334-2.695c-.338-4.308-2.843-7.731-5.59-7.635m-40.033 1.06c-2.75.024-5.41 3.563-5.246 7.877c.044 1.124.21 1.935.474 2.52c-2.397.6-3.056 2.083-3.094 2.176c1.51-.815 3.216-.695 5.883-.692c.286.007.58.005.889-.002c.262-.004.526-.008.805-.015c2.75-.027 5.036.234 4.996-4.084c-.042-4.317-1.96-7.806-4.707-7.78m39.767 1.666c.021 0 .038.012.059.012a1.388 1.388 0 0 1 .535.117a1.404 1.404 0 0 1 .377.244l.043.04a1.4 1.4 0 0 1 .281.398l.02.041c.069.16.109.336.113.521l.002.006v.006a1.399 1.399 0 0 1-.098.535c0 .003 0 .006-.002.008l-.002.004a1.41 1.41 0 0 1-.29.447a1.4 1.4 0 0 1-.985.436a1.517 1.517 0 0 1-.55-.106a1.265 1.265 0 0 1-.433-.28l-.029-.026a1.322 1.322 0 0 1-.215-.305c-.116-.2-.2-.42-.205-.668c-.005-.26.08-.492.2-.703a1.23 1.23 0 0 1 .162-.25l.002-.002c.029-.032.06-.06.091-.09a1.27 1.27 0 0 1 .346-.242c.038-.018.078-.026.117-.041a1.522 1.522 0 0 1 .387-.086c.026-.002.048-.015.074-.016m-39.38 1.047c1.938-.13 2.02 2.804.1 2.805c-.009 0-.017.006-.026.006c-.02 0-.036-.01-.055-.01a1.54 1.54 0 0 1-.377-.064a1.35 1.35 0 0 1-.22-.088a1.268 1.268 0 0 1-.22-.139a1.38 1.38 0 0 1-.57-1.066c-.011-.433.186-.81.486-1.077c.09-.084.188-.158.305-.216c.034-.017.07-.026.106-.04a1.5 1.5 0 0 1 .47-.11z'/%3E%3Cpath fill='%23edf6fa' d='M88.49 71.816a1.404 1.404 0 1 0 .05 2.808a1.404 1.404 0 0 0-.05-2.808m-39.379 1.05a1.405 1.405 0 1 0 .071 2.808a1.405 1.405 0 0 0-.07-2.809z'/%3E%3Cpath fill='%23ebd599' d='m52.883 12.295l-.309.912c-1.164 4.588-2.811 13.146-1.828 22.498c.463.371.95.735 1.426 1.055a.866.866 0 0 1 .375.699c.004.045.102 4.373 2.014 8.055c.026.055.048.113.066.171c4.755-.324 9.521-.454 14.28-.457c4.758.003 9.523.14 14.277.467a.88.88 0 0 1 .068-.181c1.911-3.682 2.012-8.01 2.012-8.055a.876.876 0 0 1 .379-.7c.46-.31.926-.663 1.38-1.023l.051-.144c1.001-9.713-.825-18.585-1.984-22.98c-.03 1.787-.598 28.784-7.176 28.784h-2v1.912h-13.51v-1.912h-2.172c-6.8 0-7.35-29.101-7.35-29.101zm36.5 15.795c.018.25.04.51.055.75l.083-.238zm-43.457 6.476L32.796 38.3c-.81 5.275-.535 9.135-.415 10.357l.06-.037s.43-5.561 1.301-7.693c.45-1.1 3.198-1.8 5.297-2.299c2.098-.5 5.444-1.5 6.094 1.45a20.703 20.703 0 0 0 1.469 4.374c-.828-4.023-.775-7.943-.676-9.885zm45.965 0c.107 2.028.148 6.215-.8 10.424c.599-1.144 1.264-2.813 1.725-4.914c.65-2.948 3.997-1.948 6.096-1.449c2.098.5 4.847 1.2 5.297 2.299c.778 1.902 1.181 6.329 1.264 7.305c.127-1.575.283-5.163-.45-9.93zm15.316 8.334c.205 3.85-.101 6.375-.121 6.518c-.007.042-.017.078-.027.115a26 26 0 0 1 .453.137c1.316.432 2.64.884 3.894 1.477c-2.14-1.263-3.476-5.26-4.199-8.247m-76.6.008c-.723 2.984-2.057 6.97-4.193 8.235c1.253-.592 2.576-1.044 3.893-1.475c.15-.048.298-.09.449-.139c-.01-.038-.02-.071-.027-.111c-.022-.143-.326-2.666-.121-6.51z' opacity='0.8'/%3E%3Cpath fill='%23cb3349' d='M57.883 14.979v6.265h3.082V18.06h6.379v19.342h-.002v.002h-2.623v3.586h8.873v-3.586h-2.625V18.061h6.379v3.181h3.082V14.98z'/%3E%3Cpath fill='%23c7b39a' d='M118.898 86.092c-1.36 1.303-3.774 3.108-6.289 2.48c-.104.54-.189 1.031-.359 1.717c1.455.337 3.84.6 4.977.38c.485-.526 1.108-2.387 1.671-4.577m-99.564 1.805c.646 2.273 1.35 4.215 1.848 4.716c1.259.222 4.047-.164 5.416-.566a46.34 46.34 0 0 1-.397-1.346l-1.644-1.15c-2.344.925-4.141-.411-5.223-1.654m90.955 1.634l-.898.63l-2.418 1.696l-2.621 1.836a.91.91 0 0 1-.612.157l-26.078-2.967l-.369-.041c.332.567.981 1.184 2.307 1.527c2.87.743 21.04 5.308 23.072 4.93c1.585-.295 4.926-2.556 6.351-3.559c.27-.77.537-1.545.79-2.351c.17-.617.328-1.236.476-1.858m-49.473 1.15l-25.9 5.77a1.006 1.006 0 0 1-.195.018a.883.883 0 0 1-.512-.162l-1.01-.701l-3.025-2.118v-.007l-1.22-.854c.085.275.183.543.28.81l-.004.005a64.11 64.11 0 0 0 1.164 2.927c1.687 1.02 3.91 2.261 5.12 2.432c2.048.29 20.004-5.063 22.838-5.93c1.759-.537 2.303-1.52 2.464-2.19m19.873 31.094c-3.555 1.088-10.328 2.72-16.537 1.647c-1.612.527-2.891.713-3.015.728a10.8 10.8 0 0 0-.764.12c3.483.954 7.039 1.368 10.545 1.132a42.064 42.064 0 0 0 12.924-2.962a11.926 11.926 0 0 1-3.153-.665'/%3E%3Cpath fill='%232d3136' d='M68.91.52c-10.884 0-21.335 3.566-30.22 10.308c-8.595 6.524-15.135 15.884-18.938 26.44a50.473 50.473 0 0 0-4.04 1.673c-1.61.772-3.193 1.642-4.661 2.795l-.26.203l-.098.362a20.42 20.42 0 0 0-.332 1.422c-.092.46-.162.924-.228 1.388a33.11 33.11 0 0 0-.27 2.787a34.97 34.97 0 0 0 .166 5.588a35.045 35.045 0 0 0 1.037 5.508c.256.905.55 1.8.899 2.688a18.312 18.312 0 0 0 .9 1.98l.186.328c.07.12.116.208.222.367l.19.293l.295.15c.314.164.572.286.857.419l.832.375c.153.062.297.125.453.187c-3.77 3.49-7.87 8.02-11.418 13.623L0 86.474l6.293-5.523c.106-.093 5.382-4.663 14.182-9.834l.12 1.012c-.572.298-3.342 1.752-4.163 2.437c-1.362 1.134-1.428 2.89-1.063 6.166c.185 1.68.818 4.94 1.666 7.928c1.461 5.146 2.533 6.055 3.475 6.27c.423.1.975.146 1.59.146c1.683 0 3.847-.328 5.252-.752c1.653 5.14 3.993 9.777 6.845 13.846l-.412.12c-1.716-.797-7.713-3.573-9.73-4.481l-4.215-1.895l2.494 3.889c.182.28 4.483 6.99 7.998 11.51c3.284 4.22 7.782 8.533 16.271 8.533a28.9 28.9 0 0 0 3.192-.188a417.47 417.47 0 0 0 5.883-.701c8.91 3.274 18.737 3.473 28.06-.059a40.98 40.98 0 0 0 7.01-3.462c.043-.006.086-.018.127-.028c3.468-.834 7.4-1.772 9.344-2.318c.315-.086.7-.177 1.11-.274c2.705-.622 7.228-1.67 9.64-6.496c2.429-4.87 6.394-12.329 6.437-12.404l1.85-3.479l-3.611 1.569c-.193.086-4.764 2.079-7.143 3.328c-.086.046-.182.086-.28.133c1.93-3.936 2.904-7.09 3.245-8.297c1.328.32 3.303.281 4.754.281a8.26 8.26 0 0 0 1.926-.244c.94-.24 1.668-.865 3.04-6.176c.795-3.085 1.37-6.446 1.526-8.172c.305-3.362.207-5.16-1.168-6.297c-.683-.563-2.687-1.645-3.707-2.18l.049-.366c.52.124.799.197.822.203l.924-3.512a39.62 39.62 0 0 1 1.064-.432a55.505 55.505 0 0 0 1.676-.681l.832-.375c.286-.133.543-.256.858-.418l.294-.153l.19-.29c.103-.16.155-.249.222-.368l.182-.328c.123-.222.231-.438.334-.656c.206-.44.394-.883.57-1.326c.35-.888.643-1.78.899-2.686a35.5 35.5 0 0 0 1.035-5.508c.209-1.856.26-3.725.166-5.59a30.765 30.765 0 0 0-.268-2.785a21.03 21.03 0 0 0-.228-1.388a17.3 17.3 0 0 0-.332-1.422l-.1-.36l-.257-.203c-1.468-1.153-3.053-2.025-4.663-2.797a50.068 50.068 0 0 0-4.04-1.675c-3.803-10.553-10.343-19.914-18.938-26.438C90.243 4.085 79.795.52 68.91.52m-.002 2.408c20.234 0 38.77 13.192 46.52 33.453a67.075 67.075 0 0 0-3.291-.947c-1.692-.435-3.403-.829-5.13-1.114c.823.3 1.645.597 2.456.91c.815.303 1.627.62 2.432.946c1.61.649 3.215 1.317 4.775 2.053a51.549 51.549 0 0 1 4.582 2.343c1.359.783 2.66 1.64 3.81 2.608c.05.29.1.61.137.912c.053.427.098.854.135 1.285c.073.861.107 1.73.113 2.598a37.84 37.84 0 0 1-.32 5.191c-.235 1.723-.554 3.437-1.022 5.09a26.912 26.912 0 0 1-.79 2.434a20.47 20.47 0 0 1-.49 1.164a14.204 14.204 0 0 1-.27.552l-.106.21c-.13.065-.263.13-.388.19l-.772.368c-.271.126-.55.246-.824.369l1.367-5.19c-.318-.085-3.307-.86-8.44-1.812c.16-.033.32-.07.475-.105a23.675 23.675 0 0 0 3.139-1.002a14.702 14.702 0 0 0 1.478-.715c.475-.272.94-.58 1.301-.99c-5.14 1.68-15.769.917-25.22-.057c-8.636-.892-17.299-1.47-26.003-1.488c-8.704.02-17.36.596-26.002 1.488c-9.448.973-20.072 1.736-25.214.057c.36.41.828.718 1.302.99c.474.269.973.5 1.477.715c1.017.41 2.07.737 3.135 1.002c.373.09.76.172 1.136.242c-4.68.89-7.4 1.593-7.7 1.676l1.427 5.447a.97.97 0 0 1-.078.072c-.49-.219-1.085-.5-1.516-.7l-.771-.366a12.6 12.6 0 0 1-.387-.192l-.11-.209a17.801 17.801 0 0 1-.751-1.716a26.841 26.841 0 0 1-.797-2.434c-.467-1.653-.782-3.367-1.02-5.09a38.235 38.235 0 0 1-.322-5.191c.01-.868.04-1.737.115-2.598c.034-.43.085-.86.135-1.287c.04-.302.086-.62.135-.91c1.15-.97 2.453-1.828 3.81-2.61a52.11 52.11 0 0 1 4.578-2.341c1.564-.736 3.166-1.404 4.776-2.053c.809-.325 1.62-.644 2.432-.945a128.13 128.13 0 0 1 2.459-.91c-1.727.284-3.437.679-5.133 1.113c-1.1.285-2.198.606-3.287.947C30.14 16.12 48.67 2.928 68.908 2.928M53.572 9.69c-5.22 9.09-5.405 20.056-5.289 23.88a29.167 29.167 0 0 1-.806-.774c-.011-.011-.025-.017-.036-.027c-.007-.008-.011-.017-.02-.024c-.008-.01-.022-.012-.032-.02a1.211 1.211 0 0 0-.114-.07c-.02-.01-.033-.023-.054-.033a.801.801 0 0 0-.143-.049c-.014-.003-.025-.01-.035-.01a.756.756 0 0 0-.19-.015c-.016 0-.033.004-.046.004a.918.918 0 0 0-.145.02l-.027.005l-11.602 3.299c-.092-2.368-.14-12.537 5.188-21.111c-.187.21-6.15 7.02-6.557 21.5l-1.867.529a.857.857 0 0 0-.615.69c-1.138 6.902-.484 11.73-.453 11.933c.007.04.017.073.027.111c-.151.048-.3.091-.45.139c-1.765.578-3.54 1.194-5.146 2.133c.86-.34 1.75-.587 2.64-.807a46.3 46.3 0 0 1 2.692-.588a84.019 84.019 0 0 1 5.44-.85c1.815-.24 3.64-.434 5.468-.59c1.83-.153 3.655-.31 5.487-.415c7.326-.433 14.672-.57 22.021-.574c7.351.007 14.698.12 22.024.572c1.833.107 3.657.262 5.486.416c1.83.155 3.65.353 5.469.59a83.5 83.5 0 0 1 5.44.85c.9.17 1.796.362 2.687.59c.894.22 1.78.465 2.64.806c-1.606-.94-3.38-1.553-5.142-2.131a23.617 23.617 0 0 0-.453-.137c.01-.037.02-.073.027-.115c.028-.203.684-5.03-.453-11.934a.864.864 0 0 0-.616-.69l-1.87-.528c-.402-14.48-6.366-21.29-6.551-21.5c5.328 8.573 5.28 18.742 5.187 21.109L91.18 32.58c-.01-.003-.02-.004-.028-.008a1.044 1.044 0 0 0-.146-.02c-.014 0-.028-.003-.045-.003a.73.73 0 0 0-.19.017c-.01 0-.02.006-.03.006a1.26 1.26 0 0 0-.153.053c-.017.01-.034.021-.05.027c-.039.025-.076.048-.114.075c-.01.007-.021.01-.031.021c-.01.007-.014.015-.022.021c-.009.01-.025.018-.035.028a41.1 41.1 0 0 1-.807.773c.117-3.823-.069-14.79-5.287-23.879c.11.32 4.252 12.435 2.822 26.014c-.466.371-.947.735-1.421 1.055a.876.876 0 0 0-.38.699c0 .045-.1 4.373-2.011 8.055a.88.88 0 0 0-.068.181c-4.754-.327-9.519-.463-14.278-.466c-4.758.003-9.524.133-14.279.457a1.192 1.192 0 0 0-.067-.172c-1.911-3.682-2.01-8.01-2.013-8.055a.866.866 0 0 0-.375-.7c-.476-.32-.963-.683-1.426-1.054c-1.428-13.579 2.716-25.695 2.826-26.014zm1.996 2.971V23.56h7.72v-3.183h1.734v14.705h-2.618v8.227h13.51v-8.227h-2.63V20.375h1.74v3.184h7.724V12.664Zm2.315 2.316h22.545v6.264h-3.082V18.06h-6.377v19.342h2.623v3.588h-8.873v-3.588h2.625V18.061h-6.377v3.183h-3.084zM45.926 34.566c-.113 2.225-.168 7.05 1.096 11.649c.018.055.037.108.062.156c-.13.018-.257.028-.389.045c-1.842.223-3.685.458-5.521.764c-1.832.31-3.662.646-5.477 1.048a88.459 88.459 0 0 0-3.283.823c-.089-.777-.5-5.004.383-10.752zm45.965 0l13.132 3.735c.884 5.755.468 9.98.38 10.752a93.664 93.664 0 0 0-3.28-.82a109.45 109.45 0 0 0-11.002-1.813c-.127-.017-.257-.028-.387-.041a1.05 1.05 0 0 0 .065-.164c1.262-4.6 1.21-9.425 1.092-11.649m-1.692.729c.08 2.32.022 6.526-1.058 10.46a.856.856 0 0 0 0 .452a172.45 172.45 0 0 0-4.127-.379c1.543-3.234 1.882-6.68 1.955-7.893c1.185-.843 2.364-1.853 3.23-2.64m-42.58.002c.866.787 2.043 1.796 3.233 2.639c.07 1.212.408 4.65 1.949 7.882c-1.376.11-2.75.238-4.123.383a.847.847 0 0 0 0-.443c-1.08-3.93-1.135-8.137-1.059-10.461m20.942 19.978h.003c1.48.004 2.96.018 4.438.041a92.314 92.314 0 0 0-7.201 1.9c-7.685 2.368-14.213 5.419-18.656 7.755c4.956-4.741 10.225-7.4 10.828-7.694l.054-.03l4.014-1.901c2.177-.044 4.35-.068 6.52-.07zm-14.659.295a96.085 96.085 0 0 0-7.56 1.79c-15.39 4.306-27.853 11.78-35.008 16.751c7.363-8.803 18.087-15.536 20.883-17.209c.304-.04.603-.074.908-.103c1.064-.117 2.131-.2 3.205-.283c2.144-.162 4.288-.31 6.442-.428c3.708-.21 7.42-.382 11.13-.518m31.71.09c2.914.122 5.832.262 8.747.428c2.101.118 4.194.26 6.288.416c.006 0 .015.004.021.008c-.212.148-.427.309-.64.46c-8.574 5.982-18.481 8.516-24.194 9.54c4.036-3.34 7.183-7.28 8.77-9.428a47.32 47.32 0 0 0 1.007-1.424zm-3.397.588c-.202.265-.427.556-.668.858a55.59 55.59 0 0 1-4.988 5.519a246.38 246.38 0 0 0-7.297-.111c-4.136 0-8.1.109-11.868.29c5.317-2.205 11.711-4.36 18.631-5.656a71.798 71.798 0 0 1 6.19-.9m21.88 1.215c6.933.98 12.022 2.028 14.786 2.654l-1.906 7.225c-3.894-.858-12.45-2.544-24.098-3.678c3.807-1.623 7.68-3.656 11.219-6.201zm-53.011 1.166a47.573 47.573 0 0 0-6.123 5.1a230.85 230.85 0 0 0-13.799 1.798c5.891-2.71 12.616-5.201 19.922-6.898m-26.928.547a66.47 66.47 0 0 0-3.982 2.941l-.53-2a147.89 147.89 0 0 1 4.512-.941m45.106 5.742c1.58 0 3.128.02 4.656.047a30.352 30.352 0 0 1-3.36 2.375l-3.898 2.355c-2.448.3-4.572.905-4.695.938a.72.72 0 0 0-.201.09a.895.895 0 0 0-.403.508l-3.976 13.095l-21.237 4.723l-6.691-4.686L27.514 68.6c3.797-.7 8.88-1.51 14.982-2.192a33.581 33.581 0 0 0-1.892 2.47l-3.635 5.214l5.293-3.527c.078-.056 3.448-2.274 8.959-4.967a240.52 240.52 0 0 1 18.04-.68zm18.494.711c9.675.743 17.573 1.933 22.974 2.916l-1.916 13.406l-6.744 4.723l-21.209-2.41l-3.959-13.033a.9.9 0 0 0-.605-.598c-.132-.04-2.755-.787-5.541-1.027l.51-.038c.44-.03 7.756-.926 16.49-3.939m24.722 3.244a158.3 158.3 0 0 1 3.669.748l-2.167 15.153l-10.374 7.27l-27.061-3.08l-4.074-13.411a.879.879 0 0 0-.71-.623c-1.002-.162-1.89-.244-2.628-.244c-.746 0-1.626.082-2.633.244a.888.888 0 0 0-.709.623L61.818 88.64l-26.91 5.986l-10.666-7.47l-2.101-17.007a155.2 155.2 0 0 1 1.392-.777c.663-.138 1.405-.29 2.227-.45l1.978 16.05a.891.891 0 0 0 .373.619l7.34 5.137a.868.868 0 0 0 .703.14l22.125-4.925a.886.886 0 0 0 .656-.604l3.987-13.121c1.067-.275 3.804-.914 6.213-.914c2.398 0 5.137.64 6.205.916l3.986 13.119a.89.89 0 0 0 .752.623l22.127 2.514a.886.886 0 0 0 .605-.157l7.342-5.132a.907.907 0 0 0 .37-.606zm4.99 4.078c1.08.587 2.19 1.217 2.518 1.492c.33.266.583.96.291 4.194c-.354 3.963-2.02 10.914-3.05 12.033c-1.137.22-3.522-.044-4.977-.38c.248-.999.322-1.48.523-2.499l2.545-1.78a.89.89 0 0 0 .371-.603zm-96.556 1.73l1.61 13.089a.888.888 0 0 0 .374.619l3.305 2.312c.126.45.257.902.397 1.346c-1.37.402-4.157.788-5.416.566c-1.047-1.053-2.997-8.3-3.424-12.146c-.345-3.118-.103-3.79.215-4.053c.368-.308 1.745-1.093 2.939-1.732zm48.223 1.782c.51 0 1.115.049 1.798.14l4.082 13.44c.103.34.396.585.748.625l1.899.215l26.078 2.967a.91.91 0 0 0 .611-.157l2.621-1.836l2.418-1.697l.899-.629a52.65 52.65 0 0 1-.477 1.858c-1.248 3.995-2.718 7.535-4.355 10.658c-.36.024-.744.039-1.15.039c-1.263 0-2.552-.108-3.979-.236c-2.475-.23-6.406-.677-7.645-.823c-1.07-.85-4.727-3.757-7.769-6.152c-.118-.097-.221-.186-.324-.27c-.534-.454-1.142-.97-2.38-.97c-1.12 0-2.755.411-6.712 1.607c2.058-1.536 2.07-3.523 2.07-3.523s-2.932 2.722-7.654 3.332c-4.721.605-8.428-2.295-8.428-2.295c.156.504.374 1.644 1.444 2.615a34.338 34.338 0 0 0-4.04-.252c-.515 0-1.038.015-1.537.04c-2.907.15-6.994 4.541-9.867 8.968a559.225 559.225 0 0 1-10.916 3.35c-4.76-6.597-7.104-13.337-7.34-14.036l.004-.003c-.097-.268-.195-.536-.281-.811l1.22.854v.007l3.026 2.118l1.01.7a.883.883 0 0 0 .512.163c.063 0 .13-.005.195-.018l27.797-6.191a.886.886 0 0 0 .656-.606l3.963-13.05a13.42 13.42 0 0 1 1.803-.141m13.074 19.92c.225 0 .226 0 .603.322c.12.1.252.21.397.328c3.586 2.82 8.023 6.354 8.068 6.387l.307.246l.387.043c.052.007 5.115.602 8.107.877c1.497.133 2.85.25 4.227.25c2.316 0 4.11-.348 5.478-1.066a77.695 77.695 0 0 1 3.33-1.614a541.942 541.942 0 0 0-4.607 8.936c-1.83 3.664-5.28 4.467-7.8 5.049c-.44.1-.857.194-1.231.3c-1.892.53-5.796 1.466-9.24 2.29c-.956.228-1.887.45-2.745.66a11.61 11.61 0 0 1-2.709.334c-2.55 0-4.779-.924-6.62-2.75a90.88 90.88 0 0 1-5.06-5.473l-1.021-1.215s-.29-.438-.484-.578l-.012-.01c-.003 0-.004 0-.004-.004c-.126.133-.201.562-.201.562l-.621 1.653c-.014.036-.367.97-2.123 4.896c-1.703 3.82-7.773 4.605-7.829 4.612c-.352.043-.626.093-.974.152c-1.027.18-2.936.518-10.348 1.355c-.997.114-1.97.17-2.883.17c-7.287 0-11.086-3.587-14.101-7.47c-1.726-2.217-3.688-5.046-5.22-7.31c2.811 1.291 5.768 2.663 5.818 2.683l.462.215l.49-.141a510.28 510.28 0 0 0 14.749-4.48l.472-.153l.27-.422c4.139-6.548 7.375-8.086 7.951-8.115a27.17 27.17 0 0 1 1.398-.035c5.757 0 10.562 1.782 10.612 1.799l.441.166l.451-.143c7.322-2.27 10.665-3.307 11.815-3.307zm-9.748 18.57a88.84 88.84 0 0 0 2.283 2.469a29.17 29.17 0 0 1-2.037.242c-.437.021-.9.068-1.32.067h-.155a253.5 253.5 0 0 0 1.229-2.778m3.441 3.654l.322.327c2.115 2.094 4.736 3.294 7.618 3.506a42.064 42.064 0 0 1-12.924 2.962c-3.506.236-7.062-.178-10.545-1.132c.293-.054.506-.09.764-.12c.285-.036 6.532-.852 9.345-5.037l.266.006l.693-.006c.468 0 .892-.04 1.338-.056c1.064-.093 2.1-.243 3.123-.45'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-argo-cd.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-argo-cd.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 128 128'%3E%3Cdefs%3E%3CclipPath id='deviconArgocd0'%3E%3Cpath d='M42 41h44v51H42zm0 0'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd1'%3E%3Cuse href='%23deviconArgocdc'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd2'%3E%3Cuse href='%23deviconArgocdc'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd3'%3E%3Cpath d='m85.695 41.133l-2.55 58.238H44.887l-2.125-58.238'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd4'%3E%3Cuse href='%23deviconArgocdc'/%3E%3C/clipPath%3E%3Cmask id='deviconArgocd5'%3E%3Cg filter='url(%23deviconArgocdb)'%3E%3Cuse href='%23deviconArgocdc' fill-opacity='0.251'/%3E%3C/g%3E%3C/mask%3E%3Cmask id='deviconArgocd6'%3E%3Cg filter='url(%23deviconArgocdb)'%3E%3Cuse href='%23deviconArgocdc' fill-opacity='0.22'/%3E%3C/g%3E%3C/mask%3E%3Cmask id='deviconArgocd7'%3E%3Cg filter='url(%23deviconArgocdb)'%3E%3Cuse href='%23deviconArgocdc' fill-opacity='0.502'/%3E%3C/g%3E%3C/mask%3E%3Cg id='deviconArgocd8' clip-path='url(%23deviconArgocd4)'%3E%3Cpath fill='%23fbdfc3' d='M58.488 30.508a2.974 2.974 0 1 1-5.948-.003a2.974 2.974 0 0 1 5.948.003m0 0'/%3E%3C/g%3E%3Cg id='deviconArgocd9' clip-path='url(%23deviconArgocd2)'%3E%3Cpath fill='%23e34e3b' d='M84.422 65.363s2.55-22.531-.852-31.031C77.195 19.453 62.316 20.73 62.316 20.73s8.5 3.399 8.926 16.153c.426 8.926 0 22.105 0 22.105zm0 0'/%3E%3C/g%3E%3Cg id='deviconArgocda' clip-path='url(%23deviconArgocd1)'%3E%3Cpath fill='%23e9654b' d='M83.145 90.867V87.47c-5.95 3.398-12.329 6.8-19.977 6.8c-8.504 0-14.031-3.824-19.555-6.8l.422 3.398s6.38 6.805 19.555 6.805c12.328-.426 19.555-6.805 19.555-6.805zm0 0'/%3E%3C/g%3E%3Cfilter id='deviconArgocdb' width='100%25' height='100%25' x='0%25' y='0%25' filterUnits='objectBoundingBox'%3E%3CfeColorMatrix in='SourceGraphic' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/%3E%3C/filter%3E%3Cpath id='deviconArgocdc' d='M0 0h128v128H0z'/%3E%3C/defs%3E%3Cpath fill='%23e9654b' d='M44.035 89.594s-.847 2.55-2.125 3.824a3.844 3.844 0 0 1-2.972 1.277a49.946 49.946 0 0 1-6.38 1.274s2.977.426 6.38.851c1.273 0 1.273 0 2.124.426c2.126 0 2.973-1.277 2.973-1.277zm39.11 0s.851 2.55 2.125 3.824a3.858 3.858 0 0 0 2.976 1.277a49.8 49.8 0 0 0 6.375 1.274s-2.973.426-6.8.851c-1.274 0-1.274 0-2.126.426c-2.55 0-2.976-1.277-2.976-1.277zm0 0'/%3E%3Cpath fill='%23b6cfea' d='M109.926 47.508c0 25.355-20.555 45.91-45.91 45.91c-25.356 0-45.91-20.555-45.91-45.91c0-25.352 20.554-45.906 45.91-45.906c25.355 0 45.91 20.554 45.91 45.906m0 0'/%3E%3Cpath fill='%23e6f5f8' d='M108.227 47.508c0 24.418-19.793 44.21-44.211 44.21c-24.414 0-44.207-19.792-44.207-44.21C19.809 23.094 39.602 3.3 64.016 3.3c24.418 0 44.21 19.793 44.21 44.207zm0 0'/%3E%3Cpath fill='%23d0e8f0' d='M100.148 48.36c0 19.956-16.175 36.132-36.132 36.132c-19.954 0-36.133-16.176-36.133-36.133c0-19.953 16.18-36.132 36.133-36.132c19.957 0 36.132 16.18 36.132 36.132zm0 0'/%3E%3Cpath fill='%23ee794b' d='M42.762 65.363s2.976 48.035 2.976 48.887c0 .422.426 1.273-1.703 2.125c-2.125.848-8.926 2.55-8.926 2.55h10.203c4.676 0 4.676-3.827 4.676-4.675c0-.852 1.274-19.129 1.274-19.129s.425 21.68.425 22.527c0 .852-.425 2.125-3.398 2.977c-2.125.426-8.504 1.7-8.504 1.7h9.778c5.953 0 5.953-3.825 5.953-3.825l1.273-19.129s.426 19.129.426 21.254c0 1.7-1.274 2.977-5.953 3.824c-2.973.852-6.801 1.703-6.801 1.703h11.055c5.523-.425 6.375-4.254 6.375-4.254l9.351-47.609zm0 0'/%3E%3Cpath fill='%23ee794b' d='M85.27 65.363s-2.973 48.035-2.973 48.887c0 .422-.426 1.273 1.7 2.125c2.124.848 8.925 2.55 8.925 2.55H82.719c-4.676 0-4.676-3.827-4.676-4.675c0-.852-1.273-19.129-1.273-19.129s-.426 21.68-.426 22.527c0 .852.426 2.125 3.402 2.977l8.5 1.7H78.47c-5.95 0-5.95-3.825-5.95-3.825l-1.277-19.129s-.426 19.129-.426 21.254c0 1.7 1.278 2.977 5.954 3.824c2.976.852 6.8 1.703 6.8 1.703H72.52c-5.528-.425-6.38-4.254-6.38-4.254L56.79 74.29zm.425-23.379c0 11.903-9.777 21.254-21.254 21.254c-11.476 0-21.254-9.777-21.254-21.254c0-11.476 9.778-21.254 21.254-21.254c11.477 0 21.254 9.352 21.254 21.254m0 0'/%3E%3Cg clip-path='url(%23deviconArgocd0)'%3E%3Cg clip-path='url(%23deviconArgocd3)'%3E%3Cpath fill='%23ee794b' d='M102.273 53.46c0 20.895-16.937 37.833-37.832 37.833c-20.894 0-37.832-16.938-37.832-37.832c0-20.895 16.938-37.832 37.832-37.832c20.895 0 37.832 16.937 37.832 37.832zm0 0'/%3E%3C/g%3E%3C/g%3E%3Cuse href='%23deviconArgocd9' mask='url(%23deviconArgocd6)'/%3E%3Cuse href='%23deviconArgocd8' mask='url(%23deviconArgocd7)'/%3E%3Cpath fill='%23010101' d='M71.668 73.863c0 7.227-3.402 11.907-7.652 11.907s-7.653-5.528-7.653-12.754c0 0 3.403 6.8 8.078 6.8c4.676 0 7.227-5.953 7.227-5.953m0 0'/%3E%3Cpath fill='%23fff' d='M71.668 73.863c0 4.68-3.402 7.227-7.652 7.227s-7.227-3.399-7.227-7.649c0 0 3.402 4.25 8.078 4.25c4.676 0 6.801-3.828 6.801-3.828m0 0'/%3E%3Cpath fill='%23e9654b' d='M92.07 53.887c0 7.277-5.898 13.175-13.175 13.175c-7.278 0-13.18-5.898-13.18-13.175c0-7.278 5.902-13.18 13.18-13.18c7.277 0 13.175 5.902 13.175 13.18m-29.754 0c0 7.277-5.902 13.175-13.18 13.175c-7.277 0-13.175-5.898-13.175-13.175c0-7.278 5.898-13.18 13.176-13.18c7.277 0 13.18 5.902 13.18 13.18zm0 0'/%3E%3Cpath fill='%23fff' d='M89.098 53.887c0 5.633-4.57 10.203-10.203 10.203c-5.633 0-10.204-4.57-10.204-10.203c0-5.637 4.57-10.203 10.204-10.203c5.632 0 10.203 4.566 10.203 10.203m-30.61 0c0 5.633-4.566 10.203-10.199 10.203c-5.637 0-10.203-4.57-10.203-10.203a10.201 10.201 0 0 1 10.203-10.203c5.633 0 10.2 4.566 10.2 10.203zm0 0'/%3E%3Cpath fill='%23010101' d='M51.262 52.61a2.975 2.975 0 1 1-5.95.003a2.975 2.975 0 0 1 5.95-.004zm30.609 0a2.976 2.976 0 1 1-5.951.001a2.976 2.976 0 0 1 5.951-.002zm0 0'/%3E%3Cpath fill='%23b6cfea' d='M17.258 58.988a2.005 2.005 0 0 1-2.125-2.125V39.86a2.008 2.008 0 0 1 .582-1.543a2.008 2.008 0 0 1 1.543-.582a2.005 2.005 0 0 1 2.125 2.125v17.004c.035.57-.18 1.133-.586 1.54a2.008 2.008 0 0 1-1.54.585zm92.668 0a2.003 2.003 0 0 1-1.54-.586a2.008 2.008 0 0 1-.585-1.539V39.86a2.011 2.011 0 0 1 .586-1.543a2 2 0 0 1 1.539-.582a2 2 0 0 1 1.539.582c.41.407.62.97.586 1.543v17.004a1.994 1.994 0 0 1-.586 1.54a2.003 2.003 0 0 1-1.54.585zm0 0'/%3E%3Cpath fill='%23fff' d='M51.688 13.504a2.125 2.125 0 1 1-4.25 0a2.125 2.125 0 0 1 4.25 0M34.262 70.89a1.559 1.559 0 0 1-1.278-.425c-5.101-6.375-7.652-14.453-7.652-22.531a37.933 37.933 0 0 1 5.102-19.13a41.641 41.641 0 0 1 13.601-13.6a1.873 1.873 0 0 1 2.13.425a1.874 1.874 0 0 1-.427 2.125a34.305 34.305 0 0 0-17.43 29.754a33.487 33.487 0 0 0 7.227 20.832c.426.426.426 1.7-.426 2.125c-.425.426-.425.426-.847.426zm0 0'/%3E%3Cuse href='%23deviconArgocda' mask='url(%23deviconArgocd5)'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-kubernetes.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-kubernetes.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 128 128'%3E%3Cpath fill='%23326ce5' d='M63.556 1.912a8.51 8.44 0 0 0-3.26.826L15.795 24a8.51 8.44 0 0 0-4.604 5.725L.214 77.485a8.51 8.44 0 0 0 1.155 6.47a8.51 8.44 0 0 0 .484.672l30.8 38.296a8.51 8.44 0 0 0 6.653 3.176l49.394-.012a8.51 8.44 0 0 0 6.653-3.17l30.789-38.301a8.51 8.44 0 0 0 1.645-7.142l-10.996-47.76a8.51 8.44 0 0 0-4.604-5.726L67.682 2.738a8.51 8.44 0 0 0-4.126-.826'/%3E%3Cpath fill='%23fff' d='M63.975 18.143v.01c-1.472.014-2.664 1.336-2.664 2.972c0 .028.005.052.005.074c-.002.222-.012.49-.005.684c.035.946.24 1.668.365 2.535c.17 1.42.215 2.547.224 3.687l.036-.164a40.909 40.909 0 0 0-.118-2.394c.139 1.228.24 2.364.186 3.392c-.015-.325-.061-.677-.066-.982l-.036.164c.003.347.096.79.069 1.123c-.061.29-.291.495-.467.742l-.025.121c.173-.227.354-.444.46-.699c-.134.423-.42.796-.707 1.094c.08-.124.146-.262.24-.385l.026-.12c-.145.203-.227.457-.385.61l-.006.006l-.064 1.12a34.702 34.702 0 0 0-4.797.736a34.279 34.279 0 0 0-17.398 9.935c-.296-.202-.8-.56-.95-.672l-.005-.005l-.01.002c-.478.064-.95.207-1.57-.153c-1.187-.8-2.271-1.907-3.584-3.24c-.601-.637-1.037-1.246-1.754-1.861c-.163-.141-.41-.33-.592-.473a3.193 3.193 0 0 0-1.87-.705c-.825-.028-1.62.294-2.14.947c-.925 1.16-.628 2.933.658 3.96l.04.026c.174.143.39.326.552.446c.762.561 1.457.849 2.21 1.293c1.594.984 2.91 1.798 3.956 2.779c.402.427.474 1.19.53 1.525v.008l.847.754c-4.561 6.874-6.675 15.36-5.432 24.006l-1.103.324l-.004.006c-.295.381-.712.972-1.135 1.147c-1.366.43-2.908.588-4.77.783c-.872.073-1.626.031-2.556.207c-.205.04-.49.112-.713.164l-.023.006l-.04.011c-1.58.383-2.6 1.837-2.27 3.272c.327 1.435 1.873 2.306 3.464 1.963l.039-.006h.002c.02-.005.038-.015.05-.018c.22-.048.496-.101.69-.154c.913-.245 1.574-.603 2.393-.916c1.76-.632 3.218-1.16 4.637-1.365c.582-.046 1.204.362 1.517.537l.008.004l1.152-.197c2.674 8.274 8.266 14.96 15.346 19.162l-.48 1.152l.003.01c.174.45.364 1.057.237 1.492c-.516 1.336-1.4 2.749-2.408 4.326c-.488.728-.99 1.295-1.43 2.131c-.107.201-.24.507-.342.717c-.69 1.475-.184 3.177 1.143 3.816c1.335.643 2.99-.036 3.707-1.513l.007-.008v-.01c.1-.207.242-.478.329-.674c.378-.866.505-1.607.77-2.441h-.003c.706-1.773 1.094-3.627 2.059-4.778c.26-.31.688-.432 1.136-.552l.01-.004l.6-1.084a34.436 34.436 0 0 0 24.556.062c.172.303.478.865.563 1.01l.004.006l.008.004c.458.149.948.223 1.35.816c.722 1.237 1.218 2.703 1.822 4.475c.265.832.397 1.575.775 2.441c.087.2.23.475.33.684c.715 1.482 2.375 2.163 3.713 1.52c1.326-.64 1.832-2.34 1.143-3.815c-.102-.21-.243-.518-.348-.719c-.441-.836-.943-1.397-1.43-2.125c-1.01-1.577-1.843-2.885-2.36-4.222c-.213-.685.036-1.104.206-1.555l.006-.014l-.01-.01a.834.834 0 0 1-.09-.168a6.23 6.23 0 0 1-.12-.29c-.08-.21-.16-.442-.224-.596c7.358-4.35 12.786-11.285 15.34-19.295c.347.054.93.155 1.12.193l.01.002l.009-.004c.402-.265.76-.606 1.475-.549c1.419.205 2.876.734 4.638 1.366c.817.312 1.479.677 2.393.921c.194.052.47.101.69.149c.012.003.029.012.05.017h.002l.04.004c1.59.341 3.137-.528 3.464-1.963c.327-1.435-.691-2.888-2.272-3.269c-.227-.052-.551-.141-.775-.184c-.93-.176-1.683-.132-2.557-.205c-1.86-.195-3.402-.353-4.77-.783c-.547-.213-.942-.872-1.138-1.148l-.006-.006l-1.066-.31a34.42 34.42 0 0 0-.56-12.425a34.497 34.497 0 0 0-4.983-11.525c.278-.252.785-.701.932-.836l.007-.006v-.01c.044-.48.006-.97.495-1.494c1.045-.98 2.364-1.797 3.957-2.779c.754-.444 1.454-.731 2.214-1.293c.174-.128.408-.328.588-.473c1.286-1.026 1.584-2.798.658-3.959c-.925-1.16-2.718-1.267-4.003-.242c-.182.145-.43.332-.594.473c-.717.618-1.16 1.226-1.76 1.863c-1.313 1.335-2.398 2.446-3.586 3.246c-.507.294-1.258.193-1.603.172h-.008l-1.004.719c-5.775-6.048-13.63-9.916-22.09-10.672a63.543 63.543 0 0 1-.064-1.174v-.008l-.006-.006c-.35-.333-.76-.61-.864-1.318v-.002c-.115-1.428.077-2.967.3-4.824c.125-.867.332-1.59.366-2.535c.009-.216-.005-.527-.005-.758c0-1.645-1.203-2.982-2.688-2.982zm-3.514 13.7a34.663 34.663 0 0 0-3.59.552a34.618 34.618 0 0 1 3.59-.551zm-4.781.823a34.262 34.262 0 0 0-3.711 1.133a34.208 34.208 0 0 1 3.71-1.133zm-4.825 1.564a34.262 34.262 0 0 0-3.496 1.666a34.216 34.216 0 0 1 3.496-1.666M28.8 35.377c.142.02.28.048.418.086a3.168 3.168 0 0 0-.418-.086m.943.283c.132.064.259.137.38.219a3.168 3.168 0 0 0-.38-.219m16.549.848a34.262 34.262 0 0 0-3.176 2.14a34.228 34.228 0 0 1 3.176-2.14m14.346 2.344l-.787 13.93l-.057.029l-.002.013c-.002.05-.014.095-.02.143a2.348 2.348 0 0 1-.263.857c-.038.07-.076.141-.121.207a2.348 2.348 0 0 1-.69.662c-.07.045-.147.08-.222.118a2.348 2.348 0 0 1-.873.226c-.045.003-.088.014-.133.014c-.05 0-.094-.022-.143-.026a2.334 2.334 0 0 1-.943-.304c-.045-.026-.094-.041-.137-.069l-.006.022l.004-.022c-.044-.027-.102-.016-.144-.047l-.012-.01l-.022.014l-11.421-8.097c.093-.091.192-.174.287-.264a27.438 27.438 0 0 1 3.23-2.635c.237-.165.473-.332.715-.49a27.438 27.438 0 0 1 3.816-2.078c.24-.107.487-.204.73-.305a27.438 27.438 0 0 1 4.044-1.312c.12-.03.238-.067.36-.094c.576-.13 1.162-.206 1.745-.299l.006-.025a28.076 28.076 0 0 1 .004 0l-.006.025c.355-.056.704-.14 1.06-.183zm6.726.002c.197.024.39.068.586.097a27.668 27.668 0 0 1 3.16.656c.412.111.82.23 1.225.36a27.668 27.668 0 0 1 3.033 1.168c.375.17.745.348 1.112.535a27.668 27.668 0 0 1 2.83 1.662c.344.23.68.47 1.015.717a27.668 27.668 0 0 1 2.496 2.074c.144.134.297.257.438.395l-11.346 8.044l-.04-.015l-.01.008c-.045.032-.094.045-.14.074a2.35 2.35 0 0 1-.882.334c-.077.012-.153.03-.23.033a2.35 2.35 0 0 1-.99-.176a2.34 2.34 0 0 1-.265-.127a2.35 2.35 0 0 1-.746-.65c-.05-.069-.088-.146-.13-.22a2.35 2.35 0 0 1-.288-.887c-.006-.055-.026-.103-.03-.159v-.011l-.011-.006zm-25.238.576a34.262 34.262 0 0 0-2.81 2.576a34.228 34.228 0 0 1 2.81-2.576m50.916 8.14a34.483 34.483 0 0 1 1.522 2.594a34.478 34.478 0 0 0-1.522-2.594m1.994 3.508c.488.993.927 2.01 1.317 3.045a34.478 34.478 0 0 0-1.317-3.045m-54.576.69l10.43 9.328l-.012.056l.01.008c.94.817 1.07 2.23.293 3.203c-.028.035-.068.057-.098.09a2.348 2.348 0 0 1-.986.65c-.043.015-.078.043-.121.055l-.014.002l-.012.047l-13.367 3.86c-.02-.185-.02-.37-.037-.555a27.432 27.432 0 0 1-.092-3.344c.013-.387.033-.773.063-1.158a27.432 27.432 0 0 1 .457-3.307c.08-.407.173-.812.273-1.215a27.432 27.432 0 0 1 .99-3.162c.14-.37.29-.734.448-1.097a27.432 27.432 0 0 1 1.51-2.987c.09-.156.17-.32.265-.474m47.002.007c.097.158.176.324.27.483a27.774 27.774 0 0 1 1.53 3.01c.15.346.298.694.434 1.046a27.774 27.774 0 0 1 1.04 3.288c.045.175.104.346.144.523c.69 3.002.86 5.999.578 8.896l-13.434-3.87l-.011-.057l-.014-.004c-.045-.012-.084-.034-.127-.049a2.35 2.35 0 0 1-.79-.455c-.058-.052-.116-.103-.17-.16a2.35 2.35 0 0 1-.491-.824c-.027-.078-.044-.158-.063-.239a2.35 2.35 0 0 1-.03-.892c.009-.049.01-.096.02-.145c.01-.045.038-.084.05-.129a2.329 2.329 0 0 1 .599-.996c.034-.033.054-.076.09-.107l.01-.01l-.006-.03zm9.228 3.305c.332.965.619 1.945.864 2.938a34.478 34.478 0 0 0-.864-2.938m-34.824 6.752h4.262l2.65 3.314l-.95 4.133l-3.83 1.84l-3.837-1.848l-.953-4.132zm13.727 11.395c.18-.01.357.008.533.04l.014.003l.023-.03l13.828 2.338c-.064.18-.147.351-.215.53a27.466 27.466 0 0 1-1.36 3.011c-.19.363-.386.721-.593 1.074a27.466 27.466 0 0 1-1.853 2.768c-.243.32-.492.633-.748.941a27.466 27.466 0 0 1-2.29 2.432c-.29.274-.588.54-.892.8a27.466 27.466 0 0 1-2.64 2.012c-.16.107-.31.225-.471.329l-5.365-12.967l.015-.022l-.004-.011c-.02-.045-.026-.092-.043-.137a2.351 2.351 0 0 1-.135-.889c.004-.081.006-.162.018-.242a2.351 2.351 0 0 1 .334-.89c.045-.072.098-.137.15-.204a2.351 2.351 0 0 1 .68-.578c.043-.024.079-.055.123-.076c.289-.139.59-.218.89-.232zm-23.31.056l.013.002c.03 0 .06.008.092.01a2.349 2.349 0 0 1 1.226.445c.07.05.133.101.196.158a2.349 2.349 0 0 1 .689 1.106c.008.03.022.059.03.09c.11.479.065.98-.13 1.431l-.005.012l.04.05l-5.31 12.837c-.155-.1-.3-.212-.451-.315a27.58 27.58 0 0 1-2.64-2.011a27.508 27.508 0 0 1-.891-.803a27.58 27.58 0 0 1-2.272-2.408c-.26-.312-.513-.629-.76-.951a27.58 27.58 0 0 1-1.82-2.704a27.294 27.294 0 0 1-.627-1.123a27.58 27.58 0 0 1-1.346-2.947c-.07-.181-.154-.356-.22-.539l13.707-2.326l.023.03l.014-.005c.147-.027.294-.04.443-.039zm2.304 1.994a2.326 2.326 0 0 1 .02.344a2.286 2.286 0 0 0-.02-.344m-.008.703a2.326 2.326 0 0 1-.1.4c.046-.13.077-.264.1-.4m9.334 2.944c.058-.002.114.013.172.015a2.32 2.32 0 0 1 .752.159c.054.021.112.03.164.056v.002a2.31 2.31 0 0 1 1.043.99l.006.012h.053l6.757 12.213c-.276.092-.557.173-.836.256a28.056 28.056 0 0 1-.996.277c-.283.074-.564.15-.85.215c-.124.029-.25.046-.376.072a27.542 27.542 0 0 1-4.18.561c-.28.016-.558.035-.838.043a27.542 27.542 0 0 1-4.32-.223c-.28-.036-.56-.085-.838-.13a27.542 27.542 0 0 1-4.055-.975c-.127-.041-.257-.072-.384-.115l6.742-12.188h.01l.007-.012c.026-.048.065-.085.094-.13a2.351 2.351 0 0 1 .606-.647c.083-.06.168-.115.26-.164a2.351 2.351 0 0 1 .85-.262c.054-.005.103-.023.157-.025M52.297 98.69a34.413 34.413 0 0 0 3.758 1.137a34.352 34.352 0 0 1-3.758-1.137m23.385.09c-1.07.381-2.156.709-3.258.983a34.56 34.56 0 0 0 3.258-.983m-4.575 1.281a34.399 34.399 0 0 1-3.718.563a34.413 34.413 0 0 0 3.718-.563m-13.937.016a34.413 34.413 0 0 0 3.898.572a34.358 34.358 0 0 1-3.898-.572m8.91.649a34.36 34.36 0 0 1-3.851.005a34.413 34.413 0 0 0 3.85-.005z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-pulumi.theme--light::before, .v-icon[style="font-size: 36px;"].mdi-pulumi.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 128 128'%3E%3Cpath fill='%23f26e7e' d='M24.156 108.54c4.734-2.734 4.742-11.582.02-19.766c-4.727-8.18-12.395-12.598-17.13-9.867c-4.73 2.734-4.742 11.582-.015 19.766c4.723 8.183 12.39 12.602 17.125 9.867'/%3E%3Cpath fill='%23893390' d='M120.98 98.684c4.723-8.18 4.715-17.031-.02-19.762c-4.73-2.734-12.398 1.684-17.125 9.863c-4.722 8.184-4.714 17.031.02 19.766s12.402-1.683 17.125-9.867'/%3E%3Cpath fill='%23f26e7e' d='M56.418 127.19c4.734-2.734 4.742-11.582.016-19.766c-4.723-8.184-12.391-12.598-17.125-9.867c-4.735 2.734-4.743 11.582-.016 19.766c4.723 8.183 12.391 12.602 17.125 9.867'/%3E%3Cpath fill='%23893390' d='M88.727 117.3c4.723-8.184 4.715-17.031-.02-19.766c-4.734-2.73-12.398 1.687-17.125 9.867c-4.722 8.184-4.714 17.031.02 19.766c4.73 2.735 12.398-1.683 17.125-9.867'/%3E%3Cpath fill='%23f6bf29' d='M63.984 19.797c9.45 0 17.109-4.434 17.109-9.898c0-5.47-7.66-9.899-17.109-9.899S46.875 4.43 46.875 9.9c0 5.464 7.66 9.898 17.109 9.898'/%3E%3Cpath fill='%23f26e7e' d='M24.145 71.254c4.734-2.734 4.742-11.582.02-19.766c-4.727-8.18-12.395-12.598-17.125-9.867c-4.735 2.734-4.743 11.582-.02 19.766c4.723 8.183 12.391 12.602 17.125 9.867'/%3E%3Cpath fill='%23f6bf29' d='M31.73 38.398c9.45 0 17.109-4.434 17.109-9.898s-7.66-9.9-17.109-9.9s-17.109 4.435-17.109 9.9s7.66 9.898 17.109 9.898'/%3E%3Cpath fill='%23893390' d='M120.96 61.406c4.723-8.18 4.719-17.031-.016-19.762c-4.734-2.734-12.402 1.684-17.129 9.863c-4.722 8.184-4.714 17.035.02 19.766c4.734 2.735 12.402-1.683 17.125-9.867'/%3E%3Cpath fill='%23f6bf29' d='M96.281 38.398c9.45 0 17.109-4.434 17.109-9.898s-7.66-9.9-17.109-9.9s-17.109 4.435-17.109 9.9s7.66 9.898 17.109 9.898'/%3E%3Cpath fill='%23f26e7e' d='M56.406 89.906c4.734-2.734 4.742-11.582.02-19.766c-4.727-8.184-12.395-12.598-17.125-9.867c-4.735 2.734-4.743 11.582-.02 19.766c4.723 8.183 12.391 12.602 17.125 9.867'/%3E%3Cpath fill='%23893390' d='M88.707 80.027c4.727-8.18 4.715-17.031-.016-19.762c-4.734-2.734-12.402 1.684-17.129 9.863c-4.722 8.184-4.714 17.031.02 19.766s12.402-1.683 17.125-9.867'/%3E%3Cpath fill='%23f6bf29' d='M63.984 57.043c9.45 0 17.109-4.434 17.109-9.898c0-5.47-7.66-9.899-17.109-9.899s-17.109 4.43-17.109 9.899c0 5.464 7.66 9.898 17.109 9.898'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-anthropic.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.765 5h-3.308l5.923 15h3.23zM7.226 5L1.38 20h3.308l1.307-3.154h6.154l1.23 3.077h3.309L10.688 5zm-.308 9.077l2-5.308l2.077 5.308z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-anthropic.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.765 5h-3.308l5.923 15h3.23zM7.226 5L1.38 20h3.308l1.307-3.154h6.154l1.23 3.077h3.309L10.688 5zm-.308 9.077l2-5.308l2.077 5.308z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-pull-request.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-pull-request.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-language-dart.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 32 32'%3E%3Cpath fill='%2366c3fa' d='M16.739 2.037a1.314 1.314 0 0 0-.916.377l-.013.01l-8.59 4.965l8.566 8.566v.006l10.3 10.3l1.963-3.536l-7.081-16.997l-3.3-3.3a1.307 1.307 0 0 0-.927-.388Z'/%3E%3Cpath fill='%23215896' d='m7.25 7.35l-4.962 8.581l-.01.013a1.322 1.322 0 0 0-.378.919a1.3 1.3 0 0 0 .387.924L6.4 21.9l16.084 6.327l3.636-2.02l-.1-.1h-.025l-10.083-10.1H15.9z'/%3E%3Cpath fill='%23235997' d='m7.192 7.362l8.764 8.773h.013l10.087 10.1l3.839-.732l.005-11.363l-4.054-3.973a6.521 6.521 0 0 0-3.624-1.616v-.044z'/%3E%3Cpath fill='%2358b6f0' d='m7.256 7.411l8.768 8.768v.013l10.092 10.092l-.734 3.839h-11.36l-3.971-4.056a6.522 6.522 0 0 1-1.614-3.625h-.044z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-language-dart.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 32 32'%3E%3Cpath fill='%2366c3fa' d='M16.739 2.037a1.314 1.314 0 0 0-.916.377l-.013.01l-8.59 4.965l8.566 8.566v.006l10.3 10.3l1.963-3.536l-7.081-16.997l-3.3-3.3a1.307 1.307 0 0 0-.927-.388Z'/%3E%3Cpath fill='%23215896' d='m7.25 7.35l-4.962 8.581l-.01.013a1.322 1.322 0 0 0-.378.919a1.3 1.3 0 0 0 .387.924L6.4 21.9l16.084 6.327l3.636-2.02l-.1-.1h-.025l-10.083-10.1H15.9z'/%3E%3Cpath fill='%23235997' d='m7.192 7.362l8.764 8.773h.013l10.087 10.1l3.839-.732l.005-11.363l-4.054-3.973a6.521 6.521 0 0 0-3.624-1.616v-.044z'/%3E%3Cpath fill='%2358b6f0' d='m7.256 7.411l8.768 8.768v.013l10.092 10.092l-.734 3.839h-11.36l-3.971-4.056a6.522 6.522 0 0 1-1.614-3.625h-.044z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-language-javascript.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 128 128'%3E%3Cpath fill='%23f0db4f' d='M1.408 1.408h125.184v125.185H1.408z'/%3E%3Cpath fill='%23323330' d='M116.347 96.736c-.917-5.711-4.641-10.508-15.672-14.981c-3.832-1.761-8.104-3.022-9.377-5.926c-.452-1.69-.512-2.642-.226-3.665c.821-3.32 4.784-4.355 7.925-3.403c2.023.678 3.938 2.237 5.093 4.724c5.402-3.498 5.391-3.475 9.163-5.879c-1.381-2.141-2.118-3.129-3.022-4.045c-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902 2.748-8.877 5.235c-5.926 6.724-4.236 18.492 2.975 23.335c7.104 5.332 17.54 6.545 18.873 11.531c1.297 6.104-4.486 8.08-10.234 7.378c-4.236-.881-6.592-3.034-9.139-6.949c-4.688 2.713-4.688 2.713-9.508 5.485c1.143 2.499 2.344 3.63 4.26 5.795c9.068 9.198 31.76 8.746 35.83-5.176c.165-.478 1.261-3.666.38-8.581M69.462 58.943H57.753l-.048 30.272c0 6.438.333 12.34-.714 14.149c-1.713 3.558-6.152 3.117-8.175 2.427c-2.059-1.012-3.106-2.451-4.319-4.485c-.333-.584-.583-1.036-.667-1.071l-9.52 5.83c1.583 3.249 3.915 6.069 6.902 7.901c4.462 2.678 10.459 3.499 16.731 2.059c4.082-1.189 7.604-3.652 9.448-7.401c2.666-4.915 2.094-10.864 2.07-17.444c.06-10.735.001-21.468.001-32.237'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 36px;"].mdi-language-javascript.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 128 128'%3E%3Cpath fill='%23f0db4f' d='M1.408 1.408h125.184v125.185H1.408z'/%3E%3Cpath fill='%23323330' d='M116.347 96.736c-.917-5.711-4.641-10.508-15.672-14.981c-3.832-1.761-8.104-3.022-9.377-5.926c-.452-1.69-.512-2.642-.226-3.665c.821-3.32 4.784-4.355 7.925-3.403c2.023.678 3.938 2.237 5.093 4.724c5.402-3.498 5.391-3.475 9.163-5.879c-1.381-2.141-2.118-3.129-3.022-4.045c-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902 2.748-8.877 5.235c-5.926 6.724-4.236 18.492 2.975 23.335c7.104 5.332 17.54 6.545 18.873 11.531c1.297 6.104-4.486 8.08-10.234 7.378c-4.236-.881-6.592-3.034-9.139-6.949c-4.688 2.713-4.688 2.713-9.508 5.485c1.143 2.499 2.344 3.63 4.26 5.795c9.068 9.198 31.76 8.746 35.83-5.176c.165-.478 1.261-3.666.38-8.581M69.462 58.943H57.753l-.048 30.272c0 6.438.333 12.34-.714 14.149c-1.713 3.558-6.152 3.117-8.175 2.427c-2.059-1.012-3.106-2.451-4.319-4.485c-.333-.584-.583-1.036-.667-1.071l-9.52 5.83c1.583 3.249 3.915 6.069 6.902 7.901c4.462 2.678 10.459 3.499 16.731 2.059c4.082-1.189 7.604-3.652 9.448-7.401c2.666-4.915 2.094-10.864 2.07-17.444c.06-10.735.001-21.468.001-32.237'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-twilio.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-twilio.theme--dark::before {
  content: url("https://api.iconify.design/logos/twilio-icon.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-datadog.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-datadog.theme--dark::before {
  content: url("https://api.iconify.design/vscode-icons/file-type-datadog.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-auth0.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-auth0.theme--dark::before {
  content: url("https://api.iconify.design/cib/auth0.svg?color=%23e45223&width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-databricks.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-databricks.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/databricks.svg?color=%23f8301a&width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-jwt.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-jwt.theme--dark::before {
  content: url("https://api.iconify.design/logos/jwt-icon.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-sendgrid.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-sendgrid.theme--dark::before {
  content: url("https://api.iconify.design/logos/sendgrid-icon.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-open-api.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-open-api.theme--dark::before {
  content: url("https://api.iconify.design/logos/openapi-icon.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-mailgun.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-mailgun.theme--dark::before {
  content: url("https://api.iconify.design/logos/mailgun-icon.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-mailchimp.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-mailchimp.theme--dark::before {
  content: url("https://api.iconify.design/logos/mailchimp-freddie.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-npm-icon.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-npm-icon.theme--dark::before {
  content: url("https://api.iconify.design/logos/npm-icon.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-pypi.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-pypi.theme--dark::before {
  content: url("https://api.iconify.design/logos/pypi.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-yarn.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-yarn.theme--dark::before {
  content: url("https://api.iconify.design/vscode-icons/file-type-yarn.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-serverless.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-serverless.theme--dark::before {
  content: url("https://api.iconify.design/vscode-icons/file-type-serverless.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-sourcegraph.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-sourcegraph.theme--dark::before {
  content: url("https://api.iconify.design/logos/sourcegraph.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-yaml.theme--light::before {
  content: url("https://api.iconify.design/devicon/yaml.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-yaml.theme--dark::before {
  content: url("https://api.iconify.design/devicon-plain/yaml.svg?color=white&width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-maven.theme--light, .v-icon[style="font-size: 40px;"].mdi-maven.theme--dark {
  margin-top: 3px;
}
.v-icon[style="font-size: 40px;"].mdi-maven.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-maven.theme--dark::before {
  content: url("https://api.iconify.design/devicon/maven.svg?width=42");
}
.v-icon[style="font-size: 40px;"].mdi-circleci.theme--light::before {
  content: url("https://api.iconify.design/simple-icons/circleci.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-circleci.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/circleci.svg?color=white&width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-newrelic.theme--light::before {
  content: url("https://api.iconify.design/simple-icons/newrelic.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-newrelic.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/newrelic.svg?color=white&width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-stripe.theme--light::before {
  content: url("https://api.iconify.design/simple-icons/stripe.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-stripe.theme--dark::before {
  content: url("https://api.iconify.design/simple-icons/stripe.svg?color=white&width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-openai.theme--light.primary--text::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?color=%232D8372&width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-openai.theme--light:not(.primary--text)::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-openai.theme--dark.primary--text::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?color=%2365CAB6&width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-openai.theme--dark:not(.primary--text)::before {
  content: url("https://api.iconify.design/ri/openai-fill.svg?color=white&width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-neural-network.theme--light::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%23187767&width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-neural-network.theme--dark::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%234cc2ae&width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-ai-operator.theme--light::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%23187767&width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-ai-operator.theme--dark::before {
  content: url("https://api.iconify.design/eos-icons/neural-network.svg?color=%234cc2ae&width=40&height=40");
}
.v-icon[style="font-size: 40px;"].mdi-github-actions.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-github-actions.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 256 256'%3E%3Cpath fill='%234a7ebf' d='M53.604 0c29.604 0 53.604 23.992 53.604 53.59c0 29.09-23.189 52.75-52.093 53.553c0 2.461.109 7.111 1.501 9.92c1.933 3.893 13.525 11.144 24.892 11.144h4.084c2.567-18.271 18.257-32.332 37.24-32.332c18.906 0 34.55 13.946 37.211 32.11h21.13c2.661-18.164 18.304-32.11 37.21-32.11c20.775 0 37.617 16.837 37.617 37.607s-16.842 37.606-37.617 37.606c-18.906 0-34.55-13.948-37.21-32.11h-21.129c-2.66 18.162-18.305 32.11-37.212 32.11c-18.87 0-34.494-13.893-37.199-32.007l-4.515.135c-7.435-.056-15.29-2.042-21.598-6.328c-1.72-1.169-3.415-2.397-5.182-3.56v2.441c-.01.79-.153 12.657-.164 25.833v2.79c.005 8.641.073 17.545.277 24.04c.446 14.246 12.034 25.745 24.822 28.436c1.663.35 4.52.394 6.321.238c2.571-18.264 18.26-32.32 37.238-32.32c20.774 0 37.616 16.838 37.616 37.607c0 20.77-16.842 37.607-37.616 37.607c-18.769 0-34.323-13.744-37.153-31.714h-3.254c-24.436-1.334-39.628-23.746-39.363-41.923c.334-22.877.082-45.764.079-68.646v-7.565C18.546 101.286 0 79.606 0 53.591C0 23.992 23.999 0 53.604 0m69.228 191.78c-14.701 0-26.62 11.915-26.62 26.613c0 14.699 11.919 26.614 26.62 26.614c14.702 0 26.62-11.915 26.62-26.614c0-14.698-11.918-26.614-26.62-26.614m0-84.912c-14.701 0-26.62 11.915-26.62 26.614c0 14.697 11.919 26.613 26.62 26.613c14.702 0 26.62-11.916 26.62-26.613c0-14.699-11.918-26.614-26.62-26.614m95.551 0c-14.702 0-26.62 11.915-26.62 26.614c0 14.697 11.918 26.613 26.62 26.613c14.703 0 26.621-11.916 26.621-26.613c0-14.699-11.918-26.614-26.62-26.614m15.161 15.408a5.496 5.496 0 0 1 .17 7.606l-.16.168l-16.31 16.345a5.499 5.499 0 0 1-7.576.198l-.172-.163l-7.985-7.86a5.496 5.496 0 0 1-.06-7.773a5.499 5.499 0 0 1 7.606-.22l.168.16l4.092 4.027l12.452-12.477a5.498 5.498 0 0 1 7.775-.01m-95.99-.08a5.497 5.497 0 0 1 .17 7.606l-.16.168l-16.31 16.344a5.499 5.499 0 0 1-7.576.198l-.172-.163l-7.985-7.86a5.498 5.498 0 0 1 7.546-7.992l.168.16l4.093 4.027l12.451-12.478a5.499 5.499 0 0 1 7.775-.01M53.604 10.993c-23.532 0-42.608 19.07-42.608 42.598c0 23.525 19.076 42.597 42.608 42.597c23.532 0 42.608-19.072 42.608-42.597c0-23.527-19.076-42.598-42.608-42.598M49.171 28.13A743.51 743.51 0 0 1 75.7 44.841c7.308 4.82 7.29 13.563-.1 18.394a608.475 608.475 0 0 1-27.058 16.712c-7.455 4.34-15.8-.65-16.002-9.344c-.13-5.602-.024-11.21-.032-16.817c-.006-5.454-.113-10.911.019-16.363c.222-9.248 8.736-14.066 16.643-9.293m-5.91 8.872v3.868l-.001 5.674l-.001 3.71v5.482c0 4.23.002 8.394.01 12.557c.003 1.96 1.023 1.88 2.343 1.063c7.605-4.714 15.214-9.423 22.827-14.127c1.258-.776 1.294-1.587.06-2.365c-8.154-5.139-16.318-10.26-25.238-15.862'/%3E%3Cpath fill='%2385b3df' d='M133.227 223.88a5.497 5.497 0 1 0 .001-10.996a5.497 5.497 0 0 0 0 10.995m-21.049.001a5.497 5.497 0 1 0 0-10.996a5.497 5.497 0 0 0 0 10.995m106.205 21.128c-14.702 0-26.62-11.915-26.62-26.614c0-14.698 11.918-26.614 26.62-26.614c14.701 0 26.62 11.916 26.62 26.614c0 14.699-11.919 26.614-26.62 26.614m0-64.22c-18.906 0-34.55 13.947-37.211 32.11h-6.153c-2.685 0-4.864 2.461-4.864 5.496c0 3.036 2.179 5.497 4.864 5.497h6.153c2.66 18.163 18.305 32.11 37.21 32.11C239.159 256 256 239.162 256 218.393c0-20.77-16.842-37.607-37.616-37.607'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-cloudformation.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-cloudformation.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsCloudformation0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23b0084d'/%3E%3Cstop offset='100%25' stop-color='%23ff4f8b'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsCloudformation0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23fff' d='M169.6 127.882h16v-6.41h-16zm-80 38.46h16v-6.41h-16zm-32 0H80v-6.41H57.6zm0-19.23H96v-6.41H57.6zm0-38.46h28.8v-6.409H57.6zm0 19.23h105.6v-6.41H57.6zm60.8 70.508H44.8V89.423h73.6v25.64h6.4V86.218a3.204 3.204 0 0 0-3.2-3.204h-80a3.2 3.2 0 0 0-3.2 3.204v115.377a3.2 3.2 0 0 0 3.2 3.205h80c1.766 0 3.2-1.436 3.2-3.205v-64.098h-6.4zm99.2-80.122c0 20.71-18.646 27.914-28.506 28.83l-51.494.014v-6.41h51.2c.624-.074 22.4-2.423 22.4-22.434c0-18.224-16.438-21.922-19.731-22.48a3.2 3.2 0 0 1-2.656-3.426c.003-.06.01-.118.016-.176c-.176-10.297-6.49-13.515-9.226-14.425c-5.107-1.699-10.8-.074-13.811 3.964a3.167 3.167 0 0 1-3.037 1.253a3.2 3.2 0 0 1-2.537-2.092c-1.988-5.57-4.87-9.18-8.88-13.195c-10.03-9.967-23.642-12.72-36.378-7.362c-6.682 2.817-12.522 9.202-16.01 17.518l-5.9-2.487c4.134-9.842 11.219-17.476 19.43-20.937c15.216-6.407 31.427-3.141 43.373 8.727c3.424 3.432 6.259 6.775 8.467 11.101c4.778-3.538 11.222-4.595 17.302-2.573c7.783 2.59 12.704 9.349 13.498 18.335c10.9 2.75 22.48 11.464 22.48 28.255'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-helm.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-helm.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 32 32'%3E%3Cpath fill='%23277a9f' d='M15.813 2.073a.421.421 0 0 1 .451-.015a1.206 1.206 0 0 1 .432.553a4.381 4.381 0 0 1 .325 1.349a6.267 6.267 0 0 1-.169 2.2a10.027 10.027 0 0 1 4.553 1.6a5.9 5.9 0 0 1 .945-1.7a4.584 4.584 0 0 1 1.283-1.177a.935.935 0 0 1 .743-.14a.575.575 0 0 1 .289.573a3.228 3.228 0 0 1-.368 1.3a6.149 6.149 0 0 1-1.663 2.1a10.136 10.136 0 0 1 1.825 2.208l-1.369.832a8.421 8.421 0 0 0-14.269-.2l-1.345-.869a10.156 10.156 0 0 1 1.832-2.109a6.333 6.333 0 0 1-1.432-1.847a3.486 3.486 0 0 1-.427-1.38a.639.639 0 0 1 .232-.587a.731.731 0 0 1 .65.038a3.688 3.688 0 0 1 1.123.885a6.33 6.33 0 0 1 1.2 1.9a10.035 10.035 0 0 1 4.591-1.46a6.318 6.318 0 0 1-.161-2.161a4.459 4.459 0 0 1 .313-1.329a1.287 1.287 0 0 1 .416-.564M2.549 12.6h1.928v2.714h2.175v-2.713h1.929v7.288H6.652v-2.892H4.477v2.893H2.549Zm7.604 0h4.709v1.614h-2.78v1.144h2.377v1.614h-2.377v1.3h2.892v1.614h-4.821Zm6.263 0h1.928v5.673H21.1v1.614h-4.684Zm5.95 0h2.063l.963 2.615c.212.544.349 1.111.526 1.666a.392.392 0 0 0 .078-.16c.112-.391.228-.782.351-1.171q.519-1.475 1.041-2.949h2.064v7.288H27.7a33.054 33.054 0 0 1 .08-3.356c.044-.475.122-.947.162-1.423a.617.617 0 0 0-.111.227a105.107 105.107 0 0 1-1.436 3.961c-.342-.007-.684 0-1.026 0l-.883-2.374c-.172-.5-.338-1.01-.506-1.515a.746.746 0 0 0-.131-.292a25.97 25.97 0 0 1 .242 2.761v2.014h-1.725ZM7.667 21.8l1.314-.915a8.422 8.422 0 0 0 13.833-.012l1.316.912a10.261 10.261 0 0 1-1.379 1.6a6.272 6.272 0 0 1 1.486 1.892a3.491 3.491 0 0 1 .427 1.377a.62.62 0 0 1-.26.6a.87.87 0 0 1-.743-.112a4.412 4.412 0 0 1-1.252-1.117a6.248 6.248 0 0 1-.949-1.616a9.967 9.967 0 0 1-4.56 1.632a6.086 6.086 0 0 1 .144 1.5a5.016 5.016 0 0 1-.308 1.748a1.38 1.38 0 0 1-.446.635a.431.431 0 0 1-.507-.017a1.573 1.573 0 0 1-.467-.736a5.764 5.764 0 0 1-.251-2.212a5.659 5.659 0 0 1 .124-.892a10.024 10.024 0 0 1-4.606-1.494a6.44 6.44 0 0 1-1.348 1.964a2.942 2.942 0 0 1-1.057.716a.531.531 0 0 1-.614-.124a1.139 1.139 0 0 1-.068-.864A5.449 5.449 0 0 1 8.5 24.282a6.044 6.044 0 0 1 .688-.759A10.423 10.423 0 0 1 7.667 21.8'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-jenkins.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-jenkins.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 32 32'%3E%3Cpath fill='none' d='M19.513 25.173c-.068 0-.136 0-.2-.01c.065.006.132.01.2.01m-.594-.086a1.93 1.93 0 0 0 .392.076a1.93 1.93 0 0 1-.392-.076m1.172 2.424'/%3E%3Cpath fill='%23f0d6b7' d='M7.436 14.214A.832.832 0 0 1 7.6 14.1a.581.581 0 0 0-.164.114m2.976 4.039c.06.421.24 4.164 2.766 6.25a15.465 15.465 0 0 0 1.549.162c.28-.6 1.312-.554 1.985-.4a6.648 6.648 0 0 1-2.176-1.778a4.466 4.466 0 0 1-1.472-2.656c1.348 1.87 2.462 3.5 4.913 4.326c1.855.622 4.021-.285 5.446-1.286a6.258 6.258 0 0 0 1.365-1.68a14.242 14.242 0 0 0 2.145-8.621a9.567 9.567 0 0 0-.5-3.446c-.453-.908-1.984-1.72-2.88-.9a1.07 1.07 0 0 1-.016-.246c-.143.134-.23.232-.23.232a1.209 1.209 0 0 1-.122-.487a1.551 1.551 0 0 1 1.5-1.5a8.674 8.674 0 0 0-1.479-1.563a10.49 10.49 0 0 0-6.047-.222a8.06 8.06 0 0 0-5.975 5.4a14.085 14.085 0 0 0-.388 2.263c-.031.884.416 1.655.45 2.617c-.239.394-.969.443-1.474.416a6.836 6.836 0 0 0-.136-.566a5.158 5.158 0 0 0-1.265-.5a1.719 1.719 0 0 1 1.009 2.038c-.373-.213-.462-1.15-.9-1.177c-.626-.038-.512 1.216-.509 1.95a2.291 2.291 0 0 1-.19-2.213c-.284-.139-.444.061-.6.217c-.222 1.036-.547 1.873.062 2.92a1.734 1.734 0 0 0 1.414.6c.567-.056.706-.624 1.324-.618a.513.513 0 0 1 .431.468m6.449 1.947l-.3-.061s-.314-1.1-.163-1.306c.08-.107.52-.268 1.136.028c-.004.001-.734.123-.673 1.339m5.706 1.341a5.27 5.27 0 0 1-3.426-.014a4.687 4.687 0 0 1-1.283-1.427c-.155-.2-.927-.708-.012-.709c.717 1.8 3.18 1.592 5.257 1.543a1.111 1.111 0 0 1-.536.608Zm.3-1.6a4.016 4.016 0 0 1 0-1.063a8.538 8.538 0 0 0 2.96-1.185a3.425 3.425 0 0 1-2.961 2.246Zm2.756-8.073c-.183.061-1.37.762-1.278-.122a1.348 1.348 0 0 1 1.026-1.077a3.037 3.037 0 0 1 0-.4h.079a17.146 17.146 0 0 0 1.172 2.29c-.317.738-2.4 1.39-2.366.066c.45-.2 1.227-.04 1.626-.291c-.094-.257-.2-.5-.3-.756Zm-5.187 4.75a.719.719 0 0 1 .046.1c.091-.507.259-1.1.548-1.013a.684.684 0 0 1 .5.638a6.908 6.908 0 0 0-.948.738c.065.3.144.6.523.668c1.106.189 2.393-.677 3.189-.979c.493-.832-.043-1.138-.487-1.673c-.91-1.1-2.13-2.456-2.086-4.1c.368-.267.4.407.452.53a15.006 15.006 0 0 0 2.543 3.486c.214.234.567.459.606.614c.113.451-.294.991-.247 1.29a6.587 6.587 0 0 1-4.466 1.4a1.322 1.322 0 0 1-.175-1.702Zm1.958 2.321A4.933 4.933 0 0 1 22.47 20c-1.811.09-3.952-.358-4.427-1.629a10.285 10.285 0 0 0 4.35.565Zm-4.256-8.648a6.954 6.954 0 0 0 .977 1.829c.228.222.67.492.451 1.109a1.406 1.406 0 0 1-.642.534c-.79.233-2.631.048-2.008-.937c.653.03 1.532.424 2.02-.05a9.848 9.848 0 0 1-.322-.551c-.5.316-1.874.33-1.874-.479c0-.852 1.339-1.034 1.339-1.034l.01.024a1.11 1.11 0 0 1 .048-.448Zm-3.224-2.928c1.195-.815 1.8-.35 2.1.188a.568.568 0 0 1 .274.828c-1.658-.386-2.482.694-2.985 1.814c-.129.234-.136.068-.21-.136a.392.392 0 0 1-.061-.136a.551.551 0 0 0-.092-.121c-.24-.247-.365-1.524.974-2.437'/%3E%3Cpath fill='%23335061' d='M6.283 29.28h8.753c-.04-.135-.079-.268-.118-.394a12.164 12.164 0 0 1-.476-1.948a21.079 21.079 0 0 1-3.087-1.655a2.353 2.353 0 0 1-.24-.257l-5.266 2.353s.189.754.434 1.901'/%3E%3Cpath fill='%236d6b6d' d='M9.433 7a2.125 2.125 0 0 1 .467-.088a3.817 3.817 0 0 0 .747.029c.494-.123.912-1.231 1.285-1.644a11.333 11.333 0 0 1 .941-.776A7.346 7.346 0 0 0 9.433 7m-2.256 5.586a2.147 2.147 0 0 1 3.145 1.747c.694-.018.259-.866.134-1.413c-.369-1.608.487-3.34.192-4.861c-3.866.578-3.648 3.547-3.471 4.527'/%3E%3Cpath fill='%23dcd9d8' d='M13.249 3.851c-1.82.516-4.152 1.838-4.9 3.473A7.389 7.389 0 0 0 9.433 7a7.346 7.346 0 0 1 3.44-2.479a1.647 1.647 0 0 0 .159-.166c.192-.093.476-.086.487-.375c-.083-.089-.171-.157-.27-.129M7.5 8.985c-.8.885-.636 2.542-.538 3.721a2.321 2.321 0 0 1 .218-.12c-.18-.979-.394-3.949 3.471-4.527a2.81 2.81 0 0 0-.142-.493A4.409 4.409 0 0 0 7.5 8.985'/%3E%3Cpath fill='%23f7e4cd' d='M10.412 18.253a.513.513 0 0 0-.42-.468c.335.668-.516.878-.6 1.355a3.837 3.837 0 0 0 .125.832a11.351 11.351 0 0 0 1.445 3.365a3.181 3.181 0 0 0 2.22 1.166c-2.53-2.085-2.71-5.829-2.77-6.25m11.113-1.915a.684.684 0 0 0-.5-.638c-.289-.082-.457.506-.548 1.013a2.376 2.376 0 0 1 .1.363a6.908 6.908 0 0 1 .948-.738m2.819-4.594c-.092.884 1.1.183 1.278.122l-.043-.286a3.235 3.235 0 0 1-.209-.913a1.348 1.348 0 0 0-1.026 1.077m-7.605 0c0 .809 1.371.795 1.874.479a4.053 4.053 0 0 1-.525-1.489l-.01-.024s-1.339.182-1.339 1.034m-9.547 3.141a.8.8 0 0 1-.125.109a1.221 1.221 0 0 1 .37-.781a.581.581 0 0 1 .163-.113a.979.979 0 0 1 .782-.032a5.158 5.158 0 0 1 1.265.5c-.193-.664-.524-1.263-1.208-1.338a2.034 2.034 0 0 0-2.2 1.963A3.858 3.858 0 0 0 7.254 17.8c-.61-1.042-.284-1.879-.062-2.915m9.973-10.442a10.49 10.49 0 0 1 6.047.222a4.127 4.127 0 0 0-.49-.329c-1.889-1.066-5.086-1.867-7.1-.866c-1.621.808-3.813 2.146-4.56 3.841a4.109 4.109 0 0 1 .123 2.532a8.06 8.06 0 0 1 5.98-5.4m6.023 3.285a1.209 1.209 0 0 0 .122.487s.087-.1.23-.232c.031-.734.865-1.152 1.832-.866c-.222-.286-.447-.589-.681-.889a1.551 1.551 0 0 0-1.503 1.5m-9.096 2.33c.074.2.082.37.21.136a.348.348 0 0 1-.21-.136'/%3E%3Cpath fill='%23f7e4cd' d='M14.032 9.922a1.486 1.486 0 0 1 .114-.758a2.816 2.816 0 0 1 2.47-1.755a1.149 1.149 0 0 1 .4.143c-.3-.538-.9-1-2.1-.188c-1.338.913-1.217 2.19-.973 2.434a.551.551 0 0 1 .089.124'/%3E%3Cpath fill='%2349728b' d='m5.849 27.379l5.266-2.353c-.386-.448-1.079-1.3-1.2-1.257a24.079 24.079 0 0 0-5.61 3.485a20.236 20.236 0 0 1 .81 2.026h1.168a61.417 61.417 0 0 0-.434-1.901'/%3E%3Cpath fill='%23335061' d='M27 29.307a20.836 20.836 0 0 0 .548-2.058c.036-.181.106-.475.156-.756l-2.886-2.144a5.123 5.123 0 0 1 .13 3.9c.1.372.454.515.6.85c-.034.06-.068.119-.1.179h1.476a.149.149 0 0 1 .076.029m-2.559-1.233a1.081 1.081 0 0 0 .172-.381a1.081 1.081 0 0 1-.172.381m-.824-4.128a.948.948 0 0 1 .514-.106l-.238-.177a1.457 1.457 0 0 0-.276.283'/%3E%3Cpath fill='%2349728b' d='M27.756 25.879c-.074-.537-.8-.935-1.172-1.266c-.684-.613-1.112-1.153-1.823-1.726a4.391 4.391 0 0 1-.869.776l.238.177a.932.932 0 0 1 .686.51l2.884 2.143a2.339 2.339 0 0 0 .056-.614'/%3E%3Cpath fill='%23fff' d='M20.572 29.2a.438.438 0 0 0 .009.076h.479a.333.333 0 0 1 .666 0h.774v-.03a20.686 20.686 0 0 0-1.2-.593c-.424-.178-.728.547-.728.547'/%3E%3Cpath fill='%23dcd9d8' d='M20.572 29.2s.3-.73.73-.548c.322.138.921.449 1.2.593c.01-.22.02-.44.034-.66c-.618.039-.961-.559-1.394-.605c-.378-.041-.7.435-1.19.229c-.113.124-.215.259-.33.381a6.313 6.313 0 0 1 .489.685h.476a.438.438 0 0 1-.015-.075'/%3E%3Cpath fill='%23fff' d='M14.511 25.169a6.738 6.738 0 0 1-2.269-.4a.282.282 0 0 0 .017.421a7.657 7.657 0 0 0 2.14.578a1.748 1.748 0 0 0 .112-.599'/%3E%3Cpath fill='%23dcd9d8' d='M14.357 26.069a1.233 1.233 0 0 1 .041-.3a7.657 7.657 0 0 1-2.14-.578a4.237 4.237 0 0 0 2.099.878'/%3E%3Cpath fill='%23d33833' d='M24.613 27.693a2.963 2.963 0 0 0 .073-.87a7.057 7.057 0 0 0-.2-1.378a3 3 0 0 0-1.009.049c-.3.061-.609.122-.669.487s.122.548-.061.852s-.487.122-.791.3c-.207.124-.076.445.029.638a12.138 12.138 0 0 0 2.459.3a1.081 1.081 0 0 0 .169-.378m-9.051 1.526l.047.128c.014.04.029.093.042.139l-.009-.117Z'/%3E%3Cpath fill='%23d33833' d='m19.563 27.925l.021-.527a1.309 1.309 0 0 1-.96-.074c-.937-.511-.05-.36-.382-1.038a3.236 3.236 0 0 0-1.224-.365c-1.228 0-1.7-.247-1.568 1.169c.069.76.131 1.519.191 2.28c.1.188.19.357.262.5a4.834 4.834 0 0 0 1.833-.559a21.007 21.007 0 0 0 1.827-1.386m.464-.725c.021.089.043.189.064.31a.7.7 0 1 0 .428-1.31a.953.953 0 0 1-.492 1'/%3E%3Cpath fill='%23ef3d3a' d='M21.953 27.137c.3-.183.609 0 .791-.3s0-.487.061-.852s.365-.426.669-.487a3 3 0 0 1 1.009-.049a1.125 1.125 0 0 0-.348-.652c-.747-.436-2.056.825-2.665 1.093l-.057.023a1.694 1.694 0 0 1 .175.558a1.475 1.475 0 0 1 .412-.042a1.761 1.761 0 0 1 .276.033c.045.009.089.02.133.032a1.463 1.463 0 0 1 .243.092a4.209 4.209 0 0 0-.757.1a.7.7 0 0 0-.2.095a8.618 8.618 0 0 0-.035.9q.158.045.322.084c-.105-.183-.236-.504-.029-.628m-6.302 2.348c.051.183.095.348.253.385c-.072-.144-.163-.313-.262-.5Zm-.201-2.396c-.129-1.416.34-1.169 1.568-1.169a3.236 3.236 0 0 1 1.224.365c.332.678-.555.527.382 1.038a1.309 1.309 0 0 0 .96.074v-.063a3.039 3.039 0 0 0-.916-.29a3.5 3.5 0 0 0-.371-.036a1.555 1.555 0 0 1 .291-.106a3.285 3.285 0 0 0 .906-.281c0-.079.006-.158.009-.236a1.883 1.883 0 0 1-.2-.027a1.565 1.565 0 0 1-.177-.044a1.585 1.585 0 0 1-.294-.127c-.178-.1-.331-.216-.525-.322a9.077 9.077 0 0 0-2.408-.881c-.921-.176-.929 1.105-.89 2.049c0 .1.008.192.013.28a6.585 6.585 0 0 0 .544 1.9l.079.15c-.063-.754-.126-1.514-.195-2.274m5.07-.889a1.009 1.009 0 0 0-.582.2a1.7 1.7 0 0 0 .007.412c.011.079.028.155.048.238l.031.131v.017a.953.953 0 0 0 .496-.998'/%3E%3Cpath fill='%23231f20' d='M14.146 9.164a1.486 1.486 0 0 0-.114.758a.392.392 0 0 0 .061.136a.348.348 0 0 0 .21.136c.5-1.12 1.327-2.2 2.985-1.814a.568.568 0 0 0-.274-.828a1.149 1.149 0 0 0-.4-.143a2.816 2.816 0 0 0-2.468 1.755m10.106 3.463c-.032 1.324 2.049.672 2.366-.066a17.146 17.146 0 0 1-1.172-2.29h-.079a3.037 3.037 0 0 0 0 .4a3.235 3.235 0 0 0 .209.913c.095.256.205.5.3.756c-.397.247-1.176.09-1.624.287m-5.318.146c-.488.474-1.367.08-2.02.05c-.623.985 1.218 1.17 2.008.937a1.406 1.406 0 0 0 .642-.534c.219-.617-.223-.887-.451-1.109a6.954 6.954 0 0 1-.977-1.829a1.11 1.11 0 0 0-.049.445a4.053 4.053 0 0 0 .525 1.489c.114.21.227.399.322.551m1.671 5.542a6.587 6.587 0 0 0 4.466-1.4c-.047-.3.36-.84.247-1.29c-.039-.155-.392-.38-.606-.614a15.006 15.006 0 0 1-2.543-3.486c-.053-.123-.085-.8-.452-.53c-.044 1.642 1.176 3 2.086 4.1c.444.535.98.841.487 1.673c-.8.3-2.083 1.169-3.189.979c-.379-.065-.458-.365-.523-.668a2.376 2.376 0 0 0-.1-.363a.719.719 0 0 0-.046-.1a1.322 1.322 0 0 0 .173 1.699M7.6 14.1a.832.832 0 0 0-.159.111a1.221 1.221 0 0 0-.37.781a.8.8 0 0 0 .125-.109c.153-.156.313-.357.6-.217a2.291 2.291 0 0 0 .19 2.213c0-.733-.117-1.987.509-1.95c.438.027.527.964.9 1.177a1.719 1.719 0 0 0-1.017-2.036a.979.979 0 0 0-.778.03m15.268 4.775a4.016 4.016 0 0 0 0 1.063a3.425 3.425 0 0 0 2.962-2.249a8.538 8.538 0 0 1-2.962 1.186M22.47 20a4.933 4.933 0 0 0-.077-1.066a10.285 10.285 0 0 1-4.35-.562c.475 1.272 2.616 1.72 4.427 1.628m-4.624-.61c-.915 0-.143.51.012.709a4.687 4.687 0 0 0 1.284 1.428a5.27 5.27 0 0 0 3.426.014a1.111 1.111 0 0 0 .536-.609c-2.078.05-4.541.257-5.258-1.542'/%3E%3Cpath fill='%2381b0c4' d='M24.96 29.28a1.709 1.709 0 0 0-1.042-.753a1.433 1.433 0 0 0-.918.12c-.008.2-.018.415-.031.632Z'/%3E%3Cpath fill='%23f0d6b7' d='M21.971 24.749c-.686.061-1.493.373-2.252.419c-.069 0-.138.006-.206.006s-.136 0-.2-.01a1.93 1.93 0 0 1-.392-.076a1.666 1.666 0 0 1-.188-.07c0 .052-.071.033-.082.076a3.19 3.19 0 0 0 .485.322a2.218 2.218 0 0 0 .475.19a3.052 3.052 0 0 0 .816.09c.1 0 .212 0 .327-.009c.415-.303.783-.656 1.217-.938'/%3E%3Cpath fill='%2381b0c4' d='m19.086 29.048l-.351.233h.527q-.086-.119-.176-.233'/%3E%3Cpath fill='%23231f20' d='M4.681 29.769v-.335a.153.153 0 0 1 .153-.153h.283a20.236 20.236 0 0 0-.81-2.026a24.079 24.079 0 0 1 5.61-3.485c.118-.047.811.809 1.2 1.257a2.353 2.353 0 0 0 .24.257a21.079 21.079 0 0 0 3.087 1.655a12.164 12.164 0 0 0 .476 1.948c.039.126.078.26.118.394h.162a.153.153 0 0 1 .153.153v.158h.139a.153.153 0 0 1 .153.153V30h1.691v-.255a.153.153 0 0 1 .153-.153h.78v-.158a.153.153 0 0 1 .153-.153h.317l.351-.233q.09.114.176.233h.843a6.313 6.313 0 0 0-.489-.685c.115-.122.217-.256.33-.381c.492.206.812-.27 1.19-.229c.433.046.776.644 1.394.605c-.014.22-.024.44-.034.66v.03h.474c.012-.217.023-.429.031-.632a1.433 1.433 0 0 1 .918-.12a1.709 1.709 0 0 1 1.042.753h.481c.034-.06.069-.119.1-.179c-.143-.335-.495-.477-.6-.85a5.123 5.123 0 0 0-.13-3.9a.932.932 0 0 0-.686-.51a.948.948 0 0 0-.514.106a1.457 1.457 0 0 1 .275-.283a4.391 4.391 0 0 0 .869-.776c.712.573 1.141 1.112 1.824 1.725c.37.332 1.1.73 1.172 1.266a2.339 2.339 0 0 1-.054.614c-.051.281-.12.575-.156.756A20.836 20.836 0 0 1 27 29.307a.15.15 0 0 1 .072.127V30h.368c.258-.808.511-1.635.766-2.489a6.207 6.207 0 0 0 .478-2.187c-.078-.617-1.04-1.265-1.547-1.754c-.281-.271-1.593-1.267-1.669-1.64s.535-1.178.731-1.586a11.669 11.669 0 0 0 .621-1.788c1.032-3.627 1.137-8.611-.339-11.592a12.54 12.54 0 0 0-3.1-3.428c-2.3-1.742-6.563-1.935-9.339-.913a13.481 13.481 0 0 0-2.2.939c-1.818 1.066-3.748 1.78-4.287 3.928c-1.328.6-1.729 2.3-1.662 4.268a6.221 6.221 0 0 1 .149 1.227c-.037.184-.286.419-.336.538a5.3 5.3 0 0 0 .609 4.592A3.225 3.225 0 0 0 8.468 19.5a4.568 4.568 0 0 0 .447 1.672c.17.373.805 1.043.571 1.519a6.987 6.987 0 0 1-1.495.966c-1.158.695-2 1.12-3.066 1.89c-.692.5-1.773.562-1.6 1.71a17.869 17.869 0 0 0 .808 2.513c.025.078.053.155.08.232h.47Zm8.351-25.414a1.647 1.647 0 0 1-.159.166a11.333 11.333 0 0 0-.941.776c-.373.413-.79 1.521-1.285 1.644a3.817 3.817 0 0 1-.747-.029A2.125 2.125 0 0 0 9.433 7a7.389 7.389 0 0 1-1.084.325c.748-1.635 3.08-2.957 4.9-3.473c.1-.028.188.04.271.129c-.011.287-.296.281-.488.374m-2.385 3.7c.3 1.521-.561 3.254-.192 4.861c.125.546.56 1.394-.134 1.413a2.147 2.147 0 0 0-3.145-1.747a2.321 2.321 0 0 0-.218.12c-.1-1.179-.266-2.836.538-3.721a4.409 4.409 0 0 1 3.009-1.419a2.81 2.81 0 0 1 .142.497ZM7.254 17.8a3.858 3.858 0 0 1-1.022-2.6a2.034 2.034 0 0 1 2.2-1.963c.684.075 1.014.674 1.208 1.338c.054.187.1.379.136.566c.505.027 1.235-.022 1.474-.416c-.034-.962-.481-1.733-.45-2.617a14.085 14.085 0 0 1 .388-2.263a4.109 4.109 0 0 0-.123-2.532c.747-1.695 2.939-3.032 4.56-3.841c2.009-1 5.207-.2 7.1.866a4.127 4.127 0 0 1 .49.329a8.674 8.674 0 0 1 1.479 1.563c.234.3.459.6.681.889c-.967-.287-1.8.132-1.832.866a1.07 1.07 0 0 0 .016.246c.9-.821 2.427-.009 2.88.9a9.567 9.567 0 0 1 .5 3.446a14.242 14.242 0 0 1-2.145 8.621a6.258 6.258 0 0 1-1.365 1.68c-1.425 1-3.591 1.908-5.446 1.286c-2.451-.823-3.565-2.456-4.913-4.326a4.466 4.466 0 0 0 1.472 2.656a6.648 6.648 0 0 0 2.176 1.778c-.673-.158-1.7-.208-1.985.4a15.465 15.465 0 0 1-1.549-.162a3.181 3.181 0 0 1-2.22-1.166a11.351 11.351 0 0 1-1.445-3.365a3.837 3.837 0 0 1-.125-.832c.088-.478.939-.687.6-1.355c-.618-.006-.757.562-1.324.618a1.734 1.734 0 0 1-1.416-.61m12.77 9.38l-.031-.131a2.787 2.787 0 0 1-.048-.238a1.7 1.7 0 0 1-.007-.412a1.009 1.009 0 0 1 .582-.2a.7.7 0 1 1-.428 1.31a5.135 5.135 0 0 0-.064-.31Zm-7.782-2.419a6.738 6.738 0 0 0 2.269.4a1.748 1.748 0 0 1-.112.6a1.233 1.233 0 0 0-.041.3a4.237 4.237 0 0 1-2.1-.882a.282.282 0 0 1-.016-.413Zm7.367.839a2.218 2.218 0 0 1-.475-.19a3.26 3.26 0 0 1-.485-.322c.011-.043.079-.024.082-.076a1.666 1.666 0 0 0 .188.07a1.93 1.93 0 0 0 .392.076a2.705 2.705 0 0 0 .406.004c.759-.046 1.566-.358 2.252-.419c-.433.283-.8.636-1.218.938a6.29 6.29 0 0 1-.327.009a3.052 3.052 0 0 1-.815-.085Zm-1.872 3.706a4.834 4.834 0 0 1-1.833.559c-.158-.037-.2-.2-.253-.385a2.722 2.722 0 0 0-.089-.267a6.585 6.585 0 0 1-.544-1.9c0-.088-.009-.182-.013-.28c-.039-.944-.031-2.225.89-2.049a9.077 9.077 0 0 1 2.408.881c.194.106.347.225.525.322a1.585 1.585 0 0 0 .294.127a1.565 1.565 0 0 0 .177.044a1.883 1.883 0 0 0 .2.027c0 .078-.006.157-.009.236a3.285 3.285 0 0 1-.906.281a1.555 1.555 0 0 0-.291.106a3.5 3.5 0 0 1 .371.036a3.039 3.039 0 0 1 .916.29v.063l-.021.527a21.007 21.007 0 0 1-1.822 1.387Zm4.245-1.536q-.164-.039-.322-.084a8.618 8.618 0 0 1 .035-.9a.7.7 0 0 1 .2-.095a4.209 4.209 0 0 1 .757-.1a1.463 1.463 0 0 0-.243-.092a1.843 1.843 0 0 0-.133-.032a1.761 1.761 0 0 0-.276-.038a1.475 1.475 0 0 0-.407.038a1.694 1.694 0 0 0-.175-.558l.057-.023c.609-.268 1.918-1.529 2.665-1.093a1.125 1.125 0 0 1 .348.652a7.057 7.057 0 0 1 .2 1.378a2.963 2.963 0 0 1-.073.87a1.081 1.081 0 0 1-.172.381a12.138 12.138 0 0 1-2.461-.3Z'/%3E%3Cpath fill='%23f7e4cd' d='M17.53 18.862c-.616-.3-1.056-.135-1.136-.028c-.152.2.163 1.306.163 1.306l.3.061c-.057-1.217.673-1.339.673-1.339'/%3E%3Cpath fill='%231d1919' d='M21.393 28.961a.334.334 0 0 0-.333.319h.666a.334.334 0 0 0-.333-.319'/%3E%3Cpath fill='%23231f20' d='M15.642 29.745a.153.153 0 0 0-.153-.153h-.139v.177a.153.153 0 0 1-.153.153H4.834a.153.153 0 0 1-.153-.153V30h10.961Zm11.276.177h-8.5a.153.153 0 0 1-.153-.153v-.177h-.78a.153.153 0 0 0-.153.153V30h9.737v-.231a.153.153 0 0 1-.151.153'/%3E%3Cpath fill='%23231f20' d='M4.834 29.922H15.2a.153.153 0 0 0 .153-.153v-.335a.153.153 0 0 0-.153-.153H4.834a.153.153 0 0 0-.153.153v.335a.153.153 0 0 0 .153.153m13.432-.153a.153.153 0 0 0 .153.153h8.5a.153.153 0 0 0 .153-.153v-.335a.15.15 0 0 0-.072-.127a.149.149 0 0 0-.081-.026h-8.5a.153.153 0 0 0-.153.153z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-jfrog.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-jfrog.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.6' height='35.6' viewBox='0 0 256 248'%3E%3Cpath fill='%2341bf47' d='m113.668 162.397l-13.527 3.764c1.176 3.411 2.117 9.528 2.117 17.762v40.465h15.174V181.57c2.824-3.412 5.882-5.058 9.176-5.058c1.646 0 2.94.353 4.352 1.176l4.117-13.998c-2.353-1.059-3.411-1.294-5.646-1.294c-1.647 0-3.647.353-4.94.941c-2.824 1.412-6.353 4.588-8.588 7.646c0-3.411-.823-6.117-2.235-8.587M61.441 142.4h-1.647v81.87h15.762v-36.23h19.88v-13.527h-19.88v-18.82h24.82l.941-7.176a250 250 0 0 1-39.876-6.117m-36.818 92.81l7.293 8.47c7.058-2.824 15.88-9.176 18.232-19.292c.824-3.294 1.059-5.411 1.059-16.115v-65.755h-15.88v67.519c0 8.822-.353 12.116-1.53 15.174c-1.528 3.412-5.175 7.41-9.174 9.999m143.155-41.523c0 14.35-2.823 20.467-9.293 20.467c-2.94 0-6.234-1.647-7.646-4.94c-1.176-3.059-1.882-8.234-1.882-15.292c0-6 .588-10.234 1.53-13.528c1.176-3.764 4.116-6.116 7.763-6.116c2.705 0 5.058 1.176 6.47 3.176c2.117 2.823 3.058 8.116 3.058 16.233m9.293 23.525c4.94-5.881 7.175-13.056 7.175-23.408c0-9.763-2-16.468-6.587-22.114c-4.94-6.117-11.293-9.058-19.527-9.058c-15.527 0-25.878 12.587-25.878 31.643s10.234 31.29 25.878 31.29c8.822.117 14.586-3.177 18.939-8.353m43.052-33.877c0 5.529-3.294 8.587-9.175 8.587c-5.293 0-8.822-2.47-8.822-8.587c0-5.646 3.293-8.94 8.94-8.94s9.057 3.294 9.057 8.94m26.702-12.94l-6.234-9.998c-3.53 3.294-7.764 5.176-11.881 5.176c-1.882 0-2.94-.235-7.058-1.294c-4.117-1.176-7.058-1.529-10.351-1.529c-14.704 0-24.232 7.999-24.232 20.468c0 8.94 4 14.586 12.351 16.82c-3.411.824-7.058 2.588-8.704 4.588c-1.177 1.412-1.765 3.294-1.765 5.529c0 1.882.47 3.529 1.176 4.94c.824 1.294 1.883 2.353 3.294 2.94c2.706 1.06 7.058 1.765 13.763 1.883c3.529 0 5.646.118 6.352.118c4.117.235 6.234.94 7.88 1.764c1.53.941 2.706 3.058 2.706 5.41c0 2.354-1.411 4.706-3.646 6.118c-2 1.411-5.293 2-9.528 2c-6.94 0-10.822-2.588-10.822-7.411c0-2.118.235-2.588.706-3.882h-13.88c-.589 1.176-1.294 2.823-1.294 6.117c0 4.117 1.529 7.646 4.705 10.704c5.175 5.058 13.645 6.47 21.761 6.47c8.94 0 17.645-2.118 22.703-7.764c3.176-3.529 4.587-7.41 4.587-12.469c0-5.41-1.529-9.528-4.94-12.939c-4-3.882-8.587-5.293-17.41-5.41l-8.116-.119c-1.529 0-2.47-.588-2.47-1.411c0-1.647 2.117-3.058 6-4.94c1.175.117 1.528.117 2.234.117c12.234 0 21.173-7.528 21.173-17.997c0-4-1.176-7.058-3.41-9.881c1.881.235 2.47.353 3.88.353c4 0 7.176-1.294 10.47-4.47M57.44 71.236C38.621 75.821 25.8 84.878 25.8 95.23c0 6.47 4.94 12.35 13.057 16.938c-2.47-3.881-3.764-8.116-3.764-12.35c.117-10.705 8.47-20.704 22.35-28.585M256 111.815c0-6.822-4.235-13.056-11.292-18.232c.588 2.117 1.058 4.234 1.058 6.352c0 19.409-27.172 36.112-65.755 43.052c4.353.47 8.823.706 13.528.706c34.465-.118 62.461-14.35 62.461-31.878m-22.232-10.586c0-7.176-6.117-13.763-16.586-19.174c2.47 2.94 3.764 6.117 3.764 9.41c0 17.292-36.7 31.29-82.105 31.29c-45.287 0-82.105-13.998-82.105-31.29q0-3.352 1.764-6.351c-7.293 4.822-11.41 10.35-11.41 16.232c0 18.703 41.758 33.878 93.28 33.878s93.398-15.41 93.398-33.995m-40.7-.941c-19.056 12.233-77.635 16.938-102.808 1.176c-19.762-12.35-12.94-31.994-69.519-75.047c-7.41-5.646 1.412-11.645 6.94-7.763s.47 4.823 11.645 15.997c22.585 22.585 22.35 2.235 25.879 9.999C72.733 60.765 89.2 76.998 89.2 76.998c16.586 10.822 29.76 13.175 54.228-3.411c15.527-10.47 9.175 16.703 47.169-2.94c13.88-7.176 13.292-2.354 27.408-21.998c5.881-8.116 17.056 6.235 4.352 8.234c-5.058.824-13.645 6.352-17.292 15.057c-5.293 13.057-3.058 22.703-11.998 28.349M87.437 67.117C82.732 65 77.79 57.001 75.909 53.825c5.294-5.176 3.176-13.763.118-18.468c-2.94-4.705-6.587-3.411-10.47-7.763c-3.999-4.353 1.53-15.645 6.588-6.94c18.938 32.583 31.407 19.056 46.817 17.056c14.82-1.882 27.995 6.234 31.995-16.704c.706-3.764 4.352-4.587 4.705 1.53c.353 6.234 2.706 21.29 10.822 23.173c8.116 2 14.704-1.882 16.586-4c1.882-2.117 2.94-1.882 3.764 3.53c.823 5.292 2.94 12.703 14.35 4.469c23.409-16.703 16.704-23.173 25.88-27.525c5.175-2.47 13.409 5.528 1.528 11.527c-16.938 8.587-18.703 19.174-29.407 25.879c-17.997 11.292-12.469.47-41.406-3.647c-11.174-1.529-14.703 10.822-23.408 7.293c-19.88-8.234-33.877-6.587-46.934 3.882m62.696-60.344c.706 4.94 1.53 4.823 3.294 5.176c1.765.47 4-2.353 4-4.94c.117-2.706-1.177-4.353-3.765-4.235c-2.705.117-3.646 1.411-3.529 4m87.046 8.822c2.118 2 7.764.706 9.058-.823c3.411-3.764 3.529-5.999 1.764-8.587c-1.764-2.47-5.41-2.117-9.057.588s-2.941 7.764-1.765 8.822m-1.529 24.938c-1.764 2.353-1.882 4.117-.588 5.41c1.412 1.412 4.235 2.589 6.234 1.06c2-1.647 2-4 .353-6c-1.764-2.117-4.117-2.117-5.999-.47M57.09 11.126c2.705.823 3.999 3.41 6.234.47c1.176-1.411 1.294-3.411-.235-5.529c-.941-1.293-5.411-2.234-7.293-.352s-.118 4.94 1.294 5.41M1.92 9.479c4.94 3.058 8.117 7.646 11.88 3.529c1.295-1.412 2.824-3.882.118-8.823C11.918.54 5.45-.873 3.214.54C.862 1.833-1.96 7.126 1.92 9.479m45.523 23.408c1.53 1.647 4.235 1.53 5.881.588c1.53-.94 1.294-3.411-.235-5.528c-.94-1.294-3.764-2-5.646 0s-1.059 3.764 0 4.94'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-travis-ci.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-travis-ci.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 128 128'%3E%3Cpath fill='%23cb3349' d='M68.56 55.275c-2.17.003-4.342.027-6.519.07l-4.014 1.901l-.054.031c-.603.294-5.872 2.953-10.828 7.694c4.442-2.336 10.97-5.387 18.656-7.754a92.315 92.315 0 0 1 7.201-1.9a345.343 345.343 0 0 0-4.437-.042zm-14.658.295a558.82 558.82 0 0 0-11.13.518c-2.154.119-4.298.266-6.442.428a99.32 99.32 0 0 0-3.205.283a25.224 25.224 0 0 0-.908.103c-2.796 1.673-13.52 8.406-20.883 17.21c7.155-4.972 19.618-12.446 35.008-16.753a96.086 96.086 0 0 1 7.56-1.789m31.71.09c-.17.252-.514.749-1.008 1.424c-1.588 2.148-4.734 6.088-8.77 9.428c5.713-1.024 15.62-3.558 24.193-9.54c.214-.151.429-.312.641-.46a.043.043 0 0 0-.022-.008a344.877 344.877 0 0 0-6.287-.416a581.907 581.907 0 0 0-8.748-.428zm-3.403 40.723c-1.15 0-4.493 1.037-11.815 3.306l-.45.143l-.442-.166c-.05-.017-4.854-1.799-10.611-1.799a27.169 27.169 0 0 0-1.399.035c-.576.03-3.812 1.568-7.951 8.116l-.27.421l-.472.153a510.288 510.288 0 0 1-14.748 4.48l-.49.14l-.463-.214c-.05-.02-3.007-1.392-5.819-2.684c1.533 2.265 3.495 5.094 5.221 7.311c3.015 3.883 6.815 7.47 14.102 7.47c.913 0 1.885-.055 2.882-.17c7.412-.836 9.321-1.175 10.348-1.355c.348-.059.623-.109.975-.152c.056-.007 6.125-.791 7.828-4.611c1.756-3.926 2.109-4.86 2.123-4.897l.62-1.652s.076-.43.202-.563c0 .004.001.004.004.004l.012.01c.195.14.484.578.484.578l1.022 1.215a90.881 90.881 0 0 0 5.058 5.473c1.842 1.826 4.071 2.75 6.621 2.75a11.588 11.588 0 0 0 2.71-.334a629.93 629.93 0 0 1 2.743-.66c3.445-.824 7.349-1.76 9.24-2.29c.375-.105.793-.2 1.233-.3c2.519-.582 5.969-1.385 7.799-5.049a541.946 541.946 0 0 1 4.607-8.935a77.702 77.702 0 0 0-3.33 1.613c-1.368.718-3.162 1.066-5.478 1.066c-1.377 0-2.73-.117-4.227-.25c-2.992-.275-8.055-.87-8.107-.877l-.387-.043l-.307-.246c-.045-.033-4.482-3.566-8.068-6.386c-.145-.118-.277-.229-.397-.329c-.376-.322-.378-.322-.603-.322'/%3E%3Cpath fill='%23f4edae' d='M68.908 2.928c-2.53 0-5.033.205-7.492.605a47.256 47.256 0 0 0-7.225 1.772c-5.88 1.941-11.372 5.022-16.199 9.054a51.646 51.646 0 0 0-2.814 2.534a52.876 52.876 0 0 0-7.352 8.877a54.162 54.162 0 0 0-2.043 3.355v.002a54.796 54.796 0 0 0-1.816 3.537v.002a55.605 55.605 0 0 0-1.574 3.713a70.15 70.15 0 0 1 3.285-.945c.848-.217 1.7-.425 2.554-.614a49.699 49.699 0 0 1 2.577-.502l-.014.006c.005 0 .01-.003.016-.004a128.13 128.13 0 0 0-2.46.91c-.811.302-1.622.62-2.431.946c-.017.007-.032.015-.049.021a91.745 91.745 0 0 0-4.676 2.01l-.05.022c-.362.165-.715.344-1.073.515c-.415.199-.836.388-1.246.598l-.006.004c-.204.104-.4.22-.603.328c-.554.293-1.108.585-1.65.898c-.68.39-1.344.8-1.983 1.233c-.64.433-1.253.89-1.828 1.375c-.05.29-.095.608-.135.91c-.007.059-.01.119-.018.178c-.053.451-.094.904-.129 1.357a35.861 35.861 0 0 0-.103 2.35a38.236 38.236 0 0 0 .322 5.191c.21 1.519.498 3.023.88 4.492c.05.197.085.4.14.596v.002c.031.115.078.225.111.34c.205.706.424 1.407.686 2.094c.22.584.47 1.157.75 1.715l.002.002l.11.209a12.61 12.61 0 0 0 .386.19l.771.368c.431.2 1.026.48 1.516.7a.97.97 0 0 0 .078-.073l-1.43-5.45c.303-.083 3.019-.782 7.7-1.673l-.03-.008a22.067 22.067 0 0 1-1.103-.234c-.252-.063-.5-.141-.75-.211c-.156-.044-.312-.086-.467-.133a22.086 22.086 0 0 1-1.918-.658l-.002-.002a14.346 14.346 0 0 1-1.475-.713h-.002c-.475-.272-.942-.58-1.304-.99h.004c.641.21 1.368.381 2.168.52h.004c.8.137 1.673.241 2.605.316c.935.075 1.927.12 2.969.14c2.08.04 4.346-.019 6.695-.144c3.523-.188 7.23-.525 10.772-.89c6.479-.668 12.97-1.16 19.482-1.372c.038-.001.077 0 .115-.002c2.133-.068 4.268-.108 6.406-.113c2.176.005 4.349.044 6.52.115a241.382 241.382 0 0 1 6.506.3h.002c.144.01.289.023.433.032c4.188.256 8.369.609 12.541 1.039c3.4.351 6.946.67 10.34.861c.144.008.293.022.436.03h.004c1.173.062 2.326.109 3.445.134c1.121.026 2.21.03 3.25.01c2.084-.04 3.982-.181 5.586-.459c.79-.136 1.51-.306 2.146-.513l.012-.004c-.36.41-.824.718-1.299.99a14.703 14.703 0 0 1-1.478.715a23.689 23.689 0 0 1-1.553.555a23.702 23.702 0 0 1-1.586.447c-.154.034-.312.07-.47.103c5.13.952 8.115 1.727 8.435 1.813v.002l-1.367 5.187l.57-.254c.085-.038.17-.074.254-.113l.772-.367c.128-.062.256-.128.386-.193l.108-.207v-.002a19.729 19.729 0 0 0 .757-1.715a27.03 27.03 0 0 0 .794-2.434v-.004c.233-.826.43-1.667.597-2.515v-.004c.167-.85.306-1.707.424-2.567v-.004a39.931 39.931 0 0 0 .25-2.586v-.002a36.124 36.124 0 0 0 .07-2.6v-.001c0-.038-.006-.076-.006-.113a32.712 32.712 0 0 0-.244-3.77a16.976 16.976 0 0 0-.137-.912a22.037 22.037 0 0 0-1.824-1.371s0-.002-.002-.002a31.756 31.756 0 0 0-1.982-1.233a51.549 51.549 0 0 0-4.582-2.343c-1.56-.736-3.165-1.404-4.776-2.053a87.478 87.478 0 0 0-2.43-.945h-.001c-.811-.314-1.633-.61-2.455-.91l.015.001l-.013-.004c.863.143 1.72.314 2.576.502a75.24 75.24 0 0 1 2.55.614h.004c1.101.285 2.197.605 3.286.945c-2.907-7.597-7.328-14.2-12.787-19.486a51.649 51.649 0 0 0-2.815-2.533c-4.827-4.033-10.32-7.114-16.201-9.055a47.262 47.262 0 0 0-7.225-1.772a46.587 46.587 0 0 0-7.49-.605M53.572 9.69a55.98 55.98 0 0 0-.998 3.516l.309-.912s.55 29.102 7.35 29.102h2.171v-6.315h2.617V20.377h-1.734v3.183h-7.719V12.662l27.18.002V23.56h-7.725v-3.184h-1.74v14.707h2.631v6.314h2c6.578 0 7.145-26.997 7.176-28.785a52.132 52.132 0 0 0-.848-2.92C87.823 15.93 89.013 23 89.382 28.09l.14.512l-.085.238c.119 1.992.125 3.66.092 4.73a41.1 41.1 0 0 0 .807-.773c.01-.01.026-.017.035-.027c.008-.008.012-.015.022-.022c.01-.01.02-.014.03-.021c.039-.027.076-.05.114-.075c.017-.006.034-.017.05-.027a1.259 1.259 0 0 1 .153-.053c.01 0 .021-.006.031-.006a.73.73 0 0 1 .19-.017c.017 0 .03.004.045.004a1.046 1.046 0 0 1 .146.02l.028.007l11.603 3.295c.093-2.367.14-12.537-5.187-21.11c.185.21 6.15 7.02 6.55 21.5l1.871.53a.864.864 0 0 1 .616.69a48.61 48.61 0 0 1 .574 5.415c.723 2.987 2.059 6.984 4.2 8.246c.424.201.84.417 1.247.655c-.86-.341-1.746-.587-2.64-.807a44.574 44.574 0 0 0-2.688-.59a83.5 83.5 0 0 0-5.44-.85a121.954 121.954 0 0 0-5.468-.59c-1.83-.153-3.653-.308-5.486-.415c-7.326-.451-14.673-.565-22.024-.572c-7.349.004-14.695.14-22.021.574c-1.832.106-3.658.262-5.487.416c-1.828.155-3.653.35-5.468.59a84.052 84.052 0 0 0-5.44.85a46.3 46.3 0 0 0-2.691.587c-.89.22-1.781.467-2.64.807a16.075 16.075 0 0 1 1.253-.658c2.136-1.265 3.47-5.251 4.193-8.235c.086-1.61.239-3.385.575-5.424a.857.857 0 0 1 .615-.69l1.867-.528c.406-14.48 6.37-21.29 6.557-21.5c-5.328 8.574-5.28 18.743-5.188 21.111l11.602-3.299l.027-.006a.919.919 0 0 1 .145-.02c.013 0 .03-.003.047-.003a.757.757 0 0 1 .189.015c.01 0 .021.007.035.01a.801.801 0 0 1 .143.05c.02.01.034.021.054.032c.04.022.077.045.114.07c.01.008.024.01.033.02c.008.007.012.017.02.024c.01.01.024.016.035.027c.263.263.532.52.806.773c-.116-3.822.068-14.789 5.29-23.879zm7.393 8.37v3.183h.002V18.06zm10.002 0v19.343h2.625v-.002h-2.623v-19.34Zm19.232 17.234c-.866.787-2.045 1.798-3.23 2.64v.003c1.185-.842 2.364-1.854 3.23-2.641zm-42.58.002c-.001.045 0 .114-.002.16l.004-.158zm39.455.295l-.05.145l.04-.032zm-22.355 1.81v.002h2.623v-.002zm-22.09.657c-1.18-.056-2.54.318-3.59.568c-2.099.5-4.847 1.199-5.297 2.299c-.872 2.132-1.3 7.693-1.3 7.693l-.061.037c.01.11.026.331.033.395a88.461 88.461 0 0 1 3.283-.822c1.815-.402 3.645-.74 5.477-1.05c1.836-.305 3.68-.54 5.521-.763c.132-.017.259-.027.389-.045a1.04 1.04 0 0 1-.062-.156a27.86 27.86 0 0 1-.42-1.764a20.709 20.709 0 0 1-1.47-4.375c-.324-1.474-1.323-1.961-2.503-2.017m52.691 0c-1.18.056-2.179.543-2.504 2.017c-.461 2.101-1.126 3.77-1.724 4.914c-.092.409-.181.818-.293 1.225a1.05 1.05 0 0 1-.065.164c.13.013.26.024.387.041a109.451 109.451 0 0 1 11.002 1.813a93.664 93.664 0 0 1 3.28.82c.015-.133.043-.496.07-.822c-.083-.976-.486-5.403-1.264-7.305c-.45-1.1-3.199-1.799-5.297-2.299c-1.05-.25-2.411-.624-3.592-.568m-8.777 3.068c-.287 1.417-.758 3.085-1.53 4.701h.003c.77-1.616 1.24-3.284 1.527-4.701m-37.877 4.578l.012.053a.847.847 0 0 1 0 .443h.002a.854.854 0 0 0 0-.445l-.014-.05z'/%3E%3Cpath fill='%23e6ccad' d='m117.469 72.953l-1.78 12.455v.004a.89.89 0 0 1-.37.6v.002l-2.544 1.781l-.152.78c2.51.617 4.917-1.182 6.275-2.483c.634-2.464 1.192-5.357 1.38-7.455c.145-1.617.155-2.598.087-3.21a2.402 2.402 0 0 0-.154-.671a.772.772 0 0 0-.225-.313c-.118-.099-.42-.28-.703-.453c-.11-.066-.147-.101-.273-.175h-.002c-.454-.265-1-.57-1.54-.862zm-96.557 1.729c-.596.319-1.239.673-1.777.988l-.002.002c-.193.113-.257.167-.416.265c-.286.177-.624.378-.743.477c-.237.197-.435.624-.373 2.14c.021.506.072 1.133.159 1.913l.01.068c.113.993.32 2.188.591 3.451l.008.04a62.622 62.622 0 0 0 .965 3.87c1.081 1.244 2.879 2.58 5.222 1.655l-1.66-1.162a.888.888 0 0 1-.375-.62zm48.219 1.781a13.44 13.44 0 0 0-1.799.14L63.37 89.655c-.001.005-.006.008-.008.012a.885.885 0 0 1-.236.377l-.002.002l-.002.002a.884.884 0 0 1-.408.213l-.002.002l-1.895.422c-.161.669-.707 1.65-2.465 2.187c-2.834.867-20.79 6.22-22.837 5.93c-1.21-.17-3.433-1.412-5.12-2.432a60.981 60.981 0 0 0 2.538 5.278c.367.68.779 1.387 1.209 2.105c.163.273.32.542.492.819c.594.953 1.23 1.924 1.937 2.906a559.204 559.204 0 0 0 10.916-3.35a40.025 40.025 0 0 1 2.346-3.246v-.002a29.76 29.76 0 0 1 2.574-2.838c.872-.834 1.746-1.537 2.582-2.039L54.99 96l.016-.008a7.094 7.094 0 0 1 1.187-.578l.018-.008l.02-.006a3.966 3.966 0 0 1 1.12-.242a32.004 32.004 0 0 1 1.538-.039h.002c.675.003 1.35.025 2.023.067h.002a36.465 36.465 0 0 1 2.012.183a4.322 4.322 0 0 1-.652-.746l-.003-.002a4.485 4.485 0 0 1-.408-.732l-.002-.002c-.207-.47-.301-.88-.379-1.131h.002s.231.18.653.443c.21.131.467.282.767.442h.002c.097.051.225.105.33.158a12.208 12.208 0 0 0 3.418 1.154a11.146 11.146 0 0 0 1.489.166l.1.004a10.373 10.373 0 0 0 1.575-.068c.032-.004.062-.004.094-.008a15.279 15.279 0 0 0 5.596-1.89l.031-.02a14.24 14.24 0 0 0 1.47-.967c.298-.224.405-.322.46-.371l.095-.078l.002-.002s-.004.497-.265 1.187a4.904 4.904 0 0 1-.613 1.137v.002c-.29.402-.678.814-1.192 1.197c1.978-.598 3.376-1 4.42-1.252s1.733-.355 2.293-.355c1.237 0 1.845.515 2.38.97c.1.083.201.171.321.268l.002.002c.633.498.959.76 1.615 1.28a3777.68 3777.68 0 0 1 6.153 4.872h.002c.12.014.573.061.74.08c1.556.18 4.669.536 6.904.74c.714.066 1.393.125 2.051.169c.659.043 1.297.07 1.928.07c.408 0 .789-.013 1.15-.039a56.938 56.938 0 0 0 1.729-3.643c.079-.18.158-.358.236-.54a67.857 67.857 0 0 0 1.602-4.124c-1.426 1.003-4.766 3.264-6.352 3.559c-2.032.378-20.202-4.187-23.072-4.93c-1.325-.343-1.975-.96-2.307-1.527l-1.53-.174h-.001a.886.886 0 0 1-.465-.2a.886.886 0 0 1-.285-.427l-4.078-13.437a13.898 13.898 0 0 0-1.793-.141zm3.33 38.492a253.499 253.499 0 0 1-1.228 2.776h.076l.078-.002c.419 0 .882-.044 1.318-.065c.073-.006.145-.019.217-.025a29.196 29.196 0 0 0 1.82-.217a94.872 94.872 0 0 1-2.281-2.467m3.441 3.653a28.128 28.128 0 0 1-3.12.449h-.003c-.017 0-.034 0-.05.002c-.428.017-.837.054-1.287.054l-.694.006l-.265-.006c-.19.282-.396.546-.614.797c-.058.068-.121.128-.181.194a9.378 9.378 0 0 1-.518.529c-.068.063-.14.12-.209.182c-.18.157-.361.31-.549.453c-.072.055-.145.107-.219.16a12.3 12.3 0 0 1-.63.43l-.09.056a13.76 13.76 0 0 1-1.543.81c-.125.057-.242.107-.365.159c-.492.21-.96.391-1.413.539c6.209 1.072 12.982-.56 16.538-1.646c-.037-.013-.071-.032-.108-.045a11.676 11.676 0 0 1-.984-.416c-.118-.056-.232-.12-.348-.18a11.873 11.873 0 0 1-.72-.402a12.107 12.107 0 0 1-.38-.24a12.322 12.322 0 0 1-.65-.465c-.119-.09-.24-.177-.355-.272a13.009 13.009 0 0 1-.817-.728c-.034-.033-.07-.061-.103-.094v-.002c-.11-.11-.216-.214-.323-.324'/%3E%3Cpath fill='%23656c67' d='M82.215 56.248a71.84 71.84 0 0 0-3.106.383c-.005 0-.011 0-.017.002a71.755 71.755 0 0 0-3.067.515a87.27 87.27 0 0 0-9.879 2.477l-.084.025c-1.485.465-2.92.957-4.306 1.461a106.266 106.266 0 0 0-4.354 1.694a251.908 251.908 0 0 1 5.787-.213c1.979-.05 4.003-.078 6.07-.078h.005c2.416 0 4.763.039 7.052.107l.243.004a55.567 55.567 0 0 0 2.586-2.676a55.612 55.612 0 0 0 2.402-2.844c.24-.302.466-.592.668-.857m21.88 1.215a49.678 49.678 0 0 1-2.708 1.814c-2.761 1.722-5.654 3.17-8.51 4.387c2.912.284 5.63.6 8.13.932c2.502.33 4.786.674 6.827 1.01c2.04.335 3.84.662 5.371.958c1.531.297 2.796.563 3.77.778l1.906-7.225c-2.073-.47-5.453-1.176-9.938-1.914h-.002a218.654 218.654 0 0 0-4.845-.74zm-53.013 1.166a96.126 96.126 0 0 0-5.365 1.412c-1.75.515-3.46 1.071-5.125 1.658a107.769 107.769 0 0 0-4.86 1.846a112.947 112.947 0 0 0-4.568 1.982a230.054 230.054 0 0 1 6.885-1.004a230.92 230.92 0 0 1 6.912-.795l.047-.04a47.386 47.386 0 0 1 6.074-5.06zm-26.926.547c-1.865.36-3.386.686-4.512.941l.53 2a66.471 66.471 0 0 1 3.982-2.941m88.322 9.697l-1.956 13.709a.905.905 0 0 1-.124.338v.002a.902.902 0 0 1-.246.264v.002l-2.718 1.9l-4.621 3.234a.896.896 0 0 1-.588.153l-.02.002l-22.127-2.514a.891.891 0 0 1-.752-.623l-.002-.002l-1.386-4.567l-2.598-8.55c-.801-.207-2.543-.62-4.375-.813a17.664 17.664 0 0 0-1.832-.103c-1.204 0-2.49.16-3.608.353c-1.118.194-2.07.423-2.603.56l-3.986 13.12v.002c-.001.002-.004.003-.004.006a.885.885 0 0 1-.242.385a.887.887 0 0 1-.41.216L36.153 90.87a.852.852 0 0 1-.506-.055c-.066-.025-.137-.04-.197-.082l-4.316-3.023l-3.024-2.117a.89.89 0 0 1-.37-.617l-.003-.002l-1.543-12.524l-.435-3.521c-.822.158-1.565.307-2.225.449c-.47.258-.935.515-1.392.773l2.101 17.008l10.664 7.469l26.91-5.988l3.973-13.086v-.002a.893.893 0 0 1 .266-.412a.892.892 0 0 1 .443-.21c1.007-.161 1.887-.244 2.633-.244c.738 0 1.626.083 2.629.245a.883.883 0 0 1 .44.205l.003.004l.008.007a.883.883 0 0 1 .258.405v.002l4.074 13.412l27.06 3.078l10.376-7.27l2.166-15.152a158.3 158.3 0 0 0-3.668-.748z'/%3E%3Cpath fill='%23c7b39a' d='M69.26 64.92c-1.605 0-3.184.016-4.735.047h-.047a238.71 238.71 0 0 0-4.613.137a240.704 240.704 0 0 0-8.644.494h-.002a106.508 106.508 0 0 0-3.647 1.87l-.064.034l-.002.002a95.142 95.142 0 0 0-2.803 1.566c-1.541.898-2.402 1.466-2.441 1.494h-.002l-2.645 1.764l-2.643 1.762l-.003.002l2.142-3.074l1.492-2.141v-.002a36.339 36.339 0 0 1 1.891-2.467a225.57 225.57 0 0 0-8.117 1.059c-.251.037-.501.079-.752.117c-2.272.346-4.36.693-6.112 1.016l.909 7.363l1.037 8.4l6.69 4.686l21.236-4.723l1.988-6.549l1.986-6.547a.895.895 0 0 1 .156-.29a.906.906 0 0 1 .248-.217a.72.72 0 0 1 .202-.09c.073-.02.909-.247 2.058-.488a30.253 30.253 0 0 1 2.606-.443l.03-.007l3.9-2.355a30.352 30.352 0 0 0 3.357-2.375c-.76-.014-1.545-.015-2.316-.024c-.78-.007-1.56-.02-2.34-.021m18.496.709a88.579 88.579 0 0 1-6.233 1.89a91.51 91.51 0 0 1-5.123 1.198c-2.975.605-4.914.838-5.134.853l-.254.016l-.246.02c1.388.12 2.737.366 3.755.587c1.021.223 1.71.42 1.776.44a.9.9 0 0 1 .377.223a.905.905 0 0 1 .228.375l3.96 13.033l21.208 2.41l6.744-4.723l1.917-13.404a210.375 210.375 0 0 0-10.147-1.582a231.476 231.476 0 0 0-5.916-.705a240.712 240.712 0 0 0-6.912-.631m.998 3.459c.342-.012.68.033 1.012.125h.006l.007.004c.329.093.65.232.96.418l.001.002c.313.187.614.418.9.69l.003.001a6.848 6.848 0 0 1 .834.961c.244.337.47.705.675 1.102c.205.395.386.82.545 1.265l.034.096c.155.448.288.917.39 1.404a12.3 12.3 0 0 1 .225 1.569a7.473 7.473 0 0 1-.022 1.55a4.542 4.542 0 0 1-.123.618a3.454 3.454 0 0 1-.19.525c.64-.076 1.155-.024 1.57.098h.001c.414.121.725.313.96.517c.233.205.388.422.485.594c.098.172.14.3.147.326a3.28 3.28 0 0 0-.705-.246a3.968 3.968 0 0 0-.738-.092c-.508-.018-1.05.041-1.649.131c-.602.09-1.262.21-2.004.313a20.7 20.7 0 0 1-2.469.203h-.005c-.686.024-1.345.043-1.95-.008h-.002a5.307 5.307 0 0 1-.86-.137h-.003a3.178 3.178 0 0 1-.76-.295a2.528 2.528 0 0 1-.64-.502a2.93 2.93 0 0 1-.498-.757a4.741 4.741 0 0 1-.336-1.067a8.804 8.804 0 0 1-.155-1.422a14.235 14.235 0 0 1 .032-1.578a12.577 12.577 0 0 1 .199-1.476v-.002c.56-2.831 2.063-4.857 4.123-4.93M48.723 70.15c.007 0 .014.004.021.004c.336 0 .658.048.967.147h.002c.312.1.61.251.89.443l.008.004l.004.004c.845.583 1.537 1.562 2.024 2.797l.007.015l.006.018c.158.405.295.836.407 1.291l.004.016a12.553 12.553 0 0 1 .264 1.457l.001.01v.005a14.198 14.198 0 0 1 .102 1.567v.004a8.628 8.628 0 0 1-.09 1.412v.002a4.321 4.321 0 0 1-.287 1.039v.002a2.56 2.56 0 0 1-.461.726c-.901.982-2.437.886-4.156.903c-.28.007-.545.01-.807.013c-.309.007-.603.011-.889.004c-1.314-.002-2.393-.031-3.332.036c-.014 0-.03 0-.045.002a7.87 7.87 0 0 0-1.324.199h-.002c-.413.103-.803.25-1.18.453c.01-.023.058-.134.163-.295c.1-.156.259-.36.48-.58l.022-.024l.013-.011a4.54 4.54 0 0 1 .897-.664c.209-.12.436-.236.699-.34a6.519 6.519 0 0 1 .82-.262c-.003-.007-.004-.02-.007-.027a4.724 4.724 0 0 1-.303-.998l-.016-.08a9.841 9.841 0 0 1-.142-1.36c-.001-.02-.005-.033-.006-.054c-.001-.017.002-.033.002-.05a9.871 9.871 0 0 1 .064-1.527a9.543 9.543 0 0 1 .287-1.423l.026-.09c.132-.454.294-.886.484-1.291c.196-.419.42-.81.668-1.166a6.822 6.822 0 0 1 .768-.924a5.435 5.435 0 0 1 .922-.752l.046-.031c.299-.187.609-.335.924-.44c.022-.007.043-.015.065-.021c.316-.099.639-.153.962-.158c.01 0 .019-.004.028-.004z'/%3E%3Cpath fill='%23ebd599' d='M90.2 35.297c-.867.787-2.046 1.799-3.231 2.64a21.66 21.66 0 0 1-.12 1.29v.002a24.611 24.611 0 0 1-.306 1.894v.004c-.286 1.417-.756 3.085-1.527 4.701c.09.007.18.018.27.026c1.284.104 2.57.218 3.855.353a.85.85 0 0 1 0-.45v-.001c.27-.983.476-1.984.632-2.967v-.002a35.6 35.6 0 0 0 .332-2.865v-.002c.07-.916.103-1.781.114-2.563v-.002a42.587 42.587 0 0 0-.02-2.056zm-42.579.002l-.004.158a44.69 44.69 0 0 0-.013 1.713c0 .106.002.21.004.318c.012.708.042 1.48.101 2.295l.018.25a35.65 35.65 0 0 0 .338 2.842c.15.94.346 1.892.601 2.83l.014.05a.854.854 0 0 1 0 .446c.009 0 .018 0 .027-.002a167.19 167.19 0 0 1 4.094-.38a17.47 17.47 0 0 1-.524-1.217c-.166-.43-.309-.855-.44-1.276a22.738 22.738 0 0 1-.562-2.207a24.456 24.456 0 0 1-.306-1.894a20.997 20.997 0 0 1-.117-1.29a28.886 28.886 0 0 1-1.63-1.255a42.552 42.552 0 0 1-1.437-1.24c-.049-.045-.117-.098-.164-.141'/%3E%3Cpath fill='%232d3136' d='M88.756 69.09c-2.747.097-4.507 3.666-4.356 7.984c.151 4.314 2.46 4.284 5.205 4.188c3.693-.07 5.72-1.202 7.569-.309c-.027-.103-.605-1.838-3.162-1.533c.295-.642.427-1.51.334-2.695c-.338-4.308-2.843-7.731-5.59-7.635m-40.033 1.06c-2.75.024-5.41 3.563-5.246 7.877c.044 1.124.21 1.935.474 2.52c-2.397.6-3.056 2.083-3.094 2.176c1.51-.815 3.216-.695 5.883-.692c.286.007.58.005.889-.002c.262-.004.526-.008.805-.015c2.75-.027 5.036.234 4.996-4.084c-.042-4.317-1.96-7.806-4.707-7.78m39.767 1.666c.021 0 .038.012.059.012a1.388 1.388 0 0 1 .535.117a1.404 1.404 0 0 1 .377.244l.043.04a1.4 1.4 0 0 1 .281.398l.02.041c.069.16.109.336.113.521l.002.006v.006a1.399 1.399 0 0 1-.098.535c0 .003 0 .006-.002.008l-.002.004a1.41 1.41 0 0 1-.29.447a1.4 1.4 0 0 1-.985.436a1.517 1.517 0 0 1-.55-.106a1.265 1.265 0 0 1-.433-.28l-.029-.026a1.322 1.322 0 0 1-.215-.305c-.116-.2-.2-.42-.205-.668c-.005-.26.08-.492.2-.703a1.23 1.23 0 0 1 .162-.25l.002-.002c.029-.032.06-.06.091-.09a1.27 1.27 0 0 1 .346-.242c.038-.018.078-.026.117-.041a1.522 1.522 0 0 1 .387-.086c.026-.002.048-.015.074-.016m-39.38 1.047c1.938-.13 2.02 2.804.1 2.805c-.009 0-.017.006-.026.006c-.02 0-.036-.01-.055-.01a1.54 1.54 0 0 1-.377-.064a1.35 1.35 0 0 1-.22-.088a1.268 1.268 0 0 1-.22-.139a1.38 1.38 0 0 1-.57-1.066c-.011-.433.186-.81.486-1.077c.09-.084.188-.158.305-.216c.034-.017.07-.026.106-.04a1.5 1.5 0 0 1 .47-.11z'/%3E%3Cpath fill='%23edf6fa' d='M88.49 71.816a1.404 1.404 0 1 0 .05 2.808a1.404 1.404 0 0 0-.05-2.808m-39.379 1.05a1.405 1.405 0 1 0 .071 2.808a1.405 1.405 0 0 0-.07-2.809z'/%3E%3Cpath fill='%23ebd599' d='m52.883 12.295l-.309.912c-1.164 4.588-2.811 13.146-1.828 22.498c.463.371.95.735 1.426 1.055a.866.866 0 0 1 .375.699c.004.045.102 4.373 2.014 8.055c.026.055.048.113.066.171c4.755-.324 9.521-.454 14.28-.457c4.758.003 9.523.14 14.277.467a.88.88 0 0 1 .068-.181c1.911-3.682 2.012-8.01 2.012-8.055a.876.876 0 0 1 .379-.7c.46-.31.926-.663 1.38-1.023l.051-.144c1.001-9.713-.825-18.585-1.984-22.98c-.03 1.787-.598 28.784-7.176 28.784h-2v1.912h-13.51v-1.912h-2.172c-6.8 0-7.35-29.101-7.35-29.101zm36.5 15.795c.018.25.04.51.055.75l.083-.238zm-43.457 6.476L32.796 38.3c-.81 5.275-.535 9.135-.415 10.357l.06-.037s.43-5.561 1.301-7.693c.45-1.1 3.198-1.8 5.297-2.299c2.098-.5 5.444-1.5 6.094 1.45a20.703 20.703 0 0 0 1.469 4.374c-.828-4.023-.775-7.943-.676-9.885zm45.965 0c.107 2.028.148 6.215-.8 10.424c.599-1.144 1.264-2.813 1.725-4.914c.65-2.948 3.997-1.948 6.096-1.449c2.098.5 4.847 1.2 5.297 2.299c.778 1.902 1.181 6.329 1.264 7.305c.127-1.575.283-5.163-.45-9.93zm15.316 8.334c.205 3.85-.101 6.375-.121 6.518c-.007.042-.017.078-.027.115a26 26 0 0 1 .453.137c1.316.432 2.64.884 3.894 1.477c-2.14-1.263-3.476-5.26-4.199-8.247m-76.6.008c-.723 2.984-2.057 6.97-4.193 8.235c1.253-.592 2.576-1.044 3.893-1.475c.15-.048.298-.09.449-.139c-.01-.038-.02-.071-.027-.111c-.022-.143-.326-2.666-.121-6.51z' opacity='0.8'/%3E%3Cpath fill='%23cb3349' d='M57.883 14.979v6.265h3.082V18.06h6.379v19.342h-.002v.002h-2.623v3.586h8.873v-3.586h-2.625V18.061h6.379v3.181h3.082V14.98z'/%3E%3Cpath fill='%23c7b39a' d='M118.898 86.092c-1.36 1.303-3.774 3.108-6.289 2.48c-.104.54-.189 1.031-.359 1.717c1.455.337 3.84.6 4.977.38c.485-.526 1.108-2.387 1.671-4.577m-99.564 1.805c.646 2.273 1.35 4.215 1.848 4.716c1.259.222 4.047-.164 5.416-.566a46.34 46.34 0 0 1-.397-1.346l-1.644-1.15c-2.344.925-4.141-.411-5.223-1.654m90.955 1.634l-.898.63l-2.418 1.696l-2.621 1.836a.91.91 0 0 1-.612.157l-26.078-2.967l-.369-.041c.332.567.981 1.184 2.307 1.527c2.87.743 21.04 5.308 23.072 4.93c1.585-.295 4.926-2.556 6.351-3.559c.27-.77.537-1.545.79-2.351c.17-.617.328-1.236.476-1.858m-49.473 1.15l-25.9 5.77a1.006 1.006 0 0 1-.195.018a.883.883 0 0 1-.512-.162l-1.01-.701l-3.025-2.118v-.007l-1.22-.854c.085.275.183.543.28.81l-.004.005a64.11 64.11 0 0 0 1.164 2.927c1.687 1.02 3.91 2.261 5.12 2.432c2.048.29 20.004-5.063 22.838-5.93c1.759-.537 2.303-1.52 2.464-2.19m19.873 31.094c-3.555 1.088-10.328 2.72-16.537 1.647c-1.612.527-2.891.713-3.015.728a10.8 10.8 0 0 0-.764.12c3.483.954 7.039 1.368 10.545 1.132a42.064 42.064 0 0 0 12.924-2.962a11.926 11.926 0 0 1-3.153-.665'/%3E%3Cpath fill='%232d3136' d='M68.91.52c-10.884 0-21.335 3.566-30.22 10.308c-8.595 6.524-15.135 15.884-18.938 26.44a50.473 50.473 0 0 0-4.04 1.673c-1.61.772-3.193 1.642-4.661 2.795l-.26.203l-.098.362a20.42 20.42 0 0 0-.332 1.422c-.092.46-.162.924-.228 1.388a33.11 33.11 0 0 0-.27 2.787a34.97 34.97 0 0 0 .166 5.588a35.045 35.045 0 0 0 1.037 5.508c.256.905.55 1.8.899 2.688a18.312 18.312 0 0 0 .9 1.98l.186.328c.07.12.116.208.222.367l.19.293l.295.15c.314.164.572.286.857.419l.832.375c.153.062.297.125.453.187c-3.77 3.49-7.87 8.02-11.418 13.623L0 86.474l6.293-5.523c.106-.093 5.382-4.663 14.182-9.834l.12 1.012c-.572.298-3.342 1.752-4.163 2.437c-1.362 1.134-1.428 2.89-1.063 6.166c.185 1.68.818 4.94 1.666 7.928c1.461 5.146 2.533 6.055 3.475 6.27c.423.1.975.146 1.59.146c1.683 0 3.847-.328 5.252-.752c1.653 5.14 3.993 9.777 6.845 13.846l-.412.12c-1.716-.797-7.713-3.573-9.73-4.481l-4.215-1.895l2.494 3.889c.182.28 4.483 6.99 7.998 11.51c3.284 4.22 7.782 8.533 16.271 8.533a28.9 28.9 0 0 0 3.192-.188a417.47 417.47 0 0 0 5.883-.701c8.91 3.274 18.737 3.473 28.06-.059a40.98 40.98 0 0 0 7.01-3.462c.043-.006.086-.018.127-.028c3.468-.834 7.4-1.772 9.344-2.318c.315-.086.7-.177 1.11-.274c2.705-.622 7.228-1.67 9.64-6.496c2.429-4.87 6.394-12.329 6.437-12.404l1.85-3.479l-3.611 1.569c-.193.086-4.764 2.079-7.143 3.328c-.086.046-.182.086-.28.133c1.93-3.936 2.904-7.09 3.245-8.297c1.328.32 3.303.281 4.754.281a8.26 8.26 0 0 0 1.926-.244c.94-.24 1.668-.865 3.04-6.176c.795-3.085 1.37-6.446 1.526-8.172c.305-3.362.207-5.16-1.168-6.297c-.683-.563-2.687-1.645-3.707-2.18l.049-.366c.52.124.799.197.822.203l.924-3.512a39.62 39.62 0 0 1 1.064-.432a55.505 55.505 0 0 0 1.676-.681l.832-.375c.286-.133.543-.256.858-.418l.294-.153l.19-.29c.103-.16.155-.249.222-.368l.182-.328c.123-.222.231-.438.334-.656c.206-.44.394-.883.57-1.326c.35-.888.643-1.78.899-2.686a35.5 35.5 0 0 0 1.035-5.508c.209-1.856.26-3.725.166-5.59a30.765 30.765 0 0 0-.268-2.785a21.03 21.03 0 0 0-.228-1.388a17.3 17.3 0 0 0-.332-1.422l-.1-.36l-.257-.203c-1.468-1.153-3.053-2.025-4.663-2.797a50.068 50.068 0 0 0-4.04-1.675c-3.803-10.553-10.343-19.914-18.938-26.438C90.243 4.085 79.795.52 68.91.52m-.002 2.408c20.234 0 38.77 13.192 46.52 33.453a67.075 67.075 0 0 0-3.291-.947c-1.692-.435-3.403-.829-5.13-1.114c.823.3 1.645.597 2.456.91c.815.303 1.627.62 2.432.946c1.61.649 3.215 1.317 4.775 2.053a51.549 51.549 0 0 1 4.582 2.343c1.359.783 2.66 1.64 3.81 2.608c.05.29.1.61.137.912c.053.427.098.854.135 1.285c.073.861.107 1.73.113 2.598a37.84 37.84 0 0 1-.32 5.191c-.235 1.723-.554 3.437-1.022 5.09a26.912 26.912 0 0 1-.79 2.434a20.47 20.47 0 0 1-.49 1.164a14.204 14.204 0 0 1-.27.552l-.106.21c-.13.065-.263.13-.388.19l-.772.368c-.271.126-.55.246-.824.369l1.367-5.19c-.318-.085-3.307-.86-8.44-1.812c.16-.033.32-.07.475-.105a23.675 23.675 0 0 0 3.139-1.002a14.702 14.702 0 0 0 1.478-.715c.475-.272.94-.58 1.301-.99c-5.14 1.68-15.769.917-25.22-.057c-8.636-.892-17.299-1.47-26.003-1.488c-8.704.02-17.36.596-26.002 1.488c-9.448.973-20.072 1.736-25.214.057c.36.41.828.718 1.302.99c.474.269.973.5 1.477.715c1.017.41 2.07.737 3.135 1.002c.373.09.76.172 1.136.242c-4.68.89-7.4 1.593-7.7 1.676l1.427 5.447a.97.97 0 0 1-.078.072c-.49-.219-1.085-.5-1.516-.7l-.771-.366a12.6 12.6 0 0 1-.387-.192l-.11-.209a17.801 17.801 0 0 1-.751-1.716a26.841 26.841 0 0 1-.797-2.434c-.467-1.653-.782-3.367-1.02-5.09a38.235 38.235 0 0 1-.322-5.191c.01-.868.04-1.737.115-2.598c.034-.43.085-.86.135-1.287c.04-.302.086-.62.135-.91c1.15-.97 2.453-1.828 3.81-2.61a52.11 52.11 0 0 1 4.578-2.341c1.564-.736 3.166-1.404 4.776-2.053c.809-.325 1.62-.644 2.432-.945a128.13 128.13 0 0 1 2.459-.91c-1.727.284-3.437.679-5.133 1.113c-1.1.285-2.198.606-3.287.947C30.14 16.12 48.67 2.928 68.908 2.928M53.572 9.69c-5.22 9.09-5.405 20.056-5.289 23.88a29.167 29.167 0 0 1-.806-.774c-.011-.011-.025-.017-.036-.027c-.007-.008-.011-.017-.02-.024c-.008-.01-.022-.012-.032-.02a1.211 1.211 0 0 0-.114-.07c-.02-.01-.033-.023-.054-.033a.801.801 0 0 0-.143-.049c-.014-.003-.025-.01-.035-.01a.756.756 0 0 0-.19-.015c-.016 0-.033.004-.046.004a.918.918 0 0 0-.145.02l-.027.005l-11.602 3.299c-.092-2.368-.14-12.537 5.188-21.111c-.187.21-6.15 7.02-6.557 21.5l-1.867.529a.857.857 0 0 0-.615.69c-1.138 6.902-.484 11.73-.453 11.933c.007.04.017.073.027.111c-.151.048-.3.091-.45.139c-1.765.578-3.54 1.194-5.146 2.133c.86-.34 1.75-.587 2.64-.807a46.3 46.3 0 0 1 2.692-.588a84.019 84.019 0 0 1 5.44-.85c1.815-.24 3.64-.434 5.468-.59c1.83-.153 3.655-.31 5.487-.415c7.326-.433 14.672-.57 22.021-.574c7.351.007 14.698.12 22.024.572c1.833.107 3.657.262 5.486.416c1.83.155 3.65.353 5.469.59a83.5 83.5 0 0 1 5.44.85c.9.17 1.796.362 2.687.59c.894.22 1.78.465 2.64.806c-1.606-.94-3.38-1.553-5.142-2.131a23.617 23.617 0 0 0-.453-.137c.01-.037.02-.073.027-.115c.028-.203.684-5.03-.453-11.934a.864.864 0 0 0-.616-.69l-1.87-.528c-.402-14.48-6.366-21.29-6.551-21.5c5.328 8.573 5.28 18.742 5.187 21.109L91.18 32.58c-.01-.003-.02-.004-.028-.008a1.044 1.044 0 0 0-.146-.02c-.014 0-.028-.003-.045-.003a.73.73 0 0 0-.19.017c-.01 0-.02.006-.03.006a1.26 1.26 0 0 0-.153.053c-.017.01-.034.021-.05.027c-.039.025-.076.048-.114.075c-.01.007-.021.01-.031.021c-.01.007-.014.015-.022.021c-.009.01-.025.018-.035.028a41.1 41.1 0 0 1-.807.773c.117-3.823-.069-14.79-5.287-23.879c.11.32 4.252 12.435 2.822 26.014c-.466.371-.947.735-1.421 1.055a.876.876 0 0 0-.38.699c0 .045-.1 4.373-2.011 8.055a.88.88 0 0 0-.068.181c-4.754-.327-9.519-.463-14.278-.466c-4.758.003-9.524.133-14.279.457a1.192 1.192 0 0 0-.067-.172c-1.911-3.682-2.01-8.01-2.013-8.055a.866.866 0 0 0-.375-.7c-.476-.32-.963-.683-1.426-1.054c-1.428-13.579 2.716-25.695 2.826-26.014zm1.996 2.971V23.56h7.72v-3.183h1.734v14.705h-2.618v8.227h13.51v-8.227h-2.63V20.375h1.74v3.184h7.724V12.664Zm2.315 2.316h22.545v6.264h-3.082V18.06h-6.377v19.342h2.623v3.588h-8.873v-3.588h2.625V18.061h-6.377v3.183h-3.084zM45.926 34.566c-.113 2.225-.168 7.05 1.096 11.649c.018.055.037.108.062.156c-.13.018-.257.028-.389.045c-1.842.223-3.685.458-5.521.764c-1.832.31-3.662.646-5.477 1.048a88.459 88.459 0 0 0-3.283.823c-.089-.777-.5-5.004.383-10.752zm45.965 0l13.132 3.735c.884 5.755.468 9.98.38 10.752a93.664 93.664 0 0 0-3.28-.82a109.45 109.45 0 0 0-11.002-1.813c-.127-.017-.257-.028-.387-.041a1.05 1.05 0 0 0 .065-.164c1.262-4.6 1.21-9.425 1.092-11.649m-1.692.729c.08 2.32.022 6.526-1.058 10.46a.856.856 0 0 0 0 .452a172.45 172.45 0 0 0-4.127-.379c1.543-3.234 1.882-6.68 1.955-7.893c1.185-.843 2.364-1.853 3.23-2.64m-42.58.002c.866.787 2.043 1.796 3.233 2.639c.07 1.212.408 4.65 1.949 7.882c-1.376.11-2.75.238-4.123.383a.847.847 0 0 0 0-.443c-1.08-3.93-1.135-8.137-1.059-10.461m20.942 19.978h.003c1.48.004 2.96.018 4.438.041a92.314 92.314 0 0 0-7.201 1.9c-7.685 2.368-14.213 5.419-18.656 7.755c4.956-4.741 10.225-7.4 10.828-7.694l.054-.03l4.014-1.901c2.177-.044 4.35-.068 6.52-.07zm-14.659.295a96.085 96.085 0 0 0-7.56 1.79c-15.39 4.306-27.853 11.78-35.008 16.751c7.363-8.803 18.087-15.536 20.883-17.209c.304-.04.603-.074.908-.103c1.064-.117 2.131-.2 3.205-.283c2.144-.162 4.288-.31 6.442-.428c3.708-.21 7.42-.382 11.13-.518m31.71.09c2.914.122 5.832.262 8.747.428c2.101.118 4.194.26 6.288.416c.006 0 .015.004.021.008c-.212.148-.427.309-.64.46c-8.574 5.982-18.481 8.516-24.194 9.54c4.036-3.34 7.183-7.28 8.77-9.428a47.32 47.32 0 0 0 1.007-1.424zm-3.397.588c-.202.265-.427.556-.668.858a55.59 55.59 0 0 1-4.988 5.519a246.38 246.38 0 0 0-7.297-.111c-4.136 0-8.1.109-11.868.29c5.317-2.205 11.711-4.36 18.631-5.656a71.798 71.798 0 0 1 6.19-.9m21.88 1.215c6.933.98 12.022 2.028 14.786 2.654l-1.906 7.225c-3.894-.858-12.45-2.544-24.098-3.678c3.807-1.623 7.68-3.656 11.219-6.201zm-53.011 1.166a47.573 47.573 0 0 0-6.123 5.1a230.85 230.85 0 0 0-13.799 1.798c5.891-2.71 12.616-5.201 19.922-6.898m-26.928.547a66.47 66.47 0 0 0-3.982 2.941l-.53-2a147.89 147.89 0 0 1 4.512-.941m45.106 5.742c1.58 0 3.128.02 4.656.047a30.352 30.352 0 0 1-3.36 2.375l-3.898 2.355c-2.448.3-4.572.905-4.695.938a.72.72 0 0 0-.201.09a.895.895 0 0 0-.403.508l-3.976 13.095l-21.237 4.723l-6.691-4.686L27.514 68.6c3.797-.7 8.88-1.51 14.982-2.192a33.581 33.581 0 0 0-1.892 2.47l-3.635 5.214l5.293-3.527c.078-.056 3.448-2.274 8.959-4.967a240.52 240.52 0 0 1 18.04-.68zm18.494.711c9.675.743 17.573 1.933 22.974 2.916l-1.916 13.406l-6.744 4.723l-21.209-2.41l-3.959-13.033a.9.9 0 0 0-.605-.598c-.132-.04-2.755-.787-5.541-1.027l.51-.038c.44-.03 7.756-.926 16.49-3.939m24.722 3.244a158.3 158.3 0 0 1 3.669.748l-2.167 15.153l-10.374 7.27l-27.061-3.08l-4.074-13.411a.879.879 0 0 0-.71-.623c-1.002-.162-1.89-.244-2.628-.244c-.746 0-1.626.082-2.633.244a.888.888 0 0 0-.709.623L61.818 88.64l-26.91 5.986l-10.666-7.47l-2.101-17.007a155.2 155.2 0 0 1 1.392-.777c.663-.138 1.405-.29 2.227-.45l1.978 16.05a.891.891 0 0 0 .373.619l7.34 5.137a.868.868 0 0 0 .703.14l22.125-4.925a.886.886 0 0 0 .656-.604l3.987-13.121c1.067-.275 3.804-.914 6.213-.914c2.398 0 5.137.64 6.205.916l3.986 13.119a.89.89 0 0 0 .752.623l22.127 2.514a.886.886 0 0 0 .605-.157l7.342-5.132a.907.907 0 0 0 .37-.606zm4.99 4.078c1.08.587 2.19 1.217 2.518 1.492c.33.266.583.96.291 4.194c-.354 3.963-2.02 10.914-3.05 12.033c-1.137.22-3.522-.044-4.977-.38c.248-.999.322-1.48.523-2.499l2.545-1.78a.89.89 0 0 0 .371-.603zm-96.556 1.73l1.61 13.089a.888.888 0 0 0 .374.619l3.305 2.312c.126.45.257.902.397 1.346c-1.37.402-4.157.788-5.416.566c-1.047-1.053-2.997-8.3-3.424-12.146c-.345-3.118-.103-3.79.215-4.053c.368-.308 1.745-1.093 2.939-1.732zm48.223 1.782c.51 0 1.115.049 1.798.14l4.082 13.44c.103.34.396.585.748.625l1.899.215l26.078 2.967a.91.91 0 0 0 .611-.157l2.621-1.836l2.418-1.697l.899-.629a52.65 52.65 0 0 1-.477 1.858c-1.248 3.995-2.718 7.535-4.355 10.658c-.36.024-.744.039-1.15.039c-1.263 0-2.552-.108-3.979-.236c-2.475-.23-6.406-.677-7.645-.823c-1.07-.85-4.727-3.757-7.769-6.152c-.118-.097-.221-.186-.324-.27c-.534-.454-1.142-.97-2.38-.97c-1.12 0-2.755.411-6.712 1.607c2.058-1.536 2.07-3.523 2.07-3.523s-2.932 2.722-7.654 3.332c-4.721.605-8.428-2.295-8.428-2.295c.156.504.374 1.644 1.444 2.615a34.338 34.338 0 0 0-4.04-.252c-.515 0-1.038.015-1.537.04c-2.907.15-6.994 4.541-9.867 8.968a559.225 559.225 0 0 1-10.916 3.35c-4.76-6.597-7.104-13.337-7.34-14.036l.004-.003c-.097-.268-.195-.536-.281-.811l1.22.854v.007l3.026 2.118l1.01.7a.883.883 0 0 0 .512.163c.063 0 .13-.005.195-.018l27.797-6.191a.886.886 0 0 0 .656-.606l3.963-13.05a13.42 13.42 0 0 1 1.803-.141m13.074 19.92c.225 0 .226 0 .603.322c.12.1.252.21.397.328c3.586 2.82 8.023 6.354 8.068 6.387l.307.246l.387.043c.052.007 5.115.602 8.107.877c1.497.133 2.85.25 4.227.25c2.316 0 4.11-.348 5.478-1.066a77.695 77.695 0 0 1 3.33-1.614a541.942 541.942 0 0 0-4.607 8.936c-1.83 3.664-5.28 4.467-7.8 5.049c-.44.1-.857.194-1.231.3c-1.892.53-5.796 1.466-9.24 2.29c-.956.228-1.887.45-2.745.66a11.61 11.61 0 0 1-2.709.334c-2.55 0-4.779-.924-6.62-2.75a90.88 90.88 0 0 1-5.06-5.473l-1.021-1.215s-.29-.438-.484-.578l-.012-.01c-.003 0-.004 0-.004-.004c-.126.133-.201.562-.201.562l-.621 1.653c-.014.036-.367.97-2.123 4.896c-1.703 3.82-7.773 4.605-7.829 4.612c-.352.043-.626.093-.974.152c-1.027.18-2.936.518-10.348 1.355c-.997.114-1.97.17-2.883.17c-7.287 0-11.086-3.587-14.101-7.47c-1.726-2.217-3.688-5.046-5.22-7.31c2.811 1.291 5.768 2.663 5.818 2.683l.462.215l.49-.141a510.28 510.28 0 0 0 14.749-4.48l.472-.153l.27-.422c4.139-6.548 7.375-8.086 7.951-8.115a27.17 27.17 0 0 1 1.398-.035c5.757 0 10.562 1.782 10.612 1.799l.441.166l.451-.143c7.322-2.27 10.665-3.307 11.815-3.307zm-9.748 18.57a88.84 88.84 0 0 0 2.283 2.469a29.17 29.17 0 0 1-2.037.242c-.437.021-.9.068-1.32.067h-.155a253.5 253.5 0 0 0 1.229-2.778m3.441 3.654l.322.327c2.115 2.094 4.736 3.294 7.618 3.506a42.064 42.064 0 0 1-12.924 2.962c-3.506.236-7.062-.178-10.545-1.132c.293-.054.506-.09.764-.12c.285-.036 6.532-.852 9.345-5.037l.266.006l.693-.006c.468 0 .892-.04 1.338-.056c1.064-.093 2.1-.243 3.123-.45'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-argo-cd.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-argo-cd.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 128 128'%3E%3Cdefs%3E%3CclipPath id='deviconArgocd0'%3E%3Cpath d='M42 41h44v51H42zm0 0'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd1'%3E%3Cuse href='%23deviconArgocdc'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd2'%3E%3Cuse href='%23deviconArgocdc'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd3'%3E%3Cpath d='m85.695 41.133l-2.55 58.238H44.887l-2.125-58.238'/%3E%3C/clipPath%3E%3CclipPath id='deviconArgocd4'%3E%3Cuse href='%23deviconArgocdc'/%3E%3C/clipPath%3E%3Cmask id='deviconArgocd5'%3E%3Cg filter='url(%23deviconArgocdb)'%3E%3Cuse href='%23deviconArgocdc' fill-opacity='0.251'/%3E%3C/g%3E%3C/mask%3E%3Cmask id='deviconArgocd6'%3E%3Cg filter='url(%23deviconArgocdb)'%3E%3Cuse href='%23deviconArgocdc' fill-opacity='0.22'/%3E%3C/g%3E%3C/mask%3E%3Cmask id='deviconArgocd7'%3E%3Cg filter='url(%23deviconArgocdb)'%3E%3Cuse href='%23deviconArgocdc' fill-opacity='0.502'/%3E%3C/g%3E%3C/mask%3E%3Cg id='deviconArgocd8' clip-path='url(%23deviconArgocd4)'%3E%3Cpath fill='%23fbdfc3' d='M58.488 30.508a2.974 2.974 0 1 1-5.948-.003a2.974 2.974 0 0 1 5.948.003m0 0'/%3E%3C/g%3E%3Cg id='deviconArgocd9' clip-path='url(%23deviconArgocd2)'%3E%3Cpath fill='%23e34e3b' d='M84.422 65.363s2.55-22.531-.852-31.031C77.195 19.453 62.316 20.73 62.316 20.73s8.5 3.399 8.926 16.153c.426 8.926 0 22.105 0 22.105zm0 0'/%3E%3C/g%3E%3Cg id='deviconArgocda' clip-path='url(%23deviconArgocd1)'%3E%3Cpath fill='%23e9654b' d='M83.145 90.867V87.47c-5.95 3.398-12.329 6.8-19.977 6.8c-8.504 0-14.031-3.824-19.555-6.8l.422 3.398s6.38 6.805 19.555 6.805c12.328-.426 19.555-6.805 19.555-6.805zm0 0'/%3E%3C/g%3E%3Cfilter id='deviconArgocdb' width='100%25' height='100%25' x='0%25' y='0%25' filterUnits='objectBoundingBox'%3E%3CfeColorMatrix in='SourceGraphic' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/%3E%3C/filter%3E%3Cpath id='deviconArgocdc' d='M0 0h128v128H0z'/%3E%3C/defs%3E%3Cpath fill='%23e9654b' d='M44.035 89.594s-.847 2.55-2.125 3.824a3.844 3.844 0 0 1-2.972 1.277a49.946 49.946 0 0 1-6.38 1.274s2.977.426 6.38.851c1.273 0 1.273 0 2.124.426c2.126 0 2.973-1.277 2.973-1.277zm39.11 0s.851 2.55 2.125 3.824a3.858 3.858 0 0 0 2.976 1.277a49.8 49.8 0 0 0 6.375 1.274s-2.973.426-6.8.851c-1.274 0-1.274 0-2.126.426c-2.55 0-2.976-1.277-2.976-1.277zm0 0'/%3E%3Cpath fill='%23b6cfea' d='M109.926 47.508c0 25.355-20.555 45.91-45.91 45.91c-25.356 0-45.91-20.555-45.91-45.91c0-25.352 20.554-45.906 45.91-45.906c25.355 0 45.91 20.554 45.91 45.906m0 0'/%3E%3Cpath fill='%23e6f5f8' d='M108.227 47.508c0 24.418-19.793 44.21-44.211 44.21c-24.414 0-44.207-19.792-44.207-44.21C19.809 23.094 39.602 3.3 64.016 3.3c24.418 0 44.21 19.793 44.21 44.207zm0 0'/%3E%3Cpath fill='%23d0e8f0' d='M100.148 48.36c0 19.956-16.175 36.132-36.132 36.132c-19.954 0-36.133-16.176-36.133-36.133c0-19.953 16.18-36.132 36.133-36.132c19.957 0 36.132 16.18 36.132 36.132zm0 0'/%3E%3Cpath fill='%23ee794b' d='M42.762 65.363s2.976 48.035 2.976 48.887c0 .422.426 1.273-1.703 2.125c-2.125.848-8.926 2.55-8.926 2.55h10.203c4.676 0 4.676-3.827 4.676-4.675c0-.852 1.274-19.129 1.274-19.129s.425 21.68.425 22.527c0 .852-.425 2.125-3.398 2.977c-2.125.426-8.504 1.7-8.504 1.7h9.778c5.953 0 5.953-3.825 5.953-3.825l1.273-19.129s.426 19.129.426 21.254c0 1.7-1.274 2.977-5.953 3.824c-2.973.852-6.801 1.703-6.801 1.703h11.055c5.523-.425 6.375-4.254 6.375-4.254l9.351-47.609zm0 0'/%3E%3Cpath fill='%23ee794b' d='M85.27 65.363s-2.973 48.035-2.973 48.887c0 .422-.426 1.273 1.7 2.125c2.124.848 8.925 2.55 8.925 2.55H82.719c-4.676 0-4.676-3.827-4.676-4.675c0-.852-1.273-19.129-1.273-19.129s-.426 21.68-.426 22.527c0 .852.426 2.125 3.402 2.977l8.5 1.7H78.47c-5.95 0-5.95-3.825-5.95-3.825l-1.277-19.129s-.426 19.129-.426 21.254c0 1.7 1.278 2.977 5.954 3.824c2.976.852 6.8 1.703 6.8 1.703H72.52c-5.528-.425-6.38-4.254-6.38-4.254L56.79 74.29zm.425-23.379c0 11.903-9.777 21.254-21.254 21.254c-11.476 0-21.254-9.777-21.254-21.254c0-11.476 9.778-21.254 21.254-21.254c11.477 0 21.254 9.352 21.254 21.254m0 0'/%3E%3Cg clip-path='url(%23deviconArgocd0)'%3E%3Cg clip-path='url(%23deviconArgocd3)'%3E%3Cpath fill='%23ee794b' d='M102.273 53.46c0 20.895-16.937 37.833-37.832 37.833c-20.894 0-37.832-16.938-37.832-37.832c0-20.895 16.938-37.832 37.832-37.832c20.895 0 37.832 16.937 37.832 37.832zm0 0'/%3E%3C/g%3E%3C/g%3E%3Cuse href='%23deviconArgocd9' mask='url(%23deviconArgocd6)'/%3E%3Cuse href='%23deviconArgocd8' mask='url(%23deviconArgocd7)'/%3E%3Cpath fill='%23010101' d='M71.668 73.863c0 7.227-3.402 11.907-7.652 11.907s-7.653-5.528-7.653-12.754c0 0 3.403 6.8 8.078 6.8c4.676 0 7.227-5.953 7.227-5.953m0 0'/%3E%3Cpath fill='%23fff' d='M71.668 73.863c0 4.68-3.402 7.227-7.652 7.227s-7.227-3.399-7.227-7.649c0 0 3.402 4.25 8.078 4.25c4.676 0 6.801-3.828 6.801-3.828m0 0'/%3E%3Cpath fill='%23e9654b' d='M92.07 53.887c0 7.277-5.898 13.175-13.175 13.175c-7.278 0-13.18-5.898-13.18-13.175c0-7.278 5.902-13.18 13.18-13.18c7.277 0 13.175 5.902 13.175 13.18m-29.754 0c0 7.277-5.902 13.175-13.18 13.175c-7.277 0-13.175-5.898-13.175-13.175c0-7.278 5.898-13.18 13.176-13.18c7.277 0 13.18 5.902 13.18 13.18zm0 0'/%3E%3Cpath fill='%23fff' d='M89.098 53.887c0 5.633-4.57 10.203-10.203 10.203c-5.633 0-10.204-4.57-10.204-10.203c0-5.637 4.57-10.203 10.204-10.203c5.632 0 10.203 4.566 10.203 10.203m-30.61 0c0 5.633-4.566 10.203-10.199 10.203c-5.637 0-10.203-4.57-10.203-10.203a10.201 10.201 0 0 1 10.203-10.203c5.633 0 10.2 4.566 10.2 10.203zm0 0'/%3E%3Cpath fill='%23010101' d='M51.262 52.61a2.975 2.975 0 1 1-5.95.003a2.975 2.975 0 0 1 5.95-.004zm30.609 0a2.976 2.976 0 1 1-5.951.001a2.976 2.976 0 0 1 5.951-.002zm0 0'/%3E%3Cpath fill='%23b6cfea' d='M17.258 58.988a2.005 2.005 0 0 1-2.125-2.125V39.86a2.008 2.008 0 0 1 .582-1.543a2.008 2.008 0 0 1 1.543-.582a2.005 2.005 0 0 1 2.125 2.125v17.004c.035.57-.18 1.133-.586 1.54a2.008 2.008 0 0 1-1.54.585zm92.668 0a2.003 2.003 0 0 1-1.54-.586a2.008 2.008 0 0 1-.585-1.539V39.86a2.011 2.011 0 0 1 .586-1.543a2 2 0 0 1 1.539-.582a2 2 0 0 1 1.539.582c.41.407.62.97.586 1.543v17.004a1.994 1.994 0 0 1-.586 1.54a2.003 2.003 0 0 1-1.54.585zm0 0'/%3E%3Cpath fill='%23fff' d='M51.688 13.504a2.125 2.125 0 1 1-4.25 0a2.125 2.125 0 0 1 4.25 0M34.262 70.89a1.559 1.559 0 0 1-1.278-.425c-5.101-6.375-7.652-14.453-7.652-22.531a37.933 37.933 0 0 1 5.102-19.13a41.641 41.641 0 0 1 13.601-13.6a1.873 1.873 0 0 1 2.13.425a1.874 1.874 0 0 1-.427 2.125a34.305 34.305 0 0 0-17.43 29.754a33.487 33.487 0 0 0 7.227 20.832c.426.426.426 1.7-.426 2.125c-.425.426-.425.426-.847.426zm0 0'/%3E%3Cuse href='%23deviconArgocda' mask='url(%23deviconArgocd5)'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-kubernetes.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-kubernetes.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 128 128'%3E%3Cpath fill='%23326ce5' d='M63.556 1.912a8.51 8.44 0 0 0-3.26.826L15.795 24a8.51 8.44 0 0 0-4.604 5.725L.214 77.485a8.51 8.44 0 0 0 1.155 6.47a8.51 8.44 0 0 0 .484.672l30.8 38.296a8.51 8.44 0 0 0 6.653 3.176l49.394-.012a8.51 8.44 0 0 0 6.653-3.17l30.789-38.301a8.51 8.44 0 0 0 1.645-7.142l-10.996-47.76a8.51 8.44 0 0 0-4.604-5.726L67.682 2.738a8.51 8.44 0 0 0-4.126-.826'/%3E%3Cpath fill='%23fff' d='M63.975 18.143v.01c-1.472.014-2.664 1.336-2.664 2.972c0 .028.005.052.005.074c-.002.222-.012.49-.005.684c.035.946.24 1.668.365 2.535c.17 1.42.215 2.547.224 3.687l.036-.164a40.909 40.909 0 0 0-.118-2.394c.139 1.228.24 2.364.186 3.392c-.015-.325-.061-.677-.066-.982l-.036.164c.003.347.096.79.069 1.123c-.061.29-.291.495-.467.742l-.025.121c.173-.227.354-.444.46-.699c-.134.423-.42.796-.707 1.094c.08-.124.146-.262.24-.385l.026-.12c-.145.203-.227.457-.385.61l-.006.006l-.064 1.12a34.702 34.702 0 0 0-4.797.736a34.279 34.279 0 0 0-17.398 9.935c-.296-.202-.8-.56-.95-.672l-.005-.005l-.01.002c-.478.064-.95.207-1.57-.153c-1.187-.8-2.271-1.907-3.584-3.24c-.601-.637-1.037-1.246-1.754-1.861c-.163-.141-.41-.33-.592-.473a3.193 3.193 0 0 0-1.87-.705c-.825-.028-1.62.294-2.14.947c-.925 1.16-.628 2.933.658 3.96l.04.026c.174.143.39.326.552.446c.762.561 1.457.849 2.21 1.293c1.594.984 2.91 1.798 3.956 2.779c.402.427.474 1.19.53 1.525v.008l.847.754c-4.561 6.874-6.675 15.36-5.432 24.006l-1.103.324l-.004.006c-.295.381-.712.972-1.135 1.147c-1.366.43-2.908.588-4.77.783c-.872.073-1.626.031-2.556.207c-.205.04-.49.112-.713.164l-.023.006l-.04.011c-1.58.383-2.6 1.837-2.27 3.272c.327 1.435 1.873 2.306 3.464 1.963l.039-.006h.002c.02-.005.038-.015.05-.018c.22-.048.496-.101.69-.154c.913-.245 1.574-.603 2.393-.916c1.76-.632 3.218-1.16 4.637-1.365c.582-.046 1.204.362 1.517.537l.008.004l1.152-.197c2.674 8.274 8.266 14.96 15.346 19.162l-.48 1.152l.003.01c.174.45.364 1.057.237 1.492c-.516 1.336-1.4 2.749-2.408 4.326c-.488.728-.99 1.295-1.43 2.131c-.107.201-.24.507-.342.717c-.69 1.475-.184 3.177 1.143 3.816c1.335.643 2.99-.036 3.707-1.513l.007-.008v-.01c.1-.207.242-.478.329-.674c.378-.866.505-1.607.77-2.441h-.003c.706-1.773 1.094-3.627 2.059-4.778c.26-.31.688-.432 1.136-.552l.01-.004l.6-1.084a34.436 34.436 0 0 0 24.556.062c.172.303.478.865.563 1.01l.004.006l.008.004c.458.149.948.223 1.35.816c.722 1.237 1.218 2.703 1.822 4.475c.265.832.397 1.575.775 2.441c.087.2.23.475.33.684c.715 1.482 2.375 2.163 3.713 1.52c1.326-.64 1.832-2.34 1.143-3.815c-.102-.21-.243-.518-.348-.719c-.441-.836-.943-1.397-1.43-2.125c-1.01-1.577-1.843-2.885-2.36-4.222c-.213-.685.036-1.104.206-1.555l.006-.014l-.01-.01a.834.834 0 0 1-.09-.168a6.23 6.23 0 0 1-.12-.29c-.08-.21-.16-.442-.224-.596c7.358-4.35 12.786-11.285 15.34-19.295c.347.054.93.155 1.12.193l.01.002l.009-.004c.402-.265.76-.606 1.475-.549c1.419.205 2.876.734 4.638 1.366c.817.312 1.479.677 2.393.921c.194.052.47.101.69.149c.012.003.029.012.05.017h.002l.04.004c1.59.341 3.137-.528 3.464-1.963c.327-1.435-.691-2.888-2.272-3.269c-.227-.052-.551-.141-.775-.184c-.93-.176-1.683-.132-2.557-.205c-1.86-.195-3.402-.353-4.77-.783c-.547-.213-.942-.872-1.138-1.148l-.006-.006l-1.066-.31a34.42 34.42 0 0 0-.56-12.425a34.497 34.497 0 0 0-4.983-11.525c.278-.252.785-.701.932-.836l.007-.006v-.01c.044-.48.006-.97.495-1.494c1.045-.98 2.364-1.797 3.957-2.779c.754-.444 1.454-.731 2.214-1.293c.174-.128.408-.328.588-.473c1.286-1.026 1.584-2.798.658-3.959c-.925-1.16-2.718-1.267-4.003-.242c-.182.145-.43.332-.594.473c-.717.618-1.16 1.226-1.76 1.863c-1.313 1.335-2.398 2.446-3.586 3.246c-.507.294-1.258.193-1.603.172h-.008l-1.004.719c-5.775-6.048-13.63-9.916-22.09-10.672a63.543 63.543 0 0 1-.064-1.174v-.008l-.006-.006c-.35-.333-.76-.61-.864-1.318v-.002c-.115-1.428.077-2.967.3-4.824c.125-.867.332-1.59.366-2.535c.009-.216-.005-.527-.005-.758c0-1.645-1.203-2.982-2.688-2.982zm-3.514 13.7a34.663 34.663 0 0 0-3.59.552a34.618 34.618 0 0 1 3.59-.551zm-4.781.823a34.262 34.262 0 0 0-3.711 1.133a34.208 34.208 0 0 1 3.71-1.133zm-4.825 1.564a34.262 34.262 0 0 0-3.496 1.666a34.216 34.216 0 0 1 3.496-1.666M28.8 35.377c.142.02.28.048.418.086a3.168 3.168 0 0 0-.418-.086m.943.283c.132.064.259.137.38.219a3.168 3.168 0 0 0-.38-.219m16.549.848a34.262 34.262 0 0 0-3.176 2.14a34.228 34.228 0 0 1 3.176-2.14m14.346 2.344l-.787 13.93l-.057.029l-.002.013c-.002.05-.014.095-.02.143a2.348 2.348 0 0 1-.263.857c-.038.07-.076.141-.121.207a2.348 2.348 0 0 1-.69.662c-.07.045-.147.08-.222.118a2.348 2.348 0 0 1-.873.226c-.045.003-.088.014-.133.014c-.05 0-.094-.022-.143-.026a2.334 2.334 0 0 1-.943-.304c-.045-.026-.094-.041-.137-.069l-.006.022l.004-.022c-.044-.027-.102-.016-.144-.047l-.012-.01l-.022.014l-11.421-8.097c.093-.091.192-.174.287-.264a27.438 27.438 0 0 1 3.23-2.635c.237-.165.473-.332.715-.49a27.438 27.438 0 0 1 3.816-2.078c.24-.107.487-.204.73-.305a27.438 27.438 0 0 1 4.044-1.312c.12-.03.238-.067.36-.094c.576-.13 1.162-.206 1.745-.299l.006-.025a28.076 28.076 0 0 1 .004 0l-.006.025c.355-.056.704-.14 1.06-.183zm6.726.002c.197.024.39.068.586.097a27.668 27.668 0 0 1 3.16.656c.412.111.82.23 1.225.36a27.668 27.668 0 0 1 3.033 1.168c.375.17.745.348 1.112.535a27.668 27.668 0 0 1 2.83 1.662c.344.23.68.47 1.015.717a27.668 27.668 0 0 1 2.496 2.074c.144.134.297.257.438.395l-11.346 8.044l-.04-.015l-.01.008c-.045.032-.094.045-.14.074a2.35 2.35 0 0 1-.882.334c-.077.012-.153.03-.23.033a2.35 2.35 0 0 1-.99-.176a2.34 2.34 0 0 1-.265-.127a2.35 2.35 0 0 1-.746-.65c-.05-.069-.088-.146-.13-.22a2.35 2.35 0 0 1-.288-.887c-.006-.055-.026-.103-.03-.159v-.011l-.011-.006zm-25.238.576a34.262 34.262 0 0 0-2.81 2.576a34.228 34.228 0 0 1 2.81-2.576m50.916 8.14a34.483 34.483 0 0 1 1.522 2.594a34.478 34.478 0 0 0-1.522-2.594m1.994 3.508c.488.993.927 2.01 1.317 3.045a34.478 34.478 0 0 0-1.317-3.045m-54.576.69l10.43 9.328l-.012.056l.01.008c.94.817 1.07 2.23.293 3.203c-.028.035-.068.057-.098.09a2.348 2.348 0 0 1-.986.65c-.043.015-.078.043-.121.055l-.014.002l-.012.047l-13.367 3.86c-.02-.185-.02-.37-.037-.555a27.432 27.432 0 0 1-.092-3.344c.013-.387.033-.773.063-1.158a27.432 27.432 0 0 1 .457-3.307c.08-.407.173-.812.273-1.215a27.432 27.432 0 0 1 .99-3.162c.14-.37.29-.734.448-1.097a27.432 27.432 0 0 1 1.51-2.987c.09-.156.17-.32.265-.474m47.002.007c.097.158.176.324.27.483a27.774 27.774 0 0 1 1.53 3.01c.15.346.298.694.434 1.046a27.774 27.774 0 0 1 1.04 3.288c.045.175.104.346.144.523c.69 3.002.86 5.999.578 8.896l-13.434-3.87l-.011-.057l-.014-.004c-.045-.012-.084-.034-.127-.049a2.35 2.35 0 0 1-.79-.455c-.058-.052-.116-.103-.17-.16a2.35 2.35 0 0 1-.491-.824c-.027-.078-.044-.158-.063-.239a2.35 2.35 0 0 1-.03-.892c.009-.049.01-.096.02-.145c.01-.045.038-.084.05-.129a2.329 2.329 0 0 1 .599-.996c.034-.033.054-.076.09-.107l.01-.01l-.006-.03zm9.228 3.305c.332.965.619 1.945.864 2.938a34.478 34.478 0 0 0-.864-2.938m-34.824 6.752h4.262l2.65 3.314l-.95 4.133l-3.83 1.84l-3.837-1.848l-.953-4.132zm13.727 11.395c.18-.01.357.008.533.04l.014.003l.023-.03l13.828 2.338c-.064.18-.147.351-.215.53a27.466 27.466 0 0 1-1.36 3.011c-.19.363-.386.721-.593 1.074a27.466 27.466 0 0 1-1.853 2.768c-.243.32-.492.633-.748.941a27.466 27.466 0 0 1-2.29 2.432c-.29.274-.588.54-.892.8a27.466 27.466 0 0 1-2.64 2.012c-.16.107-.31.225-.471.329l-5.365-12.967l.015-.022l-.004-.011c-.02-.045-.026-.092-.043-.137a2.351 2.351 0 0 1-.135-.889c.004-.081.006-.162.018-.242a2.351 2.351 0 0 1 .334-.89c.045-.072.098-.137.15-.204a2.351 2.351 0 0 1 .68-.578c.043-.024.079-.055.123-.076c.289-.139.59-.218.89-.232zm-23.31.056l.013.002c.03 0 .06.008.092.01a2.349 2.349 0 0 1 1.226.445c.07.05.133.101.196.158a2.349 2.349 0 0 1 .689 1.106c.008.03.022.059.03.09c.11.479.065.98-.13 1.431l-.005.012l.04.05l-5.31 12.837c-.155-.1-.3-.212-.451-.315a27.58 27.58 0 0 1-2.64-2.011a27.508 27.508 0 0 1-.891-.803a27.58 27.58 0 0 1-2.272-2.408c-.26-.312-.513-.629-.76-.951a27.58 27.58 0 0 1-1.82-2.704a27.294 27.294 0 0 1-.627-1.123a27.58 27.58 0 0 1-1.346-2.947c-.07-.181-.154-.356-.22-.539l13.707-2.326l.023.03l.014-.005c.147-.027.294-.04.443-.039zm2.304 1.994a2.326 2.326 0 0 1 .02.344a2.286 2.286 0 0 0-.02-.344m-.008.703a2.326 2.326 0 0 1-.1.4c.046-.13.077-.264.1-.4m9.334 2.944c.058-.002.114.013.172.015a2.32 2.32 0 0 1 .752.159c.054.021.112.03.164.056v.002a2.31 2.31 0 0 1 1.043.99l.006.012h.053l6.757 12.213c-.276.092-.557.173-.836.256a28.056 28.056 0 0 1-.996.277c-.283.074-.564.15-.85.215c-.124.029-.25.046-.376.072a27.542 27.542 0 0 1-4.18.561c-.28.016-.558.035-.838.043a27.542 27.542 0 0 1-4.32-.223c-.28-.036-.56-.085-.838-.13a27.542 27.542 0 0 1-4.055-.975c-.127-.041-.257-.072-.384-.115l6.742-12.188h.01l.007-.012c.026-.048.065-.085.094-.13a2.351 2.351 0 0 1 .606-.647c.083-.06.168-.115.26-.164a2.351 2.351 0 0 1 .85-.262c.054-.005.103-.023.157-.025M52.297 98.69a34.413 34.413 0 0 0 3.758 1.137a34.352 34.352 0 0 1-3.758-1.137m23.385.09c-1.07.381-2.156.709-3.258.983a34.56 34.56 0 0 0 3.258-.983m-4.575 1.281a34.399 34.399 0 0 1-3.718.563a34.413 34.413 0 0 0 3.718-.563m-13.937.016a34.413 34.413 0 0 0 3.898.572a34.358 34.358 0 0 1-3.898-.572m8.91.649a34.36 34.36 0 0 1-3.851.005a34.413 34.413 0 0 0 3.85-.005z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-pulumi.theme--light::before, .v-icon[style="font-size: 40px;"].mdi-pulumi.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 128 128'%3E%3Cpath fill='%23f26e7e' d='M24.156 108.54c4.734-2.734 4.742-11.582.02-19.766c-4.727-8.18-12.395-12.598-17.13-9.867c-4.73 2.734-4.742 11.582-.015 19.766c4.723 8.183 12.39 12.602 17.125 9.867'/%3E%3Cpath fill='%23893390' d='M120.98 98.684c4.723-8.18 4.715-17.031-.02-19.762c-4.73-2.734-12.398 1.684-17.125 9.863c-4.722 8.184-4.714 17.031.02 19.766s12.402-1.683 17.125-9.867'/%3E%3Cpath fill='%23f26e7e' d='M56.418 127.19c4.734-2.734 4.742-11.582.016-19.766c-4.723-8.184-12.391-12.598-17.125-9.867c-4.735 2.734-4.743 11.582-.016 19.766c4.723 8.183 12.391 12.602 17.125 9.867'/%3E%3Cpath fill='%23893390' d='M88.727 117.3c4.723-8.184 4.715-17.031-.02-19.766c-4.734-2.73-12.398 1.687-17.125 9.867c-4.722 8.184-4.714 17.031.02 19.766c4.73 2.735 12.398-1.683 17.125-9.867'/%3E%3Cpath fill='%23f6bf29' d='M63.984 19.797c9.45 0 17.109-4.434 17.109-9.898c0-5.47-7.66-9.899-17.109-9.899S46.875 4.43 46.875 9.9c0 5.464 7.66 9.898 17.109 9.898'/%3E%3Cpath fill='%23f26e7e' d='M24.145 71.254c4.734-2.734 4.742-11.582.02-19.766c-4.727-8.18-12.395-12.598-17.125-9.867c-4.735 2.734-4.743 11.582-.02 19.766c4.723 8.183 12.391 12.602 17.125 9.867'/%3E%3Cpath fill='%23f6bf29' d='M31.73 38.398c9.45 0 17.109-4.434 17.109-9.898s-7.66-9.9-17.109-9.9s-17.109 4.435-17.109 9.9s7.66 9.898 17.109 9.898'/%3E%3Cpath fill='%23893390' d='M120.96 61.406c4.723-8.18 4.719-17.031-.016-19.762c-4.734-2.734-12.402 1.684-17.129 9.863c-4.722 8.184-4.714 17.035.02 19.766c4.734 2.735 12.402-1.683 17.125-9.867'/%3E%3Cpath fill='%23f6bf29' d='M96.281 38.398c9.45 0 17.109-4.434 17.109-9.898s-7.66-9.9-17.109-9.9s-17.109 4.435-17.109 9.9s7.66 9.898 17.109 9.898'/%3E%3Cpath fill='%23f26e7e' d='M56.406 89.906c4.734-2.734 4.742-11.582.02-19.766c-4.727-8.184-12.395-12.598-17.125-9.867c-4.735 2.734-4.743 11.582-.02 19.766c4.723 8.183 12.391 12.602 17.125 9.867'/%3E%3Cpath fill='%23893390' d='M88.707 80.027c4.727-8.18 4.715-17.031-.016-19.762c-4.734-2.734-12.402 1.684-17.129 9.863c-4.722 8.184-4.714 17.031.02 19.766s12.402-1.683 17.125-9.867'/%3E%3Cpath fill='%23f6bf29' d='M63.984 57.043c9.45 0 17.109-4.434 17.109-9.898c0-5.47-7.66-9.899-17.109-9.899s-17.109 4.43-17.109 9.899c0 5.464 7.66 9.898 17.109 9.898'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-anthropic.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.765 5h-3.308l5.923 15h3.23zM7.226 5L1.38 20h3.308l1.307-3.154h6.154l1.23 3.077h3.309L10.688 5zm-.308 9.077l2-5.308l2.077 5.308z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-anthropic.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.765 5h-3.308l5.923 15h3.23zM7.226 5L1.38 20h3.308l1.307-3.154h6.154l1.23 3.077h3.309L10.688 5zm-.308 9.077l2-5.308l2.077 5.308z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-pull-request.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-pull-request.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-language-dart.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 32 32'%3E%3Cpath fill='%2366c3fa' d='M16.739 2.037a1.314 1.314 0 0 0-.916.377l-.013.01l-8.59 4.965l8.566 8.566v.006l10.3 10.3l1.963-3.536l-7.081-16.997l-3.3-3.3a1.307 1.307 0 0 0-.927-.388Z'/%3E%3Cpath fill='%23215896' d='m7.25 7.35l-4.962 8.581l-.01.013a1.322 1.322 0 0 0-.378.919a1.3 1.3 0 0 0 .387.924L6.4 21.9l16.084 6.327l3.636-2.02l-.1-.1h-.025l-10.083-10.1H15.9z'/%3E%3Cpath fill='%23235997' d='m7.192 7.362l8.764 8.773h.013l10.087 10.1l3.839-.732l.005-11.363l-4.054-3.973a6.521 6.521 0 0 0-3.624-1.616v-.044z'/%3E%3Cpath fill='%2358b6f0' d='m7.256 7.411l8.768 8.768v.013l10.092 10.092l-.734 3.839h-11.36l-3.971-4.056a6.522 6.522 0 0 1-1.614-3.625h-.044z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-language-dart.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 32 32'%3E%3Cpath fill='%2366c3fa' d='M16.739 2.037a1.314 1.314 0 0 0-.916.377l-.013.01l-8.59 4.965l8.566 8.566v.006l10.3 10.3l1.963-3.536l-7.081-16.997l-3.3-3.3a1.307 1.307 0 0 0-.927-.388Z'/%3E%3Cpath fill='%23215896' d='m7.25 7.35l-4.962 8.581l-.01.013a1.322 1.322 0 0 0-.378.919a1.3 1.3 0 0 0 .387.924L6.4 21.9l16.084 6.327l3.636-2.02l-.1-.1h-.025l-10.083-10.1H15.9z'/%3E%3Cpath fill='%23235997' d='m7.192 7.362l8.764 8.773h.013l10.087 10.1l3.839-.732l.005-11.363l-4.054-3.973a6.521 6.521 0 0 0-3.624-1.616v-.044z'/%3E%3Cpath fill='%2358b6f0' d='m7.256 7.411l8.768 8.768v.013l10.092 10.092l-.734 3.839h-11.36l-3.971-4.056a6.522 6.522 0 0 1-1.614-3.625h-.044z'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-language-javascript.theme--light::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 128 128'%3E%3Cpath fill='%23f0db4f' d='M1.408 1.408h125.184v125.185H1.408z'/%3E%3Cpath fill='%23323330' d='M116.347 96.736c-.917-5.711-4.641-10.508-15.672-14.981c-3.832-1.761-8.104-3.022-9.377-5.926c-.452-1.69-.512-2.642-.226-3.665c.821-3.32 4.784-4.355 7.925-3.403c2.023.678 3.938 2.237 5.093 4.724c5.402-3.498 5.391-3.475 9.163-5.879c-1.381-2.141-2.118-3.129-3.022-4.045c-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902 2.748-8.877 5.235c-5.926 6.724-4.236 18.492 2.975 23.335c7.104 5.332 17.54 6.545 18.873 11.531c1.297 6.104-4.486 8.08-10.234 7.378c-4.236-.881-6.592-3.034-9.139-6.949c-4.688 2.713-4.688 2.713-9.508 5.485c1.143 2.499 2.344 3.63 4.26 5.795c9.068 9.198 31.76 8.746 35.83-5.176c.165-.478 1.261-3.666.38-8.581M69.462 58.943H57.753l-.048 30.272c0 6.438.333 12.34-.714 14.149c-1.713 3.558-6.152 3.117-8.175 2.427c-2.059-1.012-3.106-2.451-4.319-4.485c-.333-.584-.583-1.036-.667-1.071l-9.52 5.83c1.583 3.249 3.915 6.069 6.902 7.901c4.462 2.678 10.459 3.499 16.731 2.059c4.082-1.189 7.604-3.652 9.448-7.401c2.666-4.915 2.094-10.864 2.07-17.444c.06-10.735.001-21.468.001-32.237'/%3E%3C/svg%3E");
}
.v-icon[style="font-size: 40px;"].mdi-language-javascript.theme--dark::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 128 128'%3E%3Cpath fill='%23f0db4f' d='M1.408 1.408h125.184v125.185H1.408z'/%3E%3Cpath fill='%23323330' d='M116.347 96.736c-.917-5.711-4.641-10.508-15.672-14.981c-3.832-1.761-8.104-3.022-9.377-5.926c-.452-1.69-.512-2.642-.226-3.665c.821-3.32 4.784-4.355 7.925-3.403c2.023.678 3.938 2.237 5.093 4.724c5.402-3.498 5.391-3.475 9.163-5.879c-1.381-2.141-2.118-3.129-3.022-4.045c-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902 2.748-8.877 5.235c-5.926 6.724-4.236 18.492 2.975 23.335c7.104 5.332 17.54 6.545 18.873 11.531c1.297 6.104-4.486 8.08-10.234 7.378c-4.236-.881-6.592-3.034-9.139-6.949c-4.688 2.713-4.688 2.713-9.508 5.485c1.143 2.499 2.344 3.63 4.26 5.795c9.068 9.198 31.76 8.746 35.83-5.176c.165-.478 1.261-3.666.38-8.581M69.462 58.943H57.753l-.048 30.272c0 6.438.333 12.34-.714 14.149c-1.713 3.558-6.152 3.117-8.175 2.427c-2.059-1.012-3.106-2.451-4.319-4.485c-.333-.584-.583-1.036-.667-1.071l-9.52 5.83c1.583 3.249 3.915 6.069 6.902 7.901c4.462 2.678 10.459 3.499 16.731 2.059c4.082-1.189 7.604-3.652 9.448-7.401c2.666-4.915 2.094-10.864 2.07-17.444c.06-10.735.001-21.468.001-32.237'/%3E%3C/svg%3E");
}
.v-application .theme--dark.chip.critical {
  background-color: #1f0302 !important;
  color: #f2231a !important;
  border: 1px solid #6c0b06 !important;
}
.v-application .theme--dark.chip.high {
  background-color: #211005 !important;
  color: #e06b21 !important;
  border: 1px solid #5b2b0d !important;
}
.v-application .theme--dark.chip.medium {
  background-color: #191204 !important;
  color: #d79c21 !important;
  border: 1px solid #4a350b !important;
}
.v-application .theme--dark.chip.low {
  background-color: #0e0f11 !important;
  color: #7c8593 !important;
  border: 1px solid #3a3f46 !important;
}
.v-application .theme--dark.chip.info {
  background-color: #090e08 !important;
  color: #608f53 !important;
  border: 1px solid #2a3e24 !important;
}
.v-application .theme--dark.chip.unknown {
  background-color: #0f0e08 !important;
  color: #8d844c !important;
  border: 1px solid #3a361f !important;
}
.v-application .theme--light.chip.critical {
  background-color: #fef5f8 !important;
  color: #d0104a !important;
  border: 1px solid #fbcbd9 !important;
}
.v-application .theme--light.chip.high {
  background-color: #fff6ec !important;
  color: #ea7602 !important;
  border: 1px solid #fedcba !important;
}
.v-application .theme--light.chip.medium {
  background-color: #fffef9 !important;
  color: #daae00 !important;
  border: 1px solid #ffe374 !important;
}
.v-application .theme--light.chip.low {
  background-color: #fbfcfc !important;
  color: #8c959f !important;
  border: 1px solid #d2d5d9 !important;
}
.v-application .theme--light.chip.info {
  background-color: #f6f9f6 !important;
  color: #639d65 !important;
  border: 1px solid #d1e2d1 !important;
}
.v-application .theme--light.chip.unknown {
  background-color: #fbfbf8 !important;
  color: #857c47 !important;
  border: 1px solid #d3cdac !important;
}
.theme--light .v-tooltip__content,
.theme--light .tooltip-content {
  border: 1px solid #d0d7de;
  background-color: #606468;
}
.theme--dark .v-tooltip__content,
.theme--dark .tooltip-content {
  border: 1px solid #2f3139;
  background-color: black;
}
.theme--dark .v-dialog {
  border: 1px solid #2f3139;
  background-color: black;
}
.last-generated {
  font-size: xx-small;
  font-weight: normal;
  color: gray;
}
.admin-actions {
  border: 1px solid orange;
  border-radius: 5px;
}
.admin-actions[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.v-menu__content.theme--dark {
  border: 1px solid #2f3139 !important;
}
.v-menu__content.theme--light {
  border: 1px solid #d0d7de !important;
}
.v-main__wrap .theme--dark.v-card:not(.v-card--flat),
.login-page__content .theme--dark.v-card:not(.v-card--flat) {
  border: 1px solid #2f3139;
}
.v-main__wrap .theme--dark.v-card, .v-main__wrap .theme--dark.v-data-table,
.login-page__content .theme--dark.v-card,
.login-page__content .theme--dark.v-data-table {
  background-color: #02040a !important;
}
.v-main__wrap .theme--dark.v-list,
.login-page__content .theme--dark.v-list {
  background-color: #02040a !important;
}
.v-main__wrap .theme--dark.v-toolbar.v-sheet,
.login-page__content .theme--dark.v-toolbar.v-sheet {
  background-color: #02040a;
}
.v-main__wrap .theme--dark .v-data-table tbody tr.v-data-table__selected,
.login-page__content .theme--dark .v-data-table tbody tr.v-data-table__selected {
  background-color: #161a1e !important;
}
.v-main__wrap .theme--light.v-card:not(.v-card--flat),
.login-page__content .theme--light.v-card:not(.v-card--flat) {
  border: 1px solid #d0d7de;
}
.v-main__wrap .theme--light.v-card, .v-main__wrap .theme--light.v-data-table,
.login-page__content .theme--light.v-card,
.login-page__content .theme--light.v-data-table {
  background-color: #fff;
}
.v-main__wrap .theme--light.v-list,
.login-page__content .theme--light.v-list {
  background-color: #fff !important;
}
.v-main__wrap .theme--light.v-toolbar.v-sheet,
.login-page__content .theme--light.v-toolbar.v-sheet {
  background-color: #fff;
}
.no-border {
  border: none !important;
}
.icon-chip {
  border-radius: 7px !important;
}
.theme--dark .icon-chip {
  background-color: #1d1e23;
}
.icon-chip.theme--dark {
  background-color: #1d1e23 !important;
}
.theme--light .icon-chip {
  background-color: #ebeef1;
}
.icon-chip.theme--light {
  background-color: #ebeef1 !important;
}
.v-application--is-ltr .v-navigation-drawer__content .v-list-item__icon:first-child {
  margin-right: 21px;
}
.v-application--is-rtl .v-navigation-drawer__content .v-list-item__icon:first-child {
  margin-left: 21px;
}

/*.v-application--is-ltr .v-list-item__action:first-child, .v-application--is-ltr .v-list-item__icon:first-child {
  margin-right: 18px;
}

.v-application--is-rtl .v-list-item__action:first-child, .v-application--is-rtl .v-list-item__icon:first-child {
  margin-left: 18px;
}*/
.v-simple-checkbox .v-input--selection-controls__input .v-icon,
.v-simple-checkbox .v-input--selection-controls__input .v-icon.v-icon--dense,
.v-input--checkbox .v-input--selection-controls__input .v-icon,
.v-input--checkbox .v-input--selection-controls__input .v-icon.v-icon--dense {
  font-size: 16px !important;
}
.v-chip.v-size--default {
  font-size: 0.875rem !important;
}
.text-overflow-2-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  vertical-align: middle;
  text-align: start;
  word-break: break-word;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rotate-left-90 {
  rotate: -90deg;
}
.loading-underline {
  position: relative;
}
@keyframes loading-underline-slide {
0% {
    width: 0%;
    left: 0;
}
50% {
    width: 100%;
    left: 0;
}
100% {
    width: 0%;
    left: 100%;
}
}
.loading-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #40bca3;
  animation: loading-underline-slide 2s infinite ease-in-out;
}