.rcb-chat-header-container{padding:12px;color:#fff;border-bottom:1px solid #ccc;display:flex;justify-content:space-between;max-height:55px}.rcb-chat-header{display:flex;flex-direction:row}.rcb-bot-avatar{background-size:cover;width:30px;height:30px;border-radius:50%;margin-right:12px}.rcb-notification-icon-on,.rcb-notification-icon-off,.rcb-audio-icon-on,.rcb-audio-icon-off{position:relative;display:inline-block;background-size:cover;width:30px;height:30px;border:none;cursor:pointer;margin-left:5px}.rcb-notification-icon-off,.rcb-audio-icon-off{filter:grayscale(100%)}.rcb-notification-icon-on:after,.rcb-notification-icon-off:after,.rcb-audio-icon-on:after,.rcb-audio-icon-off:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background-color:#0000001a;border-radius:50%;opacity:0;transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out}.rcb-notification-icon-on:hover:after,.rcb-notification-icon-off:hover:after,.rcb-audio-icon-on:hover:after,.rcb-audio-icon-off:hover:after{width:130%;height:130%;opacity:1}.rcb-message-prompt-container.visible{position:sticky;bottom:0;margin:auto;display:flex;align-items:center;justify-content:center;opacity:1;animation:popIn .3s ease-in-out;pointer-events:auto}.rcb-message-prompt-container.hidden{opacity:0;height:0px;visibility:hidden;pointer-events:none}.rcb-message-prompt-text{padding:6px 12px;border-radius:20px;color:#adadad;font-size:12px;background-color:#fff;border:.5px solid #adadad;cursor:pointer;transition:color .3s ease,border-color .3s ease;z-index:9999}.rcb-message-prompt-container.hidden .rcb-message-prompt-text{padding:0}.rcb-toast-prompt-text{padding:6px 12px;border-radius:5px;color:#7a7a7a;font-size:12px;text-align:center;background-color:#fff;border:.5px solid #7a7a7a;cursor:pointer;transition:color .3s ease,border-color .3s ease;z-index:9999;width:100%;margin-top:6px}@keyframes popIn{0%{transform:scale(.8);opacity:0}70%{transform:scale(1.1);opacity:1}to{transform:scale(1)}}.rcb-chat-body-container{position:relative;height:100%;width:100%;padding-bottom:16px;overflow-x:hidden;overflow-y:scroll;touch-action:pan-y}.rcb-chat-body-container::-webkit-scrollbar-track{background-color:#f1f1f1}.rcb-chat-body-container::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:4px}.rcb-chat-body-container::-webkit-scrollbar-thumb:hover{background-color:#cfcfcf}.rcb-chat-body-container::-webkit-scrollbar-corner{background-color:#f1f1f1}.rcb-bot-message-container{display:flex;flex-direction:row}.rcb-user-message-container{display:flex;flex-direction:row;justify-content:right}.rcb-bot-message,.rcb-user-message{margin-top:8px;padding:12px 16px;border-radius:22px;min-height:20px;height:fit-content;display:flex;flex-direction:row;width:fit-content;font-size:15px;overflow-wrap:anywhere;overflow:hidden;white-space:pre-wrap}.rcb-bot-message{margin-left:16px}.rcb-bot-message-offset{margin-left:50px}.rcb-bot-message-entry{animation:bot-entry .3s ease-in backwards}@keyframes bot-entry{0%{transform:translate(-100%,50%) scale(0);opacity:0}to{transform:translate(0) scale(1);opacity:1}}.rcb-user-message{margin-right:16px}.rcb-user-message-offset{margin-right:50px}.rcb-user-message-entry{animation:user-entry .3s ease-in backwards}@keyframes user-entry{0%{transform:translate(100%,50%) scale(0);opacity:0}to{transform:translate(0) scale(1);opacity:1}}.rcb-message-bot-avatar,.rcb-message-user-avatar{background-size:cover;width:40px;height:40px;border-radius:50%;margin-top:9px}.rcb-message-bot-avatar{margin-left:6px;margin-right:-10px}.rcb-message-user-avatar{margin-left:-10px;margin-right:6px}.rcb-typing-indicator{display:flex;align-items:center}.rcb-dot{width:8px;height:8px;border-radius:50%;background-color:#ccc;margin-right:4px;animation:rcb-typing 1s infinite}.rcb-dot:nth-child(2){animation-delay:.2s}.rcb-dot:nth-child(3){animation-delay:.4s}@keyframes rcb-typing{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.rcb-toast-prompt-container{position:absolute;left:50%;transform:translate(-50%);bottom:0;margin:auto;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;opacity:1;animation:popIn .3s ease-in-out;pointer-events:auto;margin-top:200}.rcb-checkbox-container{display:flex;padding-top:12px;margin-left:16px;flex-wrap:wrap;gap:10px}.rcb-checkbox-offset{margin-left:50px!important}.rcb-checkbox-row-container{display:flex;align-items:center;gap:5px;border-width:.5px;border-style:solid;border-radius:10px;min-height:30px;max-height:32px;width:80%;cursor:pointer;background-color:#fff;animation:checkboxes-entry .5s ease-out;overflow:hidden}.rcb-checkbox-row-container:hover{box-shadow:0 0 5px #0003}@keyframes checkboxes-entry{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.rcb-checkbox-row{display:inline-flex;margin-left:10px;align-items:center;cursor:pointer}.rcb-checkbox-mark{width:20px;height:20px;background-color:#f2f2f2;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin-right:10px;cursor:pointer}.rcb-checkbox-mark:hover{background-color:#c2c2c2}.rcb-checkbox-mark:before{content:"✓";transition:all .3s ease}.rcb-checkbox-label{font-size:14px}.rcb-checkbox-next-button{text-align:center;display:inline-block;align-items:center;border-width:.5px;border-style:solid;border-radius:10px;font-size:24px;min-height:30px;max-height:32px;width:80%;cursor:pointer;background-color:#fff;animation:checkboxes-entry .5s ease-out}.rcb-checkbox-next-button:before{content:"→"}.rcb-checkbox-next-button:hover{box-shadow:0 0 5px #0003}.rcb-options-container{padding-top:12px;margin-left:16px;max-width:70%;display:flex;flex-wrap:wrap;gap:10px}.rcb-options-offset{margin-left:50px!important}.rcb-options{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:20px;font-size:14px;border-width:.5px;border-style:solid;cursor:pointer;transition:background-color .3s ease;animation:options-entry .5s ease-out;overflow:hidden}@keyframes options-entry{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.rcb-options:hover{box-shadow:0 0 5px #0003}.rcb-line-break-container{display:flex;justify-content:center;align-items:center;padding-top:10px;padding-bottom:5px;max-height:45px}.rcb-line-break-text{padding:6px 12px;color:#adadad;font-size:12px}.rcb-spinner-container{display:flex;justify-content:center;align-items:center;padding-top:10px;padding-bottom:5px;min-height:35px;max-height:45px}.rcb-spinner{width:22px;height:22px;border-radius:50%;border:4px solid #f3f3f3;animation:rcb-spin 1s linear infinite}@keyframes rcb-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rcb-chat-input{padding:8px 16px;border-top:1px solid #ccc;display:flex;align-items:center;background-color:#fff}.rcb-chat-input::placeholder{color:#999}.rcb-chat-input-textarea{flex:1;padding:8px;border:none;border-radius:4px;outline:none;font-size:16px;resize:none;height:auto;min-height:38px;overflow-y:scroll;font-family:inherit;background-color:#fff;color:#000;touch-action:none}.rcb-chat-input-textarea::-webkit-scrollbar{background-color:transparent}.rcb-chat-input-textarea::-webkit-scrollbar-thumb{background-color:transparent}.rcb-chat-input-textarea::-webkit-scrollbar-thumb:hover{background-color:transparent}.rcb-chat-input-button-container{display:"flex";flex-direction:"column"}.rcb-chat-input-char-counter{font-size:14px;margin-left:8px;margin-top:3px}.rcb-chat-footer-container{padding:12px 16px 8px 10px;border-top:1px solid #ccc;max-height:55px;display:flex;justify-content:space-between;align-items:flex-end;font-size:12px;background-color:#f2f2f2;color:#000}.rcb-chat-footer{display:flex;flex-direction:row}.rcb-toggle-button{display:flex;flex-direction:row;position:fixed;bottom:20px;right:20px;z-index:9999;width:75px;height:75px;border-radius:50%;border:none;cursor:pointer;box-shadow:0 2px 4px #0003}.rcb-toggle-button.rcb-button-hide{opacity:0;visibility:hidden;animation:collapse .3s ease-in-out forwards}.rcb-toggle-button.rcb-button-show{opacity:1;visibility:visible;animation:expand .3s ease-in-out forwards}.rcb-toggle-icon{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;margin:auto;border-radius:inherit}.rcb-badge{position:absolute;top:-6px;right:-6px;padding:5px 10px;border-radius:50%;background-color:red;color:#fff}.rcb-chat-tooltip{position:fixed;padding:16px;border-radius:20px;box-shadow:0 2px 6px #0003;white-space:nowrap;cursor:pointer;font-size:20px;transition:transform .3s ease}.rcb-chat-tooltip-tail{content:"";position:absolute;top:50%;right:-10px;margin-top:-10px;border-width:10px 0 10px 10px;border-style:solid}.rcb-chat-tooltip.rcb-tooltip-hide{opacity:0;visibility:hidden;animation:tooltip-out .5s ease-in-out}.rcb-chat-tooltip.rcb-tooltip-show{opacity:1;visibility:visible;animation:tooltip-in .5s ease-in-out}@keyframes tooltip-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes tooltip-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5px)}}.rcb-media-display-image-container,.rcb-media-display-video-container{margin-top:8px;margin-right:16px;border-radius:22px;padding:16px;width:fit-content}.rcb-media-display-offset{margin-right:50px!important}.rcb-media-display-image{width:100%;height:auto;border-radius:22px;object-fit:cover}.rcb-media-display-video{width:100%;height:auto;border-radius:22px;background-color:#000}.rcb-media-display-audio{margin-top:8px;margin-right:16px;width:100%;height:auto;border-radius:22px}.rcb-media-entry{animation:media-entry .3s ease-in backwards}@keyframes media-entry{0%{transform:translate(100%,50%) scale(0);opacity:0}to{transform:translate(0) scale(1);opacity:1}}.rcb-attach-button-enabled,.rcb-attach-button-disabled{position:relative;display:inline-block;background-size:cover;width:30px;height:30px;border-radius:6px;text-align:center}.rcb-attach-button-enabled input[type=file],.rcb-attach-button-disabled input[type=file]{position:absolute;width:100%;height:100%;display:none}.rcb-attach-button-enabled{cursor:pointer}.rcb-attach-button-disabled{opacity:.4}.rcb-attach-button-enabled:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background-color:#0000001a;border-radius:50%;opacity:0;transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out}.rcb-attach-button-enabled:hover:after{width:130%;height:130%;opacity:1}.rcb-attach-icon-enabled,.rcb-attach-icon-disabled{display:inline-block;width:24px;height:24px;margin-top:2px;background-repeat:no-repeat;background-size:cover;transition:background-image .3s ease}.rcb-attach-icon-enabled{cursor:pointer}.rcb-emoji-button-enabled,.rcb-emoji-button-disabled{position:relative;display:inline-block;background-size:cover;width:30px;height:30px;border-radius:6px;text-align:center;cursor:pointer}.rcb-emoji-icon-enabled,.rcb-emoji-icon-disabled{position:relative;display:inline-block;background-size:cover;font-size:20px;width:24px;height:24px;margin-top:2px;background-repeat:no-repeat}.rcb-emoji-icon-enabled{cursor:pointer}.rcb-emoji-icon-disabled{opacity:.4}.rcb-emoji-button-enabled:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background-color:#0000001a;border-radius:50%;opacity:0;transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out}.rcb-emoji-button-enabled:hover:after{width:130%;height:130%;opacity:1}.rcb-emoji-button-popup{position:absolute;width:158px;background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:8px;box-shadow:0 2px 4px #0003;max-height:200px;overflow-y:auto;transform:translateY(calc(-100% - 30px))}.rcb-emoji{cursor:pointer;font-size:24px;padding:3px;transition:transform .2s ease-in-out}.rcb-emoji:hover{transform:scale(1.2)}.rcb-audio-icon-on,.rcb-audio-icon-off{position:relative;display:inline-block;background-size:cover;width:30px;height:30px;border:none;cursor:pointer;margin-left:5px}.rcb-audio-icon-off{filter:grayscale(100%)}.rcb-audio-icon-on:after,.rcb-audio-icon-off:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background-color:#0000001a;border-radius:50%;opacity:0;transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out}.rcb-audio-icon-on:hover:after,.rcb-audio-icon-off:hover:after{width:130%;height:130%;opacity:1}.rcb-close-chat-icon{position:relative;display:inline-block;background-size:cover;width:30px;height:30px;border:none;margin-left:5px;cursor:pointer}.rcb-close-chat-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background-color:#0000001a;border-radius:50%;opacity:0;transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out}.rcb-close-chat-icon:hover:after{width:130%;height:130%;opacity:1}.rcb-notification-icon-on,.rcb-notification-icon-off{position:relative;display:inline-block;background-size:cover;width:30px;height:30px;border:none;cursor:pointer;margin-left:5px}.rcb-notification-icon-off{filter:grayscale(100%)}.rcb-notification-icon-on:after,.rcb-notification-icon-off:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background-color:#0000001a;border-radius:50%;opacity:0;transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out}.rcb-notification-icon-on:hover:after,.rcb-notification-icon-off:hover:after{width:130%;height:130%;opacity:1}.rcb-voice-button-enabled,.rcb-voice-button-disabled{display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;border-radius:4px;box-shadow:0 0 3px #0000004d;cursor:pointer;height:32px;width:32px;margin-left:8px;transition:all .3s ease;background-color:#fff}.rcb-voice-button-enabled{border:1px solid red;box-shadow:0 0 3px #ff000080}.rcb-voice-button-enabled:hover{border:1px solid rgb(61,0,0)}.rcb-voice-button-disabled{border:1px;border-style:solid;border-color:#0003}.rcb-voice-button-disabled:hover{box-shadow:0 0 3px #8a0000}.rcb-voice-icon-on,.rcb-voice-icon-off{width:60%;height:60%;background-size:cover;object-fit:cover;background-size:contain;background-repeat:no-repeat;background-position:center}.rcb-voice-icon-on{animation:ping 1s infinite}.rcb-voice-icon-off{filter:grayscale(100%)}@keyframes ping{0%{filter:brightness(100%);opacity:1}50%{filter:brightness(50%);opacity:.8}}.rcb-send-button{display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;border:none;border-radius:4px;box-shadow:0 0 3px #0000004d;cursor:pointer;transition:background-color .3s ease;height:32px;width:51px;margin-left:8px}.rcb-send-icon{width:60%;height:60%;background-size:cover;object-fit:cover;background-size:contain;background-repeat:no-repeat;background-position:center}.rcb-view-history-container{display:flex;justify-content:center;align-items:center;padding-top:10px;padding-bottom:5px;min-height:35px;max-height:45px}.rcb-view-history-button{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:20px;color:#adadad;font-size:12px;background-color:#fff;border-color:#adadad;border-width:.5px;border-style:solid;max-width:60%;cursor:pointer;transition:color .3s ease,border-color .3s ease}.rcb-view-history-button>p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[class^=rcb]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.rcb-chat-window{position:fixed;right:20px;bottom:20px;border-radius:10px;box-shadow:0 2px 4px #0003;background-color:#fff;transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column;width:375px;height:550px;z-index:10000}.rcb-window-embedded .rcb-chat-window{position:static;opacity:1;visibility:visible;right:auto;bottom:auto}.rcb-window-open .rcb-chat-window{opacity:1;visibility:visible;animation:expand .3s ease-in-out forwards}.rcb-window-close .rcb-chat-window{opacity:0;visibility:hidden;animation:collapse .3s ease-in-out forwards}@keyframes expand{0%{transform:translate(100%,100%) scale(0);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes collapse{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%,100%) scale(0);opacity:0}}:root{--bgColor: #0f172a;--textColor: #94a3b8;--headerColor: #e2e8f0;--defaultLinkColor: #e2e8f0;--activeLinkColor: #5d9ce2;--dateColor: #a8b2d1}h1,h2,h3,h4,h5,h6{color:var(--headerColor)}p{color:var(--textColor)}a{color:var(--defaultLinkColor)}a:hover,a:active{color:var(--activeLinkColor)}*{margin:0;padding:0;box-sizing:border-box;font-family:inter,san-serif}body{overflow-x:hidden;background:radial-gradient(600px circle at 0px 0px,rgba(29,78,216,.15),transparent 80%);background-color:var(--bgColor)}html{scroll-behavior:smooth}ul li{list-style:none}section{margin-bottom:2rem}@media (min-width: 62em){section{margin-bottom:5rem}}.no-select{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}h1,h2,h3,p{line-height:1.5;margin-top:0}h1{font-size:2rem}h2{font-weight:500}p{font-weight:400}a,a:visited,a:active{text-decoration:none}.navbar-container{display:none}@media (min-width: 62em){.navbar-container{display:block}}.navbar-container .nav-links{margin-block:3rem}.navbar-container .nav-links li{margin-block:1rem}.navbar-container .nav-links li .nav-anchor{font-size:.875rem;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;color:var(--textColor);cursor:pointer}.navbar-container .nav-links li .nav-anchor .nav-line{width:25px;height:1px;margin-right:1rem;background-color:var(--textColor);transition:all .2s}.navbar-container .nav-links li .nav-anchor.active,.navbar-container .nav-links li .nav-anchor:hover,.navbar-container .nav-links li .nav-anchor:active{color:var(--headerColor)}.navbar-container .nav-links li .nav-anchor.active .nav-line,.navbar-container .nav-links li .nav-anchor:hover .nav-line,.navbar-container .nav-links li .nav-anchor:active .nav-line{width:50px;background-color:var(--headerColor)}.bot-container{position:fixed;right:0;bottom:0}.bot-container .bot-speech-bubble{display:flex;justify-content:center;align-items:center;flex-direction:row;width:2.5rem;height:2rem;position:absolute;right:3.5rem;bottom:6rem;border-radius:8px;background-color:#fff;color:#000;animation:speech-bubble-pop-anim .75s ease-in-out}.bot-container .bot-speech-bubble .bot-speech-bubble-dot-container{display:flex;justify-content:center;align-items:center;flex-direction:row;margin-top:.5rem;gap:.25rem}.bot-container .bot-speech-bubble .bot-speech-bubble-dot-container .bot-speech-bubble-dot{border-radius:50%;border:2px solid #000}.bot-container .bot-speech-bubble .bot-speech-bubble-dot-container .bot-speech-bubble-dot:nth-child(1){animation:speech-bubble-dot-anim 1.2s ease-in-out alternate .3s infinite}.bot-container .bot-speech-bubble .bot-speech-bubble-dot-container .bot-speech-bubble-dot:nth-child(2){animation:speech-bubble-dot-anim 1.2s ease-in-out alternate .6s infinite}.bot-container .bot-speech-bubble .bot-speech-bubble-dot-container .bot-speech-bubble-dot:nth-child(3){animation:speech-bubble-dot-anim 1.2s ease-in-out alternate .9s infinite}.bot-container .bot-speech-bubble span{position:absolute;bottom:-6px;right:8px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff}@keyframes speech-bubble-pop-anim{0%{opacity:1;transform:scale(0);top:-5px}to{opacity:1;transform:scale(1);top:0}}@keyframes speech-bubble-dot-anim{0%{opacity:0;transform:scale(0)}to{transform:scale(1)}}.bot-container .bot-header{font-weight:700}.bot-container .bot-subheader{font-size:.75rem}.rcb-chat-bot .rcb-toggle-button{width:72px;height:72px;background-image:none!important;box-shadow:none}.rcb-chat-bot .rcb-toggle-button .rcb-toggle-icon{width:64px;height:64px;background-size:contain;border-radius:0%}.rcb-chat-bot .rcb-chat-window{width:100%;height:100vh;bottom:0;right:0}@media (min-width: 48em){.rcb-chat-bot .rcb-chat-window{width:375px;height:580px;bottom:20px;right:20px}}.rcb-chat-bot .rcb-chat-window .rcb-chat-header-container{display:flex;align-items:center;border-bottom:none}.rcb-chat-bot .rcb-chat-window .rcb-chat-header-container .rcb-chat-header{display:flex;align-items:center}.rcb-chat-bot .rcb-chat-window .rcb-chat-header-container .rcb-chat-header .rcb-bot-avatar{width:36px;height:36px;background-color:#fff;background-size:contain}.rcb-chat-bot .rcb-chat-window .rcb-chat-header-container .rcb-chat-header .rcb-close-chat-icon{width:24px;height:24px}.rcb-chat-bot .rcb-chat-window .rcb-chat-header-container .rcb-chat-header .rcb-close-chat-icon:after{border-radius:8px}.rcb-chat-bot .rcb-chat-window .rcb-chat-header-container .rcb-chat-header .rcb-close-chat-icon:hover:after{width:150%;height:150%}.rcb-chat-bot .rcb-chat-window .rcb-chat-body-container{width:unset;-webkit-backdrop-filter:blur(40px) saturate(1.3);backdrop-filter:blur(40px) saturate(1.3);padding:1rem}.rcb-chat-bot .rcb-chat-window .rcb-chat-body-container .rcb-bot-message,.rcb-chat-bot .rcb-chat-window .rcb-chat-body-container .rcb-user-message{padding:1rem;max-width:80%!important}.rcb-chat-bot .rcb-chat-window .rcb-chat-body-container .rcb-user-message{margin-right:0}.rcb-chat-bot .rcb-chat-window .rcb-chat-body-container .rcb-bot-message{margin-left:0}.rcb-chat-bot .rcb-chat-window .rcb-chat-body-container .rcb-options-container{max-width:80%}.rcb-chat-bot .rcb-chat-window .rcb-chat-body-container .rcb-options-container .rcb-options{background-color:transparent!important;border-radius:2.6rem;padding:1rem 1.5rem}::-webkit-scrollbar{width:.5em}::-webkit-scrollbar-track{background-color:var(--bgColor)}::-webkit-scrollbar-thumb{background-color:var(--textColor);border-radius:20px}::-webkit-scrollbar-thumb:hover{background-color:var(--subtitleColor)}*{scrollbar-width:thin;scrollbar-color:var(--textColor) var(--bgColor)}.wrapper{padding-inline:1.5rem;max-width:1280px;margin-inline:auto}@media (min-width: 48em){.wrapper{padding-inline:3rem}}@media (min-width: 62em){.wrapper{padding-inline:4rem}}.container{display:flex;flex-direction:column}.container .left-col,.container .right-col{padding-block:3rem;margin-bottom:0}@media (min-width: 62em){.container{justify-content:space-between;flex-direction:row}.container .left-col{position:sticky;position:-webkit-sticky;top:0;max-height:100vh;display:flex;justify-content:space-between;flex-direction:column;padding-block:5rem 8rem}.container .right-col{max-width:35rem;padding:5rem 1rem 8rem}}.section-title{display:block;padding-block:1rem}@media (min-width: 62em){.section-title{display:none}}@media (min-width: 75em){.hero-title{font-size:3rem}}.hero-position{font-size:1.25rem}.hero-description{max-width:400px;margin-block:1rem}.footer-text{font-size:.813rem;text-align:center;color:var(--textColor);margin-bottom:4rem;padding-top:2rem}@media (min-width: 62em){.footer-text{text-align:left;margin-bottom:0;padding-top:0}}.about-text{font-size:1rem;margin-bottom:1rem}.social-media-container{display:flex;align-items:center;flex-wrap:wrap;padding-block:1rem;gap:1.5rem}.social-media-container .social-media-icon a{color:var(--defaultLinkColor)}.social-media-container .social-media-icon a:hover{text-shadow:0 0 5px var(--defaultLinkColor)}.experience-card{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding-block:1rem;margin-block:1rem;border-radius:5px}.experience-card:first-child{padding-top:0;margin-top:0}@media (min-width: 48em){.experience-card{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row}.experience-card-content{max-width:400px}}@media (min-width: 62em){.experience-card{border:1px solid transparent;transition:all .1s ease-in;padding-inline:2rem;margin-inline:-2rem}.experience-card:first-child{padding-top:1rem;margin-top:1rem}.experience-card:hover{background:#ffffff08;border-radius:16px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(1.3px);-webkit-backdrop-filter:blur(1.3px);border:1px solid rgba(255,255,255,.05);transition:all .1s ease-in}.experience-card:hover .experience-location-text .arrow-up-right{position:absolute;top:-3px}.experience-card-content{max-width:300px}}.experience-card .experience-duration-text{color:var(--dateColor);font-size:.75rem}@media (min-width: 48em){.experience-card .experience-duration-text{margin-block:.5rem}}.experience-card .experience-title-text{color:var(--headerColor);margin-block:.5rem}.experience-card .experience-content{font-size:.875rem;margin-top:.5rem}.experience-card .experience-location-text{position:relative;font-size:.875rem;transition:all .1s ease-in}.experience-card .experience-location-text .arrow-up-right{width:16px;height:auto;position:absolute;margin-left:.25rem;top:-1px}.experience-card .experience-techstack-container{display:flex;flex-wrap:wrap;gap:10px;margin-top:1rem}.experience-card .experience-techstack-container .experience-techstack{font-size:.75rem;padding:.25rem .75rem;border-radius:15px;background-color:#a7d0ff1a;color:var(--activeLinkColor)}.btn-resume{position:relative}.btn-resume:hover .arrow-up-right{position:absolute;top:1px}.btn-resume .arrow-up-right{width:16px;height:auto;position:absolute;margin-left:.25rem;top:3px}.project-card{display:flex;flex-direction:column-reverse;margin-bottom:2rem;padding-bottom:1rem;border-radius:5px}.project-card:hover .project-title{color:var(--activeLinkColor)}.project-card:hover .project-title .arrow-up-right{top:-1px}@media (min-width: 48em){.project-card{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;margin-block:1rem 2rem;border:1px solid transparent}.project-card .project-content{margin-top:1rem;width:400px}}@media (min-width: 62em){.project-card{padding-inline:2rem;margin:1rem -2rem;transition:all .1s ease-in}.project-card:hover{background:#ffffff08;border-radius:16px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(1.3px);-webkit-backdrop-filter:blur(1.3px);border:1px solid rgba(255,255,255,.05);transition:all .1s ease-in}.project-card:hover .project-image img{box-shadow:0 0 3px var(--defaultLinkColor)}.project-card .project-content{max-width:300px}}.project-card .project-title{position:relative;color:var(--headerColor);margin-block:.5rem;transition:all .1s ease-in}.project-card .project-title .arrow-up-right{position:absolute;width:16px;height:auto;margin-left:.25rem;top:2px}.project-card .project-description{position:relative;font-size:.875rem;margin-top:.5rem}.project-card .project-image{margin-bottom:1rem}.project-card .project-image img{width:200px;height:auto}@media (min-width: 48em){.project-card .project-image{margin-block:1rem 0}}@media (min-width: 62em){.project-card .project-image img{width:150px;height:auto}}.project-card .experience-techstack-container{display:flex;flex-wrap:wrap;gap:10px;margin-top:1rem}.project-card .experience-techstack-container .experience-techstack{font-size:.75rem;padding:.25rem .75rem;border-radius:15px;background-color:#a7d0ff1a;color:var(--activeLinkColor)}.btn-resume{position:relative;cursor:pointer}.btn-resume .arrow-up-right2{width:16px;height:auto;position:absolute;margin-left:.5rem;transform:rotate(45deg);top:3px;transition:all .25s ease-in}.btn-resume:hover .arrow-up-right2{margin-left:.75rem}.archive-wrapper{min-height:100dvh;padding-block:5rem 8rem;color:var(--headerColor)}.archive-wrapper .navigation-container{margin-bottom:1rem}.archive-wrapper .navigation-container .btn-navigation{color:var(--activeLinkColor);cursor:pointer}.archive-wrapper .navigation-container .btn-navigation .arrow-left{width:16px;height:auto;transform:rotate(-135deg);margin-right:.5rem;transition:all .25s ease-in}.archive-wrapper .navigation-container .btn-navigation:hover .arrow-left{margin-inline:-.75rem 1.25rem}.archive-wrapper .table-responsive-container{margin-top:2rem}.archive-wrapper .table-responsive-container .responsive-table{width:100%;border-collapse:collapse}.archive-wrapper .table-responsive-container .responsive-table thead tr{text-align:left;text-transform:capitalize;border-bottom:1px solid rgba(203,213,225,.1)}.archive-wrapper .table-responsive-container .responsive-table thead tr th{padding:.75rem 1rem .75rem 0;font-size:.875rem;font-weight:500}.archive-wrapper .table-responsive-container .responsive-table thead tr th:nth-child(3),.archive-wrapper .table-responsive-container .responsive-table thead tr th:nth-child(4){display:none}@media (min-width: 48em){.archive-wrapper .table-responsive-container .responsive-table thead tr th:nth-child(4){display:table-cell}}@media (min-width: 62em){.archive-wrapper .table-responsive-container .responsive-table thead tr th:nth-child(3){display:table-cell}}.archive-wrapper .table-responsive-container .responsive-table tbody tr{border-bottom:1px solid rgba(203,213,225,.1)}.archive-wrapper .table-responsive-container .responsive-table tbody tr td{padding:1rem 1rem 1rem 0}.archive-wrapper .table-responsive-container .responsive-table tbody tr td:nth-child(1){color:var(--textColor)}.archive-wrapper .table-responsive-container .responsive-table tbody tr td:nth-child(3),.archive-wrapper .table-responsive-container .responsive-table tbody tr td:nth-child(4){display:none}@media (min-width: 48em){.archive-wrapper .table-responsive-container .responsive-table tbody tr td:nth-child(4){display:table-cell;font-size:.875rem}.archive-wrapper .table-responsive-container .responsive-table tbody tr td:nth-child(4) span{position:relative}.archive-wrapper .table-responsive-container .responsive-table tbody tr td:nth-child(4) span a,.archive-wrapper .table-responsive-container .responsive-table tbody tr td:nth-child(4) span .arrow-up-right{color:var(--textColor)}.archive-wrapper .table-responsive-container .responsive-table tbody tr td:nth-child(4) span .arrow-up-right{position:absolute;width:16px;height:auto;margin-left:.25rem;top:2px}.archive-wrapper .table-responsive-container .responsive-table tbody tr td:nth-child(4) span:hover a,.archive-wrapper .table-responsive-container .responsive-table tbody tr td:nth-child(4) span:hover .arrow-up-right{color:var(--activeLinkColor)}.archive-wrapper .table-responsive-container .responsive-table tbody tr td:nth-child(4) span:hover .arrow-up-right{top:-1px}}@media (min-width: 62em){.archive-wrapper .table-responsive-container .responsive-table tbody tr td:nth-child(3){display:table-cell}}.archive-wrapper .table-responsive-container .responsive-table .project-year{font-size:.875rem}.archive-wrapper .table-responsive-container .responsive-table .project-name{min-width:12rem;color:var(--headerColor)}.archive-wrapper .table-responsive-container .responsive-table .project-name span{position:relative}.archive-wrapper .table-responsive-container .responsive-table .project-name span .arrow-up-right{position:absolute;width:16px;height:auto;margin-left:.25rem;top:2px}.archive-wrapper .table-responsive-container .responsive-table .project-name span:hover a,.archive-wrapper .table-responsive-container .responsive-table .project-name span:hover .arrow-up-right{color:var(--activeLinkColor)}.archive-wrapper .table-responsive-container .responsive-table .project-name span:hover .arrow-up-right{top:-1px}.archive-wrapper .table-responsive-container .responsive-table .archive-list-container{max-width:22rem;display:flex;flex-wrap:wrap;gap:10px}.archive-wrapper .table-responsive-container .responsive-table .archive-list-container .archive-list-techstack{font-size:.75rem;padding:.25rem .75rem;border-radius:15px;background-color:#a7d0ff1a;color:var(--activeLinkColor)}
