*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.dark{color-schema:dark}:root{--prism-scheme: light;--prism-foreground: #6e6e6e;--prism-background: #f4f4f4;--prism-comment: #a8a8a8;--prism-string: #555555;--prism-literal: #333333;--prism-keyword: #000000;--prism-function: #4f4f4f;--prism-deleted: #333333;--prism-class: #333333;--prism-builtin: #757575;--prism-property: #333333;--prism-namespace: #4f4f4f;--prism-punctuation: #ababab;--prism-decorator: var(--prism-class);--prism-operator: var(--prism-punctuation);--prism-number: var(--prism-literal);--prism-boolean: var(--prism-literal);--prism-variable: var(--prism-literal);--prism-constant: var(--prism-literal);--prism-symbol: var(--prism-literal);--prism-interpolation: var(--prism-literal);--prism-selector: var(--prism-keyword);--prism-keyword-control: var(--prism-keyword);--prism-regex: var(--prism-string);--prism-json-property: var(--prism-property);--prism-inline-background: var(--prism-background);--prism-comment-style: italic;--prism-url-decoration: underline;--prism-line-number: #a5a5a5;--prism-line-number-gutter: #333333;--prism-line-highlight-background: #eeeeee;--prism-selection-background: #aaaaaa;--prism-marker-color: var(--prism-foreground);--prism-marker-opacity: .4;--prism-marker-font-size: .8em;--prism-font-size: 1em;--prism-line-height: 1.5em;--prism-font-family: monospace;--prism-inline-font-size: var(--prism-font-size);--prism-block-font-size: var(--prism-font-size);--prism-tab-size: 2;--prism-block-padding-x: 1em;--prism-block-padding-y: 1em;--prism-block-margin-x: 0;--prism-block-margin-y: .5em;--prism-block-radius: .3em;--prism-inline-padding-x: .3em;--prism-inline-padding-y: .1em;--prism-inline-radius: .3em}div[class*=language-],pre[class*=language-],code[class*=language-]{font-size:var(--prism-font-size);font-family:var(--prism-font-family);direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:var(--prism-line-height);-moz-tab-size:var(--prism-tab-size);-o-tab-size:var(--prism-tab-size);tab-size:var(--prism-tab-size);-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;color:var(--prism-foreground)!important}div[class*=language-],pre[class*=language-]{font-size:var(--prism-block-font-size);padding:var(--prism-block-padding-y) var(--prism-block-padding-x);margin:var(--prism-block-margin-y) var(--prism-block-margin-x);border-radius:var(--prism-block-radius);overflow:auto;background:var(--prism-background)}:not(pre)>code[class*=language-]{font-size:var(--prism-inline-font-size);padding:var(--prism-inline-padding-y) var(--prism-inline-padding-x);border-radius:var(--prism-inline-radius);background:var(--prism-inline-background)}pre[class*=language-]::selection,pre[class*=language-] ::selection,code[class*=language-]::selection,code[class*=language-] ::selection,pre[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,code[class*=language-] ::-moz-selection{background:var(--prism-selection-background)}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:var(--prism-comment);font-style:var(--prism-comment-style)}.token.namespace{color:var(--prism-namespace)}.token.interpolation{color:var(--prism-interpolation)}.token.string{color:var(--prism-string)}.token.punctuation{color:var(--prism-punctuation)}.token.operator{color:var(--prism-operator)}.token.keyword.module,.token.keyword.control-flow{color:var(--prism-keyword-control)}.token.url,.token.symbol,.token.inserted{color:var(--prism-symbol)}.token.constant{color:var(--prism-constant)}.token.string.url{text-decoration:var(--prism-url-decoration)}.token.boolean,.language-json .token.boolean{color:var(--prism-boolean)}.token.number,.language-json .token.number{color:var(--prism-number)}.token.variable{color:var(--prism-variable)}.token.keyword{color:var(--prism-keyword)}.token.atrule,.token.attr-value,.token.selector{color:var(--prism-selector)}.token.function{color:var(--prism-function)}.token.deleted{color:var(--prism-deleted)}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.class-name{color:var(--prism-class)}.token.tag,.token.builtin{color:var(--prism-builtin)}.token.attr-name,.token.property,.token.entity{color:var(--prism-property)}.language-json .token.property{color:var(--prism-json-property)}.token.regex{color:var(--prism-regex)}.token.decorator,.token.annotation{color:var(--prism-decorator)}.line-numbers .line-numbers-rows{border-right-color:var(--prism-line-number)}.line-numbers-rows>span:before{color:var(--prism-line-number-gutter)}.line-highlight{background:var(--prism-line-highlight-background)}.prose{--prism-font-family: "DM Mono", monospace}.prose img{width:100%}html:not(.dark) .prose{--prism-foreground: #393a34;--prism-background: #fbfbfb;--prism-comment: #a0ada0;--prism-string: #b56959;--prism-literal: #2f8a89;--prism-number: #296aa3;--prism-keyword: #1c6b48;--prism-function: #6c7834;--prism-boolean: #1c6b48;--prism-constant: #a65e2b;--prism-deleted: #a14f55;--prism-class: #2993a3;--prism-builtin: #ab5959;--prism-property: #b58451;--prism-namespace: #b05a78;--prism-punctuation: #8e8f8b;--prism-decorator: #bd8f8f;--prism-regex: #ab5e3f;--prism-json-property: #698c96}html.dark .prose{--prism-foreground: #d4cfbf;--prism-background: #151515;--prism-comment: #758575;--prism-string: #d48372;--prism-literal: #429988;--prism-keyword: #4d9375;--prism-boolean: #1c6b48;--prism-number: #6394bf;--prism-variable: #c2b36e;--prism-function: #a1b567;--prism-deleted: #a14f55;--prism-class: #54b1bf;--prism-builtin: #e0a569;--prism-property: #dd8e6e;--prism-namespace: #db889a;--prism-punctuation: #858585;--prism-decorator: #bd8f8f;--prism-regex: #ab5e3f;--prism-json-property: #6b8b9e;--prism-line-number: #888888;--prism-line-number-gutter: #eeeeee;--prism-line-highlight-background: #444444;--prism-selection-background: #444444}@font-face{font-family:Mark Pro;src:url(/assets/MARKPRO.eaa561f9.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Mark Pro;src:url(/assets/MARKPROBOLD.979af221.OTF) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Arial;src:url(/assets/ARIAL.c9b76220.TTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Arial;src:url(/assets/ARIALBD.766f06ac.TTF) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Georgia;src:url(/assets/georgia.38dffcaf.ttf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Georgia;src:url(/assets/georgiab.72a6cd94.ttf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Gill Sans;src:url(/assets/Gill\ Sans.170339f4.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Gill Sans;src:url("/assets/Gill Sans Bold.afb62c29.otf") format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Helvetica;src:url(../assets/fonts/helvetica/Helvetica.ttf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Helvetica;src:url(/assets/Helvetica-Bold.05291f9d.ttf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Times New Roman;src:url("/assets/times new roman.78ceba01.ttf") format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Times New Roman;src:url("/assets/times new roman bold.6619ba67.ttf") format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Lato;src:url(/assets/Lato-Regular.7ae714b6.ttf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(/assets/Lato-Bold.14f7de6b.ttf) format("opentype");font-weight:700;font-style:normal}:root{--primary-color: #F18B6B;--secondary-color: #FEF4F1;--shadow-color: #FCE8E1;--border-color: #FAD1C4;--dp-font-family: "Mark Pro" !important;--dp-overlay-col-padding: 4px !important;--dp-action-row-padding: 16px !important}html{height:-webkit-fill-available}html,body,#app{width:100%;height:100%;min-height:100vh;min-height:-webkit-fill-available;margin:0;padding:0;overflow:hidden}html.dark{background:#121212}#nprogress{pointer-events:none}#nprogress .bar{background-color:var(--primary-color);position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}.custom-scrollbar{scrollbar-gutter:stable;scrollbar-color:rgba(34,34,34,.1) transparent;scrollbar-width:thin}.custom-scrollbar::-webkit-scrollbar{width:4px;height:4px}.custom-scrollbar::-webkit-scrollbar-thumb{border-radius:2px;background-color:#2222221a}.disable-scrollbar::-webkit-scrollbar{width:0;height:0;background:transparent}.disable-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.custom-cursor{cursor:url(/assets/mouse.0bb4b7df.svg),auto}.icon-color,.icon-color-item{position:relative;width:2rem;height:2rem;background-color:transparent;padding:.25rem}.icon-color:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:19.2px;height:19.2px;background-color:#f18b6b;border-radius:50%;box-shadow:0 0 0 .4px #fff,0 0 0 2.4px #fce8e1}.icon-color-item:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:19.2px;height:19.2px;background-color:var(--color-primary);border-radius:50%;box-shadow:0 0 0 .4px #fff,0 0 0 2.4px var(--color-secondary)}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8334 7.34167L16.6584 6.16667L12 10.825L7.34169 6.16667L6.16669 7.34167L10.825 12L6.16669 16.6583L7.34169 17.8333L12 13.175L16.6584 17.8333L17.8334 16.6583L13.175 12L17.8334 7.34167Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;width:1.5rem;height:1.5rem;--un-text-opacity:1;color:rgba(167,167,167,var(--un-text-opacity));opacity:0;pointer-events:none}input[type=search]::-webkit-search-cancel-button:hover{--un-text-opacity:1;color:rgba(101,101,101,var(--un-text-opacity));cursor:pointer}input[type=search]:hover::-webkit-search-cancel-button{opacity:1;pointer-events:all}.not-break-out{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}#cv-preview-print{display:none}@media print{@page{size:A4 portrait;margin:24px}main{display:none}#cv-preview-print{display:block;position:absolute;left:0;right:0;top:0;width:210mm;height:297mm;padding:24px 18px;margin:0;box-shadow:none;letter-spacing:normal}#cv-preview-print *{overflow:visible!important}#cv-preview-print section>div{page-break-inside:avoid;page-break-after:always}}.ql-editor ol{list-style-type:none!important}.ql-editor ol>li:not([class^="ql-indent-"]){counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol>li:not([class^="ql-indent-"]):before{content:counter(list-0) ". "}.ql-editor ol:first-of-type{counter-reset:list-0}.ql-editor ol li.ql-indent-1:before{content:counter(list-1) ". "!important}.ql-editor ol li.ql-indent-2:before{content:counter(list-2) ". "!important}.ql-editor ol li.ql-indent-3:before{content:counter(list-3) ". "!important}.ql-editor ol li.ql-indent-4:before{content:counter(list-4) ". "!important}.ql-editor ol li.ql-indent-5:before{content:counter(list-5) ". "!important}.ql-editor ol li.ql-indent-6:before{content:counter(list-6) ". "!important}.ql-editor ol li.ql-indent-7:before{content:counter(list-7) ". "!important}.ql-editor ol li.ql-indent-8:before{content:counter(list-8) ". "!important}.ql-editor ol li.ql-indent-9:before{content:counter(list-9) ". "!important}.cv-preview ol{list-style-type:none!important}.cv-preview ol>li:not([class^="ql-indent-"]){counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.cv-preview ol>li:not([class^="ql-indent-"]):before{counter-increment:list-0;content:counter(list-0) ". "}.cv-preview ol:first-of-type{counter-reset:list-0}.cv-preview ol li.ql-indent-1{counter-increment:list-1}.cv-preview ol li.ql-indent-1:before{content:counter(list-1) ". ";counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.cv-preview ol li.ql-indent-2{counter-increment:list-2}.cv-preview ol li.ql-indent-2:before{content:counter(list-2) ". ";counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.cv-preview ol li.ql-indent-3{counter-increment:list-3}.cv-preview ol li.ql-indent-3:before{content:counter(list-3) ". ";counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.cv-preview ol li.ql-indent-4{counter-increment:list-4}.cv-preview ol li.ql-indent-4:before{content:counter(list-4) ". ";counter-reset:list-5 list-6 list-7 list-8 list-9}.cv-preview ol li.ql-indent-5{counter-increment:list-5}.cv-preview ol li.ql-indent-5:before{content:counter(list-5) ". ";counter-reset:list-6 list-7 list-8 list-9}.cv-preview ol li.ql-indent-6{counter-increment:list-6}.cv-preview ol li.ql-indent-6:before{content:counter(list-6) ". ";counter-reset:list-7 list-8 list-9}.cv-preview ol li.ql-indent-7{counter-increment:list-7}.cv-preview ol li.ql-indent-7:before{content:counter(list-7) ". ";counter-reset:list-8 list-9}.cv-preview ol li.ql-indent-8{counter-increment:list-8}.cv-preview ol li.ql-indent-8:before{content:counter(list-8) ". ";counter-reset:list-9}.user-select-none{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-draggable=true]>*{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.last-child-pb-4>*:last-child{margin-bottom:1rem}@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYhh0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhTg.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmserifdisplay/v17/-nFnOHM81r4j6k0gjAW3mujVU2B2K_c.ttf) format('truetype');
}
@font-face {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/l/font?kit=-zkl91Ksy8U47WnsTm4&skey=ca45512e77838097&v=v18) format('truetype');
}
@font-face {
  font-family: 'Gill Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/l/font?kit=VEMzRo11tZHs8hG7tPaNzA&skey=b796ffb12c919a00&v=v16) format('truetype');
}
@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/l/font?kit=JIAxUVNqfH9WuVQQRM4DUA&skey=22efecd2bc0e2cb0&v=v10) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Times New Roman';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/l/font?kit=3JnlSDvn1nCgiRnceUeBGxJoN45j0A&skey=f889a07745b51249&v=v18) format('truetype');
}
.i-carbon-warning{--un-icon:url("data:image/svg+xml;utf8,%3Csvg preserveAspectRatio='xMidYMid meet' viewBox='0 0 32 32' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2Zm0 26a12 12 0 1 1 12-12a12 12 0 0 1-12 12Z'/%3E%3Cpath fill='currentColor' d='M15 8h2v11h-2zm1 14a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 16 22z'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:about{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 16C26 21.52 21.52 26 16 26C10.48 26 6 21.52 6 16C6 10.48 10.48 6 16 6C21.52 6 26 10.48 26 16ZM13 18.25C13.69 18.25 14.25 17.69 14.25 17C14.25 16.31 13.69 15.75 13 15.75C12.31 15.75 11.75 16.31 11.75 17C11.75 17.69 12.31 18.25 13 18.25ZM17.75 17C17.75 16.31 18.31 15.75 19 15.75C19.69 15.75 20.25 16.31 20.25 17C20.25 17.69 19.69 18.25 19 18.25C18.31 18.25 17.75 17.69 17.75 17ZM21.5 12C18.6 12 16.06 10.44 14.66 8.12C15.09 8.05 15.54 8 16 8C18.9 8 21.44 9.56 22.84 11.88C22.41 11.95 21.96 12 21.5 12ZM8.42 13.47C10.13 12.5 11.45 10.92 12.08 9.03C10.37 10 9.05 11.58 8.42 13.47ZM23.67 13.76C23.88 14.47 24 15.22 24 16C24 20.41 20.41 24 16 24C11.59 24 8 20.41 8 16C8 15.9829 8.00116 15.9659 8.0023 15.9492C8.00449 15.9171 8.00659 15.8864 8 15.86C10.6 14.88 12.69 12.87 13.74 10.31C15.58 12.56 18.37 14 21.5 14C22.25 14 22.97 13.91 23.67 13.76Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:add{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='25' height='24' viewBox='0 0 25 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.4998 6.16669C12.9601 6.16669 13.3332 6.53978 13.3332 7.00002V11.1667H17.4998C17.9601 11.1667 18.3332 11.5398 18.3332 12C18.3332 12.4603 17.9601 12.8334 17.4998 12.8334H13.3332V17C13.3332 17.4603 12.9601 17.8334 12.4998 17.8334C12.0396 17.8334 11.6665 17.4603 11.6665 17V12.8334H7.49984C7.0396 12.8334 6.6665 12.4603 6.6665 12C6.6665 11.5398 7.0396 11.1667 7.49984 11.1667H11.6665V7.00002C11.6665 6.53978 12.0396 6.16669 12.4998 6.16669Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:arrow-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.57739 8.91075C5.90283 8.58531 6.43047 8.58531 6.7559 8.91075L12 14.1548L17.2441 8.91075C17.5695 8.58531 18.0971 8.58531 18.4226 8.91075C18.748 9.23619 18.748 9.76382 18.4226 10.0893L12.5892 15.9226C12.2638 16.248 11.7362 16.248 11.4107 15.9226L5.57739 10.0893C5.25195 9.76382 5.25195 9.23619 5.57739 8.91075Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:arrow-up-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='20' height='20' viewBox='0 0 20 20'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.33464 10C3.33464 11.7681 4.03701 13.4638 5.28726 14.7141C6.5375 15.9643 8.23319 16.6667 10.0013 16.6667C10.8768 16.6667 11.7437 16.4942 12.5525 16.1592C13.3614 15.8242 14.0963 15.3331 14.7153 14.7141C15.3344 14.095 15.8255 13.3601 16.1605 12.5512C16.4955 11.7424 16.668 10.8755 16.668 10C16.668 9.12453 16.4955 8.25762 16.1605 7.44879C15.8255 6.63995 15.3344 5.90502 14.7153 5.28596C14.0963 4.66691 13.3614 4.17584 12.5525 3.84081C11.7437 3.50578 10.8768 3.33334 10.0013 3.33334C8.23319 3.33334 6.5375 4.03572 5.28726 5.28596C4.03701 6.53621 3.33464 8.2319 3.33464 10ZM4.10875 15.8926C2.54594 14.3298 1.66797 12.2101 1.66797 10C1.66797 7.78987 2.54594 5.67026 4.10875 4.10745C5.67155 2.54465 7.79116 1.66668 10.0013 1.66668C11.0957 1.66668 12.1793 1.88222 13.1903 2.30101C14.2014 2.7198 15.12 3.33363 15.8939 4.10745C16.6677 4.88127 17.2815 5.79993 17.7003 6.81098C18.1191 7.82203 18.3346 8.90566 18.3346 10C18.3346 11.0944 18.1191 12.178 17.7003 13.189C17.2815 14.2001 16.6677 15.1187 15.8939 15.8926C15.12 16.6664 14.2014 17.2802 13.1903 17.699C12.1793 18.1178 11.0957 18.3333 10.0013 18.3333C7.79116 18.3333 5.67155 17.4554 4.10875 15.8926ZM6.91205 9.75593C6.58661 9.4305 6.58661 8.90286 6.91205 8.57742L9.41205 6.07742C9.73748 5.75198 10.2651 5.75198 10.5906 6.07742L13.0906 8.57742C13.416 8.90286 13.416 9.4305 13.0906 9.75593C12.7651 10.0814 12.2375 10.0814 11.912 9.75593L10.8346 8.67852V13.3333C10.8346 13.7936 10.4615 14.1667 10.0013 14.1667C9.54106 14.1667 9.16797 13.7936 9.16797 13.3333V8.67852L8.09056 9.75593C7.76512 10.0814 7.23748 10.0814 6.91205 9.75593Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:behance{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='16' height='16' viewBox='0 0 16 16'  xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon/behance'%3E%3Cpath id='vector' d='M5.19267 3.60232C5.55293 3.59563 5.91269 3.63256 6.26408 3.71232C6.55994 3.77691 6.84084 3.89711 7.09185 4.06652C7.32367 4.23499 7.50709 4.46147 7.62371 4.72324C7.75773 5.04512 7.82238 5.39164 7.81346 5.7402C7.82868 6.12292 7.73093 6.50166 7.5324 6.82922C7.32355 7.13859 7.03485 7.38566 6.69694 7.54423C7.15551 7.66786 7.55492 7.95104 7.82336 8.34284C8.08105 8.75799 8.21057 9.23992 8.19571 9.72832C8.20421 10.1177 8.1237 10.5039 7.96031 10.8575C7.80928 11.1659 7.58815 11.4347 7.3146 11.6423C7.03297 11.8477 6.71605 11.9996 6.37958 12.0906C6.03066 12.1871 5.6702 12.2356 5.30817 12.2347H1.33325V3.60232H5.19267ZM4.96331 7.09377C5.24638 7.10544 5.52503 7.0207 5.75367 6.85342C5.86318 6.75594 5.94836 6.63419 6.00241 6.49791C6.05647 6.36163 6.07789 6.2146 6.06498 6.06856C6.07231 5.89799 6.03834 5.72818 5.96598 5.57355C5.90459 5.45044 5.80914 5.34754 5.69097 5.27709C5.57129 5.19955 5.43682 5.14767 5.29607 5.12474C5.14335 5.09516 4.98794 5.0817 4.83241 5.08459H3.13398V7.10147H4.96331V7.09377ZM5.06231 10.7689C5.2335 10.7713 5.40433 10.7528 5.57107 10.7139C5.72344 10.6803 5.86795 10.6177 5.99678 10.5297C6.12298 10.4417 6.22495 10.3233 6.29323 10.1854C6.37241 10.0096 6.40879 9.8175 6.39938 9.62492C6.41655 9.44942 6.39331 9.27232 6.33143 9.10719C6.26956 8.94207 6.1707 8.7933 6.04243 8.6723C5.77056 8.47206 5.43739 8.37286 5.10026 8.3918H3.13398V10.7689H5.06231Z' fill='white'/%3E%3Cpath id='vector_2' d='M10.7604 10.737C10.9017 10.868 11.0682 10.9689 11.2498 11.0336C11.4313 11.0983 11.6241 11.1254 11.8164 11.1132C12.1213 11.1209 12.4203 11.0282 12.6673 10.8492C12.8682 10.7186 13.0204 10.5252 13.1001 10.2992H14.5362C14.3832 10.9426 14.0095 11.5121 13.4802 11.9086C12.9724 12.2456 12.3722 12.4163 11.7631 12.397C11.3283 12.4027 10.8968 12.3209 10.4942 12.1566C10.13 12.0047 9.8034 11.7752 9.53717 11.4839C9.27194 11.1788 9.06818 10.8253 8.93711 10.4428C8.78998 10.0153 8.71797 9.56549 8.72426 9.11341C8.72158 8.6689 8.79601 8.2273 8.94426 7.80823C9.14343 7.21869 9.52423 6.70739 10.032 6.34771C10.5398 5.98803 11.1485 5.79846 11.7708 5.8062C12.2301 5.7966 12.6844 5.90411 13.0908 6.11861C13.4581 6.32002 13.775 6.6021 14.0175 6.94362C14.2657 7.30198 14.4436 7.70419 14.5417 8.12889C14.6493 8.58494 14.6877 9.05459 14.6556 9.52206H10.3781C10.3435 9.96126 10.4805 10.3968 10.7604 10.737ZM12.637 7.45403C12.5173 7.3343 12.3734 7.24162 12.2148 7.18223C12.0563 7.12284 11.8869 7.09811 11.718 7.10972C11.4939 7.10118 11.2714 7.15082 11.0722 7.25383C10.9143 7.34075 10.775 7.45772 10.6619 7.59813C10.5618 7.72978 10.4872 7.87902 10.4419 8.03814C10.4012 8.17084 10.3757 8.30776 10.366 8.44625H13.0154C12.9923 8.08525 12.8608 7.73962 12.6381 7.45458L12.637 7.45403Z' fill='white'/%3E%3Cpath id='vector_3' d='M13.3445 4.17871H10.0247V5.02737H13.3445V4.17871Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icons'%3E%3Cpath id='icon/editor/format_bold_24px' fill-rule='evenodd' clip-rule='evenodd' d='M15.225 11.79C16.195 11.12 16.875 10.02 16.875 9C16.875 6.74 15.125 5 12.875 5H6.625V19H13.665C15.755 19 17.375 17.3 17.375 15.21C17.375 13.69 16.515 12.39 15.225 11.79ZM9.625 7.5H12.625C13.455 7.5 14.125 8.17 14.125 9C14.125 9.83 13.455 10.5 12.625 10.5H9.625V7.5ZM9.625 16.5H13.125C13.955 16.5 14.625 15.83 14.625 15C14.625 14.17 13.955 13.5 13.125 13.5H9.625V16.5Z' fill='%23656565'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:cancel{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8334 7.34167L16.6584 6.16667L12 10.825L7.34169 6.16667L6.16669 7.34167L10.825 12L6.16669 16.6583L7.34169 17.8333L12 13.175L16.6584 17.8333L17.8334 16.6583L13.175 12L17.8334 7.34167Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:certificate{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 6H10C8.9 6 8 6.9 8 8V24C8 25.1 8.9 26 10 26H22C23.1 26 24 25.1 24 24V8C24 6.9 23.1 6 22 6ZM13 8H15V13L14 12.25L13 13V8ZM10 24H22V8H17V17L14 14.75L11 17V8H10V24Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:chatgpt{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icons'%3E%3Cpath id='Vector (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M13.3362 2.0582C13.7343 2.20029 14 2.57732 14 2.99999V8.99999H20C20.3864 8.99999 20.7382 9.22259 20.9037 9.57176C21.0691 9.92093 21.0186 10.3342 20.774 10.6332L11.774 21.6332C11.5063 21.9604 11.0619 22.0839 10.6638 21.9418C10.2658 21.7997 10 21.4227 10 21V15H4.00001C3.61362 15 3.2618 14.7774 3.09634 14.4282C2.93088 14.0791 2.98138 13.6658 3.22605 13.3668L12.2261 2.36675C12.4937 2.03962 12.9381 1.9161 13.3362 2.0582ZM6.11025 13H11C11.5523 13 12 13.4477 12 14V18.1986L17.8898 11H13C12.4477 11 12 10.5523 12 9.99999V5.8014L6.11025 13Z' fill='%23656565'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:collapse{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5.33334C10.2319 5.33334 8.53619 6.03572 7.28594 7.28596C6.0357 8.5362 5.33332 10.2319 5.33332 12C5.33332 12.8755 5.50576 13.7424 5.84079 14.5512C6.17582 15.3601 6.66689 16.095 7.28594 16.7141C7.905 17.3331 8.63993 17.8242 9.44877 18.1592C10.2576 18.4942 11.1245 18.6667 12 18.6667C12.8755 18.6667 13.7424 18.4942 14.5512 18.1592C15.36 17.8242 16.095 17.3331 16.714 16.7141C17.3331 16.095 17.8242 15.3601 18.1592 14.5512C18.4942 13.7424 18.6667 12.8755 18.6667 12C18.6667 10.2319 17.9643 8.5362 16.714 7.28596C15.4638 6.03572 13.7681 5.33334 12 5.33334ZM6.10743 6.10745C7.67024 4.54465 9.78985 3.66667 12 3.66667C14.2101 3.66667 16.3297 4.54465 17.8925 6.10745C19.4553 7.67025 20.3333 9.78987 20.3333 12C20.3333 13.0944 20.1178 14.178 19.699 15.189C19.2802 16.2001 18.6664 17.1187 17.8925 17.8926C17.1187 18.6664 16.2001 19.2802 15.189 19.699C14.178 20.1178 13.0943 20.3333 12 20.3333C10.9056 20.3333 9.82201 20.1178 8.81096 19.699C7.79991 19.2802 6.88125 18.6664 6.10743 17.8926C5.33361 17.1187 4.71978 16.2001 4.30099 15.189C3.8822 14.178 3.66666 13.0944 3.66666 12C3.66666 9.78987 4.54463 7.67025 6.10743 6.10745ZM12.2441 8.91075C12.5695 8.58531 13.0971 8.58531 13.4226 8.91075L15.9226 11.4107C16.248 11.7362 16.248 12.2638 15.9226 12.5893L13.4226 15.0893C13.0971 15.4147 12.5695 15.4147 12.2441 15.0893C11.9186 14.7638 11.9186 14.2362 12.2441 13.9108L13.3215 12.8333H8.66666C8.20642 12.8333 7.83332 12.4602 7.83332 12C7.83332 11.5398 8.20642 11.1667 8.66666 11.1667H13.3215L12.2441 10.0893C11.9186 9.76382 11.9186 9.23619 12.2441 8.91075Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:contact{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11H23C23.5304 11 24.0391 11.2107 24.4142 11.5858C24.7893 11.9609 25 12.4696 25 13V19C25 19.5304 24.7893 20.0391 24.4142 20.4142C24.0391 20.7893 23.5304 21 23 21H21V25L17 21H13C12.7373 21.0003 12.4772 20.9486 12.2345 20.8481C11.9919 20.7475 11.7715 20.6 11.586 20.414M11.586 20.414L15 17H19C19.5304 17 20.0391 16.7893 20.4142 16.4142C20.7893 16.0391 21 15.5304 21 15V9C21 8.46957 20.7893 7.96086 20.4142 7.58579C20.0391 7.21071 19.5304 7 19 7H9C8.46957 7 7.96086 7.21071 7.58579 7.58579C7.21071 7.96086 7 8.46957 7 9V15C7 15.5304 7.21071 16.0391 7.58579 16.4142C7.96086 16.7893 8.46957 17 9 17H11V21L11.586 20.414Z' stroke='%23656565' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:datepicker{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.4 3C8.89706 3 9.3 3.40294 9.3 3.9V4.8H14.7V3.9C14.7 3.40294 15.1029 3 15.6 3C16.0971 3 16.5 3.40294 16.5 3.9V4.8H18.3C19.0161 4.8 19.7028 5.08446 20.2092 5.59081C20.7155 6.09716 21 6.78391 21 7.5V18.3C21 19.0161 20.7155 19.7028 20.2092 20.2092C19.7028 20.7155 19.0161 21 18.3 21H5.7C4.98392 21 4.29716 20.7155 3.79081 20.2092C3.28446 19.7028 3 19.0161 3 18.3V7.5C3 6.78392 3.28446 6.09716 3.79081 5.59081C4.29716 5.08446 4.98392 4.8 5.7 4.8H7.5V3.9C7.5 3.40294 7.90294 3 8.4 3ZM7.5 6.6H5.7C5.4613 6.6 5.23239 6.69482 5.0636 6.8636C4.89482 7.03239 4.8 7.2613 4.8 7.5V18.3C4.8 18.5387 4.89482 18.7676 5.0636 18.9364C5.23239 19.1052 5.46131 19.2 5.7 19.2H18.3C18.5387 19.2 18.7676 19.1052 18.9364 18.9364C19.1052 18.7676 19.2 18.5387 19.2 18.3V7.5C19.2 7.26131 19.1052 7.03239 18.9364 6.8636C18.7676 6.69482 18.5387 6.6 18.3 6.6H16.5V7.5C16.5 7.99706 16.0971 8.4 15.6 8.4C15.1029 8.4 14.7 7.99706 14.7 7.5V6.6H9.3V7.5C9.3 7.99706 8.89706 8.4 8.4 8.4C7.90294 8.4 7.5 7.99706 7.5 7.5V6.6ZM6.6 11.1C6.6 10.6029 7.00294 10.2 7.5 10.2H16.5C16.9971 10.2 17.4 10.6029 17.4 11.1C17.4 11.5971 16.9971 12 16.5 12H7.5C7.00294 12 6.6 11.5971 6.6 11.1Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:delete{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5858 6.58579C12.9609 6.21071 13.4696 6 14 6H18C18.5304 6 19.0391 6.21071 19.4142 6.58579C19.7893 6.96086 20 7.46957 20 8V10H24C24.5523 10 25 10.4477 25 11C25 11.5523 24.5523 12 24 12H23.9311L23.1305 23.213C23.1305 23.2131 23.1305 23.2129 23.1305 23.213C23.0765 23.9698 22.7379 24.6783 22.1826 25.1954C21.6274 25.7125 20.8968 26 20.138 26H11.862C11.1032 26 10.3726 25.7125 9.81735 25.1954C9.26213 24.6783 8.92347 23.97 8.86954 23.2132C8.86953 23.2132 8.86955 23.2133 8.86954 23.2132L8.06886 12H8C7.44772 12 7 11.5523 7 11C7 10.4477 7.44772 10 8 10H12V8C12 7.46957 12.2107 6.96086 12.5858 6.58579ZM14 10H18V8H14V10ZM10.074 12L10.8645 23.0708C10.8824 23.3231 10.9953 23.5594 11.1804 23.7318C11.3655 23.9042 11.609 24 11.862 24H20.138C20.391 24 20.6345 23.9042 20.8196 23.7318C21.0047 23.5594 21.1176 23.3233 21.1355 23.071L21.926 12H10.074ZM14 14C14.5523 14 15 14.4477 15 15V21C15 21.5523 14.5523 22 14 22C13.4477 22 13 21.5523 13 21V15C13 14.4477 13.4477 14 14 14ZM18 14C18.5523 14 19 14.4477 19 15V21C19 21.5523 18.5523 22 18 22C17.4477 22 17 21.5523 17 21V15C17 14.4477 17.4477 14 18 14Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:download{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3C12.5523 3 13 3.44772 13 4V13.5858L15.2929 11.2929C15.6834 10.9024 16.3166 10.9024 16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L7.29289 12.7071C6.90237 12.3166 6.90237 11.6834 7.29289 11.2929C7.68342 10.9024 8.31658 10.9024 8.70711 11.2929L11 13.5858V4C11 3.44772 11.4477 3 12 3ZM4 15C4.55228 15 5 15.4477 5 16V17C5 17.5304 5.21071 18.0391 5.58579 18.4142C5.96086 18.7893 6.46957 19 7 19H17C17.5304 19 18.0391 18.7893 18.4142 18.4142C18.7893 18.0391 19 17.5304 19 17V16C19 15.4477 19.4477 15 20 15C20.5523 15 21 15.4477 21 16V17C21 18.0609 20.5786 19.0783 19.8284 19.8284C19.0783 20.5786 18.0609 21 17 21H7C5.93913 21 4.92172 20.5786 4.17157 19.8284C3.42143 19.0783 3 18.0609 3 17V16C3 15.4477 3.44772 15 4 15Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:edit{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1694 5.3749C18.067 5.333 17.9572 5.31192 17.8466 5.31288C17.7359 5.31384 17.6266 5.33683 17.5249 5.3805C17.4232 5.42418 17.3313 5.48766 17.2544 5.56725L17.2443 5.57758L10.3333 12.4885V13.6667H11.5115L18.4224 6.75574L18.4327 6.74559C18.5123 6.66871 18.5758 6.57676 18.6195 6.47509C18.6632 6.37342 18.6862 6.26407 18.6871 6.15342C18.6881 6.04277 18.667 5.93304 18.6251 5.83062C18.5832 5.72821 18.5213 5.63517 18.4431 5.55692C18.3648 5.47868 18.2718 5.4168 18.1694 5.3749ZM17.8321 3.64627C18.164 3.64339 18.4932 3.70664 18.8005 3.83235C19.1077 3.95805 19.3868 4.14368 19.6216 4.37841C19.8563 4.61314 20.0419 4.89227 20.1676 5.19951C20.2933 5.50675 20.3566 5.83595 20.3537 6.1679C20.3508 6.49985 20.2819 6.8279 20.1508 7.13291C20.0209 7.43547 19.8324 7.70934 19.5963 7.93882L12.4459 15.0892C12.2896 15.2455 12.0777 15.3333 11.8567 15.3333H9.5C9.03976 15.3333 8.66667 14.9602 8.66667 14.5V12.1433C8.66667 11.9223 8.75446 11.7104 8.91074 11.5541L16.0611 4.40367C16.2906 4.16758 16.5645 3.97912 16.8671 3.84915C17.1721 3.71812 17.5001 3.64916 17.8321 3.64627ZM5.23223 6.06556C5.70107 5.59672 6.33696 5.33333 7 5.33333H11.1667C11.6269 5.33333 12 5.70642 12 6.16666C12 6.6269 11.6269 6.99999 11.1667 6.99999H7C6.77899 6.99999 6.56702 7.08779 6.41074 7.24407C6.25446 7.40035 6.16667 7.61231 6.16667 7.83333V17C6.16667 17.221 6.25446 17.433 6.41074 17.5892C6.56702 17.7455 6.77899 17.8333 7 17.8333H16.1667C16.3877 17.8333 16.5996 17.7455 16.7559 17.5892C16.9122 17.433 17 17.221 17 17V12.8333C17 12.3731 17.3731 12 17.8333 12C18.2936 12 18.6667 12.3731 18.6667 12.8333V17C18.6667 17.663 18.4033 18.2989 17.9344 18.7678C17.4656 19.2366 16.8297 19.5 16.1667 19.5H7C6.33696 19.5 5.70107 19.2366 5.23223 18.7678C4.76339 18.2989 4.5 17.663 4.5 17V7.83333C4.5 7.17028 4.76339 6.5344 5.23223 6.06556Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:education{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 7L5 13L9 15.18V21.18L16 25L23 21.18V15.18L25 14.09V21H27V13L16 7ZM22.82 13L16 16.72L9.18 13L16 9.28L22.82 13ZM16 22.72L21 19.99V16.27L16 19L11 16.27V19.99L16 22.72Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:expand{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 18.6667C13.7681 18.6667 15.4638 17.9643 16.7141 16.714C17.9643 15.4638 18.6667 13.7681 18.6667 12C18.6667 11.1245 18.4942 10.2576 18.1592 9.44877C17.8242 8.63993 17.3331 7.90501 16.7141 7.28595C16.095 6.66689 15.3601 6.17583 14.5512 5.8408C13.7424 5.50577 12.8755 5.33333 12 5.33333C11.1245 5.33333 10.2576 5.50577 9.44879 5.8408C8.63995 6.17583 7.90502 6.66689 7.28596 7.28595C6.66691 7.90501 6.17584 8.63994 5.84081 9.44877C5.50578 10.2576 5.33334 11.1245 5.33334 12C5.33334 13.7681 6.03572 15.4638 7.28596 16.714C8.53621 17.9643 10.2319 18.6667 12 18.6667ZM17.8926 17.8926C16.3298 19.4554 14.2101 20.3333 12 20.3333C9.78987 20.3333 7.67026 19.4554 6.10745 17.8926C4.54465 16.3297 3.66668 14.2101 3.66668 12C3.66668 10.9056 3.88222 9.82201 4.30101 8.81097C4.7198 7.79992 5.33363 6.88126 6.10745 6.10744C6.88127 5.33362 7.79993 4.71979 8.81098 4.301C9.82203 3.88221 10.9057 3.66666 12 3.66666C13.0944 3.66666 14.178 3.88221 15.189 4.301C16.2001 4.71979 17.1187 5.33362 17.8926 6.10744C18.6664 6.88126 19.2802 7.79992 19.699 8.81097C20.1178 9.82201 20.3333 10.9056 20.3333 12C20.3333 14.2101 19.4554 16.3297 17.8926 17.8926ZM11.7559 15.0893C11.4305 15.4147 10.9029 15.4147 10.5774 15.0893L8.07742 12.5893C7.75198 12.2638 7.75198 11.7362 8.07742 11.4107L10.5774 8.91074C10.9029 8.5853 11.4305 8.5853 11.7559 8.91074C12.0814 9.23618 12.0814 9.76381 11.7559 10.0892L10.6785 11.1667L15.3333 11.1667C15.7936 11.1667 16.1667 11.5398 16.1667 12C16.1667 12.4602 15.7936 12.8333 15.3333 12.8333H10.6785L11.7559 13.9107C12.0814 14.2362 12.0814 14.7638 11.7559 15.0893Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:experience{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 11H20V9L18 7H14L12 9V11H8C6.9 11 6 11.9 6 13V18C6 18.75 6.4 19.38 7 19.73V23C7 24.11 7.89 25 9 25H23C24.11 25 25 24.11 25 23V19.72C25.59 19.37 26 18.73 26 18V13C26 11.9 25.1 11 24 11ZM14 9H18V11H14V9ZM24 13H8V18H13V15H19V18H24V13ZM17 19H15V17H17V19ZM9 23H23V20H19V21H13V20H9V23Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:facebook{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='8' height='15' viewBox='0 0 8 15'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45087 8.37378L7.86407 5.67961H5.27912V3.93126C5.27912 3.19418 5.6402 2.47573 6.79802 2.47573H7.97332V0.182051C7.97332 0.182051 6.90668 0 5.88697 0C3.75797 0 2.36651 1.29029 2.36651 3.62622V5.67961H0V8.37378H2.36651V14.8868C2.84104 14.9612 3.32739 15 3.82283 15C4.31827 15 4.80463 14.9612 5.27912 14.8868V8.37378H7.45087Z' fill='white'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:feedback{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 13.0506 4.20693 14.0909 4.60896 15.0615C5.011 16.0321 5.60028 16.914 6.34315 17.6569C7.08601 18.3997 7.96793 18.989 8.93853 19.391C9.90914 19.7931 10.9494 20 12 20C13.0506 20 14.0909 19.7931 15.0615 19.391C16.0321 18.989 16.914 18.3997 17.6569 17.6569C18.3997 16.914 18.989 16.0321 19.391 15.0615C19.7931 14.0909 20 13.0506 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2C14.6522 2 17.1957 3.05357 19.0711 4.92893C20.9464 6.8043 22 9.34784 22 12C22 13.3132 21.7413 14.6136 21.2388 15.8268C20.7362 17.0401 19.9997 18.1425 19.0711 19.0711C18.1425 19.9997 17.0401 20.7362 15.8268 21.2388C14.6136 21.7413 13.3132 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C4.00035 18.1425 3.26375 17.0401 2.7612 15.8268C2.25866 14.6136 2 13.3132 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893ZM12 8C10.5281 8 9.47188 8.70629 9.13259 9.42628C8.89716 9.92587 8.30131 10.14 7.80172 9.90459C7.30213 9.66916 7.08798 9.07331 7.32341 8.57372C8.08212 6.96371 9.98791 6 12 6C13.3004 6 14.5158 6.39386 15.4288 7.07866C16.3421 7.76372 17 8.78636 17 10C17 12.0701 15.1653 13.5081 13.1827 13.889L13.1824 13.8891C13.1095 13.9031 13.0516 13.9391 13.0203 13.9722C13.0062 13.9872 13.0013 13.9974 13.0002 13.9999C13.0001 14.0001 13 14.0002 13 14.0003C12.9998 14.5525 12.5522 15 12 15C11.4477 15 11 14.5523 11 14C11 12.8564 11.9107 12.0966 12.8056 11.9249C14.2788 11.6418 15 10.7298 15 10C15 9.55664 14.7629 9.07928 14.2287 8.67859C13.6942 8.27764 12.9096 8 12 8ZM11 17C11 16.4477 11.4477 16 12 16H12.01C12.5623 16 13.01 16.4477 13.01 17C13.01 17.5523 12.5623 18 12.01 18H12C11.4477 18 11 17.5523 11 17Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:font-family{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_334_2572' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='3' y='7' width='16' height='19'%3E%3Cpath d='M18.2667 16.4L16.6667 20.6666H9.73337L8.13337 26H3.33337L10.2667 7.33331H14.5334L18.2667 16.4Z' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_334_2572)'%3E%3Cpath d='M19.9991 22.6308C20.0187 22.7485 20.0285 22.8662 20.0285 22.9839C20.0285 23.1016 19.9991 23.2193 19.9403 23.337C19.8814 23.4547 19.8029 23.5429 19.7049 23.6018C19.5087 23.7783 19.2929 23.8666 19.0575 23.8666C18.5867 23.8666 18.2728 23.6606 18.1159 23.2487C17.959 22.8367 16.674 19.6882 16.674 19.6882H8.72922L7.31681 23.2487C7.17949 23.6606 6.90485 23.8666 6.4929 23.8666C6.08094 23.8666 5.76707 23.6901 5.55129 23.337C5.49244 23.2193 5.46301 23.1114 5.46301 23.0133C5.46301 22.9152 5.49244 22.7877 5.55129 22.6308L10.8773 9.56593C11.2696 8.58509 11.7208 8.02601 12.2308 7.88869C12.3681 7.86907 12.5447 7.83965 12.7605 7.80042C13.1528 7.80042 13.4471 7.88869 13.6432 8.06524C13.9571 8.30064 14.271 8.80087 14.5849 9.56593L19.9991 22.6308ZM9.2883 18.1287H16.1444L12.7016 9.47766L9.2883 18.1287Z' fill='%23656565'/%3E%3C/g%3E%3Cpath d='M26.3576 23.0427C26.3707 23.1212 26.3772 23.1997 26.3772 23.2781C26.3772 23.3566 26.3576 23.4351 26.3184 23.5135C26.2791 23.592 26.2268 23.6508 26.1614 23.6901C26.0307 23.8078 25.8868 23.8666 25.7299 23.8666C25.416 23.8666 25.2067 23.7293 25.1021 23.4547L24.1409 21.081H18.8443L17.9027 23.4547C17.8112 23.7293 17.6281 23.8666 17.3535 23.8666C17.0788 23.8666 16.8696 23.7489 16.7257 23.5135C16.6865 23.4351 16.6669 23.3631 16.6669 23.2977C16.6669 23.2323 16.6865 23.1473 16.7257 23.0427L20.2764 14.3328C20.5379 13.6789 20.8387 13.3062 21.1787 13.2147C21.2703 13.2016 21.388 13.182 21.5319 13.1558C21.7934 13.1558 21.9896 13.2147 22.1204 13.3324C22.3296 13.4893 22.5389 13.8228 22.7481 14.3328L26.3576 23.0427ZM19.2171 20.0413H23.7878L21.4926 14.274L19.2171 20.0413Z' fill='%23656565'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.5638 22.9836L26.5679 23.0077C26.5828 23.0976 26.5904 23.1878 26.5904 23.2781C26.5904 23.3935 26.5613 23.5044 26.509 23.6089C26.4577 23.7116 26.3854 23.799 26.2895 23.8615C26.1278 24.0018 25.9395 24.08 25.7297 24.08C25.5417 24.08 25.3676 24.0387 25.2203 23.942C25.0726 23.8451 24.9689 23.7036 24.9035 23.5329L23.997 21.2944H18.9891L18.1029 23.5281C18.047 23.6931 17.9574 23.8347 17.8246 23.9343C17.6892 24.0359 17.5273 24.08 17.3533 24.08C17.0039 24.08 16.7259 23.9232 16.5435 23.6248L16.5388 23.617L16.5347 23.6089C16.4855 23.5105 16.4534 23.4056 16.4534 23.2978C16.4534 23.1949 16.483 23.0819 16.5258 22.9678L16.5279 22.9622L20.0781 14.2536C20.0782 14.2534 20.078 14.2539 20.0781 14.2536C20.2134 13.9156 20.3636 13.6375 20.532 13.4289C20.7006 13.2199 20.8963 13.0697 21.1231 13.0087L21.1356 13.0053L21.1484 13.0035C21.2362 12.991 21.351 12.9719 21.4935 12.9459L21.5124 12.9425H21.5317C21.8171 12.9425 22.071 13.0054 22.2556 13.1674C22.5115 13.3633 22.7363 13.7424 22.9451 14.2515C22.9452 14.2516 22.9451 14.2514 22.9451 14.2515L26.5638 22.9836ZM22.7479 14.3328C22.5387 13.8228 22.3294 13.4893 22.1202 13.3324C21.9894 13.2147 21.7932 13.1558 21.5317 13.1558C21.3878 13.182 21.2701 13.2016 21.1786 13.2147C20.8386 13.3062 20.5378 13.679 20.2762 14.3328L16.7256 23.0427C16.6863 23.1474 16.6667 23.2324 16.6667 23.2978C16.6667 23.3631 16.6863 23.4351 16.7256 23.5135C16.8694 23.7489 17.0787 23.8666 17.3533 23.8666C17.6279 23.8666 17.811 23.7293 17.9026 23.4547L18.8442 21.081H24.1407L25.102 23.4547C25.2066 23.7293 25.4158 23.8666 25.7297 23.8666C25.8866 23.8666 26.0305 23.8078 26.1613 23.6901C26.2267 23.6509 26.279 23.592 26.3182 23.5135C26.3574 23.4351 26.377 23.3566 26.377 23.2781C26.377 23.1997 26.3705 23.1212 26.3574 23.0427L22.7479 14.3328ZM23.7876 20.0414L21.4924 14.274L19.2169 20.0414H23.7876ZM19.5304 19.828H23.4731L21.4933 14.8531L19.5304 19.828Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:font-size{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 5V11H25V21H27V27H21V25H11V27H5V21H7V11H5V5H11V7H21V5H27ZM9 7H7V9H9V7ZM9 25H7V23H9V25ZM11 21V23H21V21H23V11H21V9H11V11H9V21H11ZM25 25H23V23H25V25ZM23 7V9H25V7H23ZM17.73 18H14.24L13.51 20H11.89L15.29 11H16.69L20.1 20H18.47L17.73 18ZM17.3 16.74H14.69L16 12.91L17.3 16.74Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:github{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='16' height='16' viewBox='0 0 16 16'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00662 0.0996094C3.57917 0.0996094 0 3.70516 0 8.16572C0 11.7313 2.29329 14.7495 5.4747 15.8177C5.87246 15.898 6.01816 15.6441 6.01816 15.4306C6.01816 15.2436 6.00505 14.6026 6.00505 13.9348C3.7778 14.4156 3.31399 12.9732 3.31399 12.9732C2.95606 12.0384 2.42572 11.7982 2.42572 11.7982C1.69674 11.304 2.47882 11.304 2.47882 11.304C3.28744 11.3575 3.71175 12.132 3.71175 12.132C4.42745 13.3605 5.58074 13.0134 6.04471 12.7997C6.11092 12.2788 6.32315 11.9183 6.5485 11.718C4.77211 11.531 2.90313 10.8366 2.90313 7.7383C2.90313 6.85691 3.22107 6.1358 3.72486 5.57497C3.64538 5.3747 3.36693 4.54657 3.80451 3.43819C3.80451 3.43819 4.48055 3.22448 6.00488 4.26615C6.6575 4.08959 7.33054 3.99977 8.00662 3.99901C8.68266 3.99901 9.37181 4.09259 10.0082 4.26615C11.5327 3.22448 12.2087 3.43819 12.2087 3.43819C12.6463 4.54657 12.3677 5.3747 12.2882 5.57497C12.8053 6.1358 13.1101 6.85691 13.1101 7.7383C13.1101 10.8366 11.2411 11.5176 9.45146 11.718C9.74318 11.9717 9.99492 12.4524 9.99492 13.2137C9.99492 14.2953 9.98181 15.1634 9.98181 15.4304C9.98181 15.6441 10.1277 15.898 10.5253 15.8178C13.7067 14.7493 16 11.7313 16 8.16572C16.0131 3.70516 12.4208 0.0996094 8.00662 0.0996094Z' fill='white'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:hide{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.90831 7.43749L3.67498 5.20416L4.84998 4.02083L19.625 18.8042L18.45 19.9792L15.6 17.1292C14.4833 17.5708 13.2666 17.8125 12 17.8125C7.83331 17.8125 4.27498 15.2208 2.83331 11.5625C3.47498 9.92083 4.54998 8.50416 5.90831 7.43749ZM12 6.97916C15.1583 6.97916 17.975 8.75416 19.35 11.5625C18.8583 12.5792 18.1666 13.4542 17.3416 14.1625L18.5166 15.3375C19.675 14.3125 20.5916 13.0292 21.1666 11.5625C19.725 7.90416 16.1666 5.31249 12 5.31249C10.9416 5.31249 9.92498 5.47916 8.96665 5.78749L10.3416 7.16249C10.8833 7.05416 11.4333 6.97916 12 6.97916ZM11.1083 7.92916L12.8333 9.65416C13.3083 9.86249 13.6916 10.2458 13.9 10.7208L15.625 12.4458C15.6916 12.1625 15.7416 11.8625 15.7416 11.5542C15.75 9.48749 14.0666 7.81249 12 7.81249C11.6916 7.81249 11.4 7.85416 11.1083 7.92916ZM9.92498 11.4542L12.1 13.6292C12.0666 13.6375 12.0333 13.6458 12 13.6458C10.85 13.6458 9.91665 12.7125 9.91665 11.5625C9.91665 11.5417 9.91873 11.525 9.92081 11.5083C9.9229 11.4917 9.92498 11.475 9.92498 11.4542ZM8.54998 10.0792L7.09165 8.62083C6.08331 9.3875 5.23331 10.3708 4.64998 11.5625C6.02498 14.3708 8.84165 16.1458 12 16.1458C12.7916 16.1458 13.5583 16.0292 14.2916 15.8292L13.475 15.0125C13.025 15.2042 12.525 15.3125 12 15.3125C9.93331 15.3125 8.24998 13.6292 8.24998 11.5625C8.24998 11.0375 8.35831 10.5375 8.54998 10.0792Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:idea{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2C12.5523 2 13 2.44772 13 3V4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4V3C11 2.44772 11.4477 2 12 2ZM4.92889 4.92889C5.31942 4.53837 5.95258 4.53837 6.34311 4.92889L7.05011 5.63589C7.44063 6.02642 7.44063 6.65958 7.05011 7.05011C6.65958 7.44063 6.02642 7.44063 5.63589 7.05011L4.92889 6.34311C4.53837 5.95258 4.53837 5.31942 4.92889 4.92889ZM19.0711 4.92889C19.4616 5.31942 19.4616 5.95258 19.0711 6.34311L18.3641 7.05011C17.9736 7.44063 17.3404 7.44063 16.9499 7.05011C16.5594 6.65958 16.5594 6.02642 16.9499 5.63589L17.6569 4.92889C18.0474 4.53837 18.6806 4.53837 19.0711 4.92889ZM12 8.00093C11.2089 8.00093 10.4356 8.2355 9.77783 8.67498C9.12006 9.11446 8.60736 9.73911 8.30458 10.47C8.0018 11.2008 7.92253 12.005 8.07678 12.7809C8.231 13.5566 8.61172 14.2692 9.17081 14.8286C9.17094 14.8287 9.17068 14.8285 9.17081 14.8286L9.71846 15.3752C9.9113 15.5681 10.085 15.7778 10.2368 16H13.7632C13.9157 15.7769 14.0889 15.568 14.2808 15.376L14.8288 14.829C14.8289 14.8289 14.8287 14.829 14.8288 14.829C15.388 14.2696 15.769 13.5567 15.9232 12.7809C16.0775 12.005 15.9982 11.2008 15.6954 10.47C15.3926 9.73911 14.8799 9.11446 14.2222 8.67498C13.5644 8.2355 12.7911 8.00093 12 8.00093ZM13.0252 18H10.9748C10.9915 18.1551 11 18.3116 11 18.469V19C11 19.2652 11.1054 19.5196 11.2929 19.7071C11.4804 19.8946 11.7348 20 12 20C12.2652 20 12.5196 19.8946 12.7071 19.7071C12.8946 19.5196 13 19.2652 13 19V18.4691C13 18.4691 13 18.4692 13 18.4691C13 18.3122 13.0084 18.1555 13.0252 18ZM8.74938 17.4072C8.75769 17.4258 8.76656 17.4441 8.77596 17.4621C8.92203 17.7743 9 18.1177 9 18.469V19C9 19.7957 9.31607 20.5587 9.87868 21.1213C10.4413 21.6839 11.2043 22 12 22C12.7957 22 13.5587 21.6839 14.1213 21.1213C14.6839 20.5587 15 19.7957 15 19V18.469C15 18.1572 15.0613 17.8484 15.1806 17.5603C15.2999 17.2723 15.4746 17.0106 15.695 16.7902C15.695 16.7903 15.6951 16.7902 15.695 16.7902L16.2432 16.243C17.0822 15.4038 17.6534 14.3347 17.8848 13.1709C18.1162 12.0071 17.9973 10.8007 17.5431 9.70447C17.089 8.6082 16.3199 7.67122 15.3333 7.012C14.3466 6.35279 13.1866 6.00093 12 6.00093C10.8134 6.00093 9.6534 6.35279 8.66674 7.012C7.68008 7.67122 6.91105 8.6082 6.45687 9.70447C6.0027 10.8007 5.88379 12.007 6.11517 13.1709C6.34656 14.3347 6.91784 15.4038 7.7568 16.243L8.30489 16.7901C8.30478 16.79 8.30501 16.7902 8.30489 16.7901C8.48667 16.972 8.63636 17.181 8.74938 17.4072ZM2 12C2 11.4477 2.44772 11 3 11H4C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13H3C2.44772 13 2 12.5523 2 12ZM19 12C19 11.4477 19.4477 11 20 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H20C19.4477 13 19 12.5523 19 12Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:indent{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icons'%3E%3Cpath id='icon/editor/format_indent_increase_24px' fill-rule='evenodd' clip-rule='evenodd' d='M3 5V3H21V5H3ZM7 12L3 16V8L7 12ZM21 21H3V19H21V21ZM11 17H21V15H11V17ZM11 9H21V7H11V9ZM21 13H11V11H21V13Z' fill='%23656565'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:instagram{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='14' height='14' viewBox='0 0 14 14'  xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 239'%3E%3Cpath id='Vector' d='M7.0041 1.26079C8.87551 1.26079 9.09713 1.269 9.83311 1.30182C10.5171 1.3319 10.8865 1.44677 11.1327 1.54249C11.4583 1.66829 11.6936 1.82145 11.9371 2.06486C12.1833 2.311 12.3338 2.54347 12.4596 2.86892C12.5554 3.11506 12.6703 3.48701 12.7004 4.168C12.7332 4.90643 12.7415 5.12796 12.7415 6.9959C12.7415 8.86658 12.7332 9.08811 12.7004 9.8238C12.6703 10.5075 12.5554 10.8767 12.4596 11.1229C12.3338 11.4483 12.1806 11.6835 11.9371 11.9269C11.6908 12.1731 11.4583 12.3235 11.1327 12.4493C10.8865 12.545 10.5144 12.6599 9.83311 12.69C9.09439 12.7228 8.87278 12.731 7.0041 12.731C5.1327 12.731 4.91108 12.7228 4.1751 12.69C3.49111 12.6599 3.12175 12.545 2.87551 12.4493C2.54993 12.3235 2.31464 12.1703 2.07114 11.9269C1.8249 11.6808 1.67442 11.4483 1.54856 11.1229C1.4528 10.8767 1.33789 10.5048 1.3078 9.8238C1.27497 9.08537 1.26676 8.86384 1.26676 6.9959C1.26676 5.12522 1.27497 4.90369 1.3078 4.168C1.33789 3.48427 1.4528 3.11506 1.54856 2.86892C1.67442 2.54347 1.82763 2.30826 2.07114 2.06486C2.31737 1.81871 2.54993 1.66829 2.87551 1.54249C3.12175 1.44677 3.49384 1.3319 4.1751 1.30182C4.91108 1.269 5.1327 1.26079 7.0041 1.26079ZM7.0041 0C5.1026 0 4.86457 0.00820473 4.11765 0.0410236C3.37346 0.0738426 2.86183 0.194179 2.4186 0.366478C1.95622 0.546982 1.56498 0.784919 1.17647 1.17601C0.785226 1.56437 0.547196 1.95546 0.366621 2.41493C0.194254 2.86072 0.0738714 3.36941 0.0410397 4.1133C0.00820794 4.86267 0 5.10061 0 7.00137C0 8.90213 0.00820794 9.14007 0.0410397 9.8867C0.0738714 10.6306 0.194254 11.142 0.366621 11.5851C0.547196 12.0473 0.785226 12.4384 1.17647 12.8267C1.56498 13.2151 1.95622 13.4558 2.41587 13.6335C2.86183 13.8058 3.37072 13.9262 4.11491 13.959C4.86183 13.9918 5.09986 14 7.00137 14C8.90287 14 9.1409 13.9918 9.88783 13.959C10.632 13.9262 11.1436 13.8058 11.5869 13.6335C12.0465 13.4558 12.4378 13.2151 12.8263 12.8267C13.2148 12.4384 13.4555 12.0473 13.6334 11.5878C13.8057 11.142 13.9261 10.6333 13.959 9.88943C13.9918 9.1428 14 8.90487 14 7.0041C14 5.10334 13.9918 4.8654 13.959 4.11877C13.9261 3.37488 13.8057 2.86345 13.6334 2.42039C13.461 1.95546 13.223 1.56437 12.8317 1.17601C12.4432 0.787654 12.052 0.546982 11.5923 0.369213C11.1464 0.196913 10.6375 0.0765775 9.8933 0.0437586C9.14364 0.00820473 8.90561 0 7.0041 0Z' fill='white'/%3E%3Cpath id='Vector_2' d='M7 3.5C5.06768 3.5 3.5 5.06768 3.5 7C3.5 8.93232 5.06768 10.5 7 10.5C8.93232 10.5 10.5 8.93232 10.5 7C10.5 5.06768 8.93232 3.5 7 3.5ZM7 9.27034C5.74639 9.27034 4.72966 8.25361 4.72966 7C4.72966 5.74639 5.74639 4.72966 7 4.72966C8.25361 4.72966 9.27034 5.74639 9.27034 7C9.27034 8.25361 8.25361 9.27034 7 9.27034Z' fill='white'/%3E%3Cpath id='Vector_3' d='M11.6 3.3C11.6 3.743 11.2404 4.1 10.8 4.1C10.357 4.1 10 3.74039 10 3.3C10 2.857 10.3596 2.5 10.8 2.5C11.2404 2.5 11.6 2.85961 11.6 3.3Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:italic{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icons'%3E%3Cpath id='icon/editor/format_italicon/editor/24px' d='M10 5V8H12.21L8.79 16H6V19H14V16H11.79L15.21 8H18V5H10Z' fill='%23656565'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:layout{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.58579 7.58579C7.96086 7.21071 8.46957 7 9 7H23C23.5304 7 24.0391 7.21071 24.4142 7.58579C24.7893 7.96086 25 8.46957 25 9V11C25 11.5304 24.7893 12.0391 24.4142 12.4142C24.0391 12.7893 23.5304 13 23 13H9C8.46957 13 7.96086 12.7893 7.58579 12.4142C7.21071 12.0391 7 11.5304 7 11V9C7 8.46957 7.21071 7.96086 7.58579 7.58579ZM23 9H9L9 11H23V9ZM7.58579 15.5858C7.96086 15.2107 8.46957 15 9 15H15C15.5304 15 16.0391 15.2107 16.4142 15.5858C16.7893 15.9609 17 16.4696 17 17V23C17 23.5304 16.7893 24.0391 16.4142 24.4142C16.0391 24.7893 15.5304 25 15 25H9C8.46957 25 7.96086 24.7893 7.58579 24.4142C7.21071 24.0391 7 23.5304 7 23V17C7 16.4696 7.21071 15.9609 7.58579 15.5858ZM15 17H9L9 23H15V17ZM19.5858 15.5858C19.9609 15.2107 20.4696 15 21 15H23C23.5304 15 24.0391 15.2107 24.4142 15.5858C24.7893 15.9609 25 16.4696 25 17V23C25 23.5304 24.7893 24.0391 24.4142 24.4142C24.0391 24.7893 23.5304 25 23 25H21C20.4696 25 19.9609 24.7893 19.5858 24.4142C19.2107 24.0391 19 23.5304 19 23V17C19 16.4696 19.2107 15.9609 19.5858 15.5858ZM23 17H21L21 23H23V17Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:layout-full{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 4H4V12V20V28H28V20V12V4ZM25.3333 10.6667V6.66667H6.66667V10.6667H25.3333ZM25.3333 18.6667V13.3333H6.66667V18.6667H25.3333ZM25.3333 25.3333V21.3333H6.66667V25.3333H25.3333Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:layout-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6667 4H4V28H14.6667V4ZM17.3333 4H28V12V20V28H17.3333V20V12V4ZM12 6.66667V25.3333H6.66667V6.66667H12ZM25.3333 10.6667V6.66667H20V10.6667H25.3333ZM25.3333 18V14H20V18H25.3333ZM25.3333 21.3333V25.3333H20V21.3333H25.3333Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:layout-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4H14.6667V12V20V28H4V20V12V4ZM12 10.6667V6.66667H6.66667V10.6667H12ZM12 18V14H6.66667V18H12ZM25.3333 6.66667V25.3333H20V6.66667H25.3333ZM12 21.3333V25.3333H6.66667V21.3333H12ZM28 4H17.3333V28H28V4Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:link{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4773 3.45272C14.4203 2.54193 15.6833 2.03796 16.9943 2.04935C18.3053 2.06074 19.5593 2.58659 20.4864 3.51363C21.4134 4.44067 21.9393 5.69473 21.9506 7.00572C21.962 8.3167 21.4581 9.57971 20.5473 10.5227L20.5351 10.5351L16.5351 14.5351C15.5975 15.4725 14.3258 15.9992 13 15.9992C11.6742 15.9992 10.4026 15.4726 9.46499 14.5352C9.07441 14.1448 9.07431 13.5116 9.46478 13.121C9.85524 12.7304 10.4884 12.7303 10.879 13.1208C11.4416 13.6832 12.2045 13.9992 13 13.9992C13.7954 13.9992 14.5583 13.6833 15.1209 13.1209C15.1209 13.1209 15.1208 13.1209 15.1209 13.1209L19.1143 9.12746C19.6572 8.56229 19.9575 7.80698 19.9507 7.0231C19.9439 6.23651 19.6284 5.48407 19.0722 4.92784C18.5159 4.37162 17.7635 4.05611 16.9769 4.04928C16.193 4.04247 15.4377 4.34276 14.8725 4.8857L13.7791 5.97912C13.3886 6.36964 12.7554 6.36964 12.3649 5.97912C11.9744 5.58859 11.9744 4.95543 12.3649 4.5649L13.4649 3.4649L13.4773 3.45272ZM7.46499 9.4648C8.40263 8.52744 9.67417 8.00087 11 8.00087C12.3258 8.00087 13.5974 8.52744 14.535 9.4648C14.9256 9.85526 14.9257 10.4884 14.5352 10.879C14.1447 11.2696 13.5116 11.2697 13.121 10.8792C12.5584 10.3168 11.7955 10.0009 11 10.0009C10.2045 10.0009 9.44167 10.3168 8.8791 10.8791C8.87906 10.8792 8.87913 10.8791 8.8791 10.8791L4.8791 14.8791L4.8667 14.8913C4.58017 15.168 4.35162 15.4991 4.1944 15.8651C4.03717 16.2311 3.95441 16.6248 3.95095 17.0231C3.94749 17.4214 4.02339 17.8165 4.17424 18.1852C4.32508 18.5539 4.54784 18.8888 4.82952 19.1705C5.11119 19.4522 5.44615 19.6749 5.81484 19.8258C6.18353 19.9766 6.57857 20.0525 6.9769 20.0491C7.37524 20.0456 7.7689 19.9628 8.13491 19.8056C8.50093 19.6484 8.83196 19.4198 9.1087 19.1333L9.1212 19.1206L10.2232 18.0196C10.6139 17.6292 11.2471 17.6295 11.6374 18.0202C12.0278 18.4109 12.0275 19.0441 11.6368 19.4344L10.5407 20.5295C10.0808 21.0039 9.53144 21.3824 8.9243 21.6432C8.31428 21.9053 7.65818 22.0432 6.99428 22.049C6.33039 22.0547 5.67199 21.9282 5.05751 21.6768C4.44303 21.4254 3.88477 21.0542 3.4153 20.5847C2.94584 20.1152 2.57457 19.557 2.32317 18.9425C2.07176 18.328 1.94526 17.6696 1.95102 17.0057C1.95679 16.3418 2.09473 15.6857 2.35677 15.0757C2.61761 14.4685 2.99622 13.919 3.47068 13.4591L7.46499 9.4648Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:linkedin{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='14' height='14' viewBox='0 0 14 14'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.40991 13.5H0.714732V4.82057H3.40991V13.5ZM2.06087 3.63661C1.19904 3.63661 0.5 2.92276 0.5 2.06091C0.5 1.64693 0.664448 1.24991 0.957168 0.957179C1.24989 0.664452 1.6469 0.5 2.06087 0.5C2.47484 0.5 2.87185 0.664452 3.16457 0.957179C3.45729 1.24991 3.62174 1.64693 3.62174 2.06091C3.62174 2.92276 2.92241 3.63661 2.06087 3.63661ZM13.4971 13.5H10.8077V9.27491C10.8077 8.26796 10.7874 6.97664 9.40645 6.97664C8.00518 6.97664 7.79045 8.07064 7.79045 9.20236V13.5H5.09817V4.82057H7.68308V6.00452H7.7208C8.08062 5.32259 8.95958 4.60293 10.2709 4.60293C12.9986 4.60293 13.5 6.39917 13.5 8.73226V13.5H13.4971Z' fill='white'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:list-bullet{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icons'%3E%3Cpath id='icon/editor/format_list_bulleted_24px' fill-rule='evenodd' clip-rule='evenodd' d='M2.75 6C2.75 5.17 3.42 4.5 4.25 4.5C5.08 4.5 5.75 5.17 5.75 6C5.75 6.83 5.08 7.5 4.25 7.5C3.42 7.5 2.75 6.83 2.75 6ZM2.75 12C2.75 11.17 3.42 10.5 4.25 10.5C5.08 10.5 5.75 11.17 5.75 12C5.75 12.83 5.08 13.5 4.25 13.5C3.42 13.5 2.75 12.83 2.75 12ZM4.25 16.5C3.42 16.5 2.75 17.18 2.75 18C2.75 18.82 3.43 19.5 4.25 19.5C5.07 19.5 5.75 18.82 5.75 18C5.75 17.18 5.08 16.5 4.25 16.5ZM21.25 19H7.25V17H21.25V19ZM7.25 13H21.25V11H7.25V13ZM7.25 7V5H21.25V7H7.25Z' fill='%23656565'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:list-number{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icons'%3E%3Cpath id='icon/editor/format_list_numbered_24px' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 8H3.5V5H2.5V4H4.5V8ZM4.5 17.5V17H2.5V16H5.5V20H2.5V19H4.5V18.5H3.5V17.5H4.5ZM2.5 11H4.3L2.5 13.1V14H5.5V13H3.7L5.5 10.9V10H2.5V11ZM7.5 7V5H21.5V7H7.5ZM7.5 19H21.5V17H7.5V19ZM21.5 13H7.5V11H21.5V13Z' fill='%23656565'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:load{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 25C15.4477 25 15 24.5523 15 24L15 16.4142L13.7071 17.7071C13.3166 18.0976 12.6834 18.0976 12.2929 17.7071C11.9024 17.3166 11.9024 16.6834 12.2929 16.2929L15.2929 13.2929C15.6834 12.9024 16.3166 12.9024 16.7071 13.2929L19.7071 16.2929C20.0976 16.6834 20.0976 17.3166 19.7071 17.7071C19.3166 18.0976 18.6834 18.0976 18.2929 17.7071L17 16.4142V24C17 24.5523 16.5523 25 16 25ZM25.1213 21.1213C24.5587 21.6839 23.7956 22 23 22H20C19.4477 22 19 21.5523 19 21C19 20.4477 19.4477 20 20 20H23C23.2652 20 23.5196 19.8946 23.7071 19.7071C23.8946 19.5196 24 19.2652 24 19V10C24 9.73478 23.8946 9.48043 23.7071 9.29289C23.5196 9.10536 23.2652 9 23 9L9 9C8.73479 9 8.48043 9.10536 8.29289 9.29289C8.10536 9.48043 8 9.73478 8 10L8 19C8 19.2652 8.10536 19.5196 8.29289 19.7071C8.48043 19.8946 8.73478 20 9 20H12C12.5523 20 13 20.4477 13 21C13 21.5523 12.5523 22 12 22L9 22C8.20435 22 7.44129 21.6839 6.87868 21.1213C6.31607 20.5587 6 19.7957 6 19L6 10C6 9.20435 6.31607 8.44129 6.87868 7.87868C7.44129 7.31607 8.20435 7 9 7L23 7C23.7957 7 24.5587 7.31607 25.1213 7.87868C25.6839 8.44129 26 9.20435 26 10L26 19C26 19.7956 25.6839 20.5587 25.1213 21.1213Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:mail{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='14' height='12' viewBox='0 0 14 12'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.615144 1.01507C1.00897 0.621248 1.5431 0.400002 2.10005 0.400002H11.8999C12.4569 0.400002 12.991 0.621249 13.3849 1.01507C13.7787 1.40889 13.9999 1.94303 13.9999 2.49998V3.18911C14 3.19593 14 3.20274 13.9999 3.20955V9.49991C13.9999 10.0569 13.7787 10.591 13.3849 10.9848C12.991 11.3786 12.4569 11.5999 11.8999 11.5999H2.10005C1.5431 11.5999 1.00897 11.3786 0.615144 10.9848C0.221321 10.591 7.44126e-05 10.0569 7.44126e-05 9.49991V3.20954C-2.47207e-05 3.20274 -2.48876e-05 3.19593 7.44126e-05 3.18912V2.49998C7.44126e-05 1.94303 0.221321 1.40889 0.615144 1.01507ZM1.40006 4.50792V9.49991C1.40006 9.68556 1.47381 9.8636 1.60508 9.99487C1.73636 10.1261 1.9144 10.1999 2.10005 10.1999H11.8999C12.0856 10.1999 12.2636 10.1261 12.3949 9.99487C12.5262 9.8636 12.5999 9.68555 12.5999 9.49991V4.50792L8.16549 7.46422C8.16542 7.46427 8.16535 7.46432 8.16528 7.46436C7.82023 7.69451 7.41476 7.81733 7 7.81733C6.58524 7.81733 6.17977 7.69451 5.83472 7.46436C5.83465 7.46432 5.83458 7.46427 5.83451 7.46422L1.40006 4.50792ZM12.5999 2.82535L7.38871 6.2995L7.3885 6.29964C7.27347 6.37639 7.13828 6.41735 7 6.41735C6.86172 6.41735 6.72653 6.37639 6.6115 6.29964L6.61129 6.2995L1.40006 2.82535V2.49998C1.40006 2.31433 1.47381 2.13628 1.60508 2.00501C1.73636 1.87374 1.9144 1.79999 2.10005 1.79999H11.8999C12.0856 1.79999 12.2636 1.87374 12.3949 2.00501C12.5262 2.13628 12.5999 2.31433 12.5999 2.49998V2.82535Z' fill='white'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:minus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 12C5 11.4477 5.44772 11 6 11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H6C5.44772 13 5 12.5523 5 12Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:move-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2437 13.1753L12.6753 18.7437C12.3335 19.0854 11.7795 19.0854 11.4378 18.7437L5.86935 13.1753C5.52764 12.8335 5.52764 12.2795 5.86935 11.9378C6.21106 11.5961 6.76508 11.5961 7.10679 11.9378L11.1815 16.0126L11.1815 5.875C11.1815 5.39175 11.5733 5 12.0565 5C12.5398 5 12.9315 5.39175 12.9315 5.875L12.9315 16.0126L17.0063 11.9378C17.348 11.5961 17.902 11.5961 18.2437 11.9378C18.5854 12.2795 18.5854 12.8335 18.2437 13.1753Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:move-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.75628 10.8247L11.3247 5.25628C11.6665 4.91457 12.2205 4.91457 12.5622 5.25628L18.1307 10.8247C18.4724 11.1665 18.4724 11.7205 18.1307 12.0622C17.7889 12.4039 17.2349 12.4039 16.8932 12.0622L12.8185 7.98744L12.8185 18.125C12.8185 18.6082 12.4267 19 11.9435 19C11.4602 19 11.0685 18.6082 11.0685 18.125L11.0685 7.98744L6.99372 12.0622C6.65201 12.4039 6.09799 12.4039 5.75628 12.0622C5.41457 11.7205 5.41457 11.1665 5.75628 10.8247Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:note{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 9C8.73478 9 8.48043 9.10536 8.29289 9.29289C8.10536 9.48043 8 9.73478 8 10V18C8 18.2652 8.10536 18.5196 8.29289 18.7071C8.48043 18.8946 8.73478 19 9 19H12C12.2652 19 12.5196 19.1054 12.7071 19.2929L16 22.5858L19.2929 19.2929C19.4804 19.1054 19.7348 19 20 19H23C23.2652 19 23.5196 18.8946 23.7071 18.7071C23.8946 18.5196 24 18.2652 24 18V10C24 9.73478 23.8946 9.48043 23.7071 9.29289C23.5196 9.10536 23.2652 9 23 9H9ZM6.87868 7.87868C7.44129 7.31607 8.20435 7 9 7H23C23.7957 7 24.5587 7.31607 25.1213 7.87868C25.6839 8.44129 26 9.20435 26 10V18C26 18.7957 25.6839 19.5587 25.1213 20.1213C24.5587 20.6839 23.7957 21 23 21H20.4142L16.7071 24.7071C16.3166 25.0976 15.6834 25.0976 15.2929 24.7071L11.5858 21H9C8.20435 21 7.44129 20.6839 6.87868 20.1213C6.31607 19.5587 6 18.7956 6 18V10C6 9.20435 6.31607 8.44129 6.87868 7.87868ZM10 12C10 11.4477 10.4477 11 11 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H11C10.4477 13 10 12.5523 10 12ZM10 16C10 15.4477 10.4477 15 11 15H15C15.5523 15 16 15.4477 16 16C16 16.5523 15.5523 17 15 17H11C10.4477 17 10 16.5523 10 16Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:ok{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33332 15.25L5.83332 11.75L4.66666 12.9167L9.33332 17.5833L19.3333 7.58334L18.1667 6.41667L9.33332 15.25Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:pause{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='20' height='20' viewBox='0 0 20 20'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0001 16.6667C13.682 16.6667 16.6667 13.6819 16.6667 9.99999C16.6667 6.31809 13.682 3.33332 10.0001 3.33332C6.31818 3.33332 3.33341 6.31809 3.33341 9.99999C3.33341 13.6819 6.31818 16.6667 10.0001 16.6667ZM10.0001 18.3333C14.6025 18.3333 18.3334 14.6024 18.3334 9.99999C18.3334 5.39762 14.6025 1.66666 10.0001 1.66666C5.39771 1.66666 1.66675 5.39762 1.66675 9.99999C1.66675 14.6024 5.39771 18.3333 10.0001 18.3333Z' fill='%23656565'/%3E%3Cpath d='M7 7H13V13H7V7Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:payment{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 13.0506 4.20693 14.0909 4.60896 15.0615C5.011 16.0321 5.60028 16.914 6.34315 17.6569C7.08601 18.3997 7.96793 18.989 8.93853 19.391C9.90914 19.7931 10.9494 20 12 20C13.0506 20 14.0909 19.7931 15.0615 19.391C16.0321 18.989 16.914 18.3997 17.6569 17.6569C18.3997 16.914 18.989 16.0321 19.391 15.0615C19.7931 14.0909 20 13.0506 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2C14.6522 2 17.1957 3.05357 19.0711 4.92893C20.9464 6.8043 22 9.34784 22 12C22 13.3132 21.7413 14.6136 21.2388 15.8268C20.7362 17.0401 19.9997 18.1425 19.0711 19.0711C18.1425 19.9997 17.0401 20.7362 15.8268 21.2388C14.6136 21.7413 13.3132 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C4.00035 18.1425 3.26375 17.0401 2.7612 15.8268C2.25866 14.6136 2 13.3132 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893ZM10.8787 6.87868C11.4413 6.31607 12.2044 6 13 6C13.7956 6 14.5587 6.31607 15.1213 6.87868C15.6839 7.44129 16 8.20435 16 9C16 9.55228 15.5523 10 15 10C14.4477 10 14 9.55228 14 9C14 8.73478 13.8946 8.48043 13.7071 8.29289C13.5196 8.10536 13.2652 8 13 8C12.7348 8 12.4804 8.10536 12.2929 8.29289C12.1054 8.48043 12 8.73478 12 9V11H13C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13H12V14C12 14.3439 11.9409 14.6818 11.8284 15H15C15.5523 15 16 15.4477 16 16C16 16.5523 15.5523 17 15 17H9C8.44772 17 8 16.5523 8 16C8 15.4477 8.44772 15 9 15C9.26522 15 9.51957 14.8946 9.70711 14.7071C9.89464 14.5196 10 14.2652 10 14V13H9C8.44772 13 8 12.5523 8 12C8 11.4477 8.44772 11 9 11H10V9C10 8.20435 10.3161 7.44129 10.8787 6.87868Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:plus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='12' height='12' viewBox='0 0 12 12'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.99935 2.66797C6.26234 2.66797 6.47554 2.88117 6.47554 3.14416V5.52511H8.85649C9.11948 5.52511 9.33268 5.73831 9.33268 6.0013C9.33268 6.26429 9.11948 6.47749 8.85649 6.47749H6.47554V8.85844C6.47554 9.12144 6.26234 9.33464 5.99935 9.33464C5.73636 9.33464 5.52316 9.12144 5.52316 8.85844V6.47749H3.14221C2.87921 6.47749 2.66602 6.26429 2.66602 6.0013C2.66602 5.73831 2.87921 5.52511 3.14221 5.52511H5.52316V3.14416C5.52316 2.88117 5.73636 2.66797 5.99935 2.66797Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:preview{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.33337 5.33335C8.97975 5.33335 8.64061 5.47383 8.39056 5.72388C8.14052 5.97393 8.00004 6.31306 8.00004 6.66669V25.3334C8.00004 25.687 8.14052 26.0261 8.39056 26.2762C8.64061 26.5262 8.97975 26.6667 9.33337 26.6667H22.6667C23.0203 26.6667 23.3595 26.5262 23.6095 26.2762C23.8596 26.0261 24 25.687 24 25.3334L24 12.5523L16.7812 5.3335L9.33337 5.33335ZM6.50495 3.83826C7.25509 3.08811 8.27251 2.66669 9.33337 2.66669H16.7814C17.4885 2.66684 18.1669 2.94784 18.6668 3.44788M18.6668 3.44788L25.8854 10.6664C25.8854 10.6665 25.8853 10.6664 25.8854 10.6664C26.3854 11.1664 26.6666 11.8446 26.6667 12.5517V25.3334C26.6667 26.3942 26.2453 27.4116 25.4951 28.1618C24.745 28.9119 23.7276 29.3334 22.6667 29.3334H9.33337C8.27251 29.3334 7.25509 28.9119 6.50495 28.1618C5.7548 27.4116 5.33337 26.3942 5.33337 25.3334V6.66669C5.33337 5.60582 5.7548 4.58841 6.50495 3.83826M10.6667 16C10.6667 15.2636 11.2637 14.6667 12 14.6667H20C20.7364 14.6667 21.3334 15.2636 21.3334 16C21.3334 16.7364 20.7364 17.3334 20 17.3334H12C11.2637 17.3334 10.6667 16.7364 10.6667 16ZM10.6667 21.3334C10.6667 20.597 11.2637 20 12 20H20C20.7364 20 21.3334 20.597 21.3334 21.3334C21.3334 22.0697 20.7364 22.6667 20 22.6667H12C11.2637 22.6667 10.6667 22.0697 10.6667 21.3334Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:project{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 15L15.5 6L21 15H10ZM17.43 13L15.5 9.84L13.56 13H17.43ZM21 17C18.51 17 16.5 19.01 16.5 21.5C16.5 23.99 18.51 26 21 26C23.49 26 25.5 23.99 25.5 21.5C25.5 19.01 23.49 17 21 17ZM18.5 21.5C18.5 22.88 19.62 24 21 24C22.38 24 23.5 22.88 23.5 21.5C23.5 20.12 22.38 19 21 19C19.62 19 18.5 20.12 18.5 21.5ZM6.5 25.5H14.5V17.5H6.5V25.5ZM12.5 19.5H8.5V23.5H12.5V19.5Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:redo{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2929 7.29289C17.9024 7.68342 17.9024 8.31658 18.2929 8.70711L22.5858 13H15C12.6131 13 10.3239 13.9482 8.63604 15.636C6.94821 17.3239 6 19.6131 6 22V24C6 24.5523 6.44772 25 7 25C7.55228 25 8 24.5523 8 24V22C8 20.1435 8.7375 18.363 10.0503 17.0503C11.363 15.7375 13.1435 15 15 15H22.5858L18.2929 19.2929C17.9024 19.6834 17.9024 20.3166 18.2929 20.7071C18.6834 21.0976 19.3166 21.0976 19.7071 20.7071L25.7071 14.7071C26.0976 14.3166 26.0976 13.6834 25.7071 13.2929L19.7071 7.29289C19.3166 6.90237 18.6834 6.90237 18.2929 7.29289Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:show{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.83331 12C4.27498 8.34167 7.83331 5.75 12 5.75C16.1666 5.75 19.725 8.34167 21.1666 12C19.725 15.6583 16.1666 18.25 12 18.25C7.83331 18.25 4.27498 15.6583 2.83331 12ZM19.35 12C17.975 9.19167 15.1583 7.41667 12 7.41667C8.84165 7.41667 6.02498 9.19167 4.64998 12C6.02498 14.8083 8.84165 16.5833 12 16.5833C15.1583 16.5833 17.975 14.8083 19.35 12ZM12 9.91667C13.15 9.91667 14.0833 10.85 14.0833 12C14.0833 13.15 13.15 14.0833 12 14.0833C10.85 14.0833 9.91665 13.15 9.91665 12C9.91665 10.85 10.85 9.91667 12 9.91667ZM8.24998 12C8.24998 9.93333 9.93331 8.25 12 8.25C14.0666 8.25 15.75 9.93333 15.75 12C15.75 14.0667 14.0666 15.75 12 15.75C9.93331 15.75 8.24998 14.0667 8.24998 12Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:skill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.001 6H15.001V9H17.001V6ZM10.001 18L13.001 21V26H19.001V21L22.001 18V13H10.001V18ZM12.001 15H20.001V17.17L17.001 20.17V24H15.001V20.17L12.001 17.17V15ZM7.5032 9.8742L8.9168 8.4594L11.039 10.5798L9.6254 11.9946L7.5032 9.8742ZM23.0836 8.4626L20.9608 10.5824L22.374 11.9976L24.4968 9.8778L23.0836 8.4626Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:social{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9289 5.27312C11.4624 5.13005 12.0108 5.4465 12.1538 5.97993L12.9308 8.87693C13.0739 9.41037 12.7575 9.95878 12.224 10.1019C11.6906 10.2449 11.1422 9.92847 10.9991 9.39504L10.2221 6.49804C10.079 5.96461 10.3955 5.41619 10.9289 5.27312ZM18.6571 7.34288C19.0476 7.73341 19.0476 8.36657 18.6571 8.75709L16.5351 10.8791C16.1446 11.2696 15.5114 11.2696 15.1209 10.8791C14.7303 10.4886 14.7303 9.8554 15.1209 9.46488L17.2429 7.34288C17.6334 6.95236 18.2666 6.95236 18.6571 7.34288ZM5.27209 10.929C5.41512 10.3956 5.96351 10.0791 6.49695 10.2221L9.39495 10.9991C9.92839 11.1421 10.2449 11.6905 10.1019 12.224C9.95884 12.7574 9.41046 13.0739 8.87701 12.9309L5.97901 12.1539C5.44557 12.0108 5.12907 11.4625 5.27209 10.929ZM12.2929 12.2929C12.5676 12.0182 12.9766 11.9274 13.3417 12.0602L24.3417 16.0602C24.7315 16.2019 24.9933 16.5695 24.9999 16.9841C25.0064 17.3988 24.7564 17.7744 24.3714 17.9285L20.7794 19.3652L24.7071 23.2929C25.0976 23.6834 25.0976 24.3166 24.7071 24.7071C24.3166 25.0976 23.6834 25.0976 23.2929 24.7071L19.3652 20.7794L17.9285 24.3714C17.7744 24.7564 17.3988 25.0064 16.9841 24.9999C16.5695 24.9933 16.2019 24.7315 16.0602 24.3417L12.0602 13.3417C11.9274 12.9766 12.0181 12.5676 12.2929 12.2929ZM14.6721 14.6721L17.0445 21.1962L18.0715 18.6286C18.1731 18.3745 18.3745 18.1732 18.6286 18.0715L21.1962 17.0445L14.6721 14.6721ZM10.8778 15.1205C11.2685 15.5109 11.2688 16.1441 10.8784 16.5348L8.75842 18.6568C8.36808 19.0475 7.73492 19.0478 7.34421 18.6574C6.9535 18.2671 6.9532 17.6339 7.34354 17.2432L9.46354 15.1212C9.85388 14.7305 10.487 14.7302 10.8778 15.1205Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:star{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='48' height='48' viewBox='0 0 48 48'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.9996 6.4719L20.7379 16.5104C20.3363 17.7465 19.1844 18.5834 17.8847 18.5834H7.3296L15.8689 24.7875C16.9203 25.5514 17.3603 26.9055 16.9587 28.1416L13.697 38.1801L22.2362 31.976C23.2877 31.212 24.7115 31.212 25.7629 31.976L34.3022 38.1801L31.0405 28.1416C30.6389 26.9055 31.0789 25.5514 32.1303 24.7875L40.6696 18.5834H30.1145C28.8148 18.5834 27.6629 17.7465 27.2613 16.5104L23.9996 6.4719ZM24.9506 2.92682C24.6513 2.00551 23.3479 2.00551 23.0485 2.92682L18.8358 15.8924C18.7019 16.3044 18.3179 16.5834 17.8847 16.5834H4.25192C3.28319 16.5834 2.88042 17.823 3.66413 18.3924L14.6933 26.4055C15.0438 26.6602 15.1904 27.1115 15.0566 27.5236L10.8438 40.4891C10.5444 41.4104 11.5989 42.1766 12.3826 41.6072L23.4118 33.594C23.7623 33.3394 24.2369 33.3394 24.5874 33.594L35.6165 41.6072C36.4002 42.1766 37.4547 41.4104 37.1554 40.4891L32.9426 27.5236C32.8087 27.1115 32.9554 26.6602 33.3059 26.4055L44.335 18.3924C45.1188 17.823 44.716 16.5834 43.7473 16.5834H30.1145C29.6812 16.5834 29.2973 16.3044 29.1634 15.8924L24.9506 2.92682Z' fill='%23D3D3D3'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:star-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='48' height='48' viewBox='0 0 48 48'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.0485 2.92682C23.3479 2.00551 24.6513 2.00551 24.9506 2.92682L29.1634 15.8924C29.2973 16.3044 29.6812 16.5834 30.1145 16.5834H43.7473C44.716 16.5834 45.1188 17.823 44.335 18.3924L33.3059 26.4055C32.9554 26.6602 32.8087 27.1115 32.9426 27.5236L37.1554 40.4891C37.4547 41.4104 36.4002 42.1766 35.6165 41.6072L24.5874 33.594C24.2369 33.3394 23.7623 33.3394 23.4118 33.594L12.3826 41.6072C11.5989 42.1766 10.5444 41.4104 10.8438 40.4891L15.0566 27.5236C15.1904 27.1115 15.0438 26.6602 14.6933 26.4055L3.66413 18.3924C2.88042 17.823 3.28319 16.5834 4.25192 16.5834H17.8847C18.3179 16.5834 18.7019 16.3044 18.8358 15.8924L23.0485 2.92682Z' fill='%23F18B6B'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:summary{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.62 22H7.38L9.38 18H7V10H15V17.24L12.62 22ZM17.38 22H22.62L25 17.24V10H17V18H19.38L17.38 22ZM21.38 20H20.62L22.62 16H19V12H23V16.76L21.38 20ZM11.38 20H10.62L12.62 16H9V12H13V16.76L11.38 20Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:twitter-new{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='16' height='14' viewBox='0 0 16 14'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4325 0.0664062H14.7752L9.65714 5.91605L15.6782 13.8761H10.9637L7.27125 9.04838L3.04619 13.8761H0.702079L6.17639 7.61925L0.400391 0.0664062H5.23449L8.57219 4.47914L12.4325 0.0664062ZM11.6103 12.4739H12.9084L4.52914 1.39497H3.13613L11.6103 12.4739Z' fill='white'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:twitter-old{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='14' height='11' viewBox='0 0 14 11'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1691 2.62971C12.177 2.74432 12.177 2.85892 12.177 2.97458C12.177 6.49882 9.49411 10.5633 4.58828 10.5633V10.5612C3.13908 10.5633 1.71999 10.1482 0.5 9.36553C0.710725 9.39088 0.922507 9.40355 1.13482 9.40408C2.33579 9.40514 3.50244 9.00217 4.44727 8.26014C3.30597 8.23849 2.30516 7.49435 1.95554 6.40798C2.35533 6.48509 2.76728 6.46924 3.15968 6.36203C1.9154 6.11064 1.02021 5.0174 1.02021 3.74777C1.02021 3.73615 1.02021 3.72506 1.02021 3.71397C1.39096 3.92047 1.80607 4.03508 2.23069 4.04775C1.05877 3.26453 0.697522 1.70548 1.40522 0.486549C2.75935 2.15281 4.75728 3.16577 6.90203 3.27298C6.68708 2.34663 6.98072 1.37593 7.67363 0.724737C8.74786 -0.285053 10.4374 -0.233296 11.4471 0.840399C12.0445 0.722625 12.617 0.50345 13.1409 0.192907C12.9418 0.810295 12.5251 1.33473 11.9684 1.66798C12.4971 1.60566 13.0136 1.46412 13.5 1.24812C13.1419 1.7847 12.6909 2.2521 12.1691 2.62971Z' fill='white'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:undo{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='32' height='32' viewBox='0 0 32 32'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7071 7.29289C14.0976 7.68342 14.0976 8.31658 13.7071 8.70711L9.41421 13H17C19.3869 13 21.6761 13.9482 23.364 15.636C25.0518 17.3239 26 19.6131 26 22V24C26 24.5523 25.5523 25 25 25C24.4477 25 24 24.5523 24 24V22C24 20.1435 23.2625 18.363 21.9497 17.0503C20.637 15.7375 18.8565 15 17 15H9.41421L13.7071 19.2929C14.0976 19.6834 14.0976 20.3166 13.7071 20.7071C13.3166 21.0976 12.6834 21.0976 12.2929 20.7071L6.29289 14.7071C5.90237 14.3166 5.90237 13.6834 6.29289 13.2929L12.2929 7.29289C12.6834 6.90237 13.3166 6.90237 13.7071 7.29289Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:unindent{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icons'%3E%3Cpath id='icon/editor/format_indent_increase_24px' fill-rule='evenodd' clip-rule='evenodd' d='M3 5V3H21V5H3ZM3 12L7 16V8L3 12ZM21 21H3V19H21V21ZM11 17H21V15H11V17ZM11 9H21V7H11V9ZM21 13H11V11H21V13Z' fill='%23656565'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:variant{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3333 5.33334C10.1123 5.33334 9.90036 5.42114 9.74408 5.57742C9.5878 5.7337 9.5 5.94566 9.5 6.16667V14.5C9.5 14.721 9.5878 14.933 9.74408 15.0893C9.90036 15.2455 10.1123 15.3333 10.3333 15.3333H17C17.221 15.3333 17.433 15.2455 17.5893 15.0893C17.7455 14.933 17.8333 14.721 17.8333 14.5V9.01185L14.1549 5.33343L10.3333 5.33334ZM8.56557 4.3989C9.03441 3.93006 9.67029 3.66667 10.3333 3.66667H14.155C14.5969 3.66677 15.0209 3.84239 15.3334 4.15492M15.3334 4.15492L19.0117 7.83316C19.0117 7.83319 19.0116 7.83313 19.0117 7.83316C19.3242 8.14564 19.4999 8.56955 19.5 9.01149V14.5C19.5 15.163 19.2366 15.7989 18.7678 16.2678C18.2989 16.7366 17.663 17 17 17H16.1667V17.8333C16.1667 18.4964 15.9033 19.1323 15.4344 19.6011C14.9656 20.0699 14.3297 20.3333 13.6667 20.3333H7C6.33696 20.3333 5.70107 20.0699 5.23223 19.6011C4.76339 19.1323 4.5 18.4964 4.5 17.8333V9.50001C4.5 8.83696 4.76339 8.20108 5.23223 7.73224C5.70107 7.2634 6.33696 7.00001 7 7.00001H7.83333V6.16667C7.83333 5.50363 8.09673 4.86775 8.56557 4.3989M7.83333 8.66667H7C6.77899 8.66667 6.56702 8.75447 6.41074 8.91075C6.25446 9.06703 6.16667 9.27899 6.16667 9.50001V17.8333C6.16667 18.0544 6.25446 18.2663 6.41074 18.4226C6.56702 18.5789 6.77899 18.6667 7 18.6667H13.6667C13.8877 18.6667 14.0996 18.5789 14.2559 18.4226C14.4122 18.2663 14.5 18.0544 14.5 17.8333V17H10.3333C9.67029 17 9.03441 16.7366 8.56557 16.2678C8.09673 15.7989 7.83333 15.163 7.83333 14.5V8.66667Z' fill='%23A7A7A7'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:whatsapp{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='15' height='14' viewBox='0 0 15 14'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.52935 0C3.68703 0 0.560065 3.01181 0.55871 6.71323C0.557806 7.8969 0.879355 9.05213 1.48903 10.0696L0.5 13.5484L4.19555 12.6149C5.22352 13.1526 6.36653 13.4331 7.52664 13.4323H7.52935C11.3717 13.4323 14.4986 10.4201 14.5 6.71865C14.5009 4.92574 13.7765 3.23806 12.4601 1.96948C11.1441 0.700452 9.39406 0.000451613 7.52935 0ZM7.52935 12.2983H7.5271C6.48748 12.2983 5.46774 12.0292 4.57806 11.5206L4.36581 11.3996L2.17368 11.9533L2.75897 9.89394L2.62123 9.68303C2.04267 8.80065 1.73468 7.76837 1.73516 6.71323C1.73652 3.63639 4.336 1.134 7.53161 1.134C9.07884 1.13445 10.5335 1.71568 11.6277 2.77019C12.722 3.82471 13.324 5.22697 13.3231 6.71819C13.3217 9.79503 10.7227 12.2983 7.5289 12.2983H7.52935ZM10.7074 8.11864C10.533 8.0351 9.67677 7.6291 9.5169 7.57265C9.35748 7.5171 9.24142 7.48819 9.12535 7.65619C9.00974 7.82419 8.67555 8.20219 8.57439 8.31374C8.47232 8.42574 8.37071 8.43929 8.19639 8.35574C8.02206 8.27174 7.46071 8.09471 6.79593 7.52297C6.27794 7.07858 5.92839 6.52942 5.82677 6.36097C5.72516 6.19342 5.81594 6.10265 5.9031 6.0191C5.98123 5.94458 6.07742 5.82355 6.16413 5.72555C6.25084 5.62755 6.27974 5.55755 6.33845 5.44555C6.39626 5.334 6.36735 5.23555 6.32355 5.152C6.27974 5.06755 5.932 4.242 5.78613 3.90645C5.64523 3.57948 5.50161 3.62329 5.39458 3.61787C5.29297 3.61335 5.17735 3.612 5.06039 3.612C4.94523 3.612 4.756 3.654 4.59613 3.822C4.43671 3.99 3.98645 4.39555 3.98645 5.2211C3.98645 6.0471 4.61058 6.84465 4.69774 6.95665C4.7849 7.06819 5.92613 8.7631 7.67342 9.49019C8.0889 9.66226 8.41316 9.76568 8.66652 9.84336C9.08381 9.97116 9.46361 9.95265 9.76348 9.90974C10.0977 9.86142 10.7941 9.50419 10.9386 9.11265C11.084 8.7211 11.084 8.3851 11.0406 8.3151C10.9982 8.2451 10.8817 8.2031 10.7074 8.11864Z' fill='white'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:youtube{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='14' height='10' viewBox='0 0 14 10'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.4544 0.296533C13.0565 0.458278 13.5327 0.934534 13.6945 1.53658C13.991 2.63286 14 4.90629 14 4.90629C14 4.90629 14 7.1887 13.7035 8.27599C13.5417 8.87805 13.0655 9.3543 12.4634 9.51605C11.3761 9.81258 7 9.81258 7 9.81258C7 9.81258 2.62388 9.81258 1.53659 9.51605C0.934531 9.3543 0.45828 8.87805 0.296534 8.27599C0 7.17972 0 4.90629 0 4.90629C0 4.90629 0 2.63286 0.287548 1.54557C0.449294 0.943517 0.925546 0.467267 1.5276 0.305522C2.61489 0.00898369 6.99101 0 6.99101 0C6.99101 0 11.3671 0 12.4544 0.296533ZM9.2285 4.90629L5.5982 7.00899V2.8036L9.2285 4.90629Z' fill='white'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:zoom-in{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 4C8.4087 4 6.88258 4.63214 5.75736 5.75736C4.63214 6.88258 4 8.4087 4 10C4 10.7879 4.15519 11.5681 4.45672 12.2961C4.75825 13.0241 5.20021 13.6855 5.75736 14.2426C6.31451 14.7998 6.97595 15.2417 7.7039 15.5433C8.43185 15.8448 9.21207 16 10 16C10.7879 16 11.5681 15.8448 12.2961 15.5433C13.0241 15.2417 13.6855 14.7998 14.2426 14.2426C14.7998 13.6855 15.2417 13.0241 15.5433 12.2961C15.8448 11.5681 16 10.7879 16 10C16 8.4087 15.3679 6.88258 14.2426 5.75736C13.1174 4.63214 11.5913 4 10 4ZM4.34315 4.34315C5.84344 2.84285 7.87827 2 10 2C12.1217 2 14.1566 2.84285 15.6569 4.34315C17.1571 5.84344 18 7.87827 18 10C18 11.0506 17.7931 12.0909 17.391 13.0615C17.1172 13.7226 16.7565 14.3425 16.3196 14.9054L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L14.9054 16.3196C14.3425 16.7565 13.7226 17.1172 13.0615 17.391C12.0909 17.7931 11.0506 18 10 18C8.94943 18 7.90914 17.7931 6.93853 17.391C5.96793 16.989 5.08601 16.3997 4.34315 15.6569C3.60028 14.914 3.011 14.0321 2.60896 13.0615C2.20693 12.0909 2 11.0506 2 10C2 7.87827 2.84285 5.84344 4.34315 4.34315ZM10 6C10.5523 6 11 6.44772 11 7V9H13C13.5523 9 14 9.44772 14 10C14 10.5523 13.5523 11 13 11H11V13C11 13.5523 10.5523 14 10 14C9.44772 14 9 13.5523 9 13V11H7C6.44772 11 6 10.5523 6 10C6 9.44772 6.44772 9 7 9H9V7C9 6.44772 9.44772 6 10 6Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-custom\:zoom-out{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 4C8.4087 4 6.88258 4.63214 5.75736 5.75736C4.63214 6.88258 4 8.4087 4 10C4 10.7879 4.15519 11.5681 4.45672 12.2961C4.75825 13.0241 5.20021 13.6855 5.75736 14.2426C6.31451 14.7998 6.97595 15.2417 7.7039 15.5433C8.43185 15.8448 9.21207 16 10 16C10.7879 16 11.5681 15.8448 12.2961 15.5433C13.0241 15.2417 13.6855 14.7998 14.2426 14.2426C14.7998 13.6855 15.2417 13.0241 15.5433 12.2961C15.8448 11.5681 16 10.7879 16 10C16 8.4087 15.3679 6.88258 14.2426 5.75736C13.1174 4.63214 11.5913 4 10 4ZM4.34315 4.34315C5.84344 2.84285 7.87827 2 10 2C12.1217 2 14.1566 2.84285 15.6569 4.34315C17.1571 5.84344 18 7.87827 18 10C18 11.0506 17.7931 12.0909 17.391 13.0615C17.1172 13.7226 16.7565 14.3425 16.3196 14.9054L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L14.9054 16.3196C14.3425 16.7565 13.7226 17.1172 13.0615 17.391C12.0909 17.7931 11.0506 18 10 18C8.94943 18 7.90914 17.7931 6.93853 17.391C5.96793 16.989 5.08601 16.3997 4.34315 15.6569C3.60028 14.914 3.011 14.0321 2.60896 13.0615C2.20693 12.0909 2 11.0506 2 10C2 7.87827 2.84285 5.84344 4.34315 4.34315ZM6 10C6 9.44772 6.44772 9 7 9H13C13.5523 9 14 9.44772 14 10C14 10.5523 13.5523 11 13 11H7C6.44772 11 6 10.5523 6 10Z' fill='%23656565'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:certificate{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 6H10C8.9 6 8 6.9 8 8V24C8 25.1 8.9 26 10 26H22C23.1 26 24 25.1 24 24V8C24 6.9 23.1 6 22 6ZM13 8H15V13L14 12.25L13 13V8ZM10 24H22V8H17V17L14 14.75L11 17V8H10V24Z' fill='%23656565'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:close{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5L12 9L16 5M16 19L12 15L8 19' stroke='%23A7A7A7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:collapse{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5.33334C10.2319 5.33334 8.53619 6.03572 7.28594 7.28596C6.0357 8.5362 5.33332 10.2319 5.33332 12C5.33332 12.8755 5.50576 13.7424 5.84079 14.5512C6.17582 15.3601 6.66689 16.095 7.28594 16.7141C7.905 17.3331 8.63993 17.8242 9.44877 18.1592C10.2576 18.4942 11.1245 18.6667 12 18.6667C12.8755 18.6667 13.7424 18.4942 14.5512 18.1592C15.36 17.8242 16.095 17.3331 16.714 16.7141C17.3331 16.095 17.8242 15.3601 18.1592 14.5512C18.4942 13.7424 18.6667 12.8755 18.6667 12C18.6667 10.2319 17.9643 8.5362 16.714 7.28596C15.4638 6.03572 13.7681 5.33334 12 5.33334ZM6.10743 6.10745C7.67024 4.54465 9.78985 3.66667 12 3.66667C14.2101 3.66667 16.3297 4.54465 17.8925 6.10745C19.4553 7.67025 20.3333 9.78987 20.3333 12C20.3333 13.0944 20.1178 14.178 19.699 15.189C19.2802 16.2001 18.6664 17.1187 17.8925 17.8926C17.1187 18.6664 16.2001 19.2802 15.189 19.699C14.178 20.1178 13.0943 20.3333 12 20.3333C10.9056 20.3333 9.82201 20.1178 8.81096 19.699C7.79991 19.2802 6.88125 18.6664 6.10743 17.8926C5.33361 17.1187 4.71978 16.2001 4.30099 15.189C3.8822 14.178 3.66666 13.0944 3.66666 12C3.66666 9.78987 4.54463 7.67025 6.10743 6.10745ZM12.2441 8.91075C12.5695 8.58531 13.0971 8.58531 13.4226 8.91075L15.9226 11.4107C16.248 11.7362 16.248 12.2638 15.9226 12.5893L13.4226 15.0893C13.0971 15.4147 12.5695 15.4147 12.2441 15.0893C11.9186 14.7638 11.9186 14.2362 12.2441 13.9108L13.3215 12.8333H8.66666C8.20642 12.8333 7.83332 12.4602 7.83332 12C7.83332 11.5398 8.20642 11.1667 8.66666 11.1667H13.3215L12.2441 10.0893C11.9186 9.76382 11.9186 9.23619 12.2441 8.91075Z' fill='%23A7A7A7'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:contact{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11H23C23.5304 11 24.0391 11.2107 24.4142 11.5858C24.7893 11.9609 25 12.4696 25 13V19C25 19.5304 24.7893 20.0391 24.4142 20.4142C24.0391 20.7893 23.5304 21 23 21H21V25L17 21H13C12.7373 21.0003 12.4772 20.9486 12.2345 20.8481C11.9919 20.7475 11.7715 20.6 11.586 20.414M11.586 20.414L15 17H19C19.5304 17 20.0391 16.7893 20.4142 16.4142C20.7893 16.0391 21 15.5304 21 15V9C21 8.46957 20.7893 7.96086 20.4142 7.58579C20.0391 7.21071 19.5304 7 19 7H9C8.46957 7 7.96086 7.21071 7.58579 7.58579C7.21071 7.96086 7 8.46957 7 9V15C7 15.5304 7.21071 16.0391 7.58579 16.4142C7.96086 16.7893 8.46957 17 9 17H11V21L11.586 20.414Z' stroke='%23656565' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:cv-icream{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='201' height='60' viewBox='0 0 201 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M74.8262 17.6476C74.8262 14.824 77.3903 14.1182 78.6723 14.1182C81.7492 14.1182 82.5185 16.4711 82.5185 17.6476C82.5185 20.4711 79.9544 21.177 78.6723 21.177C75.5954 21.177 74.8262 18.824 74.8262 17.6476Z' fill='%23222222' stroke='%23222222'/%3E%3Cpath d='M93.658 36.4306C94.4092 32.1999 98.6662 32.2591 100.701 33.0603L100.701 28.7383C90.5594 26.4306 88.0242 32.5796 87.5546 36.4307C86.1117 48.2619 96.162 48.1245 100.231 46.5219L100.231 40.2768C94.2214 42.5845 93.345 38.6743 93.658 36.4306Z' fill='%23222222' stroke='%23222222'/%3E%3Cpath d='M108.187 31.0592V29.6475H114.604V32.9416C121.712 30.6828 124.477 33.4122 124.477 36.2357V40.0004H121.515C121.12 37.3651 118.882 36.7063 117.566 36.7063C113.617 36.7063 112.63 41.4122 112.63 42.3533L112.136 49.4122H107.693L108.187 31.0592Z' fill='%23222222' stroke='%23222222'/%3E%3Cpath d='M142.935 35.834L133.461 37.9875C133.461 37.9875 133.392 37.808 133.885 40.6474C134.563 44.5486 140.098 45.5239 141.934 44.194L143.359 46.0305C142.003 48.5131 139.405 49.7248 138.275 50.0204C132.853 51.0843 130.65 43.075 130.226 38.9373C129.21 30.7802 133.474 28.4453 135.734 28.2976C141.156 27.5882 142.794 33.0263 142.935 35.834Z' fill='%23222222' stroke='%23222222'/%3E%3Cpath d='M157.066 31.8225C153.944 31.1996 152.643 33.3795 152.382 34.5472C149.65 34.5383 150.041 34.5383 149.65 34.5383C150.431 28.3012 155.115 27.4109 157.457 27.5407C163.077 27.8521 164.742 32.3415 164.872 34.5472V44.6679H166.434V48.9498C162.999 49.884 159.018 50.1175 157.457 50.1175C152.461 50.1175 150.979 47.3837 150.431 45.8357C148.557 40.5418 155.115 39.5986 155.115 39.5986L160.969 38.8291V35.715C160.969 33.2238 158.367 32.082 157.066 31.8225Z' fill='%23222222' stroke='%23222222'/%3E%3Cpath d='M174.125 41.3247L176.476 28.4807L182.118 27.5293L181.648 32.762C183.059 31.3349 183.999 30.8592 184.939 30.8592C186.101 30.8592 187.133 31.6521 187.76 32.2863C189.265 30.003 192.149 29.4321 193.403 29.4321C199.045 29.4321 200.142 33.2377 199.985 35.1405L198.575 46.5574H193.873L194.343 40.3733C194.719 36.1871 193.946 35.6163 192.462 35.6163C190.979 35.6163 190.425 38.629 190.111 39.8976L188.701 46.0817H184.939V39.4219C184.939 37.1385 184.181 36.5677 183.529 36.5677C182.024 36.5677 181.178 37.9948 180.708 41.3247L180.237 48.4602L174.125 49.4116V41.3247Z' fill='%23222222' stroke='%23222222'/%3E%3Cpath d='M79.3952 26.1182L72.7285 27.1856C73.0704 32.7007 73.7542 44.1578 73.7542 45.8657C73.7542 47.5735 74.4379 48.0005 74.7798 48.0005H76.8311C78.4721 48.0005 79.908 46.9331 79.908 44.7982L80.4208 28.253C80.4208 27.1856 80.4208 26.1182 79.3952 26.1182Z' fill='%23222222' stroke='%23222222'/%3E%3Cg clip-path='url(%23clip0_5210_50422)'%3E%3Cellipse cx='29.7203' cy='30' rx='29.7203' ry='30' fill='white'/%3E%3Cpath d='M29.3646 17.1891C19.0458 17.1891 19.8704 28.7011 20.528 35L14.3242 35C9.39266 8.75769 32.0744 8.75451 32.5729 8.75444L32.5731 8.75444C50.9426 8.44062 50.3151 24.8441 45.1775 33.9501L36.0122 33.9501C37.5848 22.6569 34.582 17.1891 29.3646 17.1891Z' fill='%23F18B6B' stroke='%23F18B6B'/%3E%3Cpath d='M34.8647 35H42.1055L37.4203 51.1311C34.8647 56.9969 25.5298 55.5305 24.252 51.1311L19.8153 37.4441H26.0267C26.3106 39.3994 27.1199 42.523 27.8014 44.1654C28.4828 45.8078 30.4634 47.8315 32.2381 44.1654L34.8647 35Z' fill='%234BA1B4' stroke='%234BA1B4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5210_50422'%3E%3Crect width='59.4406' height='60' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:done{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.79922 15.8998L4.59922 11.6998L3.19922 13.0998L8.79922 18.6998L20.7992 6.6998L19.3992 5.2998L8.79922 15.8998Z' fill='%2372B355'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:education{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 7L5 13L9 15.18V21.18L16 25L23 21.18V15.18L25 14.09V21H27V13L16 7ZM22.82 13L16 16.72L9.18 13L16 9.28L22.82 13ZM16 22.72L21 19.99V16.27L16 19L11 16.27V19.99L16 22.72Z' fill='%23656565'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:expand{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 18.6667C13.7681 18.6667 15.4638 17.9643 16.7141 16.714C17.9643 15.4638 18.6667 13.7681 18.6667 12C18.6667 11.1245 18.4942 10.2576 18.1592 9.44877C17.8242 8.63993 17.3331 7.90501 16.7141 7.28595C16.095 6.66689 15.3601 6.17583 14.5512 5.8408C13.7424 5.50577 12.8755 5.33333 12 5.33333C11.1245 5.33333 10.2576 5.50577 9.44879 5.8408C8.63995 6.17583 7.90502 6.66689 7.28596 7.28595C6.66691 7.90501 6.17584 8.63994 5.84081 9.44877C5.50578 10.2576 5.33334 11.1245 5.33334 12C5.33334 13.7681 6.03572 15.4638 7.28596 16.714C8.53621 17.9643 10.2319 18.6667 12 18.6667ZM17.8926 17.8926C16.3298 19.4554 14.2101 20.3333 12 20.3333C9.78987 20.3333 7.67026 19.4554 6.10745 17.8926C4.54465 16.3297 3.66668 14.2101 3.66668 12C3.66668 10.9056 3.88222 9.82201 4.30101 8.81097C4.7198 7.79992 5.33363 6.88126 6.10745 6.10744C6.88127 5.33362 7.79993 4.71979 8.81098 4.301C9.82203 3.88221 10.9057 3.66666 12 3.66666C13.0944 3.66666 14.178 3.88221 15.189 4.301C16.2001 4.71979 17.1187 5.33362 17.8926 6.10744C18.6664 6.88126 19.2802 7.79992 19.699 8.81097C20.1178 9.82201 20.3333 10.9056 20.3333 12C20.3333 14.2101 19.4554 16.3297 17.8926 17.8926ZM11.7559 15.0893C11.4305 15.4147 10.9029 15.4147 10.5774 15.0893L8.07742 12.5893C7.75198 12.2638 7.75198 11.7362 8.07742 11.4107L10.5774 8.91074C10.9029 8.5853 11.4305 8.5853 11.7559 8.91074C12.0814 9.23618 12.0814 9.76381 11.7559 10.0892L10.6785 11.1667L15.3333 11.1667C15.7936 11.1667 16.1667 11.5398 16.1667 12C16.1667 12.4602 15.7936 12.8333 15.3333 12.8333H10.6785L11.7559 13.9107C12.0814 14.2362 12.0814 14.7638 11.7559 15.0893Z' fill='%23A7A7A7'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:experience{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 11H20V9L18 7H14L12 9V11H8C6.9 11 6 11.9 6 13V18C6 18.75 6.4 19.38 7 19.73V23C7 24.11 7.89 25 9 25H23C24.11 25 25 24.11 25 23V19.72C25.59 19.37 26 18.73 26 18V13C26 11.9 25.1 11 24 11ZM14 9H18V11H14V9ZM24 13H8V18H13V15H19V18H24V13ZM17 19H15V17H17V19ZM9 23H23V20H19V21H13V20H9V23Z' fill='%23656565'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:highlight{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icons'%3E%3Cpath id='Shape' d='M0 7H24V17H0V7Z' fill='%23D3D3D3'/%3E%3Cpath id='Subtract' fill-rule='evenodd' clip-rule='evenodd' d='M5.5 19L11 5H13L18.49 19H16.24L15.12 16H8.87L7.75 19H5.5ZM12 7.67001L9.62 14H14.38L12 7.67001Z' fill='%23656565'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:logo{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0798 9.16755C9.12786 9.16755 9.60352 15.3073 9.98284 18.6667L6.40443 18.6667C3.55989 4.67079 16.6428 4.66909 16.9304 4.66905L16.9305 4.66905C27.5262 4.50168 27.1642 13.2502 24.2008 18.1067L18.9142 18.1067C19.8213 12.0837 18.0892 9.16755 15.0798 9.16755Z' fill='%23F18B6B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7479 6.8495C13.5769 5.17195 16.8035 5.16907 16.9304 5.16905L16.9384 5.16905C19.5215 5.12825 21.3838 5.6318 22.6901 6.44029C23.9893 7.24434 24.7739 8.3713 25.1729 9.65257C25.9535 12.1595 25.2574 15.2799 23.9161 17.6067L19.4885 17.6067C19.8416 14.8312 19.6267 12.6747 18.9183 11.166C18.142 9.51267 16.7828 8.66755 15.0798 8.66755C13.5027 8.66755 12.2994 9.07602 11.407 9.78867C10.5186 10.4982 9.98625 11.471 9.67757 12.5156C9.1319 14.3622 9.2581 16.5339 9.42571 18.1667L6.81669 18.1667C6.2216 14.9441 6.51727 12.5506 7.26923 10.7695C8.05101 8.9178 9.34578 7.68089 10.7479 6.8495ZM6.34797 10.3806C5.46874 12.4631 5.1884 15.1941 5.91442 18.7663L5.9958 19.1667L10.5424 19.1667L10.4797 18.6106C10.2889 16.9209 10.0916 14.6434 10.6366 12.799C10.9056 11.8888 11.3466 11.1167 12.0311 10.5701C12.7117 10.0265 13.6809 9.66755 15.0798 9.66755C16.3862 9.66755 17.3978 10.2805 18.0131 11.591C18.6482 12.9436 18.8669 15.0632 18.4198 18.0323L18.3332 18.6067L24.4814 18.6067L24.6276 18.3672C26.1578 15.8595 27.0471 12.3078 26.1277 9.35527C25.6631 7.86327 24.7368 6.53095 23.2164 5.58997C21.7039 4.65387 19.6393 4.12674 16.9265 4.16905C16.7218 4.16913 13.2897 4.17966 10.2378 5.98935C8.6888 6.90787 7.22821 8.29562 6.34797 10.3806Z' fill='%23F18B6B'/%3E%3Cpath d='M17.7224 16.6667H20.4424L18.6824 25.4667C17.7224 28.6667 14.2157 27.8667 13.7357 25.4667L12.069 18H14.4023C14.509 19.0667 14.813 20.7707 15.069 21.6667C15.325 22.5627 16.069 23.6667 16.7357 21.6667L17.7224 16.6667Z' fill='%234BA1B4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.0522 16.1667H17.3114L16.2514 21.5381C16.111 21.9515 15.9859 22.1598 15.9046 22.2531C15.9031 22.2515 15.9016 22.2499 15.9 22.2482C15.8629 22.208 15.82 22.15 15.775 22.0732C15.6844 21.9185 15.6048 21.7221 15.5497 21.5293C15.3037 20.6682 15.0042 18.9945 14.8998 17.9503L14.8548 17.5H11.4451L13.2465 25.5704C13.5336 26.993 14.7166 27.9447 15.9819 28.0645C16.6221 28.125 17.2872 27.9731 17.863 27.5607C18.439 27.1482 18.8951 26.4975 19.1613 25.6104L19.168 25.5878L21.0522 16.1667ZM19.8324 17.1667L18.1968 25.3449C17.9825 26.0451 17.6436 26.4879 17.2808 26.7477C16.9141 27.0103 16.4926 27.1083 16.0761 27.0689C15.2297 26.9888 14.4208 26.3429 14.2259 25.3686L14.2238 25.3577L12.6929 18.5H13.9563C14.0925 19.5727 14.3565 20.9932 14.5882 21.804C14.6611 22.0593 14.7705 22.3368 14.9122 22.5787C15.0445 22.8044 15.2476 23.0733 15.5401 23.2073C15.6996 23.2803 15.8876 23.3134 16.0872 23.2708C16.2822 23.2292 16.4461 23.1244 16.5795 22.994C16.8337 22.7455 17.0359 22.3471 17.21 21.8248L17.22 21.7947L18.1333 17.1667H19.8324Z' fill='%234BA1B4'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:open{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 9L12 5L16 9M16 15L12 19L8 15' stroke='%23A7A7A7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:project{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 15L15.5 6L21 15H10ZM17.43 13L15.5 9.84L13.56 13H17.43ZM21 17C18.51 17 16.5 19.01 16.5 21.5C16.5 23.99 18.51 26 21 26C23.49 26 25.5 23.99 25.5 21.5C25.5 19.01 23.49 17 21 17ZM18.5 21.5C18.5 22.88 19.62 24 21 24C22.38 24 23.5 22.88 23.5 21.5C23.5 20.12 22.38 19 21 19C19.62 19 18.5 20.12 18.5 21.5ZM6.5 25.5H14.5V17.5H6.5V25.5ZM12.5 19.5H8.5V23.5H12.5V19.5Z' fill='%23656565'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:skill{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.001 6H15.001V9H17.001V6ZM10.001 18L13.001 21V26H19.001V21L22.001 18V13H10.001V18ZM12.001 15H20.001V17.17L17.001 20.17V24H15.001V20.17L12.001 17.17V15ZM7.5032 9.8742L8.9168 8.4594L11.039 10.5798L9.6254 11.9946L7.5032 9.8742ZM23.0836 8.4626L20.9608 10.5824L22.374 11.9976L24.4968 9.8778L23.0836 8.4626Z' fill='%23656565'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:social{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9289 5.27312C11.4624 5.13005 12.0108 5.4465 12.1538 5.97993L12.9308 8.87693C13.0739 9.41037 12.7575 9.95878 12.224 10.1019C11.6906 10.2449 11.1422 9.92847 10.9991 9.39504L10.2221 6.49804C10.079 5.96461 10.3955 5.41619 10.9289 5.27312ZM18.6571 7.34288C19.0476 7.73341 19.0476 8.36657 18.6571 8.75709L16.5351 10.8791C16.1446 11.2696 15.5114 11.2696 15.1209 10.8791C14.7303 10.4886 14.7303 9.8554 15.1209 9.46488L17.2429 7.34288C17.6334 6.95236 18.2666 6.95236 18.6571 7.34288ZM5.27209 10.929C5.41512 10.3956 5.96351 10.0791 6.49695 10.2221L9.39495 10.9991C9.92839 11.1421 10.2449 11.6905 10.1019 12.224C9.95884 12.7574 9.41046 13.0739 8.87701 12.9309L5.97901 12.1539C5.44557 12.0108 5.12907 11.4625 5.27209 10.929ZM12.2929 12.2929C12.5676 12.0182 12.9766 11.9274 13.3417 12.0602L24.3417 16.0602C24.7315 16.2019 24.9933 16.5695 24.9999 16.9841C25.0064 17.3988 24.7564 17.7744 24.3714 17.9285L20.7794 19.3652L24.7071 23.2929C25.0976 23.6834 25.0976 24.3166 24.7071 24.7071C24.3166 25.0976 23.6834 25.0976 23.2929 24.7071L19.3652 20.7794L17.9285 24.3714C17.7744 24.7564 17.3988 25.0064 16.9841 24.9999C16.5695 24.9933 16.2019 24.7315 16.0602 24.3417L12.0602 13.3417C11.9274 12.9766 12.0181 12.5676 12.2929 12.2929ZM14.6721 14.6721L17.0445 21.1962L18.0715 18.6286C18.1731 18.3745 18.3745 18.1732 18.6286 18.0715L21.1962 17.0445L14.6721 14.6721ZM10.8778 15.1205C11.2685 15.5109 11.2688 16.1441 10.8784 16.5348L8.75842 18.6568C8.36808 19.0475 7.73492 19.0478 7.34421 18.6574C6.9535 18.2671 6.9532 17.6339 7.34354 17.2432L9.46354 15.1212C9.85388 14.7305 10.487 14.7302 10.8778 15.1205Z' fill='%23656565'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-origin\:stripe{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='120' height='60' fill-rule='evenodd' fill='%236772e5'%3E%3Cpath d='M101.547 30.94c0-5.885-2.85-10.53-8.3-10.53-5.47 0-8.782 4.644-8.782 10.483 0 6.92 3.908 10.414 9.517 10.414 2.736 0 4.805-.62 6.368-1.494v-4.598c-1.563.782-3.356 1.264-5.632 1.264-2.23 0-4.207-.782-4.46-3.494h11.24c0-.3.046-1.494.046-2.046zM90.2 28.757c0-2.598 1.586-3.678 3.035-3.678 1.402 0 2.897 1.08 2.897 3.678zm-14.597-8.345c-2.253 0-3.7 1.057-4.506 1.793l-.3-1.425H65.73v26.805l5.747-1.218.023-6.506c.828.598 2.046 1.448 4.07 1.448 4.115 0 7.862-3.3 7.862-10.598-.023-6.667-3.816-10.3-7.84-10.3zm-1.38 15.84c-1.356 0-2.16-.483-2.713-1.08l-.023-8.53c.598-.667 1.425-1.126 2.736-1.126 2.092 0 3.54 2.345 3.54 5.356 0 3.08-1.425 5.38-3.54 5.38zm-16.4-17.196l5.77-1.24V13.15l-5.77 1.218zm0 1.747h5.77v20.115h-5.77zm-6.185 1.7l-.368-1.7h-4.966V40.92h5.747V27.286c1.356-1.77 3.655-1.448 4.368-1.195v-5.287c-.736-.276-3.425-.782-4.782 1.7zm-11.494-6.7L34.535 17l-.023 18.414c0 3.402 2.552 5.908 5.954 5.908 1.885 0 3.264-.345 4.023-.76v-4.667c-.736.3-4.368 1.356-4.368-2.046V25.7h4.368v-4.897h-4.37zm-15.54 10.828c0-.897.736-1.24 1.954-1.24a12.85 12.85 0 0 1 5.7 1.47V21.47c-1.908-.76-3.793-1.057-5.7-1.057-4.667 0-7.77 2.437-7.77 6.506 0 6.345 8.736 5.333 8.736 8.07 0 1.057-.92 1.402-2.207 1.402-1.908 0-4.345-.782-6.276-1.84v5.47c2.138.92 4.3 1.3 6.276 1.3 4.782 0 8.07-2.368 8.07-6.483-.023-6.85-8.782-5.632-8.782-8.207z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.form-textarea{margin-top:0.25rem;width:100%;height:130px;resize:none;border-width:1px;border-style:solid;--un-border-opacity:1;border-color:rgba(255,255,255,var(--un-border-opacity));border-radius:0.75rem;--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity));padding-left:1rem;padding-right:1rem;padding-top:0.75rem;padding-bottom:0.75rem;font-size:1rem;line-height:1.5rem;font-weight:400;--un-text-opacity:1;color:rgba(34,34,34,var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:500ms;}.icon-32{display:block;width:2rem;height:2rem;padding:0.25rem;--un-text-opacity:1;color:rgba(101,101,101,var(--un-text-opacity));}.btn-icon-24{width:1.5rem;height:1.5rem;display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--un-text-opacity:1;color:rgba(101,101,101,var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px;}.btn-icon-32{width:2rem;height:2rem;display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--un-text-opacity:1;color:rgba(101,101,101,var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px;}.btn-icon-48,.btn-icon-48-fill,.btn-group-toolbar{--un-shadow-inset:var(--un-empty,/*!*/ /*!*/);--un-shadow:0 0 #0000;}.btn-icon-48{width:3rem;height:3rem;border-radius:9999px;--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity));padding:0.5rem;--un-text-opacity:1;color:rgba(101,101,101,var(--un-text-opacity));--un-shadow:2px 2px 10px var(--shadow-color);box-shadow:var(--un-ring-offset-shadow, 0 0 #0000), var(--un-ring-shadow, 0 0 #0000), var(--un-shadow);}.btn-icon-48-fill{width:3rem;height:3rem;border-width:1px;border-style:solid;border-color:transparent;border-radius:9999px;background-color:var(--primary-color);padding:calc(0.5rem - 1px);--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity));--un-shadow:2px 2px 10px var(--shadow-color);box-shadow:var(--un-ring-offset-shadow, 0 0 #0000), var(--un-ring-shadow, 0 0 #0000), var(--un-shadow);}.btn-primary{height:3rem;border-width:1px;border-style:solid;border-color:transparent;border-radius:0.75rem;background-color:var(--primary-color);padding-left:2.5rem;padding-right:2.5rem;--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1);}.btn-radio{width:1.5rem;height:1.5rem;cursor:pointer;appearance:none;-webkit-appearance:none;border-width:1px;border-style:solid;--un-border-opacity:1;border-color:rgba(101,101,101,var(--un-border-opacity));border-radius:9999px;-webkit-background-clip:content-box;background-attachment:content-box;padding:0.25rem;}.btn-secondary{height:3rem;border-width:1px;border-style:solid;border-color:var(--primary-color);border-radius:0.75rem;--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity));padding-left:2.5rem;padding-right:2.5rem;--un-text-opacity:1;color:rgba(34,34,34,var(--un-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1);}.form-input{width:100%;height:46px;appearance:none;-webkit-appearance:none;border-width:1px;border-style:solid;border-color:transparent;border-radius:0.75rem;--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity));padding-top:0.75rem;padding-bottom:0.75rem;padding-left:1rem;padding-right:0.5rem;font-size:1rem;line-height:1.5rem;font-weight:400;--un-text-opacity:1;color:rgba(34,34,34,var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px;}.icon-24{width:1.5rem;height:1.5rem;user-select:none;--un-text-opacity:1;color:rgba(167,167,167,var(--un-text-opacity));}.btn-group-toolbar{display:flex;align-items:center;justify-content:center;grid-gap:0.5rem;gap:0.5rem;border-radius:69px;--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity));padding-left:0.5rem;padding-right:0.5rem;padding-top:0.5rem;padding-bottom:0.5rem;--un-shadow:2px 2px 10px var(--shadow-color);box-shadow:var(--un-ring-offset-shadow, 0 0 #0000), var(--un-ring-shadow, 0 0 #0000), var(--un-shadow);}.btn-toolbar{display:flex;align-items:center;justify-content:center;--un-text-opacity:1;color:rgba(101,101,101,var(--un-text-opacity));}.paragraph-default{white-space:pre-wrap;font-size:12px;font-weight:400;line-height:16px;}.hashtag{border-radius:0.25rem;padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;font-size:11px;font-weight:400;line-height:13px;}.btn-radio:checked{--un-bg-opacity:1;background-color:rgba(246,175,152,var(--un-bg-opacity));}.btn-toolbar:disabled{--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity));}.heading1{font-family:"Mark Pro";font-size:3.75rem;line-height:1;font-weight:400;line-height:4.875rem;}.heading1-mobile{font-family:"Mark Pro";font-size:32px;font-weight:400;line-height:2.75rem;}.heading2{font-family:"Mark Pro";font-size:32px;line-height:1;font-weight:400;line-height:2.75rem;}.heading2-mobile{font-family:"Mark Pro";font-size:24px;font-weight:400;line-height:2rem;}.leading{font-family:"Mark Pro";font-size:1.25rem;line-height:1.75rem;font-weight:400;line-height:2rem;}.note{font-family:"Mark Pro";font-size:0.875rem;line-height:1.25rem;font-weight:400;line-height:1.125rem;}.paragraph{font-family:"Mark Pro";font-size:1rem;line-height:1.5rem;font-weight:400;line-height:1.375rem;}.subleading{font-family:"Mark Pro";font-size:1.125rem;line-height:1.75rem;font-weight:400;line-height:1.375rem;}.heading-default{font-size:40px;font-weight:400;line-height:48px;}.heading-large{font-size:48px;font-weight:400;line-height:62px;}.paragraph-large,.title-default{font-size:16px;font-weight:400;line-height:22px;}.subtitle-default{font-size:14px;font-weight:400;line-height:20px;}.subtitle-large{font-size:18px;font-weight:400;line-height:24px;}.title-large{font-size:22px;font-weight:400;line-height:30px;}.form-input:disabled,.form-textarea:disabled{--un-text-opacity:1;color:rgba(167,167,167,var(--un-text-opacity));}.form-input:focus,.form-textarea:focus{--un-text-opacity:1;color:rgba(34,34,34,var(--un-text-opacity));}.form-input::placeholder,.form-textarea::placeholder{--un-placeholder-opacity:1;color:rgba(167,167,167,var(--un-placeholder-opacity));}.form-input:focus::placeholder,.form-textarea:focus::placeholder{color:transparent;}@media (min-width: 640px){.btn-icon-48-fill:hover,.btn-primary:hover{--un-border-opacity:1;border-color:rgba(252,232,225,var(--un-border-opacity));}.form-input:hover,.form-textarea:hover{--un-border-opacity:1;border-color:rgba(34,34,34,var(--un-border-opacity));}.form-input:hover:disabled,.form-textarea:hover:disabled{--un-border-opacity:1;border-color:rgba(255,255,255,var(--un-border-opacity));}.btn-toolbar:hover{border-radius:9999px;background-color:var(--secondary-color);}.btn-icon-24:hover,.btn-icon-32:hover,.btn-icon-48:hover,.btn-secondary:hover{background-color:var(--secondary-color);}.sm\:heading1{font-family:"Mark Pro";font-size:3.75rem;line-height:1;font-weight:400;line-height:4.875rem;}.sm\:heading2{font-family:"Mark Pro";font-size:32px;line-height:1;font-weight:400;line-height:2.75rem;}.icon-24:hover{--un-text-opacity:1;color:rgba(101,101,101,var(--un-text-opacity));}}.prose :where(h1,h2,h3,h4,h5,h6):not(.not-prose){color:var(--un-prose-headings);font-weight:600;line-height:1.25;}.prose :where(a):not(.not-prose){color:var(--un-prose-links);text-decoration:underline;font-weight:500;}.prose :where(a code):not(.not-prose){color:var(--un-prose-links);}.prose :where(p,ul,ol,pre):not(.not-prose){margin:1em 0;line-height:1.75;}.prose :where(blockquote):not(.not-prose){margin:1em 0;padding-left:1em;font-style:italic;border-left:.25em solid var(--un-prose-borders);}.prose :where(h1):not(.not-prose){margin:1rem 0;font-size:2.25em;}.prose :where(h2):not(.not-prose){margin:1.75em 0 .5em;font-size:1.75em;}.prose :where(h3):not(.not-prose){margin:1.5em 0 .5em;font-size:1.375em;}.prose :where(h4):not(.not-prose){margin:1em 0;font-size:1.125em;}.prose :where(img,video):not(.not-prose){max-width:100%;}.prose :where(figure,picture):not(.not-prose){margin:1em 0;}.prose :where(figcaption):not(.not-prose){color:var(--un-prose-captions);font-size:.875em;}.prose :where(code):not(.not-prose){color:var(--un-prose-code);font-size:.875em;font-weight:600;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation-Mono,Courier-New,monospace;}.prose :where(:not(pre) > code):not(.not-prose)::before,.prose :where(:not(pre) > code):not(.not-prose)::after{content:"`";}.prose :where(pre):not(.not-prose){padding:1.25rem 1.5rem;overflow-x:auto;border-radius:.375rem;}.prose :where(pre,code):not(.not-prose){white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;hyphens:none;background:transparent;}.prose :where(pre code):not(.not-prose){font-weight:inherit;}.prose :where(ol,ul):not(.not-prose){padding-left:1.25em;}.prose :where(ol):not(.not-prose){list-style-type:decimal;}.prose :where(ol[type="A"]):not(.not-prose){list-style-type:upper-alpha;}.prose :where(ol[type="a"]):not(.not-prose){list-style-type:lower-alpha;}.prose :where(ol[type="A" s]):not(.not-prose){list-style-type:upper-alpha;}.prose :where(ol[type="a" s]):not(.not-prose){list-style-type:lower-alpha;}.prose :where(ol[type="I"]):not(.not-prose){list-style-type:upper-roman;}.prose :where(ol[type="i"]):not(.not-prose){list-style-type:lower-roman;}.prose :where(ol[type="I" s]):not(.not-prose){list-style-type:upper-roman;}.prose :where(ol[type="i" s]):not(.not-prose){list-style-type:lower-roman;}.prose :where(ol[type="1"]):not(.not-prose){list-style-type:decimal;}.prose :where(ul):not(.not-prose){list-style-type:disc;}.prose :where(ol > li):not(.not-prose)::marker,.prose :where(ul > li):not(.not-prose)::marker,.prose :where(summary):not(.not-prose)::marker{color:var(--un-prose-lists);}.prose :where(hr):not(.not-prose){margin:2em 0;border:1px solid var(--un-prose-hr);}.prose :where(table):not(.not-prose){display:block;margin:1em 0;border-collapse:collapse;overflow-x:auto;}.prose :where(tr):not(.not-prose):nth-child(2n){background:var(--un-prose-bg-soft);}.prose :where(td,th):not(.not-prose){border:1px solid var(--un-prose-borders);padding:.625em 1em;}.prose :where(abbr):not(.not-prose){cursor:help;}.prose :where(kbd):not(.not-prose){color:var(--un-prose-code);border:1px solid;padding:.25rem .5rem;font-size:.875em;border-radius:.25rem;}.prose :where(details):not(.not-prose){margin:1em 0;padding:1.25rem 1.5rem;background:var(--un-prose-bg-soft);}.prose :where(summary):not(.not-prose){cursor:pointer;font-weight:600;}.prose{color:var(--un-prose-body);max-width:65ch;}.visible{visibility:visible;}.invisible{visibility:hidden;}.absolute{position:absolute;}.fixed{position:fixed;}.relative{position:relative;}.sticky{position:sticky;}.static{position:static;}.-bottom-\[1px\]{bottom:-1px;}.-left-\[1px\]{left:-1px;}.-left-\[6px\]{left:-6px;}.-left-25{left:-6.25rem;}.-left-5{left:-1.25rem;}.-right-\[1px\]{right:-1px;}.-right-25{right:-6.25rem;}.-right-5{right:-1.25rem;}.-top-\[26px\]{top:-26px;}.bottom-\[112px\]{bottom:112px;}.bottom-\[72px\]{bottom:72px;}.bottom-0{bottom:0rem;}.bottom-28{bottom:7rem;}.bottom-48{bottom:12rem;}.bottom-8{bottom:2rem;}.bottom-full{bottom:100%;}.left-\[6px\]{left:6px;}.left-0{left:0rem;}.left-1{left:0.25rem;}.left-1\/2{left:50%;}.left-13{left:3.25rem;}.left-2{left:0.5rem;}.left-48{left:12rem;}.right-0{right:0rem;}.right-2{right:0.5rem;}.right-8{right:2rem;}.top-\[11px\]{top:11px;}.top-\[50\%\],.top-1\/2{top:50%;}.top-\[59px\]{top:59px;}.top-\[64px\]{top:64px;}.top-\[71px\]{top:71px;}.top-0{top:0rem;}.top-1{top:0.25rem;}.z-1{z-index:1;}.z-10{z-index:10;}.z-2{z-index:2;}.z-20{z-index:20;}.z-3{z-index:3;}.z-99{z-index:99;}.order-1{order:1;}.order-2{order:2;}.m-\[1px\]{margin:1px;}.m-0{margin:0rem;}.m-1{margin:0.25rem;}.m-auto{margin:auto;}.mx-2{margin-left:0.5rem;margin-right:0.5rem;}.mx-auto{margin-left:auto;margin-right:auto;}.my-1{margin-top:0.25rem;margin-bottom:0.25rem;}.my-3{margin-top:0.75rem;margin-bottom:0.75rem;}.-mr-3{margin-right:-0.75rem;}.-mt-2{margin-top:-0.5rem;}.ml-1{margin-left:0.25rem;}.ml-2{margin-left:0.5rem;}.ml-3{margin-left:0.75rem;}.ml-4{margin-left:1rem;}.ml-auto{margin-left:auto;}.mr-0{margin-right:0rem;}.mr-4{margin-right:1rem;}.mr-auto{margin-right:auto;}.mt-\[22px\]{margin-top:22px;}.mt-\[30px\]{margin-top:30px;}.mt-1{margin-top:0.25rem;}.mt-2{margin-top:0.5rem;}.mt-3{margin-top:0.75rem;}.mt-4{margin-top:1rem;}.mt-5{margin-top:1.25rem;}.mt-6{margin-top:1.5rem;}.mt-8{margin-top:2rem;}.block{display:block;}.inline-block{display:inline-block;}.hidden{display:none;}.\!h-0{height:0rem !important;}.focus\:h-\[130px\]:focus,.h-\[130px\]{height:130px;}.h-\[168px\]{height:168px;}.h-\[180px\]{height:180px;}.h-\[20px\]{height:20px;}.h-\[228px\]{height:228px;}.h-\[22px\]{height:22px;}.h-\[24px\]{height:24px;}.h-\[2px\]{height:2px;}.h-\[40px\]{height:40px;}.h-\[45px\]{height:45px;}.h-\[46px\]{height:46px;}.h-\[48px\]{height:48px;}.h-\[50px\]{height:50px;}.h-\[56px\]{height:56px;}.h-\[60px\]{height:60px;}.h-\[80px\]{height:80px;}.h-\[94px\]{height:94px;}.h-\[calc\(100\%-137px\)\]{height:calc(100% - 137px);}.h-\[calc\(100\%-57px\)\]{height:calc(100% - 57px);}.h-\[calc\(100\%-8px\)\]{height:calc(100% - 8px);}.h-1{height:0.25rem;}.h-10{height:2.5rem;}.h-12{height:3rem;}.h-16{height:4rem;}.h-2{height:0.5rem;}.h-2\.5{height:0.625rem;}.h-22{height:5.5rem;}.h-3{height:0.75rem;}.h-32{height:8rem;}.h-4{height:1rem;}.h-4\.5{height:1.125rem;}.h-5{height:1.25rem;}.h-57{height:14.25rem;}.h-6{height:1.5rem;}.h-63{height:15.75rem;}.h-7{height:1.75rem;}.h-8{height:2rem;}.h-auto{height:auto;}.h-full{height:100%;}.max-w-\[300px\]{max-width:300px;}.max-w-\[312px\]{max-width:312px;}.max-w-\[40\%\]{max-width:40%;}.max-w-\[42px\]{max-width:42px;}.max-w-\[60\%\]{max-width:60%;}.min-h-\[22px\]{min-height:22px;}.min-h-\[297mm\]{min-height:297mm;}.min-w-\[20\%\]{min-width:20%;}.min-w-\[210mm\]{min-width:210mm;}.min-w-\[40\%\]{min-width:40%;}.w-\[16px\]{width:16px;}.w-\[1px\]{width:1px;}.w-\[200px\]{width:200px;}.w-\[20px\]{width:20px;}.w-\[210mm\]{width:210mm;}.w-\[210px\]{width:210px;}.w-\[232px\]{width:232px;}.w-\[260px\]{width:260px;}.w-\[262px\]{width:262px;}.w-\[294px\]{width:294px;}.w-\[352px\]{width:352px;}.w-\[calc\(100\%-236px\)\]{width:calc(100% - 236px);}.w-\[calc\(100\%-64px\)\]{width:calc(100% - 64px);}.w-1{width:0.25rem;}.w-10{width:2.5rem;}.w-112{width:28rem;}.w-12{width:3rem;}.w-14{width:3.5rem;}.w-16{width:4rem;}.w-2{width:0.5rem;}.w-2\.5{width:0.625rem;}.w-22{width:5.5rem;}.w-3{width:0.75rem;}.w-30{width:7.5rem;}.w-4{width:1rem;}.w-4\.5{width:1.125rem;}.w-5{width:1.25rem;}.w-6{width:1.5rem;}.w-8{width:2rem;}.w-81{width:20.25rem;}.w-full{width:100%;}.w\[l\]{width:l;}.flex{display:flex;}.inline-flex,.flex-inline{display:inline-flex;}.flex-1{flex:1 1 0%;}.flex-shrink{flex-shrink:1;}.flex-shrink-0,.shrink-0{flex-shrink:0;}.flex-grow{flex-grow:1;}.flex-row{flex-direction:row;}.flex-col{flex-direction:column;}.flex-wrap{flex-wrap:wrap;}.-translate-1\/2,.-translate-y-1\/2,.translate-x-6,.rotate-0,.rotate-180,.rotate-90{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.-translate-1\/2{--un-translate-x:-50%;--un-translate-y:-50%;transform:var(--un-transform);}.-translate-y-1\/2{--un-translate-y:-50%;transform:var(--un-transform);}.translate-x-6{--un-translate-x:1.5rem;transform:var(--un-transform);}.rotate-0{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:0deg;transform:var(--un-transform);}.rotate-180{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:180deg;transform:var(--un-transform);}.rotate-90{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:90deg;transform:var(--un-transform);}.cursor-\[col-resize\]{cursor:col-resize;}.cursor-move{cursor:move;}.cursor-pointer{cursor:pointer;}.touch-manipulation{touch-action:manipulation;}.select-none{user-select:none;}.resize{resize:both;}.items-start{align-items:flex-start;}.items-center{align-items:center;}.items-baseline{align-items:baseline;}.self-start{align-self:flex-start;}.self-end{align-self:flex-end;}.self-center{align-self:center;}.justify-start{justify-content:flex-start;}.justify-end{justify-content:flex-end;}.justify-center{justify-content:center;}.justify-between{justify-content:space-between;}.gap-1{grid-gap:0.25rem;gap:0.25rem;}.gap-16{grid-gap:4rem;gap:4rem;}.gap-2{grid-gap:0.5rem;gap:0.5rem;}.gap-20{grid-gap:5rem;gap:5rem;}.gap-3{grid-gap:0.75rem;gap:0.75rem;}.gap-4{grid-gap:1rem;gap:1rem;}.gap-5{grid-gap:1.25rem;gap:1.25rem;}.gap-6{grid-gap:1.5rem;gap:1.5rem;}.gap-8{grid-gap:2rem;gap:2rem;}.gap-x-2{grid-column-gap:0.5rem;column-gap:0.5rem;}.\!overflow-hidden{overflow:hidden !important;}.overflow-auto{overflow:auto;}.overflow-hidden{overflow:hidden;}.overflow-y-auto{overflow-y:auto;}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.text-ellipsis{text-overflow:ellipsis;}.whitespace-nowrap{white-space:nowrap;}.border,.border-1{border-width:1px;border-style:solid;}.border-b,.border-b-1{border-bottom-width:1px;border-style:solid;}.border-l{border-left-width:1px;border-style:solid;}.border-t{border-top-width:1px;border-style:solid;}.\!border-transparent{border-color:transparent !important;}.border-black,.border-black-70{--un-border-opacity:1;border-color:rgba(0,0,0,var(--un-border-opacity));}.border-blacks-10{--un-border-opacity:1;border-color:rgba(233,233,233,var(--un-border-opacity));}.border-blacks-100,.hover\:border-blacks-100:hover{--un-border-opacity:1;border-color:rgba(34,34,34,var(--un-border-opacity));}.border-blacks-20{--un-border-opacity:1;border-color:rgba(211,211,211,var(--un-border-opacity));}.border-blacks-40{--un-border-opacity:1;border-color:rgba(167,167,167,var(--un-border-opacity));}.border-blacks-5{--un-border-opacity:1;border-color:rgba(244,244,244,var(--un-border-opacity));}.border-blacks-70{--un-border-opacity:1;border-color:rgba(101,101,101,var(--un-border-opacity));}.border-primary-100,.hover\:border-primary-100:hover{border-color:var(--primary-color);}.border-transparent{border-color:transparent;}.border-white{--un-border-opacity:1;border-color:rgba(255,255,255,var(--un-border-opacity));}.border-b-blacks-20{--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgba(211,211,211,var(--un-border-bottom-opacity));}.border-b-white{--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgba(255,255,255,var(--un-border-bottom-opacity));}.border-l-white{--un-border-opacity:1;--un-border-left-opacity:var(--un-border-opacity);border-left-color:rgba(255,255,255,var(--un-border-left-opacity));}.border-r-blacks-20{--un-border-opacity:1;--un-border-right-opacity:var(--un-border-opacity);border-right-color:rgba(211,211,211,var(--un-border-right-opacity));}.border-t-blacks-20{--un-border-opacity:1;--un-border-top-opacity:var(--un-border-opacity);border-top-color:rgba(211,211,211,var(--un-border-top-opacity));}.rounded{border-radius:0.25rem;}.rounded-\[1\.25rem\]{border-radius:1.25rem;}.rounded-\[20px\]{border-radius:20px;}.rounded-\[32px\]{border-radius:32px;}.rounded-\[69px\]{border-radius:69px;}.rounded-2xl{border-radius:1rem;}.rounded-full{border-radius:9999px;}.rounded-lg{border-radius:0.5rem;}.rounded-md{border-radius:0.375rem;}.rounded-none{border-radius:0rem;}.rounded-xl{border-radius:0.75rem;}.rounded-b-\[11px\]{border-bottom-left-radius:11px;border-bottom-right-radius:11px;}.rounded-b-xl{border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;}.rounded-t-\[11px\]{border-top-left-radius:11px;border-top-right-radius:11px;}.rounded-t-xl{border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;}.rounded-bl-xl{border-bottom-left-radius:0.75rem;}.rounded-br-xl{border-bottom-right-radius:0.75rem;}.rounded-tr-sm{border-top-right-radius:0.125rem;}.border-dashed{border-style:dashed;}.\!hover\:bg-transparent:hover{background-color:transparent !important;}.bg-blacks-10,.focus\:bg-blacks-10:focus,.hover\:bg-blacks-10:hover{--un-bg-opacity:1;background-color:rgba(233,233,233,var(--un-bg-opacity));}.bg-blacks-20{--un-bg-opacity:1;background-color:rgba(211,211,211,var(--un-bg-opacity));}.bg-blacks-40{--un-bg-opacity:1;background-color:rgba(167,167,167,var(--un-bg-opacity));}.bg-blacks-5{--un-bg-opacity:1;background-color:rgba(244,244,244,var(--un-bg-opacity));}.bg-blacks-70{--un-bg-opacity:1;background-color:rgba(101,101,101,var(--un-bg-opacity));}.bg-greens-10{--un-bg-opacity:1;background-color:rgba(237,242,235,var(--un-bg-opacity));}.bg-payment{--un-bg-opacity:1;background-color:rgba(255,196,58,var(--un-bg-opacity));}.bg-primary-10,.hover\:bg-primary-10:hover{background-color:var(--secondary-color);}.bg-primary-100{background-color:var(--primary-color);}.bg-transparent{background-color:transparent;}.bg-white{--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity));}.bg-yellow{--un-bg-opacity:1;background-color:rgba(255,246,188,var(--un-bg-opacity));}.p-\[2px\]{padding:2px;}.p-0{padding:0rem;}.p-2{padding:0.5rem;}.p-3{padding:0.75rem;}.p-4{padding:1rem;}.p-6{padding:1.5rem;}.p-8{padding:2rem;}.px-\[4px\]{padding-left:4px;padding-right:4px;}.px-1{padding-left:0.25rem;padding-right:0.25rem;}.px-12{padding-left:3rem;padding-right:3rem;}.px-2{padding-left:0.5rem;padding-right:0.5rem;}.px-3{padding-left:0.75rem;padding-right:0.75rem;}.px-4{padding-left:1rem;padding-right:1rem;}.px-5{padding-left:1.25rem;padding-right:1.25rem;}.px-6{padding-left:1.5rem;padding-right:1.5rem;}.px-8{padding-left:2rem;padding-right:2rem;}.py-\[10px\]{padding-top:10px;padding-bottom:10px;}.py-\[11px\]{padding-top:11px;padding-bottom:11px;}.py-\[2px\]{padding-top:2px;padding-bottom:2px;}.py-\[7px\]{padding-top:7px;padding-bottom:7px;}.py-0{padding-top:0rem;padding-bottom:0rem;}.py-1{padding-top:0.25rem;padding-bottom:0.25rem;}.py-10{padding-top:2.5rem;padding-bottom:2.5rem;}.py-12{padding-top:3rem;padding-bottom:3rem;}.py-2{padding-top:0.5rem;padding-bottom:0.5rem;}.py-3{padding-top:0.75rem;padding-bottom:0.75rem;}.py-4{padding-top:1rem;padding-bottom:1rem;}.py-6{padding-top:1.5rem;padding-bottom:1.5rem;}.py-8{padding-top:2rem;padding-bottom:2rem;}.pb-16{padding-bottom:4rem;}.pb-2{padding-bottom:0.5rem;}.pb-6{padding-bottom:1.5rem;}.pb-7{padding-bottom:1.75rem;}.pl-0{padding-left:0rem;}.pl-12{padding-left:3rem;}.pl-16{padding-left:4rem;}.pl-2{padding-left:0.5rem;}.pl-20{padding-left:5rem;}.pl-24{padding-left:6rem;}.pl-28{padding-left:7rem;}.pl-32{padding-left:8rem;}.pl-36{padding-left:9rem;}.pl-4{padding-left:1rem;}.pl-40{padding-left:10rem;}.pl-7{padding-left:1.75rem;}.pl-8{padding-left:2rem;}.pr-1{padding-right:0.25rem;}.pr-10{padding-right:2.5rem;}.pr-2{padding-right:0.5rem;}.pr-6{padding-right:1.5rem;}.pr-7{padding-right:1.75rem;}.pt,.pt-4{padding-top:1rem;}.pt-\[52px\]{padding-top:52px;}.pt-1{padding-top:0.25rem;}.pt-2{padding-top:0.5rem;}.pt-5{padding-top:1.25rem;}.pt-8{padding-top:2rem;}.text-center{text-align:center;}.text-left{text-align:left;}.text-right{text-align:right;}.indent{text-indent:1.5rem;}.vertical-text-top{vertical-align:text-top;}.vertical-top{vertical-align:top;}.font-arial{font-family:"Arial";}.font-georgia{font-family:"Georgia";}.font-gill-sans{font-family:"Gill Sans";}.font-helvetica{font-family:"Helvetica";}.font-lato{font-family:"Lato";}.font-mark{font-family:"Mark Pro";}.font-times-new-roman{font-family:"Times New Roman";}.text-base{font-size:1rem;line-height:1.5rem;}.text-sm{font-size:0.875rem;line-height:1.25rem;}.font-normal{font-weight:400;}.leading-\[1\.375rem\]{line-height:1.375rem;}.leading-56px{line-height:56px;}.leading-6{line-height:1.5rem;}.italic{font-style:italic;}.\!text-blacks-100{--un-text-opacity:1 !important;color:rgba(34,34,34,var(--un-text-opacity)) !important;}.\!text-blacks-70{--un-text-opacity:1 !important;color:rgba(101,101,101,var(--un-text-opacity)) !important;}.dark .dark\:text-gray-200{--un-text-opacity:1;color:rgba(229,231,235,var(--un-text-opacity));}.disabled\:text-blacks-40:disabled,.text-blacks-40{--un-text-opacity:1;color:rgba(167,167,167,var(--un-text-opacity));}.focus\:text-blacks-100:focus,.group:hover .group-hover\:text-blacks-100,.text-blacks-100{--un-text-opacity:1;color:rgba(34,34,34,var(--un-text-opacity));}.group:hover .group-hover\:text-blacks-70,.text-blacks-70{--un-text-opacity:1;color:rgba(101,101,101,var(--un-text-opacity));}.text-blacks-10{--un-text-opacity:1;color:rgba(233,233,233,var(--un-text-opacity));}.text-blacks-20{--un-text-opacity:1;color:rgba(211,211,211,var(--un-text-opacity));}.text-blacks-60{--un-text-opacity:1;color:rgba(122,122,122,var(--un-text-opacity));}.text-gray-700{--un-text-opacity:1;color:rgba(55,65,81,var(--un-text-opacity));}.text-greens-100{--un-text-opacity:1;color:rgba(80,127,57,var(--un-text-opacity));}.text-primary-100{color:var(--primary-color);}.text-transparent{color:transparent;}.text-warning{--un-text-opacity:1;color:rgba(222,109,109,var(--un-text-opacity));}.text-white{--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity));}[color~="\#00aba9"]{--un-text-opacity:1;color:rgba(0,171,169,var(--un-text-opacity));}[text~="\$attrs\.checked\?"]{color:var(--attrs\.checked\?);}.underline{text-decoration-line:underline;}.accent-blacks-70{--un-accent-opacity:1;accent-color:rgba(101,101,101,var(--un-accent-opacity));}.opacity-\[0\.2\]{opacity:0.2;}.opacity-0{opacity:0;}.opacity-100{opacity:1;}.opacity-25{opacity:0.25;}.shadow-custom{--un-shadow-inset:var(--un-empty,/*!*/ /*!*/);--un-shadow:0 0 #0000;}.shadow-custom{--un-shadow:2px 2px 10px var(--shadow-color);box-shadow:var(--un-ring-offset-shadow, 0 0 #0000), var(--un-ring-shadow, 0 0 #0000), var(--un-shadow);}.outline-1{outline-width:1px;}.outline-blacks-100{--un-outline-color-opacity:1;outline-color:rgba(34,34,34,var(--un-outline-color-opacity));}.outline{outline-style:solid;}.outline-none{outline:2px solid transparent;outline-offset:2px;}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.duration-200{transition-duration:200ms;}.duration-300{transition-duration:300ms;}.duration-500{transition-duration:500ms;}.delay-200{transition-delay:200ms;}[delay~="\30 "]{transition-delay:0ms;}[delay~="\32 50"]{transition-delay:250ms;}.ease-in{transition-timing-function:cubic-bezier(0.4, 0, 1, 1);}.ease-in-out{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);}.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1);}.content-type{content:"type";}[content-type~="html"]{content:"type-html";}[content~="\#00aba9"]{content:"#00aba9";}[content~="\#ffffff"]{content:"#ffffff";}[content~="a"]{content:"a";}[content~="A"]{content:"A";}[content~="better"]{content:"better";}[content~="build"]{content:"build";}[content~="CV\."]{content:"CV.";}[content~="efficient"]{content:"efficient";}[content~="help"]{content:"help";}[content~="initial-scale\=1\2c "]{content:"initial-scale=1,";}[content~="maximum-scale\=1"]{content:"maximum-scale=1";}[content~="more"]{content:"more";}[content~="online"]{content:"online";}[content~="to"]{content:"to";}[content~="tool"]{content:"tool";}[content~="width\=device-width\2c "]{content:"width=device-width,";}[content~="you"]{content:"you";}.content-none{content:"";}@media (min-width: 640px){.group:hover .sm\:group-hover\:visible{visibility:visible;}.sm\:bottom-48{bottom:12rem;}.sm\:bottom-8{bottom:2rem;}.sm\:top-\[51px\]{top:51px;}.sm\:top-\[63px\]{top:63px;}.sm\:z-0{z-index:0;}.sm\:order-1{order:1;}.sm\:order-2{order:2;}.sm\:inline-block{display:inline-block;}.sm\:hidden{display:none;}.sm-h-20{height:5rem;}.sm\:h-\[220px\]{height:220px;}.sm\:h-\[86px\]{height:86px;}.sm\:h-\[calc\(100\%-57px\)\]{height:calc(100% - 57px);}.sm\:h-10{height:2.5rem;}.sm\:h-66{height:16.5rem;}.sm\:min-w-\[390px\]{min-width:390px;}.sm\:w-\[1px\]{width:1px;}.sm\:w-\[236px\]{width:236px;}.sm\:w-\[400px\]{width:400px;}.sm\:w-\[64px\]{width:64px;}.sm\:w-101{width:25.25rem;}.sm\:w-auto{width:auto;}.sm\:flex{display:flex;}.sm\:inline-flex{display:inline-flex;}.sm\:flex-1{flex:1 1 0%;}.sm\:flex-row{flex-direction:row;}.sm\:hover\:cursor-pointer:hover{cursor:pointer;}.sm\:hover\:cursor-text:hover{cursor:text;}.sm\:justify-center{justify-content:center;}.sm\:justify-between{justify-content:space-between;}.sm\:gap-10{grid-gap:2.5rem;gap:2.5rem;}.sm\:gap-16{grid-gap:4rem;gap:4rem;}.sm\:gap-6{grid-gap:1.5rem;gap:1.5rem;}.sm\:overflow-y-auto{overflow-y:auto;}.sm\:border-0{border-width:0px;border-style:solid;}.sm\:hover\:border-1:hover{border-width:1px;border-style:solid;}.sm\:hover\:border-blacks-100:hover{--un-border-opacity:1;border-color:rgba(34,34,34,var(--un-border-opacity));}.sm\:hover\:border-primary-20:hover{--un-border-opacity:1;border-color:rgba(252,232,225,var(--un-border-opacity));}.sm\:hover\:border-white:hover,.sm\:hover\:disabled\:border-white:hover:disabled{--un-border-opacity:1;border-color:rgba(255,255,255,var(--un-border-opacity));}.sm\:hover\:rounded:hover{border-radius:0.25rem;}.sm\:rounded-xl{border-radius:0.75rem;}.sm\:bg-white{--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity));}.sm\:hover\:bg-blacks-10:hover{--un-bg-opacity:1;background-color:rgba(233,233,233,var(--un-bg-opacity));}.sm\:hover\:bg-primary-10:hover{background-color:var(--secondary-color);}.sm\:p-10{padding:2.5rem;}.sm\:p-16{padding:4rem;}.sm\:p-4{padding:1rem;}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem;}.sm\:pb-\[132px\]{padding-bottom:132px;}.sm\:pt-15{padding-top:3.75rem;}.sm\:hover\:text-blacks-70:hover{--un-text-opacity:1;color:rgba(101,101,101,var(--un-text-opacity));}.sm\:shadow-custom{--un-shadow-inset:var(--un-empty,/*!*/ /*!*/);--un-shadow:0 0 #0000;}.sm\:shadow-custom{--un-shadow:2px 2px 10px var(--shadow-color);box-shadow:var(--un-ring-offset-shadow, 0 0 #0000), var(--un-ring-shadow, 0 0 #0000), var(--un-shadow);}}@media (min-width: 768px){.md\:px-8{padding-left:2rem;padding-right:2rem;}}@media (min-width: 1024px){.lg\:px-12{padding-left:3rem;padding-right:3rem;}}
