html{scroll-behavior:smooth}body{color:#333;line-height:1.6;font-family:"Noto Sans JP", serif;font-optical-sizing:auto;font-weight:500;font-style:normal;font-size:16px;margin:0;min-height:100vh}.l-page-wrapper{min-height:100vh;display:flex;flex-direction:column}a{transition:all 0.3s}a:link,a:visited,a:active{color:#003cff}a:hover{color:#003cff;opacity:0.85}a[href^="tel:"]{text-decoration:none;color:inherit}@media screen and (min-width:768px){a[href^="tel:"]{pointer-events:none}}img{max-width:100%;height:auto;vertical-align:top}.l-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#FFFFFF;box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.05);transition:all 0.3s ease}.l-header-container{width:100%;max-width:1440px;margin:0 auto;padding:10px 20px}@media screen and (min-width:1100px){.l-header-container{padding:25px 45px}}.l-main{padding-top:50px;flex:1}.l-main a{color:#0EA5E9;text-decoration:none;transition:all 0.3s ease}.l-main a:hover{color:#0284C7}.l-footer{background:#FFFFFF;padding:40px 20px}@media screen and (min-width:1100px){.l-footer{padding:48px 45px}}.l-footer-container{width:100%;max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.l-container{width:100%;max-width:900px}.c-btn{display:inline-block;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;font-size:14px;transition:all 0.3s ease;border:none;cursor:pointer;text-align:center}@media screen and (min-width:1100px){.c-btn{font-size:16px}}.c-btn--primary{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:white}.c-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102, 126, 234, 0.4)}.c-btn--secondary{background:transparent;color:#FFFFFF;border:2px solid #FFFFFF}.c-btn--secondary:hover{background:#FFFFFF;color:#0EA5E9;transform:translateY(-2px);box-shadow:0 8px 25px rgba(255, 255, 255, 0.3)}.c-btn--cta-primary{background:#FFFFFF;color:#0EA5E9}.c-btn--cta-primary:link,.c-btn--cta-primary:visited,.c-btn--cta-primary:active{color:#0EA5E9}.c-btn--cta-primary:hover{background:#DBEAFE;color:#0EA5E9;transform:translateY(-2px);box-shadow:0 8px 25px rgba(255, 255, 255, 0.4)}.c-btn--cta-secondary{background:transparent;color:#FFFFFF;border:2px solid #FFFFFF}.c-btn--cta-secondary:link,.c-btn--cta-secondary:visited,.c-btn--cta-secondary:active{color:#FFFFFF}.c-btn--cta-secondary:hover{background:#FFFFFF;color:#0EA5E9;transform:translateY(-2px);box-shadow:0 8px 25px rgba(255, 255, 255, 0.3)}.c-header{display:flex;align-items:center;justify-content:space-between;position:relative}.c-header__logo{flex-shrink:0}.c-header__logo-link{display:block;text-decoration:none}.c-header__logo-img{width:180px;vertical-align:middle}@media screen and (min-width:1100px){.c-header__logo-img{width:260px;vertical-align:top}}.c-header__nav{display:none;justify-content:center}@media screen and (min-width:1100px){.c-header__nav{display:flex}}.c-header__nav-list{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.c-header__nav-item{position:relative}.c-header__nav-link{text-decoration:none;font-weight:400;font-size:16px;line-height:1.5;transition:color 0.3s ease;position:relative}.c-header__nav-link:link,.c-header__nav-link:visited,.c-header__nav-link:active{color:#374151}.c-header__nav-link:hover{color:#1D2088}.c-header__nav-link::after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg, #3b82f6 0%, #10b981 100%);transition:width 0.3s ease}.c-header__nav-link:hover::after{width:100%}.c-header__nav-link--cta{background:linear-gradient(90deg, #3b82f6 0%, #10b981 100%);color:#FFFFFF;padding:8px 24px;border-radius:8px;height:40px;display:flex;align-items:center;justify-content:center}.c-header__nav-link--cta:link,.c-header__nav-link--cta:visited,.c-header__nav-link--cta:active{color:#FFFFFF;transition:all 0.3s ease;opacity:1}.c-header__nav-link--cta:hover{color:#FFFFFF;opacity:0.9;transform:translateY(-2px);box-shadow:0 8px 25px rgba(59, 130, 246, 0.4)}.c-header__nav-link--cta::after{display:none}.c-header__menu-toggle{display:flex;flex-direction:column;justify-content:space-around;width:28px;height:28px;background:transparent;border:none;cursor:pointer;padding:0}@media screen and (min-width:1100px){.c-header__menu-toggle{display:none}}.c-header__menu-toggle.is-open .c-header__menu-toggle-line:nth-child(1){transform:rotate(45deg) translate(6px, 6px)}.c-header__menu-toggle.is-open .c-header__menu-toggle-line:nth-child(2){opacity:0;transform:scale(0)}.c-header__menu-toggle.is-open .c-header__menu-toggle-line:nth-child(3){transform:rotate(-45deg) translate(6px, -6px)}.c-header__menu-toggle-line{width:100%;height:2px;background:#333;border-radius:2px;transition:all 0.3s ease;transform-origin:center}.c-header__mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.5);backdrop-filter:blur(5px);z-index:999;opacity:0;visibility:hidden;transition:all 0.3s ease}.c-header__mobile-menu.is-open{opacity:1;visibility:visible}.c-header__mobile-menu.is-open .c-header__mobile-nav{transform:translateX(0)}.c-header__mobile-nav{position:fixed;top:0;right:0;width:280px;height:100vh;background:#FFFFFF;padding:80px 30px 30px;transform:translateX(100%);transition:transform 0.3s ease;overflow-y:auto}.c-header__mobile-nav-list{list-style:none;margin:0;padding:0}.c-header__mobile-nav-link{display:block;padding:15px 0;text-decoration:none;font-weight:400;font-size:18px;line-height:1.5;transition:color 0.3s ease;position:relative}.c-header__mobile-nav-link:link,.c-header__mobile-nav-link:visited,.c-header__mobile-nav-link:active{color:#374151}.c-header__mobile-nav-link:hover{color:#1D2088}.c-header__mobile-nav-link--cta{background:linear-gradient(90deg, #3b82f6 0%, #10b981 100%);padding:15px 20px;border-radius:8px;text-align:center;margin-top:20px}.c-header__mobile-nav-link--cta:link,.c-header__mobile-nav-link--cta:visited,.c-header__mobile-nav-link--cta:active{color:#FFFFFF}.c-header__mobile-nav-link--cta:hover{color:#FFFFFF;opacity:0.9}.c-footer{display:flex;flex-direction:column;gap:40px}@media screen and (min-width:1100px){.c-footer{flex-direction:row;justify-content:center;align-items:flex-start;gap:120px}}.c-footer__company{display:flex;flex-direction:column;gap:55px;flex-shrink:0}.c-footer__logo-img{width:211px;height:104px}.c-footer__description p{font-weight:400;font-size:14px;line-height:1.625;color:#3B4450;margin:0}.c-footer__description p:first-child{font-weight:600}.c-footer__nav{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:20px;width:100%}@media screen and (min-width:1100px){.c-footer__nav{justify-content:flex-end;flex-wrap:nowrap;gap:30px}}.c-footer__nav-section{display:flex;flex-direction:column;gap:25px;flex-shrink:0;width:calc((100% - 20px) / 2)}@media screen and (min-width:768px){.c-footer__nav-section{width:calc((100% - 20px * 3) / 4)}}.c-footer__nav-title{font-weight:700;font-size:16px;line-height:1.5;color:#1F2937;margin:0;padding-bottom:10px;border-bottom:1px solid #AEB5BE}.c-footer__nav-title a{text-decoration:none;color:#1F2937}.c-footer__nav-title a:link,.c-footer__nav-title a:visited,.c-footer__nav-title a:active{color:#1F2937}.c-footer__nav-title a:hover{color:#1F2937;opacity:0.8}.c-footer__nav-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.c-footer__nav-item{margin:0}.c-footer__nav-link{font-weight:400;font-size:14px;line-height:1.43;text-decoration:none;transition:color 0.3s ease;position:relative}.c-footer__nav-link:link,.c-footer__nav-link:visited,.c-footer__nav-link:active{color:#374151}.c-footer__nav-link:hover{color:#1D2088}.c-footer__nav-link::after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg, #3b82f6 0%, #10b981 100%);transition:width 0.3s ease}.c-footer__nav-link:hover::after{width:100%}.c-footer__bottom{padding-top:33px}.c-footer__bottom-content{display:flex;flex-direction:column;gap:10px;align-items:center}@media screen and (min-width:768px){.c-footer__bottom-content{flex-direction:row;justify-content:space-between;gap:20px}}.c-footer__copyright{font-weight:400;font-size:13px;line-height:1.54;color:#9CA3AF;margin:0}.c-footer__privacy{font-weight:400;font-size:13px;line-height:1.54;color:#9CA3AF;text-decoration:none;transition:color 0.3s ease;position:relative}.c-footer__privacy:link,.c-footer__privacy:visited,.c-footer__privacy:active{color:#9CA3AF}.c-footer__privacy:hover{color:#1D2088}.c-splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:#fff;opacity:1;transition:opacity 0.5s ease-out}.c-splash-screen.is-hidden{opacity:0;pointer-events:none}.c-splash-screen__video{position:absolute;width:100%;height:100%;object-fit:cover;z-index:1;top:50%;left:50%;transform:translate(-50%, -50%)}.c-splash-screen__skip{position:fixed;top:24px;right:24px;padding:12px 24px;background:rgba(0, 0, 0, 0.6);border:2px solid rgba(255, 255, 255, 0.8);border-radius:4px;color:#FFFFFF;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;z-index:10000;backdrop-filter:blur(10px);font-family:inherit}.c-splash-screen__skip:hover{background:rgba(0, 0, 0, 0.8);border-color:#FFFFFF;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0, 0, 0, 0.3)}.c-splash-screen__skip:active{transform:translateY(0)}@media screen and (min-width:768px){.c-splash-screen__skip{top:32px;right:32px;padding:14px 28px;font-size:18px}}.p-top-hero{position:relative;height:calc(100vh - 70px);min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media screen and (min-width:768px){.p-top-hero{height:100vh}}.p-hero__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.p-hero__bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.p-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.4);z-index:2}.p-hero__container{position:relative;z-index:3;width:100%;max-width:1440px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:center}.p-hero__content{text-align:center;max-width:100%}.p-hero__title{font-weight:700;font-size:32px;line-height:1.28;color:#FFFFFF;margin:0 0 24px 0;text-align:center}@media screen and (min-width:768px){.p-hero__title{font-size:48px}}@media screen and (min-width:1100px){.p-hero__title{font-size:60px}}.p-hero__description{font-weight:400;font-size:16px;line-height:1.4;color:#FFFFFF;margin:0;opacity:0.9;text-align:center}@media screen and (min-width:768px){.p-hero__description{font-size:18px}}@media screen and (min-width:1100px){.p-hero__description{font-size:20px}}.p-top-service{padding:80px 0;background:#F6F6F6}.p-top-service__container{width:100%;max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:48px;align-items:center}@media screen and (min-width:1100px){.p-top-service__container{flex-direction:row;justify-content:center}}.p-top-service__image{width:100%;max-width:616px}.p-top-service__image .p-top-service__img{width:100%;height:auto}.p-top-service__content{max-width:616px;display:flex;flex-direction:column;gap:23.4px}.p-top-service__content .c-btn{align-self:flex-start;width:auto;background:linear-gradient(90deg, #3b82f6 0%, #10b981 100%);color:#FFFFFF}.p-top-service__content .c-btn:link,.p-top-service__content .c-btn:visited,.p-top-service__content .c-btn:active{color:#FFFFFF}.p-top-service__content .c-btn:hover{color:#FFFFFF;opacity:0.9;transform:translateY(-2px);box-shadow:0 8px 25px rgba(59, 130, 246, 0.4)}.p-top-service__title{font-weight:700;font-size:28px;line-height:1.11;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-top-service__title{font-size:36px}}.p-top-service__text{display:flex;flex-direction:column;gap:0;padding-bottom:0.625px}.p-top-service__text p{font-weight:400;font-size:16px;line-height:1.625;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-top-service__text p{font-size:18px}}.p-top-service__text p:last-child{margin-bottom:0}.p-top-technology{padding:80px 0;background:#FFFFFF}.p-top-technology__container{width:100%;max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column-reverse;gap:48px;align-items:center}@media screen and (min-width:1100px){.p-top-technology__container{flex-direction:row;justify-content:center}}.p-top-technology__content{max-width:616px;display:flex;flex-direction:column;gap:23.4px}.p-top-technology__content .c-btn{align-self:flex-start;width:auto;background:linear-gradient(90deg, #3b82f6 0%, #10b981 100%);color:#FFFFFF}.p-top-technology__content .c-btn:link,.p-top-technology__content .c-btn:visited,.p-top-technology__content .c-btn:active{color:#FFFFFF}.p-top-technology__content .c-btn:hover{color:#FFFFFF;opacity:0.9;transform:translateY(-2px);box-shadow:0 8px 25px rgba(59, 130, 246, 0.4)}.p-top-technology__image{width:100%;max-width:616px}.p-top-technology__image .p-top-technology__img{width:100%;height:auto;border-radius:20px;box-shadow:0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1)}.p-top-technology__title{font-weight:700;font-size:28px;line-height:1.11;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-top-technology__title{font-size:36px}}.p-top-technology__text{display:flex;flex-direction:column;gap:0;padding-bottom:0.625px}.p-top-technology__text p{font-weight:400;font-size:16px;line-height:1.625;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-top-technology__text p{font-size:18px}}.p-top-technology__text p:last-child{margin-bottom:0}.p-top-project{padding:80px 0;background:#F6F6F6;min-height:675px}.p-top-project__container{width:100%;max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:40px}.p-top-project__title{font-weight:600;font-size:28px;line-height:1.39;color:#1F2937;text-align:center;margin:0}@media screen and (min-width:768px){.p-top-project__title{font-size:36px}}.p-top-project__images{display:grid;grid-template-columns:repeat(3, 1fr);gap:15px;width:100%}@media screen and (min-width:768px){.p-top-project__images{grid-template-columns:repeat(6, 1fr);gap:20px}}@media screen and (min-width:1100px){.p-top-project__images{gap:30px}}.p-top-project__image{width:100%;aspect-ratio:1}.p-top-project__image .p-top-project__img{width:100%;height:100%;object-fit:cover;border-radius:12px}.p-top-project__text{max-width:1280px;text-align:center}.p-top-project__text p{font-weight:400;font-size:16px;line-height:1.625;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-top-project__text p{font-size:18px}}.p-top-project__container .c-btn{align-self:center;width:auto;background:linear-gradient(90deg, #3b82f6 0%, #10b981 100%);color:#FFFFFF}.p-top-project__container .c-btn:link,.p-top-project__container .c-btn:visited,.p-top-project__container .c-btn:active{color:#FFFFFF}.p-top-project__container .c-btn:hover{color:#FFFFFF;opacity:0.9;transform:translateY(-2px);box-shadow:0 8px 25px rgba(59, 130, 246, 0.4)}.p-top-news{padding:80px 0;background:#FFFFFF}.p-top-news__container{width:100%;max-width:896px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:56px}.p-top-news__header{display:flex;flex-direction:column;gap:16px;text-align:center}.p-top-news__title{font-weight:700;font-size:28px;line-height:1.11;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-top-news__title{font-size:36px}}.p-top-news__subtitle{font-weight:400;font-size:16px;line-height:1.56;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-top-news__subtitle{font-size:18px}}.p-top-news__articles{display:flex;flex-direction:column;gap:24px}.p-top-news__article{background:#FFFFFF;border:1px solid #E5E7EB;border-radius:20px;padding:25px}.p-top-news__article-content{display:flex;flex-direction:row;align-items:flex-start;gap:16px}.p-top-news__date{font-weight:400;font-size:13.5px;line-height:1.48;color:#6B7280;white-space:nowrap;flex-shrink:0}@media screen and (min-width:768px){.p-top-news__date{font-size:14px}}.p-top-news__article-text{flex:1}.p-top-news__article-title{font-weight:400;font-size:14px;line-height:1.5;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-top-news__article-title{font-size:16px}}.p-top-news__more{display:flex;justify-content:center}.p-top-news__more .c-btn{background:linear-gradient(90deg, #3b82f6 0%, #10b981 100%);color:#FFFFFF;padding:12px 32px}.p-top-news__more .c-btn:link,.p-top-news__more .c-btn:visited,.p-top-news__more .c-btn:active{color:#FFFFFF}.p-top-news__more .c-btn:hover{color:#FFFFFF;opacity:0.9;transform:translateY(-2px);box-shadow:0 8px 25px rgba(59, 130, 246, 0.4)}.p-page-hero{position:relative;height:190px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}@media screen and (min-width:1100px){.p-page-hero{height:384px}}.p-page-hero--about{background-image:url("../images/page-hero-bg-about.jpg")}.p-page-hero--service{background-image:url("../images/service-hero-background.jpg")}.p-page-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.5);z-index:1}.p-page-hero__container{position:relative;z-index:2;width:100%;max-width:1440px;margin:0 auto;padding:0 20px;display:flex;justify-content:center;align-items:center}.p-page-hero__content{display:flex;flex-direction:column;gap:16px;text-align:center;padding:0 22px}.p-page-hero__title{font-weight:700;font-size:36px;line-height:1;color:#FFFFFF;margin:0}@media screen and (min-width:768px){.p-page-hero__title{font-size:48px}}.p-page-hero__subtitle{font-weight:400;font-size:14px;line-height:1.44;color:#E5E7EB;margin:0}@media screen and (min-width:768px){.p-page-hero__subtitle{font-size:19.5px}}.p-company{padding:80px 20px;background:#FFFFFF}.p-company__container{width:100%;max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:64px}.p-company__title{font-weight:700;font-size:28px;line-height:1.11;color:#0EA5E9;text-align:center;margin:0}@media screen and (min-width:768px){.p-company__title{font-size:36px}}.p-company__content{display:flex;flex-direction:column;gap:48px;align-items:center}@media screen and (min-width:1100px){.p-company__content{flex-direction:row;justify-content:center}}.p-company__image{width:100%;max-width:592px}.p-company__image .p-company__img{width:100%;height:auto;border-radius:16px;box-shadow:0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1)}.p-company__info{width:100%;max-width:592px}.p-company__info-grid{display:flex;flex-wrap:wrap;gap:20px}.p-company__info-item{display:flex;flex-direction:column;gap:5px;width:284px}.p-company__info-item--wide{width:336px}.p-company__info-label{font-weight:600;font-size:14px;line-height:1.43;color:#6B7280;margin:0}.p-company__info-value{font-weight:400;font-size:16px;line-height:1.75;color:#1F2937;margin:0}.p-company__info-value a{color:#0EA5E9;text-decoration:none;transition:color 0.3s ease}.p-company__info-value a:hover{color:#0284C7}.p-history{padding:80px 20px;background:#F6F6F6}.p-history__container{width:100%;max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:64px;padding:0 24px}.p-history__header{display:flex;flex-direction:column;gap:16px;text-align:center}.p-history__title{font-weight:700;font-size:28px;line-height:1.11;color:#10B981;margin:0}@media screen and (min-width:768px){.p-history__title{font-size:36px}}.p-history__subtitle{font-weight:400;font-size:16px;line-height:1.56;color:#1F2937;margin:0;max-width:672px;margin:0 auto}@media screen and (min-width:768px){.p-history__subtitle{font-size:18px}}.p-history__timeline{position:relative;display:flex;flex-direction:column;gap:30px}@media screen and (min-width:1100px){.p-history__timeline{margin:0 auto}}.p-history__timeline-line{position:absolute;left:32px;top:0;width:2px;height:100%;background:#0EA5E9;z-index:1}.p-history__item{position:relative;display:flex;align-items:flex-start;gap:0;z-index:2}.p-history__year{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;line-height:1.72;color:#FFFFFF;flex-shrink:0}.p-history__year--blue{background:#0EA5E9}.p-history__year--green{background:#10B981}.p-history__content{padding-left:32px;flex:1}.p-history__card{background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.05);max-width:600px}.p-history__description{font-weight:700;font-size:14px;line-height:1.4;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-history__description{font-size:18px}}.p-top-about{padding:80px 0;background:#FFFFFF}.p-about__container{width:100%;max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column-reverse;gap:48px;align-items:center}@media screen and (min-width:1100px){.p-about__container{flex-direction:row;justify-content:center}}.p-about__content{max-width:616px;display:flex;flex-direction:column;gap:23.4px}.p-about__content .c-btn{align-self:flex-start;width:auto;background:linear-gradient(90deg, #3b82f6 0%, #10b981 100%);color:#FFFFFF}.p-about__content .c-btn:link,.p-about__content .c-btn:visited,.p-about__content .c-btn:active{color:#FFFFFF}.p-about__content .c-btn:hover{color:#FFFFFF;opacity:0.9}.p-about__title{font-weight:700;font-size:28px;line-height:1.11;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-about__title{font-size:36px}}.p-about__text{display:flex;flex-direction:column;gap:0;padding-bottom:0.625px}.p-about__text p{font-weight:400;font-size:16px;line-height:1.625;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-about__text p{font-size:18px}}.p-about__image{width:100%;max-width:616px}@media screen and (min-width:1100px){.p-about__image{width:616px;flex-shrink:0}}.p-about__img{width:100%;height:auto;border-radius:20px;box-shadow:0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1)}.p-cta{background:linear-gradient(90deg, #0ea5e9 0%, #10b981 100%);padding:80px 0;min-height:385px;display:flex;align-items:center}@media screen and (min-width:768px){.p-cta{padding:80px 0}}.p-cta__container{width:100%;max-width:1440px;margin:0 auto;padding:0 20px}@media screen and (min-width:1100px){.p-cta__container{padding:0 272px}}.p-cta__content{max-width:896px;margin:0 auto;padding:0 24px;text-align:center}.p-cta__title{font-weight:700;font-size:26px;line-height:1.4;color:#FFFFFF;margin:0 0 24px 0;text-align:center}@media screen and (min-width:768px){.p-cta__title{font-size:36px}}.p-cta__description{margin-bottom:32px;font-weight:400;font-size:15px;line-height:1.625;color:#DBEAFE;margin:0}@media screen and (min-width:768px){.p-cta__description{font-size:20px}}.p-cta__description span{display:inline-block}.p-cta__buttons{display:flex;flex-direction:column;gap:16px;align-items:center;margin-top:20px}@media screen and (min-width:768px){.p-cta__buttons{flex-direction:row;justify-content:center;margin-top:40px}}.u-mb10{margin-bottom:10px}.u-pc-only{display:none}@media screen and (min-width:768px){.u-pc-only{display:block}}.u-sp-only{display:block}@media screen and (min-width:768px){.u-sp-only{display:none}}.u-liststyle-none{list-style:none}.p-base{padding:80px 0;background:#FFFFFF}@media screen and (min-width:768px){.p-base{padding:120px 0}}.p-base__container{max-width:1200px;margin:0 auto;padding:0 24px}.p-base__header{text-align:center;margin-bottom:64px}.p-base__title{font-family:"Inter", sans-serif;font-weight:700;font-size:28px;line-height:1.11;color:#0EA5E9;margin-bottom:16px}@media screen and (min-width:768px){.p-base__title{font-size:36px}}.p-base__text{font-family:"Inter", sans-serif;font-weight:400;font-size:16px;line-height:1.56;color:#1F2937;max-width:672px;margin:0 auto}@media screen and (min-width:768px){.p-base__text{font-size:18px}}.p-base__content{display:flex;flex-direction:column;gap:40px}@media screen and (min-width:1100px){.p-base__content{gap:64px}}.p-base__office{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:1100px){.p-base__office{flex-direction:row;align-items:stretch;gap:32px}}.p-base__office-image{width:100%;height:200px;border-radius:16px;overflow:hidden}@media screen and (min-width:1100px){.p-base__office-image{width:400px;height:256px;flex-shrink:0}}.p-base__office-image img{width:100%;height:100%;object-fit:cover}.p-base__office-info{background:#F9FAFB;border-radius:16px;padding:24px;box-shadow:0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);flex:1}@media screen and (min-width:1100px){.p-base__office-info{display:flex;flex-direction:column;justify-content:space-between}}.p-base__office-title{font-family:"Inter", sans-serif;font-weight:700;font-size:18px;line-height:1.4;color:#1F2937;margin-bottom:12px}@media screen and (min-width:768px){.p-base__office-title{font-size:20px}}.p-base__office-details{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.p-base__office-detail{display:flex;align-items:flex-start;gap:8px}.p-base__icon{flex-shrink:0;margin-top:2px}.p-base__office-address,.p-base__office-phone{font-family:"Inter", sans-serif;font-weight:400;font-size:14px;line-height:1.51;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-base__office-address,.p-base__office-phone{font-size:16px}}.p-base__office-description{font-family:"Inter", sans-serif;font-weight:400;font-size:14px;line-height:1.43;color:#374151;margin:0}.p-base__partners{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:1100px){.p-base__partners{flex-direction:row;gap:32px}}.p-base__partner{background:#F9FAFB;border-radius:16px;padding:24px;box-shadow:0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);flex:1}@media screen and (min-width:1100px){.p-base__partner{max-width:390px}}.p-base__partner-info{display:flex;flex-direction:column;gap:12px}.p-base__partner-title{display:flex;flex-direction:column;gap:4px}.p-base__partner-type{font-family:"Inter", sans-serif;font-weight:400;font-size:14px;line-height:2;color:#1F2937}.p-base__partner-name{font-family:"Inter", sans-serif;font-weight:700;font-size:18px;line-height:1.4;color:#1F2937}@media screen and (min-width:768px){.p-base__partner-name{font-size:20px}}.p-base__partner-details{display:flex;flex-direction:column;gap:8px}.p-base__partner-detail{display:flex;align-items:flex-start;gap:8px}.p-base__partner-address{font-family:"Inter", sans-serif;font-weight:400;font-size:13px;line-height:1.5;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-base__partner-address{font-size:14px}}.p-base__partner-website{font-family:"Inter", sans-serif;font-weight:400;font-size:14px;line-height:1.46;color:#0EA5E9;text-decoration:none;transition:color 0.3s ease}.p-base__partner-website:hover{color:#0284C7}.p-mission{padding:80px 0;background:#F6F6F6}@media screen and (min-width:768px){.p-mission{padding:120px 0}}.p-mission__container{max-width:1200px;margin:0 auto;padding:0 24px}.p-mission__header{text-align:center;margin-bottom:64px}.p-mission__title{font-family:"Inter", sans-serif;font-weight:700;font-size:28px;line-height:1.11;color:#10B981;margin:0}@media screen and (min-width:768px){.p-mission__title{font-size:36px}}.p-mission__content{display:flex;flex-direction:column;gap:32px;justify-content:center}@media screen and (min-width:1100px){.p-mission__content{flex-direction:row;gap:48px}}.p-mission__card{background:#FFFFFF;border-radius:16px;padding:30px;box-shadow:0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);display:flex;flex-direction:column;gap:15px;flex:1}@media screen and (min-width:1100px){.p-mission__card{max-width:50%}}.p-mission__card-title{font-family:"Inter", sans-serif;font-weight:700;font-size:20px;line-height:1.33;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-mission__card-title{font-size:24px}}.p-mission__card-content{padding:0 0 0.625px}.p-mission__card-text{font-family:"Inter", sans-serif;font-weight:400;font-size:16px;line-height:1.625;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-mission__card-text{font-size:18px}}.p-message{position:relative;padding:80px 0;overflow:hidden}@media screen and (min-width:768px){.p-message{padding:120px 0}}.p-message__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.p-message__background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.p-message__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.5)}.p-message__container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 24px}.p-message__header{text-align:center;margin-bottom:64px}.p-message__title{font-family:"Inter", sans-serif;font-weight:700;font-size:28px;line-height:1.11;color:#FFFFFF;margin:0}@media screen and (min-width:768px){.p-message__title{font-size:36px}}.p-message__content{background:rgba(14, 165, 232, 0.8);border-radius:20px;padding:30px;display:flex;flex-direction:column;gap:40px}@media screen and (min-width:1100px){.p-message__content{padding:50px;gap:48px}}.p-message__text-wrapper{flex:1}.p-message__text{font-family:"Inter", sans-serif;font-weight:400;font-size:14px;line-height:2;color:#FFFFFF;margin:0 0 1em 0}.p-message__text:last-child{margin-bottom:0}@media screen and (min-width:768px){.p-message__text{font-size:16px}}.p-message__author{display:flex;flex-direction:row;gap:4px;align-items:baseline;justify-content:flex-end}@media screen and (min-width:768px){.p-message__author{gap:8px}}.p-message__author-label{font-family:"Inter", sans-serif;font-weight:700;font-size:12px;line-height:2.29;color:#FFFFFF;margin:0}@media screen and (min-width:768px){.p-message__author-label{font-size:14px}}.p-message__author-name{font-family:"Inter", sans-serif;font-weight:400;font-size:16px;line-height:1.4;color:#FFFFFF;margin:0}@media screen and (min-width:768px){.p-message__author-name{font-size:20px}}.p-business-summary{padding:80px 0;background:#FFFFFF}@media screen and (min-width:768px){.p-business-summary{padding:120px 0}}.p-business-summary__container{max-width:1200px;margin:0 auto;padding:0 24px}.p-business-summary__header{text-align:center;margin-bottom:70px}.p-business-summary__title{font-family:"Inter", sans-serif;font-weight:700;font-size:28px;line-height:1.11;color:#0EA5E9;margin:0 0 16px 0}@media screen and (min-width:768px){.p-business-summary__title{font-size:36px}}.p-business-summary__subtitle{font-family:"Inter", sans-serif;font-weight:400;font-size:16px;line-height:1.56;color:#1F2937;margin:0;max-width:768px;margin:0 auto}@media screen and (min-width:768px){.p-business-summary__subtitle{font-size:18px}}.p-business-summary__content{display:flex;flex-direction:column;gap:70px}.p-business-summary__main-content{display:flex;flex-direction:column;gap:48px;justify-content:center}@media screen and (min-width:1100px){.p-business-summary__main-content{flex-direction:row;align-items:flex-start}}.p-business-summary__industries{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;justify-content:center}@media screen and (min-width:1100px){.p-business-summary__industries{grid-template-columns:repeat(4, 1fr);max-width:592px;margin:0;flex:1}}.p-business-summary__industry-card{width:100%;max-width:284px;margin:0 auto}.p-business-summary__industry-image{width:100%;height:100px;border-radius:16px 16px 0 0;overflow:hidden}@media screen and (min-width:1100px){.p-business-summary__industry-image{height:70px}}.p-business-summary__industry-image img{width:100%;height:100%;object-fit:cover}.p-business-summary__industry-title{background:#EFF6FF;border-radius:0 0 16px 16px;padding:10px 0;text-align:center}.p-business-summary__industry-title h3{font-family:"Inter", sans-serif;font-weight:600;font-size:14px;line-height:1.5;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-business-summary__industry-title h3{font-size:16px}}.p-business-summary__problem-solving{display:flex;justify-content:center}@media screen and (min-width:1100px){.p-business-summary__problem-solving{justify-content:flex-start;flex:1}}.p-business-summary__problem-content{max-width:592px;width:100%}.p-business-summary__problem-title{font-family:"Inter", sans-serif;font-weight:700;font-size:24px;line-height:0.93;color:#1F2937;margin:0 0 30px 0}@media screen and (min-width:768px){.p-business-summary__problem-title{font-size:30px}}.p-business-summary__problem-text{display:flex;flex-direction:column;gap:20px}.p-business-summary__problem-text p{font-family:"Inter", sans-serif;font-weight:400;font-size:14px;line-height:1.83;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-business-summary__problem-text p{font-size:16px}}.p-business-summary__features{display:flex;flex-direction:column;gap:48px;justify-content:center}@media screen and (min-width:1100px){.p-business-summary__features{flex-direction:row;align-items:flex-start}}.p-business-summary__features-content{max-width:592px;width:100%}.p-business-summary__features-title{font-family:"Inter", sans-serif;font-weight:700;font-size:24px;line-height:1.4;color:#1F2937;margin:0 0 30px 0}@media screen and (min-width:768px){.p-business-summary__features-title{font-size:30px}}.p-business-summary__features-text{display:flex;flex-direction:column;gap:20px}.p-business-summary__features-text p{font-family:"Inter", sans-serif;font-weight:400;font-size:14px;line-height:1.83;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-business-summary__features-text p{font-size:16px}}.p-business-summary__features-list{display:flex;flex-direction:column;gap:20px}.p-business-summary__features-list p{font-family:"Inter", sans-serif;font-weight:400;font-size:14px;line-height:1.83;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-business-summary__features-list p{font-size:16px}}.p-business-summary__features-list p strong{font-weight:700}.p-business-summary__features-image{width:100%;max-width:592px;margin:0 auto}@media screen and (min-width:1100px){.p-business-summary__features-image{flex-shrink:0}}.p-business-summary__features-image img{width:100%;height:auto;border-radius:16px;box-shadow:0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1)}.p-model{padding:80px 0;background:#F6F6F6}@media screen and (min-width:768px){.p-model{padding:120px 0}}.p-model__container{max-width:1200px;margin:0 auto;padding:0 24px}.p-model__header{text-align:center;margin-bottom:64px}.p-model__title{font-family:"Inter", sans-serif;font-weight:700;font-size:28px;line-height:1.11;color:#10B981;margin:0 0 16px 0}@media screen and (min-width:768px){.p-model__title{font-size:36px}}.p-model__subtitle{font-family:"Inter", sans-serif;font-weight:400;font-size:16px;line-height:1.56;color:#1F2937;margin:0;max-width:768px;margin:0 auto}@media screen and (min-width:768px){.p-model__subtitle{font-size:18px}}.p-model__content{display:flex;justify-content:center}.p-model__image{width:100%;max-width:1200px}.p-model__image img{width:100%;height:auto;display:block}.p-showroom{padding:80px 0;background:#FFFFFF}@media screen and (min-width:768px){.p-showroom{padding:120px 0}}.p-showroom__container{max-width:1200px;margin:0 auto;padding:0 24px}.p-showroom__header{text-align:center;margin-bottom:64px}.p-showroom__title{font-family:"Inter", sans-serif;font-weight:700;font-size:28px;line-height:1.11;color:#10B981;margin:0 0 16px 0}@media screen and (min-width:768px){.p-showroom__title{font-size:36px}}.p-showroom__subtitle{font-family:"Inter", sans-serif;font-weight:400;font-size:16px;line-height:1.56;color:#1F2937;margin:0;max-width:768px;margin:0 auto}@media screen and (min-width:768px){.p-showroom__subtitle{font-size:18px}}.p-showroom__content{display:flex;justify-content:center}.p-showroom__card{background:#F9FAFB;border-radius:16px;box-shadow:0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);display:flex;flex-direction:column;gap:32px;padding-bottom:32px;align-items:center;max-width:1200px;width:100%}@media screen and (min-width:768px){.p-showroom__card{align-items:stretch}}.p-showroom__image{width:100%;max-width:100%}.p-showroom__image img{width:100%;height:auto;display:block;border-radius:16px 16px 0 0}.p-showroom__text-wrapper{display:flex;flex-direction:column;gap:16px;width:100%;max-width:1168px;margin:0 auto;padding:0 32px}@media screen and (min-width:768px){.p-showroom__text-wrapper{padding:0 32px;align-items:flex-start;gap:32px}}.p-showroom__text-title{font-family:"Inter", sans-serif;font-weight:700;font-size:20px;line-height:1.33;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-showroom__text-title{font-size:24px}}.p-showroom__text-content{display:flex;flex-direction:column;gap:16px;flex:1}.p-showroom__text-content p{font-family:"Inter", sans-serif;font-weight:400;font-size:14px;line-height:1.625;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-showroom__text-content p{font-size:16px}}.p-page-hero--technology{background-image:url("../images/technology-hero-bg.jpg")}.p-page-hero--privacypolicy{background:linear-gradient(177deg, #f9fafb 0%, white 100%);min-height:auto;display:flex;align-items:center}.p-page-hero--privacypolicy .p-page-hero__title{font-family:"Inter", sans-serif;font-weight:700;font-size:28px;line-height:1em;color:#1F2937}@media screen and (min-width:768px){.p-page-hero--privacypolicy .p-page-hero__title{font-size:48px}}.p-page-hero--privacypolicy .p-page-hero__subtitle{font-family:"Inter", sans-serif;font-weight:400;font-size:16px;line-height:1.56;color:#1F2937;max-width:672px}@media screen and (min-width:768px){.p-page-hero--privacypolicy .p-page-hero__subtitle{font-size:18px}}.p-page-hero--privacypolicy .p-page-hero__overlay{display:none}.p-technology-summary{padding:80px 0 70px;background:#FFFFFF}@media screen and (min-width:768px){.p-technology-summary{padding:120px 0}}.p-technology-summary__container{max-width:1280px;margin:0 auto;padding:0 24px}@media screen and (min-width:768px){.p-technology-summary__container{padding:0 80px}}.p-technology-summary__header{text-align:center;margin-bottom:64px}.p-technology-summary__title{font-family:"Roboto", sans-serif;font-weight:700;font-size:28px;line-height:1.11;color:#0EA5E9;margin:0 0 16px 0}@media screen and (min-width:768px){.p-technology-summary__title{font-size:36px}}.p-technology-summary__subtitle{font-family:"Roboto", sans-serif;font-weight:400;font-size:16px;line-height:1.56;color:#1F2937;margin:0 auto;max-width:780px}@media screen and (min-width:768px){.p-technology-summary__subtitle{font-size:18px}}.p-technology-summary__cards{display:grid;grid-template-columns:1fr;gap:32px}@media screen and (min-width:768px){.p-technology-summary__cards{grid-template-columns:repeat(3, 1fr)}}.p-technology-summary__card{background:#F9FAFB;border-radius:16px;padding:32px;box-shadow:0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);display:flex;flex-direction:column;align-items:center;text-align:center;max-width:390px;margin:0 auto}@media screen and (min-width:768px){.p-technology-summary__card{max-width:100%}}.p-technology-summary__icon{margin-bottom:24px;display:flex;justify-content:center;align-items:center;width:80px;height:80px}.p-technology-summary__icon img{width:100%;height:auto;display:block}.p-technology-summary__card-title{font-family:"Roboto", sans-serif;font-weight:700;font-size:18px;line-height:1.4;color:#1F2937;margin:0 0 16px 0}@media screen and (min-width:768px){.p-technology-summary__card-title{font-size:20px}}.p-technology-summary__card-text{font-family:"Roboto", sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#1F2937;margin:0}.p-technology-summary__card-text span{display:inline-block}.p-robot-control-ai{padding:80px 0;background:#F6F6F6}@media screen and (min-width:768px){.p-robot-control-ai{padding:120px 0}}.p-robot-control-ai__container{max-width:1280px;margin:0 auto;padding:0 24px}@media screen and (min-width:768px){.p-robot-control-ai__container{padding:0 80px}}.p-robot-control-ai__header{text-align:center;margin-bottom:64px}.p-robot-control-ai__title{font-family:"Roboto", sans-serif;font-weight:700;font-size:28px;line-height:1.11;color:#10B981;margin:0 0 16px 0}@media screen and (min-width:768px){.p-robot-control-ai__title{font-size:36px}}.p-robot-control-ai__subtitle{font-family:"Roboto", sans-serif;font-weight:400;font-size:16px;line-height:1.56;color:#1F2937;margin:0;max-width:768px;margin:0 auto}@media screen and (min-width:768px){.p-robot-control-ai__subtitle{font-size:18px}}.p-robot-control-ai__cards{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:80px}@media screen and (min-width:768px){.p-robot-control-ai__cards{grid-template-columns:repeat(3, 1fr);justify-content:center;gap:32px}}.p-robot-control-ai__card{background:#FFFFFF;border-radius:16px;padding:32px;box-shadow:0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);display:flex;flex-direction:column;align-items:center;text-align:center;max-width:390px;margin:0 auto}@media screen and (min-width:768px){.p-robot-control-ai__card{max-width:284px;width:100%}}.p-robot-control-ai__icon{margin-bottom:24px;display:flex;justify-content:center;align-items:center;width:64px;height:64px}.p-robot-control-ai__icon img{width:100%;height:auto;display:block}.p-robot-control-ai__card-title{font-family:"Roboto", sans-serif;font-weight:700;font-size:18px;line-height:1.4;color:#1F2937;margin:0 0 16px 0;width:100%;text-align:left}@media screen and (min-width:768px){.p-robot-control-ai__card-title{font-size:20px}}.p-robot-control-ai__card-text{font-family:"Roboto", sans-serif;font-weight:400;font-size:12px;line-height:1.625;color:#1F2937;margin:0 0 16px 0;width:100%;text-align:left}@media screen and (min-width:768px){.p-robot-control-ai__card-text{font-size:14px}}.p-robot-control-ai__features{display:flex;flex-direction:column;gap:8px;align-items:flex-start;width:100%}.p-robot-control-ai__feature{font-family:"Roboto", sans-serif;font-weight:400;font-size:10px;line-height:1.33;color:#6B7280;margin:0;text-align:left}@media screen and (min-width:768px){.p-robot-control-ai__feature{font-size:12px}}.p-robot-control-ai__application{margin-top:80px}.p-robot-control-ai__application-header{text-align:center;margin-bottom:48px}.p-robot-control-ai__application-title{font-family:"Roboto", sans-serif;font-weight:700;font-size:22px;line-height:1.2;color:#10B981;margin:0 0 12px 0}@media screen and (min-width:768px){.p-robot-control-ai__application-title{font-size:30px}}.p-robot-control-ai__application-subtitle{font-family:"Roboto", sans-serif;font-weight:400;font-size:16px;line-height:1.56;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-robot-control-ai__application-subtitle{font-size:18px}}.p-robot-control-ai__table{overflow-x:auto;box-shadow:0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1)}.p-robot-control-ai__table-content{width:100%;border-collapse:collapse;background:#FFFFFF;border-radius:16px 16px 0 0;overflow:hidden}.p-robot-control-ai__table-content thead tr{background:#10B981}.p-robot-control-ai__table-content thead th{font-family:"Roboto", sans-serif;font-weight:600;font-size:12px;line-height:1.43;color:#FFFFFF;padding:16px 24px;text-align:left}@media screen and (min-width:768px){.p-robot-control-ai__table-content thead th{font-size:14px}}.p-robot-control-ai__table-content tbody tr{border-top:1px solid #E5E7EB}.p-robot-control-ai__table-content tbody td{font-family:"Roboto", sans-serif;font-weight:400;font-size:12px;line-height:1.43;color:#1F2937;padding:16px 24px;vertical-align:middle}@media screen and (min-width:768px){.p-robot-control-ai__table-content tbody td{font-size:14px}}.p-robot-control-ai__field{display:flex;align-items:center;gap:12px}.p-robot-control-ai__field img{width:32px;height:32px;display:block;flex-shrink:0}.p-robot-control-ai__field span{font-family:"Roboto", sans-serif;font-weight:600;font-size:12px;line-height:1.43;color:#1F2937}@media screen and (min-width:768px){.p-robot-control-ai__field span{font-size:14px}}.p-robot-learning{padding:80px 0;background:#FFFFFF}@media screen and (min-width:768px){.p-robot-learning{padding:120px 0}}.p-robot-learning__container{max-width:1280px;margin:0 auto;padding:0 24px}@media screen and (min-width:768px){.p-robot-learning__container{padding:0 80px}}.p-robot-learning__header{text-align:center;margin-bottom:64px}.p-robot-learning__title{font-family:"Roboto", sans-serif;font-weight:700;font-size:28px;line-height:1.11;color:#0EA5E9;margin:0 0 16px 0}@media screen and (min-width:768px){.p-robot-learning__title{font-size:36px}}.p-robot-learning__subtitle{font-family:"Roboto", sans-serif;font-weight:400;font-size:16px;line-height:1.56;color:#1F2937;margin:0;max-width:768px;margin:0 auto}@media screen and (min-width:768px){.p-robot-learning__subtitle{font-size:18px}}.p-robot-learning__content{display:flex;flex-direction:column;gap:64px}.p-robot-learning__group{display:flex;flex-direction:column-reverse;gap:32px;align-items:center}@media screen and (min-width:768px){.p-robot-learning__group{flex-direction:row;gap:48px}}.p-robot-learning__group--2{flex-direction:column}@media screen and (min-width:768px){.p-robot-learning__group:nth-child(2){flex-direction:row}}.p-robot-learning__section{flex:1;display:flex;flex-direction:column;gap:24px}.p-robot-learning__section-title{font-family:"Roboto", sans-serif;font-weight:700;font-size:20px;line-height:1.33;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-robot-learning__section-title{font-size:24px}}.p-robot-learning__section-text{font-family:"Roboto", sans-serif;font-weight:400;font-size:14px;line-height:1.625;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-robot-learning__section-text{font-size:16px}}.p-robot-learning__box{background:#F9FAFB;border-radius:16px;padding:24px}.p-robot-learning__box-title{font-family:"Roboto", sans-serif;font-weight:600;font-size:14px;line-height:1.5;color:#1F2937;margin:0 0 12px 0}@media screen and (min-width:768px){.p-robot-learning__box-title{font-size:16px}}.p-robot-learning__box-text{font-family:"Roboto", sans-serif;font-weight:400;font-size:12px;line-height:1.43;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-robot-learning__box-text{font-size:14px}}.p-robot-learning__box-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.p-robot-learning__box-item{font-family:"Roboto", sans-serif;font-weight:400;font-size:12px;line-height:1.43;color:#1F2937}@media screen and (min-width:768px){.p-robot-learning__box-item{font-size:14px}}.p-robot-learning__image{width:100%;max-width:592px}.p-robot-learning__image img{width:100%;height:auto;display:block;border-radius:16px;box-shadow:0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1)}.p-robot-learning__cards{display:flex;flex-direction:column;gap:16px}.p-robot-learning__card{background:#F9FAFB;border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px}.p-robot-learning__card img{width:80px;height:80px;flex-shrink:0}.p-robot-learning__card-title{font-family:"Roboto", sans-serif;font-weight:600;font-size:14px;line-height:1.5;color:#1F2937;margin:0 0 4px 0}@media screen and (min-width:768px){.p-robot-learning__card-title{font-size:16px}}.p-robot-learning__card-text{font-family:"Roboto", sans-serif;font-weight:400;font-size:12px;line-height:1.43;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-robot-learning__card-text{font-size:14px}}.p-why-humanoid{padding:80px 0;background:#F6F6F6}@media screen and (min-width:768px){.p-why-humanoid{padding:120px 0}}.p-why-humanoid__container{max-width:1280px;margin:0 auto;padding:0 24px}@media screen and (min-width:768px){.p-why-humanoid__container{padding:0 80px}}.p-why-humanoid__header{text-align:center;margin-bottom:64px}.p-why-humanoid__title{font-family:"Roboto", sans-serif;font-weight:700;font-size:28px;line-height:1.11;color:#10B981;margin:0 0 16px 0}@media screen and (min-width:768px){.p-why-humanoid__title{font-size:36px}}.p-why-humanoid__subtitle{font-family:"Roboto", sans-serif;font-weight:400;font-size:16px;line-height:1.56;color:#1F2937;margin:0;max-width:768px;margin:0 auto}@media screen and (min-width:768px){.p-why-humanoid__subtitle{font-size:18px}}.p-why-humanoid__content{display:flex;flex-direction:column;gap:64px}.p-why-humanoid__card{background:#FFFFFF;border-radius:16px;padding:32px;box-shadow:0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1)}.p-why-humanoid__card-title{font-family:"Roboto", sans-serif;font-weight:700;font-size:20px;line-height:1.33;color:#1F2937;margin:0 0 32px 0}@media screen and (min-width:768px){.p-why-humanoid__card-title{font-size:24px}}.p-why-humanoid__card-content{display:flex;flex-direction:column;gap:32px}.p-why-humanoid__subsection{display:flex;flex-direction:column;gap:16px}.p-why-humanoid__subsection-title{font-family:"Roboto", sans-serif;font-weight:600;font-size:18px;line-height:1.4;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-why-humanoid__subsection-title{font-size:20px}}.p-why-humanoid__parts{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}@media screen and (min-width:768px){.p-why-humanoid__parts{grid-template-columns:repeat(5, 1fr)}}.p-why-humanoid__part{background:#F9FAFB;border-radius:16px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:8px}.p-why-humanoid__part img{width:48px;height:48px;display:block}.p-why-humanoid__part p{font-family:"Roboto", sans-serif;font-weight:600;font-size:12px;line-height:1.43;color:#374151;margin:0;text-align:center}@media screen and (min-width:768px){.p-why-humanoid__part p{font-size:14px}}.p-why-humanoid__investment{display:flex;flex-direction:column;gap:16px}@media screen and (min-width:768px){.p-why-humanoid__investment{flex-direction:row;align-items:center}}.p-why-humanoid__investment-item{padding:16px;border-radius:16px}.p-why-humanoid__investment-item--blue{background:rgba(14, 165, 233, 0.1)}.p-why-humanoid__investment-item--green{background:rgba(16, 185, 129, 0.1)}.p-why-humanoid__investment-year{font-family:"Roboto", sans-serif;font-weight:700;font-size:16px;line-height:1.56;color:#0EA5E9;margin:0 0 8px 0}.p-why-humanoid__investment-item--green .p-why-humanoid__investment-year{color:#10B981}@media screen and (min-width:768px){.p-why-humanoid__investment-year{font-size:18px}}.p-why-humanoid__investment-amount{font-family:"Roboto", sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#374151;margin:0}@media screen and (min-width:768px){.p-why-humanoid__investment-amount{font-size:16px}}.p-why-humanoid__comparison{display:grid;grid-template-columns:1fr;gap:16px}@media screen and (min-width:768px){.p-why-humanoid__comparison{grid-template-columns:repeat(3, 1fr)}}.p-why-humanoid__comparison-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.p-why-humanoid__comparison-item img{width:64px;height:64px;display:block}.p-why-humanoid__comparison-title{font-family:"Roboto", sans-serif;font-weight:600;font-size:14px;line-height:1.5;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-why-humanoid__comparison-title{font-size:16px}}.p-why-humanoid__comparison-text{font-family:"Roboto", sans-serif;font-weight:400;font-size:12px;line-height:1.43;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-why-humanoid__comparison-text{font-size:14px}}.p-why-humanoid__features{display:flex;flex-direction:column;gap:32px}@media screen and (min-width:768px){.p-why-humanoid__features{flex-direction:row;gap:32px}}.p-why-humanoid__feature-box{background:#F9FAFB;border-radius:16px;padding:24px;flex:1}.p-why-humanoid__feature-title{font-family:"Roboto", sans-serif;font-weight:600;font-size:14px;line-height:1.5;color:#1F2937;margin:0 0 12px 0}@media screen and (min-width:768px){.p-why-humanoid__feature-title{font-size:16px}}.p-why-humanoid__feature-description{font-family:"Roboto", sans-serif;font-weight:400;font-size:12px;line-height:1.43;color:#1F2937;margin:0 0 12px 0}@media screen and (min-width:768px){.p-why-humanoid__feature-description{font-size:14px}}.p-why-humanoid__feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.p-why-humanoid__feature-list li{font-family:"Roboto", sans-serif;font-weight:400;font-size:10px;line-height:1.33;color:#6B7280}@media screen and (min-width:768px){.p-why-humanoid__feature-list li{font-size:12px}}.p-why-humanoid__affinity-wrapper{display:flex;flex-direction:column;gap:24px}.p-why-humanoid__affinity-title{font-family:"Roboto", sans-serif;font-weight:600;font-size:18px;line-height:1.4;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-why-humanoid__affinity-title{font-size:20px}}.p-why-humanoid__affinity{display:flex;flex-direction:column;gap:32px}@media screen and (min-width:768px){.p-why-humanoid__affinity{flex-direction:row;align-items:center}}.p-why-humanoid__affinity-content{display:flex;flex-direction:column;gap:16px;flex:1}.p-why-humanoid__affinity-box{padding:24px;border-radius:16px}.p-why-humanoid__affinity-box--yellow{background:#F9FAFB}.p-why-humanoid__affinity-box--green{background:#F9FAFB}.p-why-humanoid__affinity-box-title{font-family:"Roboto", sans-serif;font-weight:600;font-size:14px;line-height:1.5;color:#1F2937;margin:0 0 8px 0}@media screen and (min-width:768px){.p-why-humanoid__affinity-box-title{font-size:16px}}.p-why-humanoid__affinity-box-text{font-family:"Roboto", sans-serif;font-weight:400;font-size:12px;line-height:1.43;color:#1F2937;margin:0 0 12px 0}@media screen and (min-width:768px){.p-why-humanoid__affinity-box-text{font-size:14px}}.p-why-humanoid__affinity-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.p-why-humanoid__affinity-list li{font-family:"Roboto", sans-serif;font-weight:400;font-size:10px;line-height:1.33;color:#6B7280}@media screen and (min-width:768px){.p-why-humanoid__affinity-list li{font-size:12px}}.p-why-humanoid__affinity-image{width:100%;max-width:568px}.p-why-humanoid__affinity-image img{width:100%;height:auto;display:block;border-radius:16px}.p-privacypolicy-content{padding:0 0 80px;background:#FFFFFF}@media screen and (min-width:768px){.p-privacypolicy-content{padding:0 0 112px}}.p-privacypolicy-content__container{max-width:1200px;margin:0 auto;padding:0 24px}@media screen and (min-width:768px){.p-privacypolicy-content__container{padding:0 100px}}.p-privacypolicy-content__section{display:flex;flex-direction:column;gap:24px;margin-bottom:48px}.p-privacypolicy-content__section:last-child{margin-bottom:0}.p-privacypolicy-content__title{font-family:"Inter", sans-serif;font-weight:700;font-size:20px;line-height:1.2;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-privacypolicy-content__title{font-size:26px}}.p-privacypolicy-content__box{background:#F9FAFB;border-radius:16px;padding:24px}@media screen and (min-width:768px){.p-privacypolicy-content__box{padding:32px}}.p-privacypolicy-content__text{font-family:"Inter", sans-serif;font-weight:400;font-size:14px;line-height:1.625;color:#374151;margin:0}@media screen and (min-width:768px){.p-privacypolicy-content__text{font-size:16px}}.p-privacypolicy-content__text--contact{font-family:"Inter", sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#1F2937}@media screen and (min-width:768px){.p-privacypolicy-content__text--contact{font-size:16px}}.p-page-hero--example{background-image:url("../images/example-hero-bg.jpg");background-size:cover;background-position:center;background-repeat:no-repeat}.p-page-hero--news{background:linear-gradient(90deg, #0ea5e9 0%, #10b981 100%);min-height:320px;display:flex;align-items:center}.p-page-hero--news .p-page-hero__title{font-family:"Roboto", sans-serif;font-weight:700;font-size:32px;line-height:1em;color:#FFFFFF}@media screen and (min-width:768px){.p-page-hero--news .p-page-hero__title{font-size:48px}}.p-page-hero--news .p-page-hero__subtitle{font-family:"Roboto", sans-serif;font-weight:400;font-size:16px;line-height:1.4;color:#DBEAFE}@media screen and (min-width:768px){.p-page-hero--news .p-page-hero__subtitle{font-size:20px}}.p-page-hero--news .p-page-hero__overlay{display:none}.p-news-body{padding:48px 0;background:#FFFFFF}@media screen and (min-width:768px){.p-news-body{padding:48px 0}}.p-news-body__container{max-width:1280px;margin:0 auto;padding:0 20px}@media screen and (min-width:768px){.p-news-body__container{padding:0 80px}}.p-news-body__filter{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:32px}.p-news-body__filter-btn{padding:8px 16px;border:none;border-radius:8px;background:#E5E7EB;color:#374151;font-family:"Roboto", sans-serif;font-weight:500;font-size:14px;line-height:1.43;cursor:pointer;transition:all 0.3s ease}.p-news-body__filter-btn:hover{background:#D1D5DB}.p-news-body__filter-btn--active{background:#0EA5E9;color:#FFFFFF}.p-news-body__filter-btn--active:hover{background:#0284C7}.p-news-body__grid{display:flex;flex-direction:column;gap:32px}@media screen and (min-width:1100px){.p-news-body__grid{display:grid;grid-template-columns:2fr 1fr;gap:32px}}.p-news-body__main{display:flex;flex-direction:column;gap:32px}.p-news-body__article{background:#FFFFFF;border:1px solid #E5E7EB;border-radius:16px;box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.05);overflow:hidden;transition:transform 0.3s ease, box-shadow 0.3s ease}.p-news-body__article:hover{transform:translateY(-2px);box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.1)}.p-news-body__article-content{display:flex;flex-direction:column;gap:16px;padding:24px}@media screen and (min-width:768px){.p-news-body__article-content{flex-direction:row;gap:24px;padding:24px}}.p-news-body__article-image{flex-shrink:0;width:100%;height:200px;border-radius:16px;overflow:hidden}@media screen and (min-width:768px){.p-news-body__article-image{width:192px;height:128px}}.p-news-body__article-image img{width:100%;height:100%;object-fit:cover;display:block}.p-news-body__article-text{flex:1;display:flex;flex-direction:column;gap:12px}.p-news-body__article-meta{display:flex;align-items:center;gap:12px}.p-news-body__article-date{font-family:"Roboto", sans-serif;font-weight:400;font-size:14px;line-height:1.43;color:#6B7280}.p-news-body__article-category{padding:4px 8px;background:rgba(14, 165, 233, 0.1);border-radius:8px;font-family:"Roboto", sans-serif;font-weight:500;font-size:12px;line-height:1.33;color:#0EA5E9}.p-news-body__article-title{font-family:"Roboto", sans-serif;font-weight:700;font-size:18px;line-height:1.4;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-news-body__article-title{font-size:20px}}.p-news-body__article-excerpt{font-family:"Roboto", sans-serif;font-weight:400;font-size:14px;line-height:1.625;color:#1F2937;margin:0}.p-news-body__article-link{display:inline-flex;align-items:center;gap:4px;font-family:"Roboto", sans-serif;font-weight:500;font-size:14px;line-height:1.43;color:#0EA5E9;text-decoration:none;transition:color 0.3s ease}.p-news-body__article-link:hover{color:#0284C7}.p-news-body__article-link i{font-size:12px}.p-news-sidebar,.p-news-body__sidebar,.p-news-detailbody__sidebar{display:flex;flex-direction:column;gap:32px}.p-news-body__widget{background:#F6F6F6;border-radius:16px;padding:24px}.p-news-body__widget-title{font-family:"Roboto", sans-serif;font-weight:700;font-size:18px;line-height:1.56;color:#1F2937;margin:0 0 16px 0}.p-news-body__widget-content{display:flex;flex-direction:column;gap:12px}.p-news-body__stat{display:flex;justify-content:space-between;align-items:center}.p-news-body__stat-label{font-family:"Roboto", sans-serif;font-weight:400;font-size:14px;line-height:1.43;color:#374151}.p-news-body__stat-count{font-family:"Roboto", sans-serif;font-weight:600;font-size:14px;line-height:1.43;color:#0EA5E9}.p-news-body__archive-link{display:block;font-family:"Roboto", sans-serif;font-weight:400;font-size:14px;line-height:1.43;color:#374151;text-decoration:none;transition:color 0.3s ease}.p-news-body__archive-link:hover{color:#0EA5E9}.p-news-body__archive-link:not(:first-child){margin-top:8px}.p-news-body__pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:48px}.p-news-body__pagination-btn{padding:8px 12px;border:none;border-radius:8px;background:transparent;color:#374151;font-family:"Roboto", sans-serif;font-weight:400;font-size:16px;line-height:1.5;cursor:pointer;transition:all 0.3s ease}.p-news-body__pagination-btn:hover{background:#F3F4F6}.p-news-body__pagination-btn--active{background:#0EA5E9;color:#FFFFFF}.p-news-body__pagination-btn--active:hover{background:#0284C7}.p-news-body__pagination-btn--prev,.p-news-body__pagination-btn--next{padding:8px 12px}.p-news-body__pagination-btn--prev i,.p-news-body__pagination-btn--next i{font-size:16px}.p-news-body__pagination-ellipsis{padding:8px 12px;font-family:"Roboto", sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#6B7280}.p-bread{background:#F9FAFB;border-bottom:1px solid #E5E7EB;padding:0}.p-bread__container{max-width:1280px;margin:0 auto;padding:0 20px}@media screen and (min-width:768px){.p-bread__container{padding:0 80px}}.p-bread__content{display:flex;align-items:center;flex-wrap:wrap;padding:12px 0;gap:8px}@media screen and (min-width:1100px){.p-bread__content{padding:12px 24px}}.p-bread__link{font-family:"Roboto", sans-serif;font-weight:400;font-size:12px;line-height:1.43;color:#1F2937;text-decoration:none;transition:color 0.3s ease}@media screen and (min-width:768px){.p-bread__link{font-size:14px}}.p-bread__link:hover{color:#0EA5E9}.p-bread__separator{font-size:14px;color:#1F2937;margin:0 4px}.p-bread__current{font-family:"Roboto", sans-serif;font-weight:400;font-size:12px;line-height:1.43;color:#1F2937}@media screen and (min-width:768px){.p-bread__current{font-size:14px}}.p-news-detailbody{padding:48px 0;background:#FFFFFF}@media screen and (min-width:768px){.p-news-detailbody{padding:48px 0}}.p-news-detailbody__container{max-width:1280px;margin:0 auto;padding:0 20px}@media screen and (min-width:768px){.p-news-detailbody__container{padding:0 80px}}.p-news-detailbody__grid{display:flex;flex-direction:column;gap:48px}@media screen and (min-width:1100px){.p-news-detailbody__grid{display:grid;grid-template-columns:2fr 1fr;gap:48px}}.p-news-detailbody__main{display:flex;flex-direction:column;gap:32px}.p-news-detailbody__header{display:flex;flex-direction:column;gap:16px}.p-news-detailbody__meta{display:flex;align-items:center;gap:16px}.p-news-detailbody__category{padding:4px 12px;background:rgba(14, 165, 233, 0.1);border-radius:8px;font-family:"Roboto", sans-serif;font-weight:500;font-size:14px;line-height:1.43;color:#0EA5E9}.p-news-detailbody__date{font-family:"Roboto", sans-serif;font-weight:400;font-size:14px;line-height:1.43;color:#6B7280}.p-news-detailbody__title{font-family:"Roboto", sans-serif;font-weight:700;font-size:28px;line-height:1.11;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-news-detailbody__title{font-size:36px}}.p-news-detailbody__featured-image{display:flex;flex-direction:column;gap:8px}.p-news-detailbody__featured-image img{width:100%;height:auto;border-radius:16px;display:block}.p-news-detailbody__image-caption{font-family:"Roboto", sans-serif;font-weight:400;font-size:14px;line-height:1.43;color:#1F2937;text-align:center;margin:0}.p-news-detailbody__content{display:flex;flex-direction:column;gap:24px}.p-news-detailbody__lead{font-family:"Roboto", sans-serif;font-weight:400;font-size:16px;line-height:1.625;color:#374151;margin:0}@media screen and (min-width:768px){.p-news-detailbody__lead{font-size:18px}}.p-news-detailbody__subtitle{font-family:"Roboto", sans-serif;font-weight:700;font-size:20px;line-height:1.33;color:#1F2937;margin:32px 0 16px 0}@media screen and (min-width:768px){.p-news-detailbody__subtitle{font-size:24px}}.p-news-detailbody__text{font-family:"Roboto", sans-serif;font-weight:400;font-size:16px;line-height:1.625;color:#374151;margin:0}.p-news-detailbody__gallery{display:flex;flex-direction:column;gap:32px;margin:50px 0 32px 0}.p-news-detailbody__gallery-item{display:flex;flex-direction:column;gap:10px}.p-news-detailbody__gallery-item img{width:100%;height:auto;border-radius:24px;display:block}.p-news-detailbody__back{border-top:1px solid #E5E7EB;padding-top:33px;margin-top:48px}.p-news-detailbody__back-link{display:block;text-align:center;font-family:"Roboto", sans-serif;font-weight:400;font-size:16px;line-height:1.625;color:#374151;text-decoration:none;transition:color 0.3s ease}.p-news-detailbody__back-link:hover{color:#0EA5E9}.p-news-detailbody__widget{background:#F6F6F6;border-radius:16px;padding:24px}.p-news-detailbody__widget-title{font-family:"Roboto", sans-serif;font-weight:700;font-size:18px;line-height:1.56;color:#1F2937;margin:0 0 16px 0}.p-news-detailbody__widget-content{display:flex;flex-direction:column;gap:12px}.p-news-detailbody__stat{display:flex;justify-content:space-between;align-items:center;text-decoration:none;transition:color 0.3s ease}.p-news-detailbody__stat:hover .p-news-detailbody__stat-label{color:#0EA5E9}.p-news-detailbody__stat-label{font-family:"Roboto", sans-serif;font-weight:400;font-size:14px;line-height:1.43;color:#374151;transition:color 0.3s ease}.p-news-detailbody__stat-count{font-family:"Roboto", sans-serif;font-weight:600;font-size:14px;line-height:1.43;color:#0EA5E9}.p-news-detailbody__archive-link{display:block;font-family:"Roboto", sans-serif;font-weight:400;font-size:14px;line-height:1.43;color:#374151;text-decoration:none;transition:color 0.3s ease}.p-news-detailbody__archive-link:hover{color:#0EA5E9}.p-news-detailbody__archive-link:not(:first-child){margin-top:8px}.p-examples{padding:80px 0;background:#FFFFFF}@media screen and (min-width:768px){.p-examples{padding:80px 0}}.p-examples__container{max-width:1280px;margin:0 auto;padding:0 20px}@media screen and (min-width:768px){.p-examples__container{padding:0 80px}}.p-examples__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}@media screen and (min-width:768px){.p-examples__grid{grid-template-columns:repeat(3, 1fr);gap:32px}}.p-examples__card{background:#FFFFFF;border:1px solid #F3F4F6;border-radius:20px;box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.05);overflow:hidden;transition:transform 0.3s ease, box-shadow 0.3s ease}.p-examples__card:hover{transform:translateY(-4px);box-shadow:0px 8px 25px 0px rgba(0, 0, 0, 0.1)}.p-examples__image{width:100%;aspect-ratio:1.7777777778;overflow:hidden}.p-examples__image img{width:100%;height:100%;object-fit:cover;display:block}.p-examples__content{padding:14px}@media screen and (min-width:1100px){.p-examples__content{padding:24px}}.p-examples__title{font-family:"Roboto", sans-serif;font-weight:600;font-size:16px;line-height:1.4;color:#1F2937;margin:0}@media screen and (min-width:768px){.p-examples__title{font-size:20px}}/*# sourceMappingURL=foundation.css.map */