html{font-size:16px;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit;-webkit-user-select:none;user-select:none}input,textarea{-webkit-user-select:text;user-select:text}html,body{margin:0;padding:0;height:100%;background-color:#fafafa;font-family:Noto Sans,Noto Sans KR,sans-serif}.header{height:8rem;position:fixed;top:0;left:0;width:100%;background-color:transparent;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 30px}.header:before{content:"";position:absolute;display:block;top:0;left:0;width:calc(30% + 8rem);height:8rem;background:linear-gradient(135deg,#e8e8e8 calc(100% - 8rem),transparent calc(100% - 8rem));z-index:-1}.header:after{content:"";position:absolute;display:block;top:0;right:0;width:calc(71% + 8rem);height:8rem;background:linear-gradient(45deg,transparent 8rem,#3d79a8 8rem);z-index:-1}.header h1{margin:0;font-size:1.5rem;line-height:1}.header h1 a{color:inherit;text-decoration:none;display:inline-block}.header-logo{height:40px;width:auto;display:block}.header-content{display:flex;align-items:center;justify-content:space-between;gap:50px}.header-content-list{list-style:none;padding:0;margin:0;display:flex;align-items:center;justify-content:space-between}.header-content-list li{color:#f5f5f5;margin-right:30px}.header-content-list li:last-child{margin-right:0}.header-content-list a{color:inherit;text-decoration:none;font-size:1.2rem;font-weight:600}.nav{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fafafafa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:150;overflow-y:auto;display:flex;flex-direction:column}.nav[aria-hidden=false]{transform:translateY(0)}.nav-list{list-style:none;margin:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:0;padding:80px 0 0 20px;flex-wrap:wrap}.nav-list li{border-bottom:none;border-right:2px solid #e8e8e8}.nav-list li:last-child{border-right:none}.nav-list a{display:block;padding:15px 30px;color:#3a3a3a;text-decoration:none;transition:color .2s ease,background-color .2s ease;font-size:1.5rem;font-weight:600}.nav-list a:hover{color:#1a1a1a;background-color:#1a1a1a0d}.hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:151}.hamburger-line{width:100%;height:3px;background-color:#f5f5f5;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger[aria-expanded=true] .hamburger-line{background-color:#3a3a3a}.hamburger[aria-expanded=true] .hamburger-line:nth-child(1){transform:rotate(45deg) translateY(11px)}.hamburger[aria-expanded=true] .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger[aria-expanded=true] .hamburger-line:nth-child(3){transform:rotate(-45deg) translateY(-11px)}.section{height:100vh;padding-top:80px;display:flex;align-items:center;gap:3rem;position:relative}.section.no-snap{min-height:100vh;height:auto;padding-bottom:0;margin-bottom:0}.section.no-snap .section-content{height:auto;min-height:calc(100vh - 5rem)}.section.no-snap .embla{min-height:calc(100vh - 5rem);height:calc(100vh - 5rem)}.section.no-snap .embla__viewport,.section.no-snap .embla__container,.section.no-snap .embla__slide,.section.no-snap .embla__slide-content{height:100%}.section-content{padding:2rem 3rem;height:calc(100vh - 5rem);display:flex;flex-direction:column;align-items:start;justify-content:center;color:#2d2d2d;max-width:1400px;margin:0 auto;width:100%;flex:1}.section-content>h1{margin:0 0 1.5rem;font-size:2.25rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em;line-height:1.3}.section-content>h2{margin:0 0 1.25rem;font-size:1.5rem;font-weight:600;color:#2d2d2d;letter-spacing:-.01em;line-height:1.4}.section-content>p{margin:0 0 1.5rem;font-size:1.1rem;line-height:1.75;color:#3a3a3a;max-width:900px}.section-content>p:last-child{margin-bottom:0}.section-content>strong{color:#1a1a1a;font-weight:600}.products-3-1-img{max-width:100%;height:auto;width:auto}.products-3-2-img{width:auto;height:auto;max-width:100%;object-fit:contain;margin-left:1rem}.section-content>h1+p{margin-top:.5rem;font-size:1.2rem;color:#4a4a4a;font-weight:500}.section-content>h1+p+h1{margin-top:2.5rem}@media screen and (min-width:1024px)and (max-width:1400px){.products-3-1-img{width:100%;max-width:100%;height:auto}}.section-content-row{gap:2rem;align-self:center;justify-content:center}@media screen and (min-width:1024px){.section-content-row{flex-direction:row;justify-content:space-between;height:auto;min-height:calc(100vh - 5rem)}}.section-bg-image{background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.section-bg-image:before{content:"";position:absolute;inset:0;background-color:#fafafad9;z-index:0}.section-bg-image .section-content{position:relative;z-index:1}@media screen and (min-width:1024px){.section-content>*{opacity:0}.section-content .background-box{opacity:0}.section-content .background-box>*{opacity:0}}@media screen and (max-width:1023px){.section-content>*{opacity:1}.section-content .background-box{opacity:1}.section-content .background-box>*{opacity:1}}.section.no-fade-in .section-content>*,.section-content.no-fade-in>*{opacity:1}.section.no-fade-in .section-content .background-box,.section-content.no-fade-in .background-box{opacity:1}.section.no-fade-in .section-content .background-box>*,.section-content.no-fade-in .background-box>*{opacity:1}.section-content .background-box{background-color:#fafafaf2;box-shadow:0 8px 32px #1a1a1a14;display:flex;flex-direction:column;gap:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box}.section-content .background-box.transparent-box{background-color:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.section-content .background-box h1{margin:0;font-size:2.25rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.section-content .background-box p{margin:0;line-height:1.75;font-size:1.1rem;color:#3a3a3a}@media screen and (max-width:1023px){.section-content .background-box p{font-size:1.1rem}}@media screen and (max-width:767px){.section-content .background-box p{font-size:1rem}}@media screen and (max-width:480px){.section-content .background-box p{font-size:.9rem}}.home-hero-image{position:absolute;right:10rem;top:50%;transform:translateY(-50%);height:40rem}.section>img{flex-shrink:0;height:auto;width:auto;object-fit:contain;align-self:center}@media screen and (min-width:1024px){.section>img{opacity:0}}@media screen and (max-width:1023px){.section>img{opacity:1}}.footer{min-height:180px;display:flex;align-items:center;justify-content:flex-end;background-color:#f5f5f5;padding-right:4rem;border-top:1px solid #e0e0e0;gap:3.125rem;-webkit-user-select:text;user-select:text}.footer *{-webkit-user-select:text;user-select:text}.footer-content{text-align:right;color:#6b6b6b;margin:0;line-height:1.75}.footer img{height:auto;max-height:80px;width:auto}.contact{height:100%;width:100%;display:flex;flex-direction:column}.contact-header{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;margin-bottom:1rem;width:100%}.contact-title{font-size:2.25rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.02em}.contact-submit-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.form-status-message{font-size:.875rem;margin:0;padding:0;transition:color .2s ease;text-align:right;white-space:nowrap}.contact-submit-button{padding:.875rem 2.5rem;font-size:1rem;font-weight:600;color:#2d2d2d;background-color:#fafafa;border:1px solid #d0d0d0;cursor:pointer;transition:background-color .2s ease,transform .1s ease,box-shadow .2s ease;letter-spacing:.02em;white-space:nowrap;position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.contact-submit-button:hover:not(:disabled):not(.loading){color:#fafafa;background-color:#4a4a4a;transform:translateY(-1px);box-shadow:0 4px 12px #1a1a1a26}.contact-submit-button:active:not(:disabled):not(.loading){color:#fafafa;background-color:#3a3a3a;transform:translateY(0);box-shadow:0 2px 6px #1a1a1a1a}.contact-submit-button.loading,.contact-submit-button:disabled{cursor:not-allowed;opacity:.7;color:#666;background-color:#f5f5f5}.button-loading{display:inline-block;width:14px;height:14px;border:2px solid #666;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;gap:2rem;width:100%}.contact-grid-item{display:flex;flex-direction:column}.contact-form,.contact-form-left,.contact-form-right{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:1rem;font-weight:600;color:#3a3a3a;letter-spacing:.01em}.form-group input,.form-group textarea{width:100%;padding:.875rem;font-size:1rem;border:1px solid #d0d0d0;font-family:inherit;background-color:#fafafa;color:#2d2d2d;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;-webkit-user-select:text;user-select:text}.form-group input:hover,.form-group textarea:hover{border-color:#d0d0d0;background-color:#f5f5f5}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3a3a3a;background-color:#fff;box-shadow:0 0 0 3px #3a3a3a14}.form-group textarea{resize:vertical;min-height:100px;max-height:150px;flex:1}.submit-button{padding:.875rem 2.5rem;font-size:1rem;font-weight:600;color:#fafafa;background-color:#3a3a3a;border:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease;align-self:flex-end;letter-spacing:.02em}.submit-button:hover{background-color:#2d2d2d;transform:translateY(-1px)}.submit-button:active{background-color:#1a1a1a;transform:translateY(0)}.contact-grid-item.contact-map{background-color:#f5f5f5;overflow:hidden;box-shadow:0 4px 16px #1a1a1a14}.map-container{width:100%;height:100%;min-height:300px}.map-container iframe{width:100%;height:100%;border:none}.contact-grid-item.contact-info{background-color:#fafafa;padding:2rem;border:1px solid #d0d0d0;display:flex;flex-direction:column;justify-content:start;-webkit-user-select:text;user-select:text}.contact-grid-item.contact-info *{-webkit-user-select:text;user-select:text}.contact-info-title{display:flex;align-items:center;gap:.5rem}.contact-info-content{display:flex;flex-direction:column;gap:2rem}.contact-info-content h2{margin:0;font-size:1.8rem;font-weight:600;color:#1a1a1a;padding-bottom:1rem;border-bottom:2px solid #e8e8e8;letter-spacing:-.01em}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item h3{margin:0;font-size:1.1rem;font-weight:600;color:#4a4a4a}.info-item p{margin:0;font-size:1rem;color:#3a3a3a;line-height:1.75}.info-item a{color:#2d2d2d;text-decoration:underline;transition:color .2s ease}.info-item a:hover{color:#1a1a1a;text-decoration:underline}.embla{position:relative;width:100%;height:100%}.embla__viewport{overflow:hidden;width:100%;height:100%}.embla__container{display:flex;height:100%}.embla__slide{flex:0 0 100%;height:100%;position:relative;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:1rem;font-size:2rem;background:#f5f5f5;overflow:hidden}.embla__slide-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;transform-origin:center center;will-change:transform}.embla__slide-content{position:relative;z-index:2;text-align:start;color:#fff;text-shadow:0 2px 4px rgba(26,26,26,.6);font-size:2.4rem;font-weight:600;padding:0 7rem;width:100%;height:100%;display:flex;flex-direction:column;align-items:start;justify-content:center;gap:1rem}.embla__slide-content.embla__slide-bg-1:after{content:"";position:absolute;inset:0;background:#1a1a1a1a;z-index:1;pointer-events:none}.embla__slide.embla__slide-bg-2{position:relative}.embla__slide.embla__slide-bg-2:after{content:"";position:absolute;inset:0;background:#1a1a1a1a;z-index:1;pointer-events:none}.embla__slide.embla__slide-bg-2 .embla__slide-content{position:relative;z-index:2}.embla__slide-content h1,.embla__slide-content p{margin:0;padding:0;max-width:100%;word-break:keep-all;line-height:1.4}.fade-in-up h1,.fade-in-up p{opacity:0;transform:translateY(30px)}.embla__button{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:none;color:#fafafa;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem}.embla__button img{width:3rem;height:3rem;filter:brightness(0) invert(.9)}.embla__prev{left:1rem}.embla__next{right:1rem}@media screen and (max-width:1023px){.header{padding:0 16px}.header h1{font-size:1.3rem}.header-logo{height:36px}.header-content{gap:20px}.header-content-list{display:none}.hamburger{display:flex}.nav-list{flex-direction:column;align-items:flex-start;padding-left:0;padding-top:100px;gap:0}.nav-list li{width:100%;border-right:none;border-bottom:1px solid #e8e8e8}.nav-list li:last-child{border-bottom:none}.nav-list a{padding:20px 30px;font-size:1.2rem;width:100%}.section{padding-top:56px;flex-direction:column;gap:2rem}.section-content .background-box h1{font-size:1.875rem}.section>img{max-width:100%;max-height:400px}.section-content{padding:3rem 2rem}.section.no-snap .section-content{min-height:calc(100vh - 56px)}.section.no-snap .embla{min-height:calc(100vh - 56px);height:calc(100vh - 56px)}.embla__slide-content{padding:0 6rem;font-size:2rem;text-align:start}.embla__button{font-size:1.2rem}.embla__button img{width:2.5rem;height:2.5rem}.embla__prev{left:.5rem}.embla__next{right:.5rem}.footer{min-height:150px;padding-right:3rem;gap:2.5rem;flex-direction:row;align-items:center}.footer img{max-height:60px}.contact-header{margin-top:3rem;margin-bottom:1.5rem}.contact-title{font-size:2.25rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.02em}.contact-submit-wrapper{gap:.4rem}.form-status-message{font-size:.8rem}.contact-submit-button{padding:.75rem 2rem;font-size:.95rem}.contact-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:1.5rem;min-height:auto}.contact-form{gap:1rem}.contact-grid-item{min-height:0}.map-container{min-height:350px}.contact-info{padding:1.5rem}.contact-info-content h2{font-size:1.5rem}.products-3-1-img{width:100%;height:auto}.products-3-2-img{display:block;width:auto;max-width:100%;height:auto;object-fit:contain}}@media screen and (max-width:767px){html{font-size:14px}.header{height:7rem;padding:0 12px}.header:before{width:calc(40% + 7rem);height:7rem;background:linear-gradient(135deg,#e8e8e8 calc(100% - 7rem),transparent calc(100% - 7rem))}.header:after{width:calc(62% + 7rem);height:7rem;background:linear-gradient(45deg,transparent 7rem,#3d79a8 7rem)}.header h1{font-size:1.1rem}.header-logo{height:32px}.header-content{gap:12px}.header-content-list{display:none}.hamburger{display:flex;width:28px;height:28px}.hamburger-line{height:3px}.hamburger[aria-expanded=true] .hamburger-line:nth-child(1){transform:rotate(45deg) translateY(10px)}.hamburger[aria-expanded=true] .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger[aria-expanded=true] .hamburger-line:nth-child(3){transform:rotate(-45deg) translateY(-10px)}.nav-list{padding-top:80px}.nav-list a{padding:18px 20px;font-size:1.1rem}.section{padding-top:50px;min-height:100vh;flex-direction:column;gap:1.5rem}.section-content:has(.background-box):has(img),.section-content-row{flex-direction:column!important;gap:1.5rem;height:auto;min-height:calc(100vh - 50px)}.section-content:has(.background-box):has(img) .background-box,.section-content-row .background-box{width:100%;max-width:100%;order:1}.section-content:has(.background-box):has(img)>img,.section-content-row>img{width:100%;max-width:100%;max-height:15rem;object-fit:contain;order:2;margin-left:0;display:block}.section-content-row .section-images-container{order:2;width:100%;max-width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center;height:30vh}.section-content-row .section-images-container img{max-height:15rem;max-width:calc(50% - .5rem);flex:0 0 auto}.section-content .background-box h1{font-size:1.875rem}.section>img{max-width:100%;max-height:300px}.section-content{padding:2.5rem 1.5rem}.section-content>h1{font-size:1.875rem;margin-bottom:1.25rem}.section-content>h2{font-size:1.5rem;margin-bottom:1rem}.section-content>p{font-size:1rem;margin-bottom:1.25rem}.section.no-snap .section-content{min-height:calc(100vh - 50px)}.section.no-snap .embla{min-height:calc(100vh - 50px);height:calc(100vh - 50px)}.embla__slide{font-size:1.2rem}.embla__slide-content{padding:2rem 1.5rem;align-items:start;text-align:start;justify-content:center}.embla__slide-content p{max-width:100%}.embla__button{font-size:1rem;padding:8px;top:auto;bottom:1rem;transform:none}.embla__button img{width:2rem;height:2rem}.embla__prev{left:auto;right:4.5rem}.embla__next{right:1rem}.footer{min-height:auto;padding:1rem;gap:1.25rem;flex-direction:column;align-items:flex-end}.footer-content{text-align:right;font-size:.8rem;line-height:1.5}.footer img{max-height:40px;width:auto}.footer h1{font-size:1.2rem}.contact{gap:1.5rem;padding:1.5rem 0}.contact-header{margin-top:2rem;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.contact-title{font-size:1.75rem;margin:0}.contact-submit-wrapper{gap:.4rem}.form-status-message{font-size:.75rem}.contact-submit-button{padding:.75rem 1.75rem;font-size:.9rem}.contact-form{flex-direction:column;gap:1.5rem}.contact-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:1.5rem;min-height:auto}.contact-grid-item{min-height:0}.map-container{min-height:300px}.contact-info{padding:1.5rem}.contact-info-content{gap:1.5rem}.contact-info-content h2{font-size:1.3rem;padding-bottom:.8rem}.info-item h3{font-size:1rem}.info-item p{font-size:.9rem}.products-3-1-img{width:100%;height:auto}.products-3-2-img{display:block;width:auto;max-width:100%;height:auto;object-fit:contain}}@media screen and (max-width:480px){html{font-size:13px}.header{height:6rem;padding:0 10px}.header:before{width:calc(50% + 6rem);height:6rem;background:linear-gradient(135deg,#e8e8e8 calc(100% - 6rem),transparent calc(100% - 6rem))}.header:after{width:calc(53% + 6rem);height:6rem;background:linear-gradient(45deg,transparent 6rem,#3d79a8 6rem)}.header h1{font-size:1rem}.header-logo{height:28px}.hamburger{width:26px;height:26px}.nav-list{padding-top:70px}.nav-list a{padding:16px;font-size:1rem}.section{padding-top:48px;flex-direction:column;gap:1rem}.section-content:has(.background-box):has(img),.section-content-row{flex-direction:column!important;gap:1rem;height:auto;min-height:calc(100vh - 48px)}.section-content:has(.background-box):has(img)>img,.section-content-row>img{width:100%;max-width:100%;max-height:25vh;object-fit:contain;order:2;margin-left:0;display:block}.section-content-row .section-images-container{order:2;width:100%;max-width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center;height:30vh}.section-content-row .section-images-container img{max-height:25vh;min-width:3rem;max-width:calc(50% - .5rem);flex:0 0 auto}.section-content .background-box h1{font-size:1.5rem}.section>img{max-width:100%;max-height:250px}.section-content{padding:2rem 1.25rem}.section-content>h1{font-size:1.625rem;margin-bottom:1rem}.section-content>h2{font-size:1.375rem;margin-bottom:.875rem}.section-content>p{font-size:.95rem;margin-bottom:1rem}.section.no-snap .section-content{min-height:calc(100vh - 48px)}.section.no-snap .embla{min-height:calc(100vh - 48px);height:calc(100vh - 48px)}.embla__slide-content{display:flex;flex-direction:column;align-items:start;padding:0 5rem;font-size:1.6rem;justify-content:center}.embla__slide-content p{text-align:start;max-width:100%;font-size:1.25rem}.embla__button{font-size:.9rem;padding:6px}.embla__button img{width:1.75rem;height:1.75rem}.products-3-2-img{margin-left:0}.footer{min-height:auto;padding-right:1.5rem;gap:1rem;flex-direction:column;align-items:flex-end}.footer-content{text-align:right;font-size:.75rem;line-height:1.5}.footer img{max-height:35px;width:auto}.footer h1{font-size:1rem}.contact{gap:1rem;padding:1rem 0}.contact-header{margin-bottom:.5rem;flex-wrap:wrap;gap:.75rem}.contact-title{font-size:1.5rem;margin:0}.contact-submit-wrapper{gap:.3rem}.form-status-message{font-size:.7rem}.contact-submit-button{padding:.6rem 1.5rem;font-size:.85rem}.contact-form{flex-direction:column;gap:1rem}.contact-form-left,.contact-form-right{width:100%}.form-group{gap:.4rem}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{padding:.6rem;font-size:.9rem}.contact-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:1rem;min-height:auto}.contact-grid-item{min-height:0}.map-container{min-height:250px}.contact-info{padding:1rem}.contact-info-content{gap:1rem}.contact-info-content h2{font-size:1.2rem;padding-bottom:.5rem}.info-item h3{font-size:.95rem}.info-item p{font-size:.85rem}.products-3-1-img{width:100%;height:auto}.products-3-2-img{display:block;width:auto;max-width:100%;height:auto;object-fit:contain}.section-content>div>div[style*="flex-direction: row"]{flex-direction:column!important;align-items:flex-start}.footer{border:.5px solid #e0e0e0;padding:1.5rem}.footer img{max-height:2rem}}.product-flex-container{display:flex;flex-direction:row;gap:1.5rem;width:100%;align-items:start;flex-wrap:wrap}.product-flex-container img{width:auto;max-height:13rem;flex-shrink:0;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.3));transition:max-height .3s ease}.product-title{margin-top:0}.product-flex-container p{font-size:1.2rem;flex:1;min-width:200px;margin:0}.product-flex-container>div:not(.product-images-wrapper){flex:1;min-width:200px;display:flex;flex-direction:column;gap:.5rem}.product-images-wrapper{display:flex;flex-direction:row;gap:.5rem;align-items:center}.background-box-img{min-width:24rem;max-width:30rem;width:100%}.background-box-inner-img{max-width:100%;width:auto;max-height:12rem;height:auto;object-fit:contain}.background-box>div{max-width:100%;overflow:hidden}.section-content-row{flex-direction:row;gap:3rem}.section-images-container{display:flex;flex-direction:column;gap:1rem;max-width:100%;align-items:center;justify-content:center}.section-images-container img{max-width:100%;width:auto;height:auto;object-fit:contain}@media screen and (min-width:1024px){.section-images-container{opacity:0}}@media screen and (max-width:1023px){.section-images-container{opacity:1;flex-direction:row;flex-wrap:wrap;justify-content:center;height:30vh;width:100%}.section-images-container img{opacity:1;max-width:calc(50% - .5rem);max-height:100%;height:auto;flex:0 0 auto;object-fit:contain}}@media(max-width:1024px){.product-flex-container img{max-height:11rem}.product-flex-container p{font-size:1.1rem}.section-content>h1{font-size:2rem}.section-content>h2{font-size:1.5rem}.background-box-img{min-width:15rem;max-width:24rem}.background-box-inner-img{max-height:10rem}.section-content-row{gap:2rem}}@media(max-width:768px){.product-flex-container img{max-height:9rem;max-width:20rem}.product-flex-container p{font-size:1rem}.section-content>h1{font-size:1.75rem}.section-content>h2{font-size:1.3rem}.background-box-inner-img{max-height:9rem}.section[style*=products-background_part_2] .section-content img[src="/products-4-1.jpeg"],.section[style*=products-background_part_2] .section-content img[src="/products-4-2.jpeg"]{max-width:10rem!important;max-height:15rem!important}.section[style*=products-background_part_2] .section-content>div[style*="flex-direction: row"]>img{max-width:10rem!important;max-height:15rem!important}}@media(max-width:480px){.product-flex-container{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.5rem}.product-flex-container>.product-images-wrapper{order:1;flex:0 0 auto;margin-left:0!important}.product-flex-container img{max-height:7rem;max-width:15rem;margin-bottom:1rem}.product-title{font-size:1.1rem}.product-flex-container p{font-size:.9rem;margin-left:0!important}.product-flex-container>div:not(.product-images-wrapper){flex:1;min-width:0}.section-content>h1{font-size:1.5rem}.section-content>h2{font-size:1.1rem}.background-box-inner-img{max-height:8rem}.embla__slide-content{padding:2rem 1.5rem}.section[style*=products-background_part_2] .section-content img[src="/products-4-1.jpeg"],.section[style*=products-background_part_2] .section-content img[src="/products-4-2.jpeg"]{max-width:7rem!important;max-height:10rem!important;width:auto!important;height:auto!important}.section[style*=products-background_part_2] .section-content>div[style*="flex-direction: row"]{flex-wrap:nowrap;gap:.5rem}.section[style*=products-background_part_2] .section-content>div[style*="flex-direction: row"]>img{max-width:7rem!important;max-height:10rem!important;margin-left:.5rem!important;margin-top:0!important;flex-shrink:1}.section[style*=products-background_part_2] .section-content>div[style*="flex-direction: row"]>div{flex:1;min-width:0}.section[style*=products-background_part_2] .section-content>div[style*="flex-direction: row"][style*="justify-content: space-between"]{padding-bottom:3rem!important}}.product-description{font-size:1.2rem}@media screen and (max-width:767px){.product-description{font-size:1.1rem}}
