.wrapper-header[data-v-56decc03]{background:var(--secondary-color);box-shadow:0 12px 28px #000c;padding:0 30px;z-index:999}.wrapper-header__content[data-v-56decc03]{height:63px;display:flex;align-items:center;justify-content:space-between}.wrapper-header__content--logo[data-v-56decc03]{width:10.625rem;height:100%;display:flex;align-items:center;justify-content:center}.wrapper-header__content--logo img[data-v-56decc03]{width:100%;height:100%}.wrapper-header__content button[data-v-56decc03]{min-width:118px}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}html{line-height:1.5;-webkit-text-size-adjust:100%;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-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;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}.lds-ellipsis{display:inline-block;position:relative;width:1.875rem;height:1.5rem}.lds-ellipsis div{position:absolute;top:.8125rem;width:.25rem;height:.25rem;border-radius:50%;background:#fff;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:nth-child(1){left:3px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:3px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:14px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:25px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(10px)}}.btn{border:1px solid transparent}@media screen and (max-width: 34.0625rem){.btn{font-size:13px}}.btn-primary{background-color:var(--primary-color);color:var(--white-color);transition:all .3s ease-in-out}.btn-primary:hover{background-color:var(--primary-color-dark)}.btn-with-icon{display:flex;align-items:center;justify-content:center;gap:.5rem;padding-bottom:50px;display:inline-flex;padding:.5rem .875rem}.btn-with-icon span{margin-right:auto;width:1.75rem}.btn-with-icon p{margin:0 auto 0 0;margin-left:-1.75rem}.btn-outline{background-color:transparent;border:1px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:var(--white-color)}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;font:inherit;color:currentColor;width:1.15em;height:1.15em;border:.15em solid currentColor;border-radius:.15em;transform:translateY(-.075em);display:grid;place-content:center}input[type=checkbox]:before{content:"";width:.65em;height:.65em;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em var(--form-control-color);background-color:CanvasText;transform-origin:bottom left;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}input[type=checkbox]:checked:before{transform:scale(1)}.form-checkbox{display:flex;align-items:center;gap:.4375rem}.wrapper-form{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px}.asterisk{position:relative}.asterisk:after{content:"*";position:absolute;top:0;right:0;color:var(--primary-color)}.form-group{width:100%;display:flex;flex-direction:column;gap:15px}.or{display:flex;flex-direction:row;align-items:center}.or:before,.or:after{content:"";flex:1 1;border-bottom:1px solid var(--white-color);margin:auto}.or:before{margin-right:30px}.or:after{margin-left:30px}.custom-radio-group{--gap: 6rem;--columns: 4;display:flex;flex-wrap:wrap;gap:var(--gap);height:49px;padding:12px 80px;justify-content:center;align-items:center;border-radius:32px;border:1px solid var(--primary-color);background:var(--secondary-color)}@media screen and (max-width: 768px){.custom-radio-group{padding:12px 20px;gap:4rem}}@media screen and (max-width: 655px){.custom-radio-group{flex-direction:column;height:auto;gap:25px;width:100%}}.custom-radio-group .custom-radio{display:flex;align-items:center;cursor:pointer;gap:5px;position:relative;width:calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));min-width:70px}.custom-radio-group .custom-radio .custom-radio-icon{color:var(--white-color);font-size:1.5rem}.custom-radio-group .custom-radio .custom-radio-icon svg{fill:var(--white-color);transition:all .2s ease-in-out}.custom-radio-group .custom-radio input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;font:inherit;position:absolute;width:100%;height:100%;cursor:pointer}.custom-radio-group .custom-radio input[type=radio]:checked+.custom-radio-icon{color:var(--primary-color)}.custom-radio-group .custom-radio input[type=radio]:checked+.custom-radio-icon svg{fill:var(--primary-color)}.card{display:flex;padding:64px 48px;flex-direction:column;justify-content:space-between;align-items:center;border-radius:24px;border:1px solid var(--primary-color);background:var(--secondary-color);box-shadow:0 12px 28px #000c}@media (max-width: 400px){.card{padding:32px 24px}}.card__title{font-size:20px;font-weight:700;color:var(--form-control-color);margin-bottom:24px}.card__action{display:flex;align-items:center;justify-content:center;gap:2rem;width:100%}.card__action .btn{width:100%;margin-bottom:16px;max-width:229px}@media (max-width: 545px){.card__action .btn{min-width:inherit}}.card-banner{display:flex;flex-direction:column;gap:12px;border-radius:16px;border:1px solid var(--primary-color);padding:40px 18px;height:100%;max-width:20.375rem;overflow:hidden}.card-banner .pretitle{color:var(--primary-color);font-size:16px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.15px}.card-banner .pretitle span{color:var(--white-color)}.card-banner .title{color:var(--white-color);font-size:24px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.15px}.card-banner .text{color:var(--white-color);font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.15px}.card-banner__thumb{width:100%;height:100%;object-fit:cover;border-radius:0;max-width:18.375rem}.card-banner__carousel{display:flex}:root{--primary-color: #f24607;--primary-color-dark: #d43a06;--secondary-color: #0d0d0d;--facebook-color: #1877F2;--white-color: #ffffff;--gray: #636363;--border-radius: 2rem;--form-control-color: #f2f2f2}*,*:before,*:after{box-sizing:border-box}html,body,#app{margin:0;padding:0;background-color:var(--secondary-color);background-image:url(/images/assets-bg.svg);background-repeat:no-repeat;background-position:center;background-size:cover;height:100vh}*,:before,:after{--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-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0,0,0,0);--un-ring-shadow:0 0 rgba(0,0,0,0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0,0,0,0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--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-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0,0,0,0);--un-ring-shadow:0 0 rgba(0,0,0,0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0,0,0,0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.i-bxl-facebook,[i-bxl-facebook=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.397 20.997v-8.196h2.765l.411-3.209h-3.176V7.548c0-.926.258-1.56 1.587-1.56h1.684V3.127A22.336 22.336 0 0 0 14.201 3c-2.444 0-4.122 1.492-4.122 4.231v2.355H7.332v3.209h2.753v8.202h3.312z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em}.i-carbon-warning,[i-carbon-warning=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' 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");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em}.i-devicon-google,[i-devicon-google=""]{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 128 128' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' d='M44.59 4.21a63.28 63.28 0 0 0 4.33 120.9a67.6 67.6 0 0 0 32.36.35a57.13 57.13 0 0 0 25.9-13.46a57.44 57.44 0 0 0 16-26.26a74.33 74.33 0 0 0 1.61-33.58H65.27v24.69h34.47a29.72 29.72 0 0 1-12.66 19.52a36.16 36.16 0 0 1-13.93 5.5a41.29 41.29 0 0 1-15.1 0A37.16 37.16 0 0 1 44 95.74a39.3 39.3 0 0 1-14.5-19.42a38.31 38.31 0 0 1 0-24.63a39.25 39.25 0 0 1 9.18-14.91A37.17 37.17 0 0 1 76.13 27a34.28 34.28 0 0 1 13.64 8q5.83-5.8 11.64-11.63c2-2.09 4.18-4.08 6.15-6.22A61.22 61.22 0 0 0 87.2 4.59a64 64 0 0 0-42.61-.38z'/%3E%3Cpath fill='%23e33629' d='M44.59 4.21a64 64 0 0 1 42.61.37a61.22 61.22 0 0 1 20.35 12.62c-2 2.14-4.11 4.14-6.15 6.22Q95.58 29.23 89.77 35a34.28 34.28 0 0 0-13.64-8a37.17 37.17 0 0 0-37.46 9.74a39.25 39.25 0 0 0-9.18 14.91L8.76 35.6A63.53 63.53 0 0 1 44.59 4.21z'/%3E%3Cpath fill='%23f8bd00' d='M3.26 51.5a62.93 62.93 0 0 1 5.5-15.9l20.73 16.09a38.31 38.31 0 0 0 0 24.63q-10.36 8-20.73 16.08a63.33 63.33 0 0 1-5.5-40.9z'/%3E%3Cpath fill='%23587dbd' d='M65.27 52.15h59.52a74.33 74.33 0 0 1-1.61 33.58a57.44 57.44 0 0 1-16 26.26c-6.69-5.22-13.41-10.4-20.1-15.62a29.72 29.72 0 0 0 12.66-19.54H65.27c-.01-8.22 0-16.45 0-24.68z'/%3E%3Cpath fill='%23319f43' d='M8.75 92.4q10.37-8 20.73-16.08A39.3 39.3 0 0 0 44 95.74a37.16 37.16 0 0 0 14.08 6.08a41.29 41.29 0 0 0 15.1 0a36.16 36.16 0 0 0 13.93-5.5c6.69 5.22 13.41 10.4 20.1 15.62a57.13 57.13 0 0 1-25.9 13.47a67.6 67.6 0 0 1-32.36-.35a63 63 0 0 1-23-11.59A63.73 63.73 0 0 1 8.75 92.4z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1.2em;height:1.2em}.i-simple-line-icons-check,[i-simple-line-icons-check=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M512 0C229.232 0 0 229.232 0 512c0 282.784 229.232 512 512 512c282.784 0 512-229.216 512-512C1024 229.232 794.784 0 512 0zm0 961.008c-247.024 0-448-201.984-448-449.01c0-247.024 200.976-448 448-448s448 200.977 448 448s-200.976 449.01-448 449.01zm204.336-636.352L415.935 626.944l-135.28-135.28c-12.496-12.496-32.752-12.496-45.264 0c-12.496 12.496-12.496 32.752 0 45.248l158.384 158.4c12.496 12.48 32.752 12.48 45.264 0c1.44-1.44 2.673-3.009 3.793-4.64l318.784-320.753c12.48-12.496 12.48-32.752 0-45.263c-12.512-12.496-32.768-12.496-45.28 0z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em}.btn{display:inline-block;cursor:pointer;padding:.5rem 1rem;text-align:center;font-weight:700;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.btn:disabled{cursor:default}.hr-animated:hover{color:var(--primary-color)}.btn:disabled:disabled{opacity:.5}.hr-animated{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}@media (min-width: 1024px){.lg\:container,[lg\:container=""]{max-width:1024px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}}@media (min-width: 1280px){.lg\:container,[lg\:container=""]{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}}@media (min-width: 1536px){.lg\:container,[lg\:container=""]{max-width:1536px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}}.fixed,[fixed=""]{position:fixed}.left-2,[left-2=""]{left:.5rem}.grid,[grid=""]{display:grid}[col-span~="2"]{grid-column:span 2/span 2}[grid-cols~="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.mx-auto,[mx~=auto]{margin-left:auto;margin-right:auto}.mb{margin-bottom:1rem}.mb-3,[mb-3=""],[mb~="3"]{margin-bottom:.75rem}.ml-auto{margin-left:auto}.mt,.mt-4,[mt~="4"]{margin-top:1rem}.mt-13,[mt~="13"]{margin-top:3.25rem}[mb~="16"]{margin-bottom:4rem}[mt~="11"]{margin-top:2.75rem}[mt~="3"]{margin-top:.75rem}[mt~="8"]{margin-top:2rem}.inline-block,[inline-block=""]{display:inline-block}.h1{height:.25rem}.h5{height:1.25rem}[h~="[1.75rem]"]{height:1.75rem}[h~="[2.3125rem]"]{height:2.3125rem}[h~="[42px]"]{height:42px}[h~=full]{height:100%}[max-h~="45"]{max-height:11.25rem}[max-h~=full]{max-height:100%}[min-h~="[7.125rem]"]{min-height:7.125rem}[w~=fit]{width:fit-content}[w~=full]{width:100%}.flex,[flex=""]{display:flex}.flex-col,[flex-col=""]{flex-direction:column}.items-center,[items-center=""],[items~=center]{align-items:center}.justify-center,[justify-center=""]{justify-content:center}.justify-between,[justify-between=""]{justify-content:space-between}[gap~="1"]{gap:.25rem}[gap~="2"]{gap:.5rem}[gap~="3"]{gap:.75rem}[gap~="4"]{gap:1rem}[gap~="5"]{gap:1.25rem}[gap-y~="2.5"]{row-gap:.625rem}.whitespace-nowrap{white-space:nowrap}.border,[border~="~"]{border-width:1px}.border-rose{--un-border-opacity:1;border-color:rgba(251,113,133,var(--un-border-opacity))}[border~=primary]{border-color:var(--primary-color)}.rounded-2,[border~=rounded-2]{border-radius:.5rem}.bg-facebook{background-color:var(--facebook-color)}.bg-white{--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity))}[bg~=transparent]{background-color:transparent}[stroke-width~="1.8"]{stroke-width:1.8px}[stroke-width~="2"]{stroke-width:2px}[stroke~="#6A6A6A"]{--un-stroke-opacity:1;stroke:rgba(106,106,106,var(--un-stroke-opacity))}[stroke~="#F24607"]{--un-stroke-opacity:1;stroke:rgba(242,70,7,var(--un-stroke-opacity))}.px,[p~=x-4],[p~=x4]{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py{padding-top:1rem;padding-bottom:1rem}.py-2,[py-2=""]{padding-top:.5rem;padding-bottom:.5rem}[p~=y-3]{padding-top:.75rem;padding-bottom:.75rem}[p~=y10]{padding-top:2.5rem;padding-bottom:2.5rem}[px~="8"]{padding-left:2rem;padding-right:2rem}[py~="8"]{padding-top:2rem;padding-bottom:2rem}.pb{padding-bottom:1rem}.pr{padding-right:1rem}.pt{padding-top:1rem}[pb~="13"]{padding-bottom:3.25rem}[pr~="2"]{padding-right:.5rem}[pt~="16"]{padding-top:4rem}[text~=center]{text-align:center}.text-left,[text~=left]{text-align:left}.text-2xl,[text-2xl=""],[text~="2xl"]{font-size:1.5rem;line-height:2rem}.text-4xl,[text-4xl=""]{font-size:2.25rem;line-height:2.5rem}.text-base,[text-base=""]{font-size:1rem;line-height:1.5rem}.text-sm,[text~=sm]{font-size:.875rem;line-height:1.25rem}.text-xs,[text-xs=""]{font-size:.75rem;line-height:1rem}[text~="[1rem]"]{font-size:1rem}[text~=lg]{font-size:1.125rem;line-height:1.75rem}[text~=xl]{font-size:1.25rem;line-height:1.75rem}[font~=bold]{font-weight:700}[font~=medium]{font-weight:500}[font~=semibold]{font-weight:600}.font-sans{font-family:Roboto,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"}[color~="#5bbad5"]{--un-text-opacity:1;color:rgba(91,186,213,var(--un-text-opacity))}.text-primary,[color~=primary],[text-primary=""]{color:var(--primary-color)}.text-white,[color~=white],[text-white=""]{--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity))}.text-black{--un-text-opacity:1;color:rgba(0,0,0,var(--un-text-opacity))}[text~=rose]{--un-text-opacity:1;color:rgba(251,113,133,var(--un-text-opacity))}[text~=teal-700]{--un-text-opacity:1;color:rgba(15,118,110,var(--un-text-opacity))}.outline{outline-style:solid}[outline~=none],[outline~="active:none"]:active{outline:2px solid transparent;outline-offset:2px}@media (min-width: 768px){.md\:grid,[md\:grid=""]{display:grid}[md\:grid-cols~="[1fr_326px]"]{grid-template-columns:1fr 326px}.md\:grid-cols-2,[md\:grid-cols-2=""],[md\:grid-cols~="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}[md\:ml~=auto]{margin-left:auto}[md\:mr~="0"]{margin-right:0}[md\:gap~="12"]{gap:3rem}.md\:px{padding-left:1rem;padding-right:1rem}[md\:px~="16"]{padding-left:4rem;padding-right:4rem}}@media (min-width: 1024px){.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}
