.world-map-section .container{border-radius:1.2rem}world-map.map-wrapper{--map-height: 50vh;--map-height_ls: 50vh;--map-height_pt: 65vw;--color-ocean: #FCFCFC;--color-land: #C5CDD8;--color-border: #FCFCFC;--color-marker: #20c854;--color-marker-pulse: rgba(0,0,0,.5);--color-marker-hover: #2ee06f;--color-marker-border: #fff;--color-marker-border-pulse: #15a944;--color-highlighted-marker: #651EC7;--color-highlighted-marker-pulse: rgba(0,0,0,.5);--color-highlighted-marker-hover: #AC71FE;--color-highlighted-marker-border: #fff;--color-highlighted-marker-border-pulse: #5211ad;--color-recent-marker: #C7351E;--color-recent-marker-pulse: rgba(0,0,0,.5);--color-recent-marker-hover: #FB7360;--color-recent-marker-border: #fff;--color-recent-marker-border-pulse: #a02512;--color-label: rgba(20, 25, 40, .65);--color-label-border: rgba(255,255,255,.7);position:relative;display:block;width:100%;height:var(--map-height);touch-action:none;overscroll-behavior:contain}html.world-map-fullscreen,html.world-map-fullscreen body{scrollbar-gutter:auto;overflow:hidden}html.world-map-fullscreen .shopify-section-header{display:none}html body.template-page-impact.content-reveal-active #MainContent{filter:none!important;transform:none!important;transition:none!important}html.world-map-fullscreen body main{position:relative;transform:none;z-index:13}html.world-map-fullscreen world-map.map-wrapper{position:fixed;display:block;width:100%;height:100%;z-index:99;top:0;left:0}@media(orientation:landscape){world-map.map-wrapper{--map-height: var(--map-height_ls)}}@media(orientation:portrait){world-map.map-wrapper{--map-height: var(--map-height_pt)}}world-map.map-wrapper{box-shadow:0 0 30px #0f03,0 -165px 636px 400px #fff}world-map.map-wrapper--overlap{margin-top:-125px}.world-map-section .container world-map.map-wrapper{border-radius:12px;box-shadow:0 0 30px #0f03,0 -90px 501px 216px #fff}@media screen and (min-width:1200px){world-map.map-wrapper--overlap{margin-top:-161px}.world-map-section .container world-map.map-wrapper{box-shadow:0 0 30px #0f03,0 -165px 636px 400px #fff}}world-map .world-map{display:block;width:100%;height:100%;background:var(--color-ocean)}.world-map-section .container world-map .world-map{border-radius:12px;box-shadow:inset 0 0 2px #00000080}world-map .land{fill:var(--color-land);stroke:var(--color-border)}world-map .world-map-trigger{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000001a;border:0;border-radius:12px;display:flex;align-items:center;justify-content:center;z-index:1;opacity:0;color:#fff;font-size:3rem;font-weight:700;letter-spacing:1px;text-shadow:0 1px 6px rgba(0,0,0,1);cursor:pointer;transition:opacity .2s ease-out}world-map .world-map-trigger:hover{opacity:1}@media(pointer:coarse){world-map .world-map-trigger{opacity:1}}html.world-map-fullscreen world-map.map-wrapper .world-map-trigger{opacity:0;pointer-events:none}html.world-map-fullscreen world-map.map-wrapper{border-radius:0;box-shadow:none}html.world-map-fullscreen .world-map-section .container world-map.map-wrapper .world-map{box-shadow:none}html.world-map-fullscreen .world-map-section .container world-map.map-wrapper,html.world-map-fullscreen .world-map-section .container world-map.map-wrapper .world-map{border-radius:0}.world-map-section .container world-map .world-map{border-radius:12px}world-map .world-map-trigger-close{position:absolute;display:flex;justify-content:flex-start;align-items:center;top:10px;right:10px;height:50px;padding:0 20px;border:0;border-radius:25px;transform:translateY(-20px);color:#fff;background-color:#0d232b;box-shadow:0 0 5px #00000080;opacity:0;pointer-events:none;cursor:pointer}world-map .world-map-trigger-close span{font-size:1.5rem}world-map .world-map-trigger-close i.icon{position:relative;left:5px;font-size:2.5rem}html.world-map-fullscreen world-map.map-wrapper .world-map-trigger-close{opacity:1;transform:translateY(0);pointer-events:auto;transition:opacity .2s ease-out .2s,transform .2s ease-out .2s}world-map .map-popover{position:absolute;display:none;transform:translate(-50%,-110%);background:#fff;padding:10px 12px;border-radius:12px;box-shadow:0 10px 30px #00000026;min-width:220px;z-index:5}world-map .map-copyrights{position:absolute;right:10px;bottom:8px;font-size:11px;pointer-events:none;opacity:.6}world-map .continent-label{font-size:18px;letter-spacing:.04em;fill:var(--color-label);stroke:var(--color-label-border);font-weight:600;paint-order:stroke;pointer-events:none;transform-origin:center;opacity:0;transition:opacity .2s ease-out,font-size .2s ease-out,stroke-width .2s ease-out}world-map .continent-label.visible{opacity:1}world-map .country-label{fill:var(--color-label);font-size:8px;paint-order:stroke;stroke:var(--color-label-border);stroke-width:1px;opacity:0;transition:opacity .2s ease-out}world-map .country-label.visible{opacity:1}world-map .markers .marker{cursor:pointer}world-map .markers .marker .marker-hit{pointer-events:all}world-map .markers .marker .marker-dot{--border-begin-pulse-color: var(--color-marker-border-pulse);--border-end-pulse-color: var(--color-marker-border);fill:var(--color-marker);stroke:var(--color-marker-border);stroke-width:2px;pointer-events:none;animation:dotPulse 1.6s ease-out infinite}world-map .markers .marker.marker--highlighted .marker-dot{--border-begin-pulse-color: var(--color-highlighted-marker-border-pulse);--border-end-pulse-color: var(--color-highlighted-marker-border);fill:var(--color-highlighted-marker);stroke:var(--color-highlighted-marker-border);animation:dotPulse 1.6s ease-out infinite}world-map .markers .marker.marker--recent .marker-dot,world-map .markers .marker.marker--recent:not(.marker--highlighted) .marker-dot{--border-begin-pulse-color: var(--color-recent-marker-border-pulse);--border-end-pulse-color: var(--color-recent-marker-border);fill:var(--color-recent-marker);stroke:var(--color-recent-marker-border);animation:dotPulseRecent 1.6s ease-out infinite}world-map .markers .marker .marker-pulse{--pulse-color: var(--color-marker-pulse);fill:none;stroke:var(--color-marker-pulse);stroke-width:3;opacity:0;animation:markerPulse 1.6s ease-out infinite}@keyframes markerPulse{0%{transform:scale(1);opacity:0}10%{opacity:.6}to{transform:scale(2.6);opacity:0}}@keyframes markerPulseRecent{0%{transform:scale(1);opacity:0}10%{opacity:.8}to{transform:scale(3.2);opacity:0}}@keyframes dotPulse{0%{stroke:var(--border-begin-pulse-color)}to{stroke:var(--border-end-pulse-color)}}@keyframes dotPulseRecent{0%{transform:scale(1);stroke:var(--border-begin-pulse-color)}50%{transform:scale(1.5)}to{transform:scale(1);stroke:var(--border-end-pulse-color)}}world-map .markers .marker.marker--highlighted .marker-pulse{--pulse-color: var(--color-highlighted-marker-pulse);stroke:var(--color-highlighted-marker);animation:markerPulse 1.6s ease-out infinite}world-map .markers .marker.marker--recent .marker-pulse,world-map .markers .marker.marker--highlighted.marker--recent .marker-pulse{--pulse-color: var(--color-recent-marker-pulse);stroke:var(--color-recent-marker);animation:markerPulseRecent 1.6s ease-out infinite}@media(hover:hover)and (pointer:fine){world-map .marker:hover .marker-dot{fill:var(--color-marker-hover);transform:scale(1.2)}}world-map .marker:active .marker-dot{fill:var(--color-marker-hover);transform:scale(1.2)}world-map svg.world-map[data-zoom=z2] .continent-label{font-size:24px;stroke-width:2px}world-map svg.world-map[data-zoom=z3] .continent-label,world-map svg.world-map[data-zoom=z4] .continent-label{font-size:18px;stroke-width:2px}world-map svg.world-map .country-label.tier-huge{font-size:18px;stroke-width:2px}world-map svg.world-map .country-label.tier-large{font-size:16px;stroke-width:2px}world-map svg.world-map .country-label.tier-medium{font-size:15px;stroke-width:1.5px}world-map svg.world-map .country-label.tier-small{font-size:14px;stroke-width:1px}world-map svg.world-map .country-label.tier-tiny{font-size:12px;stroke-width:1px}world-map svg.world-map[data-zoom=z10] .country-label.tier-huge,world-map svg.world-map[data-zoom=z12] .country-label.tier-huge{font-size:24px;stroke-width:4px}world-map svg.world-map[data-zoom=z10] .country-label.tier-large,world-map svg.world-map[data-zoom=z12] .country-label.tier-large{font-size:22px;stroke-width:2px}world-map svg.world-map[data-zoom=z10] .country-label.tier-medium,world-map svg.world-map[data-zoom=z12] .country-label.tier-medium{font-size:22px;stroke-width:3px}world-map svg.world-map[data-zoom=z10] .country-label.tier-small,world-map svg.world-map[data-zoom=z12] .country-label.tier-small{font-size:19px;stroke-width:3px}world-map svg.world-map[data-zoom=z10] .country-label.tier-tiny,world-map svg.world-map[data-zoom=z12] .country-label.tier-tiny{font-size:16px;stroke-width:2px}.gb-title.world-map-gb-title{position:relative;z-index:1}.gb-title.world-map-gb-title h2{margin:-4rem 0 2rem}.gb-dialog-body .dialog-body__text:first-of-type{margin-top:1.5rem}.gb-dialog-body p{font-size:1.85rem;margin:0 0 1.75rem}.gb-dialog-body>:first-child{margin-top:20px}.gb-dialog-body .dialog-body__videos{width:100%;margin-bottom:1.75rem}.gb-dialog-body .dialog-body__videos .gbvc-slide{aspect-ratio:9 / 6}.dialog-body__video{height:100%}.dialog-body__video gb-video,.dialog-body__video gb-video video,.dialog-body__video gb-video iframe{height:100%}.dialog-body__image{margin-bottom:1.75rem}.dialog-body__image img{max-width:100%;height:auto;aspect-ratio:16 / 9;width:100%;object-fit:contain}.dialog-body__video .gb-video-player,.dialog-body__video .gb-video-embed{max-width:100%;max-height:80vh}.dialog-body__video .gb-video-player,.dialog-body__video .gb-video-player:hover,.dialog-body__video .gb-video-embed,.dialog-body__video .gb-video-embed:hover{box-shadow:none}.dialog-body__cta{margin-bottom:4rem}@media(max-width:768px){world-map svg.world-map[data-zoom=z2] .continent-label{font-size:14px;stroke-width:2px}world-map .country-label{font-size:.85em;stroke-width:.7px}world-map .continent-label{font-size:.85em}world-map .map-layer path.land{stroke-width:.8px}.gb-title.world-map-gb-title h2{margin:-4rem 0 4rem}}@media(max-width:480px){world-map svg.world-map[data-zoom=z2] .continent-label{font-size:12px;stroke-width:2px}world-map .country-label{font-size:.75em}world-map .continent-label{font-size:.75em}}@media screen and (min-width:1100px){.gb-dialog-body .dialog-body__text:first-of-type{margin-top:2.5rem}.gb-dialog-body p{font-size:2rem;margin:0 0 2rem}.dialog-body__cta{margin-bottom:6rem}world-map svg.world-map[data-zoom=z4] .country-label,world-map svg.world-map[data-zoom=z5] .country-label{font-size:14px;stroke-width:2px}world-map svg.world-map[data-zoom=z8] .country-label,world-map svg.world-map[data-zoom=z10] .country-label,world-map svg.world-map[data-zoom=z12] .country-label{font-size:17px;stroke-width:3px}world-map svg.world-map[data-zoom=z3] .country-label.tier-tiny,world-map svg.world-map[data-zoom=z4] .country-label.tier-tiny,world-map svg.world-map[data-zoom=z5] .country-label.tier-tiny{font-size:14px;stroke-width:2px}world-map svg.world-map[data-zoom=z8] .country-label.tier-tiny,world-map svg.world-map[data-zoom=z10] .country-label.tier-tiny,world-map svg.world-map[data-zoom=z12] .country-label.tier-tiny{font-size:19px;stroke-width:3px}world-map svg.world-map[data-zoom=z3] .country-label.tier-small,world-map svg.world-map[data-zoom=z4] .country-label.tier-small,world-map svg.world-map[data-zoom=z5] .country-label.tier-small{font-size:15px;stroke-width:2px}world-map svg.world-map[data-zoom=z8] .country-label.tier-small,world-map svg.world-map[data-zoom=z10] .country-label.tier-small,world-map svg.world-map[data-zoom=z12] .country-label.tier-small{font-size:22px;stroke-width:4px}world-map svg.world-map[data-zoom=z3] .country-label.tier-medium,world-map svg.world-map[data-zoom=z4] .country-label.tier-medium,world-map svg.world-map[data-zoom=z5] .country-label.tier-medium{font-size:17px;stroke-width:2px}world-map svg.world-map[data-zoom=z8] .country-label.tier-medium,world-map svg.world-map[data-zoom=z10] .country-label.tier-medium,world-map svg.world-map[data-zoom=z12] .country-label.tier-medium{font-size:25px;stroke-width:4px}world-map svg.world-map[data-zoom=z3] .country-label.tier-large,world-map svg.world-map[data-zoom=z4] .country-label.tier-large,world-map svg.world-map[data-zoom=z5] .country-label.tier-large{font-size:18px;stroke-width:3px}world-map svg.world-map[data-zoom=z8] .country-label.tier-large,world-map svg.world-map[data-zoom=z10] .country-label.tier-large,world-map svg.world-map[data-zoom=z12] .country-label.tier-large{font-size:26px;stroke-width:4px}world-map svg.world-map[data-zoom=z3] .country-label.tier-huge,world-map svg.world-map[data-zoom=z4] .country-label.tier-huge,world-map svg.world-map[data-zoom=z5] .country-label.tier-huge{font-size:21px;stroke-width:3px}world-map svg.world-map[data-zoom=z8] .country-label.tier-huge,world-map svg.world-map[data-zoom=z10] .country-label.tier-huge,world-map svg.world-map[data-zoom=z12] .country-label.tier-huge{font-size:29px;stroke-width:4px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-world-map.css.map */
