.atomics-graphic-wrapper{--easing-function:cubic-bezier(0.23, 1, 0.32, 1);position:relative;height:var(--atomics-graphic-height,445px);user-select:none;z-index:4}.atomics-graphic-items{position:relative;max-width:var(--max-content-width,1200px);user-select:none;height:100%;-webkit-user-select:none;z-index:100;margin:0 auto}.atomics-graphic-container{position:relative;width:100%;height:100%}.atomics-graphic-img-desktop{display:none;height:var(--desktop-img-height,80px);top:var(--desktop-img-top,22px);left:var(--desktop-img-left,70.7vw);position:absolute;transform:rotate(var(--desktop-img-rotate,-12deg));z-index:3}.atomics-graphic-img-mobile{height:var(--mobile-img-height,88px);transform:rotate(var(--mobile-img-rotate,10deg));position:absolute;top:var(--mobile-img-top,-23px);left:var(--mobile-img-left,calc(-123px + 65vw));z-index:3}.atomics-graphic-hotspot{position:absolute;left:var(--hotspot-left,20%);top:var(--hotspot-top,40%);width:var(--hotspot-size-mobile,34px);height:var(--hotspot-size-mobile,34px);cursor:pointer;border:1px solid #fff0;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#E6AC5C,#AECBC3) border-box;border-radius:50%;box-shadow:0 0 0 10px rgb(220 155 71 / .2);animation:pulsateboxshadow 4s var(--easing-function) infinite;z-index:5}.atomics-graphic-hotspot:active{background:#fff}.atomics-graphic-hotspot:before{content:"";width:10px;height:2px;background-color:#000;position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-1px;transition:transform 0.5s var(--easing-function);will-change:transform}.atomics-graphic-hotspot:after{content:"";width:2px;height:10px;background-color:#000;position:absolute;left:50%;top:50%;margin-left:-1px;margin-top:-5px;transition:transform 0.5s var(--easing-function)}.atomics-graphic-hotspot.is-open:before{transform:rotate(-180deg)}.atomics-graphic-hotspot.is-open:after{transform:rotate(270deg)}.atomics-graphic-hotspot.is-open .atomics-graphic-dialog{display:block;box-shadow:0 0 35px rgb(0 0 0 / .15)}.atomics-graphic-hotspot.is-open .atomics-graphic-dialog:after{transform:translateY(0)}.atomics-graphic-dialog{transition:box-shadow 2s var(--easing-function);display:none;position:absolute;top:var(--dialog-top,83px);right:var(--dialog-right,16px);min-width:var(--dialog-min-width,545px);padding:32px;background-color:#fff;transition-delay:1s;opacity:0;color:#555;z-index:10;box-shadow:0 0 35px #fff0;border-radius:12px;animation:flipIn 1s var(--easing-function) forwards;transform-origin:0% 100%}.atomics-graphic-dialog:after{content:"";width:0;height:0;position:absolute;right:0;top:-28px;z-index:-1;border-top:40px solid #fff0;border-bottom:40px solid #fff0;border-right:40px solid #fff;transform:translateY(-10px);transition:transform 1s 1.5s var(--easing-function)}.atomics-graphic-dialog h3{font-size:48px;line-height:40px;color:#000;margin:0 0 -10px 0}.atomics-graphic-dialog h3 span{font-size:24px;color:#888}.atomics-graphic-dialog .line{width:100%;border-bottom:1px dotted #9DA3AA;margin:16px 0}.atomics-graphic-dialog-table{display:grid;gap:11px}.atomics-graphic-dialog-table-row{display:grid;grid-template-columns:1fr}.atomics-graphic-dialog-table-row p{font-size:16px;line-height:22px;text-align:left;color:#000;margin:0}.atomics-graphic-dialog-table-row p span{color:#888}.atomics-graphic-dialog ul{padding-inline-start:20px;margin-block-end:0}.atomics-graphic-dialog ul li{font-size:10px;line-height:14px;color:#000}@keyframes pulsateboxshadow{0%{box-shadow:0 0 0 15px rgb(220 155 71 / .1)}50%{box-shadow:0 0 0 20px rgb(220 155 71 / .2)}100%{box-shadow:0 0 0 15px rgb(220 155 71 / .1)}}@keyframes flipIn{from{transform:rotate(10deg) scale(.9);opacity:0}to{transform:none;opacity:1}}@keyframes flipInReverse{from{transform:rotate(-10deg) scale(.9);opacity:0}to{transform:none;opacity:1}}@media screen and (min-width:1600px){.atomics-graphic-hotspot{top:var(--hotspot-top-xl,calc(250px - 8.5vw))!important;left:var(--hotspot-left-xl,calc(650px + 30vw))!important}.atomics-graphic-img-desktop{top:var(--desktop-img-top-xl,calc(160px - 8.5vw))!important;left:var(--desktop-img-left-xl,calc(655px + 30vw))!important}}@media screen and (min-width:1023px){.atomics-graphic-wrapper{position:relative;width:100%;display:flex;justify-content:center}.atomics-graphic-items{height:100%;width:100%;position:relative;max-width:var(--max-content-width,1200px)}.atomics-graphic-img-desktop{display:block}.atomics-graphic-img-mobile{display:none}.atomics-graphic-hotspot{top:var(--hotspot-top-desktop,40%);left:var(--hotspot-left-desktop,20%);width:var(--hotspot-size-desktop,50px);height:var(--hotspot-size-desktop,50px)}.atomics-graphic-hotspot:before{width:12px;margin-left:-6px}.atomics-graphic-hotspot:after{height:12px;margin-top:-6px}.atomics-graphic-dialog-table{gap:0}.atomics-graphic-dialog-table-row{grid-template-columns:190px 1fr}.atomics-graphic-dialog-table-row p{font-size:12px}}@media screen and (max-width:768px){.atomics-graphic-hotspot{top:var(--hotspot-top-mobile,79px)!important;left:var(--hotspot-left-mobile,calc(80px + 65vw))!important;width:var(--hotspot-size-mobile,23px)!important;height:var(--hotspot-size-mobile,23px)!important}.atomics-graphic-img-mobile{height:var(--mobile-img-height-mobile,55px);top:var(--mobile-img-top-mobile,21px);left:var(--mobile-img-left-mobile,calc(-15px + 65vw))}.atomics-graphic-dialog{top:var(--dialog-top-mobile,50px);right:var(--dialog-right-mobile,12px);min-width:var(--dialog-min-width-mobile,min(500px, 80vw));padding:var(--dialog-padding-mobile,5vw)}.atomics-graphic-dialog:after{top:-20px;border-width:20px 20px 20px 0}.atomics-graphic-dialog h3{font-size:min(7.8vw, 48px);line-height:min(6.51vw, 40px)}.atomics-graphic-dialog h3 span{font-size:min(3.75vw, 24px)}.atomics-graphic-dialog-table{gap:1.4vw}.atomics-graphic-dialog-table-row p{font-size:min(2.865vw, 16px);line-height:min(3.9vw, 22px)}}