:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0)scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0)perspective(400px)}30%{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Layout-desktop-module-scss-module__VOI5Tq__container{min-height:70vh}.Layout-desktop-module-scss-module__VOI5Tq__hyperlink h1{font-size:48px}.Layout-desktop-module-scss-module__VOI5Tq__hyperlink h2{font-size:36px}.Layout-desktop-module-scss-module__VOI5Tq__hyperlink h3{font-size:24px}.Layout-desktop-module-scss-module__VOI5Tq___404 h1{text-align:center;font-size:48px}.Layout-desktop-module-scss-module__VOI5Tq__numberedList{list-style-type:decimal}.Layout-desktop-module-scss-module__VOI5Tq__numberedList li{margin-left:1.2%;list-style-position:inside;display:list-item}.Layout-desktop-module-scss-module__VOI5Tq__h0{font-size:40pt}.Layout-desktop-module-scss-module__VOI5Tq__h1{font-size:32pt}.Layout-desktop-module-scss-module__VOI5Tq__h2,.Layout-desktop-module-scss-module__VOI5Tq__h3{font-size:26pt}.Layout-desktop-module-scss-module__VOI5Tq__h4{font-size:20pt}.Layout-desktop-module-scss-module__VOI5Tq__h5{font-size:16pt}.Layout-desktop-module-scss-module__VOI5Tq__h6{font-size:10pt}
.Layout-light-module-scss-module__wiWH5a__betweenTopAndBottom{color:#1e1e1e;background-color:#fff}.Layout-light-module-scss-module__wiWH5a__hyperlink.Layout-light-module-scss-module__wiWH5a__primary{color:#5100ff}.Layout-light-module-scss-module__wiWH5a__hyperlink.Layout-light-module-scss-module__wiWH5a__primary :hover{color:#614a92}.Layout-light-module-scss-module__wiWH5a__hyperlink.Layout-light-module-scss-module__wiWH5a__dark{color:#37474f}.Layout-light-module-scss-module__wiWH5a__hyperlink.Layout-light-module-scss-module__wiWH5a__dark :hover{color:#37474fb4}.Layout-light-module-scss-module__wiWH5a___404 h1{color:#000}
.Layout-mobile-module-scss-module__0x5cPW__container{min-height:70vh}.Layout-mobile-module-scss-module__0x5cPW___404{font-size:24px}
.Layout-dark-module-scss-module__WDpyfa__betweenTopAndBottom{color:#fafafa;background-color:#1e1e1e}.Layout-dark-module-scss-module__WDpyfa__container{background-color:#141414}.Layout-dark-module-scss-module__WDpyfa___404 h1{color:#fff}
.tutorials-desktop-module-scss-module__AZ8msq__index .tutorials-desktop-module-scss-module__AZ8msq__left{background-color:#dcdcd2}.tutorials-desktop-module-scss-module__AZ8msq__index .tutorials-desktop-module-scss-module__AZ8msq__middle h2{font-weight:400}.tutorials-desktop-module-scss-module__AZ8msq__index .tutorials-desktop-module-scss-module__AZ8msq__right{background-color:#dcdcd2}.tutorials-desktop-module-scss-module__AZ8msq__tableHorizontal{border:1px solid}.tutorials-desktop-module-scss-module__AZ8msq__tableHorizontal th{float:right;width:100%;margin-right:4px;padding:2px 8px}.tutorials-desktop-module-scss-module__AZ8msq__tableHorizontal td{padding:2px 8px}.tutorials-desktop-module-scss-module__AZ8msq__tableVertical{border:1px solid}.tutorials-desktop-module-scss-module__AZ8msq__tableVertical th{border-bottom:1px solid}.tutorials-desktop-module-scss-module__AZ8msq__tableVertical td{border-bottom:1px solid;padding:2px 8px}.tutorials-desktop-module-scss-module__AZ8msq__numberedList{list-style-type:decimal}.tutorials-desktop-module-scss-module__AZ8msq__numberedList li{list-style-position:inside;display:list-item}.tutorials-desktop-module-scss-module__AZ8msq__middle{margin-top:18px;margin-bottom:280px;padding:8px 16px}.tutorials-desktop-module-scss-module__AZ8msq__middle h2{font-size:26pt;font-weight:600}.tutorials-desktop-module-scss-module__AZ8msq__right__dropdown__container{z-index:1;justify-content:center;display:flex;position:sticky;top:0}.tutorials-desktop-module-scss-module__AZ8msq__right__dropdown__container div{width:75%;margin-top:16px}.tutorials-desktop-module-scss-module__AZ8msq__right__dropdown__container div h5{border:1px solid #0000;justify-content:center;margin:0;padding:10px;font-size:16pt;display:flex}.tutorials-desktop-module-scss-module__AZ8msq__right__dropdown__container div nav ul li{margin:0;padding:0}.tutorials-desktop-module-scss-module__AZ8msq__right__dropdown__container div nav ul li a{border-right:6px solid;padding:1vh .1% 1vh 10%;font-size:100%;text-decoration:none;transition:all .1s;display:block}.tutorials-desktop-module-scss-module__AZ8msq__right__dropdown__container div nav ul li:hover{border-radius:5px;text-decoration:underline;-webkit-transform:scale(1.05)}.tutorials-desktop-module-scss-module__AZ8msq__flex{display:flex}.tutorials-desktop-module-scss-module__AZ8msq__flex.tutorials-desktop-module-scss-module__AZ8msq__space__evenly{justify-content:space-evenly}
.tutorials-light-module-scss-module__DR8U7q__index .tutorials-light-module-scss-module__DR8U7q__left,.tutorials-light-module-scss-module__DR8U7q__index .tutorials-light-module-scss-module__DR8U7q__right{background-color:#dcdcd2}.tutorials-light-module-scss-module__DR8U7q__tableHorizontal{border-color:#c8c8c8}.tutorials-light-module-scss-module__DR8U7q__tableHorizontal th{background-color:#dcdcff}.tutorials-light-module-scss-module__DR8U7q__tableVertical{border-color:#c8c8c8}.tutorials-light-module-scss-module__DR8U7q__tableVertical th{background-color:#dcdcff}.tutorials-light-module-scss-module__DR8U7q__tableVertical td{border-bottom-color:#dcdcffcc}.tutorials-light-module-scss-module__DR8U7q__hyperlink{color:#5100ff}section middle .tutorials-light-module-scss-module__DR8U7q__middle h2{color:#471577}.tutorials-light-module-scss-module__DR8U7q__right__dropdown__container div{background-color:#e6e6dc}.tutorials-light-module-scss-module__DR8U7q__right__dropdown__container div h5{color:#fff;background-color:#5d189e;border-color:#0000}.tutorials-light-module-scss-module__DR8U7q__right__dropdown__container div nav ul li{background-color:#dcdcd2}.tutorials-light-module-scss-module__DR8U7q__right__dropdown__container div nav ul li a{color:#064a17;border-color:#0000}.tutorials-light-module-scss-module__DR8U7q__right__dropdown__container div nav ul li:hover{text-shadow:0 0 1px #000;background-color:#00ffff80}
.tutorials-mobile-module-scss-module__V3V9xW__numberedList{list-style-type:decimal}.tutorials-mobile-module-scss-module__V3V9xW__numberedList li{list-style-position:inside;display:list-item}
.tutorials-dark-module-scss-module__d8YZzW__middle h2{color:#d6cfdd}.tutorials-dark-module-scss-module__d8YZzW__right__dropdown__container div{background-color:#3c3c3c}.tutorials-dark-module-scss-module__d8YZzW__right__dropdown__container div h5{color:#fff;background-color:#5d189e;border-color:#0000}.tutorials-dark-module-scss-module__d8YZzW__right__dropdown__container div nav ul li{background-color:#363636}.tutorials-dark-module-scss-module__d8YZzW__right__dropdown__container div nav ul li a{color:#fff;border-color:#0000}.tutorials-dark-module-scss-module__d8YZzW__right__dropdown__container div nav ul li:hover{text-shadow:0 0 1px #000;background-color:#00ffff4d}
.blog-desktop-module-scss-module__H4ZOhq__middle{margin-top:18px;margin-bottom:280px;padding:8px 16px}.blog-desktop-module-scss-module__H4ZOhq__middle h2{font-size:26pt;font-weight:600}.blog-desktop-module-scss-module__H4ZOhq__Section0{border-radius:4px;margin-top:34px;padding:14px 28px;line-height:170%}.blog-desktop-module-scss-module__H4ZOhq__Section{border-top:1px solid;border-radius:4px;margin-top:34px;padding:14px 28px;line-height:170%}.blog-desktop-module-scss-module__H4ZOhq__Section h3{margin-bottom:14px;font-size:22pt;font-weight:500}.blog-desktop-module-scss-module__H4ZOhq__Section p{font-size:17px;line-height:190%}.blog-desktop-module-scss-module__H4ZOhq__Section p table{border-color:gray}.blog-desktop-module-scss-module__H4ZOhq__Section p table thead th{padding:14px}.blog-desktop-module-scss-module__H4ZOhq__Section p table tbody td{padding:8px 14px}.blog-desktop-module-scss-module__H4ZOhq__hl{border:1px solid;border-radius:2px;padding:2px 4px}
.blog-light-module-scss-module__WpffMq__middle h2{color:#471577}.blog-light-module-scss-module__WpffMq__Section{background-color:#fafafa;border-color:#35454d86}.blog-light-module-scss-module__WpffMq__Section h3{color:#37474f}.blog-light-module-scss-module__WpffMq__Section p table{border-color:#000}.blog-light-module-scss-module__WpffMq__hl.blog-light-module-scss-module__WpffMq__indigo{color:indigo;background-color:#dcaaff;border-color:indigo}.blog-light-module-scss-module__WpffMq__hl.blog-light-module-scss-module__WpffMq__green{color:#36d14a;background-color:#e2ffe6;border-color:#36d14a}.blog-light-module-scss-module__WpffMq__hl.blog-light-module-scss-module__WpffMq__orange{color:orange;background-color:#fff0b4;border-color:orange}.blog-light-module-scss-module__WpffMq__hl.blog-light-module-scss-module__WpffMq__red{color:red;background-color:#ffc3c3;border-color:red}.blog-light-module-scss-module__WpffMq__hl.blog-light-module-scss-module__WpffMq__blue{color:#00f;background-color:#b5b5ff;border-color:#00f}

.blog-dark-module-scss-module__t9VJtG__middle h2{color:#d6cfdd}.blog-dark-module-scss-module__t9VJtG__Section{background-color:#141419;border-color:#35454d86}.blog-dark-module-scss-module__t9VJtG__Section h3{color:#bbc8ce}.blog-dark-module-scss-module__t9VJtG__Section p{color:#e6e6e6}.blog-dark-module-scss-module__t9VJtG__Section p table{color:#fff;background-color:#232323;border:1px solid}
.deep-learning-desktop-module-scss-module__dsmG9q__index .deep-learning-desktop-module-scss-module__dsmG9q__left{background-color:#dcdcd2}.deep-learning-desktop-module-scss-module__dsmG9q__index .deep-learning-desktop-module-scss-module__dsmG9q__middle h2{font-weight:400}.deep-learning-desktop-module-scss-module__dsmG9q__index .deep-learning-desktop-module-scss-module__dsmG9q__right{background-color:#dcdcd2}
.deep-learning-light-module-scss-module__cgEs2a__index .deep-learning-light-module-scss-module__cgEs2a__left,.deep-learning-light-module-scss-module__cgEs2a__index .deep-learning-light-module-scss-module__cgEs2a__right{background-color:#dcdcd2}


@plugin "tailwindcss-animate";@custom-variant dark (&:is(.dark*));@tailwind base;@tailwind components;@tailwind utilities;html,body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"kern" 1,"liga" 1;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.55}a{color:var(--primary);text-underline-offset:3px;text-decoration:underline;transition:color .12s,text-decoration-color .12s}a:hover{color:#484848;color:lab(30.4% -.0000149012 0);text-decoration-thickness:2px}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.15}p{margin:0 0 1rem}ul,ol{margin:0 0 1rem;padding-left:1.25rem}li{margin:.25rem 0}*,:before,:after{box-sizing:border-box}@theme inline{--radius-sm: calc(var(--radius) - 4px);--radius-md: calc(var(--radius) - 2px);--radius-lg: var(--radius);--radius-xl: calc(var(--radius) + 4px);--color-background: var(--background);--color-foreground: var(--foreground);--color-card: var(--card);--color-card-foreground: var(--card-foreground);--color-popover: var(--popover);--color-popover-foreground: var(--popover-foreground);--color-primary: var(--primary);--color-primary-foreground: var(--primary-foreground);--color-secondary: var(--secondary);--color-secondary-foreground: var(--secondary-foreground);--color-muted: var(--muted);--color-muted-foreground: var(--muted-foreground);--color-accent: var(--accent);--color-accent-foreground: var(--accent-foreground);--color-destructive: var(--destructive);--color-border: var(--border);--color-input: var(--input);--color-ring: var(--ring);--color-chart-1: var(--chart-1);--color-chart-2: var(--chart-2);--color-chart-3: var(--chart-3);--color-chart-4: var(--chart-4);--color-chart-5: var(--chart-5);--color-sidebar: var(--sidebar);--color-sidebar-foreground: var(--sidebar-foreground);--color-sidebar-primary: var(--sidebar-primary);--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);--color-sidebar-accent: var(--sidebar-accent);--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);--color-sidebar-border: var(--sidebar-border);--color-sidebar-ring: var(--sidebar-ring)}:root{--radius:.625rem;--background:#fff;--foreground:#0a0a0a;--card:#fff;--card-foreground:#0a0a0a;--popover:#fff;--popover-foreground:#0a0a0a;--primary:#171717;--primary-foreground:#fafafa;--secondary:#f5f5f5;--secondary-foreground:#171717;--muted:#f5f5f5;--muted-foreground:#737373;--accent:#f5f5f5;--accent-foreground:#171717;--destructive:#e40014;--border:#e5e5e5;--input:#e5e5e5;--ring:#a1a1a1;--chart-1:#f05100;--chart-2:#009588;--chart-3:#104e64;--chart-4:#fcbb00;--chart-5:#f99c00;--sidebar:#fafafa;--sidebar-foreground:#0a0a0a;--sidebar-primary:#171717;--sidebar-primary-foreground:#fafafa;--sidebar-accent:#f5f5f5;--sidebar-accent-foreground:#171717;--sidebar-border:#e5e5e5;--sidebar-ring:#a1a1a1}@supports (color:lab(0% 0 0)){:root{--background:lab(100% 0 0);--foreground:lab(2.75381% 0 0);--card:lab(100% 0 0);--card-foreground:lab(2.75381% 0 0);--popover:lab(100% 0 0);--popover-foreground:lab(2.75381% 0 0);--primary:lab(7.78201% -.0000149012 0);--primary-foreground:lab(98.26% 0 0);--secondary:lab(96.52% -.0000298023 .0000119209);--secondary-foreground:lab(7.78201% -.0000149012 0);--muted:lab(96.52% -.0000298023 .0000119209);--muted-foreground:lab(48.496% 0 0);--accent:lab(96.52% -.0000298023 .0000119209);--accent-foreground:lab(7.78201% -.0000149012 0);--destructive:lab(48.4493% 77.4328 61.5452);--border:lab(90.952% 0 -.0000119209);--input:lab(90.952% 0 -.0000119209);--ring:lab(66.128% -.0000298023 .0000119209);--chart-1:lab(57.1026% 64.2584 89.8886);--chart-2:lab(55.0223% -41.0774 -3.90277);--chart-3:lab(30.372% -13.1853 -18.7887);--chart-4:lab(80.1641% 16.6016 99.2089);--chart-5:lab(72.7183% 31.8672 97.9407);--sidebar:lab(98.26% 0 0);--sidebar-foreground:lab(2.75381% 0 0);--sidebar-primary:lab(7.78201% -.0000149012 0);--sidebar-primary-foreground:lab(98.26% 0 0);--sidebar-accent:lab(96.52% -.0000298023 .0000119209);--sidebar-accent-foreground:lab(7.78201% -.0000149012 0);--sidebar-border:lab(90.952% 0 -.0000119209);--sidebar-ring:lab(66.128% -.0000298023 .0000119209)}}.dark{--background:#0a0a0a;--foreground:#fafafa;--card:#171717;--card-foreground:#fafafa;--popover:#171717;--popover-foreground:#fafafa;--primary:#e5e5e5;--primary-foreground:#171717;--secondary:#262626;--secondary-foreground:#fafafa;--muted:#262626;--muted-foreground:#a1a1a1;--accent:#262626;--accent-foreground:#fafafa;--destructive:#ff6568;--border:#ffffff1a;--input:#ffffff26;--ring:#737373;--chart-1:#1447e6;--chart-2:#00bb7f;--chart-3:#f99c00;--chart-4:#ac4bff;--chart-5:#ff2357;--sidebar:#171717;--sidebar-foreground:#fafafa;--sidebar-primary:#1447e6;--sidebar-primary-foreground:#fafafa;--sidebar-accent:#262626;--sidebar-accent-foreground:#fafafa;--sidebar-border:#ffffff1a;--sidebar-ring:#737373}@supports (color:lab(0% 0 0)){.dark{--background:lab(2.75381% 0 0);--foreground:lab(98.26% 0 0);--card:lab(7.78201% -.0000149012 0);--card-foreground:lab(98.26% 0 0);--popover:lab(7.78201% -.0000149012 0);--popover-foreground:lab(98.26% 0 0);--primary:lab(90.952% 0 -.0000119209);--primary-foreground:lab(7.78201% -.0000149012 0);--secondary:lab(15.204% 0 -.00000596046);--secondary-foreground:lab(98.26% 0 0);--muted:lab(15.204% 0 -.00000596046);--muted-foreground:lab(66.128% -.0000298023 .0000119209);--accent:lab(15.204% 0 -.00000596046);--accent-foreground:lab(98.26% 0 0);--destructive:lab(63.7053% 60.745 31.3109);--border:lab(100% 0 0/.1);--input:lab(100% 0 0/.15);--ring:lab(48.496% 0 0);--chart-1:lab(36.9089% 35.0961 -85.6872);--chart-2:lab(66.9756% -58.27 19.5419);--chart-3:lab(72.7183% 31.8672 97.9407);--chart-4:lab(52.0183% 66.11 -78.2316);--chart-5:lab(56.101% 79.4328 31.4532);--sidebar:lab(7.78201% -.0000149012 0);--sidebar-foreground:lab(98.26% 0 0);--sidebar-primary:lab(36.9089% 35.0961 -85.6872);--sidebar-primary-foreground:lab(98.26% 0 0);--sidebar-accent:lab(15.204% 0 -.00000596046);--sidebar-accent-foreground:lab(98.26% 0 0);--sidebar-border:lab(100% 0 0/.1);--sidebar-ring:lab(48.496% 0 0)}}@layer base{body{background-color:var(--color-background);color:var(--color-foreground)}}
.Section-desktop-module-scss-module__hIREga__Section{border-top:1px solid;border-radius:4px;margin-top:34px;padding:14px 28px;line-height:170%}.Section-desktop-module-scss-module__hIREga__Section h3{margin-bottom:14px;font-size:22pt;font-weight:500}.Section-desktop-module-scss-module__hIREga__Section p{font-size:17px;line-height:190%}.Section-desktop-module-scss-module__hIREga__Section p table{border-color:gray}.Section-desktop-module-scss-module__hIREga__Section p table thead th{padding:14px}.Section-desktop-module-scss-module__hIREga__Section p table tbody td{padding:8px 14px}
.Section-light-module-scss-module__TTMKka__Section{background-color:#fafafa;border-color:#35454d86}.Section-light-module-scss-module__TTMKka__Section h3{color:#37474f}.Section-light-module-scss-module__TTMKka__Section p table{border-color:#000}

.Section-dark-module-scss-module__jHTehW__Section{background-color:#141419;border-color:#35454d86}.Section-dark-module-scss-module__jHTehW__Section h3{color:#bbc8ce}.Section-dark-module-scss-module__jHTehW__Section p{color:#e6e6e6}.Section-dark-module-scss-module__jHTehW__Section p table{color:#fff;background-color:#232323;border:1px solid}
.CodeBlock-desktop-module-scss-module__-iww4W__CodeBlock{margin:8px 0}.CodeBlock-desktop-module-scss-module__-iww4W__CodeBlock.CodeBlock-desktop-module-scss-module__-iww4W__disabled{pointer-events:none;opacity:.5}.CodeBlock-desktop-module-scss-module__-iww4W__code__run__button{border:1px solid;margin:1% .5%;font-size:80%;line-height:200%}.CodeBlock-desktop-module-scss-module__-iww4W__code__run__button:hover{font-size:80%}.CodeBlock-desktop-module-scss-module__-iww4W__code__run__button:focus{border-radius:1px;outline:none}.CodeBlock-desktop-module-scss-module__-iww4W__block{padding:6px 14px}.CodeBlock-desktop-module-scss-module__-iww4W__edit__button,.CodeBlock-desktop-module-scss-module__-iww4W__copy__button{border-radius:4px;padding:4px;font-size:10px}.CodeBlock-desktop-module-scss-module__-iww4W__CodeBlock__output{padding:14px 16px}.CodeBlock-desktop-module-scss-module__-iww4W__output__body{border:2px solid;padding:16px}.CodeBlock-desktop-module-scss-module__-iww4W__no__title{opacity:0;border:2px solid;border-radius:4px;margin-bottom:2px;padding:4px;font-size:12px;display:block}.CodeBlock-desktop-module-scss-module__-iww4W__success__title{border-radius:4px;margin-bottom:0;padding:4px;font-size:12px;display:block}.CodeBlock-desktop-module-scss-module__-iww4W__error__title{border:2px solid;border-radius:4px;margin-bottom:0;padding:4px;font-size:12px;display:block}
.CodeBlock-light-module-scss-module__DLh4yq__CodeBlock__input{background-image:linear-gradient(to bottom right,#11323db3,#2a324db3)}.CodeBlock-light-module-scss-module__DLh4yq__code__run__button{color:#007bff;background-color:#fff;border:1px solid #007bff}.CodeBlock-light-module-scss-module__DLh4yq__code__run__button:hover{color:#fff;background-color:#007bff;border-color:#007bff}.CodeBlock-light-module-scss-module__DLh4yq__code__run__button:focus{box-shadow:0 0 0 3.5pt #87cefa}.CodeBlock-light-module-scss-module__DLh4yq__CodeBlock__output{background-image:linear-gradient(to bottom right,#11323db3,#2a324db3)}.CodeBlock-light-module-scss-module__DLh4yq__output__body{color:#fff;background-color:#000}.CodeBlock-light-module-scss-module__DLh4yq__no__title{color:#000;background-color:#fff}.CodeBlock-light-module-scss-module__DLh4yq__success__title{color:green;background-color:#fff;border-color:green}.CodeBlock-light-module-scss-module__DLh4yq__error__title{color:red;background-color:#fff;border-color:red}

.CodeBlock-dark-module-scss-module__nLbbEa__CodeBlock__input{background-image:linear-gradient(to bottom right,#11323db3,#2a324db3)}.CodeBlock-dark-module-scss-module__nLbbEa__code__run__button{color:#007bff;background-color:#fff;border:1px solid #007bff}.CodeBlock-dark-module-scss-module__nLbbEa__code__run__button:hover{color:#fff;background-color:#007bff;border-color:#007bff}.CodeBlock-dark-module-scss-module__nLbbEa__code__run__button:focus{box-shadow:0 0 0 3.5pt #87cefa}.CodeBlock-dark-module-scss-module__nLbbEa__CodeBlock__output{background-image:linear-gradient(to bottom right,#11323db3,#2a324db3)}.CodeBlock-dark-module-scss-module__nLbbEa__output__body{color:#fff;background-color:#000}.CodeBlock-dark-module-scss-module__nLbbEa__no__title{color:#000;background-color:#fff}.CodeBlock-dark-module-scss-module__nLbbEa__success__title{color:green;background-color:#fff;border-color:green}.CodeBlock-dark-module-scss-module__nLbbEa__error__title{color:red;background-color:#fff;border-color:red}
.SyntaxBlock-module-scss-module___LfF0W__SyntaxBlock{border:1px solid gray;border-radius:4px;padding:14px}
