.header{background:#fff;z-index:10;top:0;display:flex;gap:20px;flex-direction:row;justify-content:space-between;align-items:center;box-shadow:0 4px 2px -2px var(--border-shadow);box-sizing:border-box;padding:30px 5vw;width:100%;max-width:2000px;margin:0 auto}@media (min-width: 768px){.header{max-width:100%;padding:46px 56px}}@media (min-width: 1280px){.header{padding:62px 112px}}.header__logo{object-fit:cover;height:100%;width:150px;align-self:center}@media (min-width: 768px){.header__logo{width:200px}}@media (min-width: 1280px){.header__logo{width:292px}}.header__button{cursor:pointer;display:flex;border:1px solid #d9d9d9;border-radius:30px;padding:5px 8px;align-items:center;font-weight:600;transition:background-color .2s ease-in-out}@media (min-width: 768px){.header__button{padding:5px 20px}}.header__button:hover{font-weight:600;color:#fefefe;background-color:#191919;transition:background-color .2s ease-in-out}.header__link{display:none;color:#6d6c6c;cursor:pointer}@media (min-width: 768px){.header__link{display:inline}}.header__links{display:flex;justify-content:flex-end;width:100%;align-items:center}@media (min-width: 768px){.header__links{justify-content:flex-end;gap:30px}}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.body-wrapper{overflow-y:hidden;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;padding:0px 5vw}@media (min-width: 768px){.body-wrapper{padding:0 56px}}@media (min-width: 1280px){.body-wrapper{max-width:2000px;margin:0 auto;padding:0 112px}}.hero{display:flex;flex-direction:column;width:100%}@media (min-width: 768px){.hero{align-items:center;justify-content:space-between;flex-direction:row-reverse;margin-top:10vh;margin-bottom:12vh}}.hero-image{width:100%}@media (min-width: 768px){.hero-image{width:30%}}@media (min-width: 1280px){.hero-image{width:45%}}.entrepreneurs{width:100%;height:auto;display:flex;flex-direction:column;align-items:center}@media (min-width: 1025px){.entrepreneurs{height:800px;flex-direction:row;align-items:center;justify-content:space-around}}.fade-in-section{opacity:0;transform:translateY(20vh);visibility:hidden;transition:opacity 1.2s ease-out,transform .5s ease-out,visibility 1.2s ease-out;will-change:opacity,transform,visibility}@media (min-width: 768px){.fade-in-section{margin:56px 0}}.fade-in-section.is-visible{opacity:1;transform:none;visibility:visible}.blob.not-visible{animation:none;opacity:0}@media (min-width: 768px){.blob{position:absolute;bottom:-180px;z-index:-3;background:#3c85db;opacity:.1;border-radius:50%;box-shadow:0 0 #000;margin:10px;height:200px;width:70%;transform:scale(1);will-change:opacity,transform;animation:pulse-black 2s infinite}}@keyframes pulse-black{0%{transform:scale(.98);opacity:.05;box-shadow:0 0 #34ace0b3}70%{transform:scale(1);opacity:.1;box-shadow:0 0 0 50px #34ace000}to{opacity:.05;transform:scale(.98);box-shadow:0 0 #34ace0b3}}.searchbar__wrapper{display:flex;padding:20px 0 47px;margin-top:-1px;background-color:#fff;width:100%;z-index:3}.searchbar{z-index:3;width:100%;padding:16px 16px 16px 40px;margin:10px auto 20px;border-bottom-left-radius:20px;border:1px solid var(--Card-Stroke, rgba(144, 144, 144, .1));box-shadow:0 0 4px 2px #33363f0a;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1332_64)'%3e%3cpath%20d='M6.85725%2013.1437C10.3288%2013.1437%2013.143%2010.3295%2013.143%206.85798C13.143%203.38647%2010.3288%200.572266%206.85725%200.572266C3.38574%200.572266%200.571533%203.38647%200.571533%206.85798C0.571533%2010.3295%203.38574%2013.1437%206.85725%2013.1437Z'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15.4287%2015.4297L11.4287%2011.4297'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1332_64'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;background-position:10px center}.searchbar:focus{border-color:#191919}.searchbar:-webkit-autofill{border-color:#191919}.searchbar__text{display:inline;border-right:.15em solid;animation:caret 1s steps(1) infinite}@keyframes caret{50%{border-color:transparent}}.home__placeholder{position:relative;opacity:1;width:120%;bottom:0;right:-20px}@media (min-width: 768px){.home__placeholder{width:800px;right:-30px}}.fade-in{opacity:1;transform:translate(0);transition:opacity .5s ease-in-out,transform 1s ease-in-out}.fade-out{opacity:0;transform:translate(5%);transition:opacity .5s ease-in-out,transform 1s ease-in-out}*{box-sizing:border-box}.listing{background-color:#fff;box-shadow:0 0 4px 2px var(--border-shadow);box-sizing:border-box;display:flex;flex-direction:column;border-radius:10px;overflow:hidden;margin:var(--margin-content);width:313px;height:260px;cursor:pointer;transition:transform .3s}.listing:hover{transform:scale(1.03)}.listing__img-wrapper{height:136px;overflow:hidden}.listing__img{object-fit:cover;width:320px;height:136px}.listing__info{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;margin:12px 16px}.listing__info-top{display:flex;font-size:18px;justify-content:space-between}.listing__name{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-height:1.2em;max-height:2.4em}.listing__price{font-weight:700;margin-left:10px}.listing__price__day{font-weight:400;font-size:.9rem}.listing__info-bottom{display:flex;justify-content:space-between}.listing__address{max-width:70%;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-height:1.2em;max-height:2.4em;flex-grow:1}.listing__button{background:none;border:none;font-weight:700;color:var(--text-cta-color);align-self:flex-end}.hero__wrapper{margin-top:40px;gap:20px;display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.hero__wrapper{width:65%}}@media (min-width: 768px){.hero__wrapper{margin-top:0;align-items:flex-start}}.hero__title{text-align:center;font-size:2rem;max-width:365px}@media (min-width: 768px){.hero__title{font-size:44px;margin-bottom:4px;text-align:left;width:100%;max-width:none}}@media (min-width: 1025px){.hero__title{font-size:60px}}@media (min-width: 1280px){.hero__title{width:550px}}@media (min-width: 1400px){.hero__title{width:600px}}.hero__title-blue{color:#3c85db}.hero__description{color:#6d6c6c;text-align:center;font-size:1.3rem;width:350px;width:100%}@media (min-width: 768px){.hero__description{text-align:left;font-size:24px;width:90%}}.hero__button-wrapper{margin-top:20px;margin-bottom:50px;display:flex;justify-content:center}@media (min-width: 768px){.hero__button-wrapper{margin-bottom:20px}}.hero__button{cursor:pointer;width:200px;padding:10px 20px;background-color:#000;color:#fefefe;border-radius:20px;font-weight:100;display:flex;justify-content:space-evenly;position:relative}.hero__button:before{content:"";z-index:-5;position:absolute;width:300px;height:20px;transition:opacity .3s ease-in-out,filter .3s ease-in-out;filter:blur(15px);opacity:0;background:linear-gradient(60deg,#f79533,#f37055,#ef4e7b,#a166ab,#5073b8,#1098ad,#07b39b,#6fba82)}.hero__button:hover:before{opacity:1;filter:blur(25px)}.hero__arrow{width:20px;height:20px}.interest-form{max-width:560px;text-align:center;font-family:Arial,sans-serif}.interest-form .email-container{display:flex;align-items:center;justify-content:space-between;box-shadow:0 0 14px #0000000d;border-radius:10px;border:1px solid #ccc;overflow:hidden;height:48px;padding:7px 4px 7px 16px}.interest-form .email-container input{flex:1;border:none;padding:7px 16px;font-size:16px;outline:none}.interest-form .email-container input:disabled{background-color:#f5f5f5;cursor:not-allowed}.interest-form .email-container button{background:#3c85db;color:#fff;border:none;padding:11px 16px;font-size:14px;cursor:pointer;border-radius:6px;transition:background-color .3s}.interest-form .email-container button:hover{background:#336fb3}.interest-form .email-container button:disabled{background-color:#ccc;cursor:wait}.interest-form .error-message{color:red;font-size:14px;margin-top:5px;text-align:left}.interest-form .description{margin-top:10px;font-size:14px;color:#666;line-height:1.6;font-weight:400;word-wrap:break-word;word-break:break-word;white-space:normal;overflow-wrap:break-word;display:block;text-align:justify;max-width:100%}@media (min-width: 768px){.interest-form{min-width:560px}}@media (max-width: 768px){.interest-form{max-width:100%}.interest-form .email-container{flex-direction:column;height:auto;padding:0}.interest-form .email-container input{width:100%;min-width:none;padding:7px 16px;margin-bottom:10px;text-align:center}.interest-form .email-container button{width:100%;border-radius:6px;padding:11px 16px}}.map-wrapper{width:100%}@media (min-width: 768px){.map-wrapper:before{content:"";background-color:#191919;width:100%;max-width:1600px;height:300px;position:absolute;border-radius:40px;left:50%;z-index:-1;transform:translate(-50%)}}@media (min-width: 1400px){.map-wrapper:before{width:80%}}.map{width:100%;height:320px;border-radius:20px;overflow:hidden;outline:none!important}@media (min-width: 768px){.map{width:70%;margin:10px auto 0}}@media (min-width: 1400px){.map{height:400px}}.map:focus-visible{outline:none}.property-title{margin:20px 0}@media (min-width: 768px){.property-title{color:#fefefe;text-align:center;margin:30px 0}}.property-title__header{font-size:2rem;margin-top:5px}.property-title__header-blue{color:#3c85db}@media (min-width: 768px){.property-title__text{color:#929292;margin:0 auto;width:160px;padding:2.5px;border-radius:50px;padding:auto;border:solid .5px #6D6C6C}}.property-bullet{margin:30px 0 90px;display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column;gap:30px}@media (min-width: 768px){.property-bullet{flex-wrap:wrap;flex-direction:row;justify-content:space-between;align-items:flex-start;margin:90px 0;gap:56px}}@media (min-width: 1400px){.property-bullet{padding:0 3vw}}.property-bullet__wrapper{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}@media (min-width: 768px){.property-bullet__wrapper{flex-direction:row;gap:20px;justify-content:flex-start;align-items:flex-start;text-align:left}}@media (min-width: 1280px){.property-bullet__wrapper{width:47%}}.property-bullet__text{width:100%;font-size:1.3rem;color:#c7c7c7;font-weight:100;margin-top:10px}@media (min-width: 768px){.property-bullet__text{font-size:20px;min-width:261px;margin:0}}.property-bullet__text__wrapper{width:100%}.property-bullet__name{font-size:24px;font-weight:700;color:#3c85db}.property-bullet__para{font-size:24px;font-weight:100;color:#33363f;margin-top:10px}.gm-style iframe+div{border:none!important}.map-page__marker{background:#fff;color:#000;padding:5px 10px;font-size:.8rem;font-weight:800;border-radius:25px;box-shadow:0 0 4px 2px #33363f0a}.map-page__marker--selected{background-color:#000;color:#fff;padding:5px 10px;font-size:.8rem;font-weight:800;border-radius:25px}.laptop__background{border-radius:20px;height:326px;width:270px;margin-top:50px;margin-bottom:100px}@media (min-width: 768px){.laptop__background{scale:1.2}}.laptop__image{position:relative;height:150%;left:-200px;bottom:60px}.laptop__listing{width:260px;display:block;position:relative;left:40px;bottom:220px;border-radius:20px;box-shadow:0 0 #bbb4b400}@media (min-width: 1025px){.laptop__listing{width:280px;left:30px;bottom:120px}}@media (min-width: 1280px){.laptop__listing{width:300px}}.how{margin-top:50px}@media (min-width: 768px){.how{margin:0}}.how__wrapper{position:relative;display:flex;flex-direction:column;align-items:center;margin-bottom:100px}.how__image{width:850px}@media (min-width: 768px){.how__image{width:1024px}}@media (min-width: 1025px){.how__image{width:1367px}}@media (min-width: 1280px){.how__image{width:1707px}}.how__text-box{position:absolute;padding:10px;border-radius:10px;height:auto;width:80vw;border:1px rgba(217,217,217,.1) solid;box-shadow:0 9px 20px #bbb4b414;font-size:12px}@media (min-width: 768px){.how__text-box{width:450px;padding:20px}}@media (min-width: 1025px){.how__text-box{width:500px;font-size:24px}}@media (min-width: 1400px){.how__text-box{width:600px}}.how__text-box__title{font-size:24px}@media (min-width: 1025px){.how__text-box__title{font-size:60px}}.how__text-box__title--blue{font-size:16px;font-weight:600;color:#3c85db}@media (min-width: 1025px){.how__text-box__title--blue{font-size:24px}}.how__text-box__title--white{font-size:16px;font-weight:600;color:#fff}@media (min-width: 1025px){.how__text-box__title--white{font-size:24px}}.how__text-box__text{margin-top:10px;font-weight:100;font-size:12px}@media (min-width: 768px){.how__text-box__text{font-size:16px}}@media (min-width: 1025px){.how__text-box__text{font-size:16px}}@media (min-width: 1280px){.how__text-box__text{font-size:24px}}.how__text-box__text--bold{font-weight:600}.how__text-box--1{color:#fff;background-color:#000;bottom:600px;left:260px;width:280px;border-bottom-right-radius:0}@media (min-width: 768px){.how__text-box--1{bottom:585px;left:150px}}@media (min-width: 1025px){.how__text-box--1{width:536px;bottom:820px;left:190px}}@media (min-width: 1280px){.how__text-box--1{bottom:980px;left:280px}}.how__text-box--2{font-size:12px;background-color:#fff;bottom:460px;left:310px;width:280px;box-shadow:0 9px 20px #bbb4b44d}@media (min-width: 768px){.how__text-box--2{bottom:448px;left:485px}}@media (min-width: 1025px){.how__text-box--2{width:449px;bottom:670px;left:550px}}@media (min-width: 1280px){.how__text-box--2{bottom:835px;left:700px}}.how__text-box--3{font-size:12px;color:#fff;background-color:#3c85db;bottom:357px;left:260px;width:280px;border-top-right-radius:0}@media (min-width: 768px){.how__text-box--3{bottom:292px;left:580px;border-top-right-radius:20px;border-top-left-radius:0}}@media (min-width: 1025px){.how__text-box--3{width:397px;bottom:465px;left:790px}}@media (min-width: 1280px){.how__text-box--3{bottom:620px;left:950px}}.how__text-box--4{font-size:12px;background-color:#fff;width:389px;bottom:200px;left:305px;width:280px;box-shadow:0 9px 20px #bbb4b44d}@media (min-width: 768px){.how__text-box--4{bottom:180px;left:150px}}@media (min-width: 1025px){.how__text-box--4{width:400px;bottom:250px;left:250px}}@media (min-width: 1280px){.how__text-box--4{bottom:350px;left:290px}}.how__text-box--5{color:#fff;background-color:#3c85db;bottom:112px;left:260px;width:300px;border-top-right-radius:0}@media (min-width: 768px){.how__text-box--5{bottom:55px;left:550px;border-top-right-radius:20px;border-top-left-radius:0}}@media (min-width: 1025px){.how__text-box--5{width:465px;bottom:50px;left:680px}}@media (min-width: 1280px){.how__text-box--5{bottom:50px;left:880px}}.entrepreneurs__subtitle{color:#c7c7c7;font-size:1rem}.entrepreneurs__wrapper{width:100%;margin-top:56px}@media (min-width: 768px){.entrepreneurs__wrapper{display:flex;flex-direction:column;align-items:flex}}@media (min-width: 1025px){.entrepreneurs__wrapper{width:50%}}.entrepreneurs-bullet{margin:30px 0;display:flex;flex-direction:column;gap:30px}@media (min-width: 1280px){.entrepreneurs-bullet{width:100%}}.entrepreneurs-bullet__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;gap:20px;text-align:center}@media (min-width: 768px){.entrepreneurs-bullet__wrapper{flex-direction:row;justify-content:flex-start;align-items:flex-start;text-align:left;gap:20px}}.entrepreneurs-bullet__para{font-size:1.2rem;font-weight:100;color:#33363f;margin-top:10px}@media (min-width: 768px){.entrepreneurs-bullet__para{font-size:24px}}.entrepreneurs-bullet__text{width:100%;color:#c7c7c7;font-size:1.2rem;font-weight:100}@media (min-width: 1280px){.entrepreneurs-bullet__text{font-size:24px;min-width:200px}}.entrepreneurs-bullet__name{font-weight:600;color:#3c85db}@media (min-width: 768px){.entrepreneurs__title{font-size:2rem}}.entrepreneurs__title__wrapper{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}@media (min-width: 768px){.entrepreneurs__title__wrapper{font-size:2rem;align-items:flex-start;text-align:left}}.entrepreneurs__title-blue{color:#3c85db}.wizard{margin-top:50px;margin-bottom:100px;display:flex;flex-direction:column;gap:20px}@media (min-width: 768px){.wizard{margin-bottom:200px;margin-top:90px}}.wizard__title{align-self:center;text-align:center}@media (min-width: 768px){.wizard__title{font-size:50px;margin-bottom:20px;max-width:1074px}}.wizard__img-wrapper{display:flex;justify-content:center;align-items:center}.wizard__img{position:relative;width:150%;height:150%;will-change:transform}@media (min-width: 768px){.wizard__img{width:110%}}.wizard__bullet{display:flex;flex-direction:column}@media (min-width: 768px){.wizard__bullet{margin-top:80px;flex-direction:row;gap:56px}}.wizard__bullet-wrapper{max-width:300px;margin:0 auto 20px;color:#6d6c6c;text-align:center;display:flex;flex-direction:column;align-items:center}.wizard__name{margin-top:10px;font-weight:700;font-size:1.3rem}@media (min-width: 768px){.wizard__name{font-size:24px}}.wizard__text{font-size:1.3rem}@media (min-width: 768px){.wizard__text{width:200px;font-size:24px}}@keyframes move{to{transform:translate(-100%)}}.action{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:200px;margin-bottom:56px}.action__title{text-align:center}@media (min-width: 768px){.action__title{font-size:2.25rem;margin-bottom:5px}}.action__logo{min-width:200px;width:40%;height:100%;object-fit:contain}@media (min-width: 768px){.action__logo{width:25%}}.action__button{cursor:pointer;margin-top:40px;width:200px;padding:10px 20px;background-color:#3c85db;color:#fff;border-radius:20px;font-weight:600;display:flex;justify-content:space-evenly}.action__arrow{width:20px;height:20px}.about{display:flex;align-items:center;gap:40px;flex-direction:column;width:100%}.about__iframe{border-radius:12px;width:100%;max-width:600px;height:352px}@media (min-width: 768px){.about__iframe{height:152px}}.footer{width:100%;display:flex;flex-direction:column;color:#fefefe;background-color:#191919;padding:50px 30px;border-top-right-radius:60px;border-top-left-radius:60px;gap:30px}@media (min-width: 768px){.footer{flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:50px}}.footer__cta{display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.footer__cta{align-items:flex-start}}.footer__title{text-align:center;margin-bottom:20px}@media (min-width: 768px){.footer__title{text-align:left;font-size:2.25rem;width:350px}}.footer__subtitle{font-size:.8rem}.footer__button{cursor:pointer;margin-bottom:20px;width:200px;padding:10px 20px;background-color:#3c85db;color:#fff;border-radius:20px;font-weight:600;display:flex;justify-content:center;gap:1rem}.footer__arrow{width:20px;height:20px}.footer__list{display:flex;flex-direction:column;color:#6d6c6c;margin-bottom:20px}@media (min-width: 768px){.footer__list{gap:10px;font-size:1.3rem}}.footer__copyright{font-size:.8rem;color:#6d6c6c}.footer__logo{width:150px;margin-bottom:10px}@media (min-width: 768px){.footer__logo{margin-bottom:0}}.footer__phone{position:relative;bottom:-50px;z-index:-1;scale:2;min-width:200px;width:60%;margin-top:168px;left:5px}@media (min-width: 768px){.footer__phone{width:50%;transform:translateY(30vh);opacity:.5;transition:transform .5s ease-in-out,opacity .5s ease-in-out;bottom:-80px;margin-top:224px}}@media (min-width: 1280px){.footer__phone{bottom:-120px}}.footer__links{display:flex;flex-direction:column;gap:10px;align-items:center}@media (min-width: 768px){.footer__links{align-items:flex-start}}.footer__links li{text-align:center}@media (min-width: 768px){.footer__links li{align-items:flex-start;text-align:left}}.footer__info{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (min-width: 768px){.footer__info{width:auto;align-items:flex-start;justify-content:flex-start;gap:10px}}.footer__phone.is-visible{transform:none;opacity:1}.team{display:flex;flex-direction:column;gap:56px;overflow:hidden;padding:0 30px}@media (min-width: 768px){.team{padding:0 112px}}@media (min-width: 1280px){.team{padding:0 168px}}@media (min-width: 1400px){.team{padding:0 224px}}.team__description{margin:112px auto}@media (min-width: 768px){.team__description{margin:112px 0}}@media (min-width: 1280px){.team__description{margin:112px 56px 0;display:flex;justify-content:space-between}}.team__description__text{font-size:1.3rem;color:#3c85db;width:265px;font-weight:300}.team__description__text-bold{font-weight:600}@media (min-width: 768px){.team__description__text{font-size:2.25rem;width:529px}}.team__description__button{width:227px;margin-top:20px!important}.team__description__button__wrapper{width:530px}.team__description__image{display:none}@media (min-width: 1280px){.team__description__image{display:flex;position:relative;top:-100px;width:327px;rotate:3deg}}.team__intros{width:100%}@media (min-width: 768px){.team__intros{margin:56px 0}}.team__intros__wrapper{margin:0 auto}.team__intros__title{color:#3c85db;font-size:2.25rem;margin-bottom:30px}.team__intros__pics{display:flex;flex-wrap:wrap;justify-content:space-around;gap:30px}.team__intros__card{display:flex;flex-direction:column;text-align:left;width:122px}@media (min-width: 768px){.team__intros__card{width:220px}}.team__intros__name{color:#3c85db;font-size:1.2rem}.team__intros__role{font-size:1.2rem;font-weight:500}.team__intros__pic{width:122px;height:146px;object-fit:cover;border-radius:20px;align-self:center}@media (min-width: 768px){.team__intros__pic{width:220px;height:246px}}.team__culture{display:flex;flex-direction:column;gap:20px}.team__culture__title{color:#3c85db;font-size:2.25rem}.team__culture__text{font-size:1.8rem}@media (min-width: 768px){.team__culture__text{font-size:24px}}.team__words{display:flex;flex-direction:column;gap:30px}.team__words__title{color:#3c85db;font-size:2.25rem}.team__words__heading{color:#3c85db;font-size:1.8rem}@media (min-width: 768px){.team__words__heading{font-size:24px}}.team__words__text{font-size:1.8rem}@media (min-width: 768px){.team__words__text{font-size:24px}}.team__pics{display:flex;align-items:center;width:100%;margin-top:56px;margin-bottom:60px}@media (min-width: 768px){.team__pics{margin-top:0;margin-bottom:0;padding-top:112px;height:800px}}@media (min-width: 1280px){.team__pics{margin-top:56px;height:900px}}.team__pics__wrapper{margin:0 auto}.team__pics__collision{width:226px;height:142px;border-radius:10px;position:relative;object-fit:cover;left:90px;rotate:12deg}@media (min-width: 768px){.team__pics__collision{display:none}}@media (min-width: 1280px){.team__pics__collision{scale:1.2;left:60px}}.team__pics__booth{width:418px;height:261px;border-radius:10px;position:relative;object-fit:cover;left:-50px;rotate:-12deg}@media (min-width: 768px){.team__pics__booth{border-radius:20px;width:633px;height:396px;left:-120px;top:100px}}@media (min-width: 1280px){.team__pics__booth{scale:1.2;left:-150px}}.team__pics__party{width:239px;height:150px;border-radius:10px;position:relative;object-fit:cover;left:10px;rotate:16deg}@media (min-width: 768px){.team__pics__party{border-radius:20px;width:362px;height:226px;left:-90px;rotate:6deg;top:30px}}@media (min-width: 1280px){.team__pics__party{scale:1.2;left:-120px}}.team__pics__outside{width:289px;height:181px;border-radius:10px;position:relative;object-fit:cover;top:-20px;left:40px;rotate:-3deg}@media (min-width: 768px){.team__pics__outside{border-radius:20px;width:512px;height:320px;top:-340px;left:250px;rotate:1deg}}@media (min-width: 1280px){.team__pics__outside{border-radius:20px;width:512px;height:320px;top:-340px;left:355px;rotate:1deg}}.team__footer{padding:0 30px}@media (min-width: 768px){.team__footer{padding:0 112px 112px}}.team__footer__wrapper{display:flex;flex-direction:column;align-items:center;background-color:#d9d9d930;margin-bottom:30px}@media (min-width: 1280px){.team__footer__wrapper{flex-direction:row;align-items:flex-start;justify-content:space-between;padding:30px 60px}}.team__footer__logo{width:204px;height:36px;scale:1.35;margin:30px 0}@media (min-width: 1280px){.team__footer__logo{width:328px;height:54px;scale:1}}.team__footer__logo__wrapper{width:50%;display:flex;justify-content:center}@media (min-width: 1280px){.team__footer__logo__wrapper{order:2}}.team__footer__text{display:flex;flex-direction:column;gap:20px;margin:0 1rem;margin-bottom:20px}@media (min-width: 1280px){.team__footer__text{width:50%}}.team__footer__heading{font-size:22px;font-weight:600}@media (min-width: 768px){.team__footer__heading{font-size:26px}}@media (min-width: 1280px){.team__footer__heading{font-size:36px;font-size:2.25rem}}.team__footer__hiring{font-size:20px;font-weight:100}@media (min-width: 1280px){.team__footer__hiring{font-size:24px}}@font-face{font-family:SFPro;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF);font-weight:400;font-style:normal}@font-face{font-family:SFPro;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF);font-weight:700;font-style:bold}button{all:unset}ul{list-style:none;padding:0;margin:0}a{color:inherit;text-decoration:inherit}:root{--main-font: "SFPro"}*{font-family:var(--main-font);margin:0;padding:0;box-sizing:border-box}.bullet{display:flex;justify-content:center;padding:10px;border-radius:12px;background-color:#000;height:40px;width:40px}@media (min-width: 768px){.bullet{padding:15px;height:60px;width:60px}}
