.FM-Trust-Logos{display:grid;grid-template-columns:1fr;justify-content:center;-moz-column-gap:var(--fm-space-64);column-gap:var(--fm-space-64);row-gap:var(--fm-space-24);text-align:center}@media only screen and (min-width:550px){.FM-Trust-Logos{grid-template-columns:1fr 1fr}}@media only screen and (min-width:900px){.FM-Trust-Logos{display:flex}}.FM-Round-Thumbnail-Item{text-decoration:none;width:100%}.FM-Round-Thumbnail-Item .wrap{display:flex;flex-direction:row;align-items:center;gap:var(--fm-space-12)}.FM-Round-Thumbnail-Item .thumbnail{align-items:center;background:var(--fm-gray-2);border-radius:32px;display:flex;flex-shrink:0;line-height:0;height:64px;justify-content:center;overflow:hidden;width:64px}.FM-Round-Thumbnail-Item .thumbnail img{height:auto;width:100%}.FM-Round-Thumbnail-Item .text{line-height:1.4}.FM-Round-Thumbnail-Item .main,.FM-Round-Thumbnail-Item .main a{color:#fff;font-size:var(--fm-font-18);font-weight:var(--fm-fw-bold);line-height:1.2;margin:0}.FM-Round-Thumbnail-Item .secondary{color:var(--fm-gray-5);font-size:var(--fm-font-16);margin:0}.FM-Testimonial{container:Testimonial/inline-size;background:linear-gradient(90deg,#1f1f1f .04%,#101010);border-radius:var(--fm-radius-medium);padding:var(--fm-space-24);text-align:left}.FM-Testimonial blockquote{padding-top:calc(var(--fm-space-24) + var(--fm-space-12));background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2227%22%20fill%3D%22none%22%20viewBox%3D%220%200%2038%2027%22%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22.013%22%20x2%3D%2238.001%22%20y1%3D%224.775%22%20y2%3D%224.777%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23c02d28%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e66225%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23a)%22%20d%3D%22M15.473.445v4.85c-3.58%201.039-7.505%203.233-9.007%206.812.809-.115%201.502-.346%202.194-.346%204.273%200%207.044%202.887%207.044%207.16%200%204.387-3.464%207.505-7.62%207.505C3.001%2026.426%200%2021.692%200%2016.957%200%208.643%208.199%202.523%2015.473.445m22.296%200v4.85c-3.58%201.039-7.506%203.233-9.007%206.812.808-.115%201.501-.346%202.194-.346%204.273%200%207.044%202.887%207.044%207.16%200%204.387-3.464%207.505-7.621%207.505-5.08%200-8.083-4.734-8.083-9.469%200-8.314%208.198-14.434%2015.473-16.512%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;background-size:32px 24px;font-size:var(--fm-font-16);line-height:1.4;margin:0 0 var(--fm-space-24);min-height:24px}.FM-Testimonial .FM-Round-Thumbnail-Item .fallback{width:60%}.FM-Media-Carousel{--carousel-width:100%;--carousel-count:1;--carousel-gap:var(--fm-space-24);--carousel-controls-bg:var(--fm-gray-1);position:relative}.FM-Media-Carousel .carousel-content{--auto-columns:calc((var(--carousel-width) - var(--carousel-gap) * (-1 + var(--carousel-count))) / var(--carousel-count));display:grid;grid-auto-flow:column;grid-auto-columns:var(--auto-columns);grid-column-gap:var(--carousel-gap);overflow-x:scroll;scrollbar-width:none;overscroll-behavior-x:contain;position:relative}.FM-Media-Carousel .carousel-content::-webkit-scrollbar{display:none}.FM-Media-Carousel .carousel-content .carousel-item{height:100%}.FM-Media-Carousel .left-arrow,.FM-Media-Carousel .right-arrow{display:flex;flex-flow:column nowrap;justify-content:center;position:absolute;top:50%;height:50px;opacity:0;transition:transform .3s,opacity .2s}.FM-Media-Carousel .left-arrow>button,.FM-Media-Carousel .right-arrow>button{color:var(--fm-gray-4);display:inline-flex;justify-content:center;align-items:center;background:light-dark(var(--white),var(--fm-gray-3));height:100%;aspect-ratio:1;border-radius:50%;border:none;padding:0}.FM-Media-Carousel .left-arrow:hover>button,.FM-Media-Carousel .right-arrow:hover>button{color:light-dark(var(--fm-color-gray-5),var(--white))}.FM-Media-Carousel .left-arrow{left:0;transform:translate(-100%,-50%)}.FM-Media-Carousel .left-arrow.active{opacity:1;transform:translate(calc(-50% + 5px),-50%)}.FM-Media-Carousel .left-arrow button{box-shadow:5px 0 8px 0 var(--fm-gray-1)}.FM-Media-Carousel .right-arrow{right:0;transform:translate(100%,-50%)}.FM-Media-Carousel .right-arrow.active{opacity:1;transform:translate(calc(50% - 5px),-50%)}.FM-Media-Carousel .right-arrow button{box-shadow:-5px 0 8px 0 var(--fm-gray-1)}.FM-Media-Carousel:not(:has(.carousel-item:not([data-state=visible]))) .left-arrow,.FM-Media-Carousel:not(:has(.carousel-item:not([data-state=visible]))) .right-arrow{display:none}.FM-Media-Carousel-Item{background:var(--fm-gray-1);border-radius:var(--fm-radius-medium);display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:center;height:100%;gap:var(--fm-space-16);padding:var(--fm-space-24);position:relative}.FM-Media-Carousel-Item .item-header{text-align:center;text-wrap:balance}.FM-Media-Carousel-Item .item-header .secondary{color:var(--fm-gray-5);font-size:var(--fm-font-14)}.FM-Media-Carousel-Item .item-body{color:var(--fm-gray-5);font-size:var(--fm-font-12);display:flex;flex-flow:column nowrap;gap:var(--fm-space-16);align-items:center;text-align:center}.FM-Media-Carousel-Item .item-body .thumbnail-wrap{height:150px;width:150px}.FM-Media-Carousel-Item .item-body .quiz-btn{display:flex;align-items:center;gap:var(--fm-space-6);border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.05);box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.05);padding:4px var(--fm-space-6);margin-top:8px}.FM-Media-Carousel-Item .item-body .quiz-btn.passing{background:rgba(0,219,131,.15)}.FM-Media-Carousel-Item .item-body .quiz-btn.needs-review{background:rgba(230,98,37,.15)}.FM-Media-Carousel-Item .progress{position:absolute;bottom:-5px;left:0;background:var(--fm-gray-3);height:5px;width:100%;margin-bottom:5px}.FM-Media-Carousel-Item .progress .highlight{background:var(--fm-red-1);height:100%}@media screen and (min-width:600px){.FM-Media-Carousel{--carousel-count:2}.left-arrow.active{transform:translate(-50%,-50%)}.right-arrow.active{transform:translate(50%,-50%)}}@media screen and (min-width:950px){.FM-Media-Carousel{--carousel-count:3}}.FM-Path-List{display:grid;grid-template-columns:1fr;gap:var(--fm-space-24)}@media screen and (min-width:800px){.FM-Path-List{grid-template-columns:1fr 1fr}}.FM-Path-Item{container:FM-Path-Item/inline-size;container-name:FM-Path-Item}.FM-Path-Item .path-item-inner{--gradient-breakpoint:120px;border-radius:var(--fm-radius-medium);border:1px solid var(--fm-gray-3);padding:var(--fm-space-16);height:100%;line-height:1.4;font-size:14px;display:grid;-moz-column-gap:var(--fm-space-24);column-gap:var(--fm-space-24);row-gap:var(--fm-space-24);grid-template-areas:"icon content" "meta meta";grid-template-columns:min-content auto;flex-flow:row nowrap;text-decoration:none;color:inherit;background:linear-gradient(90deg,color-mix(in srgb,var(--accent-color) 45%,transparent) 0,color-mix(in srgb,var(--fm-gray-2) 30%,transparent) var(--gradient-breakpoint));transition:box-shadow .3s ease,transform .3s ease}.FM-Path-Item .path-item-inner .path-item-icon{grid-area:icon}.FM-Path-Item .path-item-inner .path-item-icon .FM-Path-Progress{--diameter:80px}.FM-Path-Item .path-item-inner .path-item-icon .FM-Path-Progress .percentage{font-size:var(--fm-font-24)}.FM-Path-Item .path-item-inner .path-item-icon .FM-Path-Progress .icon{--size:80px}.FM-Path-Item .path-item-inner .path-item-icon .icon-wrap{height:80px;aspect-ratio:1;background:var(--icon-image);background-size:cover;background-repeat:no-repeat;opacity:.7}.FM-Path-Item .path-item-inner .path-item-icon .icon-wrap svg{height:100%;width:100%}.FM-Path-Item .path-item-inner .path-item-text{grid-area:content}.FM-Path-Item .path-item-inner .path-item-text header{font-size:var(--fm-font-18);margin-bottom:var(--fm-space-12)}.FM-Path-Item .path-item-inner .path-item-text header .path-title{display:flex;align-items:center;color:var(--fm-gray-8);font-weight:var(--fm-fw-bold)}.FM-Path-Item .path-item-inner .path-item-text header .path-title>svg.angle-bracket{color:var(--accent-color,var(--fm-gray-8));transition:transform .3s ease}.FM-Path-Item .path-item-inner .team-path-stats,.FM-Path-Item .path-item-inner .team-path-stats>div{display:flex;flex-flow:row nowrap;gap:var(--fm-space-6);align-items:center}.FM-Path-Item .path-item-inner .total-time{grid-area:meta;align-self:end;border-top:1px solid var(--fm-gray-3);font-weight:700;padding-top:var(--fm-space-16)}.FM-Path-Item.core .path-item-inner{background:linear-gradient(270deg,#222 14.93%,rgba(34,34,34,0) 114.01%),linear-gradient(0deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%),var(--bg-image) no-repeat;background-size:cover;background-position:50%}.FM-Path-Item:hover .path-item-inner{box-shadow:0 8px 25px -2px hsla(0,0%,100%,.1);transform:translate(2px,-2px)}.FM-Path-Item:hover .path-item-inner .path-item-text header .path-title{color:var(--white)}.FM-Path-Item:hover .path-item-inner .path-item-text header .path-title>svg.angle-bracket{transform:translateX(6px)}@container FM-Path-Item (min-width: 500px){.FM-Path-Item .path-item-inner{--gradient-breakpoint:200px;-moz-column-gap:var(--fm-space-48);column-gap:var(--fm-space-48);row-gap:0;grid-template-areas:"icon content" "icon meta"}.FM-Path-Item .path-item-inner .path-item-icon{grid-area:icon}.FM-Path-Item .path-item-inner .path-item-icon .FM-Path-Progress{--diameter:120px}.FM-Path-Item .path-item-inner .path-item-icon .FM-Path-Progress .percentage{font-size:var(--fm-font-36)}.FM-Path-Item .path-item-inner .path-item-icon .FM-Path-Progress .icon{--size:90px}.FM-Path-Item .path-item-inner .path-item-icon .icon-wrap{height:120px}}.FM-Workshop-Item{border-radius:var(--fm-radius-medium);border:1px solid var(--fm-gray-2);color:var(--white);overflow:hidden;position:relative}.FM-Workshop-Item,.FM-Workshop-Item .bg-image{aspect-ratio:.81/1}.FM-Workshop-Item .bg-image img{height:100%;width:100%}.FM-Workshop-Item .content{position:absolute;padding:24px;bottom:0;left:0;width:100%}.FM-Workshop-Item .content .date{font-size:var(--fm-font-14);color:var(--fm-gray-5);margin-bottom:var(--fm-space-6)}.FM-Workshop-Item .content h2{margin:0}.FM-Workshop-Item .content h2:after{display:block;content:"";height:1px;background:var(--fm-red-2);width:36%;margin:12px 0}.FM-Workshop-Item .content .footer{display:flex;flex-flow:row;justify-content:space-between;align-items:center;gap:var(--fm-space-12)}.FM-Workshop-Item .content .footer .teacher{display:flex;flex-flow:row;align-items:center;gap:var(--fm-space-6);font-size:var(--fm-font-14)}.FM-Workshop-Item .content .footer .teacher .teacher-name{font-weight:var(--fm-fw-bold)}.FM-Workshop-Item .content .footer .teacher .teacher-org{color:var(--fm-gray-5)}.FM-Workshop-Item .content .footer .info{color:var(--fm-gray-4)}.FM-Workshop-Item .content .footer .info:hover{color:var(--fm-gray-6)}@keyframes loading-pulse{0%{opacity:1}to{opacity:.25}}.PromoPlayer{border:0;display:block;font-size:0;padding:0;width:100%}.PromoPlayer .vjs-poster img[loading=lazy]{opacity:1}.PromoPlayer.placeholder{container:player/inline-size;aspect-ratio:16/9;background:#000;cursor:pointer;position:relative}.PromoPlayer.placeholder:after{background:var(--fem-red) url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%2010v28l22-14z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;background-size:40px;border-radius:100px;color:#fff;content:"";left:50%;height:60px;opacity:.75;position:absolute;pointer-events:none;text-align:center;top:50%;transition:all .3s;transform:translate(-50%,-50%);width:60px}@container player (min-width: 500px){.PromoPlayer.placeholder:after{background-size:60px;height:96px;width:96px}}.PromoPlayer.placeholder:hover:after{opacity:.9}.PromoPlayer.placeholder.loading:after{animation:loading-pulse .75s linear infinite alternate}.PromoPlayer.placeholder.preview:after{background-color:var(--fm-gray-2);background-position-x:var(--fm-space-12);background-size:48px;content:"Preview";font-size:var(--fm-font-24);font-weight:var(--fm-fw-medium);height:auto;padding:var(--fm-space-16) var(--fm-space-24) var(--fm-space-16) calc(38px + var(--fm-space-24));width:auto}.FM-Features{display:flex;justify-content:center;gap:calc(2 * var(--fm-space-64));font-size:var(--fm-font-18)}.FM-Features .feature-item{text-align:center}.FM-Features .feature-item .icon{font-size:56px;font-weight:700;background:linear-gradient(90deg,var(--fm-red-1),var(--fm-orange-2));-webkit-background-clip:text;background-clip:text;display:block;color:transparent;height:70px;overflow:hidden}@media screen and (max-width:1024px){.FM-Features{display:grid;justify-items:center;grid-template-columns:repeat(2,200px);grid-gap:var(--fm-space-48)}}@media screen and (max-width:650px){.FM-Features{grid-template-columns:1fr}}@keyframes fade-up{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Testimonial-Wall{align-items:center;display:flex;flex-direction:column;gap:var(--fm-space-24)}.Testimonial-Wall .FM-Testimonial,.Testimonial-Wall .testimonials{width:100%}.Testimonial-Wall .testimonials{display:flex;flex-direction:column;gap:var(--fm-space-24)}@media screen and (min-width:600px){.Testimonial-Wall .testimonials{align-items:center;flex-direction:row}}.Testimonial-Wall.masonry .testimonials{display:block}.Testimonial-Wall.masonry .FM-Testimonial{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:var(--fm-space-24)}.Testimonial-Wall.masonry .hidden{display:none}.Testimonial-Wall.masonry .added{display:block;animation:fade-up .3s}@media screen and (min-width:600px){.Testimonial-Wall.masonry .testimonials{-moz-columns:2;columns:2;-moz-column-gap:var(--fm-space-24);column-gap:var(--fm-space-24);-moz-column-fill:balance;column-fill:balance}}@media screen and (min-width:600px) and (max-width:899px){.Testimonial-Wall.masonry .column-1-2{-moz-column-break-inside:avoid;break-inside:avoid}}@media screen and (min-width:900px){.Testimonial-Wall.masonry .testimonials{-moz-columns:3;columns:3}.Testimonial-Wall.masonry .column-1-3{-moz-column-break-inside:avoid;break-inside:avoid}}.carousel-sections{container:CarouselSections/inline-size;display:flex;flex-flow:column nowrap;gap:var(--fm-space-36);margin-bottom:var(--fm-space-36)}.carousel-sections[data-carousel-sections=search]:empty{margin-bottom:0;position:absolute;z-index:-1}.carousel-sections[data-carousel-sections=search]:not(:empty)~.FeaturedTutorialContainer,.carousel-sections[data-carousel-sections=search]:not(:empty)~.carousel-sections{display:none}.carousel-sections[data-carousel-sections=search]:empty~.carousel-sections{display:flex}.carousel-sections[data-carousel-sections=search] .CarouselLoadingWrapInitial,.carousel-sections[data-carousel-sections=search] .TutorialLoadingWrap{display:flex;justify-content:center}.carousel-sections[data-carousel-sections=search] .CarouselLoadingWrapInitial{min-height:10000px}.carousel-sections .carousel-section header{display:flex;align-items:center;gap:var(--fm-space-6);border-bottom:1px solid var(--fm-gray-3);padding-bottom:var(--fm-space-12);margin-bottom:var(--fm-space-24);position:relative;z-index:2}.carousel-sections .carousel-section header .carousel-section-title{display:flex;flex-flow:row nowrap;align-items:center;gap:var(--fm-space-6);height:var(--fm-space-24)}.carousel-sections .carousel-section header .carousel-section-title img{width:unset}.carousel-sections .carousel-section header .carousel-section-title strong{font-size:var(--fm-font-18);font-weight:var(--fm-fw-bold);text-transform:uppercase}.carousel-sections .carousel-section header .carousel-section-title .search-count{color:var(--fm-gray-5)}.carousel-sections .carousel-section header .carousel-section-title .carousel-section-more{margin-left:var(--fm-space-6)}.carousel-sections .carousel-section header .carousel-section-title .clear-search{font-size:var(--fm-font-14)}.carousel-sections .carousel-section header .carousel-controls{display:flex;color:var(--fm-gray-3);flex-flow:row nowrap;justify-content:flex-end;align-items:center;gap:var(--fm-space-12);font-size:var(--fm-font-16);font-weight:var(--fm-fw-normal);margin-left:auto;position:relative}.carousel-sections .carousel-section header .carousel-controls .tutorial-sort{position:absolute}.carousel-sections .carousel-section .searchable-page-grid{display:grid;grid-template-columns:1fr;gap:var(--fm-space-24)}@container CarouselSections (min-width: 600px){.carousel-sections .carousel-section .searchable-page-grid{grid-template-columns:1fr 1fr}}@container CarouselSections (min-width: 750px){.carousel-sections .carousel-section .searchable-page-grid{grid-template-columns:1fr 1fr 1fr}}@container CarouselSections (min-width: 980px){.carousel-sections .carousel-section .searchable-page-grid{grid-template-columns:1fr 1fr 1fr 1fr}}.WorkshopHero{border-radius:var(--fm-radius-medium);overflow:hidden;position:relative;margin-bottom:var(--fm-space-64)}.WorkshopHero .bg-image{width:100%;aspect-ratio:1.74/1}.WorkshopHero .bg-image img{height:100%;width:100%}.WorkshopHero .WorkshopHero-content{display:flex;flex-flow:column nowrap;gap:clamp(12px,2.6vw,36px);position:relative;margin:0}.WorkshopHero .WorkshopHero-content .icon{display:none;border-radius:var(--fm-radius-medium);border:1px solid var(--fm-gray-2);width:clamp(80px,10.7vw,150px);aspect-ratio:1/1;overflow:hidden}.WorkshopHero .WorkshopHero-content .icon img{height:100%;width:100%}.WorkshopHero .WorkshopHero-content>header{width:100%}.WorkshopHero .WorkshopHero-content>header .status{color:var(--fm-yellow-1);font-weight:var(--fm-fw-bold);text-transform:uppercase}.WorkshopHero .WorkshopHero-content>header h2.title{font-size:clamp(18px,3.8vw,48px);margin:clamp(8px,1.7vw,24px) 0 clamp(12px,2.6vw,36px)}.WorkshopHero .WorkshopHero-content>header .teacher{font-size:var(--fm-font-18);font-weight:var(--fm-fw-bold)}.WorkshopHero .WorkshopHero-content>header .teacher .org{color:var(--fm-gray-5);font-weight:var(--fm-fw-regular)}.WorkshopHero .WorkshopHero-content>footer .buttons{display:flex;gap:var(--fm-space-24)}.WorkshopHero .WorkshopHero-content>footer .schedule{border-top:1px solid var(--fm-gray-2);margin-top:var(--fm-space-24);padding-top:var(--fm-space-24);display:flex;flex-flow:column nowrap;gap:var(--fm-space-12)}.WorkshopHero .WorkshopHero-content>footer .schedule .schedule-item{display:flex;flex-flow:row nowrap;align-items:center;gap:var(--fm-space-6);font-size:var(--fm-font-14)}.WorkshopHero .WorkshopHero-content>footer .schedule .schedule-item svg{color:var(--fm-red-3)}@media screen and (min-width:750px){.WorkshopHero .WorkshopHero-content{position:absolute;top:50%;left:0;transform:translateY(-50%);margin:0 clamp(24px,3.4vw,48px)}.WorkshopHero .WorkshopHero-content>header{width:60%}.WorkshopHero .WorkshopHero-content>footer .schedule{flex-flow:row nowrap;align-items:center;gap:var(--fm-space-36)}}@media screen and (min-width:1000px){.WorkshopHero{margin-bottom:var(--fm-space-64)}.WorkshopHero .WorkshopHero-content .icon{display:block}}.Hero-Carousel{display:flex;gap:var(--fm-space-24);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%;anchor-name:var(--_anchor)}.Hero-Carousel::-webkit-scrollbar{display:none}.Hero-Carousel>*{flex:0 0 100%;scroll-snap-align:center}.Hero-Carousel-Controls{display:flex;justify-content:center;gap:var(--fm-space-12);position:absolute;position-anchor:var(--_anchor);bottom:anchor(bottom);right:anchor(right);margin-right:var(--fm-space-12);margin-bottom:var(--fm-space-64)}.Hero-Carousel-Dot{width:10px;height:10px;border-radius:100px;border:none;padding:0;background:var(--fm-gray-4);cursor:pointer;transition:background .2s,width .2s}.Hero-Carousel-Dot.active{background:var(--fm-red-2);width:24px}@media screen and (min-width:750px){.Hero-Carousel-Controls{margin-right:var(--fm-space-48);margin-bottom:var(--fm-space-78)}}.FM-Media-Carousel .carousel-content .carousel-item,.FM-Media-Carousel .carousel-content .carousel-item:hover{background:none}.course-item{--progress-color:var(--fm-gradient-3);display:flex;flex-flow:column nowrap;font-size:var(--fm-font-14);justify-content:flex-start;width:100%;position:relative;background:var(--fm-gray-2);border-radius:var(--fm-radius-medium);overflow:hidden}.course-item:hover .course-item-image img{opacity:1}.course-item .course-item-image{position:absolute;width:100%}.course-item .course-item-image img{opacity:.7}.course-item .course-item-spacer{flex:1 0 auto;display:block;aspect-ratio:2/1}.course-item .course-item-detail{flex:0 0 auto;background-color:rgba(62,62,62,.96);display:flex;flex-flow:column nowrap;justify-content:space-between;gap:var(--fm-space-12);padding:var(--fm-space-12);padding-bottom:var(--fm-space-12);position:relative;width:100%}.course-item .course-item-detail h2{font-size:var(--fm-font-18);height:2lh;margin:0}.course-item .course-item-detail .course-item-detail-bottom{color:var(--fm-gray-8);display:flex;flex-flow:column;gap:var(--fm-space-12)}.course-item .course-item-detail .course-item-detail-bottom .bottom-wrap{display:flex;flex-flow:row;align-items:flex-end}.course-item .course-item-detail .course-item-detail-bottom .bottom-wrap .FM-Round-Thumbnail-Item{width:unset;flex-grow:1}.course-item .course-item-detail .course-item-detail-bottom .bottom-wrap .FM-Round-Thumbnail-Item .thumbnail{height:50px;width:50px}.course-item .course-item-detail .course-item-detail-bottom .bottom-wrap .FM-Round-Thumbnail-Item .text .main{font-size:var(--fm-font-12);font-weight:var(--fm-fw-bold);text-transform:uppercase}.course-item .course-item-detail .course-item-detail-bottom .bottom-wrap .FM-Round-Thumbnail-Item .text .secondary{--line-count:1;color:var(--fm-gray-8);font-size:var(--fm-font-12)}.course-item .course-item-detail .course-item-detail-bottom .bottom-wrap .icon-wrap{display:flex;flex-direction:column;gap:var(--fm-space-6)}.course-item .course-item-detail .course-item-detail-bottom .bottom-wrap .icon-wrap .info-icon{height:18px;width:18px;position:relative;color:var(--fm-gray-4)}.course-item .course-item-detail .course-item-detail-bottom .bottom-wrap .icon-wrap .info-icon:hover{color:var(--fm-gray-6)}.course-item .course-item-detail .course-item-detail-bottom .bottom-wrap .icon-wrap .quiz-icon{height:18px;width:18px;position:relative;color:var(--fm-orange-3)}.course-item .course-item-detail .course-item-detail-bottom .bottom-wrap .icon-wrap .quiz-icon:hover{color:var(--fm-orange-3)}.course-item .course-item-detail .course-item-detail-bottom .bottom-wrap .icon-wrap .quiz-icon.passing{color:#00db83}.course-item .course-item-detail .course-item-detail-bottom .bottom-wrap .icon-wrap .quiz-icon.passing:hover{color:#26e89a}.course-item .course-item-detail .player-btn{flex-basis:100%;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;border-radius:var(--fm-radius-small);background:var(--black);font-size:var(--fm-font-14);padding:var(--fm-space-12) var(--fm-space-24)}.course-item .course-item-detail .player-btn:hover{background:var(--fm-gray-0)}.course-item .course-item-detail .drag-handle{display:none;padding:var(--fm-space-6);position:absolute;top:0;right:0;transform:translateY(-50%);height:34px;width:12px;background-color:var(--fm-gray-2);background-position:1px 50%;border-radius:2px 0 0 2px;box-shadow:0 0 20px 0 rgba(0,0,0,.8);border:1px solid var(--fm-gray-3);border-right:none}.course-item .completed-icon{display:flex;justify-content:center;align-items:center;box-sizing:content-box;height:28px;width:28px;background:var(--fm-green-1);border-radius:50%;box-shadow:1px 1px 6px 0 rgba(0,0,0,.25);position:absolute;top:var(--fm-space-6);left:var(--fm-space-6);z-index:3}.course-item .FM-BtnBookmark{--bookmark-size:24px;position:absolute;top:var(--fm-space-6);right:var(--fm-space-6)}.course-item .course-progress-bar{--progress:0;background-color:transparent;height:6px;width:100%;position:absolute;bottom:0;left:0}.course-item .course-progress-bar:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--progress-color);mask:linear-gradient(to right,#000 var(--progress,0),transparent var(--progress,0));-webkit-mask:linear-gradient(to right,#000 var(--progress,0),transparent var(--progress,0))}.course-item.complete{--progress-color:var(--fm-green-1)}.course-item .play-next-button{position:absolute;top:var(--fm-space-6);left:var(--fm-space-6);z-index:3;height:30px;width:30px;display:flex;justify-content:center;align-items:center;background-color:var(--fm-red-1);border-radius:50%}.HomeHero{background:#000}.HomeHero .HomeHero-bg{position:relative;min-height:650px;background-size:cover;background-position:right 40% top;align-items:center;max-width:1650px;margin:0 auto}.HomeHero .HomeHero-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(rgba(50,50,50,.5),transparent 15%,transparent 90%,rgba(0,0,0,.5))}.HomeHero .HomeHero-bg:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#000,transparent 50%)}@media screen and (min-width:1650px){.HomeHero .HomeHero-bg:after{background:linear-gradient(90deg,#000,transparent 60%,transparent 85%,#000)}}.HomeHero .hero-text{margin:auto}.HomeHero h1,.HomeHero h2{text-shadow:0 0 20px rgba(0,0,0,.75);text-wrap:balance}.HomeHero h1{padding-bottom:var(--fm-space-12)}.HomeHero .content{align-items:center;width:100%;position:absolute;bottom:50px;left:0}.HomeHero .content .content-text{border-radius:var(--fm-radius-medium);max-width:650px;padding:var(--fm-space-24);position:relative;z-index:1}.HomeHero .HomeHero-bg{background-position:right 25% top}.HomeHero .HomeHero-quote{background:rgba(0,0,0,.7);position:relative;color:#fff;max-width:80%;margin:0 auto;z-index:999;display:none}.HomeHero .HomeHero-quote blockquote{background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2227%22%20fill%3D%22none%22%20viewBox%3D%220%200%2038%2027%22%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22.013%22%20x2%3D%2238.001%22%20y1%3D%224.775%22%20y2%3D%224.777%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23c02d28%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e66225%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23a)%22%20d%3D%22M15.473.445v4.85c-3.58%201.039-7.505%203.233-9.007%206.812.809-.115%201.502-.346%202.194-.346%204.273%200%207.044%202.887%207.044%207.16%200%204.387-3.464%207.505-7.62%207.505C3.001%2026.426%200%2021.692%200%2016.957%200%208.643%208.199%202.523%2015.473.445m22.296%200v4.85c-3.58%201.039-7.506%203.233-9.007%206.812.808-.115%201.501-.346%202.194-.346%204.273%200%207.044%202.887%207.044%207.16%200%204.387-3.464%207.505-7.621%207.505-5.08%200-8.083-4.734-8.083-9.469%200-8.314%208.198-14.434%2015.473-16.512%22%2F%3E%3C%2Fsvg%3E") no-repeat 100% 0;background-size:24px 20px;font-size:var(--fm-font-18);margin:var(--fm-space-24);padding:0 var(--fm-space-12);display:block}.HomeHero .HomeHero-quote .quote{text-wrap:balance}.HomeHero .HomeHero-quote .quote-wrap{padding-right:var(--fm-space-16)}.HomeHero .HomeHero-quote cite{font-size:var(--fm-font-18);font-style:normal}.HomeHero .HomeHero-quote .name-link{padding-right:var(--fm-space-12);font-weight:700}.HomeHero .HomeHero-quote .organization{color:var(--fm-gray-7)}@media screen and (min-width:1000px){.HomeHero .content{min-height:800px;display:flex;margin-top:0;position:relative;bottom:unset;left:unset}.HomeHero .HomeHero-quote{display:block;margin-top:var(--fm-space-48);position:absolute;max-width:50%;bottom:100px;right:0}}@media screen and (min-width:700px){body:not(:has(.SaleTray2026)) .HomeHero{margin-top:calc(-1 * var(--fm-header-height))}body:not(:has(.SaleTray2026)) .livestream-cta.active~.HomeHero{margin-top:0}body:not(:has(.SaleTray2026)) header.FM-Header-Main{background:none;border:none}body:not(:has(.SaleTray2026)) header.FM-Header-Main .FM-Header-Content a:not([class*=FM-Btn]):-moz-any-link{color:#fff;text-shadow:0 1px 3px var(--fm-gray-1)}body:not(:has(.SaleTray2026)) header.FM-Header-Main .FM-Header-Content a:not([class*=FM-Btn]):any-link{color:#fff;text-shadow:0 1px 3px var(--fm-gray-1)}body:not(:has(.SaleTray2026)) header.FM-Header-Main .FM-BGI-Link-Search{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M11%2019a8%208%200%201%200%200-16%208%208%200%200%200%200%2016M21%2021l-4.35-4.35%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}body:not(:has(.SaleTray2026)) header.FM-Header-Main .FM-Header-Content .header-nav .sub-nav{border:none;padding-top:var(--fm-space-12)}body:not(:has(.SaleTray2026)) header.FM-Header-Main .FM-Header-Content .header-nav .sub-nav li{background:hsla(0,0%,100%,.1)}}.HomeLiveStream{min-height:unset}.HomeLiveStream .HomeWorkshopPlayer{height:100%;width:100%;max-width:1152px;aspect-ratio:16/9;margin:0 auto;position:relative}.HomeLiveStream .HomeWorkshopPlayer .WorkshopVideo{height:100%}.HomeLiveStream .HomeWorkshopPlayer .vjs-control-bar{max-width:1152px;margin-left:auto;margin-right:auto}.HomeLiveStream .HomeWorkshopPlayer .vjs-messages-area{top:125px}.livestream-cta{position:relative}.livestream-cta .cta{background:var(--fm-gray-1);border-width:0 0 4px;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:var(--fm-space-12);line-height:1.4;padding:var(--fm-space-24) var(--fm-space-48);text-align:center}.livestream-cta .cta>:not(p){white-space:nowrap}.livestream-cta .cta>p{margin:0}.livestream-cta .cta .cta-tag{padding:2px 4px;border-radius:4px}.livestream-cta .close-container{max-width:1152px;margin:0 auto;position:relative}.livestream-cta .close{background:var(--fm-gray-8);border-radius:5px;color:var(--fm-gray-1);cursor:pointer;display:block;font-size:var(--fm-font-12);opacity:.4;padding:2px 6px;position:absolute;right:var(--fm-space-12);bottom:-26px;z-index:99}.livestream-cta .close:hover{opacity:.6}@media screen and (max-width:650px){.livestream-cta .cta{flex-flow:column nowrap;padding:var(--fm-space-24)}}.HomeLogos{text-align:center}.HomeLogos .FM-Heading-2{margin-top:var(--fm-space-24)}.HomeLogos .tech-logos{display:flex;justify-content:center;gap:var(--fm-space-48);margin:var(--fm-space-64) 0 0}.HomeLogos .tech-logos>[class^=FM-BGI-Link-]{height:80px;width:80px}.HomeLogos .tech-logos .FM-BGI-Link-JavaScript{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20630%20630%22%3E%3Cpath%20fill%3D%22%23f7df1e%22%20d%3D%22M0%200h630v630H0z%22%2F%3E%3Cpath%20d%3D%22M423.2%20492.19c12.69%2020.72%2029.2%2035.95%2058.4%2035.95%2024.53%200%2040.2-12.26%2040.2-29.2%200-20.3-16.1-27.49-43.1-39.3l-14.8-6.35c-42.72-18.2-71.1-41-71.1-89.2%200-44.4%2033.83-78.2%2086.7-78.2%2037.64%200%2064.7%2013.1%2084.2%2047.4l-46.1%2029.6c-10.15-18.2-21.1-25.37-38.1-25.37-17.34%200-28.33%2011-28.33%2025.37%200%2017.76%2011%2024.95%2036.4%2035.95l14.8%206.34c50.3%2021.57%2078.7%2043.56%2078.7%2093%200%2053.3-41.87%2082.5-98.1%2082.5-54.98%200-90.5-26.2-107.88-60.54zm-209.13%205.13c9.3%2016.5%2017.76%2030.45%2038.1%2030.45%2019.45%200%2031.72-7.61%2031.72-37.2v-201.3h59.2v202.1c0%2061.3-35.94%2089.2-88.4%2089.2-47.4%200-74.85-24.53-88.81-54.075z%22%2F%3E%3C%2Fsvg%3E")}.HomeLogos .tech-logos .FM-BGI-Link-TypeScript{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%20512%20512%22%3E%3Crect%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22%233178c6%22%20rx%3D%2250%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M317%20407v50c8.1%204.2%2018%207.3%2029%209.4s23%203.1%2035%203.1%2023-1.1%2034-3.4%2020-6.1%2028-11c8.1-5.3%2015-12%2019-21s7.1-19%207.1-32c0-9.1-1.4-17-4.1-24s-6.6-13-12-18c-5.1-5.3-11-10-18-14s-15-8.2-24-12c-6.6-2.7-12-5.3-18-7.9-5.2-2.6-9.7-5.2-13-7.8-3.7-2.7-6.5-5.5-8.5-8.4-2-3-3-6.3-3-10%200-3.4.89-6.5%202.7-9.3s4.3-5.1%207.5-7.1%207.2-3.5%2012-4.6c4.7-1.1%209.9-1.6%2016-1.6%204.2%200%208.6.31%2013%20.94%204.6.63%209.3%201.6%2014%202.9s9.3%202.9%2014%204.9c4.4%202%208.5%204.3%2012%206.9v-47c-7.6-2.9-16-5.1-25-6.5s-19-2.1-31-2.1-23%201.3-34%203.8-20%206.5-28%2012c-8.1%205.4-14%2012-19%2021-4.7%208.4-7%2018-7%2030%200%2015%204.3%2028%2013%2038%208.6%2011%2022%2019%2039%2027%206.9%202.8%2013%205.6%2019%208.3s11%205.5%2015%208.4c4.3%202.9%207.7%206.1%2010%209.5%202.5%203.4%203.8%207.4%203.8%2012%200%203.2-.78%206.2-2.3%209s-3.9%205.2-7.1%207.2-7.1%203.6-12%204.8c-4.7%201.1-10%201.7-17%201.7-11%200-22-1.9-32-5.7-11-3.8-21-9.5-30-17zm-84-123h64v-41H118v41h64v183h51z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")}.HomeLogos .tech-logos .FM-BGI-Link-Fullstack{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23f57722%22%20d%3D%22M10%2014c5.982%200%2010-1.81%2010-3.5V8.024a.5.5%200%200%200-.799-.4C17.211%209.112%2013.772%2010%2010%2010S2.789%209.112.799%207.624a.497.497%200%200%200-.799.4V10.5C0%2012.19%204.018%2014%2010%2014m0-5c5.607%200%2010-1.977%2010-4.5S15.607%200%2010%200%200%201.977%200%204.5%204.393%209%2010%209m.935%209.37a.5.5%200%200%200%20.258-.315%205.5%205.5%200%200%201%201.286-2.3.502.502%200%200%200-.403-.84c-.77.057-1.449.085-2.076.085-3.787%200-7.239-.743-9.235-1.988a.498.498%200%200%200-.765.425V15.5c0%201.666%203.963%203.469%209.864%203.498h.002a.5.5%200%200%200%20.33-.125c.232-.204.481-.373.739-.503M9%2021.5c0-.293.042-.597.124-.903a.5.5%200%200%200-.459-.629c-3.28-.157-6.16-.87-7.9-1.956a.498.498%200%200%200-.764.424v1.254c0%202.44%204.487%203.907%208.919%204.095h.021a.5.5%200%200%200%20.447-.725A3.4%203.4%200%200%201%209%2021.5%22%2F%3E%3Cpath%20fill%3D%22%2384bcf4%22%20d%3D%22M20.5%2017q-.137%200-.271.013A4.5%204.5%200%200%200%2016.5%2015a4.506%204.506%200%200%200-4.477%204.046A2.504%202.504%200%200%200%2010%2021.5c0%201.378%201.122%202.5%202.5%202.5h8c1.93%200%203.5-1.57%203.5-3.5S22.43%2017%2020.5%2017%22%2F%3E%3C%2Fsvg%3E")}.HomeLogos .tech-logos .FM-BGI-Link-NodeJS{background-image:url(https://cdn.master.dev/assets/fm-md/js/images/nodejs-plain-wordmark_696eb235.svg)}.HomeLogos .tech-logos .FM-BGI-Link-CSS3{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cg%20fill%3D%22%231572b6%22%3E%3Cpath%20d%3D%22m19.67%2026%208.069%2090.493%2036.206%2010.05%2036.307-10.063L108.33%2026zm69.21%2050.488L86.53%2098.38l.009%201.875L64%20106.55v.001l-.018.015-22.719-6.225L39.726%2083h11.141l.79%208.766%2012.347%203.295-.004.015v-.032l12.394-3.495L77.702%2077H51.795l-.222-2.355-.506-5.647L50.802%2066h27.886l1.014-11H37.229l-.223-2.589-.506-6.03L36.235%2043h55.597l-.267%203.334zM89%2014.374%2081.851%206H89V1H73v4.363L81.39%2013H73v5h16zm-19%200L63.193%206H70V1H55v4.363L62.733%2013H55v5h15zM52%2013h-8V6h8V1H38v17h14z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.HomeLogos .tech-logos .FM-BGI-Link-React{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cg%20fill%3D%22%2361dafb%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2247.5%22%20r%3D%229.3%22%2F%3E%3Cpath%20d%3D%22M64%2081.7C71.3%2088.8%2078.5%2093%2084.3%2093c1.9%200%203.7-.4%205.2-1.3%205.2-3%207.1-10.5%205.3-21.2-.3-1.9-.7-3.8-1.2-5.8%202-.6%203.8-1.2%205.6-1.8%2010.1-3.9%2015.7-9.3%2015.7-15.2%200-6-5.6-11.4-15.7-15.2-1.8-.7-3.6-1.3-5.6-1.8.5-2%20.9-3.9%201.2-5.8%201.7-10.9-.2-18.5-5.4-21.5-1.5-.9-3.3-1.3-5.2-1.3-5.7%200-13%204.2-20.3%2011.3C56.7%206.3%2049.5%202.1%2043.7%202.1c-1.9%200-3.7.4-5.2%201.3-5.2%203-7.1%2010.5-5.3%2021.2.3%201.9.7%203.8%201.2%205.8-2%20.6-3.8%201.2-5.6%201.8-10.1%203.9-15.7%209.3-15.7%2015.2%200%206%205.6%2011.4%2015.7%2015.2%201.8.7%203.6%201.3%205.6%201.8-.5%202-.9%203.9-1.2%205.8-1.7%2010.7.2%2018.3%205.3%2021.2%201.5.9%203.3%201.3%205.2%201.3%205.8.2%2013-4%2020.3-11m-5.6-13.5c1.8.1%203.7.1%205.6.1s3.8%200%205.6-.1c-1.8%202.4-3.7%204.6-5.6%206.7-1.9-2.1-3.8-4.3-5.6-6.7M46%2057.9c1%201.7%201.9%203.3%203%204.9-3.1-.4-6-.9-8.8-1.5.9-2.7%201.9-5.5%203.1-8.3.8%201.6%201.7%203.3%202.7%204.9m-5.8-24.1c2.8-.6%205.7-1.1%208.8-1.5-1%201.6-2%203.2-3%204.9s-1.9%203.3-2.7%205c-1.3-2.9-2.3-5.7-3.1-8.4m5.5%2013.7c1.3-2.7%202.7-5.4%204.3-8.1%201.5-2.6%203.2-5.2%204.9-7.8%203-.2%206-.3%209.1-.3%203.2%200%206.2.1%209.1.3%201.8%202.6%203.4%205.2%204.9%207.8%201.6%202.7%203%205.4%204.3%208.1-1.3%202.7-2.7%205.4-4.3%208.1-1.5%202.6-3.2%205.2-4.9%207.8-3%20.2-6%20.3-9.1.3-3.2%200-6.2-.1-9.1-.3-1.8-2.6-3.4-5.2-4.9-7.8-1.6-2.7-3-5.4-4.3-8.1m39.1-5.4-2.7-5c-1-1.7-1.9-3.3-3-4.9%203.1.4%206%20.9%208.8%201.5-.9%202.8-1.9%205.6-3.1%208.4m0%2010.8c1.2%202.8%202.2%205.6%203.1%208.3-2.8.6-5.7%201.1-8.8%201.5%201-1.6%202-3.2%203-4.9.9-1.5%201.8-3.2%202.7-4.9m2.3%2034.7c-.8.5-1.8.7-2.9.7-4.9%200-11-4-17-10%202.9-3.1%205.7-6.6%208.5-10.5%204.7-.4%209.2-1.1%2013.4-2.1.5%201.8.8%203.6%201.1%205.4%201.4%208.5.3%2014.6-3.1%2016.5m5.2-52.7c11.2%203.2%2017.9%208.1%2017.9%2012.6%200%203.9-4.6%207.8-12.7%2010.9-1.6.6-3.4%201.2-5.2%201.7-1.3-4.1-2.9-8.3-4.9-12.6%202-4.3%203.7-8.5%204.9-12.6m-8-28.2c1.1%200%202%20.2%202.9.7%203.3%201.9%204.5%207.9%203.1%2016.5-.3%201.7-.7%203.5-1.1%205.4-4.2-.9-8.7-1.6-13.4-2.1-2.7-3.9-5.6-7.4-8.5-10.5%206-5.9%2012.1-10%2017-10M69.6%2026.8c-1.8-.1-3.7-.1-5.6-.1s-3.8%200-5.6.1c1.8-2.4%203.7-4.6%205.6-6.7%201.9%202.1%203.8%204.4%205.6%206.7M40.9%207.4c.8-.5%201.8-.7%202.9-.7%204.9%200%2011%204%2017%2010-2.9%203.1-5.7%206.6-8.5%2010.5-4.7.4-9.2%201.1-13.4%202.1-.5-1.8-.8-3.6-1.1-5.4-1.4-8.5-.3-14.5%203.1-16.5m-5.2%2052.7C24.5%2056.9%2017.8%2052%2017.8%2047.5c0-3.9%204.6-7.8%2012.7-10.9%201.6-.6%203.4-1.2%205.2-1.7%201.3%204.1%202.9%208.3%204.9%2012.6-2%204.3-3.7%208.6-4.9%2012.6m2.1%2011c.3-1.7.7-3.5%201.1-5.4%204.2.9%208.7%201.6%2013.4%202.1%202.7%203.9%205.6%207.4%208.5%2010.5-6%205.9-12.1%2010-17%2010-1.1%200-2-.2-2.9-.7-3.4-1.9-4.5-8-3.1-16.5m-4.2%2041.2c2.2-2.7%202.3-5.7%201.1-8.7s-3.7-4.4-6.8-4.5c-3.7-.1-7.5%200-11.2%200H16V125h3v-9.8h4.7c.6%200%201.1.2%201.4.7l6%209.3c.1.2.4.5.6.5h3.9c-2.4-3.7-4.7-7.2-7.1-10.8%202.1-.3%203.9-1%205.1-2.6m-14.6-.2v-9.9h1.1c2.3%200%204.7-.1%207%20.1%202.7.1%204.6%202.2%204.6%204.9s-2.2%204.8-4.9%204.9c-2.4.1-4.8%200-7.8%200m38.7%201.3c-1.6-7-8-8.8-12.9-6.6-3.8%201.7-5.5%205-5.6%209.1-.1%203.1.8%205.9%203.2%208%202.7%202.4%206%202.7%209.4%202.1%201.9-.4%203.6-1.3%204.9-2.7-.5-.7-1-1.4-1.5-2-2.8%202.4-5.9%203.2-9.3%201.6-2.2-1.1-3.3-3.8-3.5-5.8h15.5v-1.3c.1-.9%200-1.7-.2-2.4M42.6%20115c-.3-3%202.7-6.2%206-6.2%203.8-.1%206.2%202.2%206.3%206.2zm30.7-8.7c-1.5-.3-3.1-.4-4.6-.3-2.4.2-4.5%201.3-6.2%203.1.5.7.9%201.4%201.5%202.2.2-.2.4-.4.6-.5%201.6-1.5%203.5-2.3%205.8-2.1%201.8.1%203.5.7%204%202.5.4%201.4.3%202.9.4%204.4-.3%200-.4-.1-.5-.2-2.4-2-5.1-2.4-8-1.7-2.7.7-4.4%202.8-4.6%205.5-.2%203.1%201.2%205.4%203.9%206.5%201.7.7%203.6.7%205.4.3%201.4-.3%202-1.1%204-2.2v1.3h2.8c0-4%20.1-8.9%200-13.5%200-2.9-1.7-4.7-4.5-5.3m1.4%2012.6c-.1.3%200%20.6%200%20.9%200%202.1-.5%202.8-2.5%203.6-1.4.5-2.9.7-4.4.2-1.7-.5-2.9-2-2.9-3.7-.1-1.7%201-3.4%202.7-3.9%202.3-.8%204.4-.3%206.3%201.1.6.5%201%201%20.8%201.8m15.6-9.9c2.6-.8%205-.3%206.8%201.9l.3.2c.7-.6%201.3-1.2%202.1-1.9-.3-.3-.4-.5-.6-.8-2.9-3.1-8.6-3.5-12.1-1-4.9%203.6-4.8%2010.6-2.4%2014.3%202.3%203.5%205.6%204.7%209.5%204.2q3.45-.45%205.7-3.3c-.7-.6-1.4-1.2-2.1-1.9-.2.2-.3.3-.4.5-2.7%203-7.2%202.7-9.6-.5-1.4-1.9-1.7-4.1-1.3-6.3.2-2.5%201.5-4.5%204.1-5.4m20.8%2013.6c-.2.1-.3.2-.3.2-.8.6-1.6.7-2.5.4-.9-.4-1-1.2-1.1-2v-11.4c0-.2%200%20.2.1-.8h3.8v-3h-4v-5h-3v5.4h-2.6c-.2%200-.5.2-.5.4-.1.7%200%201.2%200%202.2h3.2v12.8c0%201.6.4%203%201.8%203.8%201.5.9%204.4.7%205.7-.4.2-.1.3-.5.3-.6-.3-.6-.6-1.3-.9-2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.HomeLogos .tech-logos .FM-BGI-Link-VueJS{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22128%22%20height%3D%22128%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m0%208.934%2049.854.158%2014.167%2024.47%2014.432-24.47L128%208.935l-63.834%20110.14zm126.98.637-24.36.02-38.476%2066.053L25.691%209.592.942%209.572l63.211%20107.89zm-25.149-.008-22.745.168-15.053%2024.647L49.216%209.73l-22.794-.168%2037.731%2064.476zm-75.834-.17%2023.002.009m-23.002-.01%2023.002.01%22%2F%3E%3Cpath%20fill%3D%22%2335495e%22%20d%3D%22m25.997%209.393%2023.002.009L64.035%2034.36%2079.018%209.404%20102%209.398%2064.15%2075.053z%22%2F%3E%3Cpath%20fill%3D%22%2341b883%22%20d%3D%22m.91%209.569%2025.067-.172%2038.15%2065.659L101.98%209.401l25.11.026-62.966%20108.06z%22%2F%3E%3C%2Fsvg%3E")}.HomeLogos .tech-logos .FM-BGI-Link-Angular{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2230%2030%20210%20210%22%3E%3Cpath%20fill%3D%22%23dd0031%22%20d%3D%22M125%2030%2031.9%2063.2l14.2%20123.1L125%20230l78.9-43.7%2014.2-123.1z%22%2F%3E%3Cpath%20fill%3D%22%23c3002f%22%20d%3D%22M125%2030v22.2-.1V230l78.9-43.7%2014.2-123.1z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M125%2052.1%2066.8%20182.6h21.7l11.7-29.2h49.4l11.7%2029.2H183zm17%2083.3h-34l17-40.9z%22%2F%3E%3C%2Fsvg%3E")}.HomeLogos .tech-logos .FM-BGI-Link-NextJS{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221024pt%22%20height%3D%221024pt%22%20viewBox%3D%220%20-0.2%201033%201033%22%3E%3Ccircle%20cx%3D%22512%22%20cy%3D%22512%22%20r%3D%22500%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M478.5.6c-2.2.2-9.2.9-15.5%201.4C317.7%2015.1%20181.6%2093.5%2095.4%20214c-48%2067-78.7%20143-90.3%20223.5C1%20465.6.5%20473.9.5%20512s.5%2046.4%204.6%2074.5C32.9%20778.6%20169.6%20940%20355%20999.8c33.2%2010.7%2068.2%2018%20108%2022.4%2015.5%201.7%2082.5%201.7%2098%200%2068.7-7.6%20126.9-24.6%20184.3-53.9%208.8-4.5%2010.5-5.7%209.3-6.7-.8-.6-38.3-50.9-83.3-111.7l-81.8-110.5L487%20587.7c-56.4-83.4-102.8-151.6-103.2-151.6-.4-.1-.8%2067.3-1%20149.6-.3%20144.1-.4%20149.9-2.2%20153.3-2.6%204.9-4.6%206.9-8.8%209.1-3.2%201.6-6%201.9-21.1%201.9h-17.3l-4.6-2.9c-3-1.9-5.2-4.4-6.7-7.3l-2.1-4.5.2-200.5.3-200.6%203.1-3.9c1.6-2.1%205-4.8%207.4-6.1%204.1-2%205.7-2.2%2023-2.2%2020.4%200%2023.8.8%2029.1%206.6%201.5%201.6%2057%2085.2%20123.4%20185.9s157.2%20238.2%20201.8%20305.7l81%20122.7%204.1-2.7c36.3-23.6%2074.7-57.2%20105.1-92.2%2064.7-74.3%20106.4-164.9%20120.4-261.5%204.1-28.1%204.6-36.4%204.6-74.5s-.5-46.4-4.6-74.5C991.1%20245.4%20854.4%2084%20669%2024.2%20636.3%2013.6%20601.5%206.3%20562.5%201.9c-9.6-1-75.7-2.1-84-1.3M687.9%20310c4.8%202.4%208.7%207%2010.1%2011.8.8%202.6%201%2058.2.8%20183.5l-.3%20179.8-31.7-48.6-31.8-48.6V457.2c0-84.5.4-132%201-134.3%201.6-5.6%205.1-10%209.9-12.6%204.1-2.1%205.6-2.3%2021.3-2.3%2014.8%200%2017.4.2%2020.7%202%22%2F%3E%3Cpath%20d%3D%22M784.3%20945.1c-3.5%202.2-4.6%203.7-1.5%202%202.2-1.3%205.8-4%205.2-4.1-.3%200-2%201-3.7%202.1m-6.9%204.5c-1.8%201.4-1.8%201.5.4.4%201.2-.6%202.2-1.3%202.2-1.5%200-.8-.5-.6-2.6%201.1m-5%203c-1.8%201.4-1.8%201.5.4.4%201.2-.6%202.2-1.3%202.2-1.5%200-.8-.5-.6-2.6%201.1m-5%203c-1.8%201.4-1.8%201.5.4.4%201.2-.6%202.2-1.3%202.2-1.5%200-.8-.5-.6-2.6%201.1m-7.6%204c-3.8%202-3.6%202.8.2.9%201.7-.9%203-1.8%203-2%200-.7-.1-.6-3.2%201.1%22%2F%3E%3C%2Fsvg%3E")}.HomeLogos .tech-logos .FM-BGI-Link-Go{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2224%2077%20206%2077%22%3E%3Cg%20fill%3D%22%2300acd7%22%3E%3Cpath%20d%3D%22M40.2%20101.1c-.4%200-.5-.2-.3-.5l2.1-2.7c.2-.3.7-.5%201.1-.5h35.7c.4%200%20.5.3.3.6l-1.7%202.6c-.2.3-.7.6-1%20.6zm-15.1%209.2c-.4%200-.5-.2-.3-.5l2.1-2.7c.2-.3.7-.5%201.1-.5h45.6c.4%200%20.6.3.5.6l-.8%202.4c-.1.4-.5.6-.9.6zm24.2%209.2c-.4%200-.5-.3-.3-.6l1.4-2.5c.2-.3.6-.6%201-.6h20c.4%200%20.6.3.6.7l-.2%202.4c0%20.4-.4.7-.7.7zM153.1%2099.3c-6.3%201.6-10.6%202.8-16.8%204.4-1.5.4-1.6.5-2.9-1-1.5-1.7-2.6-2.8-4.7-3.8-6.3-3.1-12.4-2.2-18.1%201.5-6.8%204.4-10.3%2010.9-10.2%2019%20.1%208%205.6%2014.6%2013.5%2015.7%206.8.9%2012.5-1.5%2017-6.6.9-1.1%201.7-2.3%202.7-3.7h-19.3c-2.1%200-2.6-1.3-1.9-3%201.3-3.1%203.7-8.3%205.1-10.9.3-.6%201-1.6%202.5-1.6h36.4c-.2%202.7-.2%205.4-.6%208.1-1.1%207.2-3.8%2013.8-8.2%2019.6-7.2%209.5-16.6%2015.4-28.5%2017-9.8%201.3-18.9-.6-26.9-6.6-7.4-5.6-11.6-13-12.7-22.2-1.3-10.9%201.9-20.7%208.5-29.3%207.1-9.3%2016.5-15.2%2028-17.3%209.4-1.7%2018.4-.6%2026.5%204.9%205.3%203.5%209.1%208.3%2011.6%2014.1.6.9.2%201.4-1%201.7%22%2F%3E%3Cpath%20d%3D%22M186.2%20154.6c-9.1-.2-17.4-2.8-24.4-8.8-5.9-5.1-9.6-11.6-10.8-19.3-1.8-11.3%201.3-21.3%208.1-30.2%207.3-9.6%2016.1-14.6%2028-16.7%2010.2-1.8%2019.8-.8%2028.5%205.1%207.9%205.4%2012.8%2012.7%2014.1%2022.3%201.7%2013.5-2.2%2024.5-11.5%2033.9-6.6%206.7-14.7%2010.9-24%2012.8-2.7.5-5.4.6-8%20.9m23.8-40.4c-.1-1.3-.1-2.3-.3-3.3-1.8-9.9-10.9-15.5-20.4-13.3-9.3%202.1-15.3%208-17.5%2017.4-1.8%207.8%202%2015.7%209.2%2018.9%205.5%202.4%2011%202.1%2016.3-.6%207.9-4.1%2012.2-10.5%2012.7-19.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.HomeLogos .tech-logos .FM-BGI-Link-Claude{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20style%3D%22flex%3Anone%3Bline-height%3A1%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3EClaude%3C%2Ftitle%3E%3Cpath%20fill%3D%22%23d97757%22%20d%3D%22m4.709%2015.955%204.72-2.647.08-.23-.08-.128H9.2l-.79-.048-2.698-.073-2.339-.097-2.266-.122-.571-.121L0%2011.784l.055-.352.48-.321.686.06%201.52.103%202.278.158%201.652.097%202.449.255h.389l.055-.157-.134-.098-.103-.097-2.358-1.596-2.552-1.688-1.336-.972-.724-.491-.364-.462-.158-1.008.656-.722.881.06.225.061.893.686%201.908%201.476%202.491%201.833.365.304.145-.103.019-.073-.164-.274-1.355-2.446-1.446-2.49-.644-1.032-.17-.619a3%203%200%200%201-.104-.729L6.283.134%206.696%200l.996.134.42.364.62%201.414%201.002%202.229%201.555%203.03.456.898.243.832.091.255h.158V9.01l.128-1.706.237-2.095.23-2.695.08-.76.376-.91.747-.492.584.28.48.685-.067.444-.286%201.851-.559%202.903-.364%201.942h.212l.243-.242.985-1.306%201.652-2.064.73-.82.85-.904.547-.431h1.033l.76%201.129-.34%201.166-1.064%201.347-.881%201.142-1.264%201.7-.79%201.36.073.11.188-.02%202.856-.606%201.543-.28%201.841-.315.833.388.091.395-.328.807-1.969.486-2.309.462-3.439.813-.042.03.049.061%201.549.146.662.036h1.622l3.02.225.79.522.474.638-.079.485-1.215.62-1.64-.389-3.829-.91-1.312-.329h-.182v.11l1.093%201.068%202.006%201.81%202.509%202.33.127.578-.322.455-.34-.049-2.205-1.657-.851-.747-1.926-1.62h-.128v.17l.444.649%202.345%203.521.122%201.08-.17.353-.608.213-.668-.122-1.374-1.925-1.415-2.167-1.143-1.943-.14.08-.674%207.254-.316.37-.729.28-.607-.461-.322-.747.322-1.476.389-1.924.315-1.53.286-1.9.17-.632-.012-.042-.14.018-1.434%201.967-2.18%202.945-1.726%201.845-.414.164-.717-.37.067-.662.401-.589%202.388-3.036%201.44-1.882.93-1.086-.006-.158h-.055L4.132%2018.56l-1.13.146-.487-.456.061-.746.231-.243%201.908-1.312z%22%2F%3E%3C%2Fsvg%3E")}.HomeLogos .tech-logos .FM-BGI-Link-CSharp{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22256%22%20height%3D%22288%22%20preserveAspectRatio%3D%22xMidYMid%22%20viewBox%3D%220%200%20256%20288%22%3E%3Cpath%20fill%3D%22%23a179dc%22%20d%3D%22M255.569%2084.452c-.002-4.83-1.035-9.098-3.124-12.76-2.052-3.603-5.125-6.622-9.247-9.009-34.025-19.619-68.083-39.178-102.097-58.817-9.17-5.294-18.061-5.1-27.163.27-13.543%207.986-81.348%2046.833-101.553%2058.536C4.064%2067.49.015%2074.862.013%2084.443%200%20123.898.013%20163.353%200%20202.808c0%204.724.991%208.91%202.988%2012.517%202.053%203.711%205.169%206.813%209.386%209.254%2020.206%2011.703%2088.02%2050.547%20101.56%2058.536%209.106%205.373%2017.997%205.565%2027.17.27%2034.015-19.64%2068.075-39.199%20102.105-58.818%204.217-2.44%207.333-5.544%209.386-9.252%201.994-3.608%202.987-7.793%202.987-12.518%200%200%200-78.889-.013-118.345%22%2F%3E%3Cpath%20fill%3D%22%23280068%22%20d%3D%22M128.182%20143.241%202.988%20215.325c2.053%203.711%205.169%206.813%209.386%209.254%2020.206%2011.703%2088.02%2050.547%20101.56%2058.536%209.106%205.373%2017.997%205.565%2027.17.27%2034.015-19.64%2068.075-39.199%20102.105-58.818%204.217-2.44%207.333-5.544%209.386-9.252z%22%2F%3E%3Cpath%20fill%3D%22%23390091%22%20d%3D%22M255.569%2084.452c-.002-4.83-1.035-9.098-3.124-12.76l-124.263%2071.55%20124.413%2072.073c1.994-3.608%202.985-7.793%202.987-12.518%200%200%200-78.889-.013-118.345%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M201.892%20116.294v13.474h13.474v-13.474h6.737v13.474h13.474v6.737h-13.474v13.473h13.474v6.737h-13.474v13.474h-6.737v-13.474h-13.474v13.474h-6.737v-13.474h-13.473v-6.737h13.473v-13.473h-13.473v-6.737h13.473v-13.474zm13.474%2020.21h-13.474v13.474h13.474z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M128.457%2048.626c35.144%200%2065.827%2019.086%2082.262%2047.456l-.16-.273-41.35%2023.808c-8.146-13.793-23.08-23.102-40.213-23.294l-.54-.003c-26.125%200-47.305%2021.18-47.305%2047.305a47.1%2047.1%200%200%200%206.239%2023.47c8.154%2014.235%2023.483%2023.836%2041.067%2023.836%2017.693%200%2033.109-9.723%2041.221-24.11l-.197.345%2041.287%2023.918c-16.255%2028.13-46.518%2047.157-81.253%2047.536l-1.058.006c-35.255%200-66.025-19.204-82.419-47.724-8.003-13.923-12.582-30.064-12.582-47.277%200-52.466%2042.532-95%2095-95%22%2F%3E%3C%2Fsvg%3E")}.HomeLogos .tech-logos .FM-BGI-Link-Docker{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22800%22%20height%3D%22800%22%20viewBox%3D%220%200%201024%201024%22%3E%3Ccircle%20cx%3D%22512%22%20cy%3D%22512%22%20r%3D%22512%22%20style%3D%22fill%3A%230091e2%22%2F%3E%3Cpath%20d%3D%22M827.3%20461.5c-1.6-1.3-16.1-12.2-46.7-12.2-8.1%200-16.2.6-24.2%202.1-5.9-40.7-39.5-60.5-41-61.4l-8.2-4.8-5.4%207.8c-6.8%2010.5-11.7%2022-14.6%2034.2-5.5%2023.2-2.2%2045%209.6%2063.6-14.2%207.9-37.1%209.9-41.7%2010H277c-9.9%200-17.9%208-17.9%2017.9-.4%2033.1%205.2%2066%2016.5%2097.1%2013%2034.2%2032.4%2059.3%2057.6%2074.7%2028.2%2017.3%2074.1%2027.2%20126.2%2027.2%2023.5.1%2047-2.1%2070.1-6.4%2032.1-5.9%2063-17.1%2091.4-33.2%2023.4-13.6%2044.5-30.8%2062.4-51.1%2029.9-33.9%2047.8-71.7%2061.1-105.2h5.3c32.8%200%2053-13.1%2064.1-24.1%207.4-7%2013.2-15.5%2016.9-25l2.3-6.9zM312%20489.9h50.7c2.4%200%204.4-2%204.4-4.4v-45.1c0-2.4-2-4.4-4.4-4.5H312c-2.4%200-4.4%202-4.4%204.4v45.2c0%202.5%202%204.4%204.4%204.4m69.9%200h50.7c2.4%200%204.4-2%204.4-4.4v-45.1c0-2.4-2-4.4-4.4-4.5h-50.7c-2.5%200-4.5%202-4.5%204.5v45.1c0%202.5%202%204.4%204.5%204.4m70.8.1h50.7c2.4%200%204.4-2%204.4-4.4v-45.1c0-2.4-2-4.4-4.4-4.5h-50.7c-2.4%200-4.4%202-4.4%204.4v45.2c0%202.4%202%204.3%204.4%204.4m70.1%200h50.7c2.4%200%204.4-2%204.5-4.4v-45.1c0-2.5-2-4.5-4.5-4.5h-50.7c-2.4%200-4.4%202-4.4%204.4v45.2c0%202.4%201.9%204.4%204.4%204.4m-141-65h50.7c2.4%200%204.4-2%204.4-4.5v-45.1c0-2.4-2-4.4-4.4-4.4h-50.7c-2.5%200-4.4%202-4.5%204.4v45.1c.1%202.5%202.1%204.5%204.5%204.5m70.9%200h50.7c2.4%200%204.4-2%204.4-4.5v-45.1c0-2.4-2-4.4-4.4-4.4h-50.7c-2.4%200-4.4%202-4.4%204.4v45.1c0%202.5%202%204.5%204.4%204.5m70.1%200h50.7c2.5%200%204.4-2%204.5-4.5v-45.1c0-2.5-2-4.4-4.5-4.4h-50.7c-2.4%200-4.4%202-4.4%204.4v45.1c0%202.5%201.9%204.5%204.4%204.5m0-64.9h50.7c2.5%200%204.5-2%204.5-4.5v-45.2c0-2.4-2-4.4-4.5-4.4h-50.7c-2.4%200-4.4%202-4.4%204.4v45.2c0%202.5%201.9%204.5%204.4%204.5M593.4%20490h50.7c2.4%200%204.4-2%204.4-4.4v-45.1c0-2.5-2-4.4-4.4-4.5h-50.7c-2.4%200-4.4%202-4.4%204.4v45.2c0%202.4%202%204.4%204.4%204.4%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E")}.HomeLogos .tech-logos .FM-BGI-Link-Postgres{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2025.6%2025.6%22%3E%3Cstyle%3E.B%7Bstroke-linecap%3Around%7D.C%7Bstroke-linejoin%3Around%7D.D%7Bstroke-linejoin%3Amiter%7D.E%7Bstroke-width%3A.716%7D%3C%2Fstyle%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%222.149%22%20d%3D%22M18.983%2018.636c.163-1.357.114-1.555%201.124-1.336l.257.023c.777.035%201.793-.125%202.4-.402%201.285-.596%202.047-1.592.78-1.33-2.89.596-3.1-.383-3.1-.383%203.053-4.53%204.33-10.28%203.227-11.687-3.004-3.84-8.205-2.024-8.292-1.976l-.028.005c-.57-.12-1.2-.19-1.93-.2-1.308-.02-2.3.343-3.054.914%200%200-9.277-3.822-8.846%204.807.092%201.836%202.63%2013.9%205.66%2010.25C8.29%2015.987%209.36%2014.86%209.36%2014.86c.53.353%201.167.533%201.834.468l.052-.044a2%202%200%200%200%20.021.518c-.78.872-.55%201.025-2.11%201.346-1.578.325-.65.904-.046%201.056.734.184%202.432.444%203.58-1.162l-.046.183c.306.245.285%201.76.33%202.842s.116%202.093.337%202.688.48%202.13%202.53%201.7c1.713-.367%203.023-.896%203.143-5.81%22%20class%3D%22D%22%2F%3E%3Cpath%20fill%3D%22%23336791%22%20stroke%3D%22none%22%20d%3D%22M23.535%2015.6c-2.89.596-3.1-.383-3.1-.383%203.053-4.53%204.33-10.28%203.228-11.687-3.004-3.84-8.205-2.023-8.292-1.976l-.028.005a10.3%2010.3%200%200%200-1.929-.201c-1.308-.02-2.3.343-3.054.914%200%200-9.278-3.822-8.846%204.807.092%201.836%202.63%2013.9%205.66%2010.25C8.29%2015.987%209.36%2014.86%209.36%2014.86c.53.353%201.167.533%201.834.468l.052-.044a2%202%200%200%200%20.021.518c-.78.872-.55%201.025-2.11%201.346-1.578.325-.65.904-.046%201.056.734.184%202.432.444%203.58-1.162l-.046.183c.306.245.52%201.593.484%202.815s-.06%202.06.18%202.716.48%202.13%202.53%201.7c1.713-.367%202.6-1.32%202.725-2.906.088-1.128.286-.962.3-1.97l.16-.478c.183-1.53.03-2.023%201.085-1.793l.257.023c.777.035%201.794-.125%202.39-.402%201.285-.596%202.047-1.592.78-1.33z%22%2F%3E%3Cg%20class%3D%22E%22%3E%3Cg%20class%3D%22B%22%3E%3Cpath%20d%3D%22M12.814%2016.467c-.08%202.846.02%205.712.298%206.4s.875%202.05%202.926%201.612c1.713-.367%202.337-1.078%202.607-2.647l.633-5.017M10.356%202.2S1.072-1.596%201.504%207.033c.092%201.836%202.63%2013.9%205.66%2010.25C8.27%2015.95%209.27%2014.907%209.27%2014.907m6.1-13.4c-.32.1%205.164-2.005%208.282%201.978%201.1%201.407-.175%207.157-3.228%2011.687%22%20class%3D%22C%22%2F%3E%3Cpath%20stroke-linejoin%3D%22bevel%22%20d%3D%22M20.425%2015.17s.2.98%203.1.382c1.267-.262.504.734-.78%201.33-1.054.49-3.418.615-3.457-.06-.1-1.745%201.244-1.215%201.147-1.652-.088-.394-.69-.78-1.086-1.744-.347-.84-4.76-7.29%201.224-6.333.22-.045-1.56-5.7-7.16-5.782S7.99%208.196%207.99%208.196%22%2F%3E%3C%2Fg%3E%3Cg%20class%3D%22C%22%3E%3Cpath%20d%3D%22M11.247%2015.768c-.78.872-.55%201.025-2.11%201.346-1.578.325-.65.904-.046%201.056.734.184%202.432.444%203.58-1.163.35-.49-.002-1.27-.482-1.468-.232-.096-.542-.216-.94.23z%22%2F%3E%3Cpath%20d%3D%22M11.196%2015.753c-.08-.513.168-1.122.433-1.836.398-1.07%201.316-2.14.582-5.537-.547-2.53-4.22-.527-4.22-.184s.166%201.74-.06%203.365c-.297%202.122%201.35%203.916%203.246%203.733%22%20class%3D%22B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23fff%22%20class%3D%22D%22%3E%3Cpath%20stroke-width%3D%22.239%22%20d%3D%22M10.322%208.145c-.017.117.215.43.516.472s.558-.202.575-.32-.215-.246-.516-.288-.56.02-.575.136z%22%2F%3E%3Cpath%20stroke-width%3D%22.119%22%20d%3D%22M19.486%207.906c.016.117-.215.43-.516.472s-.56-.202-.575-.32.215-.246.516-.288.56.02.575.136z%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M20.562%207.095c.05.92-.198%201.545-.23%202.524-.046%201.422.678%203.05-.413%204.68%22%20class%3D%22B%20C%20E%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.HomeLogos .tech-logos .FM-BGI-Link-SpringBoot{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20471%20471%22%3E%3Cdefs%3E%3Cstyle%3E.springbg%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Espring-icon%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cpath%20id%3D%22logos%22%20d%3D%22M366.9%2029c-5.8%2014.1-13.3%2026.6-21.6%2037.8-36.6-37.3-87.8-61-144.3-61C90%205.8-.7%2096-.7%20207.4-.7%20265.6%2024.2%20318%2063.7%20355l7.5%206.7c34.9%2029.5%2080.3%2047.4%20129.7%2047.4%20106%200%20193.3-82.7%20200.8-187.1%206-50.7-9.4-115.6-34.8-193m-274%20327.7c-5.8%207.5-16.6%208.3-24.1%202.5s-8.3-16.6-2.5-24.1%2016.6-8.3%2024.1-2.5c7.1%205.8%208.3%2016.6%202.5%2024.1m272.8-60.3c-49.5%2066.1-155.9%2043.7-223.7%2047%200%200-12.1.8-24.1%202.5%200%200%204.6-2.1%2010.4-4.2%2047.8-16.6%2070.3-20%2099.4-34.9%2054.5-27.9%20108.9-89%20119.8-152.2-20.8%2060.7-84%20113.1-141.4%20134.3-39.5%2014.6-110.6%2028.7-110.6%2028.7l-2.9-1.7c-48.2-23.7-49.9-128.5%2038.3-162.2%2038.7-15%2075.3-6.7%20117.3-16.6%2044.5-10.4%2096.1-43.7%20116.8-87.3%2023.1%2070.3%2051.4%20179.2.7%20246.6%22%20style%3D%22fill%3A%236db33f%22%2F%3E%3Cpath%20d%3D%22M92.9%20356.7c-5.8%207.5-16.6%208.3-24.1%202.5s-8.3-16.6-2.5-24.1%2016.6-8.3%2024.1-2.5c7.1%205.8%208.3%2016.6%202.5%2024.1M365.7%20296.4c-49.5%2066.1-155.9%2043.7-223.7%2047%200%200-12.1.8-24.1%202.5%200%200%204.6-2.1%2010.4-4.2%2047.8-16.6%2070.3-20%2099.4-34.9%2054.5-27.9%20108.9-89%20119.8-152.2-20.8%2060.7-84%20113.1-141.4%20134.3-39.5%2014.6-110.6%2028.7-110.6%2028.7l-2.9-1.7c-48.2-23.7-49.9-128.5%2038.3-162.2%2038.7-15%2075.3-6.7%20117.3-16.6%2044.5-10.4%2096.1-43.7%20116.8-87.3%2023.1%2070.3%2051.4%20179.2.7%20246.6%22%20class%3D%22springbg%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.HomeLogos .tech-logos .FM-BGI-Link-AWS{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20id%3D%22Layer_1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%20304%20182%22%3E%3Cstyle%3E.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23f90%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M86.4%2066.4c0%203.7.4%206.7%201.1%208.9.8%202.2%201.8%204.6%203.2%207.2.5.8.7%201.6.7%202.3%200%201-.6%202-1.9%203L83.2%2092c-.9.6-1.8.9-2.6.9-1%200-2-.5-3-1.4-1.4-1.5-2.6-3.1-3.6-4.7-1-1.7-2-3.6-3.1-5.9Q59.2%2094.7%2041.5%2094.7c-8.4%200-15.1-2.4-20-7.2s-7.4-11.2-7.4-19.2c0-8.5%203-15.4%209.1-20.6s14.2-7.8%2024.5-7.8c3.4%200%206.9.3%2010.6.8s7.5%201.3%2011.5%202.2v-7.3c0-7.6-1.6-12.9-4.7-16-3.2-3.1-8.6-4.6-16.3-4.6-3.5%200-7.1.4-10.8%201.3s-7.3%202-10.8%203.4c-1.6.7-2.8%201.1-3.5%201.3s-1.2.3-1.6.3c-1.4%200-2.1-1-2.1-3.1v-4.9c0-1.6.2-2.8.7-3.5s1.4-1.4%202.8-2.1Q28.75%205%2036.1%203.2C41%201.9%2046.2%201.3%2051.7%201.3c11.9%200%2020.6%202.7%2026.2%208.1%205.5%205.4%208.3%2013.6%208.3%2024.6v32.4zM45.8%2081.6c3.3%200%206.7-.6%2010.3-1.8s6.8-3.4%209.5-6.4c1.6-1.9%202.8-4%203.4-6.4s1-5.3%201-8.7v-4.2c-2.9-.7-6-1.3-9.2-1.7s-6.3-.6-9.4-.6c-6.7%200-11.6%201.3-14.9%204s-4.9%206.5-4.9%2011.5c0%204.7%201.2%208.2%203.7%2010.6%202.4%202.5%205.9%203.7%2010.5%203.7m80.3%2010.8c-1.8%200-3-.3-3.8-1-.8-.6-1.5-2-2.1-3.9L96.7%2010.2c-.6-2-.9-3.3-.9-4%200-1.6.8-2.5%202.4-2.5h9.8c1.9%200%203.2.3%203.9%201%20.8.6%201.4%202%202%203.9l16.8%2066.2%2015.6-66.2c.5-2%201.1-3.3%201.9-3.9s2.2-1%204-1h8c1.9%200%203.2.3%204%201%20.8.6%201.5%202%201.9%203.9l15.8%2067%2017.3-67c.6-2%201.3-3.3%202-3.9.8-.6%202.1-1%203.9-1h9.3c1.6%200%202.5.8%202.5%202.5%200%20.5-.1%201-.2%201.6s-.3%201.4-.7%202.5l-24.1%2077.3q-.9%203-2.1%203.9c-.8.6-2.1%201-3.8%201h-8.6c-1.9%200-3.2-.3-4-1s-1.5-2-1.9-4L156%2023l-15.4%2064.4c-.5%202-1.1%203.3-1.9%204s-2.2%201-4%201zm128.5%202.7c-5.2%200-10.4-.6-15.4-1.8s-8.9-2.5-11.5-4c-1.6-.9-2.7-1.9-3.1-2.8s-.6-1.9-.6-2.8v-5.1c0-2.1.8-3.1%202.3-3.1q.9%200%201.8.3c.6.2%201.5.6%202.5%201%203.4%201.5%207.1%202.7%2011%203.5%204%20.8%207.9%201.2%2011.9%201.2%206.3%200%2011.2-1.1%2014.6-3.3s5.2-5.4%205.2-9.5c0-2.8-.9-5.1-2.7-7s-5.2-3.6-10.1-5.2L246%2052c-7.3-2.3-12.7-5.7-16-10.2-3.3-4.4-5-9.3-5-14.5q0-6.3%202.7-11.1c1.8-3.2%204.2-6%207.2-8.2%203-2.3%206.4-4%2010.4-5.2s8.2-1.7%2012.6-1.7c2.2%200%204.5.1%206.7.4%202.3.3%204.4.7%206.5%201.1%202%20.5%203.9%201%205.7%201.6q2.7.9%204.2%201.8c1.4.8%202.4%201.6%203%202.5q.9%201.2.9%203.3v4.7c0%202.1-.8%203.2-2.3%203.2-.8%200-2.1-.4-3.8-1.2q-8.55-3.9-19.2-3.9c-5.7%200-10.2.9-13.3%202.8s-4.7%204.8-4.7%208.9c0%202.8%201%205.2%203%207.1s5.7%203.8%2011%205.5l14.2%204.5c7.2%202.3%2012.4%205.5%2015.5%209.6s4.6%208.8%204.6%2014c0%204.3-.9%208.2-2.6%2011.6-1.8%203.4-4.2%206.4-7.3%208.8-3.1%202.5-6.8%204.3-11.1%205.6-4.5%201.4-9.2%202.1-14.3%202.1%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M273.5%20143.7c-32.9%2024.3-80.7%2037.2-121.8%2037.2-57.6%200-109.5-21.3-148.7-56.7-3.1-2.8-.3-6.6%203.4-4.4%2042.4%2024.6%2094.7%2039.5%20148.8%2039.5%2036.5%200%2076.6-7.6%20113.5-23.2%205.5-2.5%2010.2%203.6%204.8%207.6%22%20class%3D%22st1%22%2F%3E%3Cpath%20d%3D%22M287.2%20128.1c-4.2-5.4-27.8-2.6-38.5-1.3-3.2.4-3.7-2.4-.8-4.5%2018.8-13.2%2049.7-9.4%2053.3-5%203.6%204.5-1%2035.4-18.6%2050.2-2.7%202.3-5.3%201.1-4.1-1.9%204-9.9%2012.9-32.2%208.7-37.5%22%20class%3D%22st1%22%2F%3E%3C%2Fsvg%3E")}@media screen and (max-width:1060px){.HomeLogos .tech-logos{display:grid;justify-items:center;grid-template-columns:repeat(4,1fr);grid-gap:var(--fm-space-24)}}@media screen and (max-width:600px){.HomeLogos .tech-logos [class^=FM-BGI-Link-]{height:50px;width:50px}}.BootcampAd{color:var(--fm-gray-8);font-size:var(--fm-font-18);line-height:1.4;text-align:center;background-repeat:no-repeat;background-position:50%;background-size:auto 100%}.BootcampAd.bg-lazyloaded{background-image:url(https://cdn.master.dev/assets/fm-md/js/images/bc-ad-bg_b0ec8e67.png)}.BootcampAd p{margin:var(--fm-space-24) 0}.BootcampAd p:last-child{margin-bottom:0}.BootcampAd img{width:200px;height:auto}.Bootcamp-CTA .bootcamp-cta-layout{display:flex;flex-direction:column;gap:var(--fm-space-48)}.Bootcamp-CTA .bootcamp-cta-divider{border:none;border-top:1px solid var(--fm-gray-3);margin:var(--fm-space-24) 0}.Bootcamp-CTA .bootcamp-cta-card{background:var(--fm-gray-2);border:1px solid var(--fm-gray-3);border-radius:var(--fm-radius-medium);box-shadow:var(--fm-shadow-strong);padding:var(--fm-space-36);display:flex;flex-direction:column;gap:var(--fm-space-24)}.Bootcamp-CTA .bootcamp-cta-card .FM-Heading-3{margin:0}.Bootcamp-CTA .bootcamp-cta-card .FM-Checkmark-List{gap:var(--fm-space-18);padding-left:0}.Bootcamp-CTA .bootcamp-cta-footnote{font-size:var(--fm-font-14);color:var(--fm-gray-5);text-align:center;margin:0}@media screen and (min-width:800px){.Bootcamp-CTA .bootcamp-cta-layout{flex-direction:row;align-items:center}.Bootcamp-CTA .bootcamp-cta-card,.Bootcamp-CTA .bootcamp-cta-content{flex:1}}.HomeCta{align-items:center;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAF0lEQVQYV2NkQAKMULYvAwPDZhgHLAYAD6kBBEMDSU4AAAAASUVORK5CYII="),radial-gradient(rgba(0,0,0,.4),rgba(0,0,0,.8));background-size:auto,cover;display:flex;min-height:600px;text-align:center}.HomeCta.bg-lazyloaded{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAF0lEQVQYV2NkQAKMULYvAwPDZhgHLAYAD6kBBEMDSU4AAAAASUVORK5CYII="),radial-gradient(rgba(0,0,0,.4),rgba(0,0,0,.8)),url(https://cdn.master.dev/assets/fm-md/js/images/bg2_8143d15b.jpg) 50% no-repeat;background-size:auto,cover,cover}@media only screen and (min-width:1280px){.HomeCta{background-size:auto,var(--viewport-xxl) 100%,var(--viewport-xxl)}}.ButtonMega{border-width:5px;color:#fff;display:block;margin:0 auto;max-width:80%;padding:var(--spacing-md);text-decoration:none}.ButtonMega .main{font-size:30px}.ButtonMega .tagline{font-size:24px}.ButtonMega:before{border-radius:0}@media only screen and (min-width:1024px){.ButtonMega{max-width:60%}}.TrustIndicators{display:flex;flex-direction:column;gap:var(--fm-space-36);text-align:center}.TrustIndicators .headings{text-wrap:balance}.MasterDevAnnouncement{--header-size:var(--fm-font-24);display:flex;flex-flow:column nowrap;gap:var(--fm-space-36);border:1px solid #e5e7eb;border-radius:var(--fm-radius-large);background:#f9fafb;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);color:var(--fm-gray-0);padding:var(--fm-space-24) var(--fm-space-36);max-width:1044px;margin:var(--fm-space-64) auto}.MasterDevAnnouncement>.text-block{display:flex;flex-flow:column nowrap;gap:var(--fm-space-24)}.MasterDevAnnouncement>.text-block h2{font-size:var(--header-size);padding:0;margin:0}@media only screen and (min-width:600px){.MasterDevAnnouncement{--header-size:var(--fm-font-36)}}@media only screen and (min-width:900px){.MasterDevAnnouncement{--header-size:var(--fm-font-48);flex-flow:row nowrap;padding:var(--fm-space-48)}.MasterDevAnnouncement>.image-block{width:72%}}body{background:var(--fm-gray-0)}#Why-FEM{background:var(--fm-gray-2)}@container CarouselSections (min-width: 600px){.FM-Media-Carousel{--carousel-count:2}.FM-Media-Carousel.workshop-carousel{--carousel-count:1}}@container CarouselSections (min-width: 750px){.FM-Media-Carousel{--carousel-count:3}.FM-Media-Carousel.workshop-carousel{--carousel-count:2}}@container CarouselSections (min-width: 980px){.FM-Media-Carousel{--carousel-count:4}.FM-Media-Carousel.workshop-carousel{--carousel-count:3}}.carousel-sections{gap:var(--fm-space-48)}.carousel-sections .carousel-section header.home-section-header,.home-section-header{border-bottom:none;padding-bottom:0;display:flex;flex-flow:wrap;justify-content:space-between;align-items:center;gap:var(--fm-space-48);margin-bottom:var(--fm-space-24)}.carousel-sections .carousel-section header.home-section-header .home-section-title,.home-section-header .home-section-title{display:flex;flex-flow:column nowrap;gap:var(--fm-space-6)}.carousel-sections .carousel-section header.home-section-header .home-section-title h2,.home-section-header .home-section-title h2{margin-bottom:0}.carousel-sections .carousel-section header.home-section-header .home-section-title .subtitle,.home-section-header .home-section-title .subtitle{font-size:var(--fm-font-14);color:var(--fm-gray-5)}.carousel-sections .carousel-section header.home-section-header>a:-moz-any-link,.home-section-header>a:-moz-any-link{flex:0 0 auto;width:-moz-max-content;width:max-content}.carousel-sections .carousel-section header.home-section-header>a:any-link,.home-section-header>a:any-link{flex:0 0 auto;width:-moz-max-content;width:max-content}.carousel-sections .carousel-section header.home-section-header .FM-BtnSmall,.home-section-header .FM-BtnSmall{background-color:var(--fm-gray-2)}.carousel-sections .carousel-section header.home-section-header .FM-BtnSmall:hover,.home-section-header .FM-BtnSmall:hover{background-color:var(--fm-gray-3)}.blog-section{container:BlogSection/inline-size}.blog-section .blog-items{--columns:1fr;display:grid;grid-template-columns:var(--columns);gap:var(--fm-space-12)}@container BlogSection (min-width: 800px){.blog-section .blog-items{--columns:1fr 1fr 1fr}}.blog-item{border-radius:var(--fm-radius-medium);border:1px solid var(--fm-gray-3);background:var(--fm-gray-1);box-shadow:0 1px 3px 0 rgba(0,0,0,.5),0 1px 2px -1px rgba(0,0,0,.5);overflow:hidden;display:flex;flex-flow:column nowrap}.blog-item .blog-item-image{display:block;width:100%;aspect-ratio:16/9;overflow:hidden}.blog-item .blog-item-image img{height:100%;width:100%}.blog-item .blog-item-detail{flex:1;color:var(--fm-gray-5);display:flex;flex-flow:column nowrap;justify-content:space-between;gap:var(--fm-space-12);padding:var(--fm-space-24)}.blog-item .blog-item-detail .blog-item-content{flex:1}.blog-item .blog-item-detail .blog-item-content h2{color:var(--white);font-size:var(--fm-font-18);font-weight:var(--fm-fw-bold);margin:0}.blog-item .blog-item-detail .blog-item-detail-bottom{font-size:var(--fm-font-12);color:var(--white)}.blog-item .blog-item-detail .blog-item-detail-bottom strong{font-weight:var(--fm-fw-regular);text-transform:uppercase}.course-item .FM-BtnBookmark{display:none}