@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95)}to{animation-timing-function:ease-in;transform:perspective(400px)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{opacity:1;transform:skewX(-5deg)}to{opacity:1;transform:none}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}to{opacity:1;transform:none;transform-origin:center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}@font-face{font-family:foundation-icons;font-style:normal;font-weight:400;src:url(../../fonts/foundation/foundation-icons.eot);src:url(../../fonts/foundation/foundation-icons.eot?#iefix) format("embedded-opentype"),url(../../fonts/foundation/foundation-icons.woff) format("woff"),url(../../fonts/foundation/foundation-icons.ttf) format("truetype"),url(../../fonts/foundation/foundation-icons.svg#fontcustom) format("svg")}.fi-address-book:before,.fi-alert:before,.fi-align-center:before,.fi-align-justify:before,.fi-align-left:before,.fi-align-right:before,.fi-anchor:before,.fi-annotate:before,.fi-archive:before,.fi-arrow-down:before,.fi-arrow-left:before,.fi-arrow-right:before,.fi-arrow-up:before,.fi-arrows-compress:before,.fi-arrows-expand:before,.fi-arrows-in:before,.fi-arrows-out:before,.fi-asl:before,.fi-asterisk:before,.fi-at-sign:before,.fi-background-color:before,.fi-battery-empty:before,.fi-battery-full:before,.fi-battery-half:before,.fi-bitcoin-circle:before,.fi-bitcoin:before,.fi-blind:before,.fi-bluetooth:before,.fi-bold:before,.fi-book-bookmark:before,.fi-book:before,.fi-bookmark:before,.fi-braille:before,.fi-burst-new:before,.fi-burst-sale:before,.fi-burst:before,.fi-calendar:before,.fi-camera:before,.fi-check:before,.fi-checkbox:before,.fi-clipboard-notes:before,.fi-clipboard-pencil:before,.fi-clipboard:before,.fi-clock:before,.fi-closed-caption:before,.fi-cloud:before,.fi-comment-minus:before,.fi-comment-quotes:before,.fi-comment-video:before,.fi-comment:before,.fi-comments:before,.fi-compass:before,.fi-contrast:before,.fi-credit-card:before,.fi-crop:before,.fi-crown:before,.fi-css3:before,.fi-database:before,.fi-die-five:before,.fi-die-four:before,.fi-die-one:before,.fi-die-six:before,.fi-die-three:before,.fi-die-two:before,.fi-dislike:before,.fi-dollar-bill:before,.fi-dollar:before,.fi-download:before,.fi-eject:before,.fi-elevator:before,.fi-euro:before,.fi-eye:before,.fi-fast-forward:before,.fi-female-symbol:before,.fi-female:before,.fi-filter:before,.fi-first-aid:before,.fi-flag:before,.fi-folder-add:before,.fi-folder-lock:before,.fi-folder:before,.fi-foot:before,.fi-foundation:before,.fi-graph-bar:before,.fi-graph-horizontal:before,.fi-graph-pie:before,.fi-graph-trend:before,.fi-guide-dog:before,.fi-hearing-aid:before,.fi-heart:before,.fi-home:before,.fi-html5:before,.fi-indent-less:before,.fi-indent-more:before,.fi-info:before,.fi-italic:before,.fi-key:before,.fi-laptop:before,.fi-layout:before,.fi-lightbulb:before,.fi-like:before,.fi-link:before,.fi-list-bullet:before,.fi-list-number:before,.fi-list-thumbnails:before,.fi-list:before,.fi-lock:before,.fi-loop:before,.fi-magnifying-glass:before,.fi-mail:before,.fi-male-female:before,.fi-male-symbol:before,.fi-male:before,.fi-map:before,.fi-marker:before,.fi-megaphone:before,.fi-microphone:before,.fi-minus-circle:before,.fi-minus:before,.fi-mobile-signal:before,.fi-mobile:before,.fi-monitor:before,.fi-mountains:before,.fi-music:before,.fi-next:before,.fi-no-dogs:before,.fi-no-smoking:before,.fi-page-add:before,.fi-page-copy:before,.fi-page-csv:before,.fi-page-delete:before,.fi-page-doc:before,.fi-page-edit:before,.fi-page-export-csv:before,.fi-page-export-doc:before,.fi-page-export-pdf:before,.fi-page-export:before,.fi-page-filled:before,.fi-page-multiple:before,.fi-page-pdf:before,.fi-page-remove:before,.fi-page-search:before,.fi-page:before,.fi-paint-bucket:before,.fi-paperclip:before,.fi-pause:before,.fi-paw:before,.fi-paypal:before,.fi-pencil:before,.fi-photo:before,.fi-play-circle:before,.fi-play-video:before,.fi-play:before,.fi-plus:before,.fi-pound:before,.fi-power:before,.fi-previous:before,.fi-price-tag:before,.fi-pricetag-multiple:before,.fi-print:before,.fi-prohibited:before,.fi-projection-screen:before,.fi-puzzle:before,.fi-quote:before,.fi-record:before,.fi-refresh:before,.fi-results-demographics:before,.fi-results:before,.fi-rewind-ten:before,.fi-rewind:before,.fi-rss:before,.fi-safety-cone:before,.fi-save:before,.fi-share:before,.fi-sheriff-badge:before,.fi-shield:before,.fi-shopping-bag:before,.fi-shopping-cart:before,.fi-shuffle:before,.fi-skull:before,.fi-social-500px:before,.fi-social-adobe:before,.fi-social-amazon:before,.fi-social-android:before,.fi-social-apple:before,.fi-social-behance:before,.fi-social-bing:before,.fi-social-blogger:before,.fi-social-delicious:before,.fi-social-designer-news:before,.fi-social-deviant-art:before,.fi-social-digg:before,.fi-social-dribbble:before,.fi-social-drive:before,.fi-social-dropbox:before,.fi-social-evernote:before,.fi-social-facebook:before,.fi-social-flickr:before,.fi-social-forrst:before,.fi-social-foursquare:before,.fi-social-game-center:before,.fi-social-github:before,.fi-social-google-plus:before,.fi-social-hacker-news:before,.fi-social-hi5:before,.fi-social-instagram:before,.fi-social-joomla:before,.fi-social-lastfm:before,.fi-social-linkedin:before,.fi-social-medium:before,.fi-social-myspace:before,.fi-social-orkut:before,.fi-social-path:before,.fi-social-picasa:before,.fi-social-pinterest:before,.fi-social-rdio:before,.fi-social-reddit:before,.fi-social-skillshare:before,.fi-social-skype:before,.fi-social-smashing-mag:before,.fi-social-snapchat:before,.fi-social-spotify:before,.fi-social-squidoo:before,.fi-social-stack-overflow:before,.fi-social-steam:before,.fi-social-stumbleupon:before,.fi-social-treehouse:before,.fi-social-tumblr:before,.fi-social-twitter:before,.fi-social-vimeo:before,.fi-social-windows:before,.fi-social-xbox:before,.fi-social-yahoo:before,.fi-social-yelp:before,.fi-social-youtube:before,.fi-social-zerply:before,.fi-social-zurb:before,.fi-sound:before,.fi-star:before,.fi-stop:before,.fi-strikethrough:before,.fi-subscript:before,.fi-superscript:before,.fi-tablet-landscape:before,.fi-tablet-portrait:before,.fi-target-two:before,.fi-target:before,.fi-telephone-accessible:before,.fi-telephone:before,.fi-text-color:before,.fi-thumbnails:before,.fi-ticket:before,.fi-torso-business:before,.fi-torso-female:before,.fi-torso:before,.fi-torsos-all-female:before,.fi-torsos-all:before,.fi-torsos-female-male:before,.fi-torsos-male-female:before,.fi-torsos:before,.fi-trash:before,.fi-trees:before,.fi-trophy:before,.fi-underline:before,.fi-universal-access:before,.fi-unlink:before,.fi-unlock:before,.fi-upload-cloud:before,.fi-upload:before,.fi-usb:before,.fi-video:before,.fi-volume-none:before,.fi-volume-strike:before,.fi-volume:before,.fi-web:before,.fi-wheelchair:before,.fi-widget:before,.fi-wrench:before,.fi-x-circle:before,.fi-x:before,.fi-yen:before,.fi-zoom-in:before,.fi-zoom-out:before{-webkit-font-smoothing:antialiased;display:inline-block;font-family:foundation-icons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-decoration:inherit;text-transform:none}.fi-address-book:before{content:"\f100"}.fi-alert:before{content:"\f101"}.fi-align-center:before{content:"\f102"}.fi-align-justify:before{content:"\f103"}.fi-align-left:before{content:"\f104"}.fi-align-right:before{content:"\f105"}.fi-anchor:before{content:"\f106"}.fi-annotate:before{content:"\f107"}.fi-archive:before{content:"\f108"}.fi-arrow-down:before{content:"\f109"}.fi-arrow-left:before{content:"\f10a"}.fi-arrow-right:before{content:"\f10b"}.fi-arrow-up:before{content:"\f10c"}.fi-arrows-compress:before{content:"\f10d"}.fi-arrows-expand:before{content:"\f10e"}.fi-arrows-in:before{content:"\f10f"}.fi-arrows-out:before{content:"\f110"}.fi-asl:before{content:"\f111"}.fi-asterisk:before{content:"\f112"}.fi-at-sign:before{content:"\f113"}.fi-background-color:before{content:"\f114"}.fi-battery-empty:before{content:"\f115"}.fi-battery-full:before{content:"\f116"}.fi-battery-half:before{content:"\f117"}.fi-bitcoin-circle:before{content:"\f118"}.fi-bitcoin:before{content:"\f119"}.fi-blind:before{content:"\f11a"}.fi-bluetooth:before{content:"\f11b"}.fi-bold:before{content:"\f11c"}.fi-book-bookmark:before{content:"\f11d"}.fi-book:before{content:"\f11e"}.fi-bookmark:before{content:"\f11f"}.fi-braille:before{content:"\f120"}.fi-burst-new:before{content:"\f121"}.fi-burst-sale:before{content:"\f122"}.fi-burst:before{content:"\f123"}.fi-calendar:before{content:"\f124"}.fi-camera:before{content:"\f125"}.fi-check:before{content:"\f126"}.fi-checkbox:before{content:"\f127"}.fi-clipboard-notes:before{content:"\f128"}.fi-clipboard-pencil:before{content:"\f129"}.fi-clipboard:before{content:"\f12a"}.fi-clock:before{content:"\f12b"}.fi-closed-caption:before{content:"\f12c"}.fi-cloud:before{content:"\f12d"}.fi-comment-minus:before{content:"\f12e"}.fi-comment-quotes:before{content:"\f12f"}.fi-comment-video:before{content:"\f130"}.fi-comment:before{content:"\f131"}.fi-comments:before{content:"\f132"}.fi-compass:before{content:"\f133"}.fi-contrast:before{content:"\f134"}.fi-credit-card:before{content:"\f135"}.fi-crop:before{content:"\f136"}.fi-crown:before{content:"\f137"}.fi-css3:before{content:"\f138"}.fi-database:before{content:"\f139"}.fi-die-five:before{content:"\f13a"}.fi-die-four:before{content:"\f13b"}.fi-die-one:before{content:"\f13c"}.fi-die-six:before{content:"\f13d"}.fi-die-three:before{content:"\f13e"}.fi-die-two:before{content:"\f13f"}.fi-dislike:before{content:"\f140"}.fi-dollar-bill:before{content:"\f141"}.fi-dollar:before{content:"\f142"}.fi-download:before{content:"\f143"}.fi-eject:before{content:"\f144"}.fi-elevator:before{content:"\f145"}.fi-euro:before{content:"\f146"}.fi-eye:before{content:"\f147"}.fi-fast-forward:before{content:"\f148"}.fi-female-symbol:before{content:"\f149"}.fi-female:before{content:"\f14a"}.fi-filter:before{content:"\f14b"}.fi-first-aid:before{content:"\f14c"}.fi-flag:before{content:"\f14d"}.fi-folder-add:before{content:"\f14e"}.fi-folder-lock:before{content:"\f14f"}.fi-folder:before{content:"\f150"}.fi-foot:before{content:"\f151"}.fi-foundation:before{content:"\f152"}.fi-graph-bar:before{content:"\f153"}.fi-graph-horizontal:before{content:"\f154"}.fi-graph-pie:before{content:"\f155"}.fi-graph-trend:before{content:"\f156"}.fi-guide-dog:before{content:"\f157"}.fi-hearing-aid:before{content:"\f158"}.fi-heart:before{content:"\f159"}.fi-home:before{content:"\f15a"}.fi-html5:before{content:"\f15b"}.fi-indent-less:before{content:"\f15c"}.fi-indent-more:before{content:"\f15d"}.fi-info:before{content:"\f15e"}.fi-italic:before{content:"\f15f"}.fi-key:before{content:"\f160"}.fi-laptop:before{content:"\f161"}.fi-layout:before{content:"\f162"}.fi-lightbulb:before{content:"\f163"}.fi-like:before{content:"\f164"}.fi-link:before{content:"\f165"}.fi-list-bullet:before{content:"\f166"}.fi-list-number:before{content:"\f167"}.fi-list-thumbnails:before{content:"\f168"}.fi-list:before{content:"\f169"}.fi-lock:before{content:"\f16a"}.fi-loop:before{content:"\f16b"}.fi-magnifying-glass:before{content:"\f16c"}.fi-mail:before{content:"\f16d"}.fi-male-female:before{content:"\f16e"}.fi-male-symbol:before{content:"\f16f"}.fi-male:before{content:"\f170"}.fi-map:before{content:"\f171"}.fi-marker:before{content:"\f172"}.fi-megaphone:before{content:"\f173"}.fi-microphone:before{content:"\f174"}.fi-minus-circle:before{content:"\f175"}.fi-minus:before{content:"\f176"}.fi-mobile-signal:before{content:"\f177"}.fi-mobile:before{content:"\f178"}.fi-monitor:before{content:"\f179"}.fi-mountains:before{content:"\f17a"}.fi-music:before{content:"\f17b"}.fi-next:before{content:"\f17c"}.fi-no-dogs:before{content:"\f17d"}.fi-no-smoking:before{content:"\f17e"}.fi-page-add:before{content:"\f17f"}.fi-page-copy:before{content:"\f180"}.fi-page-csv:before{content:"\f181"}.fi-page-delete:before{content:"\f182"}.fi-page-doc:before{content:"\f183"}.fi-page-edit:before{content:"\f184"}.fi-page-export-csv:before{content:"\f185"}.fi-page-export-doc:before{content:"\f186"}.fi-page-export-pdf:before{content:"\f187"}.fi-page-export:before{content:"\f188"}.fi-page-filled:before{content:"\f189"}.fi-page-multiple:before{content:"\f18a"}.fi-page-pdf:before{content:"\f18b"}.fi-page-remove:before{content:"\f18c"}.fi-page-search:before{content:"\f18d"}.fi-page:before{content:"\f18e"}.fi-paint-bucket:before{content:"\f18f"}.fi-paperclip:before{content:"\f190"}.fi-pause:before{content:"\f191"}.fi-paw:before{content:"\f192"}.fi-paypal:before{content:"\f193"}.fi-pencil:before{content:"\f194"}.fi-photo:before{content:"\f195"}.fi-play-circle:before{content:"\f196"}.fi-play-video:before{content:"\f197"}.fi-play:before{content:"\f198"}.fi-plus:before{content:"\f199"}.fi-pound:before{content:"\f19a"}.fi-power:before{content:"\f19b"}.fi-previous:before{content:"\f19c"}.fi-price-tag:before{content:"\f19d"}.fi-pricetag-multiple:before{content:"\f19e"}.fi-print:before{content:"\f19f"}.fi-prohibited:before{content:"\f1a0"}.fi-projection-screen:before{content:"\f1a1"}.fi-puzzle:before{content:"\f1a2"}.fi-quote:before{content:"\f1a3"}.fi-record:before{content:"\f1a4"}.fi-refresh:before{content:"\f1a5"}.fi-results-demographics:before{content:"\f1a6"}.fi-results:before{content:"\f1a7"}.fi-rewind-ten:before{content:"\f1a8"}.fi-rewind:before{content:"\f1a9"}.fi-rss:before{content:"\f1aa"}.fi-safety-cone:before{content:"\f1ab"}.fi-save:before{content:"\f1ac"}.fi-share:before{content:"\f1ad"}.fi-sheriff-badge:before{content:"\f1ae"}.fi-shield:before{content:"\f1af"}.fi-shopping-bag:before{content:"\f1b0"}.fi-shopping-cart:before{content:"\f1b1"}.fi-shuffle:before{content:"\f1b2"}.fi-skull:before{content:"\f1b3"}.fi-social-500px:before{content:"\f1b4"}.fi-social-adobe:before{content:"\f1b5"}.fi-social-amazon:before{content:"\f1b6"}.fi-social-android:before{content:"\f1b7"}.fi-social-apple:before{content:"\f1b8"}.fi-social-behance:before{content:"\f1b9"}.fi-social-bing:before{content:"\f1ba"}.fi-social-blogger:before{content:"\f1bb"}.fi-social-delicious:before{content:"\f1bc"}.fi-social-designer-news:before{content:"\f1bd"}.fi-social-deviant-art:before{content:"\f1be"}.fi-social-digg:before{content:"\f1bf"}.fi-social-dribbble:before{content:"\f1c0"}.fi-social-drive:before{content:"\f1c1"}.fi-social-dropbox:before{content:"\f1c2"}.fi-social-evernote:before{content:"\f1c3"}.fi-social-facebook:before{content:"\f1c4"}.fi-social-flickr:before{content:"\f1c5"}.fi-social-forrst:before{content:"\f1c6"}.fi-social-foursquare:before{content:"\f1c7"}.fi-social-game-center:before{content:"\f1c8"}.fi-social-github:before{content:"\f1c9"}.fi-social-google-plus:before{content:"\f1ca"}.fi-social-hacker-news:before{content:"\f1cb"}.fi-social-hi5:before{content:"\f1cc"}.fi-social-instagram:before{content:"\f1cd"}.fi-social-joomla:before{content:"\f1ce"}.fi-social-lastfm:before{content:"\f1cf"}.fi-social-linkedin:before{content:"\f1d0"}.fi-social-medium:before{content:"\f1d1"}.fi-social-myspace:before{content:"\f1d2"}.fi-social-orkut:before{content:"\f1d3"}.fi-social-path:before{content:"\f1d4"}.fi-social-picasa:before{content:"\f1d5"}.fi-social-pinterest:before{content:"\f1d6"}.fi-social-rdio:before{content:"\f1d7"}.fi-social-reddit:before{content:"\f1d8"}.fi-social-skillshare:before{content:"\f1d9"}.fi-social-skype:before{content:"\f1da"}.fi-social-smashing-mag:before{content:"\f1db"}.fi-social-snapchat:before{content:"\f1dc"}.fi-social-spotify:before{content:"\f1dd"}.fi-social-squidoo:before{content:"\f1de"}.fi-social-stack-overflow:before{content:"\f1df"}.fi-social-steam:before{content:"\f1e0"}.fi-social-stumbleupon:before{content:"\f1e1"}.fi-social-treehouse:before{content:"\f1e2"}.fi-social-tumblr:before{content:"\f1e3"}.fi-social-twitter:before{content:"\f1e4"}.fi-social-vimeo:before{content:"\f1e5"}.fi-social-windows:before{content:"\f1e6"}.fi-social-xbox:before{content:"\f1e7"}.fi-social-yahoo:before{content:"\f1e8"}.fi-social-yelp:before{content:"\f1e9"}.fi-social-youtube:before{content:"\f1ea"}.fi-social-zerply:before{content:"\f1eb"}.fi-social-zurb:before{content:"\f1ec"}.fi-sound:before{content:"\f1ed"}.fi-star:before{content:"\f1ee"}.fi-stop:before{content:"\f1ef"}.fi-strikethrough:before{content:"\f1f0"}.fi-subscript:before{content:"\f1f1"}.fi-superscript:before{content:"\f1f2"}.fi-tablet-landscape:before{content:"\f1f3"}.fi-tablet-portrait:before{content:"\f1f4"}.fi-target-two:before{content:"\f1f5"}.fi-target:before{content:"\f1f6"}.fi-telephone-accessible:before{content:"\f1f7"}.fi-telephone:before{content:"\f1f8"}.fi-text-color:before{content:"\f1f9"}.fi-thumbnails:before{content:"\f1fa"}.fi-ticket:before{content:"\f1fb"}.fi-torso-business:before{content:"\f1fc"}.fi-torso-female:before{content:"\f1fd"}.fi-torso:before{content:"\f1fe"}.fi-torsos-all-female:before{content:"\f1ff"}.fi-torsos-all:before{content:"\f200"}.fi-torsos-female-male:before{content:"\f201"}.fi-torsos-male-female:before{content:"\f202"}.fi-torsos:before{content:"\f203"}.fi-trash:before{content:"\f204"}.fi-trees:before{content:"\f205"}.fi-trophy:before{content:"\f206"}.fi-underline:before{content:"\f207"}.fi-universal-access:before{content:"\f208"}.fi-unlink:before{content:"\f209"}.fi-unlock:before{content:"\f20a"}.fi-upload-cloud:before{content:"\f20b"}.fi-upload:before{content:"\f20c"}.fi-usb:before{content:"\f20d"}.fi-video:before{content:"\f20e"}.fi-volume-none:before{content:"\f20f"}.fi-volume-strike:before{content:"\f210"}.fi-volume:before{content:"\f211"}.fi-web:before{content:"\f212"}.fi-wheelchair:before{content:"\f213"}.fi-widget:before{content:"\f214"}.fi-wrench:before{content:"\f215"}.fi-x-circle:before{content:"\f216"}.fi-x:before{content:"\f217"}.fi-yen:before{content:"\f218"}.fi-zoom-in:before{content:"\f219"}.fi-zoom-out:before{content:"\f21a"}meta.foundation-version{font-family:"/5.5.3/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-small-only{font-family:"/only screen and (max-width: 40em)/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.0625em)/";width:40.0625em}meta.foundation-mq-medium-only{font-family:"/only screen and (min-width:40.0625em) and (max-width:64em)/";width:40.0625em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.0625em)/";width:64.0625em}meta.foundation-mq-large-only{font-family:"/only screen and (min-width:64.0625em) and (max-width:90em)/";width:64.0625em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.0625em)/";width:90.0625em}meta.foundation-mq-xlarge-only{font-family:"/only screen and (min-width:90.0625em) and (max-width:120em)/";width:90.0625em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.0625em)/";width:120.0625em}meta.foundation-data-attribute-namespace{font-family:false}body,html{height:100%}*,:after,:before{box-sizing:border-box}body,html{font-size:100%}body{color:#252525;cursor:auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;padding:0;position:relative}a:hover{cursor:pointer}img{-ms-interpolation-mode:bicubic;height:auto;max-width:100%}#map_canvas embed,#map_canvas img,#map_canvas object,.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}.left{float:left!important}.right{float:right!important}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}.row,select{width:100%}.row{margin:0 auto;max-width:75rem}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.collapse .row{margin-left:0;margin-right:0}.row .row{margin:0 -.9375rem;max-width:none;width:auto}.row .row:after,.row .row:before{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{margin:0;max-width:none;width:auto}.row .row.collapse:after,.row .row.collapse:before{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{float:left;padding-left:.9375rem;padding-right:.9375rem;width:100%}.column+.column:last-child,.column+.columns:last-child,.columns+.column:last-child,.columns+.columns:last-child{float:right}.column+.column.end,.column+.columns.end,.columns+.column.end,.columns+.columns.end{float:left}@media only screen{.small-push-0{left:0;position:relative;right:auto}.small-pull-0{left:auto;position:relative;right:0}.small-push-1{left:8.3333333333%;position:relative;right:auto}.small-pull-1{left:auto;position:relative;right:8.3333333333%}.small-push-2{left:16.6666666667%;position:relative;right:auto}.small-pull-2{left:auto;position:relative;right:16.6666666667%}.small-push-3{left:25%;position:relative;right:auto}.small-pull-3{left:auto;position:relative;right:25%}.small-push-4{left:33.3333333333%;position:relative;right:auto}.small-pull-4{left:auto;position:relative;right:33.3333333333%}.small-push-5{left:41.6666666667%;position:relative;right:auto}.small-pull-5{left:auto;position:relative;right:41.6666666667%}.small-push-6{left:50%;position:relative;right:auto}.small-pull-6{left:auto;position:relative;right:50%}.small-push-7{left:58.3333333333%;position:relative;right:auto}.small-pull-7{left:auto;position:relative;right:58.3333333333%}.small-push-8{left:66.6666666667%;position:relative;right:auto}.small-pull-8{left:auto;position:relative;right:66.6666666667%}.small-push-9{left:75%;position:relative;right:auto}.small-pull-9{left:auto;position:relative;right:75%}.small-push-10{left:83.3333333333%;position:relative;right:auto}.small-pull-10{left:auto;position:relative;right:83.3333333333%}.small-push-11{left:91.6666666667%;position:relative;right:auto}.small-pull-11{left:auto;position:relative;right:91.6666666667%}.column,.columns{float:left;padding-left:.9375rem;padding-right:.9375rem;position:relative}.small-1{width:8.3333333333%}.small-2{width:16.6666666667%}.small-3{width:25%}.small-4{width:33.3333333333%}.small-5{width:41.6666666667%}.small-6{width:50%}.small-7{width:58.3333333333%}.small-8{width:66.6666666667%}.small-9{width:75%}.small-10{width:83.3333333333%}.small-11{width:91.6666666667%}.small-12{width:100%}.small-offset-0{margin-left:0!important}.small-offset-1{margin-left:8.3333333333%!important}.small-offset-2{margin-left:16.6666666667%!important}.small-offset-3{margin-left:25%!important}.small-offset-4{margin-left:33.3333333333%!important}.small-offset-5{margin-left:41.6666666667%!important}.small-offset-6{margin-left:50%!important}.small-offset-7{margin-left:58.3333333333%!important}.small-offset-8{margin-left:66.6666666667%!important}.small-offset-9{margin-left:75%!important}.small-offset-10{margin-left:83.3333333333%!important}.small-offset-11{margin-left:91.6666666667%!important}.small-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.small-centered,.columns.small-centered{float:none;margin-left:auto;margin-right:auto}.column.small-uncentered,.columns.small-uncentered{float:left;margin-left:0;margin-right:0}.column.small-centered:last-child,.columns.small-centered:last-child{float:none}.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}.row.small-collapse>.column,.row.small-collapse>.columns{padding-left:0;padding-right:0}.row.small-collapse .row{margin-left:0;margin-right:0}.row.small-uncollapse>.column,.row.small-uncollapse>.columns{float:left;padding-left:.9375rem;padding-right:.9375rem}}@media only screen and (min-width:40.0625em){.medium-push-0{left:0;position:relative;right:auto}.medium-pull-0{left:auto;position:relative;right:0}.medium-push-1{left:8.3333333333%;position:relative;right:auto}.medium-pull-1{left:auto;position:relative;right:8.3333333333%}.medium-push-2{left:16.6666666667%;position:relative;right:auto}.medium-pull-2{left:auto;position:relative;right:16.6666666667%}.medium-push-3{left:25%;position:relative;right:auto}.medium-pull-3{left:auto;position:relative;right:25%}.medium-push-4{left:33.3333333333%;position:relative;right:auto}.medium-pull-4{left:auto;position:relative;right:33.3333333333%}.medium-push-5{left:41.6666666667%;position:relative;right:auto}.medium-pull-5{left:auto;position:relative;right:41.6666666667%}.medium-push-6{left:50%;position:relative;right:auto}.medium-pull-6{left:auto;position:relative;right:50%}.medium-push-7{left:58.3333333333%;position:relative;right:auto}.medium-pull-7{left:auto;position:relative;right:58.3333333333%}.medium-push-8{left:66.6666666667%;position:relative;right:auto}.medium-pull-8{left:auto;position:relative;right:66.6666666667%}.medium-push-9{left:75%;position:relative;right:auto}.medium-pull-9{left:auto;position:relative;right:75%}.medium-push-10{left:83.3333333333%;position:relative;right:auto}.medium-pull-10{left:auto;position:relative;right:83.3333333333%}.medium-push-11{left:91.6666666667%;position:relative;right:auto}.medium-pull-11{left:auto;position:relative;right:91.6666666667%}.column,.columns{float:left;padding-left:.9375rem;padding-right:.9375rem;position:relative}.medium-1{width:8.3333333333%}.medium-2{width:16.6666666667%}.medium-3{width:25%}.medium-4{width:33.3333333333%}.medium-5{width:41.6666666667%}.medium-6{width:50%}.medium-7{width:58.3333333333%}.medium-8{width:66.6666666667%}.medium-9{width:75%}.medium-10{width:83.3333333333%}.medium-11{width:91.6666666667%}.medium-12{width:100%}.medium-offset-0{margin-left:0!important}.medium-offset-1{margin-left:8.3333333333%!important}.medium-offset-2{margin-left:16.6666666667%!important}.medium-offset-3{margin-left:25%!important}.medium-offset-4{margin-left:33.3333333333%!important}.medium-offset-5{margin-left:41.6666666667%!important}.medium-offset-6{margin-left:50%!important}.medium-offset-7{margin-left:58.3333333333%!important}.medium-offset-8{margin-left:66.6666666667%!important}.medium-offset-9{margin-left:75%!important}.medium-offset-10{margin-left:83.3333333333%!important}.medium-offset-11{margin-left:91.6666666667%!important}.medium-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.medium-centered,.columns.medium-centered{float:none;margin-left:auto;margin-right:auto}.column.medium-uncentered,.columns.medium-uncentered{float:left;margin-left:0;margin-right:0}.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none}.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}.row.medium-collapse>.column,.row.medium-collapse>.columns{padding-left:0;padding-right:0}.row.medium-collapse .row{margin-left:0;margin-right:0}.row.medium-uncollapse>.column,.row.medium-uncollapse>.columns{float:left;padding-left:.9375rem;padding-right:.9375rem}.push-0{left:0;right:auto}.pull-0,.push-0{position:relative}.pull-0{left:auto;right:0}.push-1{left:8.3333333333%;right:auto}.pull-1,.push-1{position:relative}.pull-1{left:auto;right:8.3333333333%}.push-2{left:16.6666666667%;right:auto}.pull-2,.push-2{position:relative}.pull-2{left:auto;right:16.6666666667%}.push-3{left:25%;right:auto}.pull-3,.push-3{position:relative}.pull-3{left:auto;right:25%}.push-4{left:33.3333333333%;right:auto}.pull-4,.push-4{position:relative}.pull-4{left:auto;right:33.3333333333%}.push-5{left:41.6666666667%;right:auto}.pull-5,.push-5{position:relative}.pull-5{left:auto;right:41.6666666667%}.push-6{left:50%;right:auto}.pull-6,.push-6{position:relative}.pull-6{left:auto;right:50%}.push-7{left:58.3333333333%;right:auto}.pull-7,.push-7{position:relative}.pull-7{left:auto;right:58.3333333333%}.push-8{left:66.6666666667%;right:auto}.pull-8,.push-8{position:relative}.pull-8{left:auto;right:66.6666666667%}.push-9{left:75%;right:auto}.pull-9,.push-9{position:relative}.pull-9{left:auto;right:75%}.push-10{left:83.3333333333%;position:relative;right:auto}.pull-10{left:auto;position:relative;right:83.3333333333%}.push-11{left:91.6666666667%;position:relative;right:auto}.pull-11{left:auto;position:relative;right:91.6666666667%}}@media only screen and (min-width:64.0625em){.large-push-0{left:0;position:relative;right:auto}.large-pull-0{left:auto;position:relative;right:0}.large-push-1{left:8.3333333333%;position:relative;right:auto}.large-pull-1{left:auto;position:relative;right:8.3333333333%}.large-push-2{left:16.6666666667%;position:relative;right:auto}.large-pull-2{left:auto;position:relative;right:16.6666666667%}.large-push-3{left:25%;position:relative;right:auto}.large-pull-3{left:auto;position:relative;right:25%}.large-push-4{left:33.3333333333%;position:relative;right:auto}.large-pull-4{left:auto;position:relative;right:33.3333333333%}.large-push-5{left:41.6666666667%;position:relative;right:auto}.large-pull-5{left:auto;position:relative;right:41.6666666667%}.large-push-6{left:50%;position:relative;right:auto}.large-pull-6{left:auto;position:relative;right:50%}.large-push-7{left:58.3333333333%;position:relative;right:auto}.large-pull-7{left:auto;position:relative;right:58.3333333333%}.large-push-8{left:66.6666666667%;position:relative;right:auto}.large-pull-8{left:auto;position:relative;right:66.6666666667%}.large-push-9{left:75%;position:relative;right:auto}.large-pull-9{left:auto;position:relative;right:75%}.large-push-10{left:83.3333333333%;position:relative;right:auto}.large-pull-10{left:auto;position:relative;right:83.3333333333%}.large-push-11{left:91.6666666667%;position:relative;right:auto}.large-pull-11{left:auto;position:relative;right:91.6666666667%}.column,.columns{float:left;padding-left:.9375rem;padding-right:.9375rem;position:relative}.large-1{width:8.3333333333%}.large-2{width:16.6666666667%}.large-3{width:25%}.large-4{width:33.3333333333%}.large-5{width:41.6666666667%}.large-6{width:50%}.large-7{width:58.3333333333%}.large-8{width:66.6666666667%}.large-9{width:75%}.large-10{width:83.3333333333%}.large-11{width:91.6666666667%}.large-12{width:100%}.large-offset-0{margin-left:0!important}.large-offset-1{margin-left:8.3333333333%!important}.large-offset-2{margin-left:16.6666666667%!important}.large-offset-3{margin-left:25%!important}.large-offset-4{margin-left:33.3333333333%!important}.large-offset-5{margin-left:41.6666666667%!important}.large-offset-6{margin-left:50%!important}.large-offset-7{margin-left:58.3333333333%!important}.large-offset-8{margin-left:66.6666666667%!important}.large-offset-9{margin-left:75%!important}.large-offset-10{margin-left:83.3333333333%!important}.large-offset-11{margin-left:91.6666666667%!important}.large-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.large-centered,.columns.large-centered{float:none;margin-left:auto;margin-right:auto}.column.large-uncentered,.columns.large-uncentered{float:left;margin-left:0;margin-right:0}.column.large-centered:last-child,.columns.large-centered:last-child{float:none}.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}.row.large-collapse>.column,.row.large-collapse>.columns{padding-left:0;padding-right:0}.row.large-collapse .row{margin-left:0;margin-right:0}.row.large-uncollapse>.column,.row.large-uncollapse>.columns{float:left;padding-left:.9375rem;padding-right:.9375rem}.push-0{left:0;right:auto}.pull-0,.push-0{position:relative}.pull-0{left:auto;right:0}.push-1{left:8.3333333333%;right:auto}.pull-1,.push-1{position:relative}.pull-1{left:auto;right:8.3333333333%}.push-2{left:16.6666666667%;right:auto}.pull-2,.push-2{position:relative}.pull-2{left:auto;right:16.6666666667%}.push-3{left:25%;right:auto}.pull-3,.push-3{position:relative}.pull-3{left:auto;right:25%}.push-4{left:33.3333333333%;right:auto}.pull-4,.push-4{position:relative}.pull-4{left:auto;right:33.3333333333%}.push-5{left:41.6666666667%;right:auto}.pull-5,.push-5{position:relative}.pull-5{left:auto;right:41.6666666667%}.push-6{left:50%;right:auto}.pull-6,.push-6{position:relative}.pull-6{left:auto;right:50%}.push-7{left:58.3333333333%;right:auto}.pull-7,.push-7{position:relative}.pull-7{left:auto;right:58.3333333333%}.push-8{left:66.6666666667%;right:auto}.pull-8,.push-8{position:relative}.pull-8{left:auto;right:66.6666666667%}.push-9{left:75%;right:auto}.pull-9,.push-9{position:relative}.pull-9{left:auto;right:75%}.push-10{left:83.3333333333%;position:relative;right:auto}.pull-10{left:auto;position:relative;right:83.3333333333%}.push-11{left:91.6666666667%;position:relative;right:auto}.pull-11{left:auto;position:relative;right:91.6666666667%}}.accordion:after,.accordion:before{content:" ";display:table}.accordion:after{clear:both}.accordion{margin-bottom:0;margin-left:0}.accordion .accordion-navigation,.accordion dd{display:block;margin-bottom:0!important}.accordion .accordion-navigation.active>a,.accordion dd.active>a{background:#e8e8e8;color:#222}.accordion .accordion-navigation>a,.accordion dd>a{background:#efefef;color:#222;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;padding:1rem}.accordion .accordion-navigation>a:hover,.accordion dd>a:hover{background:#e3e3e3}.accordion .accordion-navigation>.content,.accordion dd>.content{display:none;padding:.9375rem}.accordion .accordion-navigation>.content.active,.accordion dd>.content.active{background:#fff;display:block}.alert-box{background-color:#1e90fa;border:1px solid #057dec;color:#fff;display:block;font-size:.8125rem;font-weight:400;margin-bottom:1.25rem;padding:.875rem 1.5rem .875rem .875rem;position:relative;transition:opacity .3s ease-out}.alert-box .close{background:inherit;color:#333;font-size:1.375rem;line-height:.9;margin-top:-.6875rem;opacity:.3;padding:0 6px 4px;position:absolute;right:.25rem;top:50%}.alert-box .close:focus,.alert-box .close:hover{opacity:.5}.alert-box.radius{border-radius:.25rem}.alert-box.round{border-radius:62.5rem}.alert-box.success{background-color:#accf29;border-color:#94b223;color:#fff}.alert-box.alert{background-color:#ef2323;border-color:#dc1010;color:#fff}.alert-box.secondary{background-color:#cdcdcd;border-color:#b0b0b0;color:#464646}.alert-box.warning{background-color:#f1852a;border-color:#e4710f;color:#fff}.alert-box.info{background-color:#8fc8fd;border-color:#59adfc;color:#464646}.alert-box.alert-close{opacity:0}[class*=block-grid-]{display:block;margin:0 -.625rem;padding:0}[class*=block-grid-]:after,[class*=block-grid-]:before{content:" ";display:table}[class*=block-grid-]:after{clear:both}[class*=block-grid-]>li{display:block;float:left;height:auto;padding:0 .625rem 1.25rem}@media only screen{.small-block-grid-1>li{list-style:none;width:100%}.small-block-grid-1>li:nth-of-type(1n){clear:none}.small-block-grid-1>li:nth-of-type(1n+1){clear:both}.small-block-grid-2>li{list-style:none;width:50%}.small-block-grid-2>li:nth-of-type(1n){clear:none}.small-block-grid-2>li:nth-of-type(odd){clear:both}.small-block-grid-3>li{list-style:none;width:33.3333333333%}.small-block-grid-3>li:nth-of-type(1n){clear:none}.small-block-grid-3>li:nth-of-type(3n+1){clear:both}.small-block-grid-4>li{list-style:none;width:25%}.small-block-grid-4>li:nth-of-type(1n){clear:none}.small-block-grid-4>li:nth-of-type(4n+1){clear:both}.small-block-grid-5>li{list-style:none;width:20%}.small-block-grid-5>li:nth-of-type(1n){clear:none}.small-block-grid-5>li:nth-of-type(5n+1){clear:both}.small-block-grid-6>li{list-style:none;width:16.6666666667%}.small-block-grid-6>li:nth-of-type(1n){clear:none}.small-block-grid-6>li:nth-of-type(6n+1){clear:both}.small-block-grid-7>li{list-style:none;width:14.2857142857%}.small-block-grid-7>li:nth-of-type(1n){clear:none}.small-block-grid-7>li:nth-of-type(7n+1){clear:both}.small-block-grid-8>li{list-style:none;width:12.5%}.small-block-grid-8>li:nth-of-type(1n){clear:none}.small-block-grid-8>li:nth-of-type(8n+1){clear:both}.small-block-grid-9>li{list-style:none;width:11.1111111111%}.small-block-grid-9>li:nth-of-type(1n){clear:none}.small-block-grid-9>li:nth-of-type(9n+1){clear:both}.small-block-grid-10>li{list-style:none;width:10%}.small-block-grid-10>li:nth-of-type(1n){clear:none}.small-block-grid-10>li:nth-of-type(10n+1){clear:both}.small-block-grid-11>li{list-style:none;width:9.0909090909%}.small-block-grid-11>li:nth-of-type(1n){clear:none}.small-block-grid-11>li:nth-of-type(11n+1){clear:both}.small-block-grid-12>li{list-style:none;width:8.3333333333%}.small-block-grid-12>li:nth-of-type(1n){clear:none}.small-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width:40.0625em){.medium-block-grid-1>li{list-style:none;width:100%}.medium-block-grid-1>li:nth-of-type(1n){clear:none}.medium-block-grid-1>li:nth-of-type(1n+1){clear:both}.medium-block-grid-2>li{list-style:none;width:50%}.medium-block-grid-2>li:nth-of-type(1n){clear:none}.medium-block-grid-2>li:nth-of-type(odd){clear:both}.medium-block-grid-3>li{list-style:none;width:33.3333333333%}.medium-block-grid-3>li:nth-of-type(1n){clear:none}.medium-block-grid-3>li:nth-of-type(3n+1){clear:both}.medium-block-grid-4>li{list-style:none;width:25%}.medium-block-grid-4>li:nth-of-type(1n){clear:none}.medium-block-grid-4>li:nth-of-type(4n+1){clear:both}.medium-block-grid-5>li{list-style:none;width:20%}.medium-block-grid-5>li:nth-of-type(1n){clear:none}.medium-block-grid-5>li:nth-of-type(5n+1){clear:both}.medium-block-grid-6>li{list-style:none;width:16.6666666667%}.medium-block-grid-6>li:nth-of-type(1n){clear:none}.medium-block-grid-6>li:nth-of-type(6n+1){clear:both}.medium-block-grid-7>li{list-style:none;width:14.2857142857%}.medium-block-grid-7>li:nth-of-type(1n){clear:none}.medium-block-grid-7>li:nth-of-type(7n+1){clear:both}.medium-block-grid-8>li{list-style:none;width:12.5%}.medium-block-grid-8>li:nth-of-type(1n){clear:none}.medium-block-grid-8>li:nth-of-type(8n+1){clear:both}.medium-block-grid-9>li{list-style:none;width:11.1111111111%}.medium-block-grid-9>li:nth-of-type(1n){clear:none}.medium-block-grid-9>li:nth-of-type(9n+1){clear:both}.medium-block-grid-10>li{list-style:none;width:10%}.medium-block-grid-10>li:nth-of-type(1n){clear:none}.medium-block-grid-10>li:nth-of-type(10n+1){clear:both}.medium-block-grid-11>li{list-style:none;width:9.0909090909%}.medium-block-grid-11>li:nth-of-type(1n){clear:none}.medium-block-grid-11>li:nth-of-type(11n+1){clear:both}.medium-block-grid-12>li{list-style:none;width:8.3333333333%}.medium-block-grid-12>li:nth-of-type(1n){clear:none}.medium-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width:64.0625em){.large-block-grid-1>li{list-style:none;width:100%}.large-block-grid-1>li:nth-of-type(1n){clear:none}.large-block-grid-1>li:nth-of-type(1n+1){clear:both}.large-block-grid-2>li{list-style:none;width:50%}.large-block-grid-2>li:nth-of-type(1n){clear:none}.large-block-grid-2>li:nth-of-type(odd){clear:both}.large-block-grid-3>li{list-style:none;width:33.3333333333%}.large-block-grid-3>li:nth-of-type(1n){clear:none}.large-block-grid-3>li:nth-of-type(3n+1){clear:both}.large-block-grid-4>li{list-style:none;width:25%}.large-block-grid-4>li:nth-of-type(1n){clear:none}.large-block-grid-4>li:nth-of-type(4n+1){clear:both}.large-block-grid-5>li{list-style:none;width:20%}.large-block-grid-5>li:nth-of-type(1n){clear:none}.large-block-grid-5>li:nth-of-type(5n+1){clear:both}.large-block-grid-6>li{list-style:none;width:16.6666666667%}.large-block-grid-6>li:nth-of-type(1n){clear:none}.large-block-grid-6>li:nth-of-type(6n+1){clear:both}.large-block-grid-7>li{list-style:none;width:14.2857142857%}.large-block-grid-7>li:nth-of-type(1n){clear:none}.large-block-grid-7>li:nth-of-type(7n+1){clear:both}.large-block-grid-8>li{list-style:none;width:12.5%}.large-block-grid-8>li:nth-of-type(1n){clear:none}.large-block-grid-8>li:nth-of-type(8n+1){clear:both}.large-block-grid-9>li{list-style:none;width:11.1111111111%}.large-block-grid-9>li:nth-of-type(1n){clear:none}.large-block-grid-9>li:nth-of-type(9n+1){clear:both}.large-block-grid-10>li{list-style:none;width:10%}.large-block-grid-10>li:nth-of-type(1n){clear:none}.large-block-grid-10>li:nth-of-type(10n+1){clear:both}.large-block-grid-11>li{list-style:none;width:9.0909090909%}.large-block-grid-11>li:nth-of-type(1n){clear:none}.large-block-grid-11>li:nth-of-type(11n+1){clear:both}.large-block-grid-12>li{list-style:none;width:8.3333333333%}.large-block-grid-12>li:nth-of-type(1n){clear:none}.large-block-grid-12>li:nth-of-type(12n+1){clear:both}}.breadcrumbs{background-color:#e9e9e9;border:1px solid #d1d1d1;border-radius:.25rem;display:block;list-style:none;margin-left:0;overflow:hidden;padding:.5625rem .875rem}.breadcrumbs>*{color:#1e90fa;float:left;font-size:.6875rem;line-height:.6875rem;margin:0;text-transform:uppercase}.breadcrumbs>:focus a,.breadcrumbs>:hover a{text-decoration:underline}.breadcrumbs>* a{color:#1e90fa}.breadcrumbs>.current,.breadcrumbs>.current a{color:#333;cursor:default}.breadcrumbs>.current:focus,.breadcrumbs>.current:focus a,.breadcrumbs>.current:hover,.breadcrumbs>.current:hover a{text-decoration:none}.breadcrumbs>.unavailable,.breadcrumbs>.unavailable a{color:#999}.breadcrumbs>.unavailable a:focus,.breadcrumbs>.unavailable:focus,.breadcrumbs>.unavailable:hover,.breadcrumbs>.unavailable:hover a{color:#999;cursor:not-allowed;text-decoration:none}.breadcrumbs>:before{color:#aaa;content:"/";margin:0 .75rem;position:relative;top:1px}.breadcrumbs>:first-child:before{content:" ";margin:0}[aria-label=breadcrumbs] [aria-hidden=true]:after{content:"/"}.button,button{-webkit-appearance:none;-moz-appearance:none;background-color:#1e90fa;border:0 solid #0574db;border-radius:0;cursor:pointer;display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:normal;margin:0 0 1.25rem;padding:1rem 2rem 1.0625rem;position:relative;text-align:center;text-decoration:none}.button:focus,.button:hover,button:focus,button:hover{background-color:#0574db;color:#fff}.button,button{transition:background-color .3s ease-out}.button.secondary,button.secondary{background-color:#cdcdcd;border-color:#a4a4a4}.button.secondary:focus,.button.secondary:hover,button.secondary:focus,button.secondary:hover{background-color:#a4a4a4}.button.secondary,button.secondary{color:#333}.button.secondary:focus,.button.secondary:hover,button.secondary:focus,button.secondary:hover{color:#fff}.button.success,button.success{background-color:#accf29;border-color:#8aa621}.button.success:focus,.button.success:hover,button.success:focus,button.success:hover{background-color:#8aa621;color:#fff}.button.alert,button.alert{background-color:#ef2323;border-color:#cc0f0f}.button.alert:focus,.button.alert:hover,button.alert:focus,button.alert:hover{background-color:#cc0f0f;color:#fff}.button.warning,button.warning{background-color:#f1852a;border-color:#d4690e}.button.warning:focus,.button.warning:hover,button.warning:focus,button.warning:hover{background-color:#d4690e;color:#fff}.button.info,button.info{background-color:#8fc8fd;border-color:#41a2fc}.button.info:focus,.button.info:hover,button.info:focus,button.info:hover{background-color:#41a2fc}.button.info,button.info{color:#333}.button.info:focus,.button.info:hover,button.info:focus,button.info:hover{color:#fff}.button.large,button.large{font-size:1.25rem;padding:1.125rem 2.25rem 1.1875rem}.button.small,button.small{font-size:.8125rem;padding:.875rem 1.75rem .9375rem}.button.tiny,button.tiny{font-size:.6875rem;padding:.625rem 1.25rem .6875rem}.button.expand,button.expand{font-size:1rem;padding:1rem 1rem 1.0625rem;width:100%}.button.left-align,button.left-align{text-align:left;text-indent:.75rem}.button.right-align,button.right-align{padding-right:.75rem;text-align:right}.button.radius,button.radius{border-radius:.25rem}.button.round,button.round{border-radius:62.5rem}.button.disabled,.button[disabled],button.disabled,button[disabled]{background-color:#1e90fa;border-color:#0574db}.button.disabled:focus,.button.disabled:hover,.button[disabled]:focus,.button[disabled]:hover,button.disabled:focus,button.disabled:hover,button[disabled]:focus,button[disabled]:hover{background-color:#0574db}.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover,button.disabled,button.disabled:focus,button.disabled:hover,button[disabled],button[disabled]:focus,button[disabled]:hover{color:#fff}.button.disabled,.button[disabled],button.disabled,button[disabled]{box-shadow:none;cursor:default;opacity:.7}.button.disabled:focus,.button.disabled:hover,.button[disabled]:focus,.button[disabled]:hover,button.disabled:focus,button.disabled:hover,button[disabled]:focus,button[disabled]:hover{background-color:#1e90fa}.button.disabled.secondary,.button[disabled].secondary,button.disabled.secondary,button[disabled].secondary{background-color:#cdcdcd;border-color:#a4a4a4}.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary:focus,.button[disabled].secondary:hover,button.disabled.secondary:focus,button.disabled.secondary:hover,button[disabled].secondary:focus,button[disabled].secondary:hover{background-color:#a4a4a4}.button.disabled.secondary,.button[disabled].secondary,button.disabled.secondary,button[disabled].secondary{color:#333}.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary:focus,.button[disabled].secondary:hover,button.disabled.secondary:focus,button.disabled.secondary:hover,button[disabled].secondary:focus,button[disabled].secondary:hover{color:#fff}.button.disabled.secondary,.button[disabled].secondary,button.disabled.secondary,button[disabled].secondary{box-shadow:none;cursor:default;opacity:.7}.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary:focus,.button[disabled].secondary:hover,button.disabled.secondary:focus,button.disabled.secondary:hover,button[disabled].secondary:focus,button[disabled].secondary:hover{background-color:#cdcdcd}.button.disabled.success,.button[disabled].success,button.disabled.success,button[disabled].success{background-color:#accf29;border-color:#8aa621}.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success:focus,.button[disabled].success:hover,button.disabled.success:focus,button.disabled.success:hover,button[disabled].success:focus,button[disabled].success:hover{background-color:#8aa621}.button.disabled.success,.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success,.button[disabled].success:focus,.button[disabled].success:hover,button.disabled.success,button.disabled.success:focus,button.disabled.success:hover,button[disabled].success,button[disabled].success:focus,button[disabled].success:hover{color:#fff}.button.disabled.success,.button[disabled].success,button.disabled.success,button[disabled].success{box-shadow:none;cursor:default;opacity:.7}.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success:focus,.button[disabled].success:hover,button.disabled.success:focus,button.disabled.success:hover,button[disabled].success:focus,button[disabled].success:hover{background-color:#accf29}.button.disabled.alert,.button[disabled].alert,button.disabled.alert,button[disabled].alert{background-color:#ef2323;border-color:#cc0f0f}.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert:focus,.button[disabled].alert:hover,button.disabled.alert:focus,button.disabled.alert:hover,button[disabled].alert:focus,button[disabled].alert:hover{background-color:#cc0f0f}.button.disabled.alert,.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert,.button[disabled].alert:focus,.button[disabled].alert:hover,button.disabled.alert,button.disabled.alert:focus,button.disabled.alert:hover,button[disabled].alert,button[disabled].alert:focus,button[disabled].alert:hover{color:#fff}.button.disabled.alert,.button[disabled].alert,button.disabled.alert,button[disabled].alert{box-shadow:none;cursor:default;opacity:.7}.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert:focus,.button[disabled].alert:hover,button.disabled.alert:focus,button.disabled.alert:hover,button[disabled].alert:focus,button[disabled].alert:hover{background-color:#ef2323}.button.disabled.warning,.button[disabled].warning,button.disabled.warning,button[disabled].warning{background-color:#f1852a;border-color:#d4690e}.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning:focus,.button[disabled].warning:hover,button.disabled.warning:focus,button.disabled.warning:hover,button[disabled].warning:focus,button[disabled].warning:hover{background-color:#d4690e}.button.disabled.warning,.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning,.button[disabled].warning:focus,.button[disabled].warning:hover,button.disabled.warning,button.disabled.warning:focus,button.disabled.warning:hover,button[disabled].warning,button[disabled].warning:focus,button[disabled].warning:hover{color:#fff}.button.disabled.warning,.button[disabled].warning,button.disabled.warning,button[disabled].warning{box-shadow:none;cursor:default;opacity:.7}.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning:focus,.button[disabled].warning:hover,button.disabled.warning:focus,button.disabled.warning:hover,button[disabled].warning:focus,button[disabled].warning:hover{background-color:#f1852a}.button.disabled.info,.button[disabled].info,button.disabled.info,button[disabled].info{background-color:#8fc8fd;border-color:#41a2fc}.button.disabled.info:focus,.button.disabled.info:hover,.button[disabled].info:focus,.button[disabled].info:hover,button.disabled.info:focus,button.disabled.info:hover,button[disabled].info:focus,button[disabled].info:hover{background-color:#41a2fc}.button.disabled.info,.button[disabled].info,button.disabled.info,button[disabled].info{color:#333}.button.disabled.info:focus,.button.disabled.info:hover,.button[disabled].info:focus,.button[disabled].info:hover,button.disabled.info:focus,button.disabled.info:hover,button[disabled].info:focus,button[disabled].info:hover{color:#fff}.button.disabled.info,.button[disabled].info,button.disabled.info,button[disabled].info{box-shadow:none;cursor:default;opacity:.7}.button.disabled.info:focus,.button.disabled.info:hover,.button[disabled].info:focus,.button[disabled].info:hover,button.disabled.info:focus,button.disabled.info:hover,button[disabled].info:focus,button[disabled].info:hover{background-color:#8fc8fd}button::-moz-focus-inner{border:0;padding:0}@media only screen and (min-width:40.0625em){.button,button{display:inline-block}}.button-group{left:0;list-style:none;margin:0}.button-group:after,.button-group:before{content:" ";display:table}.button-group:after{clear:both}.button-group.even-2 li .button,.button-group.even-2 li>button{border-left:1px solid;border-color:hsla(0,0%,100%,.5)}.button-group.even-2 li:first-child .button,.button-group.even-2 li:first-child button{border-left:0}.button-group.even-2 li{display:inline-block;margin:0 -2px;width:50%}.button-group.even-2 li .button,.button-group.even-2 li button{width:100%}.button-group.even-3 li .button,.button-group.even-3 li>button{border-left:1px solid;border-color:hsla(0,0%,100%,.5)}.button-group.even-3 li:first-child .button,.button-group.even-3 li:first-child button{border-left:0}.button-group.even-3 li{display:inline-block;margin:0 -2px;width:33.3333333333%}.button-group.even-3 li .button,.button-group.even-3 li button{width:100%}.button-group.even-4 li .button,.button-group.even-4 li>button{border-left:1px solid;border-color:hsla(0,0%,100%,.5)}.button-group.even-4 li:first-child .button,.button-group.even-4 li:first-child button{border-left:0}.button-group.even-4 li{display:inline-block;margin:0 -2px;width:25%}.button-group.even-4 li .button,.button-group.even-4 li button{width:100%}.button-group.even-5 li .button,.button-group.even-5 li>button{border-left:1px solid;border-color:hsla(0,0%,100%,.5)}.button-group.even-5 li:first-child .button,.button-group.even-5 li:first-child button{border-left:0}.button-group.even-5 li{display:inline-block;margin:0 -2px;width:20%}.button-group.even-5 li .button,.button-group.even-5 li button{width:100%}.button-group.even-6 li .button,.button-group.even-6 li>button{border-left:1px solid;border-color:hsla(0,0%,100%,.5)}.button-group.even-6 li:first-child .button,.button-group.even-6 li:first-child button{border-left:0}.button-group.even-6 li{display:inline-block;margin:0 -2px;width:16.6666666667%}.button-group.even-6 li .button,.button-group.even-6 li button{width:100%}.button-group.even-7 li .button,.button-group.even-7 li>button{border-left:1px solid;border-color:hsla(0,0%,100%,.5)}.button-group.even-7 li:first-child .button,.button-group.even-7 li:first-child button{border-left:0}.button-group.even-7 li{display:inline-block;margin:0 -2px;width:14.2857142857%}.button-group.even-7 li .button,.button-group.even-7 li button{width:100%}.button-group.even-8 li .button,.button-group.even-8 li>button{border-left:1px solid;border-color:hsla(0,0%,100%,.5)}.button-group.even-8 li:first-child .button,.button-group.even-8 li:first-child button{border-left:0}.button-group.even-8 li{display:inline-block;margin:0 -2px;width:12.5%}.button-group.even-8 li .button,.button-group.even-8 li button{width:100%}.button-group>li .button,.button-group>li>button{border-left:1px solid;border-color:hsla(0,0%,100%,.5)}.button-group>li:first-child .button,.button-group>li:first-child button{border-left:0}.button-group>li{display:inline-block;margin:0 -2px}.button-group.stack>li .button,.button-group.stack>li>button{border-left:1px solid}.button-group.stack>li:first-child .button,.button-group.stack>li:first-child button{border-left:0}.button-group.stack>li .button,.button-group.stack>li>button{border-color:hsla(0,0%,100%,.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.stack>li>button{width:100%}.button-group.stack>li:first-child .button,.button-group.stack>li:first-child button{border-top:0}.button-group.stack>li{display:block;float:none;margin:0}.button-group.stack-for-small>li .button,.button-group.stack-for-small>li>button{border-left:1px solid;border-color:hsla(0,0%,100%,.5)}.button-group.stack-for-small>li:first-child .button,.button-group.stack-for-small>li:first-child button{border-left:0}.button-group.stack-for-small>li{display:inline-block;margin:0 -2px}@media only screen and (max-width:40em){.button-group.stack-for-small>li .button,.button-group.stack-for-small>li>button{border-left:1px solid}.button-group.stack-for-small>li:first-child .button,.button-group.stack-for-small>li:first-child button{border-left:0}.button-group.stack-for-small>li .button,.button-group.stack-for-small>li>button{border-color:hsla(0,0%,100%,.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.stack-for-small>li>button{width:100%}.button-group.stack-for-small>li:first-child .button,.button-group.stack-for-small>li:first-child button{border-top:0}.button-group.stack-for-small>li{display:block;margin:0;width:100%}}.button-group.radius>* .button,.button-group.radius>*>button{border-left:1px solid;border-color:hsla(0,0%,100%,.5)}.button-group.radius>:first-child .button,.button-group.radius>:first-child button{border-left:0}.button-group.radius>*{display:inline-block;margin:0 -2px}.button-group.radius>*,.button-group.radius>*>.button,.button-group.radius>*>a,.button-group.radius>*>button{border-radius:0}.button-group.radius>:first-child,.button-group.radius>:first-child>.button,.button-group.radius>:first-child>a,.button-group.radius>:first-child>button{-webkit-border-bottom-left-radius:.25rem;border-bottom-left-radius:.25rem;-webkit-border-top-left-radius:.25rem;border-top-left-radius:.25rem}.button-group.radius>:last-child,.button-group.radius>:last-child>.button,.button-group.radius>:last-child>a,.button-group.radius>:last-child>button{-webkit-border-bottom-right-radius:.25rem;border-bottom-right-radius:.25rem;-webkit-border-top-right-radius:.25rem;border-top-right-radius:.25rem}.button-group.radius.stack>* .button,.button-group.radius.stack>*>button{border-left:1px solid}.button-group.radius.stack>:first-child .button,.button-group.radius.stack>:first-child button{border-left:0}.button-group.radius.stack>* .button,.button-group.radius.stack>*>button{border-color:hsla(0,0%,100%,.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.radius.stack>*>button{width:100%}.button-group.radius.stack>:first-child .button,.button-group.radius.stack>:first-child button{border-top:0}.button-group.radius.stack>*{display:block;margin:0}.button-group.radius.stack>*,.button-group.radius.stack>*>.button,.button-group.radius.stack>*>a,.button-group.radius.stack>*>button{border-radius:0}.button-group.radius.stack>:first-child,.button-group.radius.stack>:first-child>.button,.button-group.radius.stack>:first-child>a,.button-group.radius.stack>:first-child>button{-webkit-top-left-radius:.25rem;-webkit-top-right-radius:.25rem;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.button-group.radius.stack>:last-child,.button-group.radius.stack>:last-child>.button,.button-group.radius.stack>:last-child>a,.button-group.radius.stack>:last-child>button{-webkit-bottom-left-radius:.25rem;-webkit-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}@media only screen and (min-width:40.0625em){.button-group.radius.stack-for-small>* .button,.button-group.radius.stack-for-small>*>button{border-left:1px solid;border-color:hsla(0,0%,100%,.5)}.button-group.radius.stack-for-small>:first-child .button,.button-group.radius.stack-for-small>:first-child button{border-left:0}.button-group.radius.stack-for-small>*{display:inline-block;margin:0 -2px}.button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>.button,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button{border-radius:0}.button-group.radius.stack-for-small>:first-child,.button-group.radius.stack-for-small>:first-child>.button,.button-group.radius.stack-for-small>:first-child>a,.button-group.radius.stack-for-small>:first-child>button{-webkit-border-bottom-left-radius:.25rem;border-bottom-left-radius:.25rem;-webkit-border-top-left-radius:.25rem;border-top-left-radius:.25rem}.button-group.radius.stack-for-small>:last-child,.button-group.radius.stack-for-small>:last-child>.button,.button-group.radius.stack-for-small>:last-child>a,.button-group.radius.stack-for-small>:last-child>button{-webkit-border-bottom-right-radius:.25rem;border-bottom-right-radius:.25rem;-webkit-border-top-right-radius:.25rem;border-top-right-radius:.25rem}}@media only screen and (max-width:40em){.button-group.radius.stack-for-small>* .button,.button-group.radius.stack-for-small>*>button{border-left:1px solid}.button-group.radius.stack-for-small>:first-child .button,.button-group.radius.stack-for-small>:first-child button{border-left:0}.button-group.radius.stack-for-small>* .button,.button-group.radius.stack-for-small>*>button{border-color:hsla(0,0%,100%,.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.radius.stack-for-small>*>button{width:100%}.button-group.radius.stack-for-small>:first-child .button,.button-group.radius.stack-for-small>:first-child button{border-top:0}.button-group.radius.stack-for-small>*{display:block;margin:0}.button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>.button,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button{border-radius:0}.button-group.radius.stack-for-small>:first-child,.button-group.radius.stack-for-small>:first-child>.button,.button-group.radius.stack-for-small>:first-child>a,.button-group.radius.stack-for-small>:first-child>button{-webkit-top-left-radius:.25rem;-webkit-top-right-radius:.25rem;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.button-group.radius.stack-for-small>:last-child,.button-group.radius.stack-for-small>:last-child>.button,.button-group.radius.stack-for-small>:last-child>a,.button-group.radius.stack-for-small>:last-child>button{-webkit-bottom-left-radius:.25rem;-webkit-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}}.button-group.round>* .button,.button-group.round>*>button{border-left:1px solid;border-color:hsla(0,0%,100%,.5)}.button-group.round>:first-child .button,.button-group.round>:first-child button{border-left:0}.button-group.round>*{display:inline-block;margin:0 -2px}.button-group.round>*,.button-group.round>*>.button,.button-group.round>*>a,.button-group.round>*>button{border-radius:0}.button-group.round>:first-child,.button-group.round>:first-child>.button,.button-group.round>:first-child>a,.button-group.round>:first-child>button{-webkit-border-bottom-left-radius:62.5rem;border-bottom-left-radius:62.5rem;-webkit-border-top-left-radius:62.5rem;border-top-left-radius:62.5rem}.button-group.round>:last-child,.button-group.round>:last-child>.button,.button-group.round>:last-child>a,.button-group.round>:last-child>button{-webkit-border-bottom-right-radius:62.5rem;border-bottom-right-radius:62.5rem;-webkit-border-top-right-radius:62.5rem;border-top-right-radius:62.5rem}.button-group.round.stack>* .button,.button-group.round.stack>*>button{border-left:1px solid}.button-group.round.stack>:first-child .button,.button-group.round.stack>:first-child button{border-left:0}.button-group.round.stack>* .button,.button-group.round.stack>*>button{border-color:hsla(0,0%,100%,.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.round.stack>*>button{width:100%}.button-group.round.stack>:first-child .button,.button-group.round.stack>:first-child button{border-top:0}.button-group.round.stack>*{display:block;margin:0}.button-group.round.stack>*,.button-group.round.stack>*>.button,.button-group.round.stack>*>a,.button-group.round.stack>*>button{border-radius:0}.button-group.round.stack>:first-child,.button-group.round.stack>:first-child>.button,.button-group.round.stack>:first-child>a,.button-group.round.stack>:first-child>button{-webkit-top-left-radius:1rem;-webkit-top-right-radius:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem}.button-group.round.stack>:last-child,.button-group.round.stack>:last-child>.button,.button-group.round.stack>:last-child>a,.button-group.round.stack>:last-child>button{-webkit-bottom-left-radius:1rem;-webkit-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}@media only screen and (min-width:40.0625em){.button-group.round.stack-for-small>* .button,.button-group.round.stack-for-small>*>button{border-left:1px solid;border-color:hsla(0,0%,100%,.5)}.button-group.round.stack-for-small>:first-child .button,.button-group.round.stack-for-small>:first-child button{border-left:0}.button-group.round.stack-for-small>*{display:inline-block;margin:0 -2px}.button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>.button,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button{border-radius:0}.button-group.round.stack-for-small>:first-child,.button-group.round.stack-for-small>:first-child>.button,.button-group.round.stack-for-small>:first-child>a,.button-group.round.stack-for-small>:first-child>button{-webkit-border-bottom-left-radius:62.5rem;border-bottom-left-radius:62.5rem;-webkit-border-top-left-radius:62.5rem;border-top-left-radius:62.5rem}.button-group.round.stack-for-small>:last-child,.button-group.round.stack-for-small>:last-child>.button,.button-group.round.stack-for-small>:last-child>a,.button-group.round.stack-for-small>:last-child>button{-webkit-border-bottom-right-radius:62.5rem;border-bottom-right-radius:62.5rem;-webkit-border-top-right-radius:62.5rem;border-top-right-radius:62.5rem}}@media only screen and (max-width:40em){.button-group.round.stack-for-small>* .button,.button-group.round.stack-for-small>*>button{border-left:1px solid}.button-group.round.stack-for-small>:first-child .button,.button-group.round.stack-for-small>:first-child button{border-left:0}.button-group.round.stack-for-small>* .button,.button-group.round.stack-for-small>*>button{border-color:hsla(0,0%,100%,.5);border-left-width:0;border-top:1px solid;display:block;margin:0}.button-group.round.stack-for-small>*>button{width:100%}.button-group.round.stack-for-small>:first-child .button,.button-group.round.stack-for-small>:first-child button{border-top:0}.button-group.round.stack-for-small>*{display:block;margin:0}.button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>.button,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button{border-radius:0}.button-group.round.stack-for-small>:first-child,.button-group.round.stack-for-small>:first-child>.button,.button-group.round.stack-for-small>:first-child>a,.button-group.round.stack-for-small>:first-child>button{-webkit-top-left-radius:1rem;-webkit-top-right-radius:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem}.button-group.round.stack-for-small>:last-child,.button-group.round.stack-for-small>:last-child>.button,.button-group.round.stack-for-small>:last-child>a,.button-group.round.stack-for-small>:last-child>button{-webkit-bottom-left-radius:1rem;-webkit-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}}.button-bar:after,.button-bar:before{content:" ";display:table}.button-bar:after{clear:both}.button-bar .button-group{float:left;margin-right:.625rem}.button-bar .button-group div{overflow:hidden}.clearing-thumbs:after,.clearing-thumbs:before,[data-clearing]:after,[data-clearing]:before{content:" ";display:table}.clearing-thumbs:after,[data-clearing]:after{clear:both}.clearing-thumbs,[data-clearing]{list-style:none;margin-bottom:0;margin-left:0}.clearing-thumbs li,[data-clearing] li{float:left;margin-right:10px}.clearing-thumbs[class*=block-grid-] li,[data-clearing][class*=block-grid-] li{margin-right:0}.clearing-blackout{background:#333;height:100%;left:0;position:fixed;top:0;width:100%;z-index:998}.clearing-blackout .clearing-close{display:block}.clearing-container{height:100%;margin:0;overflow:hidden;position:relative;z-index:998}.clearing-touch-label{color:#aaa;font-size:.6em;left:50%;position:absolute;top:50%}.visible-img{height:95%;position:relative}.visible-img img{left:50%;max-height:100%;max-width:100%;position:absolute;top:50%;transform:translateY(-50%) translateX(-50%)}.clearing-caption{background:#333;bottom:0;color:#ccc;font-size:.875em;left:0;line-height:1.3;margin-bottom:0;padding:10px 30px 20px;position:absolute;text-align:center;width:100%}.clearing-close{color:#ccc;display:none;font-size:30px;line-height:1;padding-left:20px;padding-top:10px;z-index:999}.clearing-close:focus,.clearing-close:hover{color:#ccc}.clearing-assembled .clearing-container{height:100%}.clearing-assembled .clearing-container .carousel>ul,.clearing-feature li{display:none}.clearing-feature li.clearing-featured-img{display:block}@media only screen and (min-width:40.0625em){.clearing-main-next,.clearing-main-prev{height:100%;position:absolute;top:0;width:40px}.clearing-main-next>span,.clearing-main-prev>span{border:12px solid;display:block;height:0;position:absolute;top:50%;width:0}.clearing-main-next>span:hover,.clearing-main-prev>span:hover{opacity:.8}.clearing-main-prev{left:0}.clearing-main-prev>span{border-color:transparent #ccc transparent transparent;left:5px}.clearing-main-next{right:0}.clearing-main-next>span{border-color:transparent transparent transparent #ccc}.clearing-main-next.disabled,.clearing-main-prev.disabled{opacity:.3}.clearing-assembled .clearing-container .carousel{background:rgba(51,51,51,.8);height:120px;margin-top:10px;text-align:center}.clearing-assembled .clearing-container .carousel>ul{display:inline-block;float:none;height:100%;position:relative;z-index:999}.clearing-assembled .clearing-container .carousel>ul li{clear:none;cursor:pointer;display:block;float:left;margin-right:0;min-height:inherit;opacity:.4;overflow:hidden;padding:0;position:relative;width:120px}.clearing-assembled .clearing-container .carousel>ul li.fix-height img{height:100%;max-width:none}.clearing-assembled .clearing-container .carousel>ul li a.th{border:none;box-shadow:none;display:block}.clearing-assembled .clearing-container .carousel>ul li img{cursor:pointer!important;width:100%!important}.clearing-assembled .clearing-container .carousel>ul li.visible{opacity:1}.clearing-assembled .clearing-container .carousel>ul li:hover{opacity:.8}.clearing-assembled .clearing-container .visible-img{background:#333;height:85%;overflow:hidden}.clearing-close{padding-left:0;padding-top:0;position:absolute;right:20px;top:10px}}.f-dropdown{display:none;left:-9999px;list-style:none;margin-left:0;position:absolute}.f-dropdown.open{display:block}.f-dropdown>:first-child{margin-top:0}.f-dropdown>:last-child{margin-bottom:0}.f-dropdown{background:#fff;border:1px solid #ccc;font-size:.875rem;height:auto;margin-top:2px;max-height:none;width:100%;z-index:89}.f-dropdown:before{border:6px inset transparent;border-bottom:6px solid #fff;left:10px;top:-12px;z-index:89}.f-dropdown:after,.f-dropdown:before{content:"";display:block;height:0;position:absolute;width:0}.f-dropdown:after{border:7px inset transparent;border-bottom:7px solid #ccc;left:9px;top:-14px;z-index:88}.f-dropdown.right:before{left:auto;right:10px}.f-dropdown.right:after{left:auto;right:9px}.f-dropdown{max-width:200px}.f-dropdown.drop-right{display:none;left:-9999px;list-style:none;margin-left:0;position:absolute}.f-dropdown.drop-right.open{display:block}.f-dropdown.drop-right>:first-child{margin-top:0}.f-dropdown.drop-right>:last-child{margin-bottom:0}.f-dropdown.drop-right{background:#fff;border:1px solid #ccc;font-size:.875rem;height:auto;margin-left:2px;margin-top:0;max-height:none;width:100%;z-index:89}.f-dropdown.drop-right:before{border:6px inset transparent;border-right:6px solid #fff;left:-12px;top:10px;z-index:89}.f-dropdown.drop-right:after,.f-dropdown.drop-right:before{content:"";display:block;height:0;position:absolute;width:0}.f-dropdown.drop-right:after{border:7px inset transparent;border-right:7px solid #ccc;left:-14px;top:9px;z-index:88}.f-dropdown.drop-right{max-width:200px}.f-dropdown.drop-left{display:none;left:-9999px;list-style:none;margin-left:0;position:absolute}.f-dropdown.drop-left.open{display:block}.f-dropdown.drop-left>:first-child{margin-top:0}.f-dropdown.drop-left>:last-child{margin-bottom:0}.f-dropdown.drop-left{background:#fff;border:1px solid #ccc;font-size:.875rem;height:auto;margin-left:-2px;margin-top:0;max-height:none;width:100%;z-index:89}.f-dropdown.drop-left:before{border:6px inset transparent;border-left:6px solid #fff;right:-12px;top:10px;z-index:89}.f-dropdown.drop-left:after,.f-dropdown.drop-left:before{content:"";display:block;height:0;left:auto;position:absolute;width:0}.f-dropdown.drop-left:after{border:7px inset transparent;border-left:7px solid #ccc;right:-14px;top:9px;z-index:88}.f-dropdown.drop-left{max-width:200px}.f-dropdown.drop-top{display:none;left:-9999px;list-style:none;position:absolute}.f-dropdown.drop-top.open{display:block}.f-dropdown.drop-top>:first-child{margin-top:0}.f-dropdown.drop-top>:last-child{margin-bottom:0}.f-dropdown.drop-top{background:#fff;border:1px solid #ccc;font-size:.875rem;height:auto;margin-left:0;margin-top:-2px;max-height:none;width:100%;z-index:89}.f-dropdown.drop-top:before{border:6px inset transparent;border-top:6px solid #fff;bottom:-12px;left:10px;z-index:89}.f-dropdown.drop-top:after,.f-dropdown.drop-top:before{content:"";display:block;height:0;position:absolute;right:auto;top:auto;width:0}.f-dropdown.drop-top:after{border:7px inset transparent;border-top:7px solid #ccc;bottom:-14px;left:9px;z-index:88}.f-dropdown.drop-top{max-width:200px}.f-dropdown li{cursor:pointer;font-size:.875rem;line-height:1.125rem;margin:0}.f-dropdown li:focus,.f-dropdown li:hover{background:#eee}.f-dropdown li a{color:#555;display:block;padding:.5rem}.f-dropdown.content{display:none;left:-9999px;list-style:none;margin-left:0;position:absolute}.f-dropdown.content.open{display:block}.f-dropdown.content>:first-child{margin-top:0}.f-dropdown.content>:last-child{margin-bottom:0}.f-dropdown.content{background:#fff;border:1px solid #ccc;font-size:.875rem;height:auto;max-height:none;max-width:200px;padding:1.25rem;width:100%;z-index:89}.f-dropdown.radius{border-radius:.25rem}.f-dropdown.tiny{max-width:200px}.f-dropdown.small{max-width:300px}.f-dropdown.medium{max-width:500px}.f-dropdown.large{max-width:800px}.f-dropdown.mega{max-width:100%!important;width:100%!important}.f-dropdown.mega.open{left:0!important}.dropdown.button,button.dropdown{position:relative}.dropdown.button:after,button.dropdown:after{border-style:solid;content:"";display:block;height:0;position:absolute;top:50%;width:0}.dropdown.button,button.dropdown{padding-right:3.5625rem}.dropdown.button:after,button.dropdown:after{border-color:#fff transparent transparent;border-width:.375rem;margin-top:-.15625rem;right:1.40625rem}.dropdown.button.tiny,button.dropdown.tiny{padding-right:2.625rem}.dropdown.button.tiny:after,button.dropdown.tiny:after{border-color:#fff transparent transparent;border-width:.375rem;margin-top:-.125rem;right:1.125rem}.dropdown.button.small,button.dropdown.small{padding-right:3.0625rem}.dropdown.button.small:after,button.dropdown.small:after{border-color:#fff transparent transparent;border-width:.4375rem;margin-top:-.15625rem;right:1.3125rem}.dropdown.button.large,button.dropdown.large{padding-right:3.625rem}.dropdown.button.large:after,button.dropdown.large:after{border-color:#fff transparent transparent;border-width:.3125rem;margin-top:-.15625rem;right:1.71875rem}.dropdown.button.secondary:after,button.dropdown.secondary:after{border-color:#333 transparent transparent}form{margin:0 0 1rem}form .row .row{margin:0 -.5rem}form .row .row .column,form .row .row .columns{padding:0 .5rem}form .row .row.collapse{margin:0}form .row .row.collapse .column,form .row .row.collapse .columns{padding:0}form .row .row.collapse input{-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-webkit-border-top-right-radius:0;border-top-right-radius:0}form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns{padding-left:.5rem}label{color:#4d4d4d;cursor:pointer;display:block;font-size:.875rem;font-weight:400;line-height:1.5;margin-bottom:0}label.right{float:none!important;text-align:right}label.inline{margin:0 0 1rem;padding:.5625rem 0}label small{color:#676767;text-transform:capitalize}.postfix,.prefix{border-style:solid;border-width:1px;display:block;font-size:.875rem;height:2.3125rem;line-height:2.3125rem;overflow:visible;padding-bottom:0;padding-top:0;position:relative;text-align:center;width:100%;z-index:2}.postfix.button,.prefix.button{border:none;padding:0;text-align:center}.prefix.button.radius{border-radius:0;-webkit-border-bottom-left-radius:.25rem;border-bottom-left-radius:.25rem;-webkit-border-top-left-radius:.25rem;border-top-left-radius:.25rem}.postfix.button.radius{border-radius:0;-webkit-border-bottom-right-radius:.25rem;border-bottom-right-radius:.25rem;-webkit-border-top-right-radius:.25rem;border-top-right-radius:.25rem}.prefix.button.round{border-radius:0;-webkit-border-bottom-left-radius:62.5rem;border-bottom-left-radius:62.5rem;-webkit-border-top-left-radius:62.5rem;border-top-left-radius:62.5rem}.postfix.button.round{border-radius:0;-webkit-border-bottom-right-radius:62.5rem;border-bottom-right-radius:62.5rem;-webkit-border-top-right-radius:62.5rem;border-top-right-radius:62.5rem}label.prefix,span.prefix{background:#f2f2f2;border-right:none;border-color:#ccc;color:#333}label.postfix,span.postfix{background:#f2f2f2;border-left:none;border-color:#ccc;color:#333}input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:1px solid #ccc;border-radius:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-sizing:border-box;color:rgba(0,0,0,.75);display:block;font-family:inherit;font-size:.875rem;height:2.3125rem;margin:0 0 1rem;padding:.5rem;width:100%}input:not([type]):focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{background:#fafafa;border-color:#999;outline:none}fieldset[disabled] input:not([type]),fieldset[disabled] input[type=color],fieldset[disabled] input[type=date],fieldset[disabled] input[type=datetime-local],fieldset[disabled] input[type=datetime],fieldset[disabled] input[type=email],fieldset[disabled] input[type=month],fieldset[disabled] input[type=number],fieldset[disabled] input[type=password],fieldset[disabled] input[type=search],fieldset[disabled] input[type=tel],fieldset[disabled] input[type=text],fieldset[disabled] input[type=time],fieldset[disabled] input[type=url],fieldset[disabled] input[type=week],fieldset[disabled] textarea,input:not([type]):disabled,input:not([type])[disabled],input:not([type])[readonly],input[type=color]:disabled,input[type=color][disabled],input[type=color][readonly],input[type=date]:disabled,input[type=date][disabled],input[type=date][readonly],input[type=datetime-local]:disabled,input[type=datetime-local][disabled],input[type=datetime-local][readonly],input[type=datetime]:disabled,input[type=datetime][disabled],input[type=datetime][readonly],input[type=email]:disabled,input[type=email][disabled],input[type=email][readonly],input[type=month]:disabled,input[type=month][disabled],input[type=month][readonly],input[type=number]:disabled,input[type=number][disabled],input[type=number][readonly],input[type=password]:disabled,input[type=password][disabled],input[type=password][readonly],input[type=search]:disabled,input[type=search][disabled],input[type=search][readonly],input[type=tel]:disabled,input[type=tel][disabled],input[type=tel][readonly],input[type=text]:disabled,input[type=text][disabled],input[type=text][readonly],input[type=time]:disabled,input[type=time][disabled],input[type=time][readonly],input[type=url]:disabled,input[type=url][disabled],input[type=url][readonly],input[type=week]:disabled,input[type=week][disabled],input[type=week][readonly],textarea:disabled,textarea[disabled],textarea[readonly]{background-color:#ddd;cursor:default}input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{transition:border-color .15s linear,background .15s linear}input:not([type]).radius,input[type=color].radius,input[type=date].radius,input[type=datetime-local].radius,input[type=datetime].radius,input[type=email].radius,input[type=month].radius,input[type=number].radius,input[type=password].radius,input[type=search].radius,input[type=tel].radius,input[type=text].radius,input[type=time].radius,input[type=url].radius,input[type=week].radius,textarea.radius{border-radius:.25rem}form .row .prefix-radius.row.collapse button,form .row .prefix-radius.row.collapse input,form .row .prefix-radius.row.collapse select,form .row .prefix-radius.row.collapse textarea{border-radius:0;-webkit-border-bottom-right-radius:.25rem;border-bottom-right-radius:.25rem;-webkit-border-top-right-radius:.25rem;border-top-right-radius:.25rem}form .row .postfix-radius.row.collapse button,form .row .postfix-radius.row.collapse input,form .row .postfix-radius.row.collapse select,form .row .postfix-radius.row.collapse textarea,form .row .prefix-radius.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:.25rem;border-bottom-left-radius:.25rem;-webkit-border-top-left-radius:.25rem;border-top-left-radius:.25rem}form .row .postfix-radius.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:.25rem;border-bottom-right-radius:.25rem;-webkit-border-top-right-radius:.25rem;border-top-right-radius:.25rem}form .row .prefix-round.row.collapse button,form .row .prefix-round.row.collapse input,form .row .prefix-round.row.collapse select,form .row .prefix-round.row.collapse textarea{border-radius:0;-webkit-border-bottom-right-radius:62.5rem;border-bottom-right-radius:62.5rem;-webkit-border-top-right-radius:62.5rem;border-top-right-radius:62.5rem}form .row .postfix-round.row.collapse button,form .row .postfix-round.row.collapse input,form .row .postfix-round.row.collapse select,form .row .postfix-round.row.collapse textarea,form .row .prefix-round.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:62.5rem;border-bottom-left-radius:62.5rem;-webkit-border-top-left-radius:62.5rem;border-top-left-radius:62.5rem}form .row .postfix-round.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:62.5rem;border-bottom-right-radius:62.5rem;-webkit-border-top-right-radius:62.5rem;border-top-right-radius:62.5rem}input[type=submit]{-webkit-appearance:none;-moz-appearance:none;border-radius:0}textarea[rows]{height:auto}textarea{max-width:100%}::-webkit-input-placeholder{color:#666}:-moz-placeholder,::-moz-placeholder{color:#666}:-ms-input-placeholder{color:#666}select{-webkit-appearance:none!important;-moz-appearance:none!important;background-color:#fafafa}select::-ms-expand{display:none}select{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjEyIiB3aWR0aD0iMjQiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0ibTUuOTkyIDAtMyAzLTMtM3oiLz48L3N2Zz4=");background-position:100%;background-repeat:no-repeat;border:1px solid #ccc;border-radius:0;color:rgba(0,0,0,.75);font-family:inherit;font-size:.875rem;line-height:normal;padding:.5rem}select.radius{border-radius:.25rem}select:focus{background-color:#f3f3f3;border-color:#999}select:disabled{background-color:#ddd;cursor:default}select{height:2.3125rem}select[multiple]{height:auto}input[type=checkbox],input[type=file],input[type=radio],select{margin:0 0 1rem}input[type=checkbox]+label,input[type=radio]+label{display:inline-block;margin-bottom:0;margin-left:.5rem;margin-right:1rem;vertical-align:baseline}input[type=file]{width:100%}fieldset{border:1px solid #ddd;padding:1.25rem}fieldset legend{font-weight:700;margin:0 0 0 -.1875rem;padding:0 .1875rem}[data-abide] .error small.error,[data-abide] .error span.error,[data-abide] small.error,[data-abide] span.error{background:#ef2323;color:#fff;display:block;font-size:.75rem;font-style:italic;font-weight:400;margin-bottom:1rem;margin-top:-1px;padding:.375rem .5625rem .5625rem}[data-abide] small.error,[data-abide] span.error{display:none}small.error,span.error{background:#ef2323;color:#fff;display:block;font-size:.75rem;font-style:italic;font-weight:400;margin-bottom:1rem;margin-top:-1px;padding:.375rem .5625rem .5625rem}.error input,.error select,.error textarea{margin-bottom:0}.error input[type=checkbox],.error input[type=radio]{margin-bottom:1rem}.error label,.error label.error{color:#ef2323}.error small.error{background:#ef2323;color:#fff;display:block;font-size:.75rem;font-style:italic;font-weight:400;margin-bottom:1rem;margin-top:-1px;padding:.375rem .5625rem .5625rem}.error>label>small{background:transparent;color:#676767;display:inline;font-size:60%;font-style:normal;margin:0;padding:0;text-transform:capitalize}.error span.error-message{display:block}input.error,select.error,textarea.error{margin-bottom:0}label.error{color:#ef2323}.inline-list{list-style:none;margin:0 0 1.0625rem -1.375rem;overflow:hidden;padding:0}.inline-list>li{display:block;float:left;list-style:none;margin-left:1.375rem}.inline-list>li>*{display:block}.label{background-color:#1e90fa;color:#fff;display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.6875rem;font-weight:400;line-height:1;margin-bottom:auto;padding:.25rem .5rem;position:relative;text-align:center;text-decoration:none;white-space:nowrap}.label.radius{border-radius:.25rem}.label.round{border-radius:1000px}.label.alert{background-color:#ef2323;color:#fff}.label.warning{background-color:#f1852a;color:#fff}.label.success{background-color:#accf29;color:#fff}.label.secondary{background-color:#cdcdcd;color:#333}.label.info{background-color:#8fc8fd;color:#333}ul.pagination{display:block;margin-left:-.3125rem;min-height:1.5rem}ul.pagination li{color:#222;font-size:.875rem;height:1.5rem;margin-left:.3125rem}ul.pagination li a,ul.pagination li button{background:none;border-radius:.25rem;color:#999;display:block;font-size:1em;font-weight:400;line-height:inherit;padding:.0625rem .625rem;transition:background-color .3s ease-out}ul.pagination li a:focus,ul.pagination li button:focus,ul.pagination li:hover a,ul.pagination li:hover button{background:#e6e6e6}ul.pagination li.unavailable a,ul.pagination li.unavailable button{color:#999;cursor:default;pointer-events:none}ul.pagination li.unavailable a:focus,ul.pagination li.unavailable button:focus,ul.pagination li.unavailable:hover a,ul.pagination li.unavailable:hover button{background:transparent}ul.pagination li.current a,ul.pagination li.current button{background:#1e90fa;color:#fff;cursor:default;font-weight:700}ul.pagination li.current a:focus,ul.pagination li.current a:hover,ul.pagination li.current button:focus,ul.pagination li.current button:hover{background:#1e90fa}ul.pagination li{display:block;float:left}.pagination-centered{text-align:center}.pagination-centered ul.pagination li{display:inline-block;float:none}.panel{background:#f2f2f2;border:1px solid #d8d8d8;color:#333;margin-bottom:1.25rem;padding:1.25rem}.panel>:first-child{margin-top:0}.panel>:last-child{margin-bottom:0}.panel dl,.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel li,.panel p{color:#333}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{line-height:1;margin-bottom:.625rem}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{line-height:1.4}.panel.callout{background:#f2f8ff;border:1px solid #d8d8d8;color:#333;margin-bottom:1.25rem;padding:1.25rem}.panel.callout>:first-child{margin-top:0}.panel.callout>:last-child{margin-bottom:0}.panel.callout dl,.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6,.panel.callout li,.panel.callout p{color:#333}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6{line-height:1;margin-bottom:.625rem}.panel.callout h1.subheader,.panel.callout h2.subheader,.panel.callout h3.subheader,.panel.callout h4.subheader,.panel.callout h5.subheader,.panel.callout h6.subheader{line-height:1.4}.panel.callout a:not(.button){color:#1e90fa}.panel.callout a:not(.button):focus,.panel.callout a:not(.button):hover{color:#057dec}.panel.radius{border-radius:.25rem}.progress{background-color:#f6f6f6;border:1px solid #fff;height:1.5625rem;margin-bottom:.625rem;padding:.125rem}.progress .meter{background:#1e90fa}.progress .meter,.progress .meter.secondary{display:block;float:left;height:100%;width:0}.progress .meter.secondary{background:#cdcdcd}.progress .meter.success{background:#accf29;display:block;float:left;height:100%;width:0}.progress .meter.alert{background:#ef2323;display:block;float:left;height:100%;width:0}.progress.secondary .meter{background:#cdcdcd;display:block;float:left;height:100%;width:0}.progress.success .meter{background:#accf29;display:block;float:left;height:100%;width:0}.progress.alert .meter{background:#ef2323;display:block;float:left;height:100%;width:0}.progress.radius{border-radius:.25rem}.progress.radius .meter{border-radius:-.75rem}.progress.round{border-radius:1000px}.progress.round .meter{border-radius:999px}.reveal-modal-bg{background:#000;background:rgba(0,0,0,.45);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1004}.reveal-modal{border-radius:.25rem;display:none;left:0;position:absolute;top:0;visibility:hidden;width:100%;z-index:1005}@media only screen and (max-width:40em){.reveal-modal{min-height:100vh}}.reveal-modal .column,.reveal-modal .columns{min-width:0}.reveal-modal>:first-child{margin-top:0}.reveal-modal>:last-child{margin-bottom:0}@media only screen and (min-width:40.0625em){.reveal-modal{left:0;margin:0 auto;max-width:75rem;right:0;width:80%}}.reveal-modal{background-color:#fff;border:1px solid #666;box-shadow:0 0 10px rgba(0,0,0,.4);padding:1.875rem}@media only screen and (min-width:40.0625em){.reveal-modal{top:6.25rem}}.reveal-modal.radius{border-radius:.25rem;box-shadow:none}.reveal-modal.round{border-radius:62.5rem;box-shadow:none}.reveal-modal.collapse{box-shadow:none;padding:0}@media only screen and (min-width:40.0625em){.reveal-modal.tiny{width:30%}.reveal-modal.small,.reveal-modal.tiny{left:0;margin:0 auto;max-width:75rem;right:0}.reveal-modal.small{width:40%}.reveal-modal.medium{width:60%}.reveal-modal.large,.reveal-modal.medium{left:0;margin:0 auto;max-width:75rem;right:0}.reveal-modal.large{width:70%}.reveal-modal.xlarge{width:95%}.reveal-modal.full,.reveal-modal.xlarge{left:0;margin:0 auto;max-width:75rem;right:0}.reveal-modal.full{width:100%}}.reveal-modal.full{height:100vh;height:100%;left:0;margin-left:0!important;max-width:none!important;min-height:100vh;top:0}.reveal-modal.toback{z-index:1003}.reveal-modal .close-reveal-modal{color:#aaa;cursor:pointer;font-size:2.5rem;font-weight:700;line-height:1;position:absolute;right:1.375rem;top:.625rem}.side-nav{display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;list-style-position:outside;list-style-type:none;margin:0;padding:.875rem 0}.side-nav li{font-size:.875rem;font-weight:400;margin:0 0 .4375rem}.side-nav li a:not(.button){color:#1e90fa;display:block;margin:0;padding:.4375rem .875rem}.side-nav li a:not(.button):focus,.side-nav li a:not(.button):hover{background:#56acfb;color:#62b1fc}.side-nav li a:not(.button):active{color:#62b1fc}.side-nav li.active>a:first-child:not(.button){color:#62b1fc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400}.side-nav li.divider{border-top:1px solid #e6e6e6;height:0;list-style:none;padding:0}.side-nav li.heading{color:#1e90fa;font-size:.875rem;font-weight:700;text-transform:uppercase}.split.button{position:relative}.split.button span{border-left:1px solid;display:block;height:100%;position:absolute;right:0;top:0}.split.button span:after{border-style:inset;content:"";display:block;height:0;left:50%;position:absolute;top:50%;width:0}.split.button span:active{background-color:rgba(0,0,0,.1)}.split.button span{border-left-color:hsla(0,0%,100%,.5)}.split.button{padding-right:5.0625rem}.split.button span{width:3.09375rem}.split.button span:after{border-color:#fff transparent transparent;border-top-style:solid;border-width:.375rem;margin-left:-.375rem;top:48%}.split.button.secondary span{border-left-color:hsla(0,0%,100%,.5)}.split.button.secondary span:after{border-color:#fff transparent transparent}.split.button.alert span,.split.button.success span{border-left-color:hsla(0,0%,100%,.5)}.split.button.tiny{padding-right:3.75rem}.split.button.tiny span{width:2.25rem}.split.button.tiny span:after{border-top-style:solid;border-width:.375rem;margin-left:-.375rem;top:48%}.split.button.small{padding-right:4.375rem}.split.button.small span{width:2.625rem}.split.button.small span:after{border-top-style:solid;border-width:.4375rem;margin-left:-.375rem;top:48%}.split.button.large{padding-right:5.5rem}.split.button.large span{width:3.4375rem}.split.button.large span:after{border-top-style:solid;border-width:.3125rem;margin-left:-.375rem;top:48%}.split.button.expand{padding-left:2rem}.split.button.secondary span:after{border-color:#333 transparent transparent}.split.button.radius span{-webkit-border-bottom-right-radius:.25rem;border-bottom-right-radius:.25rem;-webkit-border-top-right-radius:.25rem;border-top-right-radius:.25rem}.split.button.round span{-webkit-border-bottom-right-radius:1000px;border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-top-right-radius:1000px}.split.button.no-pip span:after,.split.button.no-pip span:before{border-style:none}.split.button.no-pip span>i{display:block;left:50%;margin-left:-.28889em;margin-top:-.48889em;position:absolute;top:50%}.sub-nav{display:block;margin:-.25rem 0 1.125rem;overflow:hidden;padding-top:.25rem;width:auto}.sub-nav dt{text-transform:uppercase}.sub-nav dd,.sub-nav dt,.sub-nav li{color:#999;float:left;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:400;margin-bottom:0;margin-left:1rem}.sub-nav dd a,.sub-nav dt a,.sub-nav li a{color:#999;padding:.1875rem 1rem;text-decoration:none}.sub-nav dd a:hover,.sub-nav dt a:hover,.sub-nav li a:hover{color:#737373}.sub-nav dd.active a,.sub-nav dt.active a,.sub-nav li.active a{background:#1e90fa;border-radius:3px;color:#fff;cursor:default;font-weight:400;padding:.1875rem 1rem}.sub-nav dd.active a:hover,.sub-nav dt.active a:hover,.sub-nav li.active a:hover{background:#057dec}.switch{border:none;margin-bottom:1.5rem;outline:0;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.switch label{cursor:pointer;display:block;margin-bottom:1rem;position:relative;text-indent:100%;transition:left .15s ease-out}.switch input{left:10px;opacity:0;padding:0;position:absolute;top:9px}.switch input+label{margin-left:0;margin-right:0}.switch label:after{content:"";display:block;left:.25rem;position:absolute;top:.25rem;transform:translateZ(0);transition:left .15s ease-out}.switch label{height:2rem;width:4rem}.switch label:after{height:1.5rem;width:1.5rem}.switch input:checked+label:after{left:2.25rem}.switch label{background:#ddd;color:transparent}.switch label:after{background:#fff}.switch input:checked+label{background:#1e90fa}.switch.large label{height:2.5rem;width:5rem}.switch.large label:after{height:2rem;width:2rem}.switch.large input:checked+label:after{left:2.75rem}.switch.small label{height:1.75rem;width:3.5rem}.switch.small label:after{height:1.25rem;width:1.25rem}.switch.small input:checked+label:after{left:2rem}.switch.tiny label{height:1.5rem;width:3rem}.switch.tiny label:after{height:1rem;width:1rem}.switch.tiny input:checked+label:after{left:1.75rem}.switch.radius label{border-radius:4px}.switch.radius label:after{border-radius:3px}.switch.round{border-radius:1000px}.switch.round label,.switch.round label:after{border-radius:2rem}table{background:#fff;border:1px solid #ddd;margin-bottom:1.25rem;table-layout:auto}table caption{background:transparent;color:#222;font-size:1rem;font-weight:700}table thead{background:#f5f5f5}table thead tr td,table thead tr th{color:#222;font-size:.875rem;font-weight:700;padding:.5rem .625rem .625rem}table tfoot{background:#f5f5f5}table tfoot tr td,table tfoot tr th{color:#222;font-size:.875rem;font-weight:700;padding:.5rem .625rem .625rem}table tr td,table tr th{color:#222;font-size:.875rem;padding:.5625rem .625rem;text-align:left}table tr.alt,table tr.even,table tr:nth-of-type(2n){background:#f9f9f9}table tbody tr td,table tbody tr th,table tfoot tr td,table tfoot tr th,table thead tr th,table tr td{display:table-cell;line-height:1.125rem}.tabs:after,.tabs:before{content:" ";display:table}.tabs:after{clear:both}.tabs{margin-bottom:0!important;margin-left:0}.tabs .tab-title,.tabs dd{float:left;list-style:none;margin-bottom:0!important;position:relative}.tabs .tab-title>a,.tabs dd>a{background-color:#efefef;color:#222;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;padding:1rem 2rem}.tabs .tab-title>a:hover,.tabs dd>a:hover{background-color:#e1e1e1}.tabs .tab-title.active>a,.tabs dd.active>a{background-color:#fff;color:#222}.tabs.radius .tab:first-child a,.tabs.radius dd:first-child a{-webkit-border-bottom-left-radius:.25rem;border-bottom-left-radius:.25rem;-webkit-border-top-left-radius:.25rem;border-top-left-radius:.25rem}.tabs.radius .tab:last-child a,.tabs.radius dd:last-child a{-webkit-border-bottom-right-radius:.25rem;border-bottom-right-radius:.25rem;-webkit-border-top-right-radius:.25rem;border-top-right-radius:.25rem}.tabs.vertical .tab-title,.tabs.vertical dd{display:block;float:none;position:inherit;top:auto}.tabs-content:after,.tabs-content:before{content:" ";display:table}.tabs-content:after{clear:both}.tabs-content{margin-bottom:1.5rem;width:100%}.tabs-content>.content{display:none;float:left;padding:.9375rem 0;width:100%}.tabs-content>.content.active{display:block;float:none}.tabs-content>.content.contained{padding:.9375rem}.tabs-content.vertical{display:block}.tabs-content.vertical>.content{padding:0 .9375rem}@media only screen and (min-width:40.0625em){.tabs.vertical{float:left;margin:0;margin-bottom:1.25rem!important;max-width:20%;width:20%}.tabs-content.vertical{float:left;margin-left:-1px;max-width:80%;padding-left:1rem;width:80%}}.no-js .tabs-content>.content{display:block;float:none}.th{border:4px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.2);display:inline-block;line-height:0;max-width:100%}.th:focus,.th:hover{box-shadow:0 0 6px 1px rgba(30,144,250,.5)}.th{transition:all .2s ease-out}.th.radius{border-radius:.25rem}.has-tip{border-bottom:1px dotted #ccc;color:#333;cursor:help;font-weight:700}.has-tip:focus,.has-tip:hover{border-bottom:1px dotted #03417b;color:#1e90fa}.has-tip.tip-left,.has-tip.tip-right{float:none!important}.tooltip{background:#333;color:#fff;display:none;font-size:.875rem;font-weight:400;left:50%;line-height:1.3;max-width:300px;padding:.75rem;position:absolute;width:100%;z-index:1006}.tooltip>.nub{border:5px solid transparent;border-bottom-color:#333;display:block;height:0;left:5px;pointer-events:none;position:absolute;top:-10px;width:0}.tooltip>.nub.rtl{left:auto;right:5px}.tooltip.radius{border-radius:.25rem}.tooltip.round{border-radius:62.5rem}.tooltip.round>.nub{left:2rem}.tooltip.opened{border-bottom:1px dotted #03417b!important;color:#1e90fa!important}.tap-to-close{color:#777;display:block;font-size:.625rem;font-weight:400}@media only screen{.tooltip>.nub{border-color:transparent transparent #333;top:-10px}.tooltip.tip-top>.nub{border-color:#333 transparent transparent;bottom:-10px;top:auto}.tooltip.tip-left,.tooltip.tip-right{float:none!important}.tooltip.tip-left>.nub{border-color:transparent transparent transparent #333;left:auto;margin-top:-5px;right:-10px;top:50%}.tooltip.tip-right>.nub{border-color:transparent #333 transparent transparent;left:-10px;margin-top:-5px;right:auto;top:50%}}meta.foundation-mq-topbar{font-family:"/only screen and (min-width:40.0625em)/";width:40.0625em}.contain-to-grid{background:#333;width:100%}.contain-to-grid .top-bar{margin-bottom:0}.fixed{left:0;position:fixed;top:0;width:100%;z-index:99}.fixed.expanded:not(.top-bar){height:auto;max-height:100%;overflow-y:auto;width:100%}.fixed.expanded:not(.top-bar) .title-area{position:fixed;width:100%;z-index:99}.fixed.expanded:not(.top-bar) .top-bar-section{margin-top:2.8125rem;z-index:98}.top-bar{background:#333;height:2.8125rem;line-height:2.8125rem;margin-bottom:0;overflow:hidden;position:relative}.top-bar ul{list-style:none;margin-bottom:0}.top-bar .row{max-width:none}.top-bar form,.top-bar input,.top-bar select{margin-bottom:0}.top-bar input,.top-bar select{font-size:.75rem;height:1.75rem;padding-bottom:.35rem;padding-top:.35rem}.top-bar .button,.top-bar button{font-size:.75rem;margin-bottom:0;padding-bottom:.4125rem;padding-top:.4125rem}@media only screen and (max-width:40em){.top-bar .button,.top-bar button{position:relative;top:-1px}}.top-bar .title-area{margin:0;position:relative}.top-bar .name{font-size:16px;height:2.8125rem;margin:0}.top-bar .name h1,.top-bar .name h2,.top-bar .name h3,.top-bar .name h4,.top-bar .name p,.top-bar .name span{font-size:1.0625rem;line-height:2.8125rem;margin:0}.top-bar .name h1 a,.top-bar .name h2 a,.top-bar .name h3 a,.top-bar .name h4 a,.top-bar .name p a,.top-bar .name span a{color:#fff;display:block;font-weight:400;padding:0 .9375rem;width:75%}.top-bar .toggle-topbar{position:absolute;right:0;top:0}.top-bar .toggle-topbar a{color:#fff;display:block;font-size:.8125rem;font-weight:700;height:2.8125rem;line-height:2.8125rem;padding:0 .9375rem;position:relative;text-transform:uppercase}.top-bar .toggle-topbar.menu-icon{margin-top:-16px;top:50%}.top-bar .toggle-topbar.menu-icon a span:after{box-shadow:0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;content:"";display:block;height:0;margin-top:-8px;position:absolute;right:.9375rem;top:50%;width:16px}.top-bar .toggle-topbar.menu-icon a span:hover:after{box-shadow:0 0 0 1px "",0 7px 0 1px "",0 14px 0 1px ""}.top-bar .toggle-topbar.menu-icon a{color:#fff;height:34px;line-height:33px;padding:0 2.5rem 0 .9375rem;position:relative}.top-bar.expanded{background:transparent;height:auto}.top-bar.expanded .title-area{background:#333}.top-bar.expanded .toggle-topbar a{color:#888}.top-bar.expanded .toggle-topbar a span:after{box-shadow:0 0 0 1px #888,0 7px 0 1px #888,0 14px 0 1px #888}@media screen and (-webkit-min-device-pixel-ratio:0){.top-bar.expanded .top-bar-section .dropdown,.top-bar.expanded .top-bar-section .has-dropdown.moved>.dropdown{clip:auto}.top-bar.expanded .top-bar-section .has-dropdown:not(.moved)>ul{padding:0}}.top-bar-section{left:0;position:relative;transition:left .3s ease-out;width:auto}.top-bar-section ul{display:block;font-size:16px;height:auto;margin:0;padding:0;width:100%}.top-bar-section .divider,.top-bar-section [role=separator]{border-top:1px solid #1a1a1a;clear:both;height:1px;width:100%}.top-bar-section ul li{background:#333}.top-bar-section ul li>a{color:#fff;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.8125rem;font-weight:400;padding:12px 0 12px .9375rem;text-transform:none;width:100%}.top-bar-section ul li>a.button{background-color:#1e90fa;border-color:#0574db;font-size:.8125rem;padding-left:.9375rem;padding-right:.9375rem}.top-bar-section ul li>a.button:focus,.top-bar-section ul li>a.button:hover{background-color:#0574db}.top-bar-section ul li>a.button,.top-bar-section ul li>a.button:focus,.top-bar-section ul li>a.button:hover{color:#fff}.top-bar-section ul li>a.button.secondary{background-color:#cdcdcd;border-color:#a4a4a4}.top-bar-section ul li>a.button.secondary:focus,.top-bar-section ul li>a.button.secondary:hover{background-color:#a4a4a4}.top-bar-section ul li>a.button.secondary{color:#333}.top-bar-section ul li>a.button.secondary:focus,.top-bar-section ul li>a.button.secondary:hover{color:#fff}.top-bar-section ul li>a.button.success{background-color:#accf29;border-color:#8aa621}.top-bar-section ul li>a.button.success:focus,.top-bar-section ul li>a.button.success:hover{background-color:#8aa621}.top-bar-section ul li>a.button.success,.top-bar-section ul li>a.button.success:focus,.top-bar-section ul li>a.button.success:hover{color:#fff}.top-bar-section ul li>a.button.alert{background-color:#ef2323;border-color:#cc0f0f}.top-bar-section ul li>a.button.alert:focus,.top-bar-section ul li>a.button.alert:hover{background-color:#cc0f0f}.top-bar-section ul li>a.button.alert,.top-bar-section ul li>a.button.alert:focus,.top-bar-section ul li>a.button.alert:hover{color:#fff}.top-bar-section ul li>a.button.warning{background-color:#f1852a;border-color:#d4690e}.top-bar-section ul li>a.button.warning:focus,.top-bar-section ul li>a.button.warning:hover{background-color:#d4690e}.top-bar-section ul li>a.button.warning,.top-bar-section ul li>a.button.warning:focus,.top-bar-section ul li>a.button.warning:hover{color:#fff}.top-bar-section ul li>a.button.info{background-color:#8fc8fd;border-color:#41a2fc}.top-bar-section ul li>a.button.info:focus,.top-bar-section ul li>a.button.info:hover{background-color:#41a2fc}.top-bar-section ul li>a.button.info{color:#333}.top-bar-section ul li>a.button.info:focus,.top-bar-section ul li>a.button.info:hover{color:#fff}.top-bar-section ul li>button{background-color:#1e90fa;border-color:#0574db;font-size:.8125rem;padding-left:.9375rem;padding-right:.9375rem}.top-bar-section ul li>button:focus,.top-bar-section ul li>button:hover{background-color:#0574db}.top-bar-section ul li>button,.top-bar-section ul li>button:focus,.top-bar-section ul li>button:hover{color:#fff}.top-bar-section ul li>button.secondary{background-color:#cdcdcd;border-color:#a4a4a4}.top-bar-section ul li>button.secondary:focus,.top-bar-section ul li>button.secondary:hover{background-color:#a4a4a4}.top-bar-section ul li>button.secondary{color:#333}.top-bar-section ul li>button.secondary:focus,.top-bar-section ul li>button.secondary:hover{color:#fff}.top-bar-section ul li>button.success{background-color:#accf29;border-color:#8aa621}.top-bar-section ul li>button.success:focus,.top-bar-section ul li>button.success:hover{background-color:#8aa621}.top-bar-section ul li>button.success,.top-bar-section ul li>button.success:focus,.top-bar-section ul li>button.success:hover{color:#fff}.top-bar-section ul li>button.alert{background-color:#ef2323;border-color:#cc0f0f}.top-bar-section ul li>button.alert:focus,.top-bar-section ul li>button.alert:hover{background-color:#cc0f0f}.top-bar-section ul li>button.alert,.top-bar-section ul li>button.alert:focus,.top-bar-section ul li>button.alert:hover{color:#fff}.top-bar-section ul li>button.warning{background-color:#f1852a;border-color:#d4690e}.top-bar-section ul li>button.warning:focus,.top-bar-section ul li>button.warning:hover{background-color:#d4690e}.top-bar-section ul li>button.warning,.top-bar-section ul li>button.warning:focus,.top-bar-section ul li>button.warning:hover{color:#fff}.top-bar-section ul li>button.info{background-color:#8fc8fd;border-color:#41a2fc}.top-bar-section ul li>button.info:focus,.top-bar-section ul li>button.info:hover{background-color:#41a2fc}.top-bar-section ul li>button.info{color:#333}.top-bar-section ul li>button.info:focus,.top-bar-section ul li>button.info:hover{color:#fff}.top-bar-section ul li:hover:not(.has-form)>a{background-color:#555;background:#222;color:#fff}.top-bar-section ul li.active>a{background:#1e90fa;color:#fff}.top-bar-section ul li.active>a:hover{background:#057dec;color:#fff}.top-bar-section .has-form{padding:.9375rem}.top-bar-section .has-dropdown{position:relative}.top-bar-section .has-dropdown>a:after{border:5px inset transparent;border-left:5px solid hsla(0,0%,100%,.4);content:"";display:block;height:0;margin-right:.9375rem;margin-top:-4.5px;position:absolute;right:0;top:50%;width:0}.top-bar-section .has-dropdown.moved{position:static}.top-bar-section .has-dropdown.moved>.dropdown{clip:auto;display:block;height:auto;overflow:visible;position:static!important;position:absolute!important;width:auto;width:100%}.top-bar-section .has-dropdown.moved>a:after{display:none}.top-bar-section .dropdown{clip:rect(1px,1px,1px,1px);display:block;height:1px;left:100%;overflow:hidden;padding:0;position:absolute!important;position:absolute;top:0;width:1px;z-index:99}.top-bar-section .dropdown li{height:auto;width:100%}.top-bar-section .dropdown li a{font-weight:400;padding:8px .9375rem}.top-bar-section .dropdown li a.parent-link{font-weight:400}.top-bar-section .dropdown li.parent-link,.top-bar-section .dropdown li.title h5{font-size:1.125rem;margin-bottom:0;margin-top:0}.top-bar-section .dropdown li.parent-link a,.top-bar-section .dropdown li.title h5 a{color:#fff;display:block}.top-bar-section .dropdown li.parent-link a:hover,.top-bar-section .dropdown li.title h5 a:hover{background:none}.top-bar-section .dropdown li.has-form{padding:8px .9375rem}.top-bar-section .dropdown li .button,.top-bar-section .dropdown li button{top:auto}.top-bar-section .dropdown label{color:#777;font-size:.625rem;font-weight:700;margin-bottom:0;padding:8px .9375rem 2px;text-transform:uppercase}.js-generated{display:block}@media only screen and (min-width:40.0625em){.top-bar:after,.top-bar:before{content:" ";display:table}.top-bar:after{clear:both}.top-bar{background:#333;overflow:visible}.top-bar .toggle-topbar{display:none}.top-bar .title-area{float:left}.top-bar .name h1 a,.top-bar .name h2 a,.top-bar .name h3 a,.top-bar .name h4 a,.top-bar .name h5 a,.top-bar .name h6 a{width:auto}.top-bar .button,.top-bar .has-form>.button,.top-bar .has-form>button,.top-bar button,.top-bar input,.top-bar select{font-size:.875rem;height:1.75rem;position:relative;top:.53125rem}.top-bar.expanded{background:#333}.contain-to-grid .top-bar{margin:0 auto;max-width:75rem}.top-bar-section{left:0!important;transition:none 0 0}.top-bar-section ul{display:inline;height:auto!important;width:auto}.top-bar-section ul li{float:left}.top-bar-section ul li .js-generated{display:none}.top-bar-section li.hover>a:not(.button){background-color:#555;background:#222;color:#fff}.top-bar-section li:not(.has-form) a:not(.button){background:#333;line-height:2.8125rem;padding:0 .9375rem}.top-bar-section li:not(.has-form) a:not(.button):hover{background-color:#555;background:#222}.top-bar-section li.active:not(.has-form) a:not(.button){background:#1e90fa;color:#fff;line-height:2.8125rem;padding:0 .9375rem}.top-bar-section li.active:not(.has-form) a:not(.button):hover{background:#057dec;color:#fff}.top-bar-section .has-dropdown>a{padding-right:2.1875rem!important}.top-bar-section .has-dropdown>a:after{border:5px inset transparent;border-top:5px solid hsla(0,0%,100%,.4);content:"";display:block;height:0;margin-top:-2.5px;top:1.40625rem;width:0}.top-bar-section .has-dropdown.moved{position:relative}.top-bar-section .has-dropdown.moved>.dropdown{clip:rect(1px,1px,1px,1px);display:block;height:1px;overflow:hidden;position:absolute!important;width:1px}.top-bar-section .has-dropdown.hover>.dropdown,.top-bar-section .has-dropdown.not-click:hover>.dropdown,.top-bar-section .has-dropdown>a:focus+.dropdown{clip:auto;display:block;height:auto;overflow:visible;position:static!important;position:absolute!important;width:auto}.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after{border:none;content:"»";right:5px;top:.1875rem}.top-bar-section .dropdown{background:transparent;left:0;min-width:100%;top:auto}.top-bar-section .dropdown li a{background:#333;color:#fff;line-height:2.8125rem;padding:12px .9375rem;white-space:nowrap}.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button){background:#333;color:#fff}.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button){background-color:#555;background:#222;color:#fff}.top-bar-section .dropdown li label{background:#333;white-space:nowrap}.top-bar-section .dropdown li .dropdown{left:100%;top:0}.top-bar-section>ul>.divider,.top-bar-section>ul>[role=separator]{border-bottom:none;border-right:1px solid #4e4e4e;border-top:none;clear:none;height:2.8125rem;width:0}.top-bar-section .has-form{background:#333;height:2.8125rem;padding:0 .9375rem}.top-bar-section .right li .dropdown{left:auto;right:0}.top-bar-section .right li .dropdown li .dropdown{right:100%}.top-bar-section .left li .dropdown{left:0;right:auto}.top-bar-section .left li .dropdown li .dropdown{left:100%}.no-js .top-bar-section ul li:hover>a{background-color:#555;background:#222;color:#fff}.no-js .top-bar-section ul li:active>a{background:#1e90fa;color:#fff}.no-js .top-bar-section .has-dropdown:hover>.dropdown,.no-js .top-bar-section .has-dropdown>a:focus+.dropdown{clip:auto;display:block;height:auto;overflow:visible;position:static!important;position:absolute!important;width:auto}}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-justify{text-align:justify!important}@media only screen and (max-width:40em){.small-only-text-left{text-align:left!important}.small-only-text-right{text-align:right!important}.small-only-text-center{text-align:center!important}.small-only-text-justify{text-align:justify!important}}@media only screen{.small-text-left{text-align:left!important}.small-text-right{text-align:right!important}.small-text-center{text-align:center!important}.small-text-justify{text-align:justify!important}}@media only screen and (min-width:40.0625em) and (max-width:64em){.medium-only-text-left{text-align:left!important}.medium-only-text-right{text-align:right!important}.medium-only-text-center{text-align:center!important}.medium-only-text-justify{text-align:justify!important}}@media only screen and (min-width:40.0625em){.medium-text-left{text-align:left!important}.medium-text-right{text-align:right!important}.medium-text-center{text-align:center!important}.medium-text-justify{text-align:justify!important}}@media only screen and (min-width:64.0625em) and (max-width:90em){.large-only-text-left{text-align:left!important}.large-only-text-right{text-align:right!important}.large-only-text-center{text-align:center!important}.large-only-text-justify{text-align:justify!important}}@media only screen and (min-width:64.0625em){.large-text-left{text-align:left!important}.large-text-right{text-align:right!important}.large-text-center{text-align:center!important}.large-text-justify{text-align:justify!important}}@media only screen and (min-width:90.0625em) and (max-width:120em){.xlarge-only-text-left{text-align:left!important}.xlarge-only-text-right{text-align:right!important}.xlarge-only-text-center{text-align:center!important}.xlarge-only-text-justify{text-align:justify!important}}@media only screen and (min-width:90.0625em){.xlarge-text-left{text-align:left!important}.xlarge-text-right{text-align:right!important}.xlarge-text-center{text-align:center!important}.xlarge-text-justify{text-align:justify!important}}@media only screen and (min-width:120.0625em) and (max-width:6249999.9375em){.xxlarge-only-text-left{text-align:left!important}.xxlarge-only-text-right{text-align:right!important}.xxlarge-only-text-center{text-align:center!important}.xxlarge-only-text-justify{text-align:justify!important}}@media only screen and (min-width:120.0625em){.xxlarge-text-left{text-align:left!important}.xxlarge-text-right{text-align:right!important}.xxlarge-text-center{text-align:center!important}.xxlarge-text-justify{text-align:justify!important}}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}a{color:#1e90fa;line-height:inherit;text-decoration:none}a:focus,a:hover{color:#057dec}a img{border:none}p{font-family:inherit;font-size:1rem;font-weight:400;margin-bottom:1.25rem;text-rendering:optimizeLegibility}p,p.lead{line-height:1.6}p.lead{font-size:1.21875rem}p aside{font-size:.875rem;font-style:italic;line-height:1.35}h1,h2,h3,h4,h5,h6{color:#222;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.4;margin-bottom:.5rem;margin-top:.2rem;text-rendering:optimizeLegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#6f6f6f;font-size:70%;line-height:0}h1{font-size:2.125rem}h2{font-size:1.6875rem}h3{font-size:1.375rem}h4,h5{font-size:1.125rem}h6{font-size:1rem}.subheader{color:#6f6f6f;font-weight:400;line-height:1.4;margin-bottom:.5rem;margin-top:.2rem}hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:1.25rem 0 1.1875rem}em,i{font-style:italic}b,em,i,small,strong{line-height:inherit}code{background-color:#f0f0f0;border:1px solid #d8d8d8;color:#333;font-family:Consolas,Liberation Mono,Courier,monospace;font-weight:400;padding:.125rem .3125rem .0625rem}dl,ol,ul{font-family:inherit;font-size:1rem;line-height:1.6;list-style-position:outside;margin-bottom:1.25rem}ul{margin-left:1.1rem}ul li ol,ul li ul{margin-bottom:0;margin-left:1.25rem}ul.circle li ul,ul.disc li ul,ul.square li ul{list-style:inherit}ul.square{list-style-type:square;margin-left:1.1rem}ul.circle{list-style-type:circle}ul.circle,ul.disc{margin-left:1.1rem}ul.disc{list-style-type:disc}ol{margin-left:1.4rem}ol li ol,ol li ul{margin-bottom:0;margin-left:1.25rem}.no-bullet{list-style-type:none;margin-left:0}.no-bullet li ol,.no-bullet li ul{list-style:none;margin-bottom:0;margin-left:1.25rem}dl dt{font-weight:700;margin-bottom:.3rem}dl dd{margin-bottom:.75rem}abbr,acronym{color:#252525;cursor:help;font-size:90%;text-transform:uppercase}abbr{text-transform:none}abbr[title]{border-bottom:1px dotted #ddd}blockquote{border-left:1px solid #ddd;margin:0 0 1.25rem;padding:.5625rem 1.25rem 0 1.1875rem}blockquote cite{color:#555;display:block;font-size:.8125rem}blockquote cite:before{content:"— "}blockquote cite a,blockquote cite a:visited{color:#555}blockquote,blockquote p{color:#6f6f6f;line-height:1.6}.vcard{border:1px solid #ddd;display:inline-block;margin:0 0 1.25rem;padding:.625rem .75rem}.vcard li{display:block;margin:0}.vcard .fn{font-size:.9375rem}.vcard .fn,.vevent .summary,.vevent abbr{font-weight:700}.vevent abbr{border:none;cursor:default;padding:0 .0625rem;text-decoration:none}@media only screen and (min-width:40.0625em){h1,h2,h3,h4,h5,h6{line-height:1.4}h1{font-size:2.75rem}h2{font-size:2.3125rem}h3{font-size:1.6875rem}h4{font-size:1.4375rem}h5{font-size:1.125rem}h6{font-size:1rem}}@media print{*{background:transparent!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.34in}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}@media only screen{.hide-for-large,.hide-for-large-only,.hide-for-large-up,.hide-for-medium,.hide-for-medium-only,.hide-for-medium-up,.hide-for-xlarge,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.show-for-large-down,.show-for-medium-down,.show-for-small,.show-for-small-down,.show-for-small-only,.show-for-small-up,.show-for-xlarge-down,.show-for-xxlarge-down{display:inherit!important}.hide-for-large-down,.hide-for-medium-down,.hide-for-small,.hide-for-small-down,.hide-for-small-only,.hide-for-small-up,.hide-for-xlarge-down,.hide-for-xxlarge-down,.show-for-large,.show-for-large-only,.show-for-large-up,.show-for-medium,.show-for-medium-only,.show-for-medium-up,.show-for-xlarge,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge,.show-for-xxlarge-only,.show-for-xxlarge-up{display:none!important}.hidden-for-large,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-medium,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-xlarge,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.visible-for-large-down,.visible-for-medium-down,.visible-for-small,.visible-for-small-down,.visible-for-small-only,.visible-for-small-up,.visible-for-xlarge-down,.visible-for-xxlarge-down{clip:auto;height:auto;overflow:visible;position:static!important;width:auto}.hidden-for-large-down,.hidden-for-medium-down,.hidden-for-small,.hidden-for-small-down,.hidden-for-small-only,.hidden-for-small-up,.hidden-for-xlarge-down,.hidden-for-xxlarge-down,.visible-for-large,.visible-for-large-only,.visible-for-large-up,.visible-for-medium,.visible-for-medium-only,.visible-for-medium-up,.visible-for-xlarge,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-only,.visible-for-xxlarge-up{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}table.hide-for-large,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-medium,table.hide-for-medium-only,table.hide-for-medium-up,table.hide-for-xlarge,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xxlarge,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.show-for-large-down,table.show-for-medium-down,table.show-for-small,table.show-for-small-down,table.show-for-small-only,table.show-for-small-up,table.show-for-xlarge-down,table.show-for-xxlarge-down{display:table!important}thead.hide-for-large,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-medium,thead.hide-for-medium-only,thead.hide-for-medium-up,thead.hide-for-xlarge,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xxlarge,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.show-for-large-down,thead.show-for-medium-down,thead.show-for-small,thead.show-for-small-down,thead.show-for-small-only,thead.show-for-small-up,thead.show-for-xlarge-down,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-large,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-medium,tbody.hide-for-medium-only,tbody.hide-for-medium-up,tbody.hide-for-xlarge,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xxlarge,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.show-for-large-down,tbody.show-for-medium-down,tbody.show-for-small,tbody.show-for-small-down,tbody.show-for-small-only,tbody.show-for-small-up,tbody.show-for-xlarge-down,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-large,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-medium,tr.hide-for-medium-only,tr.hide-for-medium-up,tr.hide-for-xlarge,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xxlarge,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.show-for-large-down,tr.show-for-medium-down,tr.show-for-small,tr.show-for-small-down,tr.show-for-small-only,tr.show-for-small-up,tr.show-for-xlarge-down,tr.show-for-xxlarge-down{display:table-row}td.hide-for-large,td.hide-for-large-only,td.hide-for-large-up,td.hide-for-medium,td.hide-for-medium-only,td.hide-for-medium-up,td.hide-for-xlarge,td.hide-for-xlarge-only,td.hide-for-xlarge-up,td.hide-for-xxlarge,td.hide-for-xxlarge-only,td.hide-for-xxlarge-up,td.show-for-large-down,td.show-for-medium-down,td.show-for-small,td.show-for-small-down,td.show-for-small-only,td.show-for-small-up,td.show-for-xlarge-down,td.show-for-xxlarge-down,th.hide-for-large,th.hide-for-large-only,th.hide-for-large-up,th.hide-for-medium,th.hide-for-medium-only,th.hide-for-medium-up,th.hide-for-xlarge,th.hide-for-xlarge-only,th.hide-for-xlarge-up,th.hide-for-xxlarge,th.hide-for-xxlarge-only,th.hide-for-xxlarge-up,th.show-for-large-down,th.show-for-medium-down,th.show-for-small,th.show-for-small-down,th.show-for-small-only,th.show-for-small-up,th.show-for-xlarge-down,th.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:40.0625em){.hide-for-large,.hide-for-large-only,.hide-for-large-up,.hide-for-small,.hide-for-small-down,.hide-for-small-only,.hide-for-xlarge,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.show-for-large-down,.show-for-medium,.show-for-medium-down,.show-for-medium-only,.show-for-medium-up,.show-for-small-up,.show-for-xlarge-down,.show-for-xxlarge-down{display:inherit!important}.hide-for-large-down,.hide-for-medium,.hide-for-medium-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-small-up,.hide-for-xlarge-down,.hide-for-xxlarge-down,.show-for-large,.show-for-large-only,.show-for-large-up,.show-for-small,.show-for-small-down,.show-for-small-only,.show-for-xlarge,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge,.show-for-xxlarge-only,.show-for-xxlarge-up{display:none!important}.hidden-for-large,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-small-only,.hidden-for-xlarge,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.visible-for-large-down,.visible-for-medium,.visible-for-medium-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-small-up,.visible-for-xlarge-down,.visible-for-xxlarge-down{clip:auto;height:auto;overflow:visible;position:static!important;width:auto}.hidden-for-large-down,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-small-up,.hidden-for-xlarge-down,.hidden-for-xxlarge-down,.visible-for-large,.visible-for-large-only,.visible-for-large-up,.visible-for-small,.visible-for-small-down,.visible-for-small-only,.visible-for-xlarge,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-only,.visible-for-xxlarge-up{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}table.hide-for-large,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-small-only,table.hide-for-xlarge,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xxlarge,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.show-for-large-down,table.show-for-medium,table.show-for-medium-down,table.show-for-medium-only,table.show-for-medium-up,table.show-for-small-up,table.show-for-xlarge-down,table.show-for-xxlarge-down{display:table!important}thead.hide-for-large,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-small-only,thead.hide-for-xlarge,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xxlarge,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.show-for-large-down,thead.show-for-medium,thead.show-for-medium-down,thead.show-for-medium-only,thead.show-for-medium-up,thead.show-for-small-up,thead.show-for-xlarge-down,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-large,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-small-only,tbody.hide-for-xlarge,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xxlarge,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.show-for-large-down,tbody.show-for-medium,tbody.show-for-medium-down,tbody.show-for-medium-only,tbody.show-for-medium-up,tbody.show-for-small-up,tbody.show-for-xlarge-down,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-large,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-small-only,tr.hide-for-xlarge,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xxlarge,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.show-for-large-down,tr.show-for-medium,tr.show-for-medium-down,tr.show-for-medium-only,tr.show-for-medium-up,tr.show-for-small-up,tr.show-for-xlarge-down,tr.show-for-xxlarge-down{display:table-row}td.hide-for-large,td.hide-for-large-only,td.hide-for-large-up,td.hide-for-small,td.hide-for-small-down,td.hide-for-small-only,td.hide-for-xlarge,td.hide-for-xlarge-only,td.hide-for-xlarge-up,td.hide-for-xxlarge,td.hide-for-xxlarge-only,td.hide-for-xxlarge-up,td.show-for-large-down,td.show-for-medium,td.show-for-medium-down,td.show-for-medium-only,td.show-for-medium-up,td.show-for-small-up,td.show-for-xlarge-down,td.show-for-xxlarge-down,th.hide-for-large,th.hide-for-large-only,th.hide-for-large-up,th.hide-for-small,th.hide-for-small-down,th.hide-for-small-only,th.hide-for-xlarge,th.hide-for-xlarge-only,th.hide-for-xlarge-up,th.hide-for-xxlarge,th.hide-for-xxlarge-only,th.hide-for-xxlarge-up,th.show-for-large-down,th.show-for-medium,th.show-for-medium-down,th.show-for-medium-only,th.show-for-medium-up,th.show-for-small-up,th.show-for-xlarge-down,th.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:64.0625em){.hide-for-medium,.hide-for-medium-down,.hide-for-medium-only,.hide-for-small,.hide-for-small-down,.hide-for-small-only,.hide-for-xlarge,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.show-for-large,.show-for-large-down,.show-for-large-only,.show-for-large-up,.show-for-medium-up,.show-for-small-up,.show-for-xlarge-down,.show-for-xxlarge-down{display:inherit!important}.hide-for-large,.hide-for-large-down,.hide-for-large-only,.hide-for-large-up,.hide-for-medium-up,.hide-for-small-up,.hide-for-xlarge-down,.hide-for-xxlarge-down,.show-for-medium,.show-for-medium-down,.show-for-medium-only,.show-for-small,.show-for-small-down,.show-for-small-only,.show-for-xlarge,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge,.show-for-xxlarge-only,.show-for-xxlarge-up{display:none!important}.hidden-for-medium,.hidden-for-medium-down,.hidden-for-medium-only,.hidden-for-small,.hidden-for-small-down,.hidden-for-small-only,.hidden-for-xlarge,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.visible-for-large,.visible-for-large-down,.visible-for-large-only,.visible-for-large-up,.visible-for-medium-up,.visible-for-small-up,.visible-for-xlarge-down,.visible-for-xxlarge-down{clip:auto;height:auto;overflow:visible;position:static!important;width:auto}.hidden-for-large,.hidden-for-large-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-medium-up,.hidden-for-small-up,.hidden-for-xlarge-down,.hidden-for-xxlarge-down,.visible-for-medium,.visible-for-medium-down,.visible-for-medium-only,.visible-for-small,.visible-for-small-down,.visible-for-small-only,.visible-for-xlarge,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-only,.visible-for-xxlarge-up{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}table.hide-for-medium,table.hide-for-medium-down,table.hide-for-medium-only,table.hide-for-small,table.hide-for-small-down,table.hide-for-small-only,table.hide-for-xlarge,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xxlarge,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.show-for-large,table.show-for-large-down,table.show-for-large-only,table.show-for-large-up,table.show-for-medium-up,table.show-for-small-up,table.show-for-xlarge-down,table.show-for-xxlarge-down{display:table!important}thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-medium-only,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-small-only,thead.hide-for-xlarge,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xxlarge,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.show-for-large,thead.show-for-large-down,thead.show-for-large-only,thead.show-for-large-up,thead.show-for-medium-up,thead.show-for-small-up,thead.show-for-xlarge-down,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-medium-only,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-small-only,tbody.hide-for-xlarge,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xxlarge,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.show-for-large,tbody.show-for-large-down,tbody.show-for-large-only,tbody.show-for-large-up,tbody.show-for-medium-up,tbody.show-for-small-up,tbody.show-for-xlarge-down,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-medium-only,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-small-only,tr.hide-for-xlarge,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xxlarge,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.show-for-large,tr.show-for-large-down,tr.show-for-large-only,tr.show-for-large-up,tr.show-for-medium-up,tr.show-for-small-up,tr.show-for-xlarge-down,tr.show-for-xxlarge-down{display:table-row}td.hide-for-medium,td.hide-for-medium-down,td.hide-for-medium-only,td.hide-for-small,td.hide-for-small-down,td.hide-for-small-only,td.hide-for-xlarge,td.hide-for-xlarge-only,td.hide-for-xlarge-up,td.hide-for-xxlarge,td.hide-for-xxlarge-only,td.hide-for-xxlarge-up,td.show-for-large,td.show-for-large-down,td.show-for-large-only,td.show-for-large-up,td.show-for-medium-up,td.show-for-small-up,td.show-for-xlarge-down,td.show-for-xxlarge-down,th.hide-for-medium,th.hide-for-medium-down,th.hide-for-medium-only,th.hide-for-small,th.hide-for-small-down,th.hide-for-small-only,th.hide-for-xlarge,th.hide-for-xlarge-only,th.hide-for-xlarge-up,th.hide-for-xxlarge,th.hide-for-xxlarge-only,th.hide-for-xxlarge-up,th.show-for-large,th.show-for-large-down,th.show-for-large-only,th.show-for-large-up,th.show-for-medium-up,th.show-for-small-up,th.show-for-xlarge-down,th.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:90.0625em){.hide-for-large,.hide-for-large-down,.hide-for-large-only,.hide-for-medium,.hide-for-medium-down,.hide-for-medium-only,.hide-for-small,.hide-for-small-down,.hide-for-small-only,.hide-for-xxlarge,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.show-for-large-up,.show-for-medium-up,.show-for-small-up,.show-for-xlarge,.show-for-xlarge-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge-down{display:inherit!important}.hide-for-large-up,.hide-for-medium-up,.hide-for-small-up,.hide-for-xlarge,.hide-for-xlarge-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge-down,.show-for-large,.show-for-large-down,.show-for-large-only,.show-for-medium,.show-for-medium-down,.show-for-medium-only,.show-for-small,.show-for-small-down,.show-for-small-only,.show-for-xxlarge,.show-for-xxlarge-only,.show-for-xxlarge-up{display:none!important}.hidden-for-large,.hidden-for-large-down,.hidden-for-large-only,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-medium-only,.hidden-for-small,.hidden-for-small-down,.hidden-for-small-only,.hidden-for-xxlarge,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.visible-for-large-up,.visible-for-medium-up,.visible-for-small-up,.visible-for-xlarge,.visible-for-xlarge-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge-down{clip:auto;height:auto;overflow:visible;position:static!important;width:auto}.hidden-for-large-up,.hidden-for-medium-up,.hidden-for-small-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge-down,.visible-for-large,.visible-for-large-down,.visible-for-large-only,.visible-for-medium,.visible-for-medium-down,.visible-for-medium-only,.visible-for-small,.visible-for-small-down,.visible-for-small-only,.visible-for-xxlarge,.visible-for-xxlarge-only,.visible-for-xxlarge-up{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}table.hide-for-large,table.hide-for-large-down,table.hide-for-large-only,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-medium-only,table.hide-for-small,table.hide-for-small-down,table.hide-for-small-only,table.hide-for-xxlarge,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.show-for-large-up,table.show-for-medium-up,table.show-for-small-up,table.show-for-xlarge,table.show-for-xlarge-down,table.show-for-xlarge-only,table.show-for-xlarge-up,table.show-for-xxlarge-down{display:table!important}thead.hide-for-large,thead.hide-for-large-down,thead.hide-for-large-only,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-medium-only,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-small-only,thead.hide-for-xxlarge,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.show-for-large-up,thead.show-for-medium-up,thead.show-for-small-up,thead.show-for-xlarge,thead.show-for-xlarge-down,thead.show-for-xlarge-only,thead.show-for-xlarge-up,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-large,tbody.hide-for-large-down,tbody.hide-for-large-only,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-medium-only,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-small-only,tbody.hide-for-xxlarge,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.show-for-large-up,tbody.show-for-medium-up,tbody.show-for-small-up,tbody.show-for-xlarge,tbody.show-for-xlarge-down,tbody.show-for-xlarge-only,tbody.show-for-xlarge-up,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-large,tr.hide-for-large-down,tr.hide-for-large-only,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-medium-only,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-small-only,tr.hide-for-xxlarge,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.show-for-large-up,tr.show-for-medium-up,tr.show-for-small-up,tr.show-for-xlarge,tr.show-for-xlarge-down,tr.show-for-xlarge-only,tr.show-for-xlarge-up,tr.show-for-xxlarge-down{display:table-row}td.hide-for-large,td.hide-for-large-down,td.hide-for-large-only,td.hide-for-medium,td.hide-for-medium-down,td.hide-for-medium-only,td.hide-for-small,td.hide-for-small-down,td.hide-for-small-only,td.hide-for-xxlarge,td.hide-for-xxlarge-only,td.hide-for-xxlarge-up,td.show-for-large-up,td.show-for-medium-up,td.show-for-small-up,td.show-for-xlarge,td.show-for-xlarge-down,td.show-for-xlarge-only,td.show-for-xlarge-up,td.show-for-xxlarge-down,th.hide-for-large,th.hide-for-large-down,th.hide-for-large-only,th.hide-for-medium,th.hide-for-medium-down,th.hide-for-medium-only,th.hide-for-small,th.hide-for-small-down,th.hide-for-small-only,th.hide-for-xxlarge,th.hide-for-xxlarge-only,th.hide-for-xxlarge-up,th.show-for-large-up,th.show-for-medium-up,th.show-for-small-up,th.show-for-xlarge,th.show-for-xlarge-down,th.show-for-xlarge-only,th.show-for-xlarge-up,th.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:120.0625em){.hide-for-large,.hide-for-large-down,.hide-for-large-only,.hide-for-medium,.hide-for-medium-down,.hide-for-medium-only,.hide-for-small,.hide-for-small-down,.hide-for-small-only,.hide-for-xlarge,.hide-for-xlarge-down,.hide-for-xlarge-only,.show-for-large-up,.show-for-medium-up,.show-for-small-up,.show-for-xlarge-up,.show-for-xxlarge,.show-for-xxlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up{display:inherit!important}.hide-for-large-up,.hide-for-medium-up,.hide-for-small-up,.hide-for-xlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.show-for-large,.show-for-large-down,.show-for-large-only,.show-for-medium,.show-for-medium-down,.show-for-medium-only,.show-for-small,.show-for-small-down,.show-for-small-only,.show-for-xlarge,.show-for-xlarge-down,.show-for-xlarge-only{display:none!important}.hidden-for-large,.hidden-for-large-down,.hidden-for-large-only,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-medium-only,.hidden-for-small,.hidden-for-small-down,.hidden-for-small-only,.hidden-for-xlarge,.hidden-for-xlarge-down,.hidden-for-xlarge-only,.visible-for-large-up,.visible-for-medium-up,.visible-for-small-up,.visible-for-xlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up{clip:auto;height:auto;overflow:visible;position:static!important;width:auto}.hidden-for-large-up,.hidden-for-medium-up,.hidden-for-small-up,.hidden-for-xlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.visible-for-large,.visible-for-large-down,.visible-for-large-only,.visible-for-medium,.visible-for-medium-down,.visible-for-medium-only,.visible-for-small,.visible-for-small-down,.visible-for-small-only,.visible-for-xlarge,.visible-for-xlarge-down,.visible-for-xlarge-only{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}table.hide-for-large,table.hide-for-large-down,table.hide-for-large-only,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-medium-only,table.hide-for-small,table.hide-for-small-down,table.hide-for-small-only,table.hide-for-xlarge,table.hide-for-xlarge-down,table.hide-for-xlarge-only,table.show-for-large-up,table.show-for-medium-up,table.show-for-small-up,table.show-for-xlarge-up,table.show-for-xxlarge,table.show-for-xxlarge-down,table.show-for-xxlarge-only,table.show-for-xxlarge-up{display:table!important}thead.hide-for-large,thead.hide-for-large-down,thead.hide-for-large-only,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-medium-only,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-small-only,thead.hide-for-xlarge,thead.hide-for-xlarge-down,thead.hide-for-xlarge-only,thead.show-for-large-up,thead.show-for-medium-up,thead.show-for-small-up,thead.show-for-xlarge-up,thead.show-for-xxlarge,thead.show-for-xxlarge-down,thead.show-for-xxlarge-only,thead.show-for-xxlarge-up{display:table-header-group!important}tbody.hide-for-large,tbody.hide-for-large-down,tbody.hide-for-large-only,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-medium-only,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-small-only,tbody.hide-for-xlarge,tbody.hide-for-xlarge-down,tbody.hide-for-xlarge-only,tbody.show-for-large-up,tbody.show-for-medium-up,tbody.show-for-small-up,tbody.show-for-xlarge-up,tbody.show-for-xxlarge,tbody.show-for-xxlarge-down,tbody.show-for-xxlarge-only,tbody.show-for-xxlarge-up{display:table-row-group!important}tr.hide-for-large,tr.hide-for-large-down,tr.hide-for-large-only,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-medium-only,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-small-only,tr.hide-for-xlarge,tr.hide-for-xlarge-down,tr.hide-for-xlarge-only,tr.show-for-large-up,tr.show-for-medium-up,tr.show-for-small-up,tr.show-for-xlarge-up,tr.show-for-xxlarge,tr.show-for-xxlarge-down,tr.show-for-xxlarge-only,tr.show-for-xxlarge-up{display:table-row}td.hide-for-large,td.hide-for-large-down,td.hide-for-large-only,td.hide-for-medium,td.hide-for-medium-down,td.hide-for-medium-only,td.hide-for-small,td.hide-for-small-down,td.hide-for-small-only,td.hide-for-xlarge,td.hide-for-xlarge-down,td.hide-for-xlarge-only,td.show-for-large-up,td.show-for-medium-up,td.show-for-small-up,td.show-for-xlarge-up,td.show-for-xxlarge,td.show-for-xxlarge-down,td.show-for-xxlarge-only,td.show-for-xxlarge-up,th.hide-for-large,th.hide-for-large-down,th.hide-for-large-only,th.hide-for-medium,th.hide-for-medium-down,th.hide-for-medium-only,th.hide-for-small,th.hide-for-small-down,th.hide-for-small-only,th.hide-for-xlarge,th.hide-for-xlarge-down,th.hide-for-xlarge-only,th.show-for-large-up,th.show-for-medium-up,th.show-for-small-up,th.show-for-xlarge-up,th.show-for-xxlarge,th.show-for-xxlarge-down,th.show-for-xxlarge-only,th.show-for-xxlarge-up{display:table-cell!important}}.hide-for-portrait,.show-for-landscape{display:inherit!important}.hide-for-landscape,.show-for-portrait{display:none!important}table.hide-for-landscape,table.show-for-portrait{display:table!important}thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group!important}tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group!important}tr.hide-for-landscape,tr.show-for-portrait{display:table-row!important}td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{display:table-cell!important}@media only screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:inherit!important}.hide-for-landscape,.show-for-portrait{display:none!important}table.hide-for-portrait,table.show-for-landscape{display:table!important}thead.hide-for-portrait,thead.show-for-landscape{display:table-header-group!important}tbody.hide-for-portrait,tbody.show-for-landscape{display:table-row-group!important}tr.hide-for-portrait,tr.show-for-landscape{display:table-row!important}td.hide-for-portrait,td.show-for-landscape,th.hide-for-portrait,th.show-for-landscape{display:table-cell!important}}@media only screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:inherit!important}.hide-for-portrait,.show-for-landscape{display:none!important}table.hide-for-landscape,table.show-for-portrait{display:table!important}thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group!important}tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group!important}tr.hide-for-landscape,tr.show-for-portrait{display:table-row!important}td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{display:table-cell!important}}.show-for-touch{display:none!important}.hide-for-touch,.touch .show-for-touch{display:inherit!important}.touch .hide-for-touch{display:none!important}.touch table.show-for-touch,table.hide-for-touch{display:table!important}.touch thead.show-for-touch,thead.hide-for-touch{display:table-header-group!important}.touch tbody.show-for-touch,tbody.hide-for-touch{display:table-row-group!important}.touch tr.show-for-touch,tr.hide-for-touch{display:table-row!important}.touch td.show-for-touch,.touch th.show-for-touch,td.hide-for-touch,th.hide-for-touch{display:table-cell!important}.show-for-sr,.show-on-focus{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.show-on-focus:active,.show-on-focus:focus{clip:auto;height:auto;overflow:visible;position:static!important;width:auto}.print-only,.show-for-print{display:none!important}@media print{.print-only,.show-for-print{display:block!important}.hide-for-print,.hide-on-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}body input,body textarea{border:1px solid #ccc;border-radius:4px}body input[type=file]{border:none}table.style-a{border:0;width:100%}table.style-a thead,table.style-a tr{background:none}table.style-a tr th{background:none;font-weight:700;padding:1rem 0;text-transform:uppercase}table.style-a tr td{background:none;border-top:1px solid #eee}table.style-b{border:none}table.style-b thead{background:#fff}table.style-b thead th{padding:.5625rem .625rem}table.style-c{border:none;margin:0}table.style-c,table.style-c tr{background:none}table.style-c td,table.style-c th{padding:.2rem .33rem}.panel.success{background:#eff6d3}.button,button{border-radius:.25rem;font-weight:700;outline:0;transition:all .5s}.button.square,button.square{border-radius:0}.button.shadow,button.shadow{box-shadow:2px 4px 4px 0 rgba(0,0,0,.3)}.button.shadow:hover,button.shadow:hover{box-shadow:2px 4px 4px 0 rgba(0,0,0,.5)}.button:focus,.button:hover,button:focus,button:hover{box-shadow:inset 1px 1px 2px rgba(0,0,0,.2)}.button:active,button:active{box-shadow:inset 3px 3px 3px rgba(0,0,0,.3)}.button.postfix,.button.prefix,button.postfix,button.prefix{line-height:normal}.button,.button.alert,.button.info,.button.primary,.button.secondary,.button.success,.button.warning,button,button.alert,button.info,button.primary,button.secondary,button.success,button.warning{color:#fff}.button.mini,button.mini{font-size:.6875rem;font-weight:400;padding:.25rem .75rem .3rem}.button.mini.ghost,button.mini.ghost{padding:.125rem .625rem .175rem!important}.button.small,button.small{font-size:.9rem;font-weight:500;padding:.5rem 1.3rem}.button.small.ghost,button.small.ghost{padding:.375rem 1.175rem!important}.button.medium,button.medium{font-size:1.1rem;font-weight:500;padding:.75rem 1.5rem}.button.medium.ghost,button.medium.ghost{padding:.625rem 1.375rem!important}.button.large,button.large{font-size:1.5rem;font-weight:700;padding:1rem 2rem}.button.large.ghost,button.large.ghost{padding:.875rem 1.875rem!important}.button.ghost,button.ghost{background:#fbfdff;border:.125rem solid #1e90fa;box-shadow:none;color:#333}.button.ghost:hover,button.ghost:hover{background-color:#c7e3fe;color:#555}.button.ghost:focus,button.ghost:focus{color:#555}.button.ghost.primary,button.ghost.primary{background-color:#fbfdff;border-color:#1e90fa}.button.ghost.primary:hover,button.ghost.primary:hover{background-color:#c7e3fe}.button.ghost.secondary,button.ghost.secondary{background-color:#fefefe;border-color:#cdcdcd}.button.ghost.secondary:hover,button.ghost.secondary:hover{background-color:#f8f8f8}.button.ghost.success,button.ghost.success{background-color:#fdfefb;border-color:#accf29}.button.ghost.success:hover,button.ghost.success:hover{background-color:#f3f9de}.button.ghost.warning,button.ghost.warning{background-color:#fef6f0;border-color:#f1852a}.button.ghost.warning:hover,button.ghost.warning:hover{background-color:#fce7d4}.button.ghost.alert,button.ghost.alert{background-color:#fde9e9;border-color:#ef2323}.button.ghost.alert:hover,button.ghost.alert:hover{background-color:#fcd3d3;color:#111}.button.ghost.info,button.ghost.info{background-color:#fdfeff;border-color:#8fc8fd}.button.ghost.info:hover,button.ghost.info:hover{background-color:#eef7ff}.button.ghost[disabled]:hover,button.ghost[disabled]:hover{background-color:unset;color:#555}.floating{-webkit-animation-duration:3s;-moz-animation-duration:3s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-name:Floatingx;-moz-animation-name:Floating;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;float:left;margin-left:30px;margin-top:5px}.product-pricing-ctrl{opacity:0}.product-pricing-ctrl.initialized{opacity:1;transition:opacity 1s ease-in}.product-pricing-ctrl h3{border-bottom:1px solid #ccc;font-size:1.3rem;font-weight:400;margin-bottom:1rem;padding-bottom:.5rem}.product-pricing-ctrl h3.your-offer{border:none;color:#111;font-size:1.6rem;margin-top:2rem;text-align:center}.product-pricing-ctrl h3.your-offer strong{color:#accf29;font-size:2.5rem}.product-pricing-ctrl h3.your-offer hr{margin:1.25rem 0 1rem}.product-pricing-ctrl h5{font-size:1.75rem;margin:0 0 1rem}.product-pricing-ctrl>div{min-height:20rem}.product-pricing-ctrl .filterable-mode-on .filter-wrap{display:block}.product-pricing-ctrl .filterable-mode-on .answers{max-height:50vh;overflow-y:scroll}@media only screen and (max-width:40em){.product-pricing-ctrl .filterable-mode-on .answers{max-height:90vh}}.product-pricing-ctrl .filterable-mode-on .answers::-webkit-scrollbar{-webkit-appearance:none}.product-pricing-ctrl .filterable-mode-on .answers::-webkit-scrollbar:vertical{width:11px}.product-pricing-ctrl .filterable-mode-on .answers::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.5);border:2px solid #fff;border-radius:8px}.product-pricing-ctrl .filterable-mode-on .answers::-webkit-scrollbar-track{background-color:#fff;border-radius:8px}.product-pricing-ctrl .filter-wrap{border:1px solid #ccc;border-radius:5px;display:none;margin-top:1rem;overflow:hidden;position:relative}.product-pricing-ctrl .filter-wrap i{color:#92b714;left:11px;position:absolute;top:7px}.product-pricing-ctrl .filter-wrap input{background:#f9ffe6;border:none;margin:0;padding-left:30px}.product-pricing-ctrl .answers{background:#fff;border:1px solid #ccc;border-radius:5px;list-style-type:none;margin:2.5% 0 5%;overflow:hidden}.product-pricing-ctrl .answers *{cursor:pointer}.product-pricing-ctrl .answers>div{border-top:1px dotted #ccc;cursor:pointer;font-size:1.15rem;margin:0;padding:.9rem 3.33% .9rem 3.25rem;position:relative;transition:all .2s}.product-pricing-ctrl .answers>div .selected-indicator{display:inline-block;left:1.25rem;margin:0;position:absolute;top:1.05rem}.product-pricing-ctrl .answers>div .selected-indicator path{fill:#777}.product-pricing-ctrl .answers>div:focus,.product-pricing-ctrl .answers>div:hover{background:#fafafa;box-shadow:inset 1px 2px 2px rgba(0,0,0,.1);outline:0}.product-pricing-ctrl .answers>div:focus .selected-indicator path,.product-pricing-ctrl .answers>div:hover .selected-indicator path{fill:#333}.product-pricing-ctrl .answers>div.selected{background:#eff6d3;box-shadow:inset 1px 2px 2px rgba(0,0,0,.1)}.product-pricing-ctrl .answers>div.selected .selected-indicator path{fill:#333}.product-pricing-ctrl .answers>div.has-extra-img{padding-right:5rem}.product-pricing-ctrl .answers>div.first{border:none}.product-pricing-ctrl .answers .extra-txt{color:#999;display:inline-block;font-size:.8rem;width:100%}.product-pricing-ctrl .answers .extra-img{display:block;height:100%;margin-right:1rem;position:absolute;right:0;top:0;width:6rem}@media only screen and (max-width:375px){.product-pricing-ctrl .answers .extra-img{display:none}}.product-pricing-ctrl .offer hr{border-color:#eee;border-style:dotted}.product-pricing-ctrl .offer button{padding-left:.75rem;padding-right:.75rem;text-align:center}.product-pricing-ctrl .offer button.success{width:62.5%}.product-pricing-ctrl .offer button.secondary{background:#eee;color:#888;font-weight:400;width:30%}.product-pricing-ctrl .offer button.secondary:hover{background:#ccc}@media only screen and (min-width:40.0625em) and (max-width:64em){.product-pricing-ctrl .offer button.success{width:55%}.product-pricing-ctrl .offer button.secondary{width:35%}}@media only screen and (min-width:64.0625em) and (max-width:90em){.product-pricing-ctrl .offer button.secondary,.product-pricing-ctrl .offer button.success{width:42.5%}}.product-pricing-ctrl .offer-loading{height:25rem;position:relative}.product-pricing-ctrl .offer-loading span{color:#444;display:inline-block;margin-top:2rem;text-align:center;width:100%}.product-pricing-ctrl .guarantees{color:#777;font-size:1rem}.product-pricing-ctrl .guarantees svg{fill:#accf29;display:inline-block;height:2rem;margin:0;vertical-align:middle;width:2rem}.product-pricing-ctrl .guarantees hr{margin:2rem 0}.product-pricing-ctrl .guarantees .columns{padding-top:0}.product-pricing-ctrl .guarantees .guarantee-padding{padding:0;padding-bottom:1rem!important;padding-top:0!important}.product-pricing-ctrl .guarantees .guarantee-padding div:first-child{display:inline-block;max-width:72px;text-align:center;width:100%}@media only screen and (max-width:40em){.product-pricing-ctrl .guarantees .guarantee-padding div:first-child{max-width:16%;width:16%}}.product-pricing-ctrl .guarantees .guarantee-padding div:nth-child(2){display:inline-block;vertical-align:middle;width:80%}.product-pricing-ctrl .guarantees .guarantee-padding div:nth-child(2) strong{font-size:1.2rem}.product-pricing-ctrl .pricing-form-actions:after{clear:both;content:"";display:block}@media (max-width:1023px){.product-pricing-ctrl .pricing-form-actions{background:#fff;bottom:0;padding:.75rem 0;position:sticky;z-index:2}}.product-pricing-ctrl a.button{border-radius:.25rem}.product-pricing-ctrl .question-tip{cursor:pointer;cursor:help;display:inline-block;position:relative;width:100%}.product-pricing-ctrl .question-tip span{border-bottom:1px dotted #ccc;cursor:pointer;cursor:help;font-weight:700}.product-pricing-ctrl .question-tip.bad-esn{color:#999;font-size:.75rem;font-weight:500}.product-pricing-ctrl .question-tip .tip{background:#f6f6f6;border:1px solid #ddd;box-shadow:3px 3px 2px 0 #7a7a7a;display:none;font-weight:500;left:-1px;padding:1.5rem 2rem;position:absolute;top:0;z-index:999}.product-pricing-ctrl .question-tip .tip h4{font-weight:700;margin-bottom:1rem}.product-pricing-ctrl .question-tip .tip h4 .fi-info{margin-right:7px}.product-pricing-ctrl .question-tip .tip strong{color:#accf29;display:inline-block;font-size:1.25rem;margin-bottom:.666rem}.product-pricing-ctrl .question-tip .tip.bad-esn{bottom:0;color:#000;top:auto}.product-pricing-ctrl .question-tip .tip.bad-esn p:last-child{margin:0}.product-pricing-ctrl .answer-message-box{background:#fff;border:1px solid #ddd;border-radius:5px;margin-bottom:1.5rem;padding:.9rem 1.4rem .8rem}.product-pricing-ctrl .answer-message-box p{margin-bottom:.5rem}.product-pricing-ctrl .answer-message-box :last-child{margin-bottom:0}.product-pricing-ctrl .not-available-in-country{background:#f4f4f4;border:.125rem solid #777;border-radius:.25rem;color:#555;margin:6rem 0 0;min-height:auto;padding:1rem 1.25rem;text-align:center}.product-pricing-ctrl .not-available-in-country strong{color:#333;font-size:1.5rem;font-weight:700}.product-pricing-ctrl .not-available-in-country p{font-size:.85rem;margin:0}#product-pricing-modal{max-width:500px}#product-pricing-modal .product-pricing-ctrl .offer,#product-pricing-modal .product-pricing-ctrl .pricing-form-final-offer{margin-top:1rem}section.shipping-label-ctrl{display:inline-block;margin:0 0 1rem;width:auto}.button.shipping-label-btn{color:#444;font-size:1rem;margin:0 .5rem;padding:1rem 1.6rem!important;width:12rem}.button.shipping-label-btn object{height:45px;max-width:90px;opacity:.8}.button.shipping-label-btn object.logo-ups{height:46px;max-width:55px}.button.shipping-label-btn object.logo-usps{height:30px;margin:8px 0;max-width:115px}.button.shipping-label-btn object.logo-fedex{height:24px;margin:11px 0;max-width:80px}.button.shipping-label-btn object.logo-dhl{height:35px;margin:5px 0;max-width:90px}.button.shipping-label-btn:active,.button.shipping-label-btn:focus,.button.shipping-label-btn:hover{color:#111}.button.hazmat-label-btn{color:#444;font-size:1rem;margin:0 .5rem;padding:1rem 1.6rem!important;width:12rem}.button.hazmat-label-btn object{height:85px;max-width:110px;opacity:.8}.button.hazmat-label-btn object.logo-ups{height:46px;max-width:55px}.button.hazmat-label-btn object.logo-usps{height:30px;margin:8px 0;max-width:115px}.button.hazmat-label-btn object.logo-fedex{height:24px;margin:11px 0;max-width:80px}.button.hazmat-label-btn object.logo-dhl{height:35px;margin:5px 0;max-width:90px}.button.hazmat-label-btn:active,.button.hazmat-label-btn:focus,.button.hazmat-label-btn:hover{color:#111}.panel .panel.box-request{background:#fef6f0;border:.125rem solid #f1852a;border-radius:.25rem;color:#333;font-size:1rem;margin-bottom:1.25rem;padding:1.25rem}.offer-view-totals-table td{font-size:1rem}.offer-view-totals-table .title{padding-left:0}.offer-view-totals-table .amount{text-align:right}.expedited-processing-badge{background:#f1852a;border-radius:5px;display:inline-block;font-size:.8rem;padding:.25rem 1rem .25rem .7rem;text-align:center}.expedited-processing-badge,.expedited-processing-badge i,.expedited-processing-badge span{color:#fff!important;vertical-align:middle}.expedited-processing-badge.heading{float:right;margin-top:15px;padding:.2rem 1rem .4rem .7rem}.expedited-processing-badge.heading>*{color:#fff!important;font-size:1rem!important}.expedited-processing-badge.icon-only{font-size:.7rem;padding:.2rem .4rem}.expedited-processing-badge.icon-only span{display:none}.expedited-processing-badge.icon-only.offer-index{margin:0 0 0 3px;position:relative;top:-2px}.expedited-processing-badge.icon-only.pay-offers{font-size:.6rem;line-height:.9rem;margin-left:.25rem;padding:.2rem .4rem;position:relative;top:-3px}.custom-offer-badge{background:#accf29;border-radius:5px;color:#fff;display:inline-block;font-size:.7rem;font-weight:700;height:24px;padding:.3rem .4rem .2rem;text-align:center;vertical-align:middle;width:23px}.custom-offer-badge.offer-index{margin:0 0 0 3px;position:relative;top:-2px}.recommended-badge{color:#1e90fa;font-size:.7rem;text-transform:uppercase}.copy-text-badge{background-color:#cdcdcd;border-color:#a4a4a4;border-radius:5px;color:#333!important;display:inline-block;font-size:.6rem;line-height:.9rem;margin-left:.25rem;padding:.2rem .4rem;position:relative;top:-3px;vertical-align:middle}.highlighted-row{background-color:#e1e1e1!important;transition:background-color .5s}.blurred-row{opacity:.5;transition:opacity .5s}@media only screen and (min-width:40.0625em){.ship-label-modal.downloading{max-width:30rem;width:90%}.ship-label-modal.downloading.label-preview{max-width:60rem;width:70%}}.ship-label-modal .download-label .little-loader{margin-top:-3px}.ship-label-modal .download-label .downloading-box iframe{border:0;height:500px;height:60vh;width:100%}.ship-label-modal .download-label .download-options{margin:-.5rem 0}.ship-label-modal .download-label .download-options a{border:1px solid #ddd;display:inline-block;margin:.5rem 0;padding:1rem;transition:all 1s;width:100%}.ship-label-modal .download-label .download-options a strong{display:inline-block;font-size:1.05rem;padding-bottom:.25rem;transition:all 1s;width:100%}.ship-label-modal .download-label .download-options a span{color:#888;display:inline-block;font-size:.9rem;line-height:1.3rem;transition:all 1s}.ship-label-modal .download-label .download-options a span>span{font-weight:700}@media only screen and (min-width:40.0625em){.ship-label-modal .download-label .download-options a span>span{display:none}}.ship-label-modal .download-label .download-options a:hover{background:#d2e9fe}.ship-label-modal .download-label .download-options a:hover strong{color:#0465c0}.ship-label-modal .download-label .download-options a:hover span{color:#666}.ship-label-modal .download-label label{font-size:.8rem;font-style:italic}.shipping-label-grid-ctrl hr{margin:.33rem 0}.shipping-label-grid-ctrl .labels-col .disabled{opacity:.3}.hidden{display:none!important}.visually-hidden{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.clear{clear:both}.click-through{pointer-events:none}.wow{visibility:hidden}.printable-image{display:block;page-break-after:auto;page-break-before:auto;page-break-inside:avoid}.white-color{color:#fff}.black-color{color:#333}.black-color-force{color:#333!important}@keyframes barberpole{0%{background-position:0 0}to{background-position:60px 30px}}body,html{-webkit-font-smoothing:antialiased;background:#fff;font-display:auto;height:auto}a{transition:all .1s linear 0s}small{font-size:70%}svg{max-height:100%;max-width:100%}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{line-height:inherit}.alert-box.alert h1,.alert-box.alert h2,.alert-box.alert h3,.alert-box.alert h4,.alert-box.alert h5,.alert-box.alert h6{color:#fff}select{font-size:.95rem}select.select-wrap{height:auto!important;overflow:auto!important;white-space:normal!important}input.small,input[type=text].small,select.small{font-size:.8rem;height:30px;padding:.25rem .5rem}.md-scroll-mask{display:none!important}md-autocomplete{-webkit-appearance:none;margin:0 0 1rem}md-autocomplete md-autocomplete-wrap{box-shadow:none!important}md-autocomplete md-autocomplete-wrap input{-webkit-appearance:none}md-autocomplete md-autocomplete-wrap input:hover{background-color:#fffefd!important;border-color:#f5a45f!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 0 1px #f8c295!important}md-autocomplete md-autocomplete-wrap input:focus{background-color:#fffbf9!important;border-color:#f1852a!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 0 3px #f1852a!important}md-autocomplete md-autocomplete-wrap button{background:none!important;border:none!important;box-shadow:none!important}md-autocomplete md-progress-linear{bottom:-1px;left:1px;position:absolute;right:41px;width:auto}md-autocomplete md-progress-linear .md-container{background-color:#f8c295}md-autocomplete md-progress-linear .md-bar{background-color:#f1852a}input[type=search]{-webkit-appearance:none!important}.md-virtual-repeat-container.md-autocomplete-suggestions-container{margin-top:1px}fieldset{margin:1.125rem 0}textarea.has-margin{margin-bottom:1rem}.floating.notices-box{left:0;margin:0 auto;padding:0;position:absolute;top:1.2rem;width:100%;z-index:100}body.modal-open{overflow:hidden}.reveal-modal{left:0!important;max-height:80vh!important;min-height:10vh!important;outline:0!important;overflow-y:auto;position:fixed;right:0!important;top:10vh!important}@media only screen and (min-width:40.0625em){.reveal-modal{left:10vw!important;min-height:auto!important;right:10vw!important}}@media only screen and (max-width:40em){.reveal-modal{border:none!important;border-radius:0!important;height:100vh!important;max-height:100vh!important;top:0!important}}.opacity-50{opacity:.5}.money{color:#8aa621}.money-red{color:#cc0f0f}.line-through-color{color:#666}.tight-col{white-space:nowrap;width:1px}.bold{font-weight:700}.thin{font-weight:300}.pad-less-col{padding:0!important}.no-margin{margin:0!important}.small-top-margin{margin-top:.5rem!important}.top-margin{margin-top:1rem!important}.no-bottom-margin{margin-bottom:0!important}.no-top-margin{margin-top:0!important}.no-border{border:none!important}.small-bottom-margin{margin-bottom:.5rem!important}.small-left-margin{margin-left:.5rem!important}.small-right-margin{margin-right:.5rem!important}.no-padding{padding:0!important}.top-pad{display:inline-block;padding-top:.25rem}.nowrap{white-space:nowrap}.yeswrap{white-space:normal}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.inline-block{display:inline-block}.text-capitalize{text-transform:capitalize!important}.font-size-1-1{font-size:1.1rem}.font-size-1{font-size:1rem}.font-size-0-9{font-size:.9rem}.font-size-0-8{font-size:.8rem}.font-size-0-7{font-size:.7rem}.font-size-0-6{font-size:.6rem}.full-width,.fullwidth{width:100%}.table-align-top,.table-align-top td{vertical-align:top}.table-align-middle,.table-align-middle td{vertical-align:middle}.table-coupon-bonus{border:none;width:100%}.table-coupon-bonus .tr-border-top{border-top:1px solid #333}.table-coupon-bonus .td-padding-top{padding-top:1.25rem}hr.half{margin:.5rem 0}.nav-divider{padding:0}.nav-divider hr{border:solid #696969;border-width:1px 0 0;margin:0}hr.coupon-subtotal{border-color:#ccc!important;border-style:solid!important;margin:0 auto;width:50%}.no-radius{border-radius:0}.primary-color{color:#1e90fa!important}.secondary-color{color:#cdcdcd!important}.success-color{color:#accf29!important}.info-color{color:#8fc8fd!important}.warning-color{color:#f1852a!important}.alert-color{color:#ef2323!important}.grey-color{color:#777!important}.alert-box{font-size:1.1rem;margin:1rem 0}.alert-box.primary h1,.alert-box.primary h2,.alert-box.primary h3,.alert-box.primary h4,.alert-box.primary h5,.alert-box.primary h6,.alert-box.success h1,.alert-box.success h2,.alert-box.success h3,.alert-box.success h4,.alert-box.success h5,.alert-box.success h6,.alert-box.warning h1,.alert-box.warning h2,.alert-box.warning h3,.alert-box.warning h4,.alert-box.warning h5,.alert-box.warning h6{color:#fff;font-weight:700}.alert-box .mail-link{color:#2f56f4;text-decoration:underline}.alert-box.no-bg{background-color:transparent!important;border-color:transparent!important}#itsWorthMore span.label.status-label{background:#f4f4f4;border:1px solid rgba(0,0,0,.2);border-radius:.25rem;color:#333;font-size:.8rem;font-weight:400;overflow:hidden;padding:.42rem 2rem .44rem .8rem;position:relative;text-transform:uppercase;width:11rem}#itsWorthMore span.label.status-label>span.dot{background:#cdcdcd;border-left:2px solid rgba(0,0,0,.2);height:100%;position:absolute;right:0;top:0;width:1.5rem}#itsWorthMore span.label.status-label.primary>span.dot{background:#1e90fa}#itsWorthMore span.label.status-label.secondary>span.dot{background:#cdcdcd}#itsWorthMore span.label.status-label.info>span.dot{background:#8fc8fd}#itsWorthMore span.label.status-label.warning>span.dot{background:#f1852a}#itsWorthMore span.label.status-label.alert>span.dot{background:#ef2323}#itsWorthMore span.label.status-label.success>span.dot{background:#accf29}.bin-item{border:1px solid #ccc;border-radius:.25rem}.pagination-wrap{font-size:1rem;text-align:left}@media only screen and (min-width:64.0625em){.pagination-wrap .totals{text-align:right}}.pagination-wrap ul.pagination li a,.pagination-wrap ul.pagination li button,.pagination-wrap ul.pagination li span{background:none;border-radius:3px;color:#000;display:block;font-size:1rem;font-weight:400;line-height:inherit;margin:0;padding:.0625rem .625rem;transition:background-color .3s ease-out}.pagination-wrap ul.pagination li.active a,.pagination-wrap ul.pagination li.active button,.pagination-wrap ul.pagination li.active span{background:#f3f3f3;color:#999}.pagination-wrap ul.pagination li.disabled a,.pagination-wrap ul.pagination li.disabled button,.pagination-wrap ul.pagination li.disabled span{color:#999}.sortable-link i{color:#000}.no-results{margin:2rem 0 4rem;text-align:center}[data-check-on-click],[ng-click]{cursor:pointer;outline:0}[ng-cloak]{display:none}.little-loader{background:transparent url(../../static/images/little-loader.gif) 50% no-repeat;display:inline-block;height:16px;margin:0;padding:0;width:16px}body .btn-loading{cursor:wait;opacity:.5;position:relative}body .btn-loading:before{animation:barberpole .8s linear infinite;background-image:linear-gradient(45deg,rgba(0,0,0,.15) 25%,transparent 0,transparent 50%,rgba(0,0,0,.15) 0,rgba(0,0,0,.15) 75%,transparent 0,transparent);background-size:30px 30px;content:"";display:block;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%}body .btn-loading.round:before{border-radius:1000px}.is-loading,.is-processing{position:relative}.is-loading:after,.is-processing:after{background:#fff;content:" ";cursor:wait;display:block;height:100%;left:0;opacity:.666;position:absolute;top:0;width:100%;z-index:99999999}.is-processing:after{animation:barberpole .8s linear infinite;background-image:linear-gradient(45deg,rgba(0,0,0,.15) 25%,transparent 0,transparent 50%,rgba(0,0,0,.15) 0,rgba(0,0,0,.15) 75%,transparent 0,transparent);background-size:30px 30px;opacity:.3}#login-modal h2{text-align:center}@font-face{font-family:SF Pro Text;src:url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABRMABEAAAAAIawAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHUE9TAAATFAAAALsAAAHIbUB2PEdTVUIAABPQAAAAZQAAAIxKSyvpT1MvMgAACjgAAABNAAAAYHLeeipic2xuAAAUOAAAABMAAABI/ykCnmNtYXAAAAqIAAAArAAAATzUgYTCY3Z0IAAAEagAAACGAAAA/h4jsglmcGdtAAALNAAABcMAAAviP64gqWdhc3AAABMMAAAACAAAAAgAAAAQZ2x5ZgAAAYAAAAfMAAAMDN+ERypoZWFkAAAJlAAAADYAAAA2FZUeyWhoZWEAAAoYAAAAIAAAACQQagbMaG10eAAACcwAAABMAAAATFWqCFBsb2NhAAAJbAAAACgAAAAoG5oe821heHAAAAlMAAAAIAAAACABaQyMbmFtZQAAEjAAAADFAAABhhtRNi1wb3N0AAAS+AAAABMAAAAg/tsAmnByZXAAABD4AAAArgAAAMdYpaDHeJzVVm1QVOcVPu/HvcvytXvdvbvoooG9sGtKQGVZKCXoIhGVxUJipCy7iEQsEhH50GD4GBVWg6KTmcRak6owdWS0DqBNNJlMWhs/8kOnsTZNmTo1an+YjvVHbSft1LDQc++yBC12+rezn+85573vc855zjkvUCgCEFYKx0EHMVDkPZNeVuGRgQMQDq8ApVu8AqOENJESG8oppy0RpSZvJSU+TzxAtB4foJMkSYy1piWzZKYQFyH4y/3B0M3d96j+IdWHWn9L3r9BdozvEo4/quJHQ8foK0CgfeKWEBA+hVSoD5+fCpTh04UmEDgTeCMwRvxASJsXOAe/SAC2A+JRnrQjgJjY+imrDkB0JgLJSXNtssloiNFDKknVxZrTBLvDQd1Zs7KzXZnzqFXJoIpdFGWzxeLKzM7OccUzJhx6+LPKylMPD7VdH6iNvy2/+pPq7o/r6n7RXX2k3nzbUHvs18rGKyRhZIQkfLpx5Z4PGit6Vuz5+tTJr/cUtL20aaTrBQwTNE/c4pfRt0yoCvuWAowDZ9CkBZE0Ilbqxzijb4QIfhCE7QK6Zn/SjOKK8vURow4BPdNnKOYMxSjGzkkzueZRFbk7y+F0OhzurMX0Cces1nlUNouigp43f6kPHKypPPBi8M2PLn/o7fvktcaP9r0o3Iwp6365Yndxx4H+gx+W9/7r9MDfDpDgCxtycms9qzfa0zMu9q871pyf33jYv7TG7a4pWLUu2WnfdLRh39XNG3+JEH848Re+lJdDFCiw2JMHVBAFKjZhHARKhBodpoT70eN2L4gi82NeO1gJAXtSos0qG+Ki9QKHKBIVhQkiiFqXnEFNrniqQnZnqamyWGQ5WdZcpf7SjmKROlhh28fXrbsudR25295x993Df9g2NsFW7iyvCbL+oh1r1uwoCr1Rc2BV79jw8MT+4D9Oe2PX7S/B3FDYML6Or+WrwQAuEuM9k4jZiX6OEDGRCECLbdpCF174wurvANJMYBw9IqJfR0Sx3RuFTmkpafJqudQTSjtpiS2c7oypHTpdi1fbBv9914L/ZVfr47s8aVMbOMo4rX7qRuSNz+exSUYCCzKedSY/M9sqm40uyaXXgYEYojH0qWEeOSIVYcLwO11aZbjdSphBkXRYXW6XhKyitYHg8uXBQKC7sLC7uvfa9tg/xvds3vNj46Lh5r6rmxuv9Xl31z0jfdbxp6s/GNjcMFBRMdCA36FDJfuq8pa/3nDDt/aNvx8f/OfeBeV5w9+c7zpfq1bPIPKlVLgPFmg6xwgjpNh7xo7xsQJAszfSFtq9AqeUNk0F3fqtBg2pb0o9s6aVYkw8cSiwgEUxp2APS0jDiEiuScpJipQVjoY0+IU0/1TH1pP+0baWinaPcD90MlBXfX5XqIDu6w4u63opFERm9SD4t0U8DEzw6iRkAXOlUf519egWLyfhrhppuQwNsH2tf0w5k1xtuT7PLCwViIvhJsGExzDELGuY2fRawcQM/H5T6uLUyJsXfHOBjzs8DqfH4fA48c//GVqNE6QLOcFgWRhrrEYG+hhAVUZ8Edm0ZRhONK5VGGwSxuCocP+RRWXcEWRcLnYwGRpUxoHKOCs+EGEz8BOiuvUfbFOFM5BxZs23bJNBVkxTbJPDbJtOtiPXjfN/2nH+0ujWttJtHl4w5K/7/GJoCe3r6SnsXBPqmey49YjXADZIV/vT1FmYQPDz8BBUq90qG22SLVzl4uQEnB56Z6Za9HgwljzdOHCvs/Or/mNfdXbe699/+PB+/Mi9obMj47294yNnQ70Xrvz87JUrZ9+7jBiOjB/iP8I+aoYUeMcTLREuxBDCaXG4ac7FtgN+JlKAdq+OcK4h7PDi0Ns61fGSETmGSrVUB/dMhmjzNDXzqdu1wFotMoF5iXKKJcVoiI9Df83ErA2UST+xezkVDLIWcNMTrY7e6Lu6pfHa3q1n0qTR68ZF5zMD3UVF3X5/z4rlQb5679jQUGhvTXnooXD6/ar6sYBvsLX1hK9ysKXlRCWyJ2/iET0tlEECBDzRsYTROIJTuzjMk0SVXy1qXohPRCpqzNDGYRNH756ubuU466Mlc6oiSUZdrA2HPaJXJLPakXPkyYYsKW7Xn0cfPCgum223zslL2v524dCQUDb+4FzoN2tKGX1PEPO662ndOTzmLWRNJi/AjKksBzbFco2h2skQUMneBFMsj6hQqFE6oAZfLa5pmtbpmkmWm8EcYTlBjOH54cai0+C7JZ55XZp/ovPcxdEtr3X3qSU/VLXh81/RS6FtwZ1v7aRdiLcAQHQgXgMs/SBOj+AomQyqAW9+TD09gvZxSat6AVRRGMBgkkxhFERhino/NYVfomP8i9t3pTu3xn9385Lxzmd3pIsqCmYf+5IXjH3ClqgfHBaETfxVeCQaIBe+D1HnivPtQBcirfCWFc9l8zxmRXbp1NuKeucK31qcGTRyFXNlLqZOVapdz7JzFtMclY/8qFTkW+tkSubCpGfz89OodUFq8oqX3fNzXUvS05fmfC9lUZnXmV78XGFz30pnkSc3wZq3rCxmzopSJSaaUHdy4qpyJ1vAD+oSl+TS2RlF1c8X1RdnyIQV1OYs9H3XlGAyzTFlV+YUnLpQ3TK87XmzzSzPlXclZc6lzKjPb3bYs5JI3Kz81n8DmAOACAABAAAAEwBqAAcAAAAAAAIALgA+AHcAAACpC+IAAAAAAAAAAAAAAEEArwEmAX0CTgKqAwEDWAOHA98EIQSmBPoFUgWVBZUGBgABAAAAAQAAhOuEOl8PPPUAAQgAAAAAANaoccYAAAAA1w1hff4i/eoKqAikAAAAAwACAAAAAAAACAAAYwIwAAAFjwBFBc0AeQU1AHAEqABlBPoAZAThAKUCFgCCAhYAggIjAKUEywCbBM8AZQT7AJsDDAA6BM4AkQZoAEACAAAAB0ABAnicY2BkYGCf90+IgYHb9J/S30Ku5QxAERQgDACBlAVKeJxjYGZ5xPiFgZWBgdWY5QwDA8NMCM10hmEWUy+Qz8DGAAeMDEjAMSDAB0gp/PjPPu+fEAMD+zzGdwoMjPNBciyOrItBcgzMANLgDugAAAB4nHXPTQrCQAwF4OdPFbSIPztXXfQi0iN4hlKEUlxY6lUU1F7BGyh4EL1Fd883M3Fp4CMNGZIUwBDAQFKE71RVT/mlPPF1DBctQrgqMe7dxvQlM27e1riZuYmkkJ2MpDRuTyV7mcpBaplJY+ZaGQVYAB0DLLXhqLzWC3dxomsybc61pdTEGk0SdST9zb9eoV6lPdbjh08+eGfLG6+88MzTOx6v/B/+iS+yhS92eJytVmlz01YUlbzFSchSstCiLk+8OE3tJ5NSCAZMCJJlF9zF2VoJSivFTrov0DLDb9CvuTLtDP3GT+u5km0MSdoZppmM7nnvHb27X5k0JUjb91xfiPYzbXa7TYXdex5dNmjND45EtO9RphT+XdSKWrcrDwzTJM0nzZGNvqZrTmBbpCsSwZFFGSV6gp53KLd6r7+mTzlu16WC65mULfk79z1TmkbkCep0sLXlG4JqjGq+L+KUHfZoDVuDlaB1Pl9n5vOOJ2BNFAqa6ngBdgSfTTHaYLQRGIHv+wbpFd+XpHW8Q9+3KKsE7smVQliWdzoe5aVNBWnDD5/0wKKckrBL9OL8gS34hC02Ugv4SYXA7VK2bOLQEZGIoCBez5fg5LYXdIxwx/ekb/qCtnY9nBns2kC/RXlFE06lr2XSSBWwlLZExKUdUubgiPQurKB82aIJJdjUaaf7LKcdCL6BtgKfKUEjMbWo+hPTmuPaZXMU+0n1ci6m0lv0Ckxw4Hcg3EiGnJckXprBMSVhwMihlciODBupiulTXqcVvKUZL1wbf+mMShzqT09lkWxDmn7ZtGhGxZmMS72wYdGsAlEIOuPc5dcBpO3TDK92sJrByqI5XDOfhEQgAl3opVknEFEgaBZBs2hetfe8ONdr+Cs0cyifWPSGam977d100zCxv5Dsn1WxNufse/HcnEN6aNNchWsWlWzHZ/gxgwfpy8hEttTxYg4evLUj5JfVlk2J14bYSM/5FbQC7/jwpAX7W9h9OVWnJDDWtAWJaDmkbfZ1XU9ytaC0WMu4ex7NSVu4NI3im5IoOFsEUP/X/LyuzWq2HQXx2UKFHleMCwjTInxbqFi0pGKd5TLizPKcirMs31RxjuVbKs6zPK/iAktDxRMs31ZxkeU7Kp5k+YGSw7hDNSIsRZX0B9wgFpXHDpdHhw/Tw8rY4ero8FF6+K7SaKbyGv69B//ehV0C/rE04R/LC/CPpYR/LFfgH8sS/GO5Cv9Yvg//WK7BP5ZKiXpSppaC2vlAOMht4CSpROsprtWqIqtCFrrwIhqgJU7JogxrkifivzIM9n59lFp9mS6W47y+5HoYZOzgh+OROX58SYkrib0fgae7x5WgO09Uzvva8p8a/zU2ZS2+pC/Bo8vwHwafbC+aIqxZdEVVz9Ut2vgvKgq4C/pVpERbLomqaHHjI5R3oqglW5gUHr4QGKyYBhu6vrQI/TVMqGU0F/4TCk06lcOoKoWoR7jr2otjUU3voBzuBEtQwLNia9t7mhFZYTzNrGbP+zbPzyJGsUzYsonOdV5tw4BnWPq5yDhBT1LWCXs4zjihARzw/Hr1nRAmYarLJnIooaEJvyASLbjvBCUynZQ5DAfEPo+Cyh+7FTeyR6XECDw76YR8oQspv84xENjJrw5iIOsIzY1km4poHiGassXKOFv1JGTswCCi2p5XFXV8XdniwaZgW4YhL5SwujP+IU8TdVIFDzIjuYxvDixwhqkJ+Ev/qovDVG5iHlQ5ak0M9bpfjav6Ihrw1mi7M7699TL7RM5tRbXKiZfaiq5VIijmYoG1xzlIS5WqoDqjChtGl4tLotSraJL0ugaGBub/a5Ri6/+qPjaf50tdYoSM5dv0Bza6HIyh/03235SDAAz8GLncgstLaXPilwH6cKFKl9GLH5+yfwczV19coCvAdxVdhWhz1FzEVTTxGRzG6RPF5UhtwE9VH3MG4DMAncHnqq8nOx2AZGebOS7ADnMY7DKHwR5zGOwz5zbAF8xh8CVzGHjMYeAzxwG4xxwG95nD4CvmMHjAnCbA18xh8A1zGATMYRAyxwY4YA6DLnMY9JjD4FDR9VGYj3hBm0DfJugW0HdJPWGxhcX3im6M2D/wImH/mCBm/5Qgpv6sqD6i/sKLhPprgpj6W4KY+lDRzRH1ES8S6u8JYuofCWLqY/V0MpcZ/vCyK1Q8pOxK58nwm2L9Aw8nY10AeJxj8N7BcCIoYiMjY1/kBsadHAwcDMkFGxnYnbZXpYW5GTGwMWiBeA58uRyxbL5slhzq7NIsbBxQwXK2VJZQFmc2A1ZFJrAgr9N+6QbxBuEGvgYuBnYGoHZOoKiw034GByQIFmVOcdmowtgRGLHBoSMCzFMD8XZxNDAwsjh0JIeABSOBwIEvnyOezZ/NmkOTXZaFjUdrB+P/1g0svRuZGFw2s6awMbi4AADrlS9DAAB4nGNgIBncBcJjDMdYShgY2Of9E2KZ+P8xiAaL72fYz7qYgYHFkYHh3zSQKOux/3dZwv6//leKrob1FYvj/3cIVaz/gere/esBq9sNhFMZpjL9Y3z+X/CfAkiMWZDx+3+mf5zI8mwHWFcyXWZ8BBJju8y6k+kI42ls9iC7hk0c4R4AmMtWvAAAeJyNj08LAVEUxX/DIGVtPQtbGv+iZmWjLNQUzcKWCTWMDPKVfBMfxodwzDwiKb3ePeeed+7tPKDEjDyWXQYC3YxbVNVlPEeFyPA8PmfDbWpcDS/gcDO8iGNVuEhp4dKkS92wnrQBO52IUHzEljmNVI10HPasWbLiQJJ2oTAUnlQXck4YSvelxMKp1LO84/R1zZHND4fz4fHUu8rUUF0IQ2XzXnn7yuvSUW0L/9kXpBkTdbF+9L37sSPb8Jyvv8/fASPuNJwAAAB4nGNgZgCDfzcYZjFgAQA4VwJ0AAABAAH//wAPeJyNUDEOwjAMPCcF2lQChPoAHsDICxBiYmRkQYiJqkPFAH9jZGIF8RIWxGAuKVI7dGhOsZ3zObINAeCwwBZ2uVpvkO0vZY5pvjsVmCFiFqrwqjqWRmxgj4eyQNa0TEq4EZLg46AEvRHjq2Uic6QE9Ko34q5ntB59tfMtyo8+O2sfXZW+A/b3bbzf1fzdav++ns4E+L2kGIfNWAyrTfLfHvoE6AdETJ0LuRFZIeNrPZvQOsauqvoB5z0tQgB4nGNgZGBg4GKIYihhYHZx8wlhEEmuLMphkMtJLMljUGJgAcoy/P/PAAPMjlGuCgxizkEhCgxyIUHeCgxqYHlGqDpGEAtMMzEw5+Qn5zCIIJNARYxgzAKlOYCYDawLyAYAAaIWnAAAAHicY2BkgAKmef81GMgGAGutAckA) format("woff")}.social-separator{border-bottom:1px solid #dfdfdf;line-height:.1em;margin:.625rem 0 1.25rem;text-align:center;width:100%}.social-separator span{background:#fff;font-size:.875rem;font-weight:400;padding:0 .625rem}.btn-social,.btn-social-checkout{border-radius:.25rem;box-shadow:0 1px 1px 0 rgba(0,0,0,.2);display:block;font-size:14px;text-align:center;width:100%}.btn-social{font-size:1.2rem;margin-bottom:1rem;padding:.5rem 1.25rem}.btn-social-checkout{font-size:1rem;margin-bottom:.5rem;padding:.2rem 1rem}.btn-social-apple-bg{background-color:#000;color:#fff!important;font-family:SF Pro Text}.btn-social-facebook-bg{background-color:#1778f2;color:#fff!important}.btn-social-google-bg{background-color:#eee;color:#666!important}.btn-social-svg{margin-bottom:3px}.login-form .forgot{color:#aaa;float:left;font-size:.8rem;margin-top:.5rem}.login-form .forgot:hover{color:#555}.login-form span{color:#555;font-style:italic;padding:0 1rem}.login-form span a{color:#888}select[multiple]{background-image:none!important}.address-multiline .button{line-height:1;margin:0;padding:.25rem .5rem}.address-multiline .label{margin:.2rem 0}.address-multiline .email-add,.address-multiline .phone-num{background-color:#ebebeb!important}#address-form-ctrl button{margin:0}[data-click-toggle]{cursor:pointer}.click-toggle-target{display:none}.custom-product-answers .descriptive-pricing span{white-space:normal!important}.descriptive-pricing{margin:0}.descriptive-pricing tr:nth-of-type(2n){background:#fbfbfb}.descriptive-pricing td,.descriptive-pricing th{padding:.3rem .5rem}.descriptive-pricing span{background:#f1f1f1;border:1px solid #ccc;border-bottom:1px dotted #999;color:#444;font-size:.7rem;font-weight:600;padding:2px 5px;white-space:nowrap}.bulk-contact-form fieldset,.custom-quote fieldset,.itad-contact-form fieldset,.main-in-repair-form fieldset{background:#eee}.bulk-contact-form legend,.custom-quote legend,.itad-contact-form legend,.main-in-repair-form legend{background:#333;border-radius:5px;color:#fff;padding:4px}.bulk-contact-form em,.custom-quote em,.itad-contact-form em,.main-in-repair-form em{font-size:11px}.bulk-contact-form .custom-tabs,.custom-quote .custom-tabs,.itad-contact-form .custom-tabs,.main-in-repair-form .custom-tabs{background:#eee;border:1px solid silver;border-radius:0!important;font-size:1rem;padding:.5rem 1rem;text-align:center}.bulk-contact-form .custom-tabs .tab-text,.custom-quote .custom-tabs .tab-text,.itad-contact-form .custom-tabs .tab-text,.main-in-repair-form .custom-tabs .tab-text{border-bottom:1px solid silver;font-size:.9rem;font-weight:500;list-style:none;margin-bottom:8px!important;padding-bottom:8px;position:relative}.bulk-contact-form .custom-tabs .tab-error,.custom-quote .custom-tabs .tab-error,.itad-contact-form .custom-tabs .tab-error,.main-in-repair-form .custom-tabs .tab-error{font-size:.9rem;font-weight:500;list-style:none;margin-top:8px!important;position:relative}.bulk-contact-form .custom-tabs .tab-title,.custom-quote .custom-tabs .tab-title,.itad-contact-form .custom-tabs .tab-title,.main-in-repair-form .custom-tabs .tab-title{display:inline-block!important;float:none!important;width:49%!important}@media only screen and (max-width:40em){.bulk-contact-form .custom-tabs .tab-title,.custom-quote .custom-tabs .tab-title,.itad-contact-form .custom-tabs .tab-title,.main-in-repair-form .custom-tabs .tab-title{margin-bottom:8px!important;width:98%!important}}.bulk-contact-form .custom-tabs .tab-title a,.custom-quote .custom-tabs .tab-title a,.itad-contact-form .custom-tabs .tab-title a,.main-in-repair-form .custom-tabs .tab-title a{background-color:#e1e1e1;border-radius:.25rem;color:#222;font-size:.9rem;font-weight:500;margin-right:5px;padding:.5rem 1.3rem}.bulk-contact-form .custom-tabs .tab-title a:hover,.bulk-contact-form .custom-tabs .tab-title.active a,.custom-quote .custom-tabs .tab-title a:hover,.custom-quote .custom-tabs .tab-title.active a,.itad-contact-form .custom-tabs .tab-title a:hover,.itad-contact-form .custom-tabs .tab-title.active a,.main-in-repair-form .custom-tabs .tab-title a:hover,.main-in-repair-form .custom-tabs .tab-title.active a{background-color:#1e90fa!important;border-color:#0574db;color:#fff}.bulk-contact-form .tabs-content .content,.custom-quote .tabs-content .content,.itad-contact-form .tabs-content .content,.main-in-repair-form .tabs-content .content{padding:0!important}.bulk-contact-form .block-wrap,.custom-quote .block-wrap,.itad-contact-form .block-wrap,.main-in-repair-form .block-wrap{background:#fff;border:1px solid #ddd}.bulk-contact-form .question,.custom-quote .question,.itad-contact-form .question,.main-in-repair-form .question{border-bottom:1px solid #ddd;padding:.6rem .7rem .7rem 3rem;position:relative;transition:all .25s}.bulk-contact-form .question:hover,.custom-quote .question:hover,.itad-contact-form .question:hover,.main-in-repair-form .question:hover{color:#1e90fa;cursor:pointer}.bulk-contact-form .question span,.custom-quote .question span,.itad-contact-form .question span,.main-in-repair-form .question span{color:#1e90fa;font-size:2rem;left:.9rem;position:absolute;top:-.3rem;transition:color .25s}.bulk-contact-form .question span:after,.custom-quote .question span:after,.itad-contact-form .question span:after,.main-in-repair-form .question span:after{content:"☐"}.bulk-contact-form .answer,.custom-quote .answer,.itad-contact-form .answer,.main-in-repair-form .answer{background:#333;color:#fff;max-height:0;overflow-y:hidden;transition:all .25s}.bulk-contact-form .answer .answer-wrap,.custom-quote .answer .answer-wrap,.itad-contact-form .answer .answer-wrap,.main-in-repair-form .answer .answer-wrap{padding:1rem}.bulk-contact-form .answer .answer-wrap :last-child,.custom-quote .answer .answer-wrap :last-child,.itad-contact-form .answer .answer-wrap :last-child,.main-in-repair-form .answer .answer-wrap :last-child{margin-bottom:0}.bulk-contact-form .block.opened .answer,.custom-quote .block.opened .answer,.itad-contact-form .block.opened .answer,.main-in-repair-form .block.opened .answer{max-height:100rem}.bulk-contact-form .block.opened .question,.custom-quote .block.opened .question,.itad-contact-form .block.opened .question,.main-in-repair-form .block.opened .question{border-bottom:1px solid #f1852a}.bulk-contact-form .block.opened .question span,.custom-quote .block.opened .question span,.itad-contact-form .block.opened .question span,.main-in-repair-form .block.opened .question span{color:#f1852a}.bulk-contact-form .block.opened .question span:after,.custom-quote .block.opened .question span:after,.itad-contact-form .block.opened .question span:after,.main-in-repair-form .block.opened .question span:after{content:"☑"}.bulk-contact-form .block.opened .question:hover,.custom-quote .block.opened .question:hover,.itad-contact-form .block.opened .question:hover,.main-in-repair-form .block.opened .question:hover{border-color:#f1852a;color:#f1852a}.coupon-suggestion-text{cursor:pointer}.cq-remove-button{background:red;border-radius:5px;color:#fff;cursor:pointer;font-size:11px;margin-right:-2px;margin-top:-31px;padding:5px;text-transform:uppercase;transition:all .25s}.cq-remove-button:hover{background:#ce0000}.attr-remove-button{background:#222;border-radius:5px;color:#fff;cursor:pointer;font-size:11px;padding:1px 5px;text-transform:uppercase;transition:all .25s}.attr-remove-button:hover{background:#888}.attr-remove-button-evals{background:#222;border-radius:5px;color:#fff;cursor:pointer;font-size:11px;margin-right:5px;margin-top:5px;padding:1px 5px;text-transform:uppercase;transition:all .25s}.attr-remove-button-evals:hover{background:#888}.diagnostic-attribute{display:block;margin-top:-8px}.display-inline-block{display:inline-block}.vertical-align-top{vertical-align:top}.vertical-align-middle{vertical-align:middle}.vertical-align-bottom{vertical-align:bottom}.condition-select{margin:0 0 1rem}md-autocomplete.md-autocomplete-existing md-autocomplete-wrap input{box-shadow:inset 0 1px 2px rgba(0,0,0,.1);height:2.3125rem!important;line-height:2.3125rem!important;margin:0 0 1rem!important;padding:.5rem!important}.history-table .changes .change{float:left;margin:.25rem 1%}.history-table .changes .change table{background:#eee;border:1px solid #ccc;margin:0;padding:0}.history-table .changes .change td{padding:.3rem .5rem;text-overflow:ellipsis}.history-table .changes .change .field{background:#fafafa;border-right:1px solid #ccc;color:#555}.history-table .changes .change .from{background:#ffecec;border-right:1px solid #ccc;word-break:break-word}.history-table .changes .change .to{background:#e4fde3;word-break:break-word}.history-table .changes.expanded .change{display:block!important;margin:.25rem 0;width:100%}@media only screen and (min-width:64.0625em){.history-table .changes.expanded .change{margin:.25rem 1% .25rem 0;width:49%}.history-table .changes.expanded .change.one-col{margin:.25rem 1%;width:100%}}.history-table .changes.expanded .change.more{display:none!important}.history-table h4{background:#f5f5f5;font-size:1rem;margin:.25rem 0;padding:.2rem .6rem}.history-table h4>span{float:right}.history-table .pagination-wrap p,.history-table .pagination-wrap ul{margin-bottom:0}.check-device-apis-ctrl .panel{font-size:.8rem;line-height:1rem;margin:.5rem 0 0;padding:.5rem}.check-device-apis-ctrl .error{background:#fff;color:#ef2323;float:right;margin:.5rem 0 0;max-width:300px;padding:0;text-align:right}.check-device-apis-ctrl .error-msg{background:#ef2323;color:#fff;display:block;font-size:.75rem;font-style:italic;font-weight:400;margin-bottom:1rem;margin-top:-1px;padding:.375rem .5625rem .5625rem}.check-device-apis-ctrl button{margin:0}.check-device-apis-ctrl hr{margin:.5rem 0}.check-device-apis-ctrl md-progress-linear{margin:.5rem 0!important}img.image-left{float:left;padding:.5rem 1rem .5rem 0}img.image-right{float:right;padding:.5rem 0 .5rem 1rem}.youtube-responsive-container{height:0;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative}.youtube-responsive-container embed,.youtube-responsive-container iframe,.youtube-responsive-container object{height:100%;left:0;position:absolute;top:0;width:100%}.tabs{background:#eee;border-radius:6px;color:#222;margin-bottom:5px;overflow:hidden}.product-pricing>div>ul.tabs{background:#fff;border-radius:0}.tab-title.active>a{background-color:#777!important}.tab-title.active>a>span.pricing-icon{color:#fff!important}.tab-title.active>a>span.pricing-icon:hover{color:#9e9e9e!important}section.about-page.top-block p{max-width:650px}section.about-page blockquote{border:0;color:#a6a6a6;font-size:2rem;line-height:1.2;padding:2rem 0;text-align:center}section.about-page img.image-right{margin:0 0 0 2rem}section.about-page img.image-left{margin:0 2rem 0 0}section.about-page img.bordered{border-radius:5px;box-shadow:0 0 15px 1px rgba(0,0,0,.3);max-height:285px;padding:0}@media only screen and (max-width:40em){section.about-page img.bordered{display:block;margin:0 auto 1rem}}@media only screen and (min-width:64.0625em){section.about-page img{max-width:45%}}@media only screen and (min-width:40.0625em) and (max-width:64em){section.about-page img{max-width:60%}}@media only screen and (max-width:40em){section.about-page img{float:none;margin:.5rem auto;max-width:100%;padding-left:0;padding-right:0}}section.about-page p{color:#666;font-weight:300;line-height:1.8}section.about-page h2{margin:.5rem 0 1.5rem}section.about-page h3{margin:2rem 0 1rem}section.about-page .complimentary-services{margin:1rem 0 5rem}section.about-page .complimentary-services li{color:#666;font-weight:300;line-height:1.8;margin:.5rem 0;max-width:475px;padding:0 0 0 2rem;position:relative}section.about-page .complimentary-services li span{color:#accf29;font-size:3rem;height:1rem;left:0;line-height:1rem;position:absolute;top:4px}.account-page .settings{padding-top:1rem}.account-page .settings .password-container{display:block;position:relative}.account-page .settings .password-container input{padding-right:40px}.account-page .settings .password-container .toggle-password{background:none;border:none;cursor:pointer;font-size:1.3rem;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:color .2s ease-in-out}.account-page .settings .password-container .is-selected{color:#f1852a}.account-page .sign-out-block{margin-bottom:3rem}.account-page .alert-box{margin:2rem -.9375rem 0}.account-page .account-nav{border:1px solid #ccc;margin-bottom:2rem;margin-top:2rem;overflow:hidden;padding:0}.account-page .account-nav ul{float:left;list-style-type:none;margin:0;overflow:hidden;width:100%}.account-page .account-nav ul.pending-quotes li{width:20%}.account-page .account-nav ul li{background:#fdfdfd;float:left;margin:0;padding:0;white-space:nowrap;width:25%}.account-page .account-nav ul li.active{background:#ddd}.account-page .account-nav ul li a{border-right:1px solid #ccc;color:#333;float:left;font-size:.9rem;padding:1rem 0;text-align:center;white-space:nowrap;width:100%}.account-page .account-nav ul li a:hover{background:#eee;box-shadow:inset 1px 1px 1px rgba(0,0,0,.05);font-weight:700}.account-page .account-nav ul li a:active,.account-page .account-nav ul li a:focus{background:#eee;box-shadow:inset 3px 3px 5px hsla(0,0%,39%,.125)}@media only screen and (min-width:40.0625em){.account-page .account-nav ul li a{font-size:1rem}.account-page .account-nav ul li a>span{display:inline!important}}@media only screen and (min-width:64.0625em){.account-page .account-nav ul li a{font-size:1.1rem}}.account-page .account-nav ul li:last-child a{border:0}.account-page .old-price{color:#888;font-weight:700}.account-page .offer-items .button,.account-page .offer-items h5{margin:0}.account-page .offer-items h5{font-size:1.5rem;font-weight:400;line-height:60px;margin-left:1rem}.account-page .offer-items .item-message{float:left;font-size:.9rem;margin:.5rem 0 0;max-width:500px;padding:.5rem 1rem;width:100%}.account-page .offer-items .item-message li,.account-page .offer-items .item-message p{font-size:.9rem}.account-page .offer-items .adjustment-box{background:#fef3ea;border:1px solid #f8c295;text-align:center}.account-page .offer-items .adjustment-box p{margin:0}.account-page .offer-items .adjustment-box p.approve-deny,.account-page .offer-items .adjustment-box p.reasons{margin-top:.5rem}.account-page .offer-items .adjustment-box ul{margin-bottom:0;text-align:left}.account-page .offer-items .adjustment-box .label{font-weight:700}.account-page .offer-items .locked-box,.account-page .offer-items .return-box{background:#fde9e9;border:1px dotted #f79191}.account-page .offer-items .queued-box,.account-page .offer-items .recycled-box{background:#e9f4ff;border:1px dotted #8fc8fd}.account-page .offer-items .approved-box{background:#f7fbe9;border:1px dotted #bfdc50}.account-page .cancel-confirmation-message p{margin:1rem auto 1.5rem;max-width:600px}.account-page .offer-listing{background:none;border:none;margin:0;width:100%}.account-page .offer-listing .offer-number{color:#555;font-weight:700;text-decoration:none}.account-page .offer-listing small{font-size:.85rem;line-height:1.25rem}.account-page .offer-listing.show-for-small-only .money,.account-page .offer-listing.show-for-small-only .offer-number{font-size:1.3rem}.account-page .offer-listing.show-for-small-only .status-label{margin-top:.25rem}.account-page .offer-listing.show-for-medium-up .offer-number{border-bottom:1px solid #ccc}.account-page .offer-listing.show-for-medium-up .money,.account-page .offer-listing.show-for-medium-up .offer-number{font-size:1.2rem}.account-page .offer-status-section small{font-size:.9rem}.account-page .shipping-warning{padding-bottom:1rem;text-align:center}.account-page .shipping-warning .label{font-size:1rem;padding:.75rem 1.5rem;width:100%}.account-page .address-listing{margin:-.5rem -.5rem 1rem}.account-page .address-listing .panel{margin:0;padding:.75rem 1.25rem}.account-page .address-listing input{margin:0 .5rem 0 0}.account-page .address-listing label{padding:.3rem 0 0}.account-page .address-listing li{padding:.5rem}.account-page .show-default-label{position:relative}.account-page .show-default-label .little-loader{display:none;left:-.15rem;opacity:.5;position:absolute;top:.55rem}.account-page .offer-item-quantity{display:inline-block;height:auto;margin:-1px 0 0;padding:.2rem;text-align:center;width:2.5rem}.shipping-instructions .shipping-instructions-icon{text-align:center}.shipping-instructions .shipping-instructions-icon svg{max-height:110px;max-width:100px}.final-checklist{margin:3rem 0 5rem}@media only screen and (min-width:40.0625em){.final-checklist .left,.final-checklist .right{width:45%}.final-checklist .columns{padding:1rem 0 0}}.final-checklist ul{list-style-type:none;margin:0}.final-checklist ul li{font-size:.95rem;font-weight:300;line-height:1.4rem;margin:.5rem 0;padding-left:1.5rem;position:relative}.final-checklist ul li i{color:#f1852a;left:0;position:absolute;top:0}.final-checklist .row{position:relative}.final-checklist .divider{border-left:2px solid #fd9326;display:none;height:100%;left:50%;margin-left:-1px;position:absolute;top:0}@media only screen and (min-width:40.0625em){.final-checklist .divider{display:block}}.final-checklist .divider .down,.final-checklist .divider .up{height:7px;left:50%;margin-left:-7px;margin-top:-2px;max-width:12px;position:absolute;top:0;width:12px}.final-checklist .divider .down{bottom:0;margin-bottom:-2px;margin-top:0;top:auto}.final-checklist .youre-ready{margin-top:2rem;text-align:center}.final-checklist .youre-ready p{color:#f1852a;font-size:1.5rem}.final-checklist .youre-ready svg{height:5rem}.final-checklist h2{margin:0 0 2.5rem;text-align:center}.final-checklist h4{margin:.5rem 0 1rem}table.style-b.offer-items-table{border:1px solid #eee;border-collapse:separate;width:100%}table.style-b.offer-items-table td{border-top:1px solid #eee}table.style-b.offer-items-table th{background:#f1f1f1}table.style-b.offer-items-table td>strong{color:#333;font-size:1.1rem;line-height:1.1rem;width:100%}table.style-b.offer-items-table td>strong.money{color:#8aa621}table.style-b.offer-items-table h4.item-title{border-bottom:1px dotted #ccc;color:#444;display:block;font-size:1.2rem;font-weight:700;line-height:1.75rem;margin-bottom:.5rem;padding-bottom:.5rem}table.style-b.offer-items-table .style-c td{border:none}table.style-b.offer-items-table .incorrect-box{border-bottom:1px dotted #ccc;margin-bottom:.5rem;padding-bottom:.5rem}table.style-b.offer-items-table .edit-item{float:right}table.style-b.offer-items-table .edit-item ul{float:right;line-height:0}@media only screen and (max-width:40em){table.style-b.offer-items-table h4.item-title{border:none;margin:0 0 .5rem;padding:0}table.style-b.offer-items-table .price-details{border-top:1px dotted #ccc;margin-top:.5rem;padding-top:.5rem;width:100%}table.style-b.offer-items-table .edit-item{border-bottom:1px dotted #ccc;margin-bottom:.5rem;padding-bottom:.5rem;width:100%}}.blog-page .featured-post{margin-bottom:3rem}.blog-page .featured-post .featured-label{background:#accf29;color:#fff;display:inline-block;font-size:1.1rem;font-weight:700;margin-bottom:.5rem;padding:.33rem 1rem;text-transform:uppercase}.blog-page .blog-categories{border-bottom:1px solid #ddd;margin:1rem auto 2rem;max-width:900px;text-align:center}.blog-page .blog-categories li{display:inline-block;float:none;margin:.5rem .75rem}.blog-page .blog-categories a{color:#111;font-size:.9rem;font-weight:700;text-transform:uppercase}.blog-page .blog-categories a.active{color:#f1852a}.blog-page .blog-categories a:hover{color:#accf29}.blog-page .post-heading{font-size:1.15rem;font-weight:500;margin-top:1rem;text-align:left}.blog-page .post-heading a{color:#accf29}.blog-page .post-image{margin:2rem auto 1rem}.blog-page .post-content h1,.blog-page .post-content h2,.blog-page .post-content h3,.blog-page .post-content h4,.blog-page .post-content h5,.blog-page .post-content h6{font-weight:700}.blog-page .post-content h1{font-size:1.8rem}.blog-page .post-content h2{font-size:1.6rem}.blog-page .post-content h3{font-size:1.3rem}.blog-page .post-content h4{font-size:1.2rem}.blog-page .post-content h5{font-size:1.1rem}.blog-page .post-content h6{font-size:1rem}.blog-page .listing-grid li{padding:1%}.blog-page time{color:#999;display:block;margin:0 0 .25rem}.blog-page .pagination{display:inline-block;margin:.5rem 0 1.5rem}.blog-page .none{padding:2rem 0 3rem}.blog-page .image-zoom{overflow:hidden}.blog-page .blog-home-tiles{background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);padding:15px;transition:box-shadow .2s ease-in-out}.blog-page .blog-home-tiles img{transform:scale(1.2);transition:transform .2s ease-in-out}.blog-page .blog-home-tiles:hover{box-shadow:0 0 15px rgba(0,0,0,.5)}.blog-page .blog-home-tiles:hover img{transform:scale(1.3)}.blog-page .featured-img{box-shadow:0 0 10px rgba(0,0,0,.2);padding:15px}.blog-page .content-excerpt{height:145px;margin-top:0;overflow-y:scroll}.blog-page .read-more{background:hsla(0,0%,100%,.96);border-top:1px solid #ddd;margin-top:5px;padding-top:16px}body.bulk-trade-in.no-webp .hero{background-image:url(../../static/images/bulk/hero-min-1.jpg)}body.bulk-trade-in .hero{background:#717171 url(../../static/images/bulk/hero-min-1.jpg.webp) no-repeat bottom;background-size:cover}body.bulk-trade-in .hero:before{opacity:.7}body.bulk-trade-in .hero h1{margin-top:2.5rem}body.bulk-trade-in .hero .top-pad{padding-top:4.5vh!important}body.bulk-trade-in .floating.notices-box{top:-10px}body.bulk-trade-in .floating.notices-box .alert-box.success{font-size:1rem;padding:.4rem 1rem}body.bulk-trade-in .r2-margin{margin-bottom:16px;margin-top:-16px}body.mail-in-repairs-trade-in.no-webp .hero{background-image:url(../../static/images/mail-in-repair/hero-min.jpg)}body.mail-in-repairs-trade-in .hero{background:#717171 url(../../static/images/mail-in-repair/hero-min.jpg.webp) no-repeat bottom;background-size:cover}body.mail-in-repairs-trade-in .hero:before{opacity:.7}body.mail-in-repairs-trade-in .hero h1{margin-top:6.5rem}body.mail-in-repairs-trade-in .hero .top-pad{padding-top:4.5vh!important}body.mail-in-repairs-trade-in .floating.notices-box{top:-10px}body.mail-in-repairs-trade-in .floating.notices-box .alert-box.success{font-size:1rem;padding:.4rem 1rem}body.mail-in-repairs-trade-in .r2-margin{margin-bottom:16px;margin-top:-16px}.cart-form{padding-top:1rem}.cart-form fieldset{background:#f9f9f9;border-top:1px solid #ddd;margin:1rem 0;overflow-x:auto;overflow-y:scroll;padding:0 1rem}.cart-form .row{margin-bottom:1rem;margin-top:1rem}.cart-form h6{font-size:1.15rem;margin-bottom:0}.cart-form .breadrcrumb{color:#555;display:inline-block;margin-bottom:.5rem}.cart-form table .image-col{padding-left:0;padding-right:0;width:6rem}.cart-form table input{display:inline-block;width:3rem}.cart-form table .wrap{float:left;padding:1rem .25rem}.cart-form table .wrap strong{color:#222}.cart-form table .wrap.qty{text-align:center}.cart-form table .product-attributes{color:#888;font-size:.85rem;list-style-type:none;margin:.1rem 0 .5rem}.cart-form table .price-col{color:#000;font-size:1rem;font-weight:400}.cart-form table .small-price{margin-top:.5rem}@media only screen and (min-width:64.0625em){.cart-form .sidebar-column{margin:0 0 0 1%;width:24%}}.cart-form .sidebar{background:#fff;margin-bottom:2.5rem;padding:0 2rem;text-align:center}@media only screen and (min-width:64.0625em){.cart-form .sidebar{border-radius:4px;box-shadow:0 0 15px rgba(0,0,0,.5)}}.cart-form .sidebar .offer-link{border-bottom:1px dotted #666;color:#333;font-weight:700}.cart-form .sidebar p{color:#666;font-size:.8rem;margin-bottom:.5rem;text-transform:uppercase}.cart-form .sidebar table{margin-bottom:.5rem}.cart-form .sidebar td{padding:1rem 0}.cart-form .sidebar .shipping-row td{color:#888;padding-bottom:1rem;padding-top:1rem}.cart-form .sidebar .empty-cart-btn{background-color:#fefefe;border-color:#cdcdcd;color:#333!important;font-size:.9rem!important;font-weight:500!important;line-height:1.3125rem;margin-top:.9375rem;padding:.375rem 1.175rem!important}.cart-form .sidebar .button{color:#fff;font-size:1.1rem;font-weight:700;padding:.5rem}.cart-form .sidebar .button.secondary{background:#cdcdcd}.cart-form .sidebar .button.secondary:hover{background-color:#bbb}.cart-form .sidebar .button.guest{margin-bottom:.5rem}.cart-form .sidebar.add-cart-item{margin:0 auto 2.5rem;max-width:360px;padding-top:1rem}.cart-form .sidebar.add-cart-item p{color:#333;text-transform:none}.cart-form .sidebar.add-cart-item .button{color:#333;font-size:1rem;width:100%}.cart-form .items{padding-top:2rem}@media only screen and (min-width:64.0625em){.cart-form .items{padding-right:2.5rem;padding-top:0}}@media only screen and (max-width:40em){.cart-form .items>.button{width:100%}}.cart-form .items .remove-button{background:#f6f6f6;color:#666}.cart-form .items .remove-button:active,.cart-form .items .remove-button:focus,.cart-form .items .remove-button:hover{background:#eee;color:#333}.cart-form .trade-in-details{background:#fff;padding:0 2rem;text-align:center}@media only screen and (min-width:64.0625em) and (max-width:90em){.cart-form .trade-in-details{padding:0}}.cart-form .trade-in-details .mr-t{margin-top:.5rem}.cart-form .trade-in-details .mr-b{margin-bottom:.5rem}.checkout-page{padding:2rem 0 4rem}.checkout-page>.row{padding:0 1%}.checkout-page .main-col{background:#fff;border-radius:6px;padding:0}.checkout-page .sidebar{background:#fff;border-radius:6px;margin-top:2rem;padding:0 0 .25rem}.checkout-page .sidebar h3{padding:1rem 1.5rem}@media only screen and (min-width:64.0625em){.checkout-page .sidebar{margin-left:2.333%;margin-top:0;width:31%}}.checkout-page .sidebar a.edit-link{color:#888;font-weight:400}.checkout-page .sidebar ul.product-attributes{margin:0 1rem 0 0}.checkout-page .sidebar h6.product-name{margin:0}.checkout-page .sidebar .product-attributes{color:#888;font-size:.8rem;list-style-type:none;margin-left:0;padding:0}.checkout-page .sidebar h6{margin:0 0 .1rem}.checkout-page .sidebar h6 span{color:#555}.checkout-page .sidebar .image-col{width:27.5%}.checkout-page .sidebar .image-col img{min-width:40%}.checkout-page .sidebar table.style-a tr td{border:none}.checkout-page .social-login hr{margin:.5rem 0}.checkout-page .social-login p{color:#444;margin:0 0 .25rem}.checkout-page input[type=checkbox]{margin-bottom:0}.checkout-page .gift-card-bonus{display:none}#checkout-ctrl .accordion .heading{border-top:1px solid #eee;color:#222;cursor:default;display:block;font-family:Open Sans,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:.875rem;font-weight:700;outline:0!important;padding:1rem 1.5rem;text-transform:uppercase;transition:background-color .1s linear 0s}#checkout-ctrl .accordion .heading span{color:#888;font-weight:400}#checkout-ctrl .accordion .heading .edit{display:none}#checkout-ctrl .accordion .heading.active:hover{background:#ebf5ff;cursor:pointer}#checkout-ctrl .accordion .heading.active:hover .edit{display:block;float:right;font-size:1rem}#checkout-ctrl .accordion .accordion-navigation:first-child .heading{border-radius:6px 6px 0 0;border-top:none}#checkout-ctrl .accordion .accordion-navigation .content fieldset{margin-bottom:1rem}#checkout-ctrl .accordion .accordion-navigation .content.active{padding:1rem 1.5rem}#checkout-ctrl .select-address select{height:auto;white-space:normal}#checkout-ctrl .shipping-method fieldset>span{white-space:nowrap}#checkout-ctrl .shipping-method fieldset>span label{font-weight:700}#checkout-ctrl .shipping-method input.error{margin-bottom:1rem}#checkout-ctrl .guest-animate{transition:opacity 1s}#checkout-ctrl .guest{cursor:pointer;opacity:.4}#checkout-ctrl .guest:hover{opacity:.66}#checkout-ctrl .how-would-you-like-to{align-content:flex-end;align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:-10px}#checkout-ctrl .how-would-you-like-to button,#checkout-ctrl .how-would-you-like-to div{margin-right:.3rem}#checkout-ctrl .how-would-you-like-to button{margin-top:10px}#checkout-ctrl .gift-card-bonus-text{margin-bottom:-10px}#checkout-ctrl .option-btn-group button{border-width:2px;padding-left:30px!important;position:relative;text-align:left;width:100%}#checkout-ctrl .option-btn-group button.yes{border-bottom-width:1px;border-radius:.25rem .25rem 0 0}#checkout-ctrl .option-btn-group button.no{border-radius:0 0 .25rem .25rem;border-top-width:1px;margin-bottom:.5rem}@media only screen and (min-width:64.0625em){#checkout-ctrl .option-btn-group button.no,#checkout-ctrl .option-btn-group button.yes{max-width:25rem}#checkout-ctrl .option-btn-group button.yes{border-bottom-width:1px;border-radius:.25rem .25rem 0 0}#checkout-ctrl .option-btn-group button.no{border-radius:0 0 .25rem .25rem;border-top-width:1px}}#checkout-ctrl .option-btn-group .selected-indicator{display:inline-block;left:14px;position:absolute;top:8px;width:14px}#checkout-ctrl .option-btn-group .selected-indicator span{display:inline-block;width:100%}#checkout-ctrl .option-btn-group.singles button{border-radius:.25rem!important;border-width:2px!important}@media only screen and (min-width:64.0625em){#checkout-ctrl .option-btn-group.singles button.no,#checkout-ctrl .option-btn-group.singles button.yes{margin-right:.5rem;width:auto}}.checkout-items{overflow:hidden;padding:0}.checkout-items hr{border-color:#eee;margin:.333rem 0}.checkout-items .row{padding:1rem 1.5rem}.checkout-items .row.top{font-size:.875rem;font-weight:700;padding-bottom:.75rem;text-transform:uppercase}.checkout-items .row.bottom{padding:0 1.75rem}.checkout-items table.style-a .payout td{color:#accf29}.checkout-items table.style-a{margin-bottom:.5rem}.checkout-items .insured{display:none}.checkout-items .not-insured{display:table-row}.empty-cart-message{font-weight:400;padding:5rem 0;text-align:center}.empty-cart-message h5{font-size:1.33rem;font-weight:300;margin:0 0 1.5rem}.empty-cart-message .panel{background:#fff;border-radius:4px;box-shadow:0 0 15px rgba(0,0,0,.5);margin-top:1rem;padding:2rem 1.5rem 1rem}.empty-cart-message p.or{font-size:.8rem;margin:0 0 .5rem}#terms-and-conditions-link{max-height:80vh;overflow-y:auto}@media only screen and (min-width:40.0625em){#terms-and-conditions-link{top:10vh!important}}.insurance-message{margin-top:15px}.insurance-message p{font-size:.8rem!important;font-weight:600!important}body.custom-quote.no-webp .hero{background-image:url(../../static/images/custom-quote/hero.jpg)}body.custom-quote .hero{background:#717171 url(../../static/images/custom-quote/hero.jpg) no-repeat 50%;background-size:cover}body.custom-quote .hero:before{opacity:.8}body.custom-quote .hero h1{margin-top:4.5rem}@media only screen and (min-width:40.0625em){body.custom-quote .widget.three-steps h3{margin:1.5625rem auto}}body.custom-quote .what-we-buy{text-align:center}body.custom-quote .what-we-buy h3{color:#555;font-size:2.25rem;font-weight:300}body.custom-quote .what-we-buy td{font-size:1.2rem;line-height:1.6;padding:1.5rem}body.custom-quote .what-we-buy .h3-i{font-size:2.5rem;vertical-align:middle}body.custom-quote .what-we-buy .dont-underline{text-decoration:underline}body.custom-quote .floating.notices-box{top:-10px}body.custom-quote .floating.notices-box .alert-box.success{font-size:1rem;padding:.4rem 1rem}nav.top-nav{background:#333;color:#fff;font-size:.85rem;font-weight:500;left:0;line-height:4.5rem;margin:0;position:absolute;top:0;width:100%;z-index:1000}nav.top-nav a.logo{float:left;height:4.5rem;line-height:4.35rem;margin-left:5%}@media only screen and (min-width:40.0625em){nav.top-nav a.logo{margin-left:1.5rem}}nav.top-nav a.logo img{height:3rem}nav.top-nav .christmas-logo{position:relative}nav.top-nav .christmas-logo img:last-of-type{height:auto;position:absolute;right:-35%;top:5px;transform:translateX(-50%) rotate(-10deg);width:41px;z-index:2}nav.top-nav ul{list-style-type:none}nav.top-nav .row>ul{float:right;margin:0}nav.top-nav .row>ul>li:not(.cart):hover:after{bottom:0;content:" ";left:0;position:absolute;width:100%}nav.top-nav .row>ul li{float:left;position:relative;transition:all .1s linear 0s;white-space:nowrap}nav.top-nav .row>ul li ul{background:#333;color:#fff;display:none;margin:0;position:absolute;right:0;top:100%}nav.top-nav .row>ul li ul li{width:100%}nav.top-nav .row>ul li ul li a{line-height:3rem;width:100%}nav.top-nav .row>ul li:hover{background:#222;color:#ccc}@media only screen and (min-width:40.0625em){nav.top-nav .row>ul li:hover ul{display:block}}nav.top-nav .row>ul li.trade-in>ul a{padding:0 1.25rem 0 3rem;position:relative}nav.top-nav .row>ul li.trade-in svg{height:27px;left:11px;margin-top:-12px;position:absolute;top:50%;width:27px}nav.top-nav .row>ul li.trade-in svg *{stroke:#fff!important}nav.top-nav .row>ul li.trade-in svg .fill-path{fill:#fff!important;stroke:none!important}nav.top-nav .row>ul li.nav-bb{border-bottom:1px solid #555}nav.top-nav .row>ul li.nav-bt{border-top:1px solid #555}nav.top-nav .row>ul li.account a{color:#bbb}nav.top-nav .row>ul li.account a:hover{color:#1e90fa}nav.top-nav .row>ul li.account span.account-head{display:inline-block}nav.top-nav .row>ul li.account span.account-head svg{height:.8rem;margin-bottom:-1px;margin-right:5px;width:.8rem}nav.top-nav .row>ul li.account span.account-head svg *{stroke:#bbb;transition:all .1s}nav.top-nav .row>ul li.account span.account-arrow{display:none}@media only screen and (min-width:64.0625em){nav.top-nav .row>ul li.account span.account-arrow{display:inline-block}}nav.top-nav .row>ul li.account span.account-arrow svg{height:1rem;margin-bottom:-3px;margin-left:1px;width:1rem}nav.top-nav .row>ul li.account span.account-arrow svg path{fill:#bbb;transition:all .1s}nav.top-nav .row>ul li.account a:hover span.account-head svg *{stroke:#1e90fa}nav.top-nav .row>ul li.account a:hover span.account-arrow svg path{fill:#1e90fa}nav.top-nav .row>ul li.cart .box{display:none;height:2rem;left:1rem;position:absolute;top:.5rem;width:2rem}@media only screen and (min-width:64.0625em){nav.top-nav .row>ul li.cart .box{display:block}}nav.top-nav .row>ul li.cart .box span{color:#accf29;font-size:.8rem;font-weight:700;left:.5125rem;line-height:.8rem;position:absolute;text-align:center;top:1.5rem;transition:all .1s;width:1rem}nav.top-nav .row>ul li.cart .box rect{stroke:#fff;transition:all .1s}@media only screen and (min-width:64.0625em){nav.top-nav .row>ul li.cart a{padding-left:4rem}}nav.top-nav .row>ul li.cart a:hover{color:#accf29}nav.top-nav .row>ul li.cart a:hover .box span{color:#f1852a}nav.top-nav .row>ul li.cart a:hover .box rect{stroke:#accf29}nav.top-nav .row>ul a{color:#fff;display:inline-block;font-size:.85rem;font-weight:700;line-height:4.5rem;padding:0 1rem;text-transform:uppercase}nav.top-nav .row>ul a:hover{color:#1e90fa}nav.top-nav .hamburger{float:right;font-size:1.5rem;line-height:4.5rem;outline:0;padding:0 1.5rem;transition:all .1s linear 0s}nav.top-nav .hamburger:hover{background:#2a2a2a;cursor:pointer}@media only screen and (max-width:64em){nav.top-nav .hamburger.nav-open{background:#1a1a1a}nav.top-nav .hamburger.nav-open~ul.links{background:#333;display:block!important;position:absolute;right:0;top:4.5rem}nav.top-nav .hamburger.nav-open~ul.links li{float:none}nav.top-nav .hamburger.nav-open~ul.links li a{line-height:3rem}nav.top-nav .hamburger.nav-open~ul.links li ul{display:none!important}.nav-search:hover{background:#333!important}}.nav-search button.toggle-nav-search.show-for-large-up{float:left;line-height:0;margin-right:1rem;margin-top:19px;width:auto}.nav-search button.toggle-nav-search.show-for-medium-down{border-radius:0;height:37px;padding:2px 10px 0;position:absolute;right:20px;top:0}.widget.search-form-nav{float:left;height:50px;margin-left:20px;margin-right:20px;margin-top:16px;width:750px}@media only screen and (max-width:64em){.widget.search-form-nav{float:none;margin-bottom:13px;width:250px}}.widget.search-form-nav input{border-radius:.25rem;height:auto;margin-bottom:0;padding:11px}@media only screen and (max-width:64em){.widget.search-form-nav input{padding-right:37px}}.widget.search-form-nav .no-results-nav{display:inline-block;height:0;margin:0;padding:0;width:100%}.widget.search-form-nav .no-results-nav .msg-nav{background:#fff;border-radius:.25rem;box-shadow:-1px 1px 3px rgba(0,0,0,.1);color:#333;display:none;font-size:1rem;letter-spacing:1px;margin:1px 0 0;padding:15px;text-align:left;white-space:break-spaces;width:100%}.country-switcher{float:right;position:relative}.country-switcher .country-switcher-toggle{align-items:center;display:flex;height:4.5rem;justify-content:center;padding:0 1rem}.country-switcher .country-switcher-toggle:hover{background:#222}.country-switcher .country-switcher-toggle svg{height:24px;width:24px}.country-switcher .country-switcher-dropdown{background:#333;display:none;list-style:none;margin:0;padding:0;position:absolute;right:0;top:100%;white-space:nowrap;width:-moz-max-content;width:max-content;z-index:1001}.country-switcher .country-switcher-dropdown li a{align-items:center;border-bottom:1px solid #444;color:#fff;display:flex;font-size:.85rem;font-weight:500;padding:.75rem 1rem;text-transform:uppercase}.country-switcher .country-switcher-dropdown li a:hover{background:#222;color:#1e90fa}.country-switcher .country-switcher-dropdown li a.active{background:#222;color:#accf29}.country-switcher .country-switcher-dropdown li a svg{height:22px;margin-right:.75rem;width:22px}.country-switcher .country-switcher-dropdown li a span{flex:1}.country-switcher .country-switcher-dropdown li a i{color:#accf29;font-size:.9rem}.country-switcher:hover .country-switcher-dropdown{display:block}@media only screen and (max-width:40em){.country-switcher .country-switcher-dropdown{left:0;min-width:100%;position:fixed;right:0;top:4.5rem}nav.top-nav-message-banner .country-switcher .country-switcher-dropdown{top:calc(4.5rem + 45px)}}.logged-in-as{background:#ddeefe;border:2px solid #2996fa;border-bottom:0;border-radius:.25rem .25rem 0 0;bottom:0;font-size:.85rem;margin-right:2%;padding:.4rem .66rem .3rem;position:fixed;right:0;z-index:999999}.logged-in-as a{color:#ef2323;margin:0 0 0 .5rem}body.no-webp .hero{background-image:url(../../static/images/home/hero-min.jpg)}.hero{background:#717171 url(../../static/images/home/hero-min.jpg.webp) no-repeat 50%;background-size:cover;position:relative;text-align:center}.hero>.row{margin-top:-4.5rem;padding-top:4.5rem}.hero .bot-pad,.hero .top-pad{max-height:30rem;max-height:40vh;padding-top:0;width:100%}.hero .top-pad{padding-top:0}@media only screen and (min-width:40.0625em){.hero .bot-pad,.hero .top-pad{padding-top:0}}@media only screen and (min-width:64.0625em){.hero .bot-pad,.hero .top-pad{padding-top:0}}.hero .mention-text{font-weight:700;margin-bottom:25px;margin-top:0}.hero .mention-logo{margin-bottom:25px;margin-top:20px;width:85px}.hero h1{color:#fff;font-size:2.5rem;font-weight:300;margin:.2rem auto .5rem;max-width:25rem;padding:0 1rem}@media only screen and (min-width:40.0625em){.hero h1{font-size:3.25rem;max-width:none}}.hero h1 strong{font-weight:700;text-transform:uppercase}.hero h1 span{color:#accf29;text-transform:uppercase}.hero h2{color:#d4d4d4;font-size:1.25rem;padding:1rem}@media only screen and (min-width:40.0625em){.hero h2{font-size:1.5rem}}.hero .button{color:#344707;font-size:1rem;font-weight:700;margin-top:1rem;padding:1rem 2rem 1.05rem;text-transform:uppercase}.hero .button:hover{color:#344707}.hero .columns{position:relative}.hero .columns .down{background:url(../../static/images/home/arrow-down.png) no-repeat 50%;bottom:5%;color:#fff;height:24px;left:50%;margin-left:-23px;position:absolute;width:46px}.hero:before{background:#222;content:" ";height:100%;left:0;opacity:.9;position:absolute;top:0;width:100%}body.no-webp .hero-drop{background-image:url(../../static/images/home/hero-min.jpg)}.hero-drop{background:#717171 url(../../static/images/home/hero-min.jpg.webp) no-repeat 50%;background-size:cover;position:relative}.hero-drop .center{left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.hero-drop .sell{height:500px}@media only screen and (min-width:40.0625em){.hero-drop .sell{height:580px}}.hero-drop .sell{background:rgba(51,51,51,.9);padding:0;text-align:center}.hero-drop .sell h1{color:#fff;font-size:2.5rem;font-weight:300;margin:.2rem auto .5rem;padding:0 1rem}@media only screen and (min-width:40.0625em){.hero-drop .sell h1{font-size:3.25rem}}.hero-drop .sell h1 strong{font-weight:700;text-transform:uppercase}.hero-drop .sell h1 span{color:#accf29;text-transform:uppercase}.hero-drop .sell h2{color:#d4d4d4;font-size:1.25rem;padding:1rem}@media only screen and (min-width:40.0625em){.hero-drop .sell h2{font-size:1.5rem}}.hero-drop .sell .button{color:#344707;font-size:1rem;font-weight:700;margin-top:1rem;padding:1rem 2rem 1.05rem;text-transform:uppercase}.hero-drop .sell .button:hover{color:#344707}.hero-drop .buy{height:500px}@media only screen and (min-width:40.0625em){.hero-drop .buy{height:580px}}.hero-drop .buy{background:hsla(73,4%,41%,.9);padding:0;text-align:center}.hero-drop .buy h2{color:#fff;font-size:2.5rem;font-weight:300;margin:.2rem auto .5rem;padding:0 1rem}@media only screen and (min-width:40.0625em){.hero-drop .buy h2{font-size:3.25rem}}.hero-drop .buy h2 strong{font-weight:700;text-transform:uppercase}.hero-drop .buy h2 span{color:#accf29;text-transform:uppercase}.hero-drop .buy h3{color:#d4d4d4;font-size:1.25rem;padding:1rem}@media only screen and (min-width:40.0625em){.hero-drop .buy h3{font-size:1.5rem}}.hero-drop .buy .button{color:#344707;font-size:1rem;font-weight:700;margin-top:1rem;padding:1rem 2rem 1.05rem;text-transform:uppercase}.hero-drop .buy .button:hover{color:#344707}.r2-margin{margin-bottom:16px;margin-top:16px}body.itad.no-webp .hero{background-image:url(../../static/images/itad/hero-min.jpg)}body.itad .hero{background:#717171 url(../../static/images/itad/hero-min.jpg) no-repeat 50%;background-size:cover}body.itad .hero:before{opacity:.4}body.itad .hero h1{margin-top:8.5rem}body.itad .hero .top-pad{padding-top:4.5vh!important}body.itad .floating.notices-box{top:-10px}body.itad .floating.notices-box .alert-box.success{font-size:1rem;padding:.4rem 1rem}.sell-category-view.heading{padding:2rem 0 1rem}.sell-category-view.grid{padding:1rem 0}.sell-category-view .empty{color:#aaa;margin:3rem auto 4rem;max-width:40rem;padding:0 5%}.sell-category-view h2{color:#777;font-size:1.25rem;margin:1rem 0 0}.sell-category-view small{display:inline-block;font-size:.8rem;margin-bottom:.5rem}.sell-category-view small a{border-bottom:1px dotted #ddd;color:#999;padding-bottom:2px}.sell-category-view ul{padding:1rem}@media only screen and (max-width:40em){.sell-category-view ul{padding:1rem 0}}.sell-category-view ul li{padding:.5rem}.sell-category-view ul li.same-height{display:flex}.sell-category-view ul li.same-height .box{flex:1}@media only screen and (max-width:40em){.sell-category-view ul li{padding:.25rem}.sell-category-view ul li span.success-color{font-size:.8rem}}.sell-category-view ul li .box{background:#fff;border:1px solid #ccc;border-radius:5px;color:#222;display:inline-block;padding:1.5rem 0;transition:all .1s linear 0s;width:100%}.sell-category-view ul li .box img{margin-bottom:.75rem}.sell-category-view ul li .box img.category-img{height:auto;max-width:150px;width:100%}@media only screen and (max-width:40em){.sell-category-view ul li .box img.category-img{max-width:120px}}.sell-category-view ul li .box:hover{box-shadow:0 0 15px rgba(0,0,0,.5)}.sell-product-view .promise{border-top:1px solid #f1f1f1;margin:1rem auto 0;max-width:500px;padding:25px 15px 15px;text-align:left;width:96%}.sell-product-view .promise strong{color:#accf29;font-size:1.1rem}.sell-product-view .promise a{color:#accf29}.sell-product-view .promise p{color:#333;font-size:.95rem}.sell-product-view .promise img{margin:0 1rem 3rem 0}.sell-product-view .crumbs{padding:1rem}.sell-product-view .crumbs a{color:#999}.sell-product-view .pricing-form-wrap{padding:3rem 1rem}@media only screen and (max-width:40em){.sell-product-view .pricing-form-wrap{padding:1px 1rem 3rem}}.sell-product-view .pricing-form-wrap>.row{background:#fff}.sell-product-view .pricing-form-wrap>.row .columns{padding-bottom:2rem;padding-top:2rem}.sell-product-view .pricing-form-wrap>.row .prod-column{text-align:center}.sell-product-view .pricing-form-wrap>.row .prod-column img.product-img{height:auto;max-width:250px;width:100%}.sell-product-view .pricing-form-wrap>.row .prod-column img.product-img-mobile{height:auto;width:70px}.sell-product-view .pricing-form-wrap>.row .prod-column p{margin:0;padding:1rem 2rem}.sell-product-view .pricing-form-wrap>.row .prod-column .trade-in{color:#888;font-size:1.1rem;font-weight:500;margin:0}.sell-product-view .pricing-form-wrap>.row .prod-column .trade-in strong{color:#333;font-size:1.5rem;font-weight:600}@media only screen and (max-width:40em){.sell-product-view .pricing-form-wrap>.row .prod-column{padding:2rem 8% 0}}.sell-product-view .pricing-form-wrap>.row .calc-column{border-left:1px solid #f1f1f1;padding:2rem 5%}@media only screen and (max-width:40em){.sell-product-view .pricing-form-wrap>.row .calc-column{border:none;padding-top:1rem}}.sell-product-view .discontinued{background:#f4f4f4;border:.125rem solid #777;border-radius:.25rem;color:#555;margin:6rem 0 0;padding:1rem 1.25rem;text-align:center}.sell-product-view .discontinued strong{color:#333;font-size:1.5rem;font-weight:700}.sell-product-view .discontinued p{font-size:.85rem;margin:0}@media only screen and (min-width:40.0625em) and (max-width:64em){.sell-product-view .discontinued{margin:3rem 0 0}}@media only screen and (max-width:40em){.sell-product-view .discontinued{margin:1rem 0}}@media only screen and (min-width:40.0625em) and (max-width:64em){.sell-tag-strong{display:block}}@media only screen and (max-width:40em){.sell-tag-strong{display:block}}.sell-tag{background:#e2e2e2;border:1px solid #c7c7c7;border-radius:.25em;color:#170c0c;display:inline-block;font-size:.8rem;margin-bottom:.3rem;margin-top:.3rem;padding:.3rem .8rem}.support-questions h2{border-bottom:1px dashed #ccc;font-size:1.45rem;font-weight:400;margin:1.5rem 0 .75rem;padding:0 0 .5rem}.support-questions h3{color:#f1852a;font-size:1.25rem;margin:.5rem 0}.support-questions h3 a{color:#f1852a}.widget.blog{background-color:#f1f1f1}.widget.blog h3{font-size:2.25rem;font-weight:300}.widget.blog h4{font-size:1.15rem;font-weight:500;margin-top:1rem;text-align:left}.widget.blog h4 a{color:#accf29}.widget.blog p{color:#444;font-size:.95rem;margin:0;text-align:left}.widget.blog li{padding:3%;text-align:center}.widget.blog.home{border-bottom:1px solid #ddd;padding-bottom:6rem}.widget.blog .image-zoom{overflow:hidden}.widget.blog .blog-home-tiles{background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);padding:15px;transition:box-shadow .2s ease-in-out}.widget.blog .blog-home-tiles img{transform:scale(1.2);transition:transform .2s ease-in-out}.widget.blog .blog-home-tiles:hover{box-shadow:0 0 15px rgba(0,0,0,.5)}.widget.blog .blog-home-tiles:hover img{transform:scale(1.3)}.widget.blog .content-excerpt{height:125px;margin-top:0;overflow-y:scroll;text-align:left}.widget.blog .read-more{background:hsla(0,0%,100%,.96);border-top:1px solid #ddd;margin-top:5px;padding-top:16px;text-align:left}.widget.buy{background-color:#808587;color:#fff;padding:8% 0 9%;text-align:center}.widget.buy h2,.widget.buy p{color:#fff;font-size:2.25rem;font-weight:300}.widget.buy p{font-size:1.5rem}.widget.buy a{transition:opacity .1s linear 0s}.widget.buy a:hover{opacity:.8}.faq-block.widget{padding:2rem 0 3rem}.faq-block .block-wrap{border:1px solid #ddd;box-shadow:0 0 15px 1px rgba(0,0,0,.3);margin-top:2rem}.faq-block .question{border-bottom:1px solid #ddd;padding:1rem 1rem 1rem 3.125rem;position:relative;transition:all .25s}.faq-block .question:hover{color:#1e90fa;cursor:pointer}.faq-block .question span{color:#1e90fa;font-size:2rem;left:1.2rem;position:absolute;top:.3rem;transform:rotate(-90deg);transition:color .25s}.faq-block .answer{background:#eee;max-height:0;overflow-y:hidden;transition:all .5s}.faq-block .answer .answer-wrap{padding:1rem}.faq-block .answer .answer-wrap :last-child{margin-bottom:0}.faq-block .block.opened .answer{max-height:100rem;overflow-y:auto}.faq-block .block.opened .question{border-bottom:1px solid #f1852a}.faq-block .block.opened .question span{color:#f1852a;left:1.6rem;transform:rotate(90deg)}.faq-block .block.opened .question:hover{border-color:#f1852a;color:#f1852a}.widget.newsletter{margin:0 auto}.widget.newsletter input{border:none;border-radius:.25rem 0 0 .25rem;font-size:.9rem;font-weight:300;height:auto;margin:0;padding:.75rem 1rem}.widget.newsletter input.button{background:#accf29;border-radius:0 .25rem .25rem 0;font-weight:700;text-transform:uppercase}.widget.newsletter input.button:hover{color:#fff}.widget.newsletter span{display:inline-block;font-size:.85rem;font-weight:300;line-height:1rem;padding:1rem 0 0}.widget.newsletter span.alert,.widget.newsletter span.success{border-radius:2px;display:none;float:left;font-weight:500;margin-top:1rem;padding:.33rem .75rem .3rem;text-align:left;white-space:normal}.widget.newsletter span.success{color:#111}.widget.newsletter.newsletter-is-loading{opacity:.7}.widget.newsletter.newsletter-is-loading *{cursor:wait!important}.widget.fair-evaluation{background:#fff;border-bottom:1px solid #e8e8e8;padding:2.5rem 0 4.5rem;text-align:center}.widget.fair-evaluation .fair-evaluation-divider{background:#accf29;border-radius:1px;height:.2rem;margin:0 auto 1.75rem;width:3rem}.widget.fair-evaluation .fair-evaluation-lead{color:#666;font-size:1.1rem;font-weight:300;letter-spacing:.01em;margin-bottom:.5rem}@media only screen and (max-width:40em){.widget.fair-evaluation .fair-evaluation-lead{font-size:.95rem}}.widget.fair-evaluation .fair-evaluation-heading{color:#2d3030;font-size:2.25rem;font-weight:300;margin-bottom:.75rem}@media only screen and (max-width:40em){.widget.fair-evaluation .fair-evaluation-heading{font-size:1.4rem}}.widget.fair-evaluation .fair-evaluation-subtitle{color:#666;font-size:1rem;font-weight:300;line-height:1.6;margin:0 auto 2.5rem;max-width:600px}@media only screen and (max-width:40em){.widget.fair-evaluation .fair-evaluation-subtitle{font-size:.9rem;margin-bottom:1.5rem}}.widget.fair-evaluation .fair-evaluation-cards{display:flex;flex-wrap:wrap;margin:0;padding:0 2%}@media only screen and (max-width:40em){.widget.fair-evaluation .fair-evaluation-cards{padding:0}}.widget.fair-evaluation .fair-evaluation-cards li{display:flex;padding:0 1%}@media only screen and (max-width:40em){.widget.fair-evaluation .fair-evaluation-cards li{padding:0 0 .75rem}}.widget.fair-evaluation .fair-evaluation-card{background:#f1f1f1;border:1px solid #e5e5e5;border-radius:6px;height:100%;padding:2.5rem 2rem 2rem;text-align:center;transition:all .15s ease 0s}.widget.fair-evaluation .fair-evaluation-card:hover{border-color:#d0d0d0;box-shadow:0 4px 16px rgba(0,0,0,.06)}@media only screen and (max-width:40em){.widget.fair-evaluation .fair-evaluation-card{align-items:center;display:flex;gap:1rem;padding:1rem 1.25rem;text-align:left}}.widget.fair-evaluation .fair-evaluation-icon{align-items:center;background:rgba(172,207,41,.12);border-radius:50%;display:flex;height:64px;justify-content:center;margin:0 auto 1.25rem;width:64px}.widget.fair-evaluation .fair-evaluation-icon svg{display:block}@media only screen and (max-width:40em){.widget.fair-evaluation .fair-evaluation-icon{height:48px;margin:0;min-width:48px;width:48px}.widget.fair-evaluation .fair-evaluation-icon svg{height:26px;width:26px}.widget.fair-evaluation .fair-evaluation-text{flex:1}}.widget.fair-evaluation h5{color:#2d3030;font-size:1.3rem;font-weight:600;margin-bottom:.75rem}@media only screen and (max-width:40em){.widget.fair-evaluation h5{font-size:1.05rem;margin-bottom:.25rem}}.widget.fair-evaluation p{color:#666;font-size:.95rem;font-weight:300;line-height:1.65;margin-bottom:0}@media only screen and (max-width:40em){.widget.fair-evaluation p{font-size:.85rem;line-height:1.4}}.widget.product-content-blocks{background:#fff;border-bottom:1px solid #cdcdcd;padding:4.5rem 3.33% 4rem}.widget.product-content-blocks hr{background:#accf29;border:none;height:.2rem;margin:1rem 0;width:2rem}.widget.product-content-blocks p{font-weight:300}.widget.product-content-blocks a{font-weight:500}.widget.product-content-blocks h4{font-weight:500;margin-top:3rem}@media only screen and (min-width:40.0625em){.widget.product-content-blocks h4{margin-top:0}}.content-block-alignment{align-content:flex-start;align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}.content-block-space{margin-top:3rem}.widget.reviews{background:#fff;border-bottom:none;padding:4.5rem 0 5rem;position:relative}.widget.reviews .reviews-bg-accent{background:radial-gradient(circle,rgba(172,207,41,.08) 0,transparent 70%);border-radius:50%;height:400px;pointer-events:none;position:absolute;right:-80px;top:-120px;width:400px}.widget.reviews .reviews-header{margin-bottom:2.5rem}.widget.reviews .reviews-eyebrow{color:#accf29;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.15em;margin-bottom:.75rem;text-transform:uppercase}.widget.reviews h3{color:#1a1a1a;font-size:2rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:.5rem}@media only screen and (min-width:40.0625em){.widget.reviews h3{font-size:2.5rem}}.widget.reviews .reviews-subheading{color:#777;font-size:1.1rem;margin-bottom:0}.widget.reviews .slider{display:none;padding:0 3rem;position:relative}@media only screen and (max-width:40em){.widget.reviews .slider{padding:0 .5rem}}.widget.reviews.show-bad .slider.bad-slider,.widget.reviews.show-good .slider.good-slider{display:block}.widget.reviews .siema{margin:0;padding:24px 0}.widget.reviews .slide-controls{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:10}@media only screen and (max-width:40em){.widget.reviews .slide-controls{display:none}}.widget.reviews .slide-control{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 12px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.04);color:#333;cursor:pointer;display:flex;height:44px;justify-content:center;pointer-events:all;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:44px}.widget.reviews .slide-control:hover{background:#1a1a1a;box-shadow:0 4px 20px rgba(0,0,0,.15);color:#fff}.widget.reviews .slide-control.slide-next{left:-6px}.widget.reviews .slide-control.slide-prev{right:-6px}.widget.reviews .slide-controls-mobile{display:none}@media only screen and (max-width:40em){.widget.reviews .slide-controls-mobile{display:flex;gap:1rem;justify-content:center;padding-top:.5rem}}.widget.reviews .slide-controls-mobile .slide-control{position:static;transform:none}.widget.reviews .slide{padding:0 10px}.widget.reviews .review-card{height:100%}.widget.reviews .review-card-inner{background:#f5f5f5;border:1px solid #e5e5e5;border-radius:16px;box-shadow:none;display:flex;flex-direction:column;height:100%;padding:2rem 1.75rem 1.75rem;position:relative;transition:box-shadow .3s ease,transform .3s ease}.widget.reviews .review-card-inner:hover{box-shadow:0 2px 4px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.widget.reviews .quote-icon{color:#accf29;flex-shrink:0;margin-bottom:.75rem}.widget.reviews .review-quote{-webkit-line-clamp:6;-webkit-box-orient:vertical;color:#444;display:-webkit-box;flex:1;font-size:.95rem;line-height:1.65;margin-bottom:1.25rem;overflow:hidden}.widget.reviews .review-stars{color:#f8951d;display:flex;flex-shrink:0;gap:2px;margin-bottom:1rem}.widget.reviews .review-meta{border-top:1px solid #f0ede5;display:flex;flex-direction:column;flex-shrink:0;gap:.15rem;padding-top:1rem}.widget.reviews .review-author{color:#1a1a1a;font-size:.9rem;font-weight:700}.widget.reviews .review-offer{color:#999;font-size:.8rem;letter-spacing:.02em}.widget.sell .sell-page-title,.widget.sell h2{font-size:2.25rem;font-weight:500;text-align:center}.widget.sell .sell-page-title{margin-bottom:.5rem;margin-top:.2rem}.widget.sell p{color:#666;font-size:1.25rem;text-align:center}.widget.sell .category-link{display:inline-block;float:left;padding:2rem 10%;position:relative;width:100%}@media only screen and (min-width:40.0625em) and (max-width:64em){.widget.sell .category-link{padding:25% 15%}}.widget.sell .category-link h4{color:#333;font-weight:500;transition:opacity .1s linear 0s}.widget.sell .category-link .category-image{height:120px;margin:0 auto;max-width:100%;position:relative;width:120px}.widget.sell .category-link .category-image *{cursor:pointer}.widget.sell .category-link .category-image svg{height:auto;margin:0 auto;width:100%}.widget.sell .category-link .category-image svg.macbook-svg{margin-top:1rem}.widget.sell .category-link .category-image svg *{stroke:#aaa!important}.widget.sell .category-link .category-image svg .fill-path{fill:#aaa!important;stroke:none!important}.widget.sell .category-link:hover h4{color:#accf29}.widget.sell .category-link:hover .category-image svg *{stroke:#accf29!important}.widget.sell .category-link:hover .category-image svg .fill-path{fill:#accf29!important;stroke:none!important}.widget.sell h4{color:#888;font-size:1.25rem;font-weight:300;margin:1rem 0 0;text-align:center}@media only screen and (min-width:40.0625em) and (max-width:64em){.widget.sell h4{font-size:1rem}}.widget.sell ul{background:#fbfbfb;border:1px solid #ccc}@media only screen and (min-width:40.0625em){.widget.sell ul{margin:0 1rem}}.widget.sell li{border-color:#4f5354;padding:0;transition:all .1s linear 0s}.widget.sell li:hover{background:#fbfbfb;box-shadow:0 0 15px rgba(0,0,0,.5)}.widget.sell li.last{background:transparent!important;border-bottom:1px solid #ccc;box-shadow:none!important;display:none;width:1px}@media only screen and (min-width:40.0625em) and (max-width:64em){.widget.sell li.last{display:block}}.widget.sell .search-form{margin:0 auto;max-width:40rem}@media only screen and (min-width:40.0625em){.widget.sell .search-form{padding:0 1rem}}.widget.sell .sell-icon-margin{margin-top:1rem}.widget.sell.home{border-bottom:1px solid #ddd;padding-bottom:6rem}.search-tag-model-text{font-size:.6875rem}.search-tag-text{font-size:.9375rem}.search-result-name{display:inline}.search-tag-inline{color:#888}.search-term-match{background-color:#ffef5f;padding:0 .1rem}.search-results-div{margin:0 1.5rem}.search-results-text-light-grey .search-results-text{background:#f1f1f1!important}.search-results-text{background:#fff;color:#777;padding:0 .4rem 0 0}.search-results-hr{margin:-.6875rem 0 0!important}.input-div-container{position:relative}.input-div-container input#search-input-field{background:#fff;border:2px solid #ddd;border-radius:50px;color:#333;font-size:1rem;height:3.2rem;margin:0;outline:none;padding:0 3rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.input-div-container input#search-input-field::-moz-placeholder{color:#aaa;font-weight:400}.input-div-container input#search-input-field::placeholder{color:#aaa;font-weight:400}.input-div-container input#search-input-field:hover{border-color:#bbb}.input-div-container input#search-input-field:focus{border-color:#accf29;box-shadow:0 0 0 3px rgba(172,207,41,.15)}.input-div-container .search-icon-container{align-items:center;color:#999;display:flex;left:1rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:color .2s ease}.input-div-container:focus-within .search-icon-container{color:#accf29}.clear-div-container,.icon-div-container{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.clear-div-container{align-items:center;color:#999;cursor:pointer;display:flex;transition:color .15s ease}.clear-div-container:hover{color:#333}.search-loader{animation:around 5s infinite;display:inline-block;height:20px;position:relative;width:20px}@keyframes around{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.search-loader:after,.search-loader:before{animation:around .7s ease-in-out infinite;background:#fff;border-color:#accf29 #accf29 transparent transparent;border-radius:20px;border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;width:100%}.search-loader:after{animation:around .7s ease-in-out .1s infinite;background:transparent}.widget.search-form input{border:1px solid #bbb;border-radius:.25rem;font-size:1rem;height:auto;margin:0;padding:11px}.widget.search-form .no-results{display:inline-block;height:0;margin:0;padding:0;width:100%}.widget.search-form .no-results .msg{background:#fff;border-radius:.25rem;box-shadow:-1px 1px 3px rgba(0,0,0,.1);color:#333;display:none;letter-spacing:1px;margin:-25px 0 0;padding:15px;text-align:left;white-space:break-spaces;width:100%}.widget.three-steps{text-align:center}.widget.three-steps li{padding:0 2%}.widget.three-steps h3{color:#333;font-size:1.35rem;font-weight:500}.widget.three-steps h3 strong{font-weight:700}@media only screen and (max-width:40em){.widget.three-steps h3{margin:4% auto 3%}}@media only screen and (min-width:40.0625em){.widget.three-steps h3{margin:9% auto}}.widget.three-steps h3.get-cash{color:#555;font-size:2.25rem;font-weight:300;margin:0 auto 2%}.widget.three-steps h3.get-cash strong{color:#accf29;font-weight:500}.widget.three-steps p{margin:0 auto;max-width:25rem}.widget.three-steps .border-box{border:none;padding:5%}@media only screen and (max-width:40em){.widget.three-steps .border-box{padding:0 10%}}@media only screen and (min-width:64.0625em) and (max-width:90em){.widget.three-steps .border-box{border:1px solid #ccc;border-radius:4px;padding:10%}}.widget.three-steps div.img svg{color:#accf29;margin-top:2rem;max-height:5rem}.widget.three-steps.home{border-bottom:1px solid #ddd;padding-bottom:6rem}.widget.why-sell ul{list-style-type:none;margin:0;padding:1rem 0 .5rem}.widget.why-sell li{background:#fff url(../../static/images/widgets/why-sell/check.png) 0 no-repeat;color:#555;font-size:.9rem;line-height:2.3rem;min-height:26px;padding:0 0 0 2.5rem}.widget.why-use-us{overflow:visible;text-align:center}.widget.why-use-us .heading{color:#2d3030;margin:1% auto 5%;text-align:center}.widget.why-use-us .heading h3{font-size:2.25rem;font-weight:300}@media only screen and (max-width:40em){.widget.why-use-us .heading h3{font-size:1.25rem}}.widget.why-use-us .heading p{color:#666;font-size:1.25rem;text-align:center}@media only screen and (max-width:40em){.widget.why-use-us .heading p{font-size:1rem}}.widget.why-use-us ul{overflow:visible}@media only screen and (min-width:40.0625em){.widget.why-use-us ul{padding:10px 3%}}.widget.why-use-us ul li{padding:3% 1%;text-align:center;transition:all .1s linear 0s}.widget.why-use-us ul li:hover{background:#eee}@media only screen and (min-width:40.0625em){.widget.why-use-us ul li:hover{background:#f9f9f9;box-shadow:0 0 15px rgba(0,0,0,.5)}}@media only screen and (max-width:40em){.widget.why-use-us ul li{padding:0 1%}}.widget.why-use-us ul li div{width:100%}.widget.why-use-us ul h5{font-size:1.5rem}@media only screen and (max-width:40em){.widget.why-use-us ul h5{font-size:1.2rem}}.widget.why-use-us ul p{color:#666;font-size:.9rem}.widget.why-use-us .border-box{border-color:#ccc}.widget.why-use-us .border-box p{margin:0}.widget.why-use-us .border-box li{border-color:#ccc}.widget.why-use-us div.img{background:50% no-repeat;height:125px;width:100%}@media only screen and (max-width:40em){.widget.why-use-us div.img.shrink-img{background-size:75px;height:100px;margin:0}}.widget.why-use-us div.img.fast-money{height:64px;margin:2rem 0}@media only screen and (max-width:40em){.widget.why-use-us div.img.fast-money{background-size:75px;height:100px;margin:0}.widget.why-use-us div.img{background-size:115px;height:100px}}.widget.why-use-us .as-seen-on{padding-top:1.5625rem}@media only screen and (max-width:40em){.widget.why-use-us .as-seen-on{margin-bottom:1.5625rem}.widget.why-use-us .as-seen-on a img{height:50px;width:50px}}.widget.why-use-us .why-use-us-bbb{align-items:center!important;display:flex}.widget.why-use-us .why-use-us-bbb div{display:flex;justify-content:center!important}html:has(body.design-v2){scroll-behavior:smooth}.design-v2,.design-v2.body-message-banner{padding-top:0}.design-v2 .top-nav-v2{align-items:center;background:#e8e8e8;border-bottom:1px solid #d4d4d4;display:flex;height:70px;position:relative;transform:translateY(0);transition:transform .2s cubic-bezier(.22,1,.36,1);will-change:transform;z-index:1000}.design-v2 .top-nav-v2.is-pinned{left:0;position:fixed;right:0;top:0}.design-v2 .top-nav-v2.is-hidden{transform:translateY(-100%)}.design-v2 .top-nav-v2 .nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1440px;padding:0 24px;width:100%}.design-v2 .top-nav-v2 .nav-logo{align-items:center;display:flex}.design-v2 .top-nav-v2 .nav-logo img{height:14px;width:auto}.design-v2 .top-nav-v2 .nav-main{align-items:center;display:none;gap:32px}@media (min-width:1024px){.design-v2 .top-nav-v2 .nav-main{display:flex}}.design-v2 .top-nav-v2 .nav-main .nav-link{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;padding:8px 0;position:relative;text-decoration:none;text-transform:capitalize;transition:color .2s ease}.design-v2 .top-nav-v2 .nav-main .nav-link:hover{color:#02403d}.design-v2 .top-nav-v2 .nav-main .nav-link:after{background:#b2f300;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .2s ease;width:0}.design-v2 .top-nav-v2 .nav-main .nav-link.active:after,.design-v2 .top-nav-v2 .nav-main .nav-link:hover:after{width:100%}.design-v2 .top-nav-v2 .nav-main .nav-link-dropdown{cursor:pointer}.design-v2 .top-nav-v2 .nav-actions{align-items:center;display:flex;gap:16px}@media (max-width:1023px){.design-v2 .top-nav-v2 .nav-actions{gap:12px}}.design-v2 .top-nav-v2 .nav-actions .nav-login{color:#02403d;display:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;padding:8px 12px;text-decoration:none;transition:opacity .2s ease}@media (min-width:1024px){.design-v2 .top-nav-v2 .nav-actions .nav-login{display:block}}.design-v2 .top-nav-v2 .nav-actions .nav-login:hover{opacity:.7}.design-v2 .top-nav-v2 .nav-actions .nav-country-switcher{position:relative}.design-v2 .top-nav-v2 .nav-actions .nav-country-toggle{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;box-shadow:none;cursor:pointer;display:flex;justify-content:center;margin:0;outline:none;padding:0;transition:opacity .2s ease}.design-v2 .top-nav-v2 .nav-actions .nav-country-toggle svg{border-radius:50%;display:block;height:22px;width:22px}.design-v2 .top-nav-v2 .nav-actions .nav-country-toggle:active,.design-v2 .top-nav-v2 .nav-actions .nav-country-toggle:focus,.design-v2 .top-nav-v2 .nav-actions .nav-country-toggle:hover{background:none;box-shadow:none;opacity:.6;outline:none}.design-v2 .top-nav-v2 .nav-actions .nav-country-dropdown{background:transparent;border:none;list-style:none;margin:0;min-width:180px;opacity:0;padding-top:8px;position:absolute;right:0;top:100%;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;visibility:hidden;z-index:1000}.design-v2 .top-nav-v2 .nav-actions .nav-country-dropdown li{background:#fff;border-left:1px solid #d4d4d4;border-right:1px solid #d4d4d4;margin:0;padding:0}.design-v2 .top-nav-v2 .nav-actions .nav-country-dropdown li:first-child{border-radius:8px 8px 0 0;border-top:1px solid #d4d4d4;overflow:hidden}.design-v2 .top-nav-v2 .nav-actions .nav-country-dropdown li:last-child{border-bottom:1px solid #d4d4d4;border-radius:0 0 8px 8px;box-shadow:0 4px 16px rgba(0,0,0,.1);overflow:hidden}.design-v2 .top-nav-v2 .nav-actions .nav-country-dropdown a{align-items:center;color:#02403d;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:400;gap:10px;padding:8px 16px;text-decoration:none;transition:background .2s ease;white-space:nowrap}.design-v2 .top-nav-v2 .nav-actions .nav-country-dropdown a svg:first-child{border-radius:50%;flex-shrink:0;height:20px;width:20px}.design-v2 .top-nav-v2 .nav-actions .nav-country-dropdown a span{flex:1}.design-v2 .top-nav-v2 .nav-actions .nav-country-dropdown a svg:last-child{color:#b2f300;flex-shrink:0}.design-v2 .top-nav-v2 .nav-actions .nav-country-dropdown a:hover{background:#e8e8e8}.design-v2 .top-nav-v2 .nav-actions .nav-country-dropdown a.active{font-weight:600}.design-v2 .top-nav-v2 .nav-actions .nav-country-switcher.open .nav-country-dropdown,.design-v2 .top-nav-v2 .nav-actions .nav-country-switcher:hover .nav-country-dropdown{opacity:1;transform:translateY(0);visibility:visible}.design-v2 .top-nav-v2 .nav-actions .nav-account-wrapper{display:none;position:relative}@media (min-width:1024px){.design-v2 .top-nav-v2 .nav-actions .nav-account-wrapper{display:block}}.design-v2 .top-nav-v2 .nav-actions .nav-account-toggle{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;box-shadow:none;color:#02403d;cursor:pointer;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;gap:6px;padding:8px 0 8px 12px}.design-v2 .top-nav-v2 .nav-actions .nav-account-toggle:active,.design-v2 .top-nav-v2 .nav-actions .nav-account-toggle:focus,.design-v2 .top-nav-v2 .nav-actions .nav-account-toggle:hover{background:none;box-shadow:none;opacity:.7;outline:none}.design-v2 .top-nav-v2 .nav-actions .nav-account-chevron{flex-shrink:0;transition:transform .15s ease}.design-v2 .top-nav-v2 .nav-actions .nav-account-wrapper.open .nav-account-chevron,.design-v2 .top-nav-v2 .nav-actions .nav-account-wrapper:hover .nav-account-chevron{transform:scaleY(-1)}.design-v2 .top-nav-v2 .nav-actions .nav-account-dropdown{min-width:200px;opacity:0;padding-top:1px;position:absolute;right:0;top:100%;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;visibility:hidden;z-index:1000}.design-v2 .top-nav-v2 .nav-actions .nav-account-dropdown .nav-account-link{background:#fff;border-bottom:1px solid #e1e1e1;border-left:1px solid #d4d4d4;border-right:1px solid #d4d4d4;color:#02403d;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:400;padding:10px 16px;text-decoration:none;transition:background .2s ease;white-space:nowrap}.design-v2 .top-nav-v2 .nav-actions .nav-account-dropdown .nav-account-link:first-child{border-radius:8px 8px 0 0;border-top:1px solid #d4d4d4}.design-v2 .top-nav-v2 .nav-actions .nav-account-dropdown .nav-account-link:last-child{border-bottom:1px solid #d4d4d4;border-radius:0 0 8px 8px;box-shadow:0 4px 16px rgba(0,0,0,.1)}.design-v2 .top-nav-v2 .nav-actions .nav-account-dropdown .nav-account-link:hover{background:#e8e8e8}.design-v2 .top-nav-v2 .nav-actions .nav-account-dropdown .nav-account-link.nav-account-admin{color:#9a7b0a;font-weight:600}.design-v2 .top-nav-v2 .nav-actions .nav-account-dropdown .nav-account-link.nav-account-logout{color:#3d635f}.design-v2 .top-nav-v2 .nav-actions .nav-account-wrapper.open .nav-account-dropdown,.design-v2 .top-nav-v2 .nav-actions .nav-account-wrapper:hover .nav-account-dropdown{opacity:1;transform:translateY(0);visibility:visible}.design-v2 .top-nav-v2 .nav-actions .nav-cart-wrapper{position:relative}@media (max-width:1023px){.design-v2 .top-nav-v2 .nav-actions .nav-cart-wrapper{position:static}}.design-v2 .top-nav-v2 .nav-actions .nav-cart{align-items:center;background:none;color:#02403d;display:flex;gap:6px;padding:0;position:relative;text-decoration:none;transition:opacity .2s ease}.design-v2 .top-nav-v2 .nav-actions .nav-cart:hover{opacity:.7}.design-v2 .top-nav-v2 .nav-actions .nav-cart .cart-icon{align-items:center;color:#02403d;display:flex;justify-content:center}.design-v2 .top-nav-v2 .nav-actions .nav-cart .cart-label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400}@media (max-width:1023px){.design-v2 .top-nav-v2 .nav-actions .nav-cart .cart-label{display:none}}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown{opacity:0;padding-top:8px;position:absolute;right:0;top:100%;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;visibility:hidden;width:360px;z-index:1001}@media (max-width:1023px){.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown{display:none}}.design-v2 .top-nav-v2 .nav-actions .nav-cart-wrapper.open .nav-cart-dropdown,.design-v2 .top-nav-v2 .nav-actions .nav-cart-wrapper:hover .nav-cart-dropdown{opacity:1;transform:translateY(0);visibility:visible}.design-v2 .top-nav-v2 .nav-actions .nav-cart-no-dropdown .nav-cart-dropdown{display:none}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-inner{background:#fff;border:1px solid #d4d4d4;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.1);overflow:hidden}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-header{border-bottom:1px solid #e1e1e1;padding:14px 16px 12px}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-title{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:15px;font-weight:600;letter-spacing:-.2px}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-items{max-height:320px;overflow-y:auto;overscroll-behavior:contain}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-item{align-items:center;border-bottom:1px solid #e1e1e1;display:flex;gap:10px;padding:10px 16px;transition:opacity .2s ease}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-item:last-child{border-bottom:none}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-item-image{background:transparent;border-radius:4px;flex-shrink:0;height:48px;overflow:hidden;width:48px}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-item-image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-item-info{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-item-name{color:#02403d;font-size:14px;font-weight:500}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-item-attrs,.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-item-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-item-attrs{color:#3d635f;font-size:12px;font-weight:400}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-item-price{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:600}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-item-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-qty{align-items:center;background:#e8e8e8;border:1px solid #e8e8e8;border-radius:9999px;display:inline-flex;height:29px;overflow:hidden}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-qty-btn{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e8e8e8;border:none;box-shadow:none;color:#02403d;cursor:pointer;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;height:29px;justify-content:center;padding:0;transition:background .15s ease;width:32px}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-qty-btn:hover{background:#dedede}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-qty-btn:active{background:#d9d9d9}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-qty-value{background:transparent;border-left:1px solid rgba(2,64,61,.08);border-right:1px solid rgba(2,64,61,.08);color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:500;height:29px;line-height:29px;min-width:24px;text-align:center}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-qty-static{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:500}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-remove-btn{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;border-radius:4px;box-shadow:none;color:#3d635f;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;transition:color .15s ease,background .15s ease;width:24px}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-remove-btn:hover{background:rgba(192,57,43,.08);color:#c0392b}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-footer{border-top:1px solid #d4d4d4;padding:12px 16px 16px}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-total{align-items:center;color:#02403d;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;justify-content:space-between;margin-bottom:12px}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-view-btn{background:#e8e8e8;border-radius:4px;color:#02403d;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;margin-bottom:8px;padding:10px 0;text-align:center;text-decoration:none;transition:background .15s ease;width:100%}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-view-btn:hover{background:#dbdbdb}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-checkout-btn{background:#02403d;border-radius:4px;color:#b2f300;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;padding:10px 0;text-align:center;text-decoration:none;transition:background .15s ease;width:100%}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-checkout-btn:hover{background:#035955}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-empty{padding:24px 16px;text-align:center}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-empty p{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:400;margin:0 0 16px}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-empty-cta{background:#02403d;border-radius:4px;color:#b2f300;display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;padding:10px 24px;text-decoration:none;transition:background .15s ease}.design-v2 .top-nav-v2 .nav-actions .nav-cart-dropdown-empty-cta:hover{background:#035955}.design-v2 .top-nav-v2 .nav-mobile-toggle{-webkit-tap-highlight-color:transparent;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;box-shadow:none;cursor:pointer;display:flex;height:40px;justify-content:center;margin-left:-4px;padding:0;width:40px}.design-v2 .top-nav-v2 .nav-mobile-toggle:active,.design-v2 .top-nav-v2 .nav-mobile-toggle:focus,.design-v2 .top-nav-v2 .nav-mobile-toggle:hover{background:transparent;box-shadow:none;outline:none}@media (min-width:1024px){.design-v2 .top-nav-v2 .nav-mobile-toggle{display:none}}.design-v2 .top-nav-v2 .nav-mobile-toggle .hamburger{background:#02403d;height:2px;position:relative;transition:background .15s ease;width:24px}.design-v2 .top-nav-v2 .nav-mobile-toggle .hamburger:after,.design-v2 .top-nav-v2 .nav-mobile-toggle .hamburger:before{background:#02403d;content:"";height:2px;left:0;position:absolute;transition:transform .15s ease;width:24px}.design-v2 .top-nav-v2 .nav-mobile-toggle .hamburger:before{top:-8px}.design-v2 .top-nav-v2 .nav-mobile-toggle .hamburger:after{top:8px}.design-v2 .top-nav-v2 .nav-mobile-toggle.active .hamburger{background:transparent}.design-v2 .top-nav-v2 .nav-mobile-toggle.active .hamburger:before{transform:translateY(8px) rotate(45deg)}.design-v2 .top-nav-v2 .nav-mobile-toggle.active .hamburger:after{transform:translateY(-8px) rotate(-45deg)}.design-v2 .top-nav-v2-spacer{display:none;height:70px}.design-v2 .top-nav-v2.is-pinned~.top-nav-v2-spacer{display:block}.design-v2 .nav-mobile-menu{background:#e8e8e8;bottom:0;left:0;opacity:0;overflow-y:auto;padding:24px;position:fixed;right:0;top:var(--v2-nav-bottom,70px);transform:translateY(-12px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;visibility:hidden;z-index:999}.design-v2 .nav-mobile-menu.active{opacity:1;transform:translateY(0);visibility:visible}@media (min-width:1024px){.design-v2 .nav-mobile-menu{display:none!important}}.design-v2 .nav-mobile-menu .mobile-nav-link{border-bottom:1px solid #d4d4d4;color:#02403d;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:500;opacity:0;padding:16px 0;text-decoration:none;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}.design-v2 .nav-mobile-menu .mobile-nav-link:last-child{border-bottom:none}.design-v2 .nav-mobile-menu.active .mobile-nav-link{opacity:1;transform:translateY(0)}.design-v2 .nav-mobile-menu.active .mobile-nav-link:first-child{transition-delay:.04s}.design-v2 .nav-mobile-menu.active .mobile-nav-link:nth-child(2){transition-delay:.08s}.design-v2 .nav-mobile-menu.active .mobile-nav-link:nth-child(3){transition-delay:.12s}.design-v2 .nav-mobile-menu.active .mobile-nav-link:nth-child(4){transition-delay:.16s}.design-v2 .nav-mobile-menu.active .mobile-nav-link:nth-child(5){transition-delay:.2s}.design-v2 .nav-mobile-menu.active .mobile-nav-link:nth-child(6){transition-delay:.24s}.design-v2 .nav-mobile-menu.active .mobile-nav-link:nth-child(7){transition-delay:.28s}.design-v2 .nav-mobile-menu.active .mobile-nav-link:nth-child(8){transition-delay:.32s}.design-v2 .nav-mobile-menu .mobile-nav-account-group{border-bottom:1px solid #d4d4d4;margin-bottom:8px;opacity:0;padding-bottom:8px;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}.design-v2 .nav-mobile-menu.active .mobile-nav-account-group{opacity:1;transform:translateY(0);transition-delay:.2s}.design-v2 .nav-mobile-menu .mobile-nav-account-label{color:#02403d;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:600;padding:16px 0 8px}.design-v2 .nav-mobile-menu .mobile-nav-sub{font-size:16px;font-weight:400;padding-left:16px}.design-v2 .nav-mobile-menu .mobile-nav-admin{color:#9a7b0a;font-weight:600}.design-v2 .nav-mobile-menu .mobile-nav-cta{background:#02403d;border-radius:9999px;color:#b2f300;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;margin-top:24px;opacity:0;padding:16px 24px;text-align:center;text-decoration:none;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease;width:100%}.design-v2 .nav-mobile-menu.active .mobile-nav-cta{opacity:1;transform:translateY(0);transition-delay:.28s}.design-v2 .banner-coupon-v2{align-items:center;background:#b2f300;display:flex;height:45px;justify-content:center;position:relative;text-decoration:none;transition:background .15s ease;z-index:1001}.design-v2 .banner-coupon-v2:hover{background:#9fda00;text-decoration:none}.design-v2 .banner-coupon-v2 .banner-coupon-inner{align-items:center;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:400;gap:6px;justify-content:center;letter-spacing:-.56px;line-height:1}.design-v2 .banner-coupon-v2 .banner-coupon-desc{color:#02403d;white-space:nowrap}.design-v2 .banner-coupon-v2 .banner-coupon-cta{color:#02403d;font-weight:700;white-space:nowrap}.design-v2 .banner-coupon-v2 .banner-coupon-desktop{display:none}@media (min-width:640px){.design-v2 .banner-coupon-v2 .banner-coupon-desktop{align-items:center;display:flex;gap:6px}}.design-v2 .banner-coupon-v2 .banner-coupon-mobile{align-items:center;display:flex;gap:6px}@media (min-width:640px){.design-v2 .banner-coupon-v2 .banner-coupon-mobile{display:none}}@media (max-width:420px){.design-v2 .banner-coupon-v2 .banner-coupon-mobile .banner-coupon-terms{display:none}}.design-v2 .banner-coupon-v2.banner-coupon-activated{background:#012d2b}.design-v2 .banner-coupon-v2.banner-coupon-activated .banner-coupon-desc{color:#fff}.design-v2 .banner-coupon-v2.banner-coupon-activated .banner-coupon-cta{color:#b2f300;font-weight:600}.design-v2 .banner-coupon-v2.banner-coupon-activated:hover{background:#01413e}.design-v2 .nav-link-wrapper{align-items:center;display:flex;gap:4px;position:relative}.design-v2 .nav-link-wrapper .nav-dropdown-indicator{color:#02403d;flex-shrink:0;margin-left:4px;transition:transform .15s ease}.design-v2 .nav-link-wrapper.active .nav-dropdown-indicator,.design-v2 .nav-link-wrapper:hover .nav-dropdown-indicator{transform:scaleY(-1)}.design-v2 .nav-link-wrapper.active .nav-link-dropdown:after{width:100%}.design-v2 .nav-mega-dropdown{left:0;pointer-events:none;position:fixed;right:0;top:var(--v2-nav-bottom,70px);z-index:998}.design-v2 .nav-mega-dropdown.active{pointer-events:auto}.design-v2 .nav-mega-dropdown.active .mega-dropdown-backdrop{opacity:1}.design-v2 .nav-mega-dropdown.active .mega-dropdown-content{opacity:1;transform:translateY(0);visibility:visible}.design-v2 .nav-mega-dropdown .mega-dropdown-backdrop{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:rgba(4,4,4,.6);bottom:0;left:0;opacity:0;position:fixed;right:0;top:var(--v2-nav-bottom,70px);transition:opacity .2s ease}.design-v2 .nav-mega-dropdown .mega-dropdown-content{background:#e8e8e8;display:flex;gap:40px;margin:0 auto;max-width:100%;opacity:0;padding:26px 80px 28px;position:relative;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s;visibility:hidden;z-index:1}.design-v2 .mega-dropdown-categories{flex:1}.design-v2 .mega-dropdown-label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:400;letter-spacing:-.56px;margin-bottom:16px;opacity:.7}.design-v2 .mega-dropdown-grid{display:flex;gap:60px}.design-v2 .mega-dropdown-column{display:flex;flex-direction:column;gap:8px}.design-v2 .mega-category-item{align-items:center;display:flex;gap:12px;padding:4px 0;text-decoration:none;transition:opacity .15s ease}.design-v2 .mega-category-item:hover{opacity:.8}.design-v2 .mega-category-item:hover .mega-category-icon{background:#ccc}.design-v2 .mega-category-icon{align-items:center;background:#d9d9d9;border-radius:4px;color:#02403d;display:flex;flex-shrink:0;height:48px;justify-content:center;transition:background .15s ease;width:48px}.design-v2 .mega-category-icon img,.design-v2 .mega-category-icon svg{height:36px;-o-object-fit:contain;object-fit:contain;width:36px}.design-v2 .mega-category-icon svg *{stroke:#02403d!important}.design-v2 .mega-category-icon svg .fill-path{fill:#02403d!important;stroke:none!important}.design-v2 .mega-category-label{font-size:16px;letter-spacing:-.2px;line-height:1.4;white-space:nowrap}.design-v2 .mega-category-label,.design-v2 .mega-dropdown-tagline{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:400}.design-v2 .mega-dropdown-tagline{font-size:14px;letter-spacing:-.56px;margin-top:24px}.design-v2 .mega-dropdown-promo{flex-shrink:0}.design-v2 .mega-promo-card{align-items:center;background:#02403d;border-radius:4px;display:flex;height:357px;justify-content:center;overflow:hidden;position:relative;width:523px}.design-v2 .mega-promo-image{height:100%;left:50%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.design-v2 .mega-promo-cta{align-items:center;background:#b2f300;border-radius:4px;color:#02403d;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;justify-content:center;letter-spacing:-.2px;line-height:1.4;min-width:122px;padding:12px 8px;position:relative;text-decoration:none;transition:background .15s ease;z-index:1}.design-v2 .mega-promo-cta:hover{background:#9fda00}@media (max-width:1023px){.design-v2 .nav-mega-dropdown{display:none}}.design-v2 .nav-search-toggle-mobile{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;box-shadow:none;color:#02403d;cursor:pointer;display:flex;justify-content:center;margin:0;padding:8px}.design-v2 .nav-search-toggle-mobile svg{display:block}.design-v2 .nav-search-toggle-mobile:active,.design-v2 .nav-search-toggle-mobile:focus,.design-v2 .nav-search-toggle-mobile:hover{background:none;box-shadow:none;opacity:.7;outline:none}@media (min-width:1024px){.design-v2 .nav-search-toggle-mobile{display:none}}@media (max-width:1023px){.design-v2 .nav-search-toggle-mobile{order:-1}}.design-v2 .top-nav-v2 .nav-main .nav-search-toggle{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;box-shadow:none;color:#02403d;cursor:pointer;display:flex;justify-content:center;margin:0;padding:8px;transition:opacity .2s ease}.design-v2 .top-nav-v2 .nav-main .nav-search-toggle svg{display:block}.design-v2 .top-nav-v2 .nav-main .nav-search-toggle:active,.design-v2 .top-nav-v2 .nav-main .nav-search-toggle:focus,.design-v2 .top-nav-v2 .nav-main .nav-search-toggle:hover{background:none;box-shadow:none;opacity:.7;outline:none}.design-v2 .nav-search-dropdown{left:0;pointer-events:none;position:fixed;right:0;top:var(--v2-nav-bottom,70px);z-index:998}.design-v2 .nav-search-dropdown.active{pointer-events:auto}.design-v2 .nav-search-dropdown.active .nav-search-backdrop{opacity:1}.design-v2 .nav-search-dropdown.active .nav-search-content{opacity:1;transform:translateY(0);visibility:visible}.design-v2 .nav-search-dropdown .nav-search-backdrop{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:rgba(4,4,4,.6);bottom:0;left:0;opacity:0;position:fixed;right:0;top:var(--v2-nav-bottom,70px);transition:opacity .2s ease}.design-v2 .nav-search-dropdown .nav-search-content{background:#e8e8e8;opacity:0;padding:26px 80px 32px;position:relative;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s;visibility:hidden;z-index:1}@media (max-width:1023px){.design-v2 .nav-search-dropdown .nav-search-content{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 70px);overflow-y:auto;padding:20px 20px 100px}}.design-v2 .nav-search-input-wrapper{align-items:center;background:#fff;border:1px solid #d4d4d4;border-radius:8px;display:flex;gap:10px;margin:0 auto 24px;max-width:640px;padding:12px 16px;position:relative}.design-v2 .nav-search-input-icon{color:#02403d;flex-shrink:0}.design-v2 .nav-search-input{border:none;color:#02403d;flex:1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;height:auto;margin:0;min-height:0;padding:0}.design-v2 .nav-search-input,.design-v2 .nav-search-input:focus{background:#fff!important;box-shadow:none;outline:none}.design-v2 .nav-search-input::-moz-placeholder{color:#3d635f}.design-v2 .nav-search-input::placeholder{color:#3d635f}.design-v2 .nav-search-close{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:#3d635f;cursor:pointer;display:flex;justify-content:center;padding:4px}.design-v2 .nav-search-close:hover{color:#02403d}.design-v2 .nav-search-label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:400;letter-spacing:-.56px;margin:0 auto 16px;max-width:1080px;opacity:.7}.design-v2 .nav-search-default,.design-v2 .nav-search-results{margin:0 auto;max-width:1080px}.design-v2 .nav-search-categories{display:grid;gap:12px 40px;grid-template-columns:repeat(4,1fr)}@media (max-width:1200px){.design-v2 .nav-search-categories{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.design-v2 .nav-search-categories{grid-template-columns:repeat(2,1fr)}}@media (max-width:1023px){.design-v2 .nav-search-categories{grid-template-columns:1fr}}.design-v2 .nav-search-category{align-items:center;display:flex;gap:12px;padding:4px 0;text-decoration:none;transition:opacity .15s ease}.design-v2 .nav-search-category:hover{opacity:.8}.design-v2 .nav-search-category:hover .nav-search-category-icon{background:#ccc}.design-v2 .nav-search-category-icon{align-items:center;background:#d9d9d9;border-radius:4px;color:#02403d;display:flex;flex-shrink:0;height:48px;justify-content:center;transition:background .15s ease;width:48px}.design-v2 .nav-search-category-icon img,.design-v2 .nav-search-category-icon svg{height:36px;-o-object-fit:contain;object-fit:contain;width:36px}.design-v2 .nav-search-category-icon svg *{stroke:#02403d!important}.design-v2 .nav-search-category-icon svg .fill-path{fill:#02403d!important;stroke:none!important}.design-v2 .nav-search-category-label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4}.design-v2 .nav-search-results-list{display:flex;flex-direction:column;gap:4px;max-height:60vh;overflow-y:auto}.design-v2 .nav-search-result{align-items:center;background:#fff;border:1px solid transparent;border-radius:4px;display:flex;gap:14px;padding:10px 12px;text-decoration:none;transition:border-color .15s ease,background .15s ease}.design-v2 .nav-search-result:hover{background:#fff;border-color:#d4d4d4}.design-v2 .nav-search-result-image{align-items:center;background:transparent;border-radius:4px;display:flex;flex-shrink:0;height:48px;justify-content:center;overflow:hidden;width:48px}.design-v2 .nav-search-result-image img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.design-v2 .nav-search-result-info{flex:1;min-width:0}.design-v2 .nav-search-result-name{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4}.design-v2 .nav-search-result-name b{font-weight:600}.design-v2 .nav-search-result-price{align-items:baseline;display:flex;flex-shrink:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;gap:4px}.design-v2 .nav-search-result-pre{color:#3d635f;font-size:12px}.design-v2 .nav-search-result-value{color:#02403d;font-size:14px;font-weight:600}.design-v2 .nav-search-results-empty{color:#3d635f;font-size:14px;padding:32px 16px;text-align:center}.design-v2 .logged-in-as,.design-v2 .nav-search-results-empty{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .logged-in-as{align-items:center;background:#012d2b;border:0;border-radius:9999px;bottom:16px;box-shadow:0 10px 15px rgba(0,0,0,.1);color:#fff;display:inline-flex;font-size:13px;font-weight:500;gap:12px;letter-spacing:-.2px;margin-right:0;padding:10px 10px 10px 16px;position:fixed;right:16px;z-index:999999}.design-v2 .logged-in-as strong{color:#b2f300;font-weight:600}.design-v2 .logged-in-as a,.design-v2 .logged-in-as a.button,.design-v2 .logged-in-as a.button.ghost.alert{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.2);border-radius:9999px;box-shadow:none;color:#fff;font-size:12px;font-weight:500;line-height:1.2;margin:0;padding:6px 14px;text-transform:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.design-v2 .logged-in-as a.button.ghost.alert:active,.design-v2 .logged-in-as a.button.ghost.alert:focus,.design-v2 .logged-in-as a.button.ghost.alert:hover,.design-v2 .logged-in-as a.button:active,.design-v2 .logged-in-as a.button:focus,.design-v2 .logged-in-as a.button:hover,.design-v2 .logged-in-as a:active,.design-v2 .logged-in-as a:focus,.design-v2 .logged-in-as a:hover{background:#b2f300;border-color:#b2f300;color:#02403d}@media (max-width:640px){.design-v2 .logged-in-as{bottom:8px;font-size:12px;gap:8px;padding:8px 8px 8px 12px;right:8px}}.design-v2 .hero-v2{background:#e8e8e8;display:flex;flex-direction:column;min-height:900px;overflow:hidden;padding:40px 24px 60px;position:relative;width:100%}@media (max-width:1024px){.design-v2 .hero-v2{min-height:auto;padding:30px 16px 40px}}@media (max-width:640px){.design-v2 .hero-v2{padding:20px 16px 24px}}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-slide-in-left{0%{opacity:0;transform:translateY(-50%) translateX(-60px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}@keyframes hero-slide-in-right{0%{opacity:0;transform:translateY(-50%) translateX(60px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}@keyframes hero-fade-up-muted{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-scale-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.design-v2 .hero-v2 .hero-content{margin:0 auto;max-width:900px;padding-top:40px;position:relative;text-align:center;z-index:3}@media (max-width:1024px){.design-v2 .hero-v2 .hero-content{padding-top:20px}}@media (max-width:640px){.design-v2 .hero-v2 .hero-content{padding-top:8px}}.design-v2 .hero-v2 .hero-headline{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:80px;font-weight:500;letter-spacing:-5.6px;line-height:.9;margin:0 0 24px}@media (max-width:1200px){.design-v2 .hero-v2 .hero-headline{font-size:64px;letter-spacing:-4px}}@media (max-width:1024px){.design-v2 .hero-v2 .hero-headline{font-size:48px;letter-spacing:-2px}}@media (max-width:640px){.design-v2 .hero-v2 .hero-headline{font-size:32px;letter-spacing:-1.2px;margin-bottom:16px}}.design-v2 .hero-v2 .hero-headline .headline-line{animation:hero-fade-up .7s cubic-bezier(.22,1,.36,1) forwards;display:block;opacity:0}.design-v2 .hero-v2 .hero-headline .headline-line:first-child{animation-delay:.1s}.design-v2 .hero-v2 .hero-headline .headline-line:nth-child(2){animation-delay:.25s}.design-v2 .hero-v2 .hero-subtext{animation:hero-fade-up-muted .7s cubic-bezier(.22,1,.36,1) .4s forwards;color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0 auto 32px;max-width:400px;opacity:0}@media (max-width:1024px){.design-v2 .hero-v2 .hero-subtext{font-size:15px;margin-bottom:24px;max-width:340px}}@media (max-width:640px){.design-v2 .hero-v2 .hero-subtext{font-size:14px;margin-bottom:20px;max-width:300px}}.design-v2 .hero-v2 .hero-ctas{align-items:center;animation:hero-fade-up .7s cubic-bezier(.22,1,.36,1) .55s forwards;display:flex;flex-direction:column;gap:16px;opacity:0}@media (max-width:640px){.design-v2 .hero-v2 .hero-ctas{gap:10px;margin:0 auto;max-width:280px;width:100%}}@media (min-width:640px){.design-v2 .hero-v2 .hero-ctas{flex-direction:row;justify-content:center}}.design-v2 .hero-v2 .hero-cta-secondary{align-items:center;background:#bac6c6;border:none;border-radius:4px;color:#02403d;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;justify-content:center;padding:12px 8px;text-decoration:none;transition:all .2s ease;width:200px}@media (max-width:640px){.design-v2 .hero-v2 .hero-cta-secondary{font-size:15px;padding:11px 8px;width:100%}}.design-v2 .hero-v2 .hero-cta-secondary:hover{background:#a4b4b4}.design-v2 .hero-v2 .hero-cta-primary{align-items:center;background:#02403d;border:none;border-radius:4px;color:#b2f300;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;justify-content:center;padding:12px 8px;text-decoration:none;text-transform:capitalize;transition:all .2s ease;width:200px}@media (max-width:640px){.design-v2 .hero-v2 .hero-cta-primary{font-size:15px;padding:11px 8px;width:100%}}.design-v2 .hero-v2 .hero-cta-primary:hover{background:#035955}.design-v2 .hero-v2 .hero-visual{align-items:center;display:flex;flex:1;justify-content:center;margin-top:0;min-height:380px;position:relative}@media (max-width:1024px){.design-v2 .hero-v2 .hero-visual{min-height:280px}}@media (max-width:640px){.design-v2 .hero-v2 .hero-visual{min-height:160px}}.design-v2 .hero-v2 .hero-shadow{pointer-events:none;position:absolute;z-index:0}@media (max-width:1024px){.design-v2 .hero-v2 .hero-shadow{display:none}}.design-v2 .hero-v2 .hero-shadow-left{background:#9f9f9f;filter:blur(46px);height:220px;left:0;top:50%;transform:translateY(-30%);width:450px}@media (max-width:1200px){.design-v2 .hero-v2 .hero-shadow-left{height:180px;width:380px}}.design-v2 .hero-v2 .hero-shadow-right{background:hsla(0,0%,62%,.9);filter:blur(37px);height:140px;right:50px;top:50%;transform:translateY(-20%);width:420px}@media (max-width:1200px){.design-v2 .hero-v2 .hero-shadow-right{height:120px;right:30px;width:350px}}.design-v2 .hero-v2 .hero-hand-container{position:absolute;z-index:1}.design-v2 .hero-v2 .hero-hand-left-container{animation:hero-slide-in-left .9s cubic-bezier(.22,1,.36,1) .5s forwards;left:-60px;opacity:0;top:50%;transform:translateY(-50%)}@media (max-width:1200px){.design-v2 .hero-v2 .hero-hand-left-container{left:-80px}}@media (max-width:1024px){.design-v2 .hero-v2 .hero-hand-left-container{left:-100px}}.design-v2 .hero-v2 .hero-hand-right-container{animation:hero-slide-in-right .9s cubic-bezier(.22,1,.36,1) .65s forwards;opacity:0;right:-30px;top:50%;transform:translateY(-50%)}@media (max-width:1200px){.design-v2 .hero-v2 .hero-hand-right-container{right:-50px}}@media (max-width:1024px){.design-v2 .hero-v2 .hero-hand-right-container{right:-80px}}.design-v2 .hero-v2 .hero-hand-left,.design-v2 .hero-v2 .hero-hand-right{display:block;height:auto}.design-v2 .hero-v2 .hero-hand-left{transform:rotate(-90deg) scaleY(-1);width:480px}@media (max-width:1200px){.design-v2 .hero-v2 .hero-hand-left{width:400px}}@media (max-width:1024px){.design-v2 .hero-v2 .hero-hand-left{width:300px}}@media (max-width:640px){.design-v2 .hero-v2 .hero-hand-left{width:180px}}.design-v2 .hero-v2 .hero-hand-right{transform:rotate(-90deg);width:480px}@media (max-width:1200px){.design-v2 .hero-v2 .hero-hand-right{width:400px}}@media (max-width:1024px){.design-v2 .hero-v2 .hero-hand-right{width:300px}}@media (max-width:640px){.design-v2 .hero-v2 .hero-hand-right{width:180px}}.design-v2 .hero-v2 .hero-arrows{align-items:center;animation:hero-scale-in .6s cubic-bezier(.22,1,.36,1) .7s forwards;display:flex;gap:0;justify-content:center;opacity:0;position:relative;z-index:2}.design-v2 .hero-v2 .hero-chevron{height:135px;width:56px}@media (max-width:1024px){.design-v2 .hero-v2 .hero-chevron{height:100px;width:42px}}@media (max-width:640px){.design-v2 .hero-v2 .hero-chevron{height:55px;width:24px}}.design-v2 .hero-v2 .hero-chevron path{transition:fill .3s ease}.design-v2 .hero-v2 .chevron-1 path{animation:chevron-pulse-1 1.4s linear infinite}.design-v2 .hero-v2 .chevron-2 path{animation:chevron-pulse-2 1.4s linear infinite}.design-v2 .hero-v2 .chevron-3 path{animation:chevron-pulse-3 1.4s linear infinite}@keyframes chevron-pulse-1{0%{fill:#d4d4d4}5%{fill:#035955}28%{fill:#035955}38%{fill:#d4d4d4}to{fill:#d4d4d4}}@keyframes chevron-pulse-2{0%,28%{fill:#d4d4d4}38%{fill:#035955}58%{fill:#035955}68%{fill:#d4d4d4}to{fill:#d4d4d4}}@keyframes chevron-pulse-3{0%,58%{fill:#d4d4d4}68%{fill:#035955}88%{fill:#035955}98%{fill:#d4d4d4}to{fill:#d4d4d4}}.design-v2 .hero-v2 .hero-featured{animation:hero-fade-up .7s cubic-bezier(.22,1,.36,1) .9s forwards;margin-top:auto;opacity:0;padding-top:100px;position:relative;width:100%;z-index:3}@media (max-width:640px){.design-v2 .hero-v2 .hero-featured{padding-top:40px}}.design-v2 .hero-v2 .hero-featured-inner{align-items:center;display:flex;gap:40px;justify-content:center;margin:0 auto;max-width:1200px;padding:0 24px}@media (max-width:640px){.design-v2 .hero-v2 .hero-featured-inner{flex-direction:column;gap:12px}}.design-v2 .hero-v2 .hero-featured-label{color:#3d635f;flex-shrink:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.2px;white-space:nowrap}.design-v2 .hero-v2 .hero-featured-logos{align-items:center;display:flex;flex:1;max-width:900px;overflow:hidden;position:relative}@media (max-width:640px){.design-v2 .hero-v2 .hero-featured-logos{max-width:100%;width:100%}}.design-v2 .hero-v2 .featured-logos-track{align-items:center;animation:scroll-logos 20s linear infinite;display:flex;gap:48px;width:-moz-max-content;width:max-content}.design-v2 .hero-v2 .featured-logos-track:hover{animation-play-state:paused}@media (max-width:1200px){.design-v2 .hero-v2 .featured-logos-track{gap:32px}}@media (max-width:1024px){.design-v2 .hero-v2 .featured-logos-track{gap:32px}}.design-v2 .hero-v2 .featured-logos-set{align-items:center;display:flex;flex-shrink:0;gap:48px}@media (max-width:1200px){.design-v2 .hero-v2 .featured-logos-set{gap:32px}}@media (max-width:1024px){.design-v2 .hero-v2 .featured-logos-set{gap:32px}}.design-v2 .hero-v2 .featured-logos-set a{align-items:center;display:flex;flex-shrink:0;justify-content:center;transition:opacity .2s ease}.design-v2 .hero-v2 .featured-logos-set a:hover{opacity:.6}.design-v2 .hero-v2 .featured-logos-set img{filter:grayscale(100%);height:auto;max-height:50px;max-width:110px;width:auto}.design-v2 .hero-v2 .featured-logos-set img[src*=".png"]{opacity:.55}@media (max-width:1024px){.design-v2 .hero-v2 .featured-logos-set img{max-height:40px;max-width:90px}}@keyframes scroll-logos{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.design-v2 .hero-v2 .featured-fade{bottom:0;pointer-events:none;position:absolute;top:0;width:120px;z-index:2}@media (max-width:640px){.design-v2 .hero-v2 .featured-fade{width:60px}}.design-v2 .hero-v2 .featured-fade-left{background:linear-gradient(90deg,#e8e8e8 0,hsla(0,0%,91%,0));left:0}.design-v2 .hero-v2 .featured-fade-right{background:linear-gradient(270deg,#e8e8e8 0,hsla(0,0%,91%,0));right:0}@media (prefers-reduced-motion:reduce){.design-v2 .hero-v2 .headline-line,.design-v2 .hero-v2 .hero-arrows,.design-v2 .hero-v2 .hero-ctas,.design-v2 .hero-v2 .hero-featured,.design-v2 .hero-v2 .hero-hand-left-container,.design-v2 .hero-v2 .hero-hand-right-container,.design-v2 .hero-v2 .hero-subtext{animation:none;opacity:1}.design-v2 .hero-v2 .hero-hand-left-container,.design-v2 .hero-v2 .hero-hand-right-container{transform:translateY(-50%)}}.design-v2 .hero-quick-links{background:#e8e8e8;padding:0 24px 60px;text-align:center}@media (max-width:640px){.design-v2 .hero-quick-links{padding:0 16px 40px}}.design-v2 .hero-quick-links .quick-links-container{margin:0 auto;max-width:1200px}.design-v2 .hero-quick-links .quick-links-label{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;margin-bottom:16px}.design-v2 .hero-quick-links .quick-links-list{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.design-v2 .hero-quick-links .quick-link{align-items:center;background:#ededed;border:1px solid #d4d4d4;border-radius:4px;color:#02403d;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;gap:8px;padding:12px 20px;text-decoration:none;transition:all .2s ease}@media (max-width:640px){.design-v2 .hero-quick-links .quick-link{font-size:13px;gap:6px;padding:8px 14px}}.design-v2 .hero-quick-links .quick-link:hover{background:#e0e0e0;border-color:#bbb}.design-v2 .hero-quick-links .quick-link .quick-link-icon{height:20px;width:20px}.design-v2 .hero-quick-links .quick-link .quick-link-icon img{height:100%;width:100%}.design-v2 .sell-v2{background:#e8e8e8;padding:80px 24px;text-align:center}@media (max-width:640px){.design-v2 .sell-v2{padding:32px 16px}}.design-v2 .sell-v2-container{margin:0 auto;max-width:1200px}.design-v2 .sell-v2-heading{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:56px;font-weight:500;letter-spacing:-3.5px;line-height:1;margin:0 0 16px}@media (max-width:1024px){.design-v2 .sell-v2-heading{font-size:40px;letter-spacing:-2px}}@media (max-width:640px){.design-v2 .sell-v2-heading{font-size:28px;letter-spacing:-1.2px;margin-bottom:10px}}.design-v2 .sell-v2-subheading{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0 0 32px}@media (max-width:640px){.design-v2 .sell-v2-subheading{font-size:14px;margin-bottom:20px}}.design-v2 .sell-v2-search{margin:0 auto 24px;max-width:640px}@media (max-width:640px){.design-v2 .sell-v2-search{margin-bottom:16px}}.design-v2 .sell-v2-search-inner{align-items:center;background:#fff;border-radius:8px;box-shadow:0 7px 16px 0 rgba(0,0,0,.08),0 30px 30px 0 rgba(0,0,0,.07),0 67px 40px 0 rgba(0,0,0,.04),0 119px 48px 0 rgba(0,0,0,.01);display:flex;height:56px;padding:0 20px;position:relative}.design-v2 .sell-v2-search-inner .clear-div-container,.design-v2 .sell-v2-search-inner .icon-div-container{cursor:pointer;position:absolute;right:48px;top:50%;transform:translateY(-50%)}.design-v2 .sell-v2-search-icon{flex-shrink:0;height:20px;pointer-events:none;position:absolute;right:20px;top:50%;transform:translateY(-50%);width:20px}.design-v2 .sell-v2-search-input{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;color:#02403d;flex:1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;height:100%;letter-spacing:-.2px;margin:0;outline:none!important;padding:0 32px;text-align:center}.design-v2 .sell-v2-search-input::-moz-placeholder{color:#02403d;opacity:.4}.design-v2 .sell-v2-search-input::placeholder{color:#02403d;opacity:.4}.design-v2 .sell-v2-search-input:active,.design-v2 .sell-v2-search-input:focus,.design-v2 .sell-v2-search-input:hover{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;outline:none!important}.design-v2 .sell-v2-quick-links{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:40px}@media (max-width:640px){.design-v2 .sell-v2-quick-links{gap:8px;margin-bottom:16px}}.design-v2 .sell-v2-quick-links-label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.56px}@media (max-width:640px){.design-v2 .sell-v2-quick-links-label{font-size:13px}}.design-v2 .sell-v2-chip{align-items:center;background:#ededed;border:1px solid #d4d4d4;border-radius:4px;color:#02403d;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;padding:10px 20px;text-decoration:none;transition:all .2s ease}@media (max-width:640px){.design-v2 .sell-v2-chip{font-size:13px;padding:8px 14px}}.design-v2 .sell-v2-chip:hover{background:#e0e0e0;border-color:#bbb;color:#02403d}.design-v2 .sell-v2-grid{background:#fff;border:1px solid #d4d4d4;border-radius:8px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}@media (max-width:1024px){.design-v2 .sell-v2-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.design-v2 .sell-v2-grid{grid-template-columns:repeat(2,1fr)}}.design-v2 .sell-v2-grid-item{align-items:center;background:#fff;border-bottom:1px solid #d4d4d4;border-right:1px solid #d4d4d4;display:flex;flex-direction:column;justify-content:center;padding:32px 16px;text-decoration:none;transition:background .2s ease}.design-v2 .sell-v2-grid-item:nth-child(4n){border-right:none}.design-v2 .sell-v2-grid-item:nth-last-child(-n+4){border-bottom:none}@media (max-width:640px){.design-v2 .sell-v2-grid-item{padding:24px 12px}.design-v2 .sell-v2-grid-item:nth-child(4n){border-right:1px solid #d4d4d4}.design-v2 .sell-v2-grid-item:nth-child(2n){border-right:none}.design-v2 .sell-v2-grid-item:nth-last-child(-n+4){border-bottom:1px solid #d4d4d4}.design-v2 .sell-v2-grid-item:nth-last-child(-n+2){border-bottom:none}}.design-v2 .sell-v2-grid-item:hover{background:#fafafa}.design-v2 .sell-v2-grid-icon{align-items:center;color:#02403d;display:flex;height:88px;justify-content:center;margin-bottom:12px;width:88px}.design-v2 .sell-v2-grid-icon img,.design-v2 .sell-v2-grid-icon svg{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.design-v2 .sell-v2-grid-icon svg *{stroke:#02403d!important}.design-v2 .sell-v2-grid-icon svg .fill-path{fill:#02403d!important;stroke:none!important}@media (max-width:640px){.design-v2 .sell-v2-grid-icon{height:64px;width:64px}}.design-v2 .sell-v2-grid-label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.2px}@media (max-width:640px){.design-v2 .sell-v2-grid-label{font-size:14px}.design-v2 .no-results{margin:1rem 0 1.5rem}}.design-v2 #search-results-section{background:#e8e8e8;margin-top:-24px;padding:0}.design-v2 #search-results-section .row{margin:0 auto;max-width:1200px;padding:0}.design-v2 #search-results-section .row.grey{background:transparent}.design-v2 #search-results-section #search-results-count{margin-bottom:8px}.design-v2 #search-results-section #search-results-count .search-results-div{margin:0}.design-v2 #search-results-section #search-results-count .search-results-text{background:transparent!important;color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;padding:0}.design-v2 #search-results-section #search-results-count .search-results-hr{display:none}.design-v2 #search-results-section #search-results{display:grid!important;gap:16px;grid-template-columns:repeat(6,1fr);list-style:none;margin:0;padding:0}@media (max-width:1024px){.design-v2 #search-results-section #search-results{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.design-v2 #search-results-section #search-results{grid-template-columns:repeat(2,1fr)}}.design-v2 #search-results-section #search-results li{background:#fff;border-radius:8px;float:none;overflow:hidden;padding:0;transition:all .2s ease;width:100%!important}.design-v2 #search-results-section #search-results li:hover{box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-2px)}.design-v2 #search-results-section #search-results li a.box{background:transparent;border:none;color:#02403d;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:1.4;padding:24px 16px 16px;text-align:center;text-decoration:none;width:100%}.design-v2 #search-results-section #search-results li a.box div{align-items:center;display:flex;justify-content:center;margin-bottom:16px}.design-v2 #search-results-section #search-results li a.box img{height:auto;max-height:150px;max-width:150px;-o-object-fit:contain;object-fit:contain}@media (max-width:640px){.design-v2 #search-results-section #search-results li a.box img{max-height:120px;max-width:120px}}.design-v2 #search-results-section #search-results li a.box .success-color{color:#3d635f!important;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:400;margin-top:4px}.design-v2 #search-results-section #search-results li a.box .success-color strong{background:none;color:#02403d!important;font-size:15px;font-weight:700;letter-spacing:-.3px;padding:0}.design-v2 #search-results-section #search-results .search-tag-row{align-items:baseline;display:flex;gap:6px;justify-content:center;margin-top:6px}.design-v2 #search-results-section #search-results .search-tag-model-text{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:11px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.design-v2 #search-results-section #search-results .search-tag-text{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500}.design-v2 #search-results-section #search-results .search-term-match{background-color:rgba(178,243,0,.3);border-radius:2px;padding:1px 3px}.design-v2 .three-steps-v2{background:#02403d;padding:80px 24px;text-align:center}@media (max-width:640px){.design-v2 .three-steps-v2{padding:0}}.design-v2 .three-steps-v2-container{margin:0 auto;max-width:1200px}@media (max-width:640px){.design-v2 .three-steps-v2-container{display:flex;flex-direction:column;height:100svh;justify-content:center;overflow:hidden;padding:0 16px;position:sticky;top:0}}.design-v2 .three-steps-v2-label{display:block;font-size:14px;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.design-v2 .three-steps-v2-heading,.design-v2 .three-steps-v2-label{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:500}.design-v2 .three-steps-v2-heading{font-size:64px;letter-spacing:-4.48px;line-height:.9;margin:0 0 48px}@media (max-width:1024px){.design-v2 .three-steps-v2-heading{font-size:48px;letter-spacing:-2.5px}}@media (max-width:640px){.design-v2 .three-steps-v2-heading{font-size:32px;letter-spacing:-1.5px;margin-bottom:20px}}.design-v2 .three-steps-v2-numbers{align-items:center;display:grid;grid-template-columns:auto 1fr auto 1fr auto;margin-bottom:16px;padding:0 8px}@media (max-width:640px){.design-v2 .three-steps-v2-numbers{margin-bottom:12px;padding:0}}.design-v2 .three-steps-v2-number{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:40px;font-weight:500;letter-spacing:-2.8px;line-height:.9;opacity:.1;transition:opacity .4s ease}.design-v2 .three-steps-v2-number.active{opacity:1}@media (max-width:640px){.design-v2 .three-steps-v2-number{font-size:24px;letter-spacing:-1.5px}}.design-v2 .three-steps-v2-line{background:#1b5350;height:2px;overflow:hidden;position:relative}.design-v2 .three-steps-v2-line:after{background:#fff;content:"";height:100%;left:0;position:absolute;top:0;transition:width .6s ease;width:0}.design-v2 .three-steps-v2-line.filled:after{width:100%}@media (max-width:640px){.design-v2 .three-steps-v2-line:after{transition:none;width:var(--line-fill,0)}}.design-v2 .three-steps-v2-cards{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.design-v2 .three-steps-v2-cards{gap:16px}}@media (max-width:640px){.design-v2 .three-steps-v2-cards{gap:0;overflow:hidden;position:relative}}.design-v2 .three-steps-v2-card{text-align:left}@media (max-width:640px){.design-v2 .three-steps-v2-card{left:0;position:absolute;top:0;width:100%;will-change:transform}}.design-v2 .three-steps-v2-card-inner{background:#3c5b59;border-radius:8px;height:100%;overflow:hidden;padding:12px 12px 20px}.design-v2 .three-steps-v2-card-illustration{align-items:center;background:#e8e8e8;border-radius:6px;display:flex;height:323px;justify-content:center;margin-bottom:20px;overflow:hidden;position:relative}@media (max-width:1024px){.design-v2 .three-steps-v2-card-illustration{height:280px}}@media (max-width:640px){.design-v2 .three-steps-v2-card-illustration{height:220px}}.design-v2 .three-steps-v2-card-title{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:24px;font-weight:500;letter-spacing:-.96px;line-height:1.4;margin:0 0 4px;padding:0 4px}@media (max-width:640px){.design-v2 .three-steps-v2-card-title{font-size:20px}}.design-v2 .three-steps-v2-card-desc{color:hsla(0,0%,100%,.7);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:1.4;margin:0;padding:0 4px}.design-v2 .illustration-quote{align-items:center;display:flex;flex-direction:column;max-width:320px;padding:24px 20px 16px;width:100%}.design-v2 .illustration-quote-avatar{border-radius:50%;height:48px;margin-bottom:8px;overflow:hidden;width:48px}.design-v2 .illustration-quote-avatar-photo{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.design-v2 .illustration-quote-text{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:500;letter-spacing:-.52px;line-height:1.4;margin:0;text-align:center}.design-v2 .illustration-quote-connector{align-items:center;display:flex;height:20px;justify-content:center;width:1px}.design-v2 .illustration-quote-connector img{height:100%;width:1px}.design-v2 .illustration-quote-search{align-items:center;background:#9fb5b4;border-radius:12px;display:flex;height:24px;justify-content:center;position:relative;width:24px}.design-v2 .illustration-quote-search:after{background:#fff;border-radius:12px;content:"";inset:1px;position:absolute}.design-v2 .illustration-quote-search img{height:14px;position:relative;width:14px;z-index:1}.design-v2 .illustration-quote-table{background:#fff;border-radius:4px;display:flex;gap:8px;max-width:280px;padding:12px 16px;width:100%}.design-v2 .illustration-quote-table-col{align-items:center;display:flex;flex:1;flex-direction:column;gap:4px;text-align:center}.design-v2 .illustration-quote-table-label{font-weight:400;opacity:.5}.design-v2 .illustration-quote-table-label,.design-v2 .illustration-quote-table-value{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:12px;letter-spacing:-.48px}.design-v2 .illustration-quote-table-value{font-weight:500}.design-v2 .illustration-quote-btn{align-items:center;background:#02403d;border-radius:3px;color:#e8e8e8;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:500;justify-content:center;letter-spacing:-.52px;margin-top:8px;padding:8px 24px;width:161px}.design-v2 .illustration-ship{align-items:center;display:flex;flex-direction:column;padding:24px;width:100%}.design-v2 .illustration-ship-icon{height:68px;margin-bottom:0;width:68px}.design-v2 .illustration-ship-icon img{height:100%;width:100%}.design-v2 .illustration-ship-connector{align-items:center;display:flex;height:36px;justify-content:center;width:1px}.design-v2 .illustration-ship-connector img{height:100%;width:1px}.design-v2 .illustration-ship-flow{align-items:center;display:flex;gap:20px}.design-v2 .illustration-ship-flow span{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;letter-spacing:-.56px}.design-v2 .illustration-ship-arrow{height:4px;width:30px}.design-v2 .illustration-paid-img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%}.design-v2 .why-use-us-v2{background:#fff;padding:80px 24px;text-align:center}@media (max-width:640px){.design-v2 .why-use-us-v2{padding:48px 16px}}.design-v2 .why-use-us-v2-container{margin:0 auto;max-width:1200px}.design-v2 .why-use-us-v2-header{margin-bottom:48px}@media (max-width:640px){.design-v2 .why-use-us-v2-header{margin-bottom:32px}}.design-v2 .why-use-us-v2-label{align-items:center;color:#02403d;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;gap:6px;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.design-v2 .why-use-us-v2-laurel{flex-shrink:0;height:27px;width:15px}.design-v2 .why-use-us-v2-laurel-right{transform:scaleX(-1)}.design-v2 .why-use-us-v2-heading{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:64px;font-weight:500;letter-spacing:-4.48px;line-height:.9;margin:0 auto;max-width:540px}@media (max-width:1024px){.design-v2 .why-use-us-v2-heading{font-size:48px;letter-spacing:-2.5px;max-width:420px}}@media (max-width:640px){.design-v2 .why-use-us-v2-heading{font-size:32px;letter-spacing:-1.5px;max-width:300px}}.design-v2 .why-use-us-v2-grid{background:#f2f2f2;border-radius:6px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}@media (max-width:1024px){.design-v2 .why-use-us-v2-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.design-v2 .why-use-us-v2-grid{grid-template-columns:repeat(2,1fr)}}.design-v2 .why-use-us-v2-cell{align-items:center;border-bottom:1px solid #d9d9d9;border-right:1px solid #d9d9d9;display:flex;flex-direction:column;justify-content:center;padding:48px 32px;transition:background .2s ease}.design-v2 .why-use-us-v2-cell:nth-child(3n){border-right:none}.design-v2 .why-use-us-v2-cell:nth-child(n+4){border-bottom:none}.design-v2 .why-use-us-v2-cell:hover{background:#e8e8e8}@media (max-width:1024px){.design-v2 .why-use-us-v2-cell{padding:40px 24px}.design-v2 .why-use-us-v2-cell:nth-child(3n){border-right:1px solid #d9d9d9}.design-v2 .why-use-us-v2-cell:nth-child(2n){border-right:none}.design-v2 .why-use-us-v2-cell:nth-child(n+4){border-bottom:1px solid #d9d9d9}.design-v2 .why-use-us-v2-cell:nth-child(n+5){border-bottom:none}}@media (max-width:640px){.design-v2 .why-use-us-v2-cell{padding:20px 12px}.design-v2 .why-use-us-v2-cell:nth-child(3n){border-right:1px solid #d9d9d9}.design-v2 .why-use-us-v2-cell:nth-child(2n){border-right:none}.design-v2 .why-use-us-v2-cell:nth-child(n+4){border-bottom:1px solid #d9d9d9}.design-v2 .why-use-us-v2-cell:nth-child(n+5){border-bottom:none}}.design-v2 .why-use-us-v2-icon{height:72px;margin-bottom:24px;width:72px}.design-v2 .why-use-us-v2-icon img{height:100%;width:100%}@media (max-width:640px){.design-v2 .why-use-us-v2-icon{height:48px;margin-bottom:12px;width:48px}}.design-v2 .why-use-us-v2-badge{height:72px;margin-bottom:24px}.design-v2 .why-use-us-v2-badge img{height:100%;width:auto}@media (max-width:640px){.design-v2 .why-use-us-v2-badge{height:48px;margin-bottom:12px}}.design-v2 .why-use-us-v2-cell-title{color:#000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:24px;font-weight:500;letter-spacing:-1.44px;line-height:1.4;margin:0 0 4px}@media (max-width:640px){.design-v2 .why-use-us-v2-cell-title{font-size:16px;letter-spacing:-.8px;margin-bottom:2px}}.design-v2 .why-use-us-v2-cell-desc{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px}@media (max-width:640px){.design-v2 .why-use-us-v2-cell-desc{font-size:12px}}.design-v2 .why-use-us-v2-cell-desc{color:#000;font-weight:500;letter-spacing:-.56px;line-height:1.4;margin:0;opacity:.7}.design-v2 .why-use-us-v2-logos{align-items:center;display:flex;margin-bottom:24px;padding-right:12px}@media (max-width:640px){.design-v2 .why-use-us-v2-logos{margin-bottom:12px;padding-right:8px}}.design-v2 .why-use-us-v2-logo-circle{height:72px;width:72px}@media (max-width:640px){.design-v2 .why-use-us-v2-logo-circle{border-width:2px;height:40px;margin-right:-8px;width:40px}}.design-v2 .why-use-us-v2-logo-circle{align-items:center;background:#fff;border:3px solid #f0f0f0;border-radius:50%;display:flex;flex-shrink:0;justify-content:center;margin-right:-12px;overflow:hidden}.design-v2 .why-use-us-v2-logo-circle img{height:auto;-o-object-fit:contain;object-fit:contain;width:48px}@media (max-width:640px){.design-v2 .why-use-us-v2-logo-circle img{width:28px}}.design-v2 .why-use-us-v2-score{align-items:baseline;display:flex;margin-bottom:14px}@media (max-width:640px){.design-v2 .why-use-us-v2-score{margin-bottom:8px}}.design-v2 .why-use-us-v2-score-num{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:65px}@media (max-width:640px){.design-v2 .why-use-us-v2-score-num{font-size:40px}}.design-v2 .why-use-us-v2-score-num{color:#02403d;font-weight:500;letter-spacing:-2.6px;line-height:1}.design-v2 .why-use-us-v2-score-den{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:23px;font-weight:500;letter-spacing:-.92px}@media (max-width:640px){.design-v2 .why-use-us-v2-score-den{font-size:16px}}.design-v2 .reviews-v2{background:#02403d;overflow:hidden;padding:80px 0;position:relative}@media (max-width:640px){.design-v2 .reviews-v2{padding:48px 0}}.design-v2 .reviews-v2-container{margin:0 auto;max-width:1200px;padding:0 24px}.design-v2 .reviews-v2-header{align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:48px}@media (max-width:640px){.design-v2 .reviews-v2-header{margin-bottom:32px}}.design-v2 .reviews-v2-label{display:block;font-size:14px;letter-spacing:-.56px;line-height:1.4;margin-bottom:12px;text-transform:uppercase;width:100%}.design-v2 .reviews-v2-heading,.design-v2 .reviews-v2-label{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:500}.design-v2 .reviews-v2-heading{font-size:64px;letter-spacing:-3.84px;line-height:1;margin:0;max-width:559px}.design-v2 .reviews-v2-heading em{font-style:normal}@media (max-width:1024px){.design-v2 .reviews-v2-heading{font-size:48px;letter-spacing:-2.5px;max-width:420px}}@media (max-width:640px){.design-v2 .reviews-v2-heading{font-size:36px;letter-spacing:-1.8px;max-width:320px}}.design-v2 .reviews-v2-nav{display:flex;gap:8px}@media (max-width:640px){.design-v2 .reviews-v2-nav{margin-top:24px}}.design-v2 .reviews-v2-nav-btn{align-items:center;background:#012d2b;border:none;border-radius:9999px;cursor:pointer;display:flex;height:44px;justify-content:center;padding:0;transition:opacity .2s ease;width:44px}.design-v2 .reviews-v2-nav-btn img{height:17px;width:7px}.design-v2 .reviews-v2-nav-btn:hover{opacity:.8}.design-v2 .reviews-v2-nav-prev img{transform:rotate(180deg)}.design-v2 .reviews-v2-carousel-wrapper{position:relative}.design-v2 .reviews-v2-fade{bottom:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .2s ease;width:64px;z-index:2}@media (max-width:640px){.design-v2 .reviews-v2-fade{display:none}}.design-v2 .reviews-v2-fade.visible{opacity:1}.design-v2 .reviews-v2-fade-left{background:linear-gradient(90deg,#02403d,transparent);left:0}.design-v2 .reviews-v2-fade-right{background:linear-gradient(270deg,#02403d,transparent);right:0}.design-v2 .reviews-v2-track{-webkit-overflow-scrolling:touch;display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.design-v2 .reviews-v2-track::-webkit-scrollbar{display:none}.design-v2 .reviews-v2-card{background:#012d2b;border-radius:6px;display:flex;flex:0 0 416px;flex-direction:column;height:401px;overflow:hidden;padding:16px;position:relative;scroll-snap-align:start}@media (max-width:640px){.design-v2 .reviews-v2-card{flex:0 0 calc(100vw - 48px);height:380px;scroll-snap-align:center}}.design-v2 .reviews-v2-stars{flex-shrink:0;height:17px;margin-bottom:16px;width:90px}.design-v2 .reviews-v2-body{color:#fff;flex:1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:20px;font-weight:500;letter-spacing:-1.2px;line-height:1.4;overflow:hidden;white-space:pre-line}@media (max-width:640px){.design-v2 .reviews-v2-body{font-size:16px;letter-spacing:-.8px}}.design-v2 .reviews-v2-footer{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-top:auto;padding-top:16px}.design-v2 .reviews-v2-author-info{align-items:center;display:flex;gap:8px}.design-v2 .reviews-v2-avatar{align-items:center;background:hsla(0,0%,100%,.15);border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.design-v2 .reviews-v2-avatar span{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500}.design-v2 .reviews-v2-author-text{display:flex;flex-direction:column;justify-content:center}.design-v2 .reviews-v2-author-name{font-size:14px;letter-spacing:-.56px}.design-v2 .reviews-v2-author-location,.design-v2 .reviews-v2-author-name{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:500;line-height:1.4}.design-v2 .reviews-v2-author-location{font-size:12px;letter-spacing:-.48px;opacity:.7}.design-v2 .reviews-v2-dots{margin-top:40px;overflow:hidden;position:relative}.design-v2 .reviews-v2-dots-track{align-items:center;display:flex;transition:transform .35s ease}.design-v2 .reviews-v2-dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;cursor:pointer;flex-shrink:0;height:22px;margin:0 2px;padding:0;position:relative;transition:width .35s ease,margin .35s ease,opacity .35s ease;width:6px}.design-v2 .reviews-v2-dot:before{content:"";height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px}.design-v2 .reviews-v2-dot:after{background:#012d2b;border-radius:3px;content:"";height:6px;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .35s ease,opacity .35s ease;width:100%}.design-v2 .reviews-v2-dot.active{width:24px}.design-v2 .reviews-v2-dot.active:after{background-color:#00dc94}.design-v2 .reviews-v2-dot.dot-small{width:4px}.design-v2 .reviews-v2-dot.dot-small:after{opacity:.4}.design-v2 .reviews-v2-dot.dot-hidden{margin:0;opacity:0;pointer-events:none;width:0}.design-v2 .faqs-v2{background:#fff;overflow:hidden;padding:80px 0}@media (max-width:640px){.design-v2 .faqs-v2{padding:48px 0}}.design-v2 .faqs-v2-container{margin:0 auto;max-width:848px;padding:0 24px}.design-v2 .faqs-v2-header{margin-bottom:64px;text-align:center}@media (max-width:640px){.design-v2 .faqs-v2-header{margin-bottom:40px}}.design-v2 .faqs-v2-label{display:block;font-size:14px;letter-spacing:-.56px;line-height:1.4;margin-bottom:8px;text-transform:uppercase}.design-v2 .faqs-v2-heading,.design-v2 .faqs-v2-label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:500}.design-v2 .faqs-v2-heading{font-size:64px;letter-spacing:-3.84px;line-height:.9;margin:0 0 16px}@media (max-width:1024px){.design-v2 .faqs-v2-heading{font-size:48px;letter-spacing:-2.5px}}@media (max-width:640px){.design-v2 .faqs-v2-heading{font-size:36px;letter-spacing:-1.8px}}.design-v2 .faqs-v2-subtitle{color:#02403d;font-weight:400;margin:0 0 32px;opacity:.7}.design-v2 .faqs-v2-cta,.design-v2 .faqs-v2-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;letter-spacing:-.2px;line-height:1.4}.design-v2 .faqs-v2-cta{align-items:center;background:#02403d;border-radius:4px;color:#b2f300;display:inline-flex;font-weight:600;justify-content:center;padding:12px 8px;text-decoration:none;text-transform:capitalize;transition:opacity .2s ease;width:200px}.design-v2 .faqs-v2-cta:hover{color:#b2f300;opacity:.9}.design-v2 .faqs-v2-list{display:flex;flex-direction:column;gap:8px}.design-v2 .faqs-v2-item{background:#f2f2f2;border-radius:4px;overflow:hidden}.design-v2 .faqs-v2-question{align-items:center;background:none;border:none;box-shadow:none;cursor:pointer;display:flex;gap:16px;justify-content:space-between;min-height:62px;padding:0 20px;width:100%}.design-v2 .faqs-v2-question:active,.design-v2 .faqs-v2-question:focus,.design-v2 .faqs-v2-question:hover{box-shadow:none}.design-v2 .faqs-v2-question{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:1.4;text-align:left}@media (max-width:640px){.design-v2 .faqs-v2-question{font-size:14px;min-height:56px;padding:0 16px}}.design-v2 .faqs-v2-chevron{color:#02403d;flex-shrink:0;transition:transform .3s ease}.design-v2 .faqs-v2-item.open .faqs-v2-chevron{transform:scaleY(-1)}.design-v2 .faqs-v2-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.design-v2 .faqs-v2-answer p{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0;opacity:.7;padding:0 20px 20px}@media (max-width:640px){.design-v2 .faqs-v2-answer p{font-size:14px;padding:0 16px 16px}}.design-v2 .cta-v2{background:#e8e8e8;overflow:hidden}.design-v2 .cta-v2-container{margin:0 auto;max-width:1200px;min-height:600px;position:relative}@media (max-width:1024px){.design-v2 .cta-v2-container{min-height:auto}}.design-v2 .cta-v2-inner{align-items:stretch;display:flex;min-height:600px}@media (max-width:1024px){.design-v2 .cta-v2-inner{flex-direction:column;min-height:auto}}.design-v2 .cta-v2-chevron{height:auto;left:21.5%;max-width:43%;pointer-events:none;position:absolute;transform:translateX(-50%);width:548px;z-index:3}@media (max-width:1024px){.design-v2 .cta-v2-chevron{display:none}}.design-v2 .cta-v2-chevron-top{top:0}.design-v2 .cta-v2-chevron-bottom{bottom:0}.design-v2 .cta-v2-content{align-items:center;background:#012d2b;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;padding:80px 40px;position:relative;width:43%;z-index:2}.design-v2 .cta-v2-content:before{background:#012d2b;bottom:0;content:"";position:absolute;right:100%;top:0;width:9999px}@media (max-width:1024px){.design-v2 .cta-v2-content{padding:80px 24px;width:100%}}@media (max-width:640px){.design-v2 .cta-v2-content{padding:48px 24px}}.design-v2 .cta-v2-heading{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:40px;font-weight:500;letter-spacing:-2.8px;line-height:1;margin:0 0 48px;max-width:377px;text-align:center}@media (max-width:640px){.design-v2 .cta-v2-heading{font-size:32px;letter-spacing:-2px;margin-bottom:32px}}.design-v2 .cta-v2-buttons{align-items:center;display:flex;gap:19px;margin-bottom:48px;max-width:416px;width:100%}@media (max-width:640px){.design-v2 .cta-v2-buttons{flex-direction:column;gap:12px;margin-bottom:32px}}.design-v2 .cta-v2-btn{align-items:center;border-radius:4px;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;justify-content:center;letter-spacing:-.2px;line-height:1.4;padding:12px 8px;text-decoration:none;text-transform:capitalize;transition:opacity .2s ease;white-space:nowrap}.design-v2 .cta-v2-btn:hover{opacity:.9}.design-v2 .cta-v2-btn-outline{background:rgba(178,243,0,.2);color:#b2f300;width:200px}.design-v2 .cta-v2-btn-outline:hover{color:#b2f300}@media (max-width:640px){.design-v2 .cta-v2-btn-outline{width:100%}}.design-v2 .cta-v2-btn-primary{background:#b2f300;color:#012d2b;width:197px}.design-v2 .cta-v2-btn-primary:hover{color:#012d2b}@media (max-width:640px){.design-v2 .cta-v2-btn-primary{width:100%}}.design-v2 .cta-v2-social-proof{align-items:center;display:flex;flex-direction:column;gap:8px}.design-v2 .cta-v2-avatars{align-items:center;display:flex}.design-v2 .cta-v2-avatar{border:1.5px solid #012d2b;border-radius:50%;height:40px;margin-left:-8px;-o-object-fit:cover;object-fit:cover;width:40px}.design-v2 .cta-v2-avatar:first-child{margin-left:0}.design-v2 .cta-v2-avatar-lg{height:48px;width:48px;z-index:1}.design-v2 .cta-v2-clients-text{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:1.4}.design-v2 .cta-v2-stars{height:21px;width:112px}.design-v2 .cta-v2-image{align-items:center;background:#e8e8e8;display:flex;flex:1;justify-content:center;overflow:hidden;position:relative}.design-v2 .cta-v2-image:before{background:#e8e8e8;bottom:0;content:"";left:100%;position:absolute;top:0;width:9999px}.design-v2 .cta-v2-image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}@media (max-width:1024px){.design-v2 .cta-v2-image{min-height:400px}}@media (max-width:640px){.design-v2 .cta-v2-image{min-height:300px}}.design-v2 .footer-v2{background:#02403d;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .footer-v2-container{margin:0 auto;max-width:1440px;padding:0 80px}@media (max-width:1024px){.design-v2 .footer-v2-container{padding:0 40px}}@media (max-width:640px){.design-v2 .footer-v2-container{padding:0 24px}}.design-v2 .footer-v2-marquee{background:#b2f300;height:34px;overflow:hidden;position:relative}.design-v2 .footer-v2-marquee-track{align-items:center;animation:footer-marquee 55s linear infinite;display:flex;height:100%;white-space:nowrap;width:-moz-max-content;width:max-content}.design-v2 .footer-v2-marquee-item{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;letter-spacing:-.56px;line-height:1.2;padding:0 40px}@keyframes footer-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.design-v2 .footer-v2-main{padding:71px 0 0}@media (max-width:640px){.design-v2 .footer-v2-main{padding:48px 0 0}}.design-v2 .footer-v2-main>.footer-v2-container{display:flex;gap:60px;justify-content:space-between}@media (max-width:1024px){.design-v2 .footer-v2-main>.footer-v2-container{flex-direction:column;gap:48px}}.design-v2 .footer-v2-brand{flex-shrink:0;max-width:280px}@media (max-width:1024px){.design-v2 .footer-v2-brand{max-width:100%}}.design-v2 .footer-v2-logo-icon{align-items:center;background:#012d2b;border-radius:9px;display:flex;height:48px;justify-content:center;margin-bottom:24px;width:48px}.design-v2 .footer-v2-brand-heading{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:20px;font-weight:600;letter-spacing:-.8px;line-height:1.2;margin:0 0 12px;max-width:175px}@media (max-width:1024px){.design-v2 .footer-v2-brand-heading{max-width:300px}}.design-v2 .footer-v2-contact{margin:20px 0 0}.design-v2 .footer-v2-contact-item{align-items:baseline;display:flex;font-size:16px;gap:10px;line-height:1.4;margin:0 0 8px}.design-v2 .footer-v2-contact-label{color:#b2f300;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.design-v2 .footer-v2-contact-value{color:hsla(0,0%,100%,.7);font-weight:400}.design-v2 a.footer-v2-contact-value{text-decoration:underline;text-underline-offset:2px}.design-v2 a.footer-v2-contact-value:hover{color:#fff}.design-v2 .footer-v2-cta{align-items:center;background:rgba(178,243,0,.2);border-radius:4px;color:#b2f300;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;justify-content:center;letter-spacing:-.2px;line-height:1.4;padding:12px 8px;text-decoration:none;text-transform:capitalize;transition:opacity .2s ease;width:200px}.design-v2 .footer-v2-cta:hover{color:#b2f300;opacity:.85}@media (max-width:640px){.design-v2 .footer-v2-cta{max-width:200px;width:100%}}.design-v2 .footer-v2-nav{display:flex;flex:1;gap:56px;justify-content:flex-end}@media (max-width:1024px){.design-v2 .footer-v2-nav{justify-content:flex-start}}@media (max-width:640px){.design-v2 .footer-v2-nav{flex-direction:column;gap:32px}}.design-v2 .footer-v2-nav-column{min-width:145px}.design-v2 .footer-v2-nav-title{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;letter-spacing:-.2px;line-height:1.4;margin:0 0 24px}.design-v2 .footer-v2-nav-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.design-v2 .footer-v2-nav-list a{color:hsla(0,0%,100%,.7);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;text-decoration:none;transition:color .2s ease}.design-v2 .footer-v2-nav-list a:hover{color:#fff}.design-v2 .footer-v2-newsletter{padding:80px 0 0}@media (max-width:640px){.design-v2 .footer-v2-newsletter{padding:48px 0 0}}.design-v2 .footer-v2-newsletter>.footer-v2-container{align-items:flex-end;display:flex;justify-content:space-between}@media (max-width:1024px){.design-v2 .footer-v2-newsletter>.footer-v2-container{align-items:flex-start;flex-direction:column;gap:32px}}.design-v2 .footer-v2-newsletter-left{max-width:415px;width:100%}.design-v2 .footer-v2-newsletter-heading{color:#fff;font-size:24px;font-weight:500;letter-spacing:-1.68px;line-height:1;margin:0 0 4px}.design-v2 .footer-v2-newsletter-heading,.design-v2 .footer-v2-newsletter-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .footer-v2-newsletter-subtitle{color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0 0 24px}.design-v2 .footer-v2-newsletter-form{width:100%}.design-v2 .footer-v2-newsletter-input-wrap{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.3);display:flex;padding-bottom:12px}.design-v2 .footer-v2-newsletter-input-wrap label{flex:1;margin:0}.design-v2 .footer-v2-newsletter-input-wrap input[type=email]{background:transparent;border:none;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0;outline:none;padding:0;width:100%}.design-v2 .footer-v2-newsletter-input-wrap input[type=email]::-moz-placeholder{color:hsla(0,0%,100%,.5)}.design-v2 .footer-v2-newsletter-input-wrap input[type=email]::placeholder{color:hsla(0,0%,100%,.5)}.design-v2 .footer-v2-newsletter-input-wrap button{background:transparent;border:none;color:#b2f300;cursor:pointer;flex-shrink:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;padding:0;transition:opacity .2s ease}.design-v2 .footer-v2-newsletter-input-wrap button:hover{opacity:.8}.design-v2 .footer-v2-newsletter-error,.design-v2 .footer-v2-newsletter-success{display:none;font-size:14px;margin-top:8px}.design-v2 .footer-v2-tagline{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0}@media (max-width:1024px){.design-v2 .footer-v2-tagline{align-self:flex-start}}.design-v2 .footer-v2-chevron-row{padding:48px 0 0}@media (max-width:640px){.design-v2 .footer-v2-chevron-row{padding:32px 0 0}}.design-v2 .footer-v2-chevrons{align-items:center;display:flex;justify-content:space-between;overflow:hidden}.design-v2 .footer-v2-chevron-icon{color:#035955;flex-shrink:0}.design-v2 .footer-v2-chevron-icon--bright{color:#b2f300}.design-v2 .footer-v2-chevron-icon path{animation:footer-chevron-pulse var(--dur,6s) linear infinite;animation-delay:var(--cd,0s)}.design-v2 .footer-v2-bottom{padding:24px 0}@media (max-width:640px){.design-v2 .footer-v2-bottom{padding:20px 0}}.design-v2 .footer-v2-bottom>.footer-v2-container{align-items:center;display:flex;justify-content:space-between}@media (max-width:640px){.design-v2 .footer-v2-bottom>.footer-v2-container{align-items:flex-start;flex-direction:column;gap:16px}}.design-v2 .footer-v2-copyright{color:hsla(0,0%,100%,.6);font-size:14px;letter-spacing:-.56px;margin:0}.design-v2 .footer-v2-copyright,.design-v2 .footer-v2-email{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:400;line-height:1.4}.design-v2 .footer-v2-email{color:#fff;font-size:16px;letter-spacing:-.2px;text-decoration:none;transition:opacity .2s ease}.design-v2 .footer-v2-email:hover{color:#fff;opacity:.8}.design-v2 .footer-v2-social{align-items:center;display:flex;gap:2px}.design-v2 .footer-v2-social-link{align-items:center;background:#012d2b;border-radius:9999px;color:#fff;display:flex;height:36px;justify-content:center;text-decoration:none;transition:opacity .2s ease;width:36px}.design-v2 .footer-v2-social-link:hover{opacity:.8}.design-v2 .footer-v2-social-link svg{display:block}.design-v2 .notices-box{left:50%;margin:0;max-width:600px;min-width:360px;padding:0;position:fixed;top:calc(var(--v2-nav-bottom, 70px) + 12px);transform:translateX(-50%);transition:top .3s ease;width:auto;z-index:9999}.design-v2 .notices-box .columns{padding:0}.design-v2 .notices-box .alert-box{animation:v2-notice-enter .35s ease forwards;box-shadow:0 8px 24px rgba(0,0,0,.15)}.design-v2 .notices-box .columns{padding-left:0;padding-right:0}.design-v2 .alert-box{animation:v2-notice-enter .3s ease forwards;background:#dff0ef;border:1px solid #9cc5c3;border-left:4px solid #02403d;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:1.4;margin:8px auto;max-width:1440px;padding:14px 48px 14px 18px;position:relative}.design-v2 .alert-box h1,.design-v2 .alert-box h2,.design-v2 .alert-box h3,.design-v2 .alert-box h4,.design-v2 .alert-box h5,.design-v2 .alert-box h6{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:600;margin:0 0 4px}.design-v2 .alert-box a{color:#02403d;font-weight:600;text-decoration:underline;text-underline-offset:2px}.design-v2 .alert-box a:hover{opacity:.7}.design-v2 .alert-box .close{color:#02403d;font-size:20px;font-weight:400;line-height:1;margin-top:0;opacity:.35;padding:0 4px 4px;position:absolute;right:14px;text-decoration:none;top:50%;transform:translateY(-50%);transition:opacity .15s ease}.design-v2 .alert-box .close:hover{color:#02403d;opacity:.8}.design-v2 .alert-box.notice,.design-v2 .alert-box.primary,.design-v2 .alert-box.success{background:#f4fcd6;border-color:#c8e36a #c8e36a #c8e36a #7da20e}.design-v2 .alert-box.info,.design-v2 .alert-box.secondary{background:#dff0ef;border-color:#9cc5c3 #9cc5c3 #9cc5c3 #02403d}.design-v2 .alert-box.warning{background:#fef6dd;border-color:#e8c95a #e8c95a #e8c95a #9a7b0a}.design-v2 .alert-box.alert{background:#fdecee;border-color:#e8a1a8 #e8a1a8 #e8a1a8 #b5282f}.design-v2 .alert-box.alert h1,.design-v2 .alert-box.alert h2,.design-v2 .alert-box.alert h3,.design-v2 .alert-box.alert h4,.design-v2 .alert-box.alert h5,.design-v2 .alert-box.alert h6{color:#b5282f}.design-v2 .alert-box.radius{border-radius:8px}@keyframes v2-notice-enter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes v2-modal-enter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes v2-modal-exit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}.design-v2 .reveal-modal-bg{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background:rgba(1,45,43,.55);z-index:1030}.design-v2 .v2-modal-sub-overlay{animation:v2-modal-sub-overlay-fade .25s ease forwards;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);background:rgba(1,45,43,.35);cursor:pointer;inset:0;position:fixed;z-index:1045}.design-v2 .v2-modal-sub-overlay.v2-modal-sub-overlay-closing{animation:v2-modal-sub-overlay-fade-out .25s ease forwards}@keyframes v2-modal-sub-overlay-fade{0%{opacity:0}to{opacity:1}}@keyframes v2-modal-sub-overlay-fade-out{0%{opacity:1}to{opacity:0}}.design-v2 .reveal-modal{animation:v2-modal-enter .3s ease forwards;background:#fff;border:none;border-radius:12px;box-shadow:0 10px 15px rgba(0,0,0,.1),0 25px 50px rgba(0,0,0,.12);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;padding:32px;top:8vh!important;z-index:1050}.design-v2 .reveal-modal.toback{z-index:1031}.design-v2 .reveal-modal.v2-closing{animation:v2-modal-exit .25s ease forwards}@media (max-width:640px){.design-v2 .reveal-modal{-webkit-overflow-scrolling:touch;border-radius:8px;margin:0 auto;max-height:90vh;overflow-y:auto;padding:24px 24px 48px;top:5vh!important;width:94%!important}}.design-v2 .reveal-modal .close-reveal-modal{background:transparent;border-radius:9999px;color:#02403d;cursor:pointer;font-size:0;height:32px;line-height:0;opacity:.7;position:absolute;right:20px;text-decoration:none;top:16px;transition:all .2s ease,opacity .2s ease;width:32px}.design-v2 .reveal-modal .close-reveal-modal:after,.design-v2 .reveal-modal .close-reveal-modal:before{background:currentColor;content:"";height:2px;left:50%;position:absolute;top:50%;width:14px}.design-v2 .reveal-modal .close-reveal-modal:before{transform:translate(-50%,-50%) rotate(45deg)}.design-v2 .reveal-modal .close-reveal-modal:after{transform:translate(-50%,-50%) rotate(-45deg)}.design-v2 .reveal-modal .close-reveal-modal:hover{background:rgba(2,64,61,.05);opacity:1}.design-v2 .reveal-modal h1,.design-v2 .reveal-modal h2,.design-v2 .reveal-modal h3,.design-v2 .reveal-modal h4,.design-v2 .reveal-modal h5,.design-v2 .reveal-modal h6{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;text-transform:none}.design-v2 .reveal-modal h3{font-size:20px;font-weight:600;letter-spacing:-.5px;margin-bottom:16px}.design-v2 .reveal-modal h4{font-size:18px;font-weight:700;letter-spacing:-.2px;margin-bottom:12px}.design-v2 .reveal-modal h5{font-size:16px;font-weight:600;letter-spacing:-.2px;margin-bottom:8px}.design-v2 .reveal-modal p{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;letter-spacing:-.2px;line-height:1.4}.design-v2 .reveal-modal hr{border:none;border-top:1px solid rgba(2,64,61,.08);margin:20px 0}.design-v2 .reveal-modal ol,.design-v2 .reveal-modal ul{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;letter-spacing:-.2px;line-height:1.4}.design-v2 .reveal-modal ol li,.design-v2 .reveal-modal ul li{line-height:1.5;margin-bottom:6px}.design-v2 .reveal-modal a:not(.button):not(.close-reveal-modal){color:#02403d;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.design-v2 .reveal-modal a:not(.button):not(.close-reveal-modal):hover{opacity:.7}.design-v2 .reveal-modal blockquote{border-left:3px solid rgba(2,64,61,.12);font-size:16px;margin:16px 0;padding:12px 20px}.design-v2 .reveal-modal blockquote,.design-v2 .reveal-modal label{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .reveal-modal label{font-size:13px;font-weight:500;letter-spacing:.02em;margin-bottom:6px;text-transform:none}.design-v2 .reveal-modal input[type=email],.design-v2 .reveal-modal input[type=number],.design-v2 .reveal-modal input[type=password],.design-v2 .reveal-modal input[type=search],.design-v2 .reveal-modal input[type=tel],.design-v2 .reveal-modal input[type=text],.design-v2 .reveal-modal input[type=url],.design-v2 .reveal-modal select,.design-v2 .reveal-modal textarea{background:#fff;border:1px solid #d4d4d4;border-radius:8px;box-shadow:none;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:15px;height:auto;margin-bottom:4px;padding:12px 16px;transition:border-color .2s ease}.design-v2 .reveal-modal input[type=email]:focus,.design-v2 .reveal-modal input[type=number]:focus,.design-v2 .reveal-modal input[type=password]:focus,.design-v2 .reveal-modal input[type=search]:focus,.design-v2 .reveal-modal input[type=tel]:focus,.design-v2 .reveal-modal input[type=text]:focus,.design-v2 .reveal-modal input[type=url]:focus,.design-v2 .reveal-modal select:focus,.design-v2 .reveal-modal textarea:focus{border-color:#02403d;box-shadow:0 0 0 3px rgba(2,64,61,.08);outline:none}.design-v2 .reveal-modal input[type=email]::-moz-placeholder,.design-v2 .reveal-modal input[type=number]::-moz-placeholder,.design-v2 .reveal-modal input[type=password]::-moz-placeholder,.design-v2 .reveal-modal input[type=search]::-moz-placeholder,.design-v2 .reveal-modal input[type=tel]::-moz-placeholder,.design-v2 .reveal-modal input[type=text]::-moz-placeholder,.design-v2 .reveal-modal input[type=url]::-moz-placeholder,.design-v2 .reveal-modal select::-moz-placeholder,.design-v2 .reveal-modal textarea::-moz-placeholder{color:rgba(2,64,61,.35)}.design-v2 .reveal-modal input[type=email]::placeholder,.design-v2 .reveal-modal input[type=number]::placeholder,.design-v2 .reveal-modal input[type=password]::placeholder,.design-v2 .reveal-modal input[type=search]::placeholder,.design-v2 .reveal-modal input[type=tel]::placeholder,.design-v2 .reveal-modal input[type=text]::placeholder,.design-v2 .reveal-modal input[type=url]::placeholder,.design-v2 .reveal-modal select::placeholder,.design-v2 .reveal-modal textarea::placeholder{color:rgba(2,64,61,.35)}.design-v2 .reveal-modal select{padding-right:36px}.design-v2 .reveal-modal small.error{background:rgba(204,0,0,.05);color:#c00}.design-v2 .reveal-modal small.error,.design-v2 .reveal-modal small.success{border-radius:4px;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:12px;margin-bottom:12px;margin-top:2px;padding:6px 10px}.design-v2 .reveal-modal small.success{background:rgba(2,64,61,.04);color:#02403d}.design-v2 .reveal-modal small.alert{background:rgba(245,158,11,.08);color:#92400e;display:block;font-size:12px;margin-bottom:12px;margin-top:2px;padding:6px 10px}.design-v2 .reveal-modal .button,.design-v2 .reveal-modal button,.design-v2 .reveal-modal small.alert{border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .reveal-modal .button,.design-v2 .reveal-modal button{font-size:14px;font-weight:600;letter-spacing:-.56px;line-height:1.4;padding:12px 28px;transition:all .2s ease}.design-v2 .reveal-modal .button.mini,.design-v2 .reveal-modal .button.small,.design-v2 .reveal-modal button.mini,.design-v2 .reveal-modal button.small{font-size:13px;padding:8px 20px}.design-v2 .reveal-modal .button.success,.design-v2 .reveal-modal button.success{background:#02403d;border:none;color:#b2f300}.design-v2 .reveal-modal .button.success:hover,.design-v2 .reveal-modal button.success:hover{background:#035450;box-shadow:0 4px 12px rgba(2,64,61,.2);transform:translateY(-1px)}.design-v2 .reveal-modal .button.primary,.design-v2 .reveal-modal button.primary{background:#02403d;border:none;color:#b2f300}.design-v2 .reveal-modal .button.primary:hover,.design-v2 .reveal-modal button.primary:hover{background:#035450;box-shadow:0 4px 12px rgba(2,64,61,.2);transform:translateY(-1px)}.design-v2 .reveal-modal .button.secondary,.design-v2 .reveal-modal button.secondary{background:#fff;border:1px solid #d4d4d4;color:#02403d}.design-v2 .reveal-modal .button.secondary:hover,.design-v2 .reveal-modal button.secondary:hover{background:#fff;border-color:#02403d;box-shadow:0 2px 8px rgba(2,64,61,.1)}.design-v2 .reveal-modal .button.alert,.design-v2 .reveal-modal button.alert{background:#c00;border:none;color:#fff}.design-v2 .reveal-modal .button.alert:hover,.design-v2 .reveal-modal button.alert:hover{background:#a00}.design-v2 .reveal-modal .button.warning,.design-v2 .reveal-modal button.warning{background:#f59e0b;border:none;color:#fff}.design-v2 .reveal-modal .button.warning:hover,.design-v2 .reveal-modal button.warning:hover{background:#cf8508}.design-v2 .reveal-modal .button.ghost{background:transparent}.design-v2 .reveal-modal .button.ghost.secondary{background:transparent;border:1px solid #d4d4d4}.design-v2 .reveal-modal .button.ghost.secondary:hover{background:rgba(2,64,61,.03);border-color:#02403d}.design-v2 .reveal-modal .button.ghost.secondary.success{background:rgba(2,64,61,.05);border-color:#02403d;color:#02403d}.design-v2 .reveal-modal .button.ghost.primary,.design-v2 .reveal-modal .button.ghost.success{background:transparent;border:1px solid #02403d;color:#02403d}.design-v2 .reveal-modal .button.ghost.primary:hover,.design-v2 .reveal-modal .button.ghost.success:hover{background:rgba(2,64,61,.05)}.design-v2 .reveal-modal .button.disabled,.design-v2 .reveal-modal .button:disabled,.design-v2 .reveal-modal button:disabled{cursor:not-allowed;opacity:.5}.design-v2 .reveal-modal .button.disabled:hover,.design-v2 .reveal-modal .button:disabled:hover,.design-v2 .reveal-modal button:disabled:hover{box-shadow:none;transform:none}.design-v2 .reveal-modal .text-right{text-align:right}.design-v2 .reveal-modal .tabs{background:none;border:none;display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0 0 16px;padding:0}.design-v2 .reveal-modal .tabs .tab-title{background:none;border:none;float:none;margin:0;padding:0}.design-v2 .reveal-modal .tabs .tab-title a{background:rgba(2,64,61,.04);border:none;border-radius:4px;color:#02403d;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:500;line-height:1.4;padding:7px 14px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.design-v2 .reveal-modal .tabs .tab-title a:hover{background:rgba(2,64,61,.08)}.design-v2 .reveal-modal .tabs .tab-title.active a{background:#02403d;color:#fff}.design-v2 .reveal-modal .tabs-content{background:none;border:none;margin:0}.design-v2 .reveal-modal .tabs-content .content{padding:0}.design-v2 .reveal-modal .alert-box{border-radius:8px;font-size:14px;margin:12px 0}.design-v2 .reveal-modal .alert-box,.design-v2 .reveal-modal .label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .reveal-modal .label{border-radius:9999px;font-size:11px;font-weight:600;letter-spacing:.03em;padding:3px 10px}.design-v2 .reveal-modal .alert-color{color:#c00}.design-v2 .reveal-modal.small{max-width:480px}.design-v2 .reveal-modal.medium{max-width:720px}.design-v2 .reveal-modal:not(.small):not(.medium):not(.large):not(.xlarge):not(.full){max-width:800px}.design-v2 .reveal-modal .row{margin-left:0;margin-right:0;max-width:100%}.design-v2 .reveal-modal .columns{padding-left:0;padding-right:0}.design-v2 .reveal-modal.product-v2-condition-modal{border:none;border-radius:12px;box-shadow:0 24px 80px rgba(0,0,0,.18),0 0 0 1px rgba(2,64,61,.06);height:auto!important;max-width:560px;min-height:0!important;overflow:hidden;padding:0}@media (max-width:640px){.design-v2 .reveal-modal.product-v2-condition-modal{-webkit-overflow-scrolling:touch;max-height:90vh;overflow-y:auto;padding-bottom:48px}}.design-v2 .reveal-modal.product-v2-condition-modal .close-reveal-modal{color:#3d635f;right:20px;top:20px;z-index:2}.design-v2 .reveal-modal.product-v2-condition-modal .close-reveal-modal:hover{color:#02403d}.design-v2 .v2-cond-modal-header{padding:28px 32px 0;position:relative;z-index:1}@media (max-width:640px){.design-v2 .v2-cond-modal-header{padding:24px 20px 0}}.design-v2 .v2-cond-modal-label{color:#3d635f;display:block;font-size:11px;font-weight:600;letter-spacing:1.2px;margin-bottom:4px;text-transform:uppercase}.design-v2 .v2-cond-modal-label,.design-v2 .v2-cond-modal-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .v2-cond-modal-title{color:#02403d;font-size:24px;font-weight:700;letter-spacing:-.8px;margin:0}.design-v2 .reveal-modal.product-v2-condition-modal .product-v2-condition-tabs{padding:0 32px}@media (max-width:640px){.design-v2 .reveal-modal.product-v2-condition-modal .product-v2-condition-tabs{padding:0 20px}}.design-v2 .reveal-modal.product-v2-condition-modal .tabs{background:transparent;border:none;display:flex!important;flex-wrap:wrap;gap:8px;justify-content:flex-start!important;margin:20px 0 0!important;padding:0!important;width:100%}.design-v2 .reveal-modal.product-v2-condition-modal .tabs:after,.design-v2 .reveal-modal.product-v2-condition-modal .tabs:before{display:none!important}.design-v2 .reveal-modal.product-v2-condition-modal .tabs .tab-title{display:inline-block!important;list-style:none;margin:0!important;padding:0!important;width:auto!important}.design-v2 .reveal-modal.product-v2-condition-modal .tabs .tab-title a{background:#fff!important;border:1px solid rgba(2,64,61,.1)!important;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.04);color:#02403d!important;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:500;letter-spacing:-.2px;line-height:1.3;padding:6px 14px;transition:all .15s ease;white-space:nowrap}.design-v2 .reveal-modal.product-v2-condition-modal .tabs .tab-title a:hover{border-color:rgba(2,64,61,.25)!important;box-shadow:0 2px 4px rgba(0,0,0,.08)}.design-v2 .reveal-modal.product-v2-condition-modal .tabs .tab-title.active a{background:#02403d!important;border-color:#02403d!important;box-shadow:none;color:#fff!important}.design-v2 .reveal-modal.product-v2-condition-modal .tabs-content,.design-v2 .reveal-modal.product-v2-condition-modal .tabs-content .content{padding:0}.design-v2 .reveal-modal.product-v2-condition-modal .v2-cond-modal-viewer{background:linear-gradient(180deg,rgba(2,64,61,.02),rgba(2,64,61,.06));border-bottom:1px solid rgba(2,64,61,.06);border-top:1px solid rgba(2,64,61,.06);margin:20px 0 0;position:relative}.design-v2 .reveal-modal.product-v2-condition-modal .v2-cond-modal-viewer model-viewer{--poster-color:transparent;background:transparent;height:400px;width:100%}@media (max-width:640px){.design-v2 .reveal-modal.product-v2-condition-modal .v2-cond-modal-viewer model-viewer{height:320px}}.design-v2 .reveal-modal.product-v2-condition-modal .v2-cond-modal-badge{background:#fff;border-radius:9999px;bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,.08);color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:12px;font-weight:600;left:32px;letter-spacing:-.56px;padding:5px 14px;position:absolute}@media (max-width:640px){.design-v2 .reveal-modal.product-v2-condition-modal .v2-cond-modal-badge{left:20px}}.design-v2 .reveal-modal.product-v2-condition-modal .v2-cond-modal-broken-models{display:flex;gap:16px}@media (max-width:640px){.design-v2 .reveal-modal.product-v2-condition-modal .v2-cond-modal-broken-models{gap:12px}}.design-v2 .reveal-modal.product-v2-condition-modal .v2-cond-modal-broken-models model-viewer{--poster-color:transparent;background:transparent;flex:1;height:400px}@media (max-width:640px){.design-v2 .reveal-modal.product-v2-condition-modal .v2-cond-modal-broken-models model-viewer{height:280px}}.design-v2 .reveal-modal.product-v2-condition-modal .v2-cond-modal-desc{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;line-height:1.5;margin:0;padding:20px 32px 0}@media (max-width:640px){.design-v2 .reveal-modal.product-v2-condition-modal .v2-cond-modal-desc{font-size:15px;padding:16px 20px 0}}.design-v2 .reveal-modal.product-v2-condition-modal .v2-condition-disclaimer{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:12px;letter-spacing:-.56px;margin:0;padding:12px 32px 28px}@media (max-width:640px){.design-v2 .reveal-modal.product-v2-condition-modal .v2-condition-disclaimer{padding:12px 20px 24px}.design-v2 #address-modal .row:last-child{margin-bottom:48px}.design-v2 #address-modal .row:last-child>.columns{display:flex;flex-direction:column;gap:12px}.design-v2 #address-modal .row:last-child>.columns>.button{float:none;margin:0;width:100%}.design-v2 #address-modal .row:last-child>.columns>.button.warning{order:2}.design-v2 #address-modal .row:last-child>.columns>.button.secondary{order:3}}.design-v2 .support-v2{background:#fff;overflow:hidden;padding:80px 0}@media (max-width:640px){.design-v2 .support-v2{padding:48px 0}}.design-v2 .support-v2-container{margin:0 auto;max-width:848px;padding:0 24px}.design-v2 .support-v2-header{margin-bottom:64px;text-align:center}@media (max-width:640px){.design-v2 .support-v2-header{margin-bottom:40px}}.design-v2 .support-v2-label{display:block;font-size:14px;letter-spacing:-.56px;line-height:1.4;margin-bottom:8px;text-transform:uppercase}.design-v2 .support-v2-heading,.design-v2 .support-v2-label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:500}.design-v2 .support-v2-heading{font-size:64px;letter-spacing:-3.84px;line-height:.9;margin:0 0 16px}@media (max-width:1024px){.design-v2 .support-v2-heading{font-size:48px;letter-spacing:-2.5px}}@media (max-width:640px){.design-v2 .support-v2-heading{font-size:36px;letter-spacing:-1.8px}}.design-v2 .support-v2-subtitle{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0;opacity:.7}.design-v2 .support-v2-category{margin-bottom:48px}.design-v2 .support-v2-category:last-child{margin-bottom:0}@media (max-width:640px){.design-v2 .support-v2-category{margin-bottom:36px}}.design-v2 .support-v2-category-title{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:28px;font-weight:600;letter-spacing:-1.4px;line-height:1.2;margin:0 0 16px}@media (max-width:640px){.design-v2 .support-v2-category-title{font-size:22px;letter-spacing:-.8px}}.design-v2 .support-v2 .faqs-v2-answer-content{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;opacity:.7;padding:0 20px 20px}@media (max-width:640px){.design-v2 .support-v2 .faqs-v2-answer-content{font-size:14px;padding:0 16px 16px}}.design-v2 .support-v2 .faqs-v2-answer-content p{margin:0 0 8px}.design-v2 .support-v2 .faqs-v2-answer-content p:last-child{margin-bottom:0}.design-v2 .support-v2 .faqs-v2-answer-content ol,.design-v2 .support-v2 .faqs-v2-answer-content ul{margin:8px 0 8px 20px;padding:0}.design-v2 .support-v2 .faqs-v2-answer-content li{margin-bottom:4px}.design-v2 .support-v2 .faqs-v2-answer-content strong{font-weight:600;opacity:1}.design-v2 .support-v2-contact{border-top:1px solid #d4d4d4;margin-top:64px;padding-top:48px;scroll-margin-top:94px}@media (max-width:640px){.design-v2 .support-v2-contact{margin-top:40px;padding-top:32px}}.design-v2.body-message-banner .support-v2-contact{scroll-margin-top:94px}.design-v2 .support-v2-contact-intro{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0 0 32px;opacity:.7}.design-v2 .support-v2-contact-details{display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:48px}@media (max-width:640px){.design-v2 .support-v2-contact-details{gap:16px;grid-template-columns:1fr;margin-bottom:32px}}.design-v2 .support-v2-contact-card{background:#f2f2f2;border-radius:4px;padding:24px}.design-v2 .support-v2-contact-card p{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0 0 4px}.design-v2 .support-v2-contact-card p:last-child{margin-bottom:0}.design-v2 .support-v2-contact-card strong{font-weight:600}.design-v2 .support-v2-contact-card-title{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;letter-spacing:-.2px;line-height:1.4;margin:0 0 12px}.design-v2 .support-v2-contact-hours{opacity:.7}.design-v2 .support-v2-contact .row{max-width:100%}.design-v2 .support-v2-contact label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;letter-spacing:-.56px}.design-v2 .support-v2-contact input[type=email],.design-v2 .support-v2-contact input[type=text],.design-v2 .support-v2-contact textarea{background:#fff;border:1px solid #d4d4d4;border-radius:4px;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;padding:12px 16px;transition:border-color .2s ease}.design-v2 .support-v2-contact input[type=email]:focus,.design-v2 .support-v2-contact input[type=text]:focus,.design-v2 .support-v2-contact textarea:focus{border-color:#02403d;outline:none}.design-v2 .support-v2-contact textarea{min-height:140px;resize:vertical}.design-v2 .support-v2-contact button.small,.design-v2 .support-v2-contact button.success{align-items:center;background:#02403d;border:none;border-radius:4px;color:#b2f300;cursor:pointer;display:inline-flex;float:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;justify-content:center;letter-spacing:-.2px;line-height:1.4;padding:12px 32px;transition:opacity .2s ease}.design-v2 .support-v2-contact button.small:hover,.design-v2 .support-v2-contact button.success:hover{background:#02403d;color:#b2f300;opacity:.9}.design-v2 .support-v2-contact .error{color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px}.design-v2 .category-v2{background:#e8e8e8;padding:80px 24px}@media (max-width:640px){.design-v2 .category-v2{padding:48px 16px}}.design-v2 .category-v2-container{margin:0 auto;max-width:1200px}.design-v2 .category-v2-header{margin-bottom:20px;text-align:center}@media (max-width:640px){.design-v2 .category-v2-header{margin-bottom:16px}}.design-v2 .category-v2-breadcrumb{align-items:center;color:#3d635f;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;gap:8px;letter-spacing:-.56px;margin-bottom:16px}.design-v2 .category-v2-breadcrumb a{color:#3d635f;text-decoration:none;transition:color .2s ease}.design-v2 .category-v2-breadcrumb a:hover{color:#02403d}.design-v2 .category-v2-breadcrumb .category-v2-breadcrumb-sep{opacity:.5}.design-v2 .category-v2-heading{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:56px;font-weight:500;letter-spacing:-3.5px;line-height:1;margin:0 0 32px}@media (max-width:1024px){.design-v2 .category-v2-heading{font-size:40px;letter-spacing:-2px}}@media (max-width:640px){.design-v2 .category-v2-heading{font-size:32px;letter-spacing:-1.5px;margin-bottom:24px}}.design-v2 .category-v2 .sell-v2-search{margin:0 auto 24px;max-width:640px}.design-v2 .category-v2 #search-results-count{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;margin-bottom:8px}.design-v2 .category-v2 #search-results-count .search-results-div{margin:0}.design-v2 .category-v2 #search-results-count .search-results-text{background:transparent!important;color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;padding:0}.design-v2 .category-v2 #search-results-count .search-results-hr{display:none}.design-v2 .category-v2 #search-results{display:grid!important;gap:16px;grid-template-columns:repeat(6,1fr);list-style:none;margin:0;padding:0}@media (max-width:1024px){.design-v2 .category-v2 #search-results{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.design-v2 .category-v2 #search-results{grid-template-columns:repeat(2,1fr)}}.design-v2 .category-v2 #search-results li{background:#fff;border-radius:8px;float:none;overflow:hidden;padding:0;transition:all .2s ease;width:100%!important}.design-v2 .category-v2 #search-results li:hover{box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-2px)}.design-v2 .category-v2 #search-results li a.box{background:transparent;border:none;color:#02403d;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:1.4;padding:24px 16px;text-align:center;text-decoration:none;width:100%}.design-v2 .category-v2 #search-results li a.box div{align-items:center;display:flex;justify-content:center;margin-bottom:16px}.design-v2 .category-v2 #search-results li a.box img{height:auto;max-height:150px;max-width:150px;-o-object-fit:contain;object-fit:contain}@media (max-width:640px){.design-v2 .category-v2 #search-results li a.box img{max-height:120px;max-width:120px}}.design-v2 .category-v2 #search-results li a.box .success-color{color:#3d635f!important;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:400;margin-top:4px}.design-v2 .category-v2 #search-results li a.box .success-color strong{background:none;color:#02403d!important;font-size:15px;font-weight:700;letter-spacing:-.3px;padding:0}.design-v2 .category-v2 #search-results .search-tag-row{align-items:baseline;display:flex;gap:6px;justify-content:center;margin-top:6px}.design-v2 .category-v2 #search-results .search-tag-model-text{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:11px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.design-v2 .category-v2 #search-results .search-tag-text{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500}.design-v2 .category-v2 #search-results .search-term-match{background-color:rgba(178,243,0,.3);border-radius:2px;padding:1px 3px}.design-v2 .category-v2-grid{display:grid;gap:16px;grid-template-columns:repeat(6,1fr)}@media (max-width:1024px){.design-v2 .category-v2-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.design-v2 .category-v2-grid{grid-template-columns:repeat(2,1fr)}}.design-v2 .category-v2-card{align-items:center;background:#fff;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;padding:24px 16px;text-align:center;text-decoration:none;transition:all .2s ease}.design-v2 .category-v2-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-2px)}.design-v2 .category-v2-card-image{align-items:center;display:flex;justify-content:center;margin-bottom:16px;max-height:150px;width:100%}.design-v2 .category-v2-card-image img,.design-v2 .category-v2-card-image picture{height:auto;max-height:150px;max-width:150px;-o-object-fit:contain;object-fit:contain}@media (max-width:640px){.design-v2 .category-v2-card-image{max-height:120px}.design-v2 .category-v2-card-image img,.design-v2 .category-v2-card-image picture{max-height:120px;max-width:120px}}.design-v2 .category-v2-card-name{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:1.4;margin:0}@media (max-width:640px){.design-v2 .category-v2-card-name{font-size:14px}}.design-v2 .category-v2-price{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.56px;margin-top:6px}.design-v2 .category-v2-price strong{background:none;color:#02403d;font-size:15px;font-weight:700;letter-spacing:-.3px;padding:0}.design-v2 .category-v2-content-blocks{background:#fff;padding:80px 24px}@media (max-width:640px){.design-v2 .category-v2-content-blocks{padding:48px 16px}}.design-v2 .category-v2-content-blocks-inner{margin:0 auto;max-width:1200px}.design-v2 .category-v2-content-block{align-items:center;border-bottom:1px solid #d4d4d4;display:grid;gap:40px;grid-template-columns:1fr 2fr;padding:40px 0}.design-v2 .category-v2-content-block:last-child{border-bottom:none}.design-v2 .category-v2-content-block:nth-child(2n){grid-template-columns:2fr 1fr}.design-v2 .category-v2-content-block:nth-child(2n) .category-v2-content-block-image{order:2}.design-v2 .category-v2-content-block:nth-child(2n) .category-v2-content-block-text{order:1}@media (max-width:640px){.design-v2 .category-v2-content-block{gap:24px;grid-template-columns:1fr;padding:32px 0}.design-v2 .category-v2-content-block:nth-child(2n){grid-template-columns:1fr}.design-v2 .category-v2-content-block:nth-child(2n) .category-v2-content-block-image{order:-1}.design-v2 .category-v2-content-block:nth-child(2n) .category-v2-content-block-text{order:0}}.design-v2 .category-v2-content-block-image img{border-radius:8px;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.design-v2 .category-v2-content-block-text h3{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:28px;font-weight:600;letter-spacing:-1px;line-height:1.2;margin:0 0 16px}@media (max-width:640px){.design-v2 .category-v2-content-block-text h3{font-size:22px}}.design-v2 .category-v2-content-block-text p{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0}.design-v2 .category-v2-faqs{background:#fff;padding:80px 24px}@media (max-width:640px){.design-v2 .category-v2-faqs{padding:48px 16px}}.design-v2 .category-v2-faqs-inner{margin:0 auto;max-width:848px}.design-v2 .category-v2-faqs-heading{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:36px;font-weight:500;letter-spacing:-1.8px;line-height:1;margin:0 0 40px;text-align:center}@media (max-width:640px){.design-v2 .category-v2-faqs-heading{font-size:28px;letter-spacing:-1.2px;margin-bottom:32px}}.design-v2 .product-v2{background:#e8e8e8;padding:16px 24px 80px}@media (max-width:640px){.design-v2 .product-v2{padding:12px 16px 48px}}.design-v2 .product-v2-container{margin:0 auto;max-width:1200px}.design-v2 .product-v2-layout{align-items:start;background:#fff;border:1px solid #d4d4d4;border-radius:12px;display:grid;gap:0;grid-template-columns:5fr 7fr;overflow:hidden;padding:0 32px 0 0}@media (max-width:1024px){.design-v2 .product-v2-layout{gap:0;grid-template-columns:1fr;overflow:clip;padding:0}}.design-v2 .product-v2-left{align-self:stretch;background:#f5f5f5;border-radius:0;display:flex;flex-direction:column;gap:16px;overflow:hidden;padding:32px 40px;position:sticky;top:94px}@media (max-width:1024px){.design-v2 .product-v2-left{border-radius:0;padding:16px 24px 0;position:static}}.design-v2 .product-v2-chevron{left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);width:100%;z-index:1}@media (max-width:1024px){.design-v2 .product-v2-chevron{display:none}}.design-v2 .product-v2-chevron-top{top:0}.design-v2 .product-v2-chevron-bottom{bottom:0}.design-v2 .product-v2-info{background:transparent;border-radius:6px;padding:0;position:relative;text-align:center;z-index:2}@media (max-width:1024px){.design-v2 .product-v2-info{display:grid;gap:0 16px;grid-template-columns:90px 1fr;padding:0;text-align:center}.design-v2 .product-v2-info .product-v2-summary{grid-column:1/-1}}.design-v2 .product-v2-breadcrumb{align-items:center;color:#3d635f;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;gap:8px;letter-spacing:-.56px;margin-bottom:16px}.design-v2 .product-v2-breadcrumb a{color:#3d635f;text-decoration:none;transition:color .2s ease}.design-v2 .product-v2-breadcrumb a:hover{color:#02403d}.design-v2 .product-v2-breadcrumb .product-v2-breadcrumb-sep{opacity:.5}@media (max-width:1024px){.design-v2 .product-v2-breadcrumb{margin-bottom:12px}}.design-v2 .product-v2-sell-label{color:#02403d;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin-bottom:2px}@media (max-width:1024px){.design-v2 .product-v2-sell-label{align-self:end;font-size:17px;grid-column:2;margin-bottom:0}}.design-v2 .product-v2-heading{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:20px;font-weight:600;letter-spacing:-.8px;line-height:1.4;margin:0 0 20px}@media (max-width:1024px){.design-v2 .product-v2-heading{align-self:start;font-size:22px;grid-column:2;margin-bottom:0}}.design-v2 .product-v2-image{background:#f5f5f5;margin-bottom:24px}.design-v2 .product-v2-image img,.design-v2 .product-v2-image picture{display:block;height:auto;margin:0 auto;max-height:360px;max-width:300px;mix-blend-mode:multiply;-o-object-fit:contain;object-fit:contain}@media (max-width:1024px){.design-v2 .product-v2-image img,.design-v2 .product-v2-image picture{max-height:90px;max-width:90px}.design-v2 .product-v2-image{align-self:center;grid-column:1;grid-row:1/3;margin-bottom:0}}.design-v2 .product-v2-summary{margin-top:24px}.design-v2 .product-v2-summary-row{align-items:center;border-bottom:1px dashed rgba(2,64,61,.15);display:flex;justify-content:space-between;padding:14px 0}.design-v2 .product-v2-summary-row:last-child{border-bottom:none}.design-v2 .product-v2-summary-label{color:#3d635f;font-weight:400}.design-v2 .product-v2-summary-label,.design-v2 .product-v2-summary-value{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:15px}.design-v2 .product-v2-summary-value{align-items:center;color:#02403d;display:inline-flex;font-weight:600;gap:6px;text-align:right}.design-v2 .product-v2-summary-edit{color:#3d635f;flex-shrink:0;opacity:.5;transition:opacity .2s ease}.design-v2 .product-v2-summary-row:hover .product-v2-summary-edit{opacity:1}.design-v2 .product-v2-promise{align-items:center;background:rgba(0,0,0,.05);border-radius:12px;display:flex;gap:16px;padding:16px 20px;position:relative;z-index:2}@media (max-width:1024px){.design-v2 .product-v2-promise{display:none}}.design-v2 .product-v2-promise-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center;width:36px}.design-v2 .product-v2-promise-icon svg{display:block;height:42px;width:36px}@media (max-width:1024px){.design-v2 .product-v2-promise-icon{width:30px}.design-v2 .product-v2-promise-icon svg{height:35px;width:30px}}.design-v2 .product-v2-promise-text{flex:1}.design-v2 .product-v2-promise-text strong{color:#02403d;display:block;font-size:14px;font-weight:600;line-height:1.3;margin-bottom:3px}.design-v2 .product-v2-promise-text p,.design-v2 .product-v2-promise-text strong{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;letter-spacing:-.56px}.design-v2 .product-v2-promise-text p{color:#3d635f;font-size:13px;font-weight:400;line-height:1.45;margin:0}.design-v2 .product-v2-promise-text p u{color:#02403d;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-offset:2px}.design-v2 .product-v2-discontinued{background:#f5f5f7;border:2px solid #d4d4d4;border-radius:6px;padding:48px 24px;text-align:center}.design-v2 .product-v2-discontinued strong{color:#02403d;display:block;font-size:24px;font-weight:600;margin-bottom:12px}.design-v2 .product-v2-discontinued p,.design-v2 .product-v2-discontinued strong{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .product-v2-discontinued p{color:#3d635f;font-size:16px;font-weight:400;margin:0}.design-v2 .product-v2-discontinued p a{color:#02403d;font-weight:500}.design-v2 .product-v2-pricing{padding:32px 0 32px 40px}@media (max-width:1024px){.design-v2 .product-v2-pricing{padding:24px 24px 32px}}.design-v2 .product-v2-pricing .product-v2-pricing-loader{align-items:center;display:flex;justify-content:center;min-height:200px}.design-v2 .product-v2-pricing .product-v2-pricing-loader .v2-ring-spinner{animation:v2-spin .8s linear infinite;border:3px solid rgba(2,64,61,.12);border-radius:50%;border-top-color:#b2f300;height:48px;width:48px}.design-v2 .product-v2-pricing .product-pricing-ctrl.initialized~.product-v2-pricing-loader{display:none}.design-v2 #product-pricing-modal .product-pricing-ctrl h3,.design-v2 .product-v2-pricing .product-pricing-ctrl h3{border:none;display:none;margin:0;padding:0}.design-v2 #product-pricing-modal .product-pricing-ctrl h3.your-offer,.design-v2 .product-v2-pricing .product-pricing-ctrl h3.your-offer{border:none;color:#3d635f;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;margin-top:24px;opacity:1;text-align:center}.design-v2 #product-pricing-modal .product-pricing-ctrl h3.your-offer strong,.design-v2 .product-v2-pricing .product-pricing-ctrl h3.your-offer strong{color:#02403d;display:block;font-size:72px;font-weight:700;letter-spacing:-3px;line-height:1;margin:8px 0 16px}@media (max-width:640px){.design-v2 #product-pricing-modal .product-pricing-ctrl h3.your-offer strong,.design-v2 .product-v2-pricing .product-pricing-ctrl h3.your-offer strong{font-size:56px;letter-spacing:-2px}}.design-v2 #product-pricing-modal .product-pricing-ctrl h3.your-offer hr,.design-v2 .product-v2-pricing .product-pricing-ctrl h3.your-offer hr{border-color:#d4d4d4;margin:16px 0}.design-v2 #product-pricing-modal .product-pricing-ctrl h5,.design-v2 .product-v2-pricing .product-pricing-ctrl h5{align-items:center;color:#02403d;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:32px;font-weight:500;gap:8px;letter-spacing:-2.24px;line-height:1;margin:0 0 10px}@media (max-width:640px){.design-v2 #product-pricing-modal .product-pricing-ctrl h5,.design-v2 .product-v2-pricing .product-pricing-ctrl h5{font-size:24px;letter-spacing:-1px}}.design-v2 #product-pricing-modal .product-pricing-ctrl h5 .v2-condition-info-btn,.design-v2 .product-v2-pricing .product-pricing-ctrl h5 .v2-condition-info-btn{align-items:center;background:transparent;border:1.5px solid #d4d4d4;border-radius:50%;color:#3d635f;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:600;height:22px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:22px}.design-v2 #product-pricing-modal .product-pricing-ctrl h5 .v2-condition-info-btn:hover,.design-v2 .product-v2-pricing .product-pricing-ctrl h5 .v2-condition-info-btn:hover{background:rgba(2,64,61,.05);border-color:#02403d;color:#02403d}.design-v2 #product-pricing-modal .product-pricing-ctrl>div,.design-v2 .product-v2-pricing .product-pricing-ctrl>div{min-height:auto}.design-v2 #product-pricing-modal .product-pricing-ctrl .question-tip[data-reveal-id=conditionModal],.design-v2 #product-pricing-modal .product-pricing-ctrl .question-tip[data-reveal-id=videoModal],.design-v2 .product-v2-pricing .product-pricing-ctrl .question-tip[data-reveal-id=conditionModal],.design-v2 .product-v2-pricing .product-pricing-ctrl .question-tip[data-reveal-id=videoModal]{display:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .question-tip span,.design-v2 .product-v2-pricing .product-pricing-ctrl .question-tip span{border-bottom:none;color:#02403d;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500}.design-v2 #product-pricing-modal .product-pricing-ctrl .question-tip span i,.design-v2 .product-v2-pricing .product-pricing-ctrl .question-tip span i{color:#02403d}.design-v2 #product-pricing-modal .product-pricing-ctrl .question-tip.ng-hide:not(.bad-esn),.design-v2 .product-v2-pricing .product-pricing-ctrl .question-tip.ng-hide:not(.bad-esn){display:block!important}.design-v2 #product-pricing-modal .product-pricing-ctrl .question-tip.bad-esn,.design-v2 .product-v2-pricing .product-pricing-ctrl .question-tip.bad-esn{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers{background:#fff;border:1px solid #dbdbdb;border-radius:8px;display:flex;flex-direction:column;margin:20px 0 24px;overflow:hidden}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers.v2-condition-question>div.ng-hide,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers.v2-condition-question>div.ng-hide{display:flex!important;opacity:1}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers.v2-condition-question>div .extra-txt,.design-v2 #product-pricing-modal .product-pricing-ctrl .answers.v2-condition-question>div.selected .extra-txt,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers.v2-condition-question>div .extra-txt,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers.v2-condition-question>div.selected .extra-txt{display:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers.v2-condition-question+div,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers.v2-condition-question+div{display:none!important}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div{align-content:center;align-items:center;border:none;border-radius:0;border-top:1px solid #ebebeb;color:#02403d;display:flex;flex-wrap:wrap;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:17px;font-weight:500;letter-spacing:-.2px;line-height:1.25;margin:0;min-height:50px;padding:18px 48px 18px 18px;position:relative;transition:background .2s ease}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div .selected-indicator,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div .selected-indicator{left:auto;position:absolute;right:13px;top:50%;transform:translateY(-50%)}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div .selected-indicator path,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div .selected-indicator path{fill:#dbdbdb}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div:focus,.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div:hover,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div:focus,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div:hover{background:rgba(2,64,61,.02);box-shadow:none;outline:0}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div:focus .selected-indicator path,.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div:hover .selected-indicator path,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div:focus .selected-indicator path,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div:hover .selected-indicator path{fill:#02403d}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div.selected,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div.selected{background:rgba(178,243,0,.15);border-color:#dbdbdb;box-shadow:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div.selected .selected-indicator path,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div.selected .selected-indicator path{fill:#02403d}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div.previously-selected:not(.selected),.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div.previously-selected:not(.selected){background:rgba(178,243,0,.06)}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div.previously-selected:not(.selected) .selected-indicator path,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div.previously-selected:not(.selected) .selected-indicator path{fill:rgba(2,64,61,.35)}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div .v2-condition-chevron,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div .v2-condition-chevron{color:#02403d;flex-shrink:0;margin-left:8px;transition:transform .3s ease}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div .v2-condition-chevron.open,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div .v2-condition-chevron.open{transform:scaleY(-1)}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div .v2-condition-msg-slot,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div .v2-condition-msg-slot{flex-basis:100%;overflow:hidden;position:relative;width:100%}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div .v2-condition-msg-slot:empty,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div .v2-condition-msg-slot:empty{display:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div .v2-inline-message-box,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div .v2-inline-message-box{color:#02403d;font-size:13px;font-weight:400;line-height:1.4;margin-top:8px;width:100%;z-index:-1!important}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div .v2-inline-message-box strong,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div .v2-inline-message-box strong{display:block;font-size:12px;font-weight:600;margin-bottom:2px}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div .v2-inline-message-box p,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div .v2-inline-message-box p{margin-bottom:4px}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div .v2-inline-message-box ul,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div .v2-inline-message-box ul{margin:2px 0 0;padding-left:16px}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div .v2-inline-message-box ul li,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div .v2-inline-message-box ul li{color:#3d635f;font-size:12px;line-height:1.5;margin-bottom:0}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div.first,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div.first{border-top:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers>div br,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers>div br{display:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers .extra-txt,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers .extra-txt{color:#3d635f;display:block;font-size:15px;font-weight:400;letter-spacing:-.1px;line-height:1.4;margin-top:4px;width:100%}.design-v2 #product-pricing-modal .product-pricing-ctrl .answers .label.info,.design-v2 .product-v2-pricing .product-pricing-ctrl .answers .label.info{background:rgba(2,64,61,.08);border-radius:4px;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:11px}.design-v2 #product-pricing-modal .product-pricing-ctrl .filterable-mode-on .answers,.design-v2 .product-v2-pricing .product-pricing-ctrl .filterable-mode-on .answers{background:#fff;border:1px solid #dbdbdb;border-radius:6px;display:block;gap:0;max-height:50vh;overflow-y:auto}@media (max-width:640px){.design-v2 #product-pricing-modal .product-pricing-ctrl .filterable-mode-on .answers,.design-v2 .product-v2-pricing .product-pricing-ctrl .filterable-mode-on .answers{max-height:60vh}}.design-v2 #product-pricing-modal .product-pricing-ctrl .filterable-mode-on .answers>div,.design-v2 .product-v2-pricing .product-pricing-ctrl .filterable-mode-on .answers>div{border:none;border-radius:0;border-top:1px solid #dbdbdb;min-height:auto}.design-v2 #product-pricing-modal .product-pricing-ctrl .filterable-mode-on .answers>div.first,.design-v2 .product-v2-pricing .product-pricing-ctrl .filterable-mode-on .answers>div.first{border:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .filter-wrap,.design-v2 .product-v2-pricing .product-pricing-ctrl .filter-wrap{border:1px solid #dbdbdb;border-radius:6px;margin-top:16px}.design-v2 #product-pricing-modal .product-pricing-ctrl .filter-wrap i,.design-v2 .product-v2-pricing .product-pricing-ctrl .filter-wrap i{color:#02403d}.design-v2 #product-pricing-modal .product-pricing-ctrl .filter-wrap input,.design-v2 .product-v2-pricing .product-pricing-ctrl .filter-wrap input{background:rgba(2,64,61,.02);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;padding-left:36px}.design-v2 #product-pricing-modal .product-pricing-ctrl .animate-wrap>.clear,.design-v2 .product-v2-pricing .product-pricing-ctrl .animate-wrap>.clear{display:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .animate-wrap button.button.success,.design-v2 #product-pricing-modal .product-pricing-ctrl .animate-wrap button.success,.design-v2 .product-v2-pricing .product-pricing-ctrl .animate-wrap button.button.success,.design-v2 .product-v2-pricing .product-pricing-ctrl .animate-wrap button.success{background:#02403d;border:none;border-radius:4px;color:#b2f300;float:right;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.2px;margin:0;padding:14px 8px;text-align:center;transition:opacity .2s ease;width:calc(50% - 8px)}.design-v2 #product-pricing-modal .product-pricing-ctrl .animate-wrap button.button.success:hover,.design-v2 #product-pricing-modal .product-pricing-ctrl .animate-wrap button.success:hover,.design-v2 .product-v2-pricing .product-pricing-ctrl .animate-wrap button.button.success:hover,.design-v2 .product-v2-pricing .product-pricing-ctrl .animate-wrap button.success:hover{opacity:.9}.design-v2 #product-pricing-modal .product-pricing-ctrl .animate-wrap button.button.success.ng-hide,.design-v2 #product-pricing-modal .product-pricing-ctrl .animate-wrap button.success.ng-hide,.design-v2 .product-v2-pricing .product-pricing-ctrl .animate-wrap button.button.success.ng-hide,.design-v2 .product-v2-pricing .product-pricing-ctrl .animate-wrap button.success.ng-hide{cursor:default;display:block!important;opacity:.35;pointer-events:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .animate-wrap button.button.secondary,.design-v2 #product-pricing-modal .product-pricing-ctrl .animate-wrap button.secondary,.design-v2 .product-v2-pricing .product-pricing-ctrl .animate-wrap button.button.secondary,.design-v2 .product-v2-pricing .product-pricing-ctrl .animate-wrap button.secondary{background:#bac6c6;border:none;border-radius:4px;color:#02403d;float:left;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;letter-spacing:-.2px;margin:0;padding:14px 8px;text-align:center;transition:all .2s ease;width:calc(50% - 8px)}.design-v2 #product-pricing-modal .product-pricing-ctrl .animate-wrap button.button.secondary:hover,.design-v2 #product-pricing-modal .product-pricing-ctrl .animate-wrap button.secondary:hover,.design-v2 .product-v2-pricing .product-pricing-ctrl .animate-wrap button.button.secondary:hover,.design-v2 .product-v2-pricing .product-pricing-ctrl .animate-wrap button.secondary:hover{background:#acbaba}.design-v2 #product-pricing-modal .product-pricing-ctrl .animate-wrap button.button.secondary.ng-hide,.design-v2 #product-pricing-modal .product-pricing-ctrl .animate-wrap button.secondary.ng-hide,.design-v2 .product-v2-pricing .product-pricing-ctrl .animate-wrap button.button.secondary.ng-hide,.design-v2 .product-v2-pricing .product-pricing-ctrl .animate-wrap button.secondary.ng-hide{cursor:default;display:block!important;opacity:.35;pointer-events:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .animate-wrap:has(.v2-inline-message-box) button.button.secondary,.design-v2 #product-pricing-modal .product-pricing-ctrl .animate-wrap:has(.v2-inline-message-box) button.secondary,.design-v2 .product-v2-pricing .product-pricing-ctrl .animate-wrap:has(.v2-inline-message-box) button.button.secondary,.design-v2 .product-v2-pricing .product-pricing-ctrl .animate-wrap:has(.v2-inline-message-box) button.secondary{cursor:default;opacity:.35;pointer-events:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .clear,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .clear{display:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer h3.your-offer,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer h3.your-offer{margin-top:0;width:100%}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer h3.your-offer>strong,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer h3.your-offer>strong{padding:16px 0}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer h3.your-offer>hr,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer h3.your-offer>hr{display:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer h3.your-offer:has(>div:not(.ng-hide))>span:first-child,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer h3.your-offer:has(>div:not(.ng-hide))>span:first-child{display:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer button.button.success,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer button.success,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer button.button.success,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer button.success{background:#02403d;border:none;border-radius:4px;color:#b2f300;flex:1;float:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.2px;margin:0;padding:14px 8px;text-align:center;transition:opacity .2s ease}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer button.button.success:hover,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer button.success:hover,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer button.button.success:hover,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer button.success:hover{opacity:.9}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer button.button.secondary,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer button.secondary,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer button.button.secondary,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer button.secondary{background:#bac6c6;border:none;border-radius:4px;color:#02403d;flex:1;float:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;letter-spacing:-.2px;margin:0;padding:14px 8px;text-align:center;transition:all .2s ease}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer button.button.secondary:hover,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer button.secondary:hover,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer button.button.secondary:hover,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer button.secondary:hover{background:#acbaba}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus{border-collapse:collapse;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;margin-bottom:8px;width:100%}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr{background:transparent}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:first-child td,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:first-child td{border:none;color:#02403d;font-size:15px;font-weight:500;padding:0 0 12px}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:first-child td:before,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:first-child td:before{color:#3d635f;content:"Subtotal";float:left;font-weight:400}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2),.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top),.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9],.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2),.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top),.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9]{background:#f4fcd6}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) td,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) td,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] td,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) td,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) td,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] td{border:1px solid #c8e36a;border-left:none;border-right:none;color:#02403d;font-size:14px;line-height:1.4;padding:14px 16px;vertical-align:middle}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) td:first-child,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) td:first-child,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] td:first-child,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) td:first-child,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) td:first-child,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] td:first-child{border-bottom-left-radius:8px;border-left:4px solid #7da20e;border-top-left-radius:8px}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) td:first-child .money,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) td:first-child .primary-color,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) td:first-child .money,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) td:first-child .primary-color,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] td:first-child .money,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] td:first-child .primary-color,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) td:first-child .money,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) td:first-child .primary-color,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) td:first-child .money,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) td:first-child .primary-color,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] td:first-child .money,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] td:first-child .primary-color{align-items:center;display:inline-flex;gap:8px}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) td:first-child .money:before,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) td:first-child .primary-color:before,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) td:first-child .money:before,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) td:first-child .primary-color:before,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] td:first-child .money:before,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] td:first-child .primary-color:before,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) td:first-child .money:before,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) td:first-child .primary-color:before,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) td:first-child .money:before,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) td:first-child .primary-color:before,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] td:first-child .money:before,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] td:first-child .primary-color:before{background-color:rgba(125,162,14,.22);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M19.25 11a1.5 1.5 0 0 1 1.5-1.5V6.75A1.75 1.75 0 0 0 19 5H3a1.75 1.75 0 0 0-1.75 1.75V9.5a1.5 1.5 0 0 1 0 3v2.75A1.75 1.75 0 0 0 3 17h16a1.75 1.75 0 0 0 1.75-1.75V12.5a1.5 1.5 0 0 1-1.5-1.5Z' stroke='%237da20e' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M8 7.5v7' stroke='%237da20e' stroke-width='1.6' stroke-linecap='round' stroke-dasharray='1.5 2.5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:9999px;content:"";display:inline-block;flex-shrink:0;height:22px;width:22px}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) td:last-child,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) td:last-child,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] td:last-child,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) td:last-child,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) td:last-child,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] td:last-child{border-bottom-right-radius:8px;border-right:1px solid #c8e36a;border-top-right-radius:8px;color:#02403d;font-weight:700;white-space:nowrap}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) .money,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) .primary-color,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) .money,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) .primary-color,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] .money,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] .primary-color,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) .money,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) .primary-color,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) .money,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) .primary-color,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] .money,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] .primary-color{color:#02403d!important;font-weight:600}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) .bold.alert-color,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) .bold.alert-color,.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] .bold.alert-color,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(2) .bold.alert-color,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr:nth-child(3):not(.tr-border-top) .bold.alert-color,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr[style*=F9F9F9] .bold.alert-color{color:rgba(2,64,61,.65)}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr.tr-border-top td,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr.tr-border-top td{border:none;font-size:15px;padding:16px 0 0}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr.tr-border-top strong,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr.tr-border-top strong{color:#02403d;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:72px;font-weight:700;letter-spacing:-3px;line-height:1;text-align:center}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr.tr-border-top strong:before,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr.tr-border-top strong:before{color:#3d635f;content:"Your device is valued at";display:block;font-size:16px;font-weight:400;letter-spacing:0;margin-bottom:8px}@media (max-width:640px){.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr.tr-border-top strong,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .table-coupon-bonus tr.tr-border-top strong{font-size:56px;letter-spacing:-2px}}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .alert-box.warning,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer .alert-box.warning{margin-bottom:0;width:100%}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer hr,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer hr{border-color:#d4d4d4;border-style:solid;width:100%}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer-loading,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer-loading{align-items:center;display:flex;flex-direction:column;padding:60px 0}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer-loading span,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer-loading span{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:500;letter-spacing:-.2px;margin-bottom:32px}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer-loading #calculate-loader,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer-loading #calculate-loader{height:48px;position:relative!important;width:48px}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer-loading #calculate-loader .spinner,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer-loading #calculate-loader .spinner{display:none!important}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer-loading #calculate-loader:after,.design-v2 .product-v2-pricing .product-pricing-ctrl .offer-loading #calculate-loader:after{animation:v2-spin .8s linear infinite;border:3px solid rgba(2,64,61,.12);border-radius:50%;border-top-color:#b2f300;content:"";display:block;height:48px;width:48px}@keyframes v2-spin{to{transform:rotate(1turn)}}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees{background:transparent;border:none;color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;margin-top:8px;padding:20px 0 0;width:100%}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees hr,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees hr{display:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-list,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-list{margin:0}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-item,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-item{align-items:center;border-bottom:1px solid rgba(2,64,61,.08);display:flex;gap:12px;padding:12px 0}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-item:last-child,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-item:last-child{border-bottom:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-icon,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-icon{align-items:center;background:#02403d;border-radius:50%;display:flex;flex-shrink:0;height:28px;justify-content:center;overflow:hidden;width:28px}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-icon svg,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-icon svg{fill:#b2f300;height:14px;width:14px}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-icon svg [fill],.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-icon svg [fill]{fill:#b2f300!important}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-item:first-child .guarantees-icon,.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-item:nth-child(2) .guarantees-icon,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-item:first-child .guarantees-icon,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-item:nth-child(2) .guarantees-icon{position:relative}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-item:first-child .guarantees-icon svg,.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-item:nth-child(2) .guarantees-icon svg,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-item:first-child .guarantees-icon svg,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-item:nth-child(2) .guarantees-icon svg{display:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-item:first-child .guarantees-icon:after,.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-item:nth-child(2) .guarantees-icon:after,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-item:first-child .guarantees-icon:after,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-item:nth-child(2) .guarantees-icon:after{color:#b2f300;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:700;line-height:1}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-item:first-child .guarantees-icon:after,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-item:first-child .guarantees-icon:after{content:"$";font-size:16px}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-item:nth-child(2) .guarantees-icon:after,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-item:nth-child(2) .guarantees-icon:after{content:"⚠";font-size:14px}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-text,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-text{flex:1;line-height:1.4}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-text strong,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-text strong{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-desc,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-desc{color:#3d635f;font-size:13px}@media (max-width:640px){.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-desc,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-desc{display:none}}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-eco,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-eco{background:#02403d;border-radius:12px;margin-top:20px;overflow:hidden;padding:24px;position:relative}@media (max-width:640px){.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-eco,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-eco{padding:20px 16px}}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-eco-leaf,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-eco-leaf{color:#fff;height:auto;pointer-events:none;position:absolute;right:-30px;top:-50px;transform:rotate(-25deg);width:160px;z-index:0}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-eco-heading,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-eco-heading{color:#b2f300;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:600;margin:0 0 6px;position:relative;z-index:1}@media (max-width:640px){.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-eco-heading,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-eco-heading{font-size:16px}}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-eco-subtitle,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-eco-subtitle{color:hsla(0,0%,100%,.65);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;line-height:1.4;margin:0 0 16px;position:relative;z-index:1}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-eco-stats,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-eco-stats{display:flex;flex-direction:column;gap:0;margin:0 0 16px;position:relative;z-index:1}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-eco-stat,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-eco-stat{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.08);display:flex;gap:12px;max-width:75%;padding:10px 0}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-eco-stat:last-child,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-eco-stat:last-child{border-bottom:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-eco-stat-icon,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-eco-stat-icon{align-items:center;background:rgba(178,243,0,.15);border-radius:50%;color:#b2f300;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-eco-stat-body,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-eco-stat-body{display:flex;flex:1;flex-direction:column}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-eco-stat-value,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-eco-stat-value{color:#b2f300;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:700;letter-spacing:-.5px;line-height:1.2}@media (max-width:640px){.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-eco-stat-value,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-eco-stat-value{font-size:16px}}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-eco-stat-label,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-eco-stat-label{color:hsla(0,0%,100%,.55);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:12px;line-height:1.3;margin-top:1px}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees-eco-tagline,.design-v2 .product-v2-pricing .product-pricing-ctrl .guarantees-eco-tagline{color:#b2f300;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;margin:0;position:relative;z-index:1}.design-v2 #product-pricing-modal .product-pricing-ctrl .answer-message-box,.design-v2 .product-v2-pricing .product-pricing-ctrl .answer-message-box{background:#fff;border:1px solid #e8e8e8;border-radius:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;margin-bottom:16px;padding:24px 28px}@media (max-width:640px){.design-v2 #product-pricing-modal .product-pricing-ctrl .answer-message-box,.design-v2 .product-v2-pricing .product-pricing-ctrl .answer-message-box{padding:20px}}.design-v2 #product-pricing-modal .product-pricing-ctrl .answer-message-box>div:first-child,.design-v2 .product-v2-pricing .product-pricing-ctrl .answer-message-box>div:first-child{color:#02403d;font-size:16px;line-height:1.4}.design-v2 #product-pricing-modal .product-pricing-ctrl .answer-message-box>div:first-child strong,.design-v2 .product-v2-pricing .product-pricing-ctrl .answer-message-box>div:first-child strong{display:block;font-weight:600;margin-bottom:8px}.design-v2 #product-pricing-modal .product-pricing-ctrl .answer-message-box>div:first-child ul,.design-v2 .product-v2-pricing .product-pricing-ctrl .answer-message-box>div:first-child ul{margin:8px 0 16px;padding-left:20px}.design-v2 #product-pricing-modal .product-pricing-ctrl .answer-message-box>div:first-child ul li,.design-v2 .product-v2-pricing .product-pricing-ctrl .answer-message-box>div:first-child ul li{color:#3d635f;font-size:16px;line-height:1.7;margin-bottom:2px}.design-v2 #product-pricing-modal .product-pricing-ctrl .answer-message-box .question-tip,.design-v2 .product-v2-pricing .product-pricing-ctrl .answer-message-box .question-tip{border-bottom:1px dashed rgba(2,64,61,.15);padding:8px 0}.design-v2 #product-pricing-modal .product-pricing-ctrl .answer-message-box .question-tip:last-child,.design-v2 .product-v2-pricing .product-pricing-ctrl .answer-message-box .question-tip:last-child{border-bottom:none}.design-v2 #product-pricing-modal .product-pricing-ctrl .answer-message-box .question-tip span,.design-v2 .product-v2-pricing .product-pricing-ctrl .answer-message-box .question-tip span{border-bottom:none!important;color:#02403d!important;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600}.design-v2 #product-pricing-modal .product-pricing-ctrl .answer-message-box .question-tip span i,.design-v2 .product-v2-pricing .product-pricing-ctrl .answer-message-box .question-tip span i{color:#02403d!important}.design-v2 #product-pricing-modal .product-pricing-ctrl .answer-message-box p,.design-v2 .product-v2-pricing .product-pricing-ctrl .answer-message-box p{margin:0}.design-v2 #product-pricing-modal .product-pricing-ctrl .alert-box.warning,.design-v2 .product-v2-pricing .product-pricing-ctrl .alert-box.warning{border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 #product-pricing-modal .product-pricing-ctrl .not-available-in-country,.design-v2 .product-v2-pricing .product-pricing-ctrl .not-available-in-country{background:#f5f5f7;border-color:#dbdbdb;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 #product-pricing-modal .product-pricing-ctrl .not-available-in-country strong,.design-v2 .product-v2-pricing .product-pricing-ctrl .not-available-in-country strong{color:#02403d}.design-v2 #product-pricing-modal .product-pricing-ctrl .not-available-in-country p,.design-v2 .product-v2-pricing .product-pricing-ctrl .not-available-in-country p{color:#3d635f}@media (max-width:640px){.design-v2 #product-pricing-modal{-webkit-overflow-scrolling:touch;max-height:88vh;overflow-y:auto;padding-bottom:48px}}.design-v2 #product-pricing-modal .product-pricing-ctrl .pricing-form-final-offer>h3:not(.your-offer),.design-v2 #product-pricing-modal .product-pricing-ctrl .pricing-form>h3{background:rgba(2,64,61,.04);border:none;border-radius:999px;color:#3d635f;display:block;display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:400;letter-spacing:0;line-height:1.5;margin:0 0 16px;max-width:100%;overflow:hidden;padding:10px 14px;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.design-v2 #product-pricing-modal .product-pricing-ctrl .pricing-form-final-offer>h3:not(.your-offer) strong,.design-v2 #product-pricing-modal .product-pricing-ctrl .pricing-form>h3 strong{color:#02403d;font-weight:600;margin-right:4px}.design-v2 #product-pricing-modal .product-pricing-ctrl h5{font-size:22px;font-weight:600;letter-spacing:-.5px;line-height:1.2}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer h3.your-offer>strong{font-size:48px;letter-spacing:-2px;padding:16px 0}.design-v2 #product-pricing-modal .product-pricing-ctrl .offer .table-coupon-bonus tr.tr-border-top strong{font-size:48px;letter-spacing:-2px}.design-v2 #product-pricing-modal .product-pricing-ctrl .guarantees{display:none}.design-v2 .product-v2-modal,.design-v2 .product-v2-modal h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .product-v2-modal h4{color:#02403d;font-size:22px;font-weight:600;margin-bottom:20px}.design-v2 .product-v2-condition-tabs .tabs{border:none;display:flex;gap:8px;margin:0 0 16px}.design-v2 .product-v2-condition-tabs .tabs .tab-title{float:none}.design-v2 .product-v2-condition-tabs .tabs .tab-title a{background:#f5f5f7;border:none;border-radius:4px;color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.design-v2 .product-v2-condition-tabs .tabs .tab-title.active a,.design-v2 .product-v2-condition-tabs .tabs .tab-title:hover a{background:#02403d;color:#b2f300}.design-v2 .product-v2-content-blocks{background:#e8e8e8;padding:80px 24px}@media (max-width:640px){.design-v2 .product-v2-content-blocks{padding:48px 16px}}.design-v2 .product-v2-content-blocks-inner{display:flex;flex-direction:column;gap:8px;margin:0 auto;max-width:848px}.design-v2 .product-v2-content-blocks-header{margin-bottom:48px;text-align:center}@media (max-width:640px){.design-v2 .product-v2-content-blocks-header{margin-bottom:32px}}.design-v2 .product-v2-content-blocks-label{display:block;font-size:14px;letter-spacing:-.56px;line-height:1.4;margin-bottom:8px;text-transform:uppercase}.design-v2 .product-v2-content-blocks-heading,.design-v2 .product-v2-content-blocks-label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:500}.design-v2 .product-v2-content-blocks-heading{font-size:64px;letter-spacing:-3.84px;line-height:.9;margin:0}@media (max-width:1024px){.design-v2 .product-v2-content-blocks-heading{font-size:48px;letter-spacing:-2.5px}}@media (max-width:640px){.design-v2 .product-v2-content-blocks-heading{font-size:36px;letter-spacing:-1.8px}}.design-v2 .product-v2-content-block{background:#fff;border-radius:4px;overflow:hidden}.design-v2 .product-v2-content-block-toggle{align-items:center;background:none;border:none;box-shadow:none;color:#02403d;cursor:pointer;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;gap:16px;justify-content:space-between;letter-spacing:-.2px;line-height:1.4;min-height:62px;padding:0 20px;text-align:left;width:100%}.design-v2 .product-v2-content-block-toggle:active,.design-v2 .product-v2-content-block-toggle:focus,.design-v2 .product-v2-content-block-toggle:hover{box-shadow:none}@media (max-width:640px){.design-v2 .product-v2-content-block-toggle{font-size:14px;min-height:56px;padding:0 16px}}.design-v2 .product-v2-content-block-chevron{color:#02403d;flex-shrink:0;transition:transform .3s ease}.design-v2 .product-v2-content-block.open .product-v2-content-block-chevron{transform:scaleY(-1)}.design-v2 .product-v2-content-block-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.design-v2 .product-v2-content-block-body{padding:0 20px 20px}@media (max-width:640px){.design-v2 .product-v2-content-block-body{padding:0 16px 16px}}.design-v2 .product-v2-content-block-body p{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0 0 16px;opacity:.7}@media (max-width:640px){.design-v2 .product-v2-content-block-body p{font-size:14px}}.design-v2 .product-v2-content-block-link{align-items:center;color:#02403d;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;gap:8px;text-decoration:none;transition:gap .2s ease}.design-v2 .product-v2-content-block-link svg{transition:transform .2s ease}.design-v2 .product-v2-content-block-link:hover{gap:12px}.design-v2 .product-v2-content-block-link:hover svg{transform:translateX(2px)}.design-v2 .product-v2-faqs{background:#fff;padding:80px 24px}@media (max-width:640px){.design-v2 .product-v2-faqs{padding:48px 16px}}.design-v2 .product-v2-faqs-inner{margin:0 auto;max-width:848px}.design-v2 .product-v2-faqs-heading{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:36px;font-weight:500;letter-spacing:-1.8px;line-height:1;margin:0 0 40px;text-align:center}@media (max-width:640px){.design-v2 .product-v2-faqs-heading{font-size:28px;letter-spacing:-1.2px;margin-bottom:32px}}.design-v2 .faqs-v2-answer-content{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0;opacity:.7;padding:0 20px 20px}@media (max-width:640px){.design-v2 .faqs-v2-answer-content{font-size:14px;padding:0 16px 16px}}.design-v2 .product-v2-impact-transition{background:linear-gradient(160deg,#02403d,#012d2b);overflow:hidden;position:relative}.design-v2 .product-v2-impact-transition-angle{display:block;height:40px;position:relative;width:100%;z-index:1}.design-v2 .product-v2-impact-transition-angle--top{margin-bottom:-1px}.design-v2 .product-v2-impact-transition-angle--bottom{margin-top:-1px}.design-v2 .product-v2-impact-transition-body{padding:52px 24px 44px;position:relative;text-align:center}@media (max-width:640px){.design-v2 .product-v2-impact-transition-body{padding:36px 16px 32px}}.design-v2 .product-v2-impact-transition-leaf{color:#b2f300;height:auto;opacity:.05;pointer-events:none;position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:300px}@media (max-width:1024px){.design-v2 .product-v2-impact-transition-leaf{opacity:.03;right:-40px;width:220px}}.design-v2 .product-v2-impact-transition-content{margin:0 auto;max-width:680px;position:relative;z-index:1}.design-v2 .product-v2-impact-transition-heading{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:28px;font-weight:700;letter-spacing:-.5px;line-height:1.25;margin:0 0 24px}.design-v2 .product-v2-impact-transition-heading span{color:#b2f300}@media (max-width:640px){.design-v2 .product-v2-impact-transition-heading{font-size:22px;margin-bottom:20px}}.design-v2 .product-v2-impact-transition-badges{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}@media (max-width:640px){.design-v2 .product-v2-impact-transition-badges{gap:12px 16px}}.design-v2 .product-v2-impact-transition-badge-item{align-items:center;color:hsla(0,0%,100%,.65);display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:500;gap:7px;letter-spacing:.3px}.design-v2 .product-v2-impact-transition-badge-item svg{color:#b2f300;flex-shrink:0}.design-v2 .product-v2-impact-transition-dot{background:rgba(178,243,0,.4);border-radius:50%;flex-shrink:0;height:3px;width:3px}@media (max-width:640px){.design-v2 .product-v2-impact-transition-dot{display:none}}.design-v2 .product-v2-impact{background:#fff;overflow:hidden;padding:80px 24px 120px;position:relative}@media (max-width:640px){.design-v2 .product-v2-impact{padding:48px 16px 72px}}.design-v2 .product-v2-impact-bg-leaf{color:#02403d;pointer-events:none;position:absolute;z-index:0}@media (max-width:640px){.design-v2 .product-v2-impact-bg-leaf{display:none}}.design-v2 .product-v2-impact-bg-leaf--left{left:-60px;top:8%;transform:rotate(12deg)}.design-v2 .product-v2-impact-bg-leaf--right{right:-50px;top:5%;transform:rotate(-25deg)}.design-v2 .product-v2-impact-bg-leaf--bottom-left{bottom:6%;left:2%;transform:rotate(160deg)}.design-v2 .product-v2-impact-bg-leaf--bottom-right{bottom:12%;right:-40px;transform:rotate(-170deg)}.design-v2 .product-v2-impact-inner{margin:0 auto;max-width:1200px;position:relative;z-index:1}.design-v2 .product-v2-impact-header{margin-bottom:48px;text-align:center}@media (max-width:640px){.design-v2 .product-v2-impact-header{margin-bottom:32px}}.design-v2 .product-v2-impact-label{align-items:center;background:#02403d;border-radius:9999px;color:#b2f300;display:inline-flex;font-size:13px;font-weight:600;letter-spacing:1.5px;margin-bottom:20px;padding:6px 16px;text-transform:uppercase}.design-v2 .product-v2-impact-heading,.design-v2 .product-v2-impact-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .product-v2-impact-heading{color:#02403d;font-size:40px;font-weight:700;letter-spacing:-1.5px;line-height:1.1;margin:0 0 16px}@media (max-width:1024px){.design-v2 .product-v2-impact-heading{font-size:32px}}@media (max-width:640px){.design-v2 .product-v2-impact-heading{font-size:26px;letter-spacing:-1px}}.design-v2 .product-v2-impact-subtitle{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;line-height:1.4;margin:0 auto;max-width:520px}@media (max-width:640px){.design-v2 .product-v2-impact-subtitle{font-size:14px}}.design-v2 .product-v2-impact-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.design-v2 .product-v2-impact-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.design-v2 .product-v2-impact-grid{grid-template-columns:1fr}}.design-v2 .product-v2-impact-card{background:#02403d;border-radius:12px;display:flex;flex-direction:column;opacity:0;overflow:hidden;padding:32px 28px;position:relative;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.design-v2 .product-v2-impact-card.is-visible{opacity:1;transform:translateY(0)}.design-v2 .product-v2-impact-card-chevron{height:auto;opacity:.06;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:0}.design-v2 .product-v2-impact-icon{align-items:center;background:rgba(178,243,0,.15);border-radius:50%;color:#b2f300;display:flex;height:52px;justify-content:center;margin-bottom:24px;position:relative;width:52px;z-index:1}.design-v2 .product-v2-impact-stat{color:#b2f300;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:44px;font-weight:700;letter-spacing:-2px;line-height:1;margin-bottom:8px;position:relative;z-index:1}@media (max-width:640px){.design-v2 .product-v2-impact-stat{font-size:36px;letter-spacing:-1.5px}}.design-v2 .product-v2-impact-title{color:#fff;font-size:16px;font-weight:600;margin-bottom:8px;position:relative;z-index:1}.design-v2 .product-v2-impact-desc,.design-v2 .product-v2-impact-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .product-v2-impact-desc{color:hsla(0,0%,100%,.6);font-size:14px;font-weight:400;letter-spacing:-.2px;line-height:1.5}.design-v2 .product-v2-fair-eval{background:#fff;padding:80px 24px}@media (max-width:640px){.design-v2 .product-v2-fair-eval{padding:48px 16px}}.design-v2 .product-v2-fair-eval-inner{margin:0 auto;max-width:1200px}.design-v2 .product-v2-fair-eval-header{margin-bottom:48px;text-align:center}@media (max-width:640px){.design-v2 .product-v2-fair-eval-header{margin-bottom:32px}}.design-v2 .product-v2-fair-eval-label{display:block;font-size:14px;letter-spacing:-.56px;line-height:1.4;margin-bottom:8px;text-transform:uppercase}.design-v2 .product-v2-fair-eval-heading,.design-v2 .product-v2-fair-eval-label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:500}.design-v2 .product-v2-fair-eval-heading{font-size:64px;letter-spacing:-3.84px;line-height:.9;margin:0 0 16px}@media (max-width:1024px){.design-v2 .product-v2-fair-eval-heading{font-size:48px;letter-spacing:-2.5px}}@media (max-width:640px){.design-v2 .product-v2-fair-eval-heading{font-size:36px;letter-spacing:-1.8px}}.design-v2 .product-v2-fair-eval-subtitle{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0}.design-v2 .product-v2-fair-eval-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.design-v2 .product-v2-fair-eval-grid{gap:16px}}@media (max-width:640px){.design-v2 .product-v2-fair-eval-grid{gap:16px;grid-template-columns:1fr}}.design-v2 .product-v2-fair-eval-card{background:#e8e8e8;border-radius:12px;padding:40px 32px;text-align:center}@media (max-width:640px){.design-v2 .product-v2-fair-eval-card{padding:32px 24px}}.design-v2 .product-v2-fair-eval-icon{align-items:center;background:rgba(178,243,0,.15);border-radius:50%;color:#678d00;display:flex;height:56px;justify-content:center;margin:0 auto 20px;width:56px}.design-v2 .product-v2-fair-eval-card-title{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.4px;margin:0 0 12px}.design-v2 .product-v2-fair-eval-card-desc{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0}.design-v2 .account-v2{background:#e8e8e8;min-height:60vh;padding:40px 0 80px}@media (max-width:640px){.design-v2 .account-v2{padding:24px 0 48px}}.design-v2 .account-v2-container{margin:0 auto;max-width:960px;padding:0 24px}@media (max-width:640px){.design-v2 .account-v2-container{padding:0 16px}}.design-v2 .account-v2-heading{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:32px;font-weight:700;letter-spacing:-1.6px;line-height:1.1;margin:0 0 24px}@media (max-width:640px){.design-v2 .account-v2-heading{font-size:26px;letter-spacing:-1px;margin-bottom:20px}}.design-v2 .account-v2 .account-nav{background:none;border:none;box-shadow:none;margin:0 0 24px;overflow:visible;padding:0}.design-v2 .account-v2 .account-nav ul{display:flex;flex-wrap:wrap;float:none;gap:8px;list-style-type:none;margin:0;overflow:visible;padding:0;width:auto}.design-v2 .account-v2 .account-nav ul.pending-quotes li{width:auto}.design-v2 .account-v2 .account-nav ul li{background:none;float:none;margin:0;padding:0;white-space:nowrap;width:auto}.design-v2 .account-v2 .account-nav ul li a{background:#fff;border:none;border-radius:4px;box-shadow:none;color:#02403d;display:block;float:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;line-height:1.4;padding:8px 16px;text-align:center;text-decoration:none;transition:all .2s ease;width:auto}.design-v2 .account-v2 .account-nav ul li a:hover{background:#f2f2f2;box-shadow:none;font-weight:500}.design-v2 .account-v2 .account-nav ul li a:active,.design-v2 .account-v2 .account-nav ul li a:focus{background:#f2f2f2;box-shadow:none}.design-v2 .account-v2 .account-nav ul li a>span{display:none!important}.design-v2 .account-v2 .account-nav ul li.active{background:none}.design-v2 .account-v2 .account-nav ul li.active a{background:#02403d;color:#fff}.design-v2 .account-v2 .account-nav ul li.active a:hover{background:#035955}.design-v2 .account-v2 .account-nav ul li:last-child a{border:none}.design-v2 .account-v2 .account-nav ul li.nav-bb a{color:#c60}@media (max-width:640px){.design-v2 .account-v2 .account-nav{-webkit-overflow-scrolling:touch;margin:0 -16px 24px;overflow-x:auto;padding:0 16px}.design-v2 .account-v2 .account-nav ul{flex-wrap:nowrap}}.design-v2 .account-v2 .account-page .panel{background:#fff;border:none;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,.05);margin-bottom:24px;padding:32px}@media (max-width:640px){.design-v2 .account-v2 .account-page .panel{border-radius:8px;padding:20px}}.design-v2 .account-v2 .account-page .panel:has(.settings-form){padding-bottom:16px}@media (max-width:640px){.design-v2 .account-v2 .account-page .panel:has(.settings-form){padding-bottom:12px}}.design-v2 .account-v2 .account-page .panel-heading,.design-v2 .account-v2 .account-page h2.panel-heading{background:none;border:none;border-bottom:1px solid rgba(2,64,61,.08);border-radius:0;font-size:18px;font-weight:600;letter-spacing:-.3px;margin:0 0 16px;padding:0 0 16px}.design-v2 .account-v2 .account-page .panel-heading,.design-v2 .account-v2 .account-page h2.panel-heading,.design-v2 .account-v2 h1,.design-v2 .account-v2 h2,.design-v2 .account-v2 h3,.design-v2 .account-v2 h4,.design-v2 .account-v2 h5,.design-v2 .account-v2 h6{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;text-transform:none}.design-v2 .account-v2 p{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;line-height:1.4}.design-v2 .account-v2 a{color:#02403d}.design-v2 .account-v2 .account-page label{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:500;letter-spacing:.02em;margin-bottom:6px;text-transform:none}.design-v2 .account-v2 .account-page input[type=email],.design-v2 .account-v2 .account-page input[type=number],.design-v2 .account-v2 .account-page input[type=password],.design-v2 .account-v2 .account-page input[type=search],.design-v2 .account-v2 .account-page input[type=tel],.design-v2 .account-v2 .account-page input[type=text],.design-v2 .account-v2 .account-page input[type=url],.design-v2 .account-v2 .account-page select,.design-v2 .account-v2 .account-page textarea{background:#fff;border:1px solid #d4d4d4;border-radius:8px;box-shadow:none;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:15px;height:auto;margin-bottom:4px;padding:12px 16px;transition:border-color .2s ease}.design-v2 .account-v2 .account-page input[type=email]:focus,.design-v2 .account-v2 .account-page input[type=number]:focus,.design-v2 .account-v2 .account-page input[type=password]:focus,.design-v2 .account-v2 .account-page input[type=search]:focus,.design-v2 .account-v2 .account-page input[type=tel]:focus,.design-v2 .account-v2 .account-page input[type=text]:focus,.design-v2 .account-v2 .account-page input[type=url]:focus,.design-v2 .account-v2 .account-page select:focus,.design-v2 .account-v2 .account-page textarea:focus{border-color:#02403d;box-shadow:0 0 0 3px rgba(2,64,61,.08);outline:none}.design-v2 .account-v2 .account-page input[type=email]::-moz-placeholder,.design-v2 .account-v2 .account-page input[type=number]::-moz-placeholder,.design-v2 .account-v2 .account-page input[type=password]::-moz-placeholder,.design-v2 .account-v2 .account-page input[type=search]::-moz-placeholder,.design-v2 .account-v2 .account-page input[type=tel]::-moz-placeholder,.design-v2 .account-v2 .account-page input[type=text]::-moz-placeholder,.design-v2 .account-v2 .account-page input[type=url]::-moz-placeholder,.design-v2 .account-v2 .account-page select::-moz-placeholder,.design-v2 .account-v2 .account-page textarea::-moz-placeholder{color:rgba(2,64,61,.35)}.design-v2 .account-v2 .account-page input[type=email]::placeholder,.design-v2 .account-v2 .account-page input[type=number]::placeholder,.design-v2 .account-v2 .account-page input[type=password]::placeholder,.design-v2 .account-v2 .account-page input[type=search]::placeholder,.design-v2 .account-v2 .account-page input[type=tel]::placeholder,.design-v2 .account-v2 .account-page input[type=text]::placeholder,.design-v2 .account-v2 .account-page input[type=url]::placeholder,.design-v2 .account-v2 .account-page select::placeholder,.design-v2 .account-v2 .account-page textarea::placeholder{color:rgba(2,64,61,.35)}.design-v2 .account-v2 .account-page label+.password-container,.design-v2 .account-v2 .account-page label+input{margin-bottom:20px}.design-v2 .account-v2 .account-page select{margin-bottom:20px;padding-right:36px}.design-v2 .account-v2 .account-page small.error{background:rgba(204,0,0,.05);border-radius:4px;color:#c00;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:12px;margin-bottom:12px;margin-top:2px;padding:6px 10px}.design-v2 .account-v2 .account-page .settings{padding-top:0}.design-v2 .account-v2 .account-page .password-container .toggle-password{color:rgba(2,64,61,.35);font-size:1.1rem;transition:color .2s ease}.design-v2 .account-v2 .account-page .password-container .toggle-password:hover{color:#02403d}.design-v2 .account-v2 .account-page .password-container input{margin-bottom:0}.design-v2 .account-v2 .account-page label:has(>input[type=checkbox]){align-items:flex-start;color:#02403d;cursor:pointer;display:flex;flex-wrap:nowrap;font-size:14px;font-weight:400;gap:0 8px;line-height:1.4;margin-bottom:8px;margin-top:0!important}.design-v2 .account-v2 .account-page label:has(>input[type=checkbox]) input[type=checkbox]{margin-top:2px}.design-v2 .account-v2 .account-page .new-pass{margin-top:8px}.design-v2 .account-v2 .account-page hr{border:none;border-top:1px solid rgba(2,64,61,.06);margin:24px 0}.design-v2 .account-v2 .account-page .button.success,.design-v2 .account-v2 .account-page button.button.success,.design-v2 .account-v2 .account-page button.success{background:#02403d;border:none;border-radius:4px;box-shadow:none;color:#b2f300;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.56px;line-height:1.4;padding:12px 28px;transition:all .2s ease}.design-v2 .account-v2 .account-page .button.success [class*=fi-],.design-v2 .account-v2 .account-page button.button.success [class*=fi-],.design-v2 .account-v2 .account-page button.success [class*=fi-]{color:#b2f300}.design-v2 .account-v2 .account-page .button.success:hover,.design-v2 .account-v2 .account-page button.button.success:hover,.design-v2 .account-v2 .account-page button.success:hover{background:#035450;box-shadow:0 4px 12px rgba(2,64,61,.2);transform:translateY(-1px)}.design-v2 .account-v2 .account-page .button.secondary,.design-v2 .account-v2 .account-page button.button.secondary,.design-v2 .account-v2 .account-page button.secondary{background:#fff;border:1px solid #d4d4d4;border-radius:4px;box-shadow:none;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.56px;line-height:1.4;padding:12px 28px;transition:all .2s ease}.design-v2 .account-v2 .account-page .button.secondary [class*=fi-],.design-v2 .account-v2 .account-page button.button.secondary [class*=fi-],.design-v2 .account-v2 .account-page button.secondary [class*=fi-]{color:#02403d}.design-v2 .account-v2 .account-page .button.secondary:hover,.design-v2 .account-v2 .account-page button.button.secondary:hover,.design-v2 .account-v2 .account-page button.secondary:hover{background:#fff;border-color:#02403d;box-shadow:0 2px 8px rgba(2,64,61,.1)}.design-v2 .account-v2 .account-page .button.alert,.design-v2 .account-v2 .account-page button.alert{background:#c00;border:none;border-radius:4px;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;padding:12px 28px;transition:all .2s ease}.design-v2 .account-v2 .account-page .button.alert [class*=fi-],.design-v2 .account-v2 .account-page button.alert [class*=fi-]{color:#fff}.design-v2 .account-v2 .account-page .button.alert:hover,.design-v2 .account-v2 .account-page button.alert:hover{background:#a00}.design-v2 .account-v2 .account-page .button.primary,.design-v2 .account-v2 .account-page button.primary{background:#02403d;border:none;border-radius:4px;color:#b2f300;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;padding:12px 28px;transition:all .2s ease}.design-v2 .account-v2 .account-page .button.primary [class*=fi-],.design-v2 .account-v2 .account-page button.primary [class*=fi-]{color:#b2f300}.design-v2 .account-v2 .account-page .button.primary:hover,.design-v2 .account-v2 .account-page button.primary:hover{background:#035450;box-shadow:0 4px 12px rgba(2,64,61,.2);transform:translateY(-1px)}.design-v2 .account-v2 .account-page .button.warning,.design-v2 .account-v2 .account-page button.warning{background:#02403d;border:none;border-radius:4px;color:#b2f300;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;padding:12px 28px;transition:all .2s ease}.design-v2 .account-v2 .account-page .button.warning [class*=fi-],.design-v2 .account-v2 .account-page button.warning [class*=fi-]{color:#b2f300}.design-v2 .account-v2 .account-page .button.warning:hover,.design-v2 .account-v2 .account-page button.warning:hover{background:#035450;box-shadow:0 4px 12px rgba(2,64,61,.2);transform:translateY(-1px)}.design-v2 .account-v2 .account-page .button.mini,.design-v2 .account-v2 .account-page .button.small,.design-v2 .account-v2 .account-page button.mini,.design-v2 .account-v2 .account-page button.small{font-size:13px;line-height:1.4;padding:8px 20px}.design-v2 .account-v2 .account-page .button.mini:not(.secondary),.design-v2 .account-v2 .account-page .button.small:not(.secondary),.design-v2 .account-v2 .account-page button.mini:not(.secondary),.design-v2 .account-v2 .account-page button.small:not(.secondary){border:1px solid transparent}.design-v2 .account-v2 .account-page button[type=submit]{margin-top:12px}.design-v2 .account-v2 .account-page .label{border-radius:9999px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:11px;font-weight:600;letter-spacing:.03em;padding:3px 10px;vertical-align:middle}.design-v2 .account-v2 .account-page .label.success{background:rgba(2,64,61,.1);color:#02403d}.design-v2 .account-v2 .account-page .label.warning{background:rgba(245,158,11,.12);color:#92400e}.design-v2 .account-v2 .account-page .label.alert{background:rgba(204,0,0,.08);color:#c00}.design-v2 .account-v2 .account-page .label.secondary{background:rgba(2,64,61,.06);color:#3d635f}.design-v2 .account-v2 .account-page .label.info{background:rgba(2,64,61,.06);color:#02403d}.design-v2 .account-v2 .account-page .two-factor-fieldset{background:#fff;border:1px solid rgba(2,64,61,.08);border-radius:12px;margin:0 0 16px;padding:24px}@media (max-width:640px){.design-v2 .account-v2 .account-page .two-factor-fieldset{padding:18px}}.design-v2 .account-v2 .account-page .two-factor-fieldset legend{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:600}.design-v2 .account-v2 .account-page .two-factor-fieldset>p:first-child{margin:0 0 20px}.design-v2 .account-v2 .account-page .two-factor-fieldset>p:first-child strong{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;letter-spacing:-.3px;line-height:1.3}.design-v2 .account-v2 .account-page .two-factor-fieldset>p:first-child small{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;line-height:1.5}.design-v2 .account-v2 .account-page .two-factor-fieldset>p:first-child small a{color:#02403d;text-decoration:underline;text-underline-offset:2px}.design-v2 .account-v2 .account-page .two-factor-fieldset>p:first-child small a:hover{opacity:.7}.design-v2 .account-v2 .account-page .two-factor-fieldset p.margin-b-0-5{margin-bottom:12px}.design-v2 .account-v2 .account-page .two-factor-fieldset p.margin-b-0-5 strong{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;letter-spacing:-.3px}.design-v2 .account-v2 .account-page .two-factor-fieldset p.margin-b-0-5 small{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;line-height:1.5}.design-v2 .account-v2 .account-page .two-factor-fieldset>label:has(input[type=checkbox]){align-items:flex-start;background:rgba(2,64,61,.02);border:1px solid rgba(2,64,61,.06);border-radius:8px;color:#02403d;cursor:pointer;display:flex;flex-wrap:wrap;font-size:14px;font-weight:500;gap:2px 8px;line-height:1.4;margin:0 0 8px;padding:14px 16px;transition:all .2s ease}.design-v2 .account-v2 .account-page .two-factor-fieldset>label:has(input[type=checkbox]):last-of-type{margin-bottom:0}.design-v2 .account-v2 .account-page .two-factor-fieldset>label:has(input[type=checkbox]):hover{background:rgba(2,64,61,.03);border-color:rgba(2,64,61,.15)}.design-v2 .account-v2 .account-page .two-factor-fieldset>label:has(input[type=checkbox]) input[type=checkbox]{flex-shrink:0;margin-top:2px}.design-v2 .account-v2 .account-page .two-factor-fieldset>label:has(input[type=checkbox])>.label{display:inline-block!important;position:relative;top:-1px}.design-v2 .account-v2 .account-page .two-factor-fieldset>label:has(input[type=checkbox]) .two-factor-text-label,.design-v2 .account-v2 .account-page .two-factor-fieldset>label:has(input[type=checkbox]) small.two-factor-text-label{color:#3d635f;flex-basis:100%;font-size:12px;font-weight:400;line-height:1.45;margin-top:2px;padding-left:10px;text-transform:none!important}.design-v2 .account-v2 .account-page .two-factor-fieldset select{margin-bottom:4px}.design-v2 .account-v2 .account-page .two-factor-fieldset .button,.design-v2 .account-v2 .account-page .two-factor-fieldset button{margin-top:8px}.design-v2 .account-v2 .account-page .two-factor-fieldset .security-keys-list{align-items:center;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;justify-content:space-between;padding:10px 0}.design-v2 .account-v2 .account-page .two-factor-fieldset .security-keys-list small{color:#3d635f;font-size:12px}.design-v2 .account-v2 .account-page .two-factor-fieldset hr.half{border-color:rgba(2,64,61,.06);margin:8px 0}.design-v2 .account-v2 .account-page input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1.5px solid rgba(2,64,61,.3);border-radius:4px;cursor:pointer;flex-shrink:0;height:18px;margin:0;min-width:18px;position:relative;transition:all .15s ease;vertical-align:middle;width:18px}.design-v2 .account-v2 .account-page input[type=checkbox]:checked{background:#02403d;border-color:#02403d}.design-v2 .account-v2 .account-page input[type=checkbox]:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:9px;left:5px;position:absolute;top:2px;transform:rotate(45deg);width:5px}.design-v2 .account-v2 .account-page input[type=checkbox]:hover:not(:disabled){border-color:#02403d}.design-v2 .account-v2 .account-page input[type=checkbox]:disabled{cursor:default;opacity:.6}.design-v2 #deleteAccountModal.reveal-modal,.design-v2 .account-v2 #deleteAccountModal.reveal-modal{border:none;border-radius:12px;box-shadow:0 10px 15px rgba(0,0,0,.1);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;padding:32px}@media (max-width:640px){.design-v2 #deleteAccountModal.reveal-modal,.design-v2 .account-v2 #deleteAccountModal.reveal-modal{padding:24px}}.design-v2 #deleteAccountModal.reveal-modal h3,.design-v2 .account-v2 #deleteAccountModal.reveal-modal h3{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:20px;font-weight:600;margin-bottom:16px}.design-v2 #deleteAccountModal.reveal-modal p,.design-v2 .account-v2 #deleteAccountModal.reveal-modal p{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;line-height:1.4}.design-v2 #deleteAccountModal.reveal-modal ul,.design-v2 .account-v2 #deleteAccountModal.reveal-modal ul{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 #deleteAccountModal.reveal-modal ul li,.design-v2 .account-v2 #deleteAccountModal.reveal-modal ul li{color:#3d635f;font-size:14px;line-height:1.6;margin-bottom:4px}.design-v2 #deleteAccountModal.reveal-modal input[type=email],.design-v2 .account-v2 #deleteAccountModal.reveal-modal input[type=email]{border:1px solid #d4d4d4;border-radius:8px;box-shadow:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;padding:12px 16px}.design-v2 #deleteAccountModal.reveal-modal input[type=email]:focus,.design-v2 .account-v2 #deleteAccountModal.reveal-modal input[type=email]:focus{border-color:#02403d;box-shadow:0 0 0 3px rgba(2,64,61,.08)}.design-v2 #deleteAccountModal.reveal-modal .close-reveal-modal,.design-v2 .account-v2 #deleteAccountModal.reveal-modal .close-reveal-modal{color:#3d635f;font-size:28px;right:20px;top:16px}.design-v2 #deleteAccountModal.reveal-modal .close-reveal-modal:hover,.design-v2 .account-v2 #deleteAccountModal.reveal-modal .close-reveal-modal:hover{color:#02403d}.design-v2 .account-v2 .sign-out-block{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:40px}.design-v2 .account-v2 .sign-out-block hr{border-color:rgba(2,64,61,.06);border-width:1px 0 0;margin:24px 0;width:100%}.design-v2 .account-v2 .sign-out-block .clear{display:none}.design-v2 .account-v2 .sign-out-block a{align-items:center;border-radius:4px;display:inline-flex;float:none!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;gap:6px;line-height:1.4;padding:10px 24px;text-decoration:none;transition:all .2s ease}.design-v2 .account-v2 .sign-out-block a [class*=fi-]{font-size:14px}.design-v2 .account-v2 .sign-out-block a[style*="color: #c00"],.design-v2 .account-v2 .sign-out-block a[style*="color:#c00"]{background:#fff;border:1px solid rgba(204,0,0,.25);color:#c00!important}.design-v2 .account-v2 .sign-out-block a[style*="color: #c00"] [class*=fi-],.design-v2 .account-v2 .sign-out-block a[style*="color:#c00"] [class*=fi-]{color:#c00}.design-v2 .account-v2 .sign-out-block a[style*="color: #c00"]:hover,.design-v2 .account-v2 .sign-out-block a[style*="color:#c00"]:hover{background:rgba(204,0,0,.05);border-color:#c00}.design-v2 .account-v2 .sign-out-block a.primary-color{background:#02403d;border:1px solid #02403d;color:#fff!important}.design-v2 .account-v2 .sign-out-block a.primary-color [class*=fi-]{color:#b2f300}.design-v2 .account-v2 .sign-out-block a.primary-color:hover{background:#035450;box-shadow:0 4px 12px rgba(2,64,61,.2);transform:translateY(-1px)}.design-v2 .account-v2 .account-page .status-label{align-items:center!important;background:rgba(2,64,61,.06)!important;border:none!important;border-radius:9999px!important;color:#02403d!important;display:inline-flex!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:11px!important;font-weight:600;gap:6px;letter-spacing:.04em;line-height:1.3;overflow:visible!important;padding:5px 12px 5px 9px!important;text-transform:uppercase;width:auto!important}.design-v2 .account-v2 .account-page .status-label>span.dot{background:#02403d!important;border:none!important;border-radius:50%!important;display:inline-block;flex-shrink:0;height:7px!important;position:static!important;width:7px!important}.design-v2 .account-v2 .account-page .status-label.warning{background:rgba(245,158,11,.1)!important;color:#92400e!important}.design-v2 .account-v2 .account-page .status-label.warning>span.dot{background:#f59e0b!important}.design-v2 .account-v2 .account-page .status-label.secondary{background:rgba(2,64,61,.05)!important;color:#3d635f!important}.design-v2 .account-v2 .account-page .status-label.secondary>span.dot{background:rgba(2,64,61,.25)!important}.design-v2 .account-v2 .account-page .status-label.primary{background:rgba(2,64,61,.08)!important;color:#02403d!important}.design-v2 .account-v2 .account-page .status-label.primary>span.dot{background:#02403d!important}.design-v2 .account-v2 .account-page .status-label.info{background:rgba(2,132,199,.08)!important;color:#075985!important}.design-v2 .account-v2 .account-page .status-label.info>span.dot{background:#0284c7!important}.design-v2 .account-v2 .account-page .status-label.alert{background:rgba(220,38,38,.08)!important;color:#991b1b!important}.design-v2 .account-v2 .account-page .status-label.alert>span.dot{background:#dc2626!important}.design-v2 .account-v2 .account-page .status-label.success{background:rgba(5,150,105,.08)!important;color:#065f46!important}.design-v2 .account-v2 .account-page .status-label.success>span.dot{background:#059669!important}.design-v2 .account-v2 .account-page .offer-listing{background:none;border:none;margin:0;padding:20px 0}.design-v2 .account-v2 .account-page .offer-listing .offer-number{border-bottom:none;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;letter-spacing:-.3px;text-decoration:none;transition:color .2s ease}.design-v2 .account-v2 .account-page .offer-listing .offer-number:hover{color:#047b76}.design-v2 .account-v2 .account-page .offer-listing .money{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:20px;font-weight:700;letter-spacing:-.5px}.design-v2 .account-v2 .account-page .offer-listing small{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;line-height:1.5}.design-v2 .account-v2 .account-page .offer-listing .label.primary:not(.status-label){background:rgba(2,64,61,.08);border-radius:9999px;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:11px;font-weight:600;letter-spacing:.02em;padding:2px 10px}.design-v2 .account-v2 .account-page .offer-listing .primary-color{color:#02403d;font-weight:600}.design-v2 .account-v2 .account-page .offer-listing hr.half{border:none;border-top:1px solid rgba(2,64,61,.06);margin:10px 0}.design-v2 .account-v2 .account-page .offer-listing.show-for-medium-up{align-items:flex-start;display:flex!important}.design-v2 .account-v2 .account-page .offer-listing.show-for-medium-up>.columns{float:none;padding-left:0;padding-right:0}.design-v2 .account-v2 .account-page .offer-listing.show-for-medium-up>.columns:first-child{flex:0 0 200px}.design-v2 .account-v2 .account-page .offer-listing.show-for-medium-up>.columns:nth-child(2){flex:1;padding:0 24px}.design-v2 .account-v2 .account-page .offer-listing.show-for-medium-up>.columns:last-child{flex:0 0 auto;text-align:right}.design-v2 .account-v2 .account-page .offer-listing.show-for-small-only .offer-number{font-size:15px}.design-v2 .account-v2 .account-page .offer-listing.show-for-small-only .money{font-size:17px}.design-v2 .account-v2 .account-page .offer-listing.show-for-small-only em{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:12px;font-style:normal}.design-v2 .account-v2 .account-page .offer-listing+hr{margin:0}.design-v2 .account-v2 .account-page .offer-listing+hr:last-of-type{display:none}.design-v2 .account-v2 .account-page table{border-collapse:collapse;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;width:100%}.design-v2 .account-v2 .account-page table th{background:rgba(2,64,61,.03);font-size:14px;font-weight:600;text-align:left}.design-v2 .account-v2 .account-page table td,.design-v2 .account-v2 .account-page table th{border:none;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;padding:12px 16px}.design-v2 .account-v2 .account-page table td{border-bottom:1px solid rgba(2,64,61,.06);font-size:16px}.design-v2 .account-v2 .account-page table tr:last-child td{border-bottom:none}.design-v2 .account-v2 .account-page table.fullwidth th{background:rgba(2,64,61,.03)}.design-v2 .account-v2 .account-page table.style-b.offer-items-table{border:none;border-radius:12px;overflow:hidden}.design-v2 .account-v2 .account-page table.style-b.offer-items-table th{background:rgba(2,64,61,.03);border:none}.design-v2 .account-v2 .account-page table.style-b.offer-items-table td{border-top:1px solid rgba(2,64,61,.06)}.design-v2 .account-v2 .account-page table.style-b.offer-items-table td>strong,.design-v2 .account-v2 .account-page table.style-b.offer-items-table td>strong.money{color:#02403d}.design-v2 .account-v2 .account-page textarea.referral-link{background:#fff;border:1px solid #d4d4d4;border-radius:8px;box-shadow:none;color:#02403d;font-family:SF Mono,Fira Code,monospace,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;padding:12px 16px;resize:none}.design-v2 .account-v2 .account-page textarea.referral-link:focus{border-color:#02403d}.design-v2 .account-v2 .account-page h5.text-center{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:600}.design-v2 .account-v2 .account-page h5.text-center .money{color:#02403d;font-weight:700}.design-v2 .account-v2 .account-page .address-listing{margin:0}.design-v2 .account-v2 .account-page .address-listing .panel{background:#fff;border:1px solid rgba(2,64,61,.08);border-radius:8px;box-shadow:none;padding:16px 20px}.design-v2 .account-v2 .account-page .address-listing li{padding:8px}.design-v2 .account-v2 .account-page .address-listing label{color:#02403d;font-size:14px}.design-v2 .account-v2 .account-page .address-listing input[type=radio]{margin-right:8px}.design-v2 .account-v2 .account-page .pagination{border-top:1px solid rgba(2,64,61,.06);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;margin-top:12px;padding-top:12px;text-align:center}.design-v2 .account-v2 .account-page .pagination li{display:inline-block;margin:0 2px}.design-v2 .account-v2 .account-page .pagination li a,.design-v2 .account-v2 .account-page .pagination li span{border-radius:4px;color:#02403d;display:inline-block;font-size:14px;font-weight:500;padding:6px 12px;text-decoration:none;transition:all .2s ease}.design-v2 .account-v2 .account-page .pagination li a:hover{background:rgba(2,64,61,.05)}.design-v2 .account-v2 .account-page .pagination li.active a,.design-v2 .account-v2 .account-page .pagination li.active span{background:#02403d;color:#fff}.design-v2 .account-v2 .account-page .pagination li.disabled span{color:#3d635f;opacity:.5}.design-v2 .account-v2 .account-page .alert-box{border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;margin:16px 0}.design-v2 .account-v2 .account-page .alert-box.warning{background:rgba(245,158,11,.08);border-color:rgba(245,158,11,.2);color:#92400e}.design-v2 .account-v2 .account-page .alert-box.success{background:rgba(2,64,61,.04);border-color:rgba(2,64,61,.1);color:#02403d}.design-v2 .account-v2 .account-page .offer-items h5{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:500}.design-v2 .account-v2 .account-page .offer-items .button-group{display:inline-flex;gap:8px}.design-v2 .account-v2 .account-page .offer-items .button-group li{display:flex}.design-v2 .account-v2 .account-page .offer-items .button-group li .button{align-items:center;display:inline-flex;justify-content:center;margin:0}.design-v2 .account-v2 .account-page .offer-items .offer-item-quantity{font-size:15px;margin:0;min-width:0;padding:8px 10px;width:56px}.design-v2 .account-v2 .account-page .offer-items .item-message{font-size:14px}.design-v2 .account-v2 .account-page .offer-items .adjustment-box,.design-v2 .account-v2 .account-page .offer-items .item-message{border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .account-v2 .account-page .offer-items .adjustment-box .label{font-weight:600}.design-v2 .account-v2 .account-page .offer-items .approved-box,.design-v2 .account-v2 .account-page .offer-items .locked-box,.design-v2 .account-v2 .account-page .offer-items .queued-box,.design-v2 .account-v2 .account-page .offer-items .recycled-box,.design-v2 .account-v2 .account-page .offer-items .return-box{border-radius:8px}.design-v2 .account-v2 .account-page .cancel-confirmation-message p,.design-v2 .account-v2 .account-page .offer-status-section small{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .account-v2 .account-page .offer-status-section small{color:#3d635f;font-size:14px}.design-v2 .account-v2 .account-page .shipping-warning .label{border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .account-v2 [class*=fi-]{color:#3d635f;font-size:15px}.design-v2 .account-v2 .account-page .no-results{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;padding:32px 16px;text-align:center}.design-v2 .account-v2 .row{max-width:100%}.design-v2 .account-v2 .columns{padding-left:0;padding-right:0}.design-v2 .account-v2 .panel .settings-form>.row,.design-v2 .account-v2 .panel>.row{margin-left:0;margin-right:0}@media (min-width:1024px){.design-v2 .account-v2 .panel>.row>.columns.large-6:first-child,.design-v2 .account-v2 .settings-form>.row>.columns.large-6:first-child{padding-right:20px}.design-v2 .account-v2 .panel>.row>.columns.large-6:last-child,.design-v2 .account-v2 .settings-form>.row>.columns.large-6:last-child{padding-left:20px}.design-v2 .account-v2 .panel>.row>.columns.large-4,.design-v2 .account-v2 .settings-form>.row>.columns.large-4{padding-right:16px}.design-v2 .account-v2 .panel>.row>.columns.large-4.end,.design-v2 .account-v2 .panel>.row>.columns.large-4:last-child,.design-v2 .account-v2 .settings-form>.row>.columns.large-4.end,.design-v2 .account-v2 .settings-form>.row>.columns.large-4:last-child{padding-right:0}}.design-v2 h1.main-header{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:700;letter-spacing:-1.6px;line-height:1.1;text-transform:none}.design-v2:not(.body-message-banner) h1.main-header{margin-bottom:0;padding-bottom:8px;padding-top:24px}.design-v2:not(.body-message-banner) .login-content{padding-top:24px}@media (max-width:640px){.design-v2:not(.body-message-banner) .login-content{padding-top:16px}}.design-v2 .login-content{background:transparent;padding:40px 0 80px;position:relative;z-index:1}@media (max-width:640px){.design-v2 .login-content{padding:24px 0 48px}}.design-v2 .login-content>.row>.columns{background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);float:none;margin-left:auto!important;margin-right:auto!important;max-width:440px;padding:32px;width:100%}@media (max-width:640px){.design-v2 .login-content>.row>.columns{border-radius:8px;padding:24px 20px}}.design-v2 .login-form,.design-v2 .login-form label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .login-form label{color:#3d635f;font-size:13px;font-weight:500;letter-spacing:.02em;margin-bottom:6px;text-transform:none}.design-v2 .login-form input[type=email],.design-v2 .login-form input[type=number],.design-v2 .login-form input[type=password],.design-v2 .login-form input[type=text]{background:#fff;border:1px solid #d4d4d4;border-radius:8px;box-shadow:none;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:15px;height:auto;margin-bottom:4px;padding:12px 16px;transition:border-color .2s ease}.design-v2 .login-form input[type=email]:focus,.design-v2 .login-form input[type=number]:focus,.design-v2 .login-form input[type=password]:focus,.design-v2 .login-form input[type=text]:focus{border-color:#02403d;box-shadow:0 0 0 3px rgba(2,64,61,.08);outline:none}.design-v2 .login-form input[type=email]::-moz-placeholder,.design-v2 .login-form input[type=number]::-moz-placeholder,.design-v2 .login-form input[type=password]::-moz-placeholder,.design-v2 .login-form input[type=text]::-moz-placeholder{color:rgba(2,64,61,.35)}.design-v2 .login-form input[type=email]::placeholder,.design-v2 .login-form input[type=number]::placeholder,.design-v2 .login-form input[type=password]::placeholder,.design-v2 .login-form input[type=text]::placeholder{color:rgba(2,64,61,.35)}.design-v2 .login-form label+input{margin-bottom:20px}.design-v2 .login-form small.error{background:rgba(204,0,0,.05);border-radius:4px;color:#c00;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:12px;margin-bottom:12px;margin-top:2px;padding:6px 10px}.design-v2 .login-form .button.success,.design-v2 .login-form .submnit-btn,.design-v2 .login-form button.success{background:#02403d;border:none;border-radius:4px;color:#b2f300;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.56px;line-height:1.4;padding:12px 28px;text-align:center;transition:all .2s ease;width:100%}.design-v2 .login-form .button.success:hover,.design-v2 .login-form .submnit-btn:hover,.design-v2 .login-form button.success:hover{background:#035450;box-shadow:0 4px 12px rgba(2,64,61,.2);transform:translateY(-1px)}.design-v2 .login-form .create-acc-toggle{color:#02403d;font-size:14px;font-weight:500;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.design-v2 .login-form .create-acc-toggle:hover{opacity:.7}.design-v2 .login-form p>span{color:#3d635f;display:inline-block;font-size:14px;margin-top:12px}.design-v2 .login-form a.forgot{color:#3d635f;font-size:13px;font-weight:400;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.design-v2 .login-form a.forgot:hover{color:#02403d}.design-v2 .login-form hr{border:none;border-top:1px solid rgba(2,64,61,.08);margin:20px 0}.design-v2 .login-form .font-size-0-9,.design-v2 .login-form p:last-child{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px}.design-v2 .login-form .font-size-0-9 a.primary-color,.design-v2 .login-form p:last-child a.primary-color{color:#02403d;font-weight:600;text-decoration:none;transition:opacity .2s ease}.design-v2 .login-form .font-size-0-9 a.primary-color:hover,.design-v2 .login-form p:last-child a.primary-color:hover{opacity:.7}.design-v2 .login-form .font-size-0-9 a.primary-color [class*=fi-],.design-v2 .login-form p:last-child a.primary-color [class*=fi-]{color:#02403d;margin-right:2px}.design-v2 .login-form .row{margin-left:0;margin-right:0;max-width:100%}.design-v2 .login-form .columns{padding-left:0;padding-right:0}.design-v2 #login-modal h4{color:#02403d;font-size:22px;font-weight:700;letter-spacing:-.5px;margin-bottom:20px;text-align:center}.design-v2 .login-content .two-factor-fieldset,.design-v2 .two-factor-fieldset{background:none;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;margin:0;padding:0}.design-v2 .login-content .two-factor-fieldset .icon-size,.design-v2 .two-factor-fieldset .icon-size{color:#02403d;display:block;font-size:28px;margin-bottom:8px}.design-v2 .login-content .two-factor-fieldset .label-size,.design-v2 .two-factor-fieldset .label-size{color:#02403d;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.3px;margin-bottom:16px}.design-v2 .login-content .two-factor-fieldset p,.design-v2 .two-factor-fieldset p{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;line-height:1.4}.design-v2 .login-content .two-factor-fieldset .font-size-0-9,.design-v2 .two-factor-fieldset .font-size-0-9{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;line-height:1.4}.design-v2 .login-content .two-factor-fieldset .size-0-8,.design-v2 .two-factor-fieldset .size-0-8{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px}.design-v2 .login-content .two-factor-fieldset .button.success,.design-v2 .login-content .two-factor-fieldset .submit-btn,.design-v2 .login-content .two-factor-fieldset button.success,.design-v2 .two-factor-fieldset .button.success,.design-v2 .two-factor-fieldset .submit-btn,.design-v2 .two-factor-fieldset button.success{background:#02403d;border:none;border-radius:4px;color:#b2f300;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.56px;line-height:1.4;padding:10px 24px;transition:all .2s ease;width:auto}.design-v2 .login-content .two-factor-fieldset .button.success:hover,.design-v2 .login-content .two-factor-fieldset .submit-btn:hover,.design-v2 .login-content .two-factor-fieldset button.success:hover,.design-v2 .two-factor-fieldset .button.success:hover,.design-v2 .two-factor-fieldset .submit-btn:hover,.design-v2 .two-factor-fieldset button.success:hover{background:#035450;box-shadow:0 4px 12px rgba(2,64,61,.2);transform:translateY(-1px)}.design-v2 .login-content .two-factor-fieldset .button.secondary,.design-v2 .login-content .two-factor-fieldset button.secondary,.design-v2 .two-factor-fieldset .button.secondary,.design-v2 .two-factor-fieldset button.secondary{background:#fff;border:1px solid #d4d4d4;border-radius:4px;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;line-height:1.4;padding:10px 24px;transition:all .2s ease}.design-v2 .login-content .two-factor-fieldset .button.secondary:hover,.design-v2 .login-content .two-factor-fieldset button.secondary:hover,.design-v2 .two-factor-fieldset .button.secondary:hover,.design-v2 .two-factor-fieldset button.secondary:hover{border-color:#02403d;box-shadow:0 2px 8px rgba(2,64,61,.1)}.design-v2 .login-content .two-factor-fieldset input[type=number],.design-v2 .login-content .two-factor-fieldset input[type=text],.design-v2 .two-factor-fieldset input[type=number],.design-v2 .two-factor-fieldset input[type=text]{background:#fff;border:1px solid #d4d4d4;border-radius:8px;box-shadow:none;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:15px;height:auto;padding:12px 16px;transition:border-color .2s ease}.design-v2 .login-content .two-factor-fieldset input[type=number]:focus,.design-v2 .login-content .two-factor-fieldset input[type=text]:focus,.design-v2 .two-factor-fieldset input[type=number]:focus,.design-v2 .two-factor-fieldset input[type=text]:focus{border-color:#02403d;box-shadow:0 0 0 3px rgba(2,64,61,.08);outline:none}.design-v2 .login-content .two-factor-fieldset input[type=number]::-moz-placeholder,.design-v2 .login-content .two-factor-fieldset input[type=text]::-moz-placeholder,.design-v2 .two-factor-fieldset input[type=number]::-moz-placeholder,.design-v2 .two-factor-fieldset input[type=text]::-moz-placeholder{color:rgba(2,64,61,.35)}.design-v2 .login-content .two-factor-fieldset input[type=number]::placeholder,.design-v2 .login-content .two-factor-fieldset input[type=text]::placeholder,.design-v2 .two-factor-fieldset input[type=number]::placeholder,.design-v2 .two-factor-fieldset input[type=text]::placeholder{color:rgba(2,64,61,.35)}.design-v2 .login-content .two-factor-fieldset small.error,.design-v2 .two-factor-fieldset small.error{background:rgba(204,0,0,.05);border-radius:4px;color:#c00;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:12px;margin-bottom:12px;margin-top:2px;padding:6px 10px}.design-v2 .login-content .two-factor-fieldset hr,.design-v2 .login-content .two-factor-fieldset hr.half,.design-v2 .two-factor-fieldset hr,.design-v2 .two-factor-fieldset hr.half{border:none;border-top:1px solid rgba(2,64,61,.08);margin:20px 0}.design-v2 .login-content .two-factor-fieldset strong,.design-v2 .two-factor-fieldset strong{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:600}.design-v2 .login-content .two-factor-fieldset ul,.design-v2 .two-factor-fieldset ul{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px}.design-v2 .login-content .two-factor-fieldset ul li,.design-v2 .two-factor-fieldset ul li{line-height:1.5;margin-bottom:6px}.design-v2 .login-content .two-factor-fieldset ul a.primary-color,.design-v2 .two-factor-fieldset ul a.primary-color{color:#02403d;font-weight:500;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.design-v2 .login-content .two-factor-fieldset ul a.primary-color:hover,.design-v2 .two-factor-fieldset ul a.primary-color:hover{opacity:.7}.design-v2 .login-content .two-factor-fieldset .row,.design-v2 .two-factor-fieldset .row{margin-left:0;margin-right:0;max-width:100%}.design-v2 .login-content .two-factor-fieldset .columns,.design-v2 .two-factor-fieldset .columns{padding-left:0;padding-right:0}.design-v2 .cart-v2{background:#e8e8e8;overflow-x:clip;padding:40px 0 80px;position:relative}@media (max-width:640px){.design-v2 .cart-v2{padding:24px 0 48px}}.design-v2 .cart-v2-container{margin:0 auto;max-width:1440px;padding:0 60px}@media (max-width:1024px){.design-v2 .cart-v2-container{padding:0 24px}}@media (max-width:640px){.design-v2 .cart-v2-container{padding:0 20px}}.design-v2 .cart-v2-layout{align-items:start;display:grid;gap:32px;grid-template-columns:1fr 380px}@media (max-width:1024px){.design-v2 .cart-v2-layout{gap:24px;grid-template-columns:1fr 320px}}@media (max-width:900px){.design-v2 .cart-v2-layout{display:flex;flex-direction:column;gap:0}}.design-v2 .cart-v2-main{min-width:0}@media (max-width:900px){.design-v2 .cart-v2-main{display:contents}}.design-v2 .cart-v2-heading{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:64px;font-weight:500;letter-spacing:-3.84px;line-height:.9;margin:0 0 48px}@media (max-width:1024px){.design-v2 .cart-v2-heading{font-size:48px;letter-spacing:-2.5px;margin-bottom:36px}}@media (max-width:640px){.design-v2 .cart-v2-heading{font-size:36px;letter-spacing:-1.8px;margin-bottom:28px}}.design-v2 .cart-v2-table{width:100%}.design-v2 .cart-v2-table-header{border-bottom:1px solid rgba(2,64,61,.15);display:grid;gap:12px;grid-template-columns:18px 110px minmax(0,1fr) 120px 110px;margin-bottom:0;padding-bottom:12px}@media (max-width:900px){.design-v2 .cart-v2-table-header{gap:8px;grid-template-columns:24px 64px 1fr auto auto}}@media (max-width:550px){.design-v2 .cart-v2-table-header{display:none}}.design-v2 .cart-v2-table-header>div{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.2px}.design-v2 .cart-v2-table-header .cart-v2-col-details-span{grid-column:1/4}.design-v2 .cart-v2-table-header .cart-v2-col-qty{text-align:center}.design-v2 .cart-v2-table-header .cart-v2-col-total{text-align:right}.design-v2 .cart-v2-item{align-items:center;border-bottom:1px solid rgba(2,64,61,.1);display:grid;gap:12px;grid-template-columns:18px 110px minmax(0,1fr) 120px 110px;padding:24px 0}@media (max-width:900px){.design-v2 .cart-v2-item{gap:8px;grid-template-columns:24px 90px 1fr auto auto;padding:20px 0}}@media (max-width:550px){.design-v2 .cart-v2-item{gap:0 12px;grid-template-columns:80px 1fr}}.design-v2 .cart-v2-item-remove{align-items:center;display:flex;justify-content:center}@media (max-width:550px){.design-v2 .cart-v2-item-remove{display:none}}.design-v2 .cart-v2-remove-btn{background:none;border:none;color:#02403d;cursor:pointer;line-height:1;opacity:.4;padding:4px;transition:opacity .2s ease}.design-v2 .cart-v2-remove-btn:hover{opacity:1}.design-v2 .cart-v2-item-image{align-items:center;background:#e8e8e8;border-radius:4px;display:flex;flex-shrink:0;height:110px;justify-content:center;overflow:hidden;padding:8px;position:relative;width:110px}@media (max-width:900px){.design-v2 .cart-v2-item-image{height:90px;width:90px}}@media (max-width:550px){.design-v2 .cart-v2-item-image{height:80px;width:80px}}.design-v2 .cart-v2-item-image img{max-height:100%;max-width:100%;mix-blend-mode:multiply;-o-object-fit:contain;object-fit:contain}.design-v2 .cart-v2-item-image a{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;width:100%}.design-v2 .cart-v2-item-image a img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.design-v2 .cart-v2-item-info{min-width:0}.design-v2 .cart-v2-item-info-inner{align-items:flex-start;display:flex;gap:8px}.design-v2 .cart-v2-item-info-inner .cart-v2-item-details{flex:1;min-width:0}.design-v2 .cart-v2-remove-btn-mobile{display:none;flex-shrink:0}@media (max-width:550px){.design-v2 .cart-v2-remove-btn-mobile{display:flex}}.design-v2 .cart-v2-item-details{margin-bottom:10px}.design-v2 .cart-v2-item-name{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:1.4;margin:0 0 2px}.design-v2 .cart-v2-item-name a{color:#02403d;text-decoration:none}.design-v2 .cart-v2-item-name a:hover{text-decoration:underline}.design-v2 .cart-v2-item-attrs{color:#3d635f;display:block;font-size:14px}.design-v2 .cart-v2-edit-btn,.design-v2 .cart-v2-item-attrs{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:400;letter-spacing:-.56px;line-height:1.4}.design-v2 .cart-v2-edit-btn{align-items:center;background:none;border:1px solid rgba(0,0,0,.1);border-radius:3px;color:#02403d;cursor:pointer;display:inline-flex;font-size:12px;justify-content:center;padding:4px 20px;transition:all .2s ease}.design-v2 .cart-v2-edit-btn:hover{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.25)}.design-v2 .cart-v2-original-price{color:#3d635f;display:block;font-size:14px}.design-v2 .cart-v2-item-qty{display:flex;justify-content:center}@media (max-width:550px){.design-v2 .cart-v2-item-qty{display:none}}.design-v2 .cart-v2-qty-stepper{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:9999px;display:inline-flex;height:29px;overflow:hidden}.design-v2 .cart-v2-qty-btn{align-items:center;background:none;border:none;color:#02403d;cursor:pointer;display:flex;height:29px;justify-content:center;padding:0;transition:background .2s ease;width:40px}.design-v2 .cart-v2-qty-btn:hover:not(:disabled){background:rgba(2,64,61,.04)}.design-v2 .cart-v2-qty-btn:disabled{cursor:not-allowed;opacity:.3}.design-v2 .cart-v2-qty-btn svg{display:block}.design-v2 .cart-v2-qty-input{-moz-appearance:textfield;background:transparent;border:1px solid #e8e8e8;border-bottom:none;border-top:none;box-shadow:none;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;height:29px;letter-spacing:-.2px;margin:0;padding:0;text-align:center;width:40px}.design-v2 .cart-v2-qty-input::-webkit-inner-spin-button,.design-v2 .cart-v2-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.design-v2 .cart-v2-qty-input:-moz-read-only{background:transparent}.design-v2 .cart-v2-qty-input:read-only{background:transparent}.design-v2 .cart-v2-qty-input:focus{box-shadow:none;outline:none}.design-v2 .cart-v2-item-total{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:700;letter-spacing:-.2px;text-align:right;white-space:nowrap}@media (max-width:550px){.design-v2 .cart-v2-item-total{display:none}}.design-v2 .cart-v2-item-each{color:#3d635f;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:400;letter-spacing:-.56px;margin-top:2px}.design-v2 .cart-v2-item-each s{color:#3d635f}.design-v2 .cart-v2-item-mobile-meta{display:none}@media (max-width:550px){.design-v2 .cart-v2-item-mobile-meta{align-items:center;display:flex;gap:12px;grid-column:1/-1;justify-content:space-between;padding-top:12px}}.design-v2 .cart-v2-mobile-qty{flex-shrink:0;flex:1}.design-v2 .cart-v2-mobile-total{color:#02403d;flex-shrink:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:700;min-width:0;text-align:right}.design-v2 .cart-v2-actions{display:flex;gap:12px;margin-top:32px}@media (max-width:640px){.design-v2 .cart-v2-actions{margin-top:24px}}.design-v2 .cart-v2-search-section{margin-top:48px;padding-top:32px}@media (max-width:900px){.design-v2 .cart-v2-search-section{margin-top:0;order:20;padding-top:48px;width:100%}}.design-v2 .cart-v2-search-section #search-results{display:grid!important;gap:16px;grid-template-columns:repeat(4,1fr)!important;list-style:none;margin:0;padding:0}@media (max-width:1024px){.design-v2 .cart-v2-search-section #search-results{grid-template-columns:repeat(3,1fr)!important}}@media (max-width:900px){.design-v2 .cart-v2-search-section #search-results{grid-template-columns:repeat(2,1fr)!important}}.design-v2 .cart-v2-search-section #search-results:after,.design-v2 .cart-v2-search-section #search-results:before{display:none}.design-v2 .cart-v2-search-section #search-results li{background:#fff;border-radius:8px;float:none;overflow:hidden;padding:0;transition:all .2s ease;width:100%!important}.design-v2 .cart-v2-search-section #search-results li:hover{box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-2px)}.design-v2 .cart-v2-search-section #search-results li a.box{background:transparent;border:none;box-shadow:none;color:#02403d;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:1.4;padding:24px 16px;text-align:center;text-decoration:none;width:100%}.design-v2 .cart-v2-search-section #search-results li a.box div{align-items:center;display:flex;justify-content:center;margin-bottom:16px}.design-v2 .cart-v2-search-section #search-results li a.box img{height:auto;max-height:150px;max-width:150px;-o-object-fit:contain;object-fit:contain}@media (max-width:640px){.design-v2 .cart-v2-search-section #search-results li a.box img{max-height:120px;max-width:120px}}.design-v2 .cart-v2-search-title{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.72px;margin:0 0 16px;text-align:center}.design-v2 .cart-v2-search-section .search-form .input-div-container{align-items:center;background:#fff;border-radius:8px;box-shadow:0 7px 16px 0 rgba(0,0,0,.08),0 30px 30px 0 rgba(0,0,0,.07),0 67px 40px 0 rgba(0,0,0,.04),0 119px 48px 0 rgba(0,0,0,.01);display:flex;height:56px;padding:0 20px;position:relative}.design-v2 .cart-v2-search-section .search-form .clear-div-container,.design-v2 .cart-v2-search-section .search-form .icon-div-container{cursor:pointer;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.design-v2 .cart-v2-search-section .search-form #search-input-field{background:transparent!important;border:none!important;box-shadow:none!important;color:#02403d;flex:1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;height:100%;letter-spacing:-.2px;margin:0;outline:none!important;padding:0}.design-v2 .cart-v2-search-section .search-form #search-input-field::-moz-placeholder{color:#02403d;opacity:.4}.design-v2 .cart-v2-search-section .search-form #search-input-field::placeholder{color:#02403d;opacity:.4}.design-v2 .cart-v2-search-section .search-form #search-input-field:active,.design-v2 .cart-v2-search-section .search-form #search-input-field:focus,.design-v2 .cart-v2-search-section .search-form #search-input-field:hover{background:transparent!important;border:none!important;box-shadow:none!important}.design-v2 .cart-v2-search-section .search-form .no-results .msg{color:#3d635f;padding:12px 0}.design-v2 .cart-v2-notice,.design-v2 .cart-v2-search-section .search-form .no-results .msg{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px}.design-v2 .cart-v2-notice{background:#fff;border-radius:8px;color:#02403d;line-height:1.4;margin-top:16px;padding:16px 20px}.design-v2 .cart-v2-notice strong{font-weight:600}.design-v2 .cart-v2-notice-success{background:rgba(2,64,61,.04)}.design-v2 .cart-v2-coupon{align-items:center;background:#f4fcd6;border:1px solid #c8e36a;border-left:4px solid #7da20e;border-radius:8px;color:#02403d;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;gap:14px;line-height:1.4;margin-top:16px;padding:14px 16px 14px 18px}.design-v2 .cart-v2-coupon strong{font-weight:600}@media (max-width:550px){.design-v2 .cart-v2-coupon{flex-wrap:wrap;padding:12px 14px;row-gap:10px}}.design-v2 .cart-v2-coupon-icon{align-items:center;background:rgba(125,162,14,.18);border-radius:9999px;color:#7da20e;display:inline-flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.design-v2 .cart-v2-coupon-text{flex:1;min-width:0}.design-v2 .cart-v2-coupon-remove{align-items:center;background:#fff;border:1px solid rgba(2,64,61,.2);border-radius:9999px;color:#02403d;display:inline-flex;flex-shrink:0;font-size:13px;font-weight:600;gap:6px;padding:6px 12px;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.design-v2 .cart-v2-coupon-remove:focus,.design-v2 .cart-v2-coupon-remove:hover{background:#02403d;border-color:#02403d;color:#fff;text-decoration:none}.design-v2 .cart-v2-coupon-remove svg{opacity:.8}@media (max-width:550px){.design-v2 .cart-v2-coupon-remove{margin-left:auto}}.design-v2 .cart-v2-empty-coupon{margin-top:24px;text-align:left}.design-v2 .cart-v2-sidebar{align-self:stretch;position:relative}.design-v2 .cart-v2-sidebar:before{background:#fff;bottom:-80px;content:"";left:0;pointer-events:none;position:absolute;top:-40px;width:100vw;z-index:0}@media (max-width:640px){.design-v2 .cart-v2-sidebar:before{bottom:-48px;top:-24px}}@media (max-width:900px){.design-v2 .cart-v2-sidebar{margin-top:32px;order:10;width:100%}.design-v2 .cart-v2-sidebar:before{bottom:0;left:-20px;top:0;width:calc(100% + 40px)}}.design-v2 .cart-v2-sidebar-sticky{position:sticky;top:94px;z-index:1}@media (max-width:900px){.design-v2 .cart-v2-sidebar-sticky{position:static;top:auto}}.design-v2 .cart-v2-sidebar-card{background:transparent;border-radius:0;overflow:visible;padding:32px 40px;position:relative;z-index:1}@media (max-width:1024px){.design-v2 .cart-v2-sidebar-card{padding:32px 24px}}@media (max-width:900px){.design-v2 .cart-v2-sidebar-card{padding:32px 0 24px}}.design-v2 .cart-v2-sidebar-title{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:1.4;margin:0}.design-v2 .cart-v2-sidebar-title-row{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:20px}.design-v2 .cart-v2-sidebar-title-actions{align-items:center;display:flex;gap:12px}@media (max-width:900px){.design-v2 .cart-v2-sidebar-toggle{cursor:pointer;margin-bottom:0}}.design-v2 .cart-v2-sidebar-chevron{color:#02403d;display:none;flex-shrink:0;transition:transform .2s ease}@media (max-width:900px){.design-v2 .cart-v2-sidebar-chevron{display:flex}.design-v2 .cart-v2-sidebar-collapsible{display:none}}.design-v2 .cart-v2-sidebar-collapsible.open{display:block}.design-v2 .cart-v2-sidebar-collapsed-summary{align-items:center;display:none;gap:14px;padding:12px 0 0}@media (max-width:900px){.design-v2 .cart-v2-sidebar-collapsed-summary{display:flex}}.design-v2 .cart-v2-sidebar-collapsed-info{flex:1;min-width:0}.design-v2 .cart-v2-sidebar-collapsed-label{color:#02403d;font-size:16px;font-weight:700;letter-spacing:-.2px;line-height:1.2}.design-v2 .cart-v2-sidebar-collapsed-count,.design-v2 .cart-v2-sidebar-collapsed-label{display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .cart-v2-sidebar-collapsed-count{color:#3d635f;font-size:14px;font-weight:400;letter-spacing:-.56px;line-height:1.4}.design-v2 .cart-v2-sidebar-collapsed-total{color:#02403d;flex-shrink:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.5px;white-space:nowrap}.design-v2 .cart-v2-sidebar-mobile-checkout{display:none;margin-top:12px}@media (max-width:900px){.design-v2 .cart-v2-sidebar-mobile-checkout{display:block}}.design-v2 .cart-v2-add-to-offer{background:#fff;border:1px solid rgba(2,64,61,.12);border-radius:8px;box-shadow:0 2px 8px rgba(2,64,61,.04);color:#02403d;margin:16px 40px 0;padding:20px;position:relative;z-index:1}@media (max-width:1024px){.design-v2 .cart-v2-add-to-offer{margin:16px 24px 0}}@media (max-width:900px){.design-v2 .cart-v2-add-to-offer{margin:16px 0 0}}.design-v2 .cart-v2-add-to-offer .cart-v2-add-to-offer-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.design-v2 .cart-v2-add-to-offer .cart-v2-add-to-offer-badge{background:rgba(178,243,0,.35);border-radius:999px;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:11px;font-weight:600;letter-spacing:1px;padding:4px 10px;text-transform:uppercase}.design-v2 .cart-v2-add-to-offer .cart-v2-add-to-offer-number{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;opacity:.75;text-decoration:none;transition:opacity .2s ease}.design-v2 .cart-v2-add-to-offer .cart-v2-add-to-offer-number:hover{opacity:1;text-decoration:underline}.design-v2 .cart-v2-add-to-offer .cart-v2-add-to-offer-total-row{align-items:baseline;border-bottom:1px solid rgba(2,64,61,.08);border-top:1px solid rgba(2,64,61,.08);display:flex;justify-content:space-between;margin-bottom:12px;padding:12px 0}.design-v2 .cart-v2-add-to-offer .cart-v2-add-to-offer-total-label{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px}.design-v2 .cart-v2-add-to-offer .cart-v2-add-to-offer-total{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:600}.design-v2 .cart-v2-add-to-offer .cart-v2-add-to-offer-text{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;line-height:1.4;margin:0 0 14px}.design-v2 .cart-v2-add-to-offer .cart-v2-add-to-offer-warning{background:rgba(178,243,0,.25);border-radius:4px;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;margin-bottom:12px;padding:10px 12px}.design-v2 .cart-v2-add-to-offer .cart-v2-add-to-offer-btn{width:100%}.design-v2 .cart-v2-add-to-offer-extra{display:none}.design-v2 .cart-v2-add-to-offer-more-toggle{align-items:center;background:transparent;border:1px solid rgba(2,64,61,.15);border-radius:8px;color:#02403d;cursor:pointer;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;gap:8px;justify-content:center;margin:12px 40px 0;padding:10px 16px;transition:background .2s ease,border-color .2s ease;width:calc(100% - 80px)}@media (max-width:1024px){.design-v2 .cart-v2-add-to-offer-more-toggle{margin:12px 24px 0;width:calc(100% - 48px)}}@media (max-width:900px){.design-v2 .cart-v2-add-to-offer-more-toggle{margin:12px 0 0;width:100%}}.design-v2 .cart-v2-add-to-offer-more-toggle:hover{background:rgba(2,64,61,.04);border-color:rgba(2,64,61,.25)}.design-v2 .cart-v2-add-to-offer-more-toggle .cart-v2-add-to-offer-more-hide{display:none}.design-v2 .cart-v2-add-to-offer-more-toggle .cart-v2-add-to-offer-more-chevron{transition:transform .2s ease}.design-v2 .cart-v2-add-to-offer-more-toggle.open .cart-v2-add-to-offer-more-show{display:none}.design-v2 .cart-v2-add-to-offer-more-toggle.open .cart-v2-add-to-offer-more-hide{display:inline}.design-v2 .cart-v2-add-to-offer-more-toggle.open .cart-v2-add-to-offer-more-chevron{transform:scaleY(-1)}.design-v2 .cart-v2-add-to-offer-extra.open{display:block}.design-v2 .cart-v2-sidebar-card.expanded .cart-v2-sidebar-toggle{margin-bottom:20px}.design-v2 .cart-v2-sidebar-card.expanded .cart-v2-sidebar-chevron{transform:scaleY(-1)}.design-v2 .cart-v2-sidebar-card.expanded .cart-v2-sidebar-collapsed-summary,.design-v2 .cart-v2-sidebar-card.expanded .cart-v2-sidebar-mobile-checkout{display:none}.design-v2 .cart-v2-sidebar-divider{background:rgba(2,64,61,.12);height:1px;margin:0 0 16px}.design-v2 .cart-v2-sidebar-row{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:4px;padding:4px 0}.design-v2 .cart-v2-sidebar-label{color:#3d635f;font-weight:400}.design-v2 .cart-v2-sidebar-label,.design-v2 .cart-v2-sidebar-value{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;letter-spacing:-.2px;line-height:1.4}.design-v2 .cart-v2-sidebar-value{color:#02403d;font-weight:500;text-align:right}.design-v2 .cart-v2-sidebar-total{margin-top:4px}.design-v2 .cart-v2-sidebar-total .cart-v2-sidebar-label{color:#3d635f;font-weight:400}.design-v2 .cart-v2-sidebar-total .cart-v2-sidebar-value{font-size:16px;font-weight:700}.design-v2 .cart-v2-sidebar-bonus{background:#f4fcd6;border:1px solid #c8e36a;border-radius:8px;margin:8px 0 12px;padding:12px 14px}.design-v2 .cart-v2-sidebar-bonus-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.design-v2 .cart-v2-sidebar-bonus-label{align-items:center;color:#02403d;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;gap:8px;letter-spacing:-.2px;line-height:1.4}.design-v2 .cart-v2-sidebar-bonus-icon{align-items:center;background:rgba(125,162,14,.22);border-radius:9999px;color:#7da20e;display:inline-flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.design-v2 .cart-v2-sidebar-bonus-value{color:#02403d;font-size:16px;font-weight:700;letter-spacing:-.2px}.design-v2 .cart-v2-sidebar-bonus-note,.design-v2 .cart-v2-sidebar-bonus-value{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;line-height:1.4}.design-v2 .cart-v2-sidebar-bonus-note{border-top:1px dashed rgba(125,162,14,.45);color:rgba(2,64,61,.75);font-size:12px;margin-top:8px;padding-top:8px}.design-v2 .cart-v2-sidebar-bonus-highlight{color:#02403d;font-weight:600}.design-v2 .cart-v2-sidebar-actions{display:flex;flex-direction:column;gap:8px;margin-top:40px}@media (max-width:640px){.design-v2 .cart-v2-sidebar-actions{margin-top:24px}}.design-v2 .cart-v2-btn-primary{align-items:center;background:#02403d;border:none;border-radius:4px;color:#b2f300;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;justify-content:center;letter-spacing:-.2px;line-height:1.4;padding:12px 8px;text-align:center;text-decoration:none;text-transform:capitalize;transition:all .2s ease;width:100%}.design-v2 .cart-v2-btn-primary:hover{background:#035450;box-shadow:0 4px 12px rgba(2,64,61,.2);transform:translateY(-1px)}.design-v2 .cart-v2-btn-secondary{align-items:center;background:#bac6c6;border:none;border-radius:4px;color:#02403d;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;justify-content:center;letter-spacing:-.2px;line-height:1.4;padding:12px 8px;text-align:center;text-decoration:none;text-transform:capitalize;transition:all .2s ease}.design-v2 .cart-v2-btn-secondary:hover{background:#acbaba}.design-v2 .cart-v2-sidebar-actions .cart-v2-btn-primary{width:100%}.design-v2 .cart-v2-continue-link{align-items:center;color:#02403d;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;justify-content:center;padding:8px 0;text-decoration:none;transition:color .2s ease}.design-v2 .cart-v2-continue-link:hover{color:#04716c}.design-v2 .cart-v2-actions .cart-v2-btn-secondary{width:200px}@media (max-width:640px){.design-v2 .cart-v2-actions .cart-v2-btn-secondary{width:100%}}.design-v2 .cart-v2-empty{margin:0 auto;max-width:600px;padding:40px 0;text-align:center}.design-v2 .cart-v2-empty-search{margin-top:32px}.design-v2 .cart-v2-empty-search input[type=search],.design-v2 .cart-v2-empty-search input[type=text]{background:#fff;border:1px solid #d4d4d4;border-radius:8px;box-shadow:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;padding:12px 16px;width:100%}.design-v2 .cart-v2-empty-search input[type=search]:focus,.design-v2 .cart-v2-empty-search input[type=text]:focus{border-color:#02403d;box-shadow:0 0 0 3px rgba(2,64,61,.08);outline:none}.design-v2 .cart-v2-or{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;margin:16px 0}.design-v2 .about-v2{padding:80px 0}@media (max-width:640px){.design-v2 .about-v2{padding:48px 0}}.design-v2 .about-v2-container{margin:0 auto;max-width:960px;padding:0 24px}.design-v2 .about-v2-header{margin-bottom:64px;text-align:center}@media (max-width:640px){.design-v2 .about-v2-header{margin-bottom:40px}}.design-v2 .about-v2-label{display:block;font-size:14px;letter-spacing:1px;margin-bottom:12px;text-transform:uppercase}.design-v2 .about-v2-heading,.design-v2 .about-v2-label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:500}.design-v2 .about-v2-heading{font-size:64px;letter-spacing:-3.84px;line-height:.95;margin:0 0 20px}@media (max-width:1024px){.design-v2 .about-v2-heading{font-size:48px;letter-spacing:-2.5px}}@media (max-width:640px){.design-v2 .about-v2-heading{font-size:36px;letter-spacing:-1.8px}}.design-v2 .about-v2-intro{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0 auto;max-width:600px;opacity:.7}@media (max-width:640px){.design-v2 .about-v2-intro{font-size:16px}}.design-v2 .about-v2-content{background:#fff;border-radius:12px;padding:56px 48px}@media (max-width:1024px){.design-v2 .about-v2-content{padding:40px 32px}}@media (max-width:640px){.design-v2 .about-v2-content{padding:32px 20px}}.design-v2 .about-v2-section{margin-bottom:48px}.design-v2 .about-v2-section:last-child{margin-bottom:0}.design-v2 .about-v2-section-title{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:32px;font-weight:600;letter-spacing:-1.6px;line-height:1.2;margin:0 0 32px}@media (max-width:640px){.design-v2 .about-v2-section-title{font-size:24px;letter-spacing:-1px;margin-bottom:24px}}.design-v2 .about-v2-text-image{align-items:start;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin-bottom:40px}.design-v2 .about-v2-text-image:last-child{margin-bottom:0}@media (max-width:640px){.design-v2 .about-v2-text-image{gap:24px;grid-template-columns:1fr}}.design-v2 .about-v2-text-image-reverse .about-v2-text{order:2}.design-v2 .about-v2-text-image-reverse .about-v2-image{order:1}@media (max-width:640px){.design-v2 .about-v2-text-image-reverse .about-v2-text{order:1}.design-v2 .about-v2-text-image-reverse .about-v2-image{order:2}}.design-v2 .about-v2-text p{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.7;margin:0 0 16px;opacity:.7}.design-v2 .about-v2-text p:last-child{margin-bottom:0}.design-v2 .about-v2-image img{border-radius:8px;height:auto;max-height:300px;-o-object-fit:cover;object-fit:cover;width:100%}.design-v2 .about-v2-quote{border:none;border-left:4px solid #b2f300;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:24px;font-weight:500;letter-spacing:-.96px;line-height:1.4;margin:40px 0;padding:0 0 0 24px;text-align:left}@media (max-width:640px){.design-v2 .about-v2-quote{font-size:20px;margin:32px 0}}.design-v2 .about-v2-quote strong{font-weight:700}.design-v2 .about-v2-quote .success-color{color:#b2f300}.design-v2 .about-v2-quote .warning-color{color:#e8c95a}.design-v2 .about-v2-services{display:grid;gap:16px;grid-template-columns:1fr 1fr}@media (max-width:640px){.design-v2 .about-v2-services{gap:12px;grid-template-columns:1fr}}.design-v2 .about-v2-service{align-items:flex-start;background:#f6f6f6;border-radius:4px;display:flex;gap:12px;padding:16px 20px;transition:background .2s ease}.design-v2 .about-v2-service:hover{background:#eee}.design-v2 .about-v2-service span{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.4}.design-v2 .about-v2-service-icon{color:#b2f300;flex-shrink:0;margin-top:2px}.design-v2 .about-v2-cta{margin-top:48px;text-align:center}@media (max-width:640px){.design-v2 .about-v2-cta{margin-top:32px}}.design-v2 .about-v2-cta-btn{align-items:center;background:#02403d;border-radius:4px;color:#b2f300;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;justify-content:center;letter-spacing:-.2px;padding:16px 40px;text-decoration:none;text-transform:capitalize;transition:opacity .2s ease}.design-v2 .about-v2-cta-btn:hover{color:#b2f300;opacity:.9}.design-v2 .affiliate-v2{padding:80px 0}@media (max-width:640px){.design-v2 .affiliate-v2{padding:48px 0}}.design-v2 .affiliate-v2-container{margin:0 auto;max-width:848px;padding:0 24px}.design-v2 .affiliate-v2-header{margin-bottom:64px;text-align:center}@media (max-width:640px){.design-v2 .affiliate-v2-header{margin-bottom:40px}}.design-v2 .affiliate-v2-label{display:block;font-size:14px;letter-spacing:1px;margin-bottom:12px;text-transform:uppercase}.design-v2 .affiliate-v2-heading,.design-v2 .affiliate-v2-label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:500}.design-v2 .affiliate-v2-heading{font-size:64px;letter-spacing:-3.84px;line-height:.95;margin:0 0 20px}@media (max-width:1024px){.design-v2 .affiliate-v2-heading{font-size:48px;letter-spacing:-2.5px}}@media (max-width:640px){.design-v2 .affiliate-v2-heading{font-size:36px;letter-spacing:-1.8px}}.design-v2 .affiliate-v2-intro{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0 auto;max-width:600px;opacity:.7}@media (max-width:640px){.design-v2 .affiliate-v2-intro{font-size:16px}}.design-v2 .affiliate-v2-content{background:#fff;border-radius:12px;padding:56px 48px}@media (max-width:1024px){.design-v2 .affiliate-v2-content{padding:40px 32px}}@media (max-width:640px){.design-v2 .affiliate-v2-content{padding:32px 20px}}.design-v2 .affiliate-v2-section{border-bottom:1px solid #d4d4d4;margin-bottom:40px;padding-bottom:40px}.design-v2 .affiliate-v2-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.design-v2 .affiliate-v2-section p{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.7;margin:0 0 12px;opacity:.7}.design-v2 .affiliate-v2-section p:last-child{margin-bottom:0}.design-v2 .affiliate-v2-section p strong{font-weight:600;opacity:1}.design-v2 .affiliate-v2-section-title{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:28px;font-weight:600;letter-spacing:-1.4px;line-height:1.2;margin:0 0 16px}@media (max-width:640px){.design-v2 .affiliate-v2-section-title{font-size:22px;letter-spacing:-.8px}}.design-v2 .affiliate-v2-tiers{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}@media (max-width:640px){.design-v2 .affiliate-v2-tiers{gap:12px;grid-template-columns:1fr}}.design-v2 .affiliate-v2-tier{background:#e8e8e8;border-radius:8px;padding:28px 20px;text-align:center;transition:background .2s ease}.design-v2 .affiliate-v2-tier:hover{background:#e0e0e0}.design-v2 .affiliate-v2-tier-rate{color:#02403d;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:36px;font-weight:700;letter-spacing:-1.8px;line-height:1;margin-bottom:8px}@media (max-width:640px){.design-v2 .affiliate-v2-tier-rate{font-size:28px}}.design-v2 .affiliate-v2-tier-label{color:#02403d;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;letter-spacing:-.56px;opacity:.6}.design-v2 .affiliate-v2-cookie{font-style:normal}.design-v2 .affiliate-v2-join{text-align:center}.design-v2 .affiliate-v2-join .affiliate-v2-section-title{margin-bottom:12px}.design-v2 .affiliate-v2-cta-btn{align-items:center;background:#02403d;border-radius:4px;color:#b2f300;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;justify-content:center;letter-spacing:-.2px;margin-top:16px;padding:16px 40px;text-decoration:none;text-transform:capitalize;transition:opacity .2s ease}.design-v2 .affiliate-v2-cta-btn:hover{color:#b2f300;opacity:.9}.design-v2 .blog-v2{padding:80px 0}@media (max-width:640px){.design-v2 .blog-v2{padding:48px 0}}.design-v2 .blog-v2-container{margin:0 auto;max-width:1200px;padding:0 24px}.design-v2 .blog-v2-header{margin-bottom:48px;text-align:center}@media (max-width:640px){.design-v2 .blog-v2-header{margin-bottom:32px}}.design-v2 .blog-v2-label{display:block;font-size:14px;letter-spacing:1px;margin-bottom:12px;text-transform:uppercase}.design-v2 .blog-v2-heading,.design-v2 .blog-v2-label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:500}.design-v2 .blog-v2-heading{font-size:64px;letter-spacing:-3.84px;line-height:.95;margin:0 0 20px}@media (max-width:1024px){.design-v2 .blog-v2-heading{font-size:48px;letter-spacing:-2.5px}}@media (max-width:640px){.design-v2 .blog-v2-heading{font-size:36px;letter-spacing:-1.8px}}.design-v2 .blog-v2-intro{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:400;letter-spacing:-.2px;line-height:1.4;margin:0 auto;max-width:600px;opacity:.7}@media (max-width:640px){.design-v2 .blog-v2-intro{font-size:16px}}.design-v2 .blog-v2-categories{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:48px}@media (max-width:640px){.design-v2 .blog-v2-categories{gap:6px;margin-bottom:32px}}.design-v2 .blog-v2-cat{align-items:center;background:#fff;border:1px solid #d4d4d4;border-radius:4px;color:#02403d;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;letter-spacing:-.56px;padding:8px 20px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.design-v2 .blog-v2-cat:hover{background:#02403d;border-color:#02403d;color:#fff}.design-v2 .blog-v2-cat.active{background:#02403d;border-color:#02403d;color:#b2f300}.design-v2 .blog-v2-featured{background:#fff;border-radius:12px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:48px;overflow:hidden;text-decoration:none;transition:box-shadow .2s ease}.design-v2 .blog-v2-featured:hover{box-shadow:0 10px 15px rgba(0,0,0,.1)}.design-v2 .blog-v2-featured:hover .blog-v2-read-more{opacity:1}@media (max-width:1024px){.design-v2 .blog-v2-featured{grid-template-columns:1fr}}.design-v2 .blog-v2-featured-image{overflow:hidden}.design-v2 .blog-v2-featured-image img,.design-v2 .blog-v2-featured-image picture img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.blog-v2-featured:hover .design-v2 .blog-v2-featured-image img,.blog-v2-featured:hover .design-v2 .blog-v2-featured-image picture img{transform:scale(1.03)}.design-v2 .blog-v2-featured-body{padding:40px}@media (max-width:640px){.design-v2 .blog-v2-featured-body{padding:24px}}.design-v2 .blog-v2-featured-badge{background:#b2f300;border-radius:4px;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:16px;padding:4px 12px;text-transform:uppercase}.design-v2 .blog-v2-featured-badge,.design-v2 .blog-v2-featured-title{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .blog-v2-featured-title{font-size:28px;font-weight:600;letter-spacing:-1.4px;line-height:1.2;margin:0 0 12px}@media (max-width:640px){.design-v2 .blog-v2-featured-title{font-size:22px;letter-spacing:-.8px}}.design-v2 .blog-v2-featured-excerpt{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.6;margin:12px 0 16px;opacity:.7}.design-v2 .blog-v2-read-more{font-weight:600;transition:opacity .2s ease}.design-v2 .blog-v2 time,.design-v2 .blog-v2-read-more{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;letter-spacing:-.56px;opacity:.5}.design-v2 .blog-v2 time{display:block;font-weight:400}.design-v2 .blog-v2-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.design-v2 .blog-v2-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.design-v2 .blog-v2-grid{gap:16px;grid-template-columns:1fr}}.design-v2 .blog-v2-card{background:#fff;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:box-shadow .2s ease}.design-v2 .blog-v2-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.design-v2 .blog-v2-card:hover .blog-v2-read-more{opacity:1}.design-v2 .blog-v2-card-image{aspect-ratio:3/2;overflow:hidden}.design-v2 .blog-v2-card-image img,.design-v2 .blog-v2-card-image picture img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.blog-v2-card:hover .design-v2 .blog-v2-card-image img,.blog-v2-card:hover .design-v2 .blog-v2-card-image picture img{transform:scale(1.03)}.design-v2 .blog-v2-card-body{display:flex;flex:1;flex-direction:column;padding:20px}.design-v2 .blog-v2-card-title{font-size:18px;font-weight:600;letter-spacing:-.72px;line-height:1.3;margin:0 0 8px}.design-v2 .blog-v2-card-excerpt,.design-v2 .blog-v2-card-title{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .blog-v2-card-excerpt{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;flex:1;font-size:14px;font-weight:400;letter-spacing:-.56px;line-height:1.5;margin:8px 0 16px;opacity:.7;overflow:hidden}.design-v2 .blog-v2-pagination{margin-top:48px;text-align:center}.design-v2 .blog-v2-pagination .pagination{display:inline-flex;gap:4px;list-style:none;margin:0;padding:0}.design-v2 .blog-v2-pagination .pagination li{margin:0}.design-v2 .blog-v2-pagination .pagination li a,.design-v2 .blog-v2-pagination .pagination li span{align-items:center;background:#fff;border:1px solid #d4d4d4;border-radius:4px;color:#02403d;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;height:40px;justify-content:center;min-width:40px;padding:0 12px;text-decoration:none;transition:all .2s ease}.design-v2 .blog-v2-pagination .pagination li a:hover{background:#02403d;border-color:#02403d;color:#fff}.design-v2 .blog-v2-pagination .pagination li span[aria-current],.design-v2 .blog-v2-pagination .pagination li.active span{background:#02403d;border-color:#02403d;color:#b2f300}.design-v2 .blog-v2-pagination .pagination li.disabled span{cursor:default;opacity:.4}.design-v2 .blog-v2-empty{padding:64px 24px;text-align:center}.design-v2 .blog-v2-empty p{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:400;opacity:.6}.design-v2 .blog-v2-post-container{margin:0 auto;max-width:800px;padding:0 24px}.design-v2 .blog-v2-back{align-items:center;color:#02403d;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;gap:6px;margin-bottom:32px;opacity:.6;text-decoration:none;transition:opacity .2s ease}.design-v2 .blog-v2-back:hover{opacity:1}.design-v2 .blog-v2-back svg{flex-shrink:0}.design-v2 .blog-v2-article{background:#fff;border-radius:12px;overflow:hidden}.design-v2 .blog-v2-article-header{padding:48px 48px 0}@media (max-width:640px){.design-v2 .blog-v2-article-header{padding:28px 20px 0}}.design-v2 .blog-v2-article-title{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:36px;font-weight:700;letter-spacing:-1.8px;line-height:1.15;margin:0 0 12px}@media (max-width:640px){.design-v2 .blog-v2-article-title{font-size:26px;letter-spacing:-1px}}.design-v2 .blog-v2-article-image{margin:32px 0 0;overflow:hidden}.design-v2 .blog-v2-article-image img,.design-v2 .blog-v2-article-image picture img{display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.design-v2 .blog-v2-article-content{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.8;padding:40px 48px 48px}@media (max-width:640px){.design-v2 .blog-v2-article-content{padding:24px 20px 28px}}.design-v2 .blog-v2-article-content p{margin:0 0 16px;opacity:.8}.design-v2 .blog-v2-article-content h1,.design-v2 .blog-v2-article-content h2,.design-v2 .blog-v2-article-content h3,.design-v2 .blog-v2-article-content h4,.design-v2 .blog-v2-article-content h5,.design-v2 .blog-v2-article-content h6{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:600;line-height:1.3;margin:32px 0 12px}.design-v2 .blog-v2-article-content h1{font-size:28px}.design-v2 .blog-v2-article-content h2{font-size:24px}.design-v2 .blog-v2-article-content h3{font-size:20px}.design-v2 .blog-v2-article-content h4{font-size:18px}.design-v2 .blog-v2-article-content h5{font-size:16px}.design-v2 .blog-v2-article-content h6{font-size:14px}.design-v2 .blog-v2-article-content img{border-radius:8px;height:auto;margin:16px 0;max-width:100%}.design-v2 .blog-v2-article-content a{color:#02403d;font-weight:500;text-decoration:underline;text-underline-offset:2px}.design-v2 .blog-v2-article-content a:hover{opacity:.7}.design-v2 .blog-v2-article-content ol,.design-v2 .blog-v2-article-content ul{margin:8px 0 16px 24px;opacity:.8;padding:0}.design-v2 .blog-v2-article-content li{margin-bottom:6px}.design-v2 .blog-v2-article-content blockquote{border:none;border-left:4px solid #b2f300;margin:24px 0;opacity:.8;padding:0 0 0 20px}.design-v2 .blog-v2-article-content table{border-collapse:collapse;margin:16px 0;width:100%}.design-v2 .blog-v2-article-content table td,.design-v2 .blog-v2-article-content table th{border:1px solid #d4d4d4;padding:10px 14px;text-align:left}.design-v2 .blog-v2-article-content table th{background:#e8e8e8;font-weight:600}.design-v2 .blog-v2-post-nav{align-items:center;display:flex;gap:16px;justify-content:space-between;padding:24px 48px 40px}@media (max-width:640px){.design-v2 .blog-v2-post-nav{padding:16px 20px 28px}}.design-v2 .blog-v2-post-nav-link{align-items:center;background:#e8e8e8;border-radius:4px;color:#02403d;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;gap:6px;padding:10px 20px;text-decoration:none;transition:background .2s ease}.design-v2 .blog-v2-post-nav-link:hover{background:#dbdbdb}.design-v2 .blog-v2-post-nav-link svg{flex-shrink:0}.design-v2 .blog-v2-post-next{margin-left:auto}.design-v2 .legal-v2{padding:80px 0}@media (max-width:640px){.design-v2 .legal-v2{padding:48px 0}}.design-v2 .legal-v2-container{margin:0 auto;max-width:848px;padding:0 24px}.design-v2 .legal-v2-header{margin-bottom:48px;text-align:center}@media (max-width:640px){.design-v2 .legal-v2-header{margin-bottom:32px}}.design-v2 .legal-v2-label{display:block;font-size:14px;letter-spacing:1px;margin-bottom:12px;text-transform:uppercase}.design-v2 .legal-v2-heading,.design-v2 .legal-v2-label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:500}.design-v2 .legal-v2-heading{font-size:64px;letter-spacing:-3.84px;line-height:.95;margin:0}@media (max-width:1024px){.design-v2 .legal-v2-heading{font-size:48px;letter-spacing:-2.5px}}@media (max-width:640px){.design-v2 .legal-v2-heading{font-size:36px;letter-spacing:-1.8px}}.design-v2 .legal-v2-content{background:#fff;border-radius:12px;padding:48px}@media (max-width:1024px){.design-v2 .legal-v2-content{padding:36px 28px}}@media (max-width:640px){.design-v2 .legal-v2-content{padding:28px 20px}}.design-v2 .legal-v2-content{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.7}.design-v2 .legal-v2-content p{margin:0 0 16px;opacity:.8}.design-v2 .legal-v2-content p:last-child{margin-bottom:0}.design-v2 .legal-v2-content p[style*=font-size]{border-top:1px solid #d4d4d4;font-size:22px!important;font-weight:600;letter-spacing:-.88px;line-height:1.3;margin:40px 0 12px;opacity:1;padding-top:16px}.design-v2 .legal-v2-content p[style*=font-size]:first-child{border-top:none;margin-top:0;padding-top:0}.design-v2 .legal-v2-content p[style*=font-size] strong{font-weight:600}.design-v2 .legal-v2-content strong{font-weight:600;opacity:1}.design-v2 .legal-v2-content a{color:#02403d;font-weight:500;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.design-v2 .legal-v2-content a:hover{opacity:.7}.design-v2 .legal-v2-content h1,.design-v2 .legal-v2-content h2,.design-v2 .legal-v2-content h3,.design-v2 .legal-v2-content h4,.design-v2 .legal-v2-content h5,.design-v2 .legal-v2-content h6{border-top:1px solid #d4d4d4;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:600;line-height:1.3;margin:40px 0 12px;opacity:1;padding-top:16px}.design-v2 .legal-v2-content h1{font-size:28px;letter-spacing:-1.4px}.design-v2 .legal-v2-content h2{font-size:24px;letter-spacing:-1.2px}.design-v2 .legal-v2-content h3{font-size:20px;letter-spacing:-.8px}.design-v2 .legal-v2-content h4{font-size:18px}.design-v2 .legal-v2-content h5{font-size:16px}.design-v2 .legal-v2-content h6{font-size:14px}.design-v2 .legal-v2-content ol,.design-v2 .legal-v2-content ul{margin:8px 0 16px 24px;opacity:.8;padding:0}.design-v2 .legal-v2-content li{line-height:1.7;margin-bottom:6px}.design-v2 .legal-v2-content .panel{background:#e8e8e8!important;border:none;border-radius:8px;margin-bottom:32px;padding:24px 28px}.design-v2 .legal-v2-content .panel p{font-size:18px;font-weight:600;margin:0 0 12px;opacity:1}.design-v2 .legal-v2-content .panel ol{-moz-columns:2;column-count:2;-moz-column-gap:32px;column-gap:32px;margin:0 0 0 20px;opacity:.8}@media (max-width:640px){.design-v2 .legal-v2-content .panel ol{-moz-columns:1;column-count:1}}.design-v2 .legal-v2-content .panel li{-moz-column-break-inside:avoid;break-inside:avoid;font-size:14px;margin-bottom:4px}.design-v2 .legal-v2-content .panel a{font-weight:400;text-decoration:none}.design-v2 .legal-v2-content .panel a:hover{text-decoration:underline}.design-v2 .legal-v2-content table{border-collapse:collapse;margin:16px 0;width:100%}.design-v2 .legal-v2-content table td,.design-v2 .legal-v2-content table th{border:1px solid #d4d4d4;font-size:14px;padding:10px 14px;text-align:left}.design-v2 .legal-v2-content table th{background:#e8e8e8;font-weight:600}.design-v2 .legal-v2-content blockquote{border:none;border-left:4px solid #b2f300;margin:24px 0;opacity:.8;padding:0 0 0 20px}.design-v2 .legal-v2-content hr{border:none;border-top:1px solid #d4d4d4;margin:32px 0}.design-v2 .itad-v2 .itad-v2-hero{background:#02403d url(../../static/images/itad/hero-min.jpg) no-repeat 50%;background-size:cover;color:#fff;padding:80px 0 64px;position:relative;text-align:center}.design-v2 .itad-v2 .itad-v2-hero:before{background:rgba(2,64,61,.7);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.design-v2 .itad-v2 .itad-v2-hero .itad-v2-container{position:relative;z-index:1}@media (max-width:640px){.design-v2 .itad-v2 .itad-v2-hero{padding:56px 0 48px}}.design-v2 .itad-v2 .itad-v2-container{margin:0 auto;max-width:1440px;padding:0 24px;width:100%}.design-v2 .itad-v2 .itad-v2-label{color:#b2f300;display:inline-block;font-size:13px;font-weight:600;letter-spacing:1.5px;margin-bottom:16px;text-transform:uppercase}.design-v2 .itad-v2 .itad-v2-heading{color:#fff;font-size:56px;font-weight:700;line-height:1.1;margin:0 0 20px}@media (max-width:1024px){.design-v2 .itad-v2 .itad-v2-heading{font-size:42px}}@media (max-width:640px){.design-v2 .itad-v2 .itad-v2-heading{font-size:32px}}.design-v2 .itad-v2 .itad-v2-intro{color:hsla(0,0%,100%,.75);font-size:17px;line-height:1.7;margin:0 auto 32px;max-width:640px}@media (max-width:640px){.design-v2 .itad-v2 .itad-v2-intro{font-size:15px}}.design-v2 .itad-v2 .itad-v2-cta-btn{background:#b2f300;border-radius:4px;color:#02403d;display:inline-block;font-size:15px;font-weight:600;padding:14px 36px;text-decoration:none;text-transform:capitalize;transition:background .2s ease,transform .2s ease}.design-v2 .itad-v2 .itad-v2-cta-btn:hover{background:#9fda00;transform:translateY(-1px)}.design-v2 .itad-v2 .itad-v2-services{background:#fff;padding:72px 0}@media (max-width:640px){.design-v2 .itad-v2 .itad-v2-services{padding:48px 0}}.design-v2 .itad-v2 .itad-v2-section-title{color:#02403d;font-size:36px;font-weight:700;margin:0 0 48px;text-align:center}@media (max-width:640px){.design-v2 .itad-v2 .itad-v2-section-title{font-size:26px;margin-bottom:32px}}.design-v2 .itad-v2 .itad-v2-services-grid{display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.design-v2 .itad-v2 .itad-v2-services-grid{gap:24px;grid-template-columns:1fr}}.design-v2 .itad-v2 .itad-v2-service-card{background:#e8e8e8;border-radius:12px;padding:40px 32px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.design-v2 .itad-v2 .itad-v2-service-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-3px)}.design-v2 .itad-v2 .itad-v2-service-card h3{color:#02403d;font-size:20px;font-weight:600;margin:0 0 12px}.design-v2 .itad-v2 .itad-v2-service-card p{color:#3d635f;font-size:15px;line-height:1.6;margin:0}.design-v2 .itad-v2 .itad-v2-service-icon{align-items:center;background:transparent;color:#02403d;display:flex;height:auto;justify-content:center;margin:0 auto 20px;width:auto}.design-v2 .itad-v2 .itad-v2-service-icon svg{height:64px;width:64px}.design-v2 .itad-v2 .itad-v2-offer{background:#e8e8e8;padding:72px 0}@media (max-width:640px){.design-v2 .itad-v2 .itad-v2-offer{padding:48px 0}}.design-v2 .itad-v2 .itad-v2-offer-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.design-v2 .itad-v2 .itad-v2-offer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.design-v2 .itad-v2 .itad-v2-offer-grid{grid-template-columns:1fr}}.design-v2 .itad-v2 .itad-v2-offer-item{background:#fff;border-radius:12px;padding:32px 24px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.design-v2 .itad-v2 .itad-v2-offer-item:hover{box-shadow:0 6px 20px rgba(0,0,0,.06);transform:translateY(-2px)}.design-v2 .itad-v2 .itad-v2-offer-item h3{color:#02403d;font-size:16px;font-weight:600;margin:0}.design-v2 .itad-v2 .itad-v2-offer-icon{align-items:center;background:transparent;color:#02403d;display:flex;height:auto;justify-content:center;margin:0 auto 16px;width:auto}.design-v2 .itad-v2 .itad-v2-offer-icon svg{height:64px;width:64px}.design-v2 .itad-v2 .itad-v2-form-section{background:#e8e8e8;padding:72px 0 80px}@media (max-width:640px){.design-v2 .itad-v2 .itad-v2-form-section{padding:48px 0 56px}}.design-v2 .itad-v2 .itad-v2-form-card{background:#fff;border-radius:12px;border-top:4px solid #b2f300;box-shadow:0 1px 2px rgba(2,64,61,.04),0 20px 40px -20px rgba(2,64,61,.18);margin:0 auto;max-width:800px;overflow:hidden;position:relative}.design-v2 .itad-v2 .itad-v2-form-header{background:#02403d;padding:56px 48px 110px;text-align:center}.design-v2 .itad-v2 .itad-v2-form-header .itad-v2-form-title{color:#fff;margin:0 0 8px}.design-v2 .itad-v2 .itad-v2-form-header .itad-v2-form-subtitle{color:hsla(0,0%,100%,.75);margin:0}@media (max-width:640px){.design-v2 .itad-v2 .itad-v2-form-header{padding:40px 20px 90px}}.design-v2 .itad-v2 .itad-v2-form-body{padding:0 48px 48px}@media (max-width:640px){.design-v2 .itad-v2 .itad-v2-form-body{padding:0 20px 32px}}.design-v2 .itad-v2 .itad-v2-form-body .tabs.custom-tabs{background:#fff;border:1px solid rgba(2,64,61,.06);border-radius:8px;box-shadow:0 2px 4px rgba(2,64,61,.06),0 20px 40px -12px rgba(2,64,61,.25);display:flex;flex-wrap:wrap;gap:12px;margin:-60px auto 20px;max-width:520px;padding:20px 24px;position:relative;z-index:2}@media (max-width:640px){.design-v2 .itad-v2 .itad-v2-form-body .tabs.custom-tabs{margin-top:-48px;max-width:calc(100% - 8px);padding:16px}}.design-v2 .itad-v2 .itad-v2-form-body .tabs.custom-tabs .tab-text{color:#3d635f;flex-basis:100%;font-size:13px;list-style:none;margin:0;order:-1;padding:0 0 4px;text-align:center}.design-v2 .itad-v2 .itad-v2-form-body .tabs.custom-tabs .tab-title{flex:1 1 0;list-style:none;margin:0;min-width:0}.design-v2 .itad-v2 .itad-v2-form-body .tabs.custom-tabs .tab-title a{align-items:center;background:#fff;border:1px solid rgba(2,64,61,.12);border-radius:4px;color:#02403d;display:flex;font-size:14px;font-weight:600;gap:10px;justify-content:center;padding:12px 20px;text-align:center;text-decoration:none;transition:all .2s ease}.design-v2 .itad-v2 .itad-v2-form-body .tabs.custom-tabs .tab-title a .tab-icon{flex-shrink:0;height:18px;width:18px}.design-v2 .itad-v2 .itad-v2-form-body .tabs.custom-tabs .tab-title a:hover{background:rgba(2,64,61,.02);border-color:rgba(2,64,61,.35)}.design-v2 .itad-v2 .itad-v2-form-body .tabs.custom-tabs .tab-title.active a{background:#02403d!important;border-color:#02403d;color:#b2f300!important}.design-v2 .itad-v2 .itad-v2-form-body .tabs.custom-tabs .tab-error{flex-basis:100%;list-style:none;margin:0;order:10;text-align:center}@media (max-width:640px){.design-v2 .itad-v2 .itad-v2-form-body .tabs.custom-tabs{gap:6px;padding:10px}.design-v2 .itad-v2 .itad-v2-form-body .tabs.custom-tabs .tab-title{flex-basis:100%}.design-v2 .itad-v2 .itad-v2-form-body .tabs.custom-tabs .tab-title a{font-size:13px;padding:10px 14px}}.design-v2 .itad-v2 .itad-v2-form-body .tabs-content{background:transparent;border:none;margin-top:24px}.design-v2 .itad-v2 .itad-v2-form-body .tabs-content .content{padding:0}.design-v2 .itad-v2 .itad-v2-form-body fieldset{border:none;margin:0 0 24px;padding:0}.design-v2 .itad-v2 .itad-v2-form-body fieldset legend{color:#02403d;font-size:16px;font-weight:600;margin-bottom:16px;padding:0 .9375rem;width:100%}.design-v2 .itad-v2 .itad-v2-form-body label{color:#02403d;font-size:14px;font-weight:500;margin-bottom:0}.design-v2 .itad-v2 .itad-v2-form-body input[type=email],.design-v2 .itad-v2 .itad-v2-form-body input[type=number],.design-v2 .itad-v2 .itad-v2-form-body input[type=text],.design-v2 .itad-v2 .itad-v2-form-body select,.design-v2 .itad-v2 .itad-v2-form-body textarea{background:#fff;border:1px solid rgba(2,64,61,.15);border-radius:4px;box-shadow:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;height:auto;line-height:1.5;margin:4px 0 0;padding:10px 14px;transition:border-color .2s ease}.design-v2 .itad-v2 .itad-v2-form-body input[type=email]:focus,.design-v2 .itad-v2 .itad-v2-form-body input[type=number]:focus,.design-v2 .itad-v2 .itad-v2-form-body input[type=text]:focus,.design-v2 .itad-v2 .itad-v2-form-body select:focus,.design-v2 .itad-v2 .itad-v2-form-body textarea:focus{border-color:#02403d;outline:none}.design-v2 .itad-v2 .itad-v2-form-body input[type=email]:disabled,.design-v2 .itad-v2 .itad-v2-form-body input[type=email][disabled],.design-v2 .itad-v2 .itad-v2-form-body input[type=number]:disabled,.design-v2 .itad-v2 .itad-v2-form-body input[type=number][disabled],.design-v2 .itad-v2 .itad-v2-form-body input[type=text]:disabled,.design-v2 .itad-v2 .itad-v2-form-body input[type=text][disabled],.design-v2 .itad-v2 .itad-v2-form-body select:disabled,.design-v2 .itad-v2 .itad-v2-form-body select[disabled],.design-v2 .itad-v2 .itad-v2-form-body textarea:disabled,.design-v2 .itad-v2 .itad-v2-form-body textarea[disabled]{background:rgba(2,64,61,.03);cursor:not-allowed;opacity:.7}.design-v2 .itad-v2 .itad-v2-form-body .error,.design-v2 .itad-v2 .itad-v2-form-body small.error{background:transparent;border:none;color:#dc2626;display:block;font-size:12px;font-weight:500;line-height:1.4;margin-top:6px;padding:0}.design-v2 .itad-v2 .itad-v2-form-body input[type=email].error,.design-v2 .itad-v2 .itad-v2-form-body input[type=number].error,.design-v2 .itad-v2 .itad-v2-form-body input[type=text].error,.design-v2 .itad-v2 .itad-v2-form-body select.error,.design-v2 .itad-v2 .itad-v2-form-body textarea.error{border-color:#dc2626}.design-v2 .itad-v2 .itad-v2-form-body .cq-remove-button{color:#e53e3e;cursor:pointer;font-size:13px}.design-v2 .itad-v2 .itad-v2-form-body .cq-remove-button:hover{text-decoration:underline}.design-v2 .itad-v2 .itad-v2-form-body button.small{border:none;border-radius:4px;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;padding:10px 20px}.design-v2 .itad-v2 .itad-v2-form-body button.success{background:#b2f300;color:#02403d;font-weight:600}.design-v2 .itad-v2 .itad-v2-form-body button.success:hover{background:#9fda00}.design-v2 .itad-v2 .itad-v2-form-title{color:#02403d;font-size:28px;font-weight:700;margin:0 0 8px;text-align:center}@media (max-width:640px){.design-v2 .itad-v2 .itad-v2-form-title{font-size:22px}}.design-v2 .itad-v2 .itad-v2-form-subtitle{color:#3d635f;font-size:15px;line-height:1.6;margin:0 0 32px;text-align:center}@keyframes bulk-v2-hero-fade{0%,30%{opacity:1}36%,94%{opacity:0}to{opacity:1}}.design-v2 .bulk-v2 .bulk-v2-hero{background:#02403d;color:#fff;overflow:hidden;padding:80px 0 64px;position:relative;text-align:center}.design-v2 .bulk-v2 .bulk-v2-hero .bulk-v2-hero-slide{animation:bulk-v2-hero-fade 24s infinite;background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.design-v2 .bulk-v2 .bulk-v2-hero .bulk-v2-hero-slide:first-child{animation-delay:0s}.design-v2 .bulk-v2 .bulk-v2-hero .bulk-v2-hero-slide:nth-child(2){animation-delay:-8s}.design-v2 .bulk-v2 .bulk-v2-hero .bulk-v2-hero-slide:nth-child(3){animation-delay:-16s}.design-v2 .bulk-v2 .bulk-v2-hero:before{background:rgba(2,64,61,.7);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.design-v2 .bulk-v2 .bulk-v2-hero .bulk-v2-container{position:relative;z-index:2}@media (max-width:640px){.design-v2 .bulk-v2 .bulk-v2-hero{padding:56px 0 48px}}.design-v2 .bulk-v2 .bulk-v2-container{margin:0 auto;max-width:1440px;padding:0 24px;width:100%}.design-v2 .bulk-v2 .bulk-v2-label{color:#b2f300;display:inline-block;font-size:13px;font-weight:600;letter-spacing:1.5px;margin-bottom:16px;text-transform:uppercase}.design-v2 .bulk-v2 .bulk-v2-heading{color:#fff;font-size:56px;font-weight:700;line-height:1.1;margin:0 0 20px}.design-v2 .bulk-v2 .bulk-v2-heading em{font-style:normal}@media (max-width:1024px){.design-v2 .bulk-v2 .bulk-v2-heading{font-size:42px}}@media (max-width:640px){.design-v2 .bulk-v2 .bulk-v2-heading{font-size:32px}}.design-v2 .bulk-v2 .bulk-v2-intro{color:hsla(0,0%,100%,.75);font-size:17px;line-height:1.7;margin:0 auto 32px;max-width:640px}@media (max-width:640px){.design-v2 .bulk-v2 .bulk-v2-intro{font-size:15px}}.design-v2 .bulk-v2 .bulk-v2-cta-btn{background:#b2f300;border-radius:4px;color:#02403d;display:inline-block;font-size:15px;font-weight:600;padding:14px 36px;text-decoration:none;text-transform:capitalize;transition:background .2s ease,transform .2s ease}.design-v2 .bulk-v2 .bulk-v2-cta-btn:hover{background:#9fda00;transform:translateY(-1px)}.design-v2 .bulk-v2 .bulk-v2-benefits{background:#fff;padding:72px 0}@media (max-width:640px){.design-v2 .bulk-v2 .bulk-v2-benefits{padding:48px 0}}.design-v2 .bulk-v2 .bulk-v2-section-title{color:#02403d;font-size:36px;font-weight:700;margin:0 0 48px;text-align:center}@media (max-width:640px){.design-v2 .bulk-v2 .bulk-v2-section-title{font-size:26px;margin-bottom:32px}}.design-v2 .bulk-v2 .bulk-v2-benefits-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.design-v2 .bulk-v2 .bulk-v2-benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.design-v2 .bulk-v2 .bulk-v2-benefits-grid{grid-template-columns:1fr}}.design-v2 .bulk-v2 .bulk-v2-benefit-item{background:#e8e8e8;border-radius:12px;padding:32px 24px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.design-v2 .bulk-v2 .bulk-v2-benefit-item:hover{box-shadow:0 6px 20px rgba(0,0,0,.06);transform:translateY(-2px)}.design-v2 .bulk-v2 .bulk-v2-benefit-item h3{color:#02403d;font-size:18px;font-weight:600;margin:0 0 8px}.design-v2 .bulk-v2 .bulk-v2-benefit-item p{color:#3d635f;font-size:14px;line-height:1.6;margin:0}.design-v2 .bulk-v2 .bulk-v2-benefit-icon{align-items:center;background:transparent;color:#02403d;display:flex;height:auto;justify-content:center;margin:0 auto 16px;width:auto}.design-v2 .bulk-v2 .bulk-v2-benefit-icon svg{height:64px;width:64px}.design-v2 .bulk-v2 .bulk-v2-form-section{background:#e8e8e8;padding:72px 0 80px}@media (max-width:640px){.design-v2 .bulk-v2 .bulk-v2-form-section{padding:48px 0 56px}}.design-v2 .bulk-v2 .bulk-v2-form-card{background:#fff;border-radius:12px;border-top:4px solid #b2f300;box-shadow:0 1px 2px rgba(2,64,61,.04),0 20px 40px -20px rgba(2,64,61,.18);margin:0 auto;max-width:800px;overflow:hidden;position:relative}.design-v2 .bulk-v2 .bulk-v2-form-header{background:#02403d;padding:56px 48px 110px;text-align:center}.design-v2 .bulk-v2 .bulk-v2-form-header .bulk-v2-form-title{color:#fff;margin:0 0 8px}.design-v2 .bulk-v2 .bulk-v2-form-header .bulk-v2-form-subtitle{color:hsla(0,0%,100%,.75);margin:0}@media (max-width:640px){.design-v2 .bulk-v2 .bulk-v2-form-header{padding:40px 20px 90px}}.design-v2 .bulk-v2 .bulk-v2-form-body{padding:0 48px 48px}@media (max-width:640px){.design-v2 .bulk-v2 .bulk-v2-form-body{padding:0 20px 32px}}.design-v2 .bulk-v2 .bulk-v2-form-body .tabs.custom-tabs{background:#fff;border:1px solid rgba(2,64,61,.06);border-radius:8px;box-shadow:0 2px 4px rgba(2,64,61,.06),0 20px 40px -12px rgba(2,64,61,.25);display:flex;flex-wrap:wrap;gap:12px;margin:-60px auto 20px;max-width:520px;padding:20px 24px;position:relative;z-index:2}@media (max-width:640px){.design-v2 .bulk-v2 .bulk-v2-form-body .tabs.custom-tabs{margin-top:-48px;max-width:calc(100% - 8px);padding:16px}}.design-v2 .bulk-v2 .bulk-v2-form-body .tabs.custom-tabs .tab-text{color:#3d635f;flex-basis:100%;font-size:13px;list-style:none;margin:0;order:-1;padding:0 0 4px;text-align:center}.design-v2 .bulk-v2 .bulk-v2-form-body .tabs.custom-tabs .tab-title{flex:1 1 0;list-style:none;margin:0;min-width:0}.design-v2 .bulk-v2 .bulk-v2-form-body .tabs.custom-tabs .tab-title a{align-items:center;background:#fff;border:1px solid rgba(2,64,61,.12);border-radius:4px;color:#02403d;display:flex;font-size:14px;font-weight:600;gap:10px;justify-content:center;padding:12px 20px;text-align:center;text-decoration:none;transition:all .2s ease}.design-v2 .bulk-v2 .bulk-v2-form-body .tabs.custom-tabs .tab-title a .tab-icon{flex-shrink:0;height:18px;width:18px}.design-v2 .bulk-v2 .bulk-v2-form-body .tabs.custom-tabs .tab-title a:hover{background:rgba(2,64,61,.02);border-color:rgba(2,64,61,.35)}.design-v2 .bulk-v2 .bulk-v2-form-body .tabs.custom-tabs .tab-title.active a{background:#02403d!important;border-color:#02403d;color:#b2f300!important}.design-v2 .bulk-v2 .bulk-v2-form-body .tabs.custom-tabs .tab-error{flex-basis:100%;list-style:none;margin:0;order:10;text-align:center}@media (max-width:640px){.design-v2 .bulk-v2 .bulk-v2-form-body .tabs.custom-tabs{gap:6px;padding:10px}.design-v2 .bulk-v2 .bulk-v2-form-body .tabs.custom-tabs .tab-title{flex-basis:100%}.design-v2 .bulk-v2 .bulk-v2-form-body .tabs.custom-tabs .tab-title a{font-size:13px;padding:10px 14px}}.design-v2 .bulk-v2 .bulk-v2-form-body .tabs-content{background:transparent;border:none;margin-top:24px}.design-v2 .bulk-v2 .bulk-v2-form-body .tabs-content .content{padding:0}.design-v2 .bulk-v2 .bulk-v2-form-body fieldset{border:none;margin:0 0 24px;padding:0}.design-v2 .bulk-v2 .bulk-v2-form-body fieldset legend{color:#02403d;font-size:16px;font-weight:600;margin-bottom:16px;padding:0 .9375rem;width:100%}.design-v2 .bulk-v2 .bulk-v2-form-body label{color:#02403d;font-size:14px;font-weight:500;margin-bottom:0}.design-v2 .bulk-v2 .bulk-v2-form-body input[type=email],.design-v2 .bulk-v2 .bulk-v2-form-body input[type=number],.design-v2 .bulk-v2 .bulk-v2-form-body input[type=text],.design-v2 .bulk-v2 .bulk-v2-form-body select,.design-v2 .bulk-v2 .bulk-v2-form-body textarea{background:#fff;border:1px solid rgba(2,64,61,.15);border-radius:4px;box-shadow:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;height:auto;line-height:1.5;margin:4px 0 0;padding:10px 14px;transition:border-color .2s ease}.design-v2 .bulk-v2 .bulk-v2-form-body input[type=email]:disabled,.design-v2 .bulk-v2 .bulk-v2-form-body input[type=email][disabled],.design-v2 .bulk-v2 .bulk-v2-form-body input[type=number]:disabled,.design-v2 .bulk-v2 .bulk-v2-form-body input[type=number][disabled],.design-v2 .bulk-v2 .bulk-v2-form-body input[type=text]:disabled,.design-v2 .bulk-v2 .bulk-v2-form-body input[type=text][disabled],.design-v2 .bulk-v2 .bulk-v2-form-body select:disabled,.design-v2 .bulk-v2 .bulk-v2-form-body select[disabled],.design-v2 .bulk-v2 .bulk-v2-form-body textarea:disabled,.design-v2 .bulk-v2 .bulk-v2-form-body textarea[disabled]{background:rgba(2,64,61,.03);cursor:not-allowed;opacity:.7}.design-v2 .bulk-v2 .bulk-v2-form-body input[type=email]:focus,.design-v2 .bulk-v2 .bulk-v2-form-body input[type=number]:focus,.design-v2 .bulk-v2 .bulk-v2-form-body input[type=text]:focus,.design-v2 .bulk-v2 .bulk-v2-form-body select:focus,.design-v2 .bulk-v2 .bulk-v2-form-body textarea:focus{border-color:#02403d;outline:none}.design-v2 .bulk-v2 .bulk-v2-form-body .error,.design-v2 .bulk-v2 .bulk-v2-form-body small.error{background:transparent;border:none;color:#dc2626;display:block;font-size:12px;font-weight:500;line-height:1.4;margin-top:6px;padding:0}.design-v2 .bulk-v2 .bulk-v2-form-body input[type=email].error,.design-v2 .bulk-v2 .bulk-v2-form-body input[type=number].error,.design-v2 .bulk-v2 .bulk-v2-form-body input[type=text].error,.design-v2 .bulk-v2 .bulk-v2-form-body select.error,.design-v2 .bulk-v2 .bulk-v2-form-body textarea.error{border-color:#dc2626}.design-v2 .bulk-v2 .bulk-v2-form-body .cq-remove-button{color:#e53e3e;cursor:pointer;font-size:13px}.design-v2 .bulk-v2 .bulk-v2-form-body .cq-remove-button:hover{text-decoration:underline}.design-v2 .bulk-v2 .bulk-v2-form-body button.small{border:none;border-radius:4px;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;padding:10px 20px}.design-v2 .bulk-v2 .bulk-v2-form-body button.success{background:#b2f300;color:#02403d;font-weight:600}.design-v2 .bulk-v2 .bulk-v2-form-body button.success:hover{background:#9fda00}.design-v2 .bulk-v2 .bulk-v2-form-title{color:#02403d;font-size:28px;font-weight:700;margin:0 0 8px;text-align:center}@media (max-width:640px){.design-v2 .bulk-v2 .bulk-v2-form-title{font-size:22px}}.design-v2 .bulk-v2 .bulk-v2-form-subtitle{color:#3d635f;font-size:15px;line-height:1.6;margin:0 0 32px;text-align:center}.design-v2 .cq-v2 .cq-v2-hero{background:#02403d url(../../static/images/custom-quote/hero.jpg) no-repeat 50%;background-size:cover;color:#fff;padding:80px 0 64px;position:relative;text-align:center}.design-v2 .cq-v2 .cq-v2-hero:before{background:rgba(2,64,61,.7);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.design-v2 .cq-v2 .cq-v2-hero .cq-v2-container{position:relative;z-index:1}@media (max-width:640px){.design-v2 .cq-v2 .cq-v2-hero{padding:56px 0 48px}}.design-v2 .cq-v2 .cq-v2-container{margin:0 auto;max-width:1440px;padding:0 24px;width:100%}.design-v2 .cq-v2 .cq-v2-label{color:#b2f300;display:inline-block;font-size:13px;font-weight:600;letter-spacing:1.5px;margin-bottom:16px;text-transform:uppercase}.design-v2 .cq-v2 .cq-v2-heading{color:#fff;font-size:56px;font-weight:700;line-height:1.1;margin:0 0 20px}@media (max-width:1024px){.design-v2 .cq-v2 .cq-v2-heading{font-size:42px}}@media (max-width:640px){.design-v2 .cq-v2 .cq-v2-heading{font-size:32px}}.design-v2 .cq-v2 .cq-v2-intro{color:hsla(0,0%,100%,.75);font-size:17px;line-height:1.7;margin:0 auto 32px;max-width:640px}@media (max-width:640px){.design-v2 .cq-v2 .cq-v2-intro{font-size:15px}}.design-v2 .cq-v2 .cq-v2-cta-btn{background:#b2f300;border-radius:4px;color:#02403d;display:inline-block;font-size:15px;font-weight:600;padding:14px 36px;text-decoration:none;text-transform:capitalize;transition:background .2s ease,transform .2s ease}.design-v2 .cq-v2 .cq-v2-cta-btn:hover{background:#9fda00;transform:translateY(-1px)}.design-v2 .cq-v2 .cq-v2-section-title{color:#02403d;font-size:36px;font-weight:700;margin:0 0 48px;text-align:center}@media (max-width:640px){.design-v2 .cq-v2 .cq-v2-section-title{font-size:26px;margin-bottom:32px}}.design-v2 .cq-v2 .cq-v2-steps{background:#fff;padding:72px 0}@media (max-width:640px){.design-v2 .cq-v2 .cq-v2-steps{padding:48px 0}}.design-v2 .cq-v2 .cq-v2-steps-grid{display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.design-v2 .cq-v2 .cq-v2-steps-grid{gap:24px;grid-template-columns:1fr}}.design-v2 .cq-v2 .cq-v2-step-card{background:#e8e8e8;border-radius:12px;padding:40px 32px;position:relative;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.design-v2 .cq-v2 .cq-v2-step-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-3px)}.design-v2 .cq-v2 .cq-v2-step-card h3{color:#02403d;font-size:20px;font-weight:600;margin:0 0 12px}.design-v2 .cq-v2 .cq-v2-step-card p{color:#3d635f;font-size:15px;line-height:1.6;margin:0}.design-v2 .cq-v2 .cq-v2-step-number{color:#02403d;font-weight:700}.design-v2 .cq-v2 .cq-v2-step-icon{align-items:center;background:transparent;color:#02403d;display:flex;height:auto;justify-content:center;margin:0 auto 20px;width:auto}.design-v2 .cq-v2 .cq-v2-step-icon svg{height:64px;width:64px}.design-v2 .cq-v2 .cq-v2-what-we-buy{background:#e8e8e8;padding:72px 0}@media (max-width:640px){.design-v2 .cq-v2 .cq-v2-what-we-buy{padding:48px 0}}.design-v2 .cq-v2 .cq-v2-buy-grid{display:grid;gap:32px;grid-template-columns:repeat(2,1fr)}@media (max-width:1024px){.design-v2 .cq-v2 .cq-v2-buy-grid{gap:24px;grid-template-columns:1fr}}.design-v2 .cq-v2 .cq-v2-buy-card{background:#fff;border-radius:12px;padding:40px 32px;transition:transform .2s ease,box-shadow .2s ease}.design-v2 .cq-v2 .cq-v2-buy-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.06);transform:translateY(-2px)}.design-v2 .cq-v2 .cq-v2-buy-card h3{color:#02403d;font-size:22px;font-weight:600;margin:0}@media (max-width:640px){.design-v2 .cq-v2 .cq-v2-buy-card{padding:32px 24px}}.design-v2 .cq-v2 .cq-v2-buy-header{align-items:center;display:flex;gap:12px;margin-bottom:20px}.design-v2 .cq-v2 .cq-v2-buy-icon{flex-shrink:0;height:28px;width:28px}.design-v2 .cq-v2 .cq-v2-buy-card--yes .cq-v2-buy-icon{color:#22c55e}.design-v2 .cq-v2 .cq-v2-buy-card--no .cq-v2-buy-icon{color:#ef4444}.design-v2 .cq-v2 .cq-v2-buy-list{color:#3d635f;font-size:15px;line-height:1.8}.design-v2 .cq-v2 .cq-v2-buy-notice{color:#02403d;font-size:14px;font-weight:600;margin:32px 0 0;text-align:center}.design-v2 .cq-v2 .cq-v2-form-section{background:#e8e8e8;padding:72px 0 80px}@media (max-width:640px){.design-v2 .cq-v2 .cq-v2-form-section{padding:48px 0 56px}}.design-v2 .cq-v2 .cq-v2-form-card{background:#fff;border-radius:12px;border-top:4px solid #b2f300;box-shadow:0 1px 2px rgba(2,64,61,.04),0 20px 40px -20px rgba(2,64,61,.18);margin:0 auto;max-width:800px;overflow:hidden;position:relative}.design-v2 .cq-v2 .cq-v2-form-header{background:#02403d;padding:56px 48px 110px;text-align:center}.design-v2 .cq-v2 .cq-v2-form-header .cq-v2-form-title{color:#fff;margin:0 0 8px}.design-v2 .cq-v2 .cq-v2-form-header .cq-v2-form-subtitle{color:hsla(0,0%,100%,.75);margin:0}@media (max-width:640px){.design-v2 .cq-v2 .cq-v2-form-header{padding:40px 20px 90px}}.design-v2 .cq-v2 .cq-v2-form-body{padding:0 48px 48px}@media (max-width:640px){.design-v2 .cq-v2 .cq-v2-form-body{padding:0 20px 32px}}.design-v2 .cq-v2 .cq-v2-form-body .tabs.custom-tabs{background:#fff!important;border:1px solid rgba(2,64,61,.06)!important;border-radius:8px!important;box-shadow:0 2px 4px rgba(2,64,61,.06),0 20px 40px -12px rgba(2,64,61,.25);display:flex!important;flex-wrap:wrap!important;font-size:14px!important;gap:12px;margin:-60px auto 20px!important;max-width:520px;padding:20px 24px!important;position:relative;text-align:left;z-index:2}@media (max-width:640px){.design-v2 .cq-v2 .cq-v2-form-body .tabs.custom-tabs{margin-top:-48px!important;max-width:calc(100% - 8px);padding:16px!important}}.design-v2 .cq-v2 .cq-v2-form-body .tabs.custom-tabs .tab-text{border-bottom:none!important;color:#3d635f;flex-basis:100%;font-size:13px;list-style:none;margin:0!important;order:-1;padding:0 0 4px!important;text-align:center;white-space:normal}.design-v2 .cq-v2 .cq-v2-form-body .tabs.custom-tabs .tab-error{flex-basis:100%;list-style:none;margin:0;order:10;text-align:center}.design-v2 .cq-v2 .cq-v2-form-body .tabs.custom-tabs .tab-title{display:block!important;flex:1 1 0;float:none!important;list-style:none;margin:0;min-width:0;width:auto!important}.design-v2 .cq-v2 .cq-v2-form-body .tabs.custom-tabs .tab-title a{align-items:center;background:#fff!important;border:1px solid rgba(2,64,61,.12)!important;border-radius:4px;color:#02403d!important;display:flex!important;font-size:14px!important;font-weight:600;gap:10px;justify-content:center;margin-right:0!important;padding:12px 20px!important;text-align:center;text-decoration:none;transition:all .2s ease}.design-v2 .cq-v2 .cq-v2-form-body .tabs.custom-tabs .tab-title a .tab-icon{flex-shrink:0;height:18px;width:18px}.design-v2 .cq-v2 .cq-v2-form-body .tabs.custom-tabs .tab-title a:hover{background:rgba(2,64,61,.02)!important;border-color:rgba(2,64,61,.35)!important}.design-v2 .cq-v2 .cq-v2-form-body .tabs.custom-tabs .tab-title.active a{background:#02403d!important;border-color:#02403d!important;color:#b2f300!important}@media (max-width:640px){.design-v2 .cq-v2 .cq-v2-form-body .tabs.custom-tabs{gap:6px;padding:10px!important}.design-v2 .cq-v2 .cq-v2-form-body .tabs.custom-tabs .tab-title{flex-basis:100%}.design-v2 .cq-v2 .cq-v2-form-body .tabs.custom-tabs .tab-title a{font-size:13px!important;padding:10px 14px!important}}.design-v2 .cq-v2 .cq-v2-form-body .tabs-content{background:transparent;border:none;margin-top:24px}.design-v2 .cq-v2 .cq-v2-form-body .tabs-content .content{padding:0}.design-v2 .cq-v2 .cq-v2-form-body fieldset{background:transparent;border:none;margin:0 0 24px;padding:0}.design-v2 .cq-v2 .cq-v2-form-body fieldset legend{background:transparent;border-radius:0;color:#02403d;font-size:16px;font-weight:600;margin-bottom:16px;padding:0 .9375rem;width:100%}.design-v2 .cq-v2 .cq-v2-form-body label{color:#02403d;font-size:14px;font-weight:500;margin-bottom:0}.design-v2 .cq-v2 .cq-v2-form-body input[type=email],.design-v2 .cq-v2 .cq-v2-form-body input[type=number],.design-v2 .cq-v2 .cq-v2-form-body input[type=text],.design-v2 .cq-v2 .cq-v2-form-body select,.design-v2 .cq-v2 .cq-v2-form-body textarea{background:#fff;border:1px solid rgba(2,64,61,.15);border-radius:4px;box-shadow:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;height:auto;line-height:1.5;margin:4px 0 0;padding:10px 14px;transition:border-color .2s ease}.design-v2 .cq-v2 .cq-v2-form-body input[type=email]:focus,.design-v2 .cq-v2 .cq-v2-form-body input[type=number]:focus,.design-v2 .cq-v2 .cq-v2-form-body input[type=text]:focus,.design-v2 .cq-v2 .cq-v2-form-body select:focus,.design-v2 .cq-v2 .cq-v2-form-body textarea:focus{border-color:#02403d;outline:none}.design-v2 .cq-v2 .cq-v2-form-body input[type=email]:disabled,.design-v2 .cq-v2 .cq-v2-form-body input[type=email][disabled],.design-v2 .cq-v2 .cq-v2-form-body input[type=number]:disabled,.design-v2 .cq-v2 .cq-v2-form-body input[type=number][disabled],.design-v2 .cq-v2 .cq-v2-form-body input[type=text]:disabled,.design-v2 .cq-v2 .cq-v2-form-body input[type=text][disabled],.design-v2 .cq-v2 .cq-v2-form-body select:disabled,.design-v2 .cq-v2 .cq-v2-form-body select[disabled],.design-v2 .cq-v2 .cq-v2-form-body textarea:disabled,.design-v2 .cq-v2 .cq-v2-form-body textarea[disabled]{background:rgba(2,64,61,.03);cursor:not-allowed;opacity:.7}.design-v2 .cq-v2 .cq-v2-form-body .error,.design-v2 .cq-v2 .cq-v2-form-body small.error{background:transparent;border:none;color:#dc2626;display:block;font-size:12px;font-weight:500;line-height:1.4;margin-top:6px;padding:0}.design-v2 .cq-v2 .cq-v2-form-body input[type=email].error,.design-v2 .cq-v2 .cq-v2-form-body input[type=number].error,.design-v2 .cq-v2 .cq-v2-form-body input[type=text].error,.design-v2 .cq-v2 .cq-v2-form-body select.error,.design-v2 .cq-v2 .cq-v2-form-body textarea.error{border-color:#dc2626}.design-v2 .cq-v2 .cq-v2-form-body .cq-remove-button{color:#e53e3e;cursor:pointer;font-size:13px}.design-v2 .cq-v2 .cq-v2-form-body .cq-remove-button:hover{text-decoration:underline}.design-v2 .cq-v2 .cq-v2-form-body button.small{border:none;border-radius:4px;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;padding:10px 20px}.design-v2 .cq-v2 .cq-v2-form-body button.success{background:#b2f300;color:#02403d;font-weight:600}.design-v2 .cq-v2 .cq-v2-form-body button.success:hover{background:#9fda00}.design-v2 .cq-v2 .cq-v2-form-title{color:#02403d;font-size:28px;font-weight:700;margin:0 0 8px;text-align:center}@media (max-width:640px){.design-v2 .cq-v2 .cq-v2-form-title{font-size:22px}}.design-v2 .cq-v2 .cq-v2-form-subtitle{color:#3d635f;font-size:15px;line-height:1.6;margin:0 0 32px;text-align:center}.design-v2 .checkout-v2{background:#e8e8e8;overflow:clip;padding:40px 0 80px;position:relative}@media (max-width:640px){.design-v2 .checkout-v2{padding:24px 0 48px}}.design-v2 .checkout-v2-container{margin:0 auto;max-width:1440px;padding:0 60px}@media (max-width:1024px){.design-v2 .checkout-v2-container{padding:0 24px}}@media (max-width:640px){.design-v2 .checkout-v2-container{padding:0 20px}}.design-v2 .checkout-v2-layout{align-items:start;display:grid;gap:32px;grid-template-columns:1fr 380px}@media (max-width:1024px){.design-v2 .checkout-v2-layout{gap:24px;grid-template-columns:1fr 320px}}@media (max-width:900px){.design-v2 .checkout-v2-layout{gap:0;grid-template-columns:1fr}}.design-v2 .checkout-v2-main{min-width:0}.design-v2 .checkout-v2-heading{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:64px;font-weight:500;letter-spacing:-3.84px;line-height:.9;margin:0 0 40px}@media (max-width:1024px){.design-v2 .checkout-v2-heading{font-size:48px;letter-spacing:-2.5px;margin-bottom:32px}}@media (max-width:640px){.design-v2 .checkout-v2-heading{font-size:36px;letter-spacing:-1.8px;margin-bottom:24px}}.design-v2 .checkout-v2-sections{border-radius:0}.design-v2 .checkout-v2-section{border-bottom:1px solid rgba(2,64,61,.12)}.design-v2 .checkout-v2-section:last-child{border-bottom:none}.design-v2 .checkout-v2-section-heading{align-items:baseline;display:flex;flex-wrap:wrap;gap:12px;padding:20px 0}.design-v2 .checkout-v2-section-heading.clickable{cursor:pointer}.design-v2 .checkout-v2-section-heading.clickable:hover .checkout-v2-section-title{opacity:.7}@media (max-width:640px){.design-v2 .checkout-v2-section-heading{padding:16px 0}}.design-v2 .checkout-v2-section-title{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:20px;font-weight:700;letter-spacing:-.4px;text-transform:uppercase;transition:opacity .2s ease}.design-v2 .checkout-v2-section-dash,.design-v2 .checkout-v2-section-summary{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400}.design-v2 .checkout-v2-section-summary{letter-spacing:-.2px;min-width:0;overflow-wrap:anywhere}.design-v2 .checkout-v2-section-content{display:none;padding:0 0 24px}.design-v2 .checkout-v2-section-content.active{display:block}.design-v2 .checkout-v2-section-content:after{clear:both;content:"";display:block}@media (max-width:640px){.design-v2 .checkout-v2-section-content{padding:0 0 20px}}.design-v2 .checkout-v2-columns{align-items:stretch;display:grid;gap:0;grid-template-columns:1fr auto 1fr}@media (max-width:640px){.design-v2 .checkout-v2-columns{gap:20px;grid-template-columns:1fr}.design-v2 .checkout-v2-columns .checkout-v2-column:first-child .checkout-v2-or-divider{margin-bottom:0}}.design-v2 .checkout-v2-column{padding:0 40px}.design-v2 .checkout-v2-column:first-child{padding-left:0}.design-v2 .checkout-v2-column:last-child{padding-right:0}@media (max-width:640px){.design-v2 .checkout-v2-column{padding:0}}.design-v2 .checkout-v2-vertical-divider{align-self:stretch;background:rgba(2,64,61,.15);width:1px}@media (max-width:640px){.design-v2 .checkout-v2-vertical-divider{display:none}}.design-v2 .checkout-v2-step-intro{font-size:16px;letter-spacing:-.2px;margin:0 0 24px}.design-v2 .checkout-v2-reassurance,.design-v2 .checkout-v2-step-intro{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:400;line-height:1.4}.design-v2 .checkout-v2-reassurance{font-size:13px;letter-spacing:-.56px;margin:12px 0 0}.design-v2 .checkout-v2-column-title{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.72px;margin:0 0 24px}.design-v2 .checkout-v2-form-group{margin-bottom:16px}.design-v2 .checkout-v2-label{display:block;font-weight:500;margin-bottom:6px}.design-v2 .checkout-v2-input,.design-v2 .checkout-v2-label,.design-v2 .checkout-v2-select{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;letter-spacing:-.56px}.design-v2 .checkout-v2-input,.design-v2 .checkout-v2-select{background:#fff;border:1px solid #bababa;border-radius:4px;box-shadow:none;font-weight:400;height:46px;padding:0 16px;transition:border-color .2s ease;width:100%}.design-v2 .checkout-v2-input::-moz-placeholder,.design-v2 .checkout-v2-select::-moz-placeholder{color:rgba(2,64,61,.4);font-size:14px}.design-v2 .checkout-v2-input::placeholder,.design-v2 .checkout-v2-select::placeholder{color:rgba(2,64,61,.4);font-size:14px}.design-v2 .checkout-v2-input:focus,.design-v2 .checkout-v2-select:focus{border-color:#02403d;box-shadow:0 0 0 3px rgba(2,64,61,.08);outline:none}.design-v2 .checkout-v2-input.error,.design-v2 .error.checkout-v2-select{border-color:#d9534f}.design-v2 .checkout-v2-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%2302403d' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.design-v2 textarea.checkout-v2-input,.design-v2 textarea.checkout-v2-select{height:auto;min-height:100px;padding:12px 16px}.design-v2 .checkout-v2-error{color:#d9534f;display:block;font-size:12px;margin-top:4px}.design-v2 .checkout-v2-alert,.design-v2 .checkout-v2-error{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .checkout-v2-alert{border-radius:4px;font-size:14px;line-height:1.4;margin-bottom:16px;padding:12px 16px}.design-v2 .checkout-v2-alert.warning{background:#fff3cd;border:1px solid #ffc107;color:#856404}.design-v2 .checkout-v2-alert.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.design-v2 .checkout-v2-alert.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.design-v2 .checkout-v2-alert.info{background:rgba(2,64,61,.04);border:1px solid rgba(2,64,61,.12);color:#02403d}.design-v2 .checkout-v2-btn-primary{align-items:center;background:#02403d;border:none;border-radius:4px;color:#b2f300;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;height:46px;justify-content:center;letter-spacing:-.2px;line-height:1.4;padding:12px 24px;text-align:center;text-decoration:none;text-transform:capitalize;transition:all .2s ease;width:100%}.design-v2 .checkout-v2-btn-primary:hover{background:#035450;box-shadow:0 4px 12px rgba(2,64,61,.2);transform:translateY(-1px)}.design-v2 .checkout-v2-btn-primary.btn-loading,.design-v2 .checkout-v2-btn-primary:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.design-v2 .checkout-v2-btn-secondary{align-items:center;background:#bac6c6;border:none;border-radius:4px;color:#02403d;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;height:46px;justify-content:center;letter-spacing:-.2px;line-height:1.4;padding:12px 24px;text-align:center;text-decoration:none;text-transform:capitalize;transition:all .2s ease;width:100%}.design-v2 .checkout-v2-btn-secondary:hover{background:#acbaba}.design-v2 .checkout-v2-btn-secondary.btn-loading,.design-v2 .checkout-v2-btn-secondary:disabled{cursor:not-allowed;opacity:.6}.design-v2 .checkout-v2-btn-outline{align-items:center;background:transparent;border:1px solid #bababa;border-radius:4px;color:#02403d;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;height:46px;justify-content:center;letter-spacing:-.2px;line-height:1.4;padding:12px 24px;text-align:center;text-decoration:none;text-transform:capitalize;transition:all .2s ease;width:100%}.design-v2 .checkout-v2-btn-outline:hover{background:rgba(2,64,61,.02);border-color:#02403d}.design-v2 .checkout-v2-btn-outline.btn-loading,.design-v2 .checkout-v2-btn-outline:disabled{cursor:not-allowed;opacity:.6}.design-v2 .checkout-v2-btn-google{align-items:center;background:#fff;border:1px solid #bababa;border-radius:4px;color:#02403d;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:500;gap:10px;height:46px;justify-content:center;letter-spacing:-.2px;line-height:1.4;padding:12px 24px;text-align:center;text-decoration:none;text-transform:capitalize;transition:all .2s ease;width:100%}.design-v2 .checkout-v2-btn-google:hover{background:#f8f8f8;border-color:#02403d}.design-v2 .checkout-v2-btn-google img,.design-v2 .checkout-v2-btn-google svg{height:20px;width:20px}.design-v2 .checkout-v2-divider{background:rgba(2,64,61,.12);height:1px;margin:24px 0}.design-v2 .checkout-v2-or-divider{align-items:center;display:none;gap:16px;margin:20px 0}@media (max-width:640px){.design-v2 .checkout-v2-or-divider{display:flex}}.design-v2 .checkout-v2-or-divider:after,.design-v2 .checkout-v2-or-divider:before{background:rgba(2,64,61,.15);content:"";flex:1;height:1px}.design-v2 .checkout-v2-or-divider span{white-space:nowrap}.design-v2 .checkout-v2-link,.design-v2 .checkout-v2-or-divider span{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px}.design-v2 .checkout-v2-link{text-decoration:none;transition:color .2s ease}.design-v2 .checkout-v2-link:hover{color:#02403d}.design-v2 .checkout-v2-sidebar{align-self:stretch;position:relative}.design-v2 .checkout-v2-sidebar:before{background:#fff;bottom:-80px;content:"";left:0;pointer-events:none;position:absolute;top:-40px;width:100vw;z-index:0}@media (max-width:640px){.design-v2 .checkout-v2-sidebar:before{bottom:-48px;top:-24px}}@media (max-width:900px){.design-v2 .checkout-v2-sidebar{margin-top:32px}.design-v2 .checkout-v2-sidebar:before{bottom:-80px;left:-20px;top:0;width:calc(100% + 40px)}}.design-v2 .checkout-v2-sidebar-card{background:transparent;border-radius:0;overflow:visible;padding:32px 40px;position:sticky;top:94px;z-index:1}@media (max-width:1024px){.design-v2 .checkout-v2-sidebar-card{padding:32px 24px}}@media (max-width:900px){.design-v2 .checkout-v2-sidebar-card{padding:32px 0 24px;position:relative;top:auto}}.design-v2 .checkout-v2-sidebar-title-row{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:20px}.design-v2 .checkout-v2-sidebar-title-actions{align-items:center;display:flex;gap:12px}@media (max-width:900px){.design-v2 .checkout-v2-sidebar-toggle{cursor:pointer;margin-bottom:0}}.design-v2 .checkout-v2-sidebar-chevron{color:#02403d;display:none;flex-shrink:0;transition:transform .2s ease}@media (max-width:900px){.design-v2 .checkout-v2-sidebar-chevron{display:flex}.design-v2 .checkout-v2-sidebar-collapsible{display:none}}.design-v2 .checkout-v2-sidebar-collapsible.open{display:block}.design-v2 .checkout-v2-sidebar-card.expanded .checkout-v2-sidebar-toggle{margin-bottom:20px}.design-v2 .checkout-v2-sidebar-card.expanded .checkout-v2-sidebar-chevron{transform:scaleY(-1)}.design-v2 .checkout-v2-sidebar-card.expanded .checkout-v2-sidebar-collapsed-summary{display:none}.design-v2 .checkout-v2-sidebar-collapsed-summary{align-items:center;display:none;gap:14px;padding:12px 0 0}@media (max-width:900px){.design-v2 .checkout-v2-sidebar-collapsed-summary{display:flex}}.design-v2 .checkout-v2-sidebar-collapsed-images{align-items:center;display:flex;flex-shrink:0;height:56px;position:relative;width:68px}.design-v2 .checkout-v2-sidebar-collapsed-img{align-items:center;background:#fff;border:1px solid rgba(2,64,61,.08);border-radius:6px;display:flex;height:46px;justify-content:center;overflow:hidden;position:absolute;width:46px}.design-v2 .checkout-v2-sidebar-collapsed-img img{max-height:36px;max-width:36px;mix-blend-mode:multiply;-o-object-fit:contain;object-fit:contain}.design-v2 .checkout-v2-sidebar-collapsed-img:first-child{left:12px;top:6px;transform:none;z-index:3}.design-v2 .checkout-v2-sidebar-collapsed-img:nth-child(2){left:22px;opacity:.6;top:4px;transform:rotate(8deg);z-index:2}.design-v2 .checkout-v2-sidebar-collapsed-img:nth-child(3){left:28px;opacity:.35;top:2px;transform:rotate(14deg);z-index:1}.design-v2 .checkout-v2-sidebar-collapsed-info{flex:1;min-width:0}.design-v2 .checkout-v2-sidebar-collapsed-label{color:#02403d;font-size:16px;font-weight:700;letter-spacing:-.2px;line-height:1.2}.design-v2 .checkout-v2-sidebar-collapsed-count,.design-v2 .checkout-v2-sidebar-collapsed-label{display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .checkout-v2-sidebar-collapsed-count{color:#3d635f;font-size:14px;font-weight:400;letter-spacing:-.56px;line-height:1.4}.design-v2 .checkout-v2-sidebar-collapsed-total{flex-shrink:0;font-size:22px;font-weight:700;letter-spacing:-.5px;white-space:nowrap}.design-v2 .checkout-v2-sidebar-collapsed-total,.design-v2 .checkout-v2-sidebar-title{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .checkout-v2-sidebar-title{font-size:16px;font-weight:500;letter-spacing:-.2px;line-height:1.4;margin:0}.design-v2 .checkout-v2-sidebar-edit{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;letter-spacing:-.56px;text-decoration:none;transition:color .2s ease}.design-v2 .checkout-v2-sidebar-edit:hover{color:#02403d}.design-v2 .checkout-v2-sidebar-divider{background:rgba(2,64,61,.12);height:1px;margin:0 0 16px}.design-v2 .checkout-v2-sidebar-product{align-items:center;display:flex;gap:12px;padding:8px 0}.design-v2 .checkout-v2-sidebar-product-image{align-items:center;background:transparent;border-radius:4px;display:flex;flex-shrink:0;height:64px;justify-content:center;overflow:hidden;padding:0;width:64px}.design-v2 .checkout-v2-sidebar-product-image img{max-height:100%;max-width:100%;mix-blend-mode:multiply;-o-object-fit:contain;object-fit:contain}.design-v2 .checkout-v2-sidebar-product-info{flex:1;min-width:0}.design-v2 .checkout-v2-sidebar-product-name{color:#02403d;font-weight:500;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.design-v2 .checkout-v2-sidebar-product-name,.design-v2 .checkout-v2-sidebar-product-price{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;letter-spacing:-.56px}.design-v2 .checkout-v2-sidebar-product-price{color:#3d635f;font-weight:400}.design-v2 .checkout-v2-sidebar-row{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:4px;padding:4px 0}.design-v2 .checkout-v2-sidebar-label{color:#3d635f;font-weight:400}.design-v2 .checkout-v2-sidebar-label,.design-v2 .checkout-v2-sidebar-value{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;letter-spacing:-.2px;line-height:1.4}.design-v2 .checkout-v2-sidebar-value{color:#02403d;font-weight:500;text-align:right}.design-v2 .checkout-v2-sidebar-total{margin-top:4px}.design-v2 .checkout-v2-sidebar-total .checkout-v2-sidebar-label{color:#3d635f;font-weight:400}.design-v2 .checkout-v2-sidebar-total .checkout-v2-sidebar-value{font-size:16px;font-weight:700}.design-v2 .checkout-v2-sidebar-coupon .checkout-v2-sidebar-label,.design-v2 .checkout-v2-sidebar-coupon .checkout-v2-sidebar-value{color:#02403d;font-weight:600}.design-v2 .checkout-v2 fieldset{border:none;margin:0 0 24px;padding:0}.design-v2 .checkout-v2 legend{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.56px;margin-bottom:16px;padding:0;text-transform:uppercase}.design-v2 .checkout-v2 legend em{color:#3d635f;font-weight:400}.design-v2 .checkout-v2 input[type=email],.design-v2 .checkout-v2 input[type=number],.design-v2 .checkout-v2 input[type=password],.design-v2 .checkout-v2 input[type=search],.design-v2 .checkout-v2 input[type=tel],.design-v2 .checkout-v2 input[type=text]{background:#fff;border:1px solid #bababa;border-radius:4px;box-shadow:none;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:400;height:46px;letter-spacing:-.56px;margin-bottom:8px;padding:0 16px;transition:border-color .2s ease}.design-v2 .checkout-v2 input[type=email]::-moz-placeholder,.design-v2 .checkout-v2 input[type=number]::-moz-placeholder,.design-v2 .checkout-v2 input[type=password]::-moz-placeholder,.design-v2 .checkout-v2 input[type=search]::-moz-placeholder,.design-v2 .checkout-v2 input[type=tel]::-moz-placeholder,.design-v2 .checkout-v2 input[type=text]::-moz-placeholder{color:rgba(2,64,61,.4)}.design-v2 .checkout-v2 input[type=email]::placeholder,.design-v2 .checkout-v2 input[type=number]::placeholder,.design-v2 .checkout-v2 input[type=password]::placeholder,.design-v2 .checkout-v2 input[type=search]::placeholder,.design-v2 .checkout-v2 input[type=tel]::placeholder,.design-v2 .checkout-v2 input[type=text]::placeholder{color:rgba(2,64,61,.4)}.design-v2 .checkout-v2 input[type=email]:focus,.design-v2 .checkout-v2 input[type=number]:focus,.design-v2 .checkout-v2 input[type=password]:focus,.design-v2 .checkout-v2 input[type=search]:focus,.design-v2 .checkout-v2 input[type=tel]:focus,.design-v2 .checkout-v2 input[type=text]:focus{border-color:#02403d;box-shadow:0 0 0 3px rgba(2,64,61,.08);outline:none}.design-v2 .checkout-v2 input[type=email].error,.design-v2 .checkout-v2 input[type=number].error,.design-v2 .checkout-v2 input[type=password].error,.design-v2 .checkout-v2 input[type=search].error,.design-v2 .checkout-v2 input[type=tel].error,.design-v2 .checkout-v2 input[type=text].error{border-color:#d9534f}.design-v2 .checkout-v2 select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%2302403d' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;border:1px solid #bababa;border-radius:4px;box-shadow:none;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:400;height:46px;letter-spacing:-.56px;margin-bottom:8px;padding:0 40px 0 16px;transition:border-color .2s ease}.design-v2 .checkout-v2 select:focus{border-color:#02403d;box-shadow:0 0 0 3px rgba(2,64,61,.08);outline:none}.design-v2 .checkout-v2 label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;letter-spacing:-.56px;margin-bottom:0}.design-v2 .checkout-v2 label.error{color:#d9534f}.design-v2 .checkout-v2 small.error{background:#fee2e2;border-left:3px solid #dc2626;border-radius:4px;color:#b91c1c;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:600;letter-spacing:-.1px;margin:6px 0 8px;padding:8px 12px}.design-v2 .checkout-v2 small.success{color:#155724}.design-v2 .checkout-v2 small.success,.design-v2 .checkout-v2 small.warning{background:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:12px;margin:4px 0 8px;padding:0}.design-v2 .checkout-v2 small.warning{color:#856404}.design-v2 .checkout-v2 small.alert{background:none;color:#856404;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:12px;margin:4px 0 8px;padding:0}.design-v2 .checkout-v2 .row{margin:0 -8px;max-width:none}.design-v2 .checkout-v2 .row .columns{padding:0 8px}.design-v2 .checkout-v2 .how-would-you-like-to{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.design-v2 .checkout-v2 .how-would-you-like-to button{align-items:center;background:#fff;border:1px solid #bababa;border-radius:4px;color:#02403d;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;height:42px;justify-content:center;padding:10px 20px;transition:all .2s ease;white-space:nowrap}@media (max-width:640px){.design-v2 .checkout-v2 .how-would-you-like-to button{flex:1 1 calc(33.33333% - 5.33333px);padding:10px 4px}}@media (max-width:360px){.design-v2 .checkout-v2 .how-would-you-like-to button{flex:1 1 100%}}.design-v2 .checkout-v2 .how-would-you-like-to button:hover{border-color:#02403d}.design-v2 .checkout-v2 .how-would-you-like-to button.success{background:#02403d;border-color:#02403d;color:#b2f300}.design-v2 .checkout-v2 .option-btn-group{display:flex;flex-direction:column;gap:0;margin-bottom:12px}.design-v2 .checkout-v2 .option-btn-group button{align-items:center;background:#fff;border:1px solid #bababa;border-radius:4px;color:#02403d;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}.design-v2 .checkout-v2 .option-btn-group button:hover{border-color:#02403d}.design-v2 .checkout-v2 .option-btn-group button.success{background:#02403d;border-color:#02403d;color:#b2f300}.design-v2 .checkout-v2 .option-btn-group button.success svg{fill:#b2f300}.design-v2 .checkout-v2 .option-btn-group button.alert{background:#d9534f;border-color:#d9534f;color:#fff}.design-v2 .checkout-v2 .option-btn-group button:disabled{cursor:not-allowed;opacity:.5}.design-v2 .checkout-v2 .next-button,.design-v2 .checkout-v2 button.button.success{align-items:center;background:#02403d;border:none;border-radius:4px;color:#b2f300;cursor:pointer;display:inline-flex;float:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;height:46px;justify-content:center;letter-spacing:-.2px;margin:8px 0;padding:12px 32px;transition:all .2s ease}.design-v2 .checkout-v2 .next-button:hover,.design-v2 .checkout-v2 button.button.success:hover{background:#035450;box-shadow:0 4px 12px rgba(2,64,61,.2);transform:translateY(-1px)}.design-v2 .checkout-v2 .next-button.btn-loading,.design-v2 .checkout-v2 button.button.success.btn-loading{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.design-v2 .checkout-v2 .next-button.disabled,.design-v2 .checkout-v2 .next-button:disabled,.design-v2 .checkout-v2 button.button.success.disabled,.design-v2 .checkout-v2 button.button.success:disabled{box-shadow:none;cursor:default;opacity:.35;pointer-events:none;transform:none}.design-v2 .checkout-v2 button.button.warning{align-items:center;background:#f97316;border:none;border-radius:4px;box-shadow:0 2px 6px rgba(249,115,22,.3);color:#fff;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:700;height:46px;justify-content:center;margin:8px 0;padding:12px 32px;transition:all .2s ease}.design-v2 .checkout-v2 button.button.warning:hover{background:#ea6406;box-shadow:0 4px 12px rgba(249,115,22,.4);transform:translateY(-1px)}.design-v2 .checkout-v2 button.button.warning.btn-loading{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.design-v2 .checkout-v2 .next-button+.next-button,.design-v2 .checkout-v2 .next-button+button.button.warning,.design-v2 .checkout-v2 button.button.warning+.next-button{margin-right:12px}.design-v2 .checkout-v2 .alert-box{border:none;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;line-height:1.4;margin-bottom:12px;padding:12px 16px}.design-v2 .checkout-v2 .alert-box.warning{background:#fff3cd;color:#856404}.design-v2 .checkout-v2 .alert-box.default,.design-v2 .checkout-v2 .alert-box.secondary{background:rgba(2,64,61,.04);color:#02403d}.design-v2 .checkout-v2 .insurance-message{margin-top:8px}.design-v2 .checkout-v2 label:has(input[type=checkbox]){align-items:center;display:inline-flex;gap:6px}.design-v2 .checkout-v2 input[type=checkbox]{accent-color:#02403d;flex-shrink:0;height:18px;margin:0;width:18px}.design-v2 .checkout-v2 .address-selector{margin-bottom:16px}.design-v2 .checkout-v2 .select-address select{height:auto;padding:10px 40px 10px 20px}.design-v2 .checkout-v2 hr{border:none;border-top:1px solid rgba(2,64,61,.12);margin:16px 0}.design-v2 .checkout-v2 p{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;line-height:1.4}.design-v2 .checkout-v2 p small{color:#3d635f!important;font-size:14px!important}.design-v2 .checkout-v2 .label.secondary{background:#e8e8e8;border-radius:4px;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:12px;padding:2px 8px}@media (max-width:640px){.design-v2 .checkout-v2 .checkout-v2-input,.design-v2 .checkout-v2 .checkout-v2-select,.design-v2 .checkout-v2 input[type=email],.design-v2 .checkout-v2 input[type=number],.design-v2 .checkout-v2 input[type=password],.design-v2 .checkout-v2 input[type=search],.design-v2 .checkout-v2 input[type=tel],.design-v2 .checkout-v2 input[type=text],.design-v2 .checkout-v2 select,.design-v2 .checkout-v2 textarea{font-size:16px}}.design-v2 .offer-thanks-v2{background:#e8e8e8;min-height:60vh;padding:40px 0 80px}.design-v2 .offer-thanks-v2.no-hero{padding-top:0}@media (max-width:640px){.design-v2 .offer-thanks-v2{padding:24px 0 48px}.design-v2 .offer-thanks-v2.no-hero{padding-top:0}}.design-v2 .offer-thanks-v2-container{margin:0 auto}.design-v2 .offer-thanks-v2-hero{margin-bottom:48px;text-align:center}@media (max-width:640px){.design-v2 .offer-thanks-v2-hero{margin-bottom:32px}}.design-v2 .offer-thanks-v2-hero-heading{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:48px;font-weight:500;letter-spacing:-2.5px;line-height:.9;margin:0 0 20px}@media (max-width:1024px){.design-v2 .offer-thanks-v2-hero-heading{font-size:40px;letter-spacing:-2px}}@media (max-width:640px){.design-v2 .offer-thanks-v2-hero-heading{font-size:32px;letter-spacing:-1.5px;margin-bottom:16px}}.design-v2 .offer-thanks-v2-hero-subtitle{color:#02403d;font-size:16px;letter-spacing:-.2px;line-height:1.4;margin:0 0 4px}.design-v2 .offer-thanks-v2-hero-meta,.design-v2 .offer-thanks-v2-hero-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:400}.design-v2 .offer-thanks-v2-hero-meta{color:#3d635f;font-size:14px;letter-spacing:-.56px;margin:0}.design-v2 .offer-thanks-v2-card{background:#fff;border:none;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,.05);margin-bottom:24px;padding:32px}@media (max-width:640px){.design-v2 .offer-thanks-v2-card{border-radius:8px;padding:20px}}.design-v2 .offer-thanks-v2-card-heading{background:none;border:none;border-bottom:1px solid rgba(2,64,61,.08);border-radius:0;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.3px;margin:0 0 28px;padding:0 0 16px;text-transform:none}.design-v2 .offer-thanks-v2-shipping{margin:0}.design-v2 .offer-thanks-v2-shipping-header{margin-bottom:40px;text-align:center}@media (max-width:640px){.design-v2 .offer-thanks-v2-shipping-header{margin-bottom:28px}}.design-v2 .offer-thanks-v2-shipping-title{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:26px;font-weight:700;letter-spacing:-1px;margin:0 0 8px}@media (max-width:640px){.design-v2 .offer-thanks-v2-shipping-title{font-size:22px}}.design-v2 .offer-thanks-v2-shipping-subtitle{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:400;letter-spacing:-.56px;margin:0}.design-v2 .offer-thanks-v2-timeline{position:relative}.design-v2 .offer-thanks-v2-timeline-step{display:flex;gap:20px;position:relative}.design-v2 .offer-thanks-v2-timeline-step:last-child .offer-thanks-v2-timeline-line{display:none}@media (max-width:640px){.design-v2 .offer-thanks-v2-timeline-step{gap:16px}}.design-v2 .offer-thanks-v2-timeline-marker{align-items:center;display:flex;flex-direction:column;flex-shrink:0;width:36px}.design-v2 .offer-thanks-v2-timeline-number{align-items:center;background:#02403d;border-radius:50%;color:#b2f300;display:flex;flex-shrink:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:15px;font-weight:700;height:36px;justify-content:center;width:36px}.design-v2 .offer-thanks-v2-timeline-line{background:rgba(2,64,61,.12);flex:1;margin:0 auto;width:2px}.design-v2 .offer-thanks-v2-timeline-card{background:rgba(2,64,61,.025);border:1px solid rgba(2,64,61,.06);border-radius:12px;display:flex;flex:1;gap:20px;margin-bottom:16px;min-width:0;padding:24px}@media (max-width:640px){.design-v2 .offer-thanks-v2-timeline-card{align-items:center;flex-direction:column;gap:12px;padding:20px;text-align:center}}.design-v2 .offer-thanks-v2-timeline-card-icon{align-items:flex-start;display:flex;flex-shrink:0;justify-content:center;padding-top:2px;width:48px}.design-v2 .offer-thanks-v2-timeline-card-icon svg{color:#02403d;height:44px;width:44px}@media (max-width:640px){.design-v2 .offer-thanks-v2-timeline-card-icon{width:auto}}.design-v2 .offer-thanks-v2-timeline-card-body{flex:1;min-width:0}.design-v2 .offer-thanks-v2-timeline-card-body h3{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;letter-spacing:-.2px;margin:0 0 6px}.design-v2 .offer-thanks-v2-timeline-card-body p{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:400;letter-spacing:-.56px;line-height:1.4;margin:0 0 12px}.design-v2 .offer-thanks-v2-timeline-card-body p:last-child{margin-bottom:0}.design-v2 .offer-thanks-v2-label-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}@media (max-width:640px){.design-v2 .offer-thanks-v2-label-actions{justify-content:center}}.design-v2 .offer-thanks-v2-label-actions{align-items:stretch}.design-v2 .offer-thanks-v2-label-actions .shipping-label-ctrl{display:flex;margin:0}.design-v2 .offer-thanks-v2-label-actions .shipping-label-ctrl .text-center{text-align:left}@media (max-width:640px){.design-v2 .offer-thanks-v2-label-actions .shipping-label-ctrl .text-center{text-align:center}}.design-v2 .offer-thanks-v2-label-actions .shipping-label-ctrl .recommended-badge{background:#02403d;border-radius:9999px;color:#b2f300;display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:11px;font-weight:600;margin-top:4px;padding:2px 10px}.design-v2 .offer-thanks-v2-label-actions .shipping-label-btn{background:rgba(2,64,61,.06)!important;border:1px solid rgba(2,64,61,.15)!important;border-radius:12px!important;box-shadow:none!important;color:#02403d!important;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.56px;margin:0!important;min-width:140px;padding:16px 28px!important;text-decoration:none;transition:all .2s ease}.design-v2 .offer-thanks-v2-label-actions .shipping-label-btn object{display:block;height:40px;margin:0 auto 8px!important;max-width:none!important;opacity:1!important}.design-v2 .offer-thanks-v2-label-actions .shipping-label-btn object.logo-fedex{height:30px;margin-bottom:13px!important;margin-top:5px!important}.design-v2 .offer-thanks-v2-label-actions .shipping-label-btn object.logo-ups{height:40px}.design-v2 .offer-thanks-v2-label-actions .shipping-label-btn object.logo-dhl,.design-v2 .offer-thanks-v2-label-actions .shipping-label-btn object.logo-usps{height:30px;margin-bottom:13px!important;margin-top:5px!important}.design-v2 .offer-thanks-v2-label-actions .shipping-label-btn [class*=fi-],.design-v2 .offer-thanks-v2-label-actions .shipping-label-btn strong{color:#02403d!important}.design-v2 .offer-thanks-v2-label-actions .shipping-label-btn:hover{background:rgba(2,64,61,.1)!important;border-color:rgba(2,64,61,.25)!important;box-shadow:0 4px 16px rgba(2,64,61,.1)!important;transform:translateY(-2px)}.design-v2 .offer-thanks-v2-label-actions .hazmat-label-ctrl{display:flex;margin:0}.design-v2 .offer-thanks-v2-label-actions .hazmat-label-ctrl .text-left{text-align:left}@media (max-width:640px){.design-v2 .offer-thanks-v2-label-actions .hazmat-label-ctrl .text-left{text-align:center}}.design-v2 .offer-thanks-v2-label-actions .hazmat-label-btn{background:rgba(2,64,61,.06)!important;border:1px solid rgba(2,64,61,.15)!important;border-radius:12px!important;box-shadow:none!important;color:#02403d!important;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.56px;margin:0!important;min-width:140px;padding:16px 28px!important;text-decoration:none;transition:all .2s ease}.design-v2 .offer-thanks-v2-label-actions .hazmat-label-btn object{display:block;height:40px;margin:0 auto 8px!important;max-width:none!important;opacity:1!important}.design-v2 .offer-thanks-v2-label-actions .hazmat-label-btn object.logo-hazmat{height:40px}.design-v2 .offer-thanks-v2-label-actions .hazmat-label-btn [class*=fi-],.design-v2 .offer-thanks-v2-label-actions .hazmat-label-btn strong{color:#02403d!important}.design-v2 .offer-thanks-v2-label-actions .hazmat-label-btn:hover{background:rgba(2,64,61,.1)!important;border-color:rgba(2,64,61,.25)!important;box-shadow:0 4px 16px rgba(2,64,61,.1)!important;transform:translateY(-2px)}.design-v2 .offer-thanks-v2-checklist{margin-bottom:24px}.design-v2 .offer-thanks-v2-checklist-grid{display:grid;gap:16px;grid-template-columns:1fr 1fr}@media (max-width:640px){.design-v2 .offer-thanks-v2-checklist-grid{gap:12px;grid-template-columns:1fr}}.design-v2 .offer-thanks-v2-checklist-col{background:#fff;border:1px solid rgba(2,64,61,.06);border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:24px}@media (max-width:640px){.design-v2 .offer-thanks-v2-checklist-col{padding:20px}}.design-v2 .offer-thanks-v2-checklist-col-header{align-items:center;border-bottom:1px solid rgba(2,64,61,.06);display:flex;gap:10px;margin-bottom:20px;padding-bottom:16px}.design-v2 .offer-thanks-v2-checklist-col-header>svg{color:#02403d;flex-shrink:0;height:20px;width:20px}.design-v2 .offer-thanks-v2-checklist-col-header h4{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;letter-spacing:-.2px;margin:0}.design-v2 .offer-thanks-v2-check-item{align-items:flex-start;display:flex;gap:12px;padding:8px 0}.design-v2 .offer-thanks-v2-check-item .offer-thanks-v2-check-icon{align-items:center;background:#02403d;border-radius:50%;display:flex;flex-shrink:0;height:22px;justify-content:center;margin-top:1px;width:22px}.design-v2 .offer-thanks-v2-check-item .offer-thanks-v2-check-icon svg{color:#b2f300;height:12px;width:12px}.design-v2 .offer-thanks-v2-check-item>span{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:400;letter-spacing:-.56px;line-height:1.4}.design-v2 .offer-thanks-v2-ready{margin-top:16px}.design-v2 .offer-thanks-v2-ready-inner{align-items:center;background:#02403d;border-radius:12px;display:flex;gap:12px;justify-content:center;padding:20px 32px}.design-v2 .offer-thanks-v2-ready-inner>svg{color:#b2f300;flex-shrink:0;height:24px;width:24px}.design-v2 .offer-thanks-v2-ready-inner p{color:#b2f300!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:18px;font-weight:700;letter-spacing:-.3px;margin:0}.design-v2 .offer-thanks-v2-modify{padding:24px 32px;text-align:center}@media (max-width:640px){.design-v2 .offer-thanks-v2-modify{padding:20px}}.design-v2 .offer-thanks-v2-modify .offer-thanks-v2-card-heading{margin-bottom:16px}.design-v2 .offer-thanks-v2-modify-text{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:400;letter-spacing:-.56px;line-height:1.4;margin:0 0 20px}.design-v2 .offer-thanks-v2-search{margin:0 auto;max-width:560px}.design-v2 .offer-thanks-v2-search .no-results{margin:0;padding:0}.design-v2 .offer-thanks-v2-search-inner{align-items:center;background:#fff;border-radius:8px;box-shadow:0 7px 16px 0 rgba(0,0,0,.08),0 30px 30px 0 rgba(0,0,0,.07),0 67px 40px 0 rgba(0,0,0,.04),0 119px 48px 0 rgba(0,0,0,.01);display:flex;height:52px;padding:0 20px;position:relative}.design-v2 .offer-thanks-v2-search-inner .clear-div-container,.design-v2 .offer-thanks-v2-search-inner .icon-div-container{cursor:pointer;position:absolute;right:48px;top:50%;transform:translateY(-50%)}.design-v2 .offer-thanks-v2-search-icon{flex-shrink:0;height:18px;pointer-events:none;position:absolute;right:20px;top:50%;transform:translateY(-50%);width:18px}.design-v2 .offer-thanks-v2-search-input{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;color:#02403d;flex:1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;height:100%;letter-spacing:-.56px;margin:0!important;outline:none!important;padding:0 32px!important;text-align:center}.design-v2 .offer-thanks-v2-search-input::-moz-placeholder{color:#02403d;opacity:.4}.design-v2 .offer-thanks-v2-search-input::placeholder{color:#02403d;opacity:.4}.design-v2 .offer-thanks-v2-search-input:active,.design-v2 .offer-thanks-v2-search-input:focus,.design-v2 .offer-thanks-v2-search-input:hover{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;outline:none!important}.design-v2 .offer-thanks-v2-modify .autocomplete-suggestions{background:#fff;border:1px solid rgba(2,64,61,.1);border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);max-height:350px!important;text-align:left}.design-v2 .offer-thanks-v2-modify .autocomplete-suggestion-modify{border-bottom:1px solid rgba(2,64,61,.06);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;padding:10px 16px;transition:background-color .2s ease}.design-v2 .offer-thanks-v2-modify .autocomplete-suggestion-modify.selected,.design-v2 .offer-thanks-v2-modify .autocomplete-suggestion-modify:hover{background:#e8e8e8}.design-v2 .offer-thanks-v2-modify .autocomplete-suggestion-modify .sell-search-img{border-radius:4px;height:44px;width:44px}.design-v2 .offer-thanks-v2-modify .autocomplete-suggestion-modify .sell-search-product{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600}.design-v2 .offer-thanks-v2-modify .autocomplete-suggestion-modify .sell-search-product b{background:#02403d;border-radius:2px;color:#b2f300;padding:0 3px}.design-v2 .offer-thanks-v2-modify .autocomplete-suggestion-modify .sell-search-price .pre-text{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .offer-thanks-v2-modify .autocomplete-suggestion-modify .sell-search-price .price{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:700}.design-v2 .offer-thanks-v2-overview-grid{display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:24px}@media (max-width:640px){.design-v2 .offer-thanks-v2-overview-grid{gap:0;grid-template-columns:1fr}}.design-v2 .offer-thanks-v2-table{border-collapse:collapse;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;width:100%}.design-v2 .offer-thanks-v2-table td{border:none;border-bottom:1px solid rgba(2,64,61,.06);color:#02403d;font-size:14px;padding:10px 0}.design-v2 .offer-thanks-v2-table td.title{color:#3d635f;font-weight:400;padding-right:12px;white-space:nowrap}.design-v2 .offer-thanks-v2-table td.amount{font-weight:500;text-align:right;white-space:nowrap}.design-v2 .offer-thanks-v2-table tr:last-child td{border-bottom:none}.design-v2 .offer-thanks-v2-table .money{color:#02403d;font-weight:700}.design-v2 .offer-thanks-v2-table .money-red{color:#c00}.design-v2 .offer-thanks-v2-items-table{border:none;border-collapse:collapse;border-radius:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;overflow:hidden;width:100%}.design-v2 .offer-thanks-v2-items-table thead th{background:rgba(2,64,61,.03);border:none;font-size:14px;padding:12px 16px;text-align:left}.design-v2 .offer-thanks-v2-items-table thead th,.design-v2 .offer-thanks-v2-items-table thead th h5{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:600}.design-v2 .offer-thanks-v2-items-table thead th h5{display:inline;font-size:16px;margin:0}.design-v2 .offer-thanks-v2-items-table thead th img{border-radius:4px;margin-right:12px;mix-blend-mode:multiply}.design-v2 .offer-thanks-v2-items-table tbody td{border:none;border-top:1px solid rgba(2,64,61,.06);color:#02403d;font-size:16px;padding:12px 16px}.design-v2 .offer-thanks-v2-items-table tbody td strong,.design-v2 .offer-thanks-v2-items-table tbody td strong.money{color:#02403d}.design-v2 .offer-thanks-v2-status{margin-bottom:24px}.design-v2 .offer-thanks-v2-adjusted{text-align:center}.design-v2 .offer-thanks-v2-adjusted .offer-thanks-v2-new-offer,.design-v2 .offer-thanks-v2-adjusted .offer-thanks-v2-old-offer{border-radius:4px;display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;margin:4px;padding:8px 16px}.design-v2 .offer-thanks-v2-adjusted .offer-thanks-v2-old-offer{background:rgba(2,64,61,.04);color:#3d635f}.design-v2 .offer-thanks-v2-adjusted .offer-thanks-v2-old-offer s{color:#3d635f}.design-v2 .offer-thanks-v2-adjusted .offer-thanks-v2-new-offer{background:rgba(2,64,61,.06);color:#02403d}.design-v2 .offer-thanks-v2-adjusted .offer-thanks-v2-new-offer .money{color:#02403d;font-weight:700}.design-v2 .offer-thanks-v2 .button.success,.design-v2 .offer-thanks-v2 button.button.success,.design-v2 .offer-thanks-v2 button.success{background:#02403d;border:none;border-radius:4px;box-shadow:none;color:#b2f300;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.56px;line-height:1.4;padding:12px 28px;transition:all .2s ease}.design-v2 .offer-thanks-v2 .button.success [class*=fi-],.design-v2 .offer-thanks-v2 button.button.success [class*=fi-],.design-v2 .offer-thanks-v2 button.success [class*=fi-]{color:#b2f300}.design-v2 .offer-thanks-v2 .button.success:hover,.design-v2 .offer-thanks-v2 button.button.success:hover,.design-v2 .offer-thanks-v2 button.success:hover{background:#035450;box-shadow:0 4px 12px rgba(2,64,61,.2);transform:translateY(-1px)}.design-v2 .offer-thanks-v2 .button.secondary,.design-v2 .offer-thanks-v2 button.button.secondary,.design-v2 .offer-thanks-v2 button.secondary{background:#fff;border:1px solid #d4d4d4;border-radius:4px;box-shadow:none;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.56px;line-height:1.4;padding:12px 28px;transition:all .2s ease}.design-v2 .offer-thanks-v2 .button.secondary [class*=fi-],.design-v2 .offer-thanks-v2 button.button.secondary [class*=fi-],.design-v2 .offer-thanks-v2 button.secondary [class*=fi-]{color:#02403d}.design-v2 .offer-thanks-v2 .button.secondary:hover,.design-v2 .offer-thanks-v2 button.button.secondary:hover,.design-v2 .offer-thanks-v2 button.secondary:hover{background:#fff;border-color:#02403d;box-shadow:0 2px 8px rgba(2,64,61,.1)}.design-v2 .offer-thanks-v2 .button.alert,.design-v2 .offer-thanks-v2 button.alert{background:#c00;border:none;border-radius:4px;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;padding:12px 28px;transition:all .2s ease}.design-v2 .offer-thanks-v2 .button.alert [class*=fi-],.design-v2 .offer-thanks-v2 button.alert [class*=fi-]{color:#fff}.design-v2 .offer-thanks-v2 .button.alert:hover,.design-v2 .offer-thanks-v2 button.alert:hover{background:#a00}.design-v2 .offer-thanks-v2 .button.primary,.design-v2 .offer-thanks-v2 button.primary{background:#02403d;border:none;border-radius:4px;color:#b2f300;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;padding:12px 28px;transition:all .2s ease}.design-v2 .offer-thanks-v2 .button.primary [class*=fi-],.design-v2 .offer-thanks-v2 button.primary [class*=fi-]{color:#b2f300}.design-v2 .offer-thanks-v2 .button.primary:hover,.design-v2 .offer-thanks-v2 button.primary:hover{background:#035450;box-shadow:0 4px 12px rgba(2,64,61,.2);transform:translateY(-1px)}.design-v2 .offer-thanks-v2 .button.warning,.design-v2 .offer-thanks-v2 button.warning{background:#f59e0b;border:none;border-radius:4px;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;padding:12px 28px;transition:all .2s ease}.design-v2 .offer-thanks-v2 .button.warning [class*=fi-],.design-v2 .offer-thanks-v2 button.warning [class*=fi-]{color:#fff}.design-v2 .offer-thanks-v2 .button.warning:hover,.design-v2 .offer-thanks-v2 button.warning:hover{background:#cf8508}.design-v2 .offer-thanks-v2 .button.mini,.design-v2 .offer-thanks-v2 .button.small,.design-v2 .offer-thanks-v2 button.mini,.design-v2 .offer-thanks-v2 button.small{font-size:13px;padding:8px 20px}.design-v2 .offer-thanks-v2 .button.ghost{background:transparent}.design-v2 .offer-thanks-v2 .button.ghost.secondary{background:transparent;border:1px solid #d4d4d4}.design-v2 .offer-thanks-v2 .button.ghost.secondary:hover{border-color:#02403d}.design-v2 .offer-thanks-v2 .button.ghost.alert{background:transparent;border:1px solid #c00;color:#c00}.design-v2 .offer-thanks-v2 .button.ghost.alert:hover{background:rgba(204,0,0,.04)}.design-v2 .offer-thanks-v2 .button.ghost.success{background:transparent;border:1px solid #d4d4d4;color:#02403d}.design-v2 .offer-thanks-v2 .button.ghost.success:hover{border-color:#02403d}.design-v2 .offer-thanks-v2 .button.ghost.primary{background:transparent;border:1px solid #d4d4d4;color:#02403d}.design-v2 .offer-thanks-v2 .button.ghost.primary:hover{border-color:#02403d}.design-v2 .offer-thanks-v2 .label{border-radius:9999px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:11px;font-weight:600;letter-spacing:.03em;padding:3px 10px;vertical-align:middle}.design-v2 .offer-thanks-v2 .label.success{background:rgba(2,64,61,.1);color:#02403d}.design-v2 .offer-thanks-v2 .label.warning{background:rgba(245,158,11,.12);color:#92400e}.design-v2 .offer-thanks-v2 .label.alert{background:rgba(204,0,0,.08);color:#c00}.design-v2 .offer-thanks-v2 .label.secondary{background:rgba(2,64,61,.06);color:#3d635f}.design-v2 .offer-thanks-v2 .label.info{background:rgba(2,64,61,.06);color:#02403d}.design-v2 .offer-thanks-v2 .panel.callout{background:rgba(2,64,61,.04);border:1px solid rgba(2,64,61,.08);border-radius:8px;color:#02403d;padding:16px 20px}.design-v2 .offer-thanks-v2 .panel.callout h5{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:600}.design-v2 .offer-thanks-v2 h1,.design-v2 .offer-thanks-v2 h2,.design-v2 .offer-thanks-v2 h3,.design-v2 .offer-thanks-v2 h4,.design-v2 .offer-thanks-v2 h5,.design-v2 .offer-thanks-v2 h6{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;text-transform:none}.design-v2 .offer-thanks-v2 p{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;line-height:1.4}.design-v2 .offer-thanks-v2 a{color:#02403d}.design-v2 .offer-thanks-v2 strong{font-weight:600}.design-v2 .offer-thanks-v2 small{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px}.design-v2 .offer-thanks-v2 hr{border:none;border-top:1px solid rgba(2,64,61,.06);margin:24px 0}.design-v2 .offer-thanks-v2 label{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:500;letter-spacing:.02em;margin-bottom:6px;text-transform:none}.design-v2 .offer-thanks-v2 input[type=email],.design-v2 .offer-thanks-v2 input[type=number],.design-v2 .offer-thanks-v2 input[type=password],.design-v2 .offer-thanks-v2 input[type=search],.design-v2 .offer-thanks-v2 input[type=tel],.design-v2 .offer-thanks-v2 input[type=text],.design-v2 .offer-thanks-v2 input[type=url],.design-v2 .offer-thanks-v2 select,.design-v2 .offer-thanks-v2 textarea{background:#fff;border:1px solid #d4d4d4;border-radius:8px;box-shadow:none;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:15px;height:auto;margin-bottom:4px;padding:12px 16px;transition:border-color .2s ease}.design-v2 .offer-thanks-v2 input[type=email]:focus,.design-v2 .offer-thanks-v2 input[type=number]:focus,.design-v2 .offer-thanks-v2 input[type=password]:focus,.design-v2 .offer-thanks-v2 input[type=search]:focus,.design-v2 .offer-thanks-v2 input[type=tel]:focus,.design-v2 .offer-thanks-v2 input[type=text]:focus,.design-v2 .offer-thanks-v2 input[type=url]:focus,.design-v2 .offer-thanks-v2 select:focus,.design-v2 .offer-thanks-v2 textarea:focus{border-color:#02403d;box-shadow:0 0 0 3px rgba(2,64,61,.08);outline:none}.design-v2 .offer-thanks-v2 input[type=email]::-moz-placeholder,.design-v2 .offer-thanks-v2 input[type=number]::-moz-placeholder,.design-v2 .offer-thanks-v2 input[type=password]::-moz-placeholder,.design-v2 .offer-thanks-v2 input[type=search]::-moz-placeholder,.design-v2 .offer-thanks-v2 input[type=tel]::-moz-placeholder,.design-v2 .offer-thanks-v2 input[type=text]::-moz-placeholder,.design-v2 .offer-thanks-v2 input[type=url]::-moz-placeholder,.design-v2 .offer-thanks-v2 select::-moz-placeholder,.design-v2 .offer-thanks-v2 textarea::-moz-placeholder{color:rgba(2,64,61,.35)}.design-v2 .offer-thanks-v2 input[type=email]::placeholder,.design-v2 .offer-thanks-v2 input[type=number]::placeholder,.design-v2 .offer-thanks-v2 input[type=password]::placeholder,.design-v2 .offer-thanks-v2 input[type=search]::placeholder,.design-v2 .offer-thanks-v2 input[type=tel]::placeholder,.design-v2 .offer-thanks-v2 input[type=text]::placeholder,.design-v2 .offer-thanks-v2 input[type=url]::placeholder,.design-v2 .offer-thanks-v2 select::placeholder,.design-v2 .offer-thanks-v2 textarea::placeholder{color:rgba(2,64,61,.35)}.design-v2 .offer-thanks-v2 select{margin-bottom:20px;padding-right:36px}.design-v2 .offer-thanks-v2 small.error{background:rgba(204,0,0,.05);border-radius:4px;color:#c00;display:block;font-size:12px;margin-bottom:12px;margin-top:2px;padding:6px 10px}.design-v2 .offer-thanks-v2 .alert-box,.design-v2 .offer-thanks-v2 small.error{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .offer-thanks-v2 .alert-box{border-radius:8px;font-size:14px;margin:16px 0}.design-v2 .offer-thanks-v2 .alert-box.warning{background:rgba(245,158,11,.08);border-color:rgba(245,158,11,.2);color:#92400e}.design-v2 .offer-thanks-v2 .alert-box.success{background:rgba(2,64,61,.04);border-color:rgba(2,64,61,.1);color:#02403d}.design-v2 .offer-thanks-v2 .offer-status-section .label{margin-bottom:4px}.design-v2 .offer-thanks-v2 .offer-status-section small{color:#3d635f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px}.design-v2 .offer-thanks-v2 .offer-items .edit-item{margin-bottom:16px}.design-v2 .offer-thanks-v2 .offer-items h5{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:500}.design-v2 .offer-thanks-v2 .offer-items .item-message{font-size:14px}.design-v2 .offer-thanks-v2 .offer-items .adjustment-box,.design-v2 .offer-thanks-v2 .offer-items .item-message{border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .offer-thanks-v2 .offer-items .adjustment-box .label{font-weight:600}.design-v2 .offer-thanks-v2 .offer-items .approved-box,.design-v2 .offer-thanks-v2 .offer-items .locked-box,.design-v2 .offer-thanks-v2 .offer-items .queued-box,.design-v2 .offer-thanks-v2 .offer-items .recycled-box,.design-v2 .offer-thanks-v2 .offer-items .return-box{border-radius:8px}.design-v2 .offer-thanks-v2 .shipping-warning .label{border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .offer-thanks-v2 .offer-thanks-v2-shipment-row{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;padding:8px 0}@media (max-width:640px){.design-v2 .offer-thanks-v2 .offer-thanks-v2-shipment-row{flex-direction:column}}.design-v2 .offer-thanks-v2 .offer-thanks-v2-shipment-info{flex:1}.design-v2 .offer-thanks-v2 .offer-thanks-v2-shipment-info a{color:#02403d;font-size:14px;font-weight:500}.design-v2 .offer-thanks-v2 .offer-thanks-v2-shipment-status{color:#3d635f;flex-shrink:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:600;text-align:right}.design-v2 .offer-thanks-v2 .offer-thanks-v2-download-btn{align-items:center;background:#fff;border:1px solid #d4d4d4;border-radius:4px;color:#02403d;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:13px;font-weight:600;gap:6px;letter-spacing:-.56px;margin:0;padding:8px 20px;transition:all .2s ease}.design-v2 .offer-thanks-v2 .offer-thanks-v2-download-btn:hover{border-color:#02403d;box-shadow:0 2px 8px rgba(2,64,61,.1)}.design-v2 .offer-thanks-v2 [class*=fi-]{color:#3d635f;font-size:15px}.design-v2 .offer-thanks-v2 .row{max-width:100%}.design-v2 .offer-thanks-v2 .columns{padding-left:0;padding-right:0}.design-v2 .offer-thanks-v2 .offer-thanks-v2-card>.row{margin-left:0;margin-right:0}.design-v2 .offer-thanks-v2 .cancel-confirmation-message{background:rgba(2,64,61,.04);border:1px solid rgba(2,64,61,.08);border-radius:8px;margin:16px 0;padding:24px}.design-v2 .offer-thanks-v2 .cancel-confirmation-message h4{color:#02403d;font-size:18px;font-weight:600;margin-bottom:8px}.design-v2 .offer-thanks-v2 .cancel-confirmation-message h4,.design-v2 .offer-thanks-v2 .cancel-confirmation-message p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 .offer-thanks-v2 input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1.5px solid rgba(2,64,61,.3);border-radius:4px;cursor:pointer;flex-shrink:0;height:18px;margin:0;min-width:18px;position:relative;transition:all .15s ease;vertical-align:middle;width:18px}.design-v2 .offer-thanks-v2 input[type=checkbox]:checked{background:#02403d;border-color:#02403d}.design-v2 .offer-thanks-v2 input[type=checkbox]:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:9px;left:5px;position:absolute;top:2px;transform:rotate(45deg);width:5px}.design-v2 .offer-thanks-v2 input[type=checkbox]:hover:not(:disabled){border-color:#02403d}.design-v2 .offer-thanks-v2 input[type=checkbox]:disabled{cursor:default;opacity:.6}.design-v2 .error-v2{padding:80px 0}@media (max-width:640px){.design-v2 .error-v2{padding:48px 0}}.design-v2 .error-v2-container{margin:0 auto;max-width:848px;padding:0 24px}.design-v2 .error-v2-header{margin-bottom:48px;text-align:center}@media (max-width:640px){.design-v2 .error-v2-header{margin-bottom:32px}}.design-v2 .error-v2-label{display:block;font-size:14px;letter-spacing:1px;margin-bottom:12px;text-transform:uppercase}.design-v2 .error-v2-heading,.design-v2 .error-v2-label{color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-weight:500}.design-v2 .error-v2-heading{font-size:64px;letter-spacing:-3.84px;line-height:.95;margin:0}@media (max-width:1024px){.design-v2 .error-v2-heading{font-size:48px;letter-spacing:-2.5px}}@media (max-width:640px){.design-v2 .error-v2-heading{font-size:36px;letter-spacing:-1.8px}}.design-v2 .error-v2-content{background:#fff;border-radius:12px;color:#02403d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.2px;line-height:1.7;padding:48px}@media (max-width:1024px){.design-v2 .error-v2-content{padding:36px 28px}}@media (max-width:640px){.design-v2 .error-v2-content{padding:28px 20px}}.design-v2 .error-v2-content p{margin:0 0 16px;opacity:.8}.design-v2 .error-v2-content p:last-child{margin-bottom:0}.design-v2 .error-v2-content strong{font-weight:600;opacity:1}.design-v2 .error-v2-content a{color:#02403d;font-weight:500;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.design-v2 .error-v2-content a:hover{opacity:.7}.design-v2 .error-v2-links{display:flex;flex-wrap:wrap;gap:12px;list-style:none;margin:16px 0 0;padding:0}.design-v2 .error-v2-links li{margin:0}.design-v2 .error-v2-links a{background:#e8e8e8;border-radius:9999px;color:#02403d;display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px;font-weight:500;padding:10px 20px;text-decoration:none;transition:background .2s ease}.design-v2 .error-v2-links a:hover{background:#dbdbdb;opacity:1}.design-v2 .error-v2-exception{background:#e8e8e8;border-radius:8px;color:#c0392b;font-family:monospace;font-size:14px;margin-top:24px;padding:16px 20px;word-break:break-word}.design-v2 .error-v2-cta{margin-top:40px;text-align:center}@media (max-width:640px){.design-v2 .error-v2-cta{margin-top:28px}}.design-v2 .error-v2-btn{background:#b2f300;border-radius:9999px;color:#02403d;display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:16px;font-weight:600;padding:16px 32px;text-decoration:none;text-transform:capitalize;transition:background .2s ease,transform .2s ease}.design-v2 .error-v2-btn:hover{background:#9fda00;transform:translateY(-1px)}.design-v2{@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");background:#e8e8e8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.design-v2 section.content,.design-v2 section.margin,.design-v2 section.padded-content,.design-v2 section.widget{padding:80px 0}@media (max-width:640px){.design-v2 section.content,.design-v2 section.margin,.design-v2 section.padded-content,.design-v2 section.widget{padding:48px 0}}.design-v2 input[type=email],.design-v2 input[type=number],.design-v2 input[type=password],.design-v2 input[type=search],.design-v2 input[type=tel],.design-v2 input[type=text],.design-v2 input[type=url],.design-v2 select,.design-v2 textarea{box-shadow:none}.design-v2 .v2-container{margin:0 auto;max-width:1440px;padding:0 24px;width:100%}.design-v2 .v2-section-dark{background:#012d2b;color:#fff}.design-v2 .v2-section-light{background:#e8e8e8;color:#02403d}.design-v2 #back-to-top{background:#02403d;border-radius:9999px;bottom:28px;box-shadow:0 4px 16px rgba(0,0,0,.15);color:#b2f300;height:48px;right:28px;transition:background .2s ease,box-shadow .2s ease,opacity .3s ease,transform .3s ease;width:48px}.design-v2 #back-to-top i{display:none}.design-v2 #back-to-top .back-to-top-arrow{display:block;height:20px;transition:transform .2s ease;width:20px}.design-v2 #back-to-top:hover{background:#035e59;box-shadow:0 6px 24px rgba(0,0,0,.22);transform:scale(1.1)}.design-v2 #back-to-top:hover .back-to-top-arrow{transform:translateY(-2px)}@media (max-width:640px){.design-v2 #back-to-top{bottom:20px;height:42px;right:20px;width:42px}.design-v2 #back-to-top .back-to-top-arrow{height:18px;width:18px}}@media (max-width:1024px){.design-v2:has(.product-v2-pricing) #back-to-top{bottom:100px}}@media (max-width:640px){.design-v2:has(.product-v2-pricing) #back-to-top{bottom:92px}}.autocomplete-suggestions{border:1px solid #ccc;border-top:0;box-shadow:-1px 1px 3px rgba(0,0,0,.1);box-sizing:border-box;cursor:default;display:none;max-height:254px;overflow:hidden;position:absolute;text-align:left;z-index:9999}.autocomplete-suggestion{color:#333;font-size:1.02em;line-height:23px;overflow:hidden;padding:0 .6em;position:relative;text-overflow:ellipsis;white-space:nowrap}.autocomplete-suggestion b{color:#1f8dd6;font-weight:400}.autocomplete-suggestion.selected{background:#f0f0f0}body{background:#fff;padding-top:4.5rem}body.empty{padding-top:0}.section.white,section.white{background-color:#fff}.section.light-grey,section.light-grey{background-color:#f1f1f1}.section.content,.section.margin,.section.padded-content,.section.widget,section.content,section.margin,section.padded-content,section.widget{padding:5rem 0 6rem}.section.login-content,section.login-content{padding:1rem 0 3rem}.section.top-block,section.top-block{background:#444;margin:0 0 3rem;padding:4rem .5rem 4.5rem}.section.top-block h1,section.top-block h1{color:#fff;margin-top:0}.section.top-block p,section.top-block p{color:#dedede;margin:0 auto;max-width:900px}.section.no-top-padding,section.no-top-padding{padding-top:0}.section.no-bottom-padding,section.no-bottom-padding{padding-bottom:0}h1.main-header{font-size:3rem}h2.main-header{font-size:2rem}.covid-size{font-size:2.3rem!important}.main-header{border-bottom:1px solid #dfdfdf;color:#111;line-height:1;margin:0 0 2rem;padding:2.1rem 0 2.25rem;position:relative;text-align:center}.main-header a{color:#111}.main-header.light-grey:after{background:#f1f1f1;bottom:-2.0625rem;content:" ";display:block;height:2rem;left:0;position:absolute;width:100%}.main-header small{font-size:1.33rem}h2.cap-style,h3.cap-style,h4.cap-style{border-bottom:1px solid #eee;font-size:.875rem;font-weight:700;line-height:1.6;margin:0;padding:1rem;text-transform:uppercase}.message-banner{background:#accf29;color:#344707;font-size:1rem;height:45px;line-height:1;padding:14px;position:fixed;top:0;width:100%;z-index:1001}.message-banner strong{font-size:.9rem}.message-banner:hover{background:#8aa621;color:#344707}@media only screen and (max-width:40em){.message-banner{padding:.4375rem}}nav.top-nav-message-banner{top:45px}body.body-message-banner{padding-top:7.3em}fieldset{padding:.5rem 1rem}fieldset legend{font-size:.875rem;text-transform:uppercase}.panel{background:#fff;border:none;overflow:hidden}@media only screen and (min-width:40.0625em){.panel{border-radius:5px}}.panel .panel{border:1px solid #ccc;border-radius:0}.panel .panel-heading{margin:-1.25rem -1.25rem 1.25rem;padding:1rem 1.25rem}@media only screen and (min-width:40.0625em){.panel.half-left{margin-right:1%;width:49%}.panel.half-right{margin-left:1%;width:49%}}.panel-heading{background:#f8f8f8;border-bottom:1px solid #eee;font-size:.9rem;font-weight:700;padding:1rem 0;text-transform:uppercase}.panel-heading .button.mini{margin:-.2rem -.2rem 0 .7rem}.border-box{float:left}@media only screen and (max-width:40em){.border-box{border:none;padding:1% 3%;width:100%}[class*=block-grid-] li.sm-l{border-left:1px solid #ccc}[class*=block-grid-] li.sm-r{border-right:1px solid #ccc}[class*=block-grid-] li.sm-b{border-bottom:1px solid #ccc}[class*=block-grid-] li.sm-t{border-top:1px solid #ccc}}@media only screen and (min-width:40.0625em) and (max-width:64em){[class*=block-grid-] li{padding:4%}[class*=block-grid-] li.md-l{border-left:1px solid #ccc}[class*=block-grid-] li.md-r{border-right:1px solid #ccc}[class*=block-grid-] li.md-b{border-bottom:1px solid #ccc}}@media only screen and (min-width:64.0625em){[class*=block-grid-] li{padding:4%}[class*=block-grid-] li.lg-l{border-left:1px solid #ccc}[class*=block-grid-] li.lg-r{border-right:1px solid #ccc}[class*=block-grid-] li.lg-t{border-top:1px solid #ccc}[class*=block-grid-] li.lg-b{border-bottom:1px solid #ccc}}.autocomplete-suggestions{background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.1);margin-top:.5rem;max-height:380px!important;overflow-x:hidden;overflow-y:auto}.autocomplete-suggestion{align-items:center;border-bottom:1px solid #f3f3f3;display:flex;margin:0;padding:.6rem 1rem;transition:background-color .15s ease;white-space:break-spaces}.autocomplete-suggestion:last-child{border-bottom:none}.autocomplete-suggestion.selected,.autocomplete-suggestion:hover{background:#f7f9f2}.sell-search-img{border-radius:8px;display:inline-block;flex-shrink:0;height:50px;margin:0;-o-object-fit:contain;object-fit:contain;padding:0;vertical-align:middle;width:50px}@media only screen and (max-width:40em){.sell-search-img{height:42px;width:42px}}.sell-search-product{color:#222;display:inline-block;flex:1;font-size:1.05rem}@media only screen and (max-width:40em){.sell-search-product{word-wrap:break-word;font-size:.95rem}}.sell-search-product{font-weight:600;line-height:1.3;margin:0;padding:0 .75rem;vertical-align:middle}.sell-search-price{align-items:baseline;display:inline-flex;flex-shrink:0;gap:.2rem;padding:0 .25rem;vertical-align:middle}@media only screen and (max-width:40em){.sell-search-price{display:none}}.sell-search-price .pre-text{color:#888;display:inline-block;font-size:.85rem;font-weight:400;line-height:1;margin-bottom:0}.sell-search-price .price{color:#accf29;display:inline-block;font-size:1.2rem;font-weight:700;line-height:1;margin-bottom:0}footer.footer{background:#323031;color:#fff;font-size:.75rem;padding:2.5rem 0 0}footer.footer a{color:#ccc;font-size:.75rem;font-weight:300}footer.footer a:hover{opacity:.6}footer.footer a.social{align-items:center;display:inline-flex}footer.footer a.social:before{background:50%/contain no-repeat;content:"";display:inline-block;height:1rem;margin-right:.5rem;width:1rem}footer.footer a.social.insta:before{background-image:url(../../static/images/social/instagram.svg)}footer.footer a.social.fb:before{background-image:url(../../static/images/social/facebook.svg)}footer.footer a.social.yt:before{background-image:url(../../static/images/social/youtube.svg)}footer.footer a.social.x:before{background-image:url(../../static/images/social/x.svg)}@media only screen and (min-width:40.0625em) and (max-width:64em){footer.footer h6,footer.footer ul{padding-left:3rem}}footer.footer h6{color:#fff;font-size:.9rem;font-weight:600;margin:0 0 .75rem;text-transform:uppercase}footer.footer ul{margin:0}footer.footer li{list-style-type:none;margin-bottom:.5rem;padding:0;text-transform:uppercase}footer.footer li span{font-size:.75rem;font-weight:600}@media only screen and (max-width:40em){footer.footer a{font-size:1rem}footer.footer h6{font-size:1.5rem;font-weight:600;margin:.6rem}footer.footer li{font-size:1.25rem;margin-bottom:0}footer.footer li a,footer.footer li span{float:left;font-size:1rem;padding:.6rem;width:100%}footer.footer li a.social,footer.footer li span.social{padding-left:1rem}footer.footer li a.social:before,footer.footer li span.social:before{height:1.25rem;width:1.25rem}footer.footer li a.social:hover,footer.footer li a:hover{background-color:#333}}footer.footer .widget.newsletter{margin-top:3rem}@media only screen and (min-width:64.0625em){footer.footer .widget.newsletter{margin-top:0}}footer.footer .subscribe hr{border-color:#474747}footer.footer .subscribe .spacer{padding:0 .5rem 0 .6rem}@media only screen and (max-width:40em){footer.footer .subscribe{font-size:1rem}footer.footer .subscribe .widget.newsletter{margin-top:0}footer.footer .subscribe .widget.newsletter span{font-size:1rem}footer.footer .subscribe .form-wrap{padding:1rem}}footer.footer .copyright{margin-top:1.5rem}footer.footer .language-switcher a{align-items:center;background-color:hsla(0,0%,100%,.1);border-bottom:1px solid #888!important;border-radius:.25rem;display:flex;justify-content:center;margin-bottom:-1rem;margin-top:-.7rem;padding:.5rem}footer.footer .language-switcher a svg{height:25px;width:25px}footer.footer .language-switcher .language-spacer{padding-left:.5rem;padding-right:.5rem}footer.footer .bottom{background:#404040;margin-top:1.75rem;padding:1.5rem 0}footer.footer .bottom a{border-bottom:1px dotted #888;color:#bbb}footer.footer .bottom a,footer.footer .bottom p{color:#eee;font-size:.8rem;font-weight:300}footer.footer .bottom p{margin-bottom:.5rem}footer.footer .bottom p+p{margin:0}@media only screen and (max-width:40em){footer.footer .bottom{margin-top:3rem;padding:3rem 0;text-align:center}footer.footer .bottom a,footer.footer .bottom p{font-size:1rem}footer.footer .bottom p{margin-bottom:2rem}}footer.footer .heap-badge{text-align:right}footer.footer .heap-badge img{margin:-11px 0}@media only screen and (max-width:40em){footer.footer .heap-badge{text-align:center}footer.footer .heap-badge img{margin:1rem 0 0}}.two-factor-fieldset{background:#eee;border-radius:.25rem}.two-factor-fieldset .icon-size{font-size:2rem}.two-factor-fieldset .label-size{display:block;font-size:1.5rem;margin-bottom:1rem}.two-factor-fieldset .size-0-8{font-size:.8rem}.two-factor-fieldset .margin-b-0-5{margin-bottom:.5rem}.two-factor-fieldset input{font-size:1rem!important}.two-factor-fieldset .two-factor-text-label{display:block;margin:0 0 1rem 1.5rem}.two-factor-fieldset .security-keys-list{align-items:center;display:flex;font-size:.9rem;justify-content:space-between;padding:.3rem 1rem}.two-factor-fieldset .delete-button-right{margin-left:auto}.veriff-root{margin:0 auto}.language-switcher-popup{list-style-type:none;margin-left:0}.language-switcher-popup li:nth-child(odd){background:#f8f8f8}.language-switcher-popup li .active{background:#404040!important;color:#fff!important}.language-switcher-popup li a{align-items:center;border-bottom:1px solid #eee;color:#333;display:block;display:flex;font-size:.9rem;justify-content:flex-start;padding:.5rem 1rem;text-decoration:none}.language-switcher-popup li a:hover{background:#f0f0f0}.language-switcher-popup li a svg{margin-right:1rem}.language-switcher-popup .language-spacer{padding-left:1rem;padding-right:.5rem}#back-to-top{align-items:center;background-color:#888;border:none;border-radius:50%;bottom:20px;box-shadow:0 2px 10px rgba(0,0,0,.2);color:#fff;cursor:pointer;display:none;height:45px;justify-content:center;padding:0;position:fixed;right:20px;transition:opacity .3s,transform .3s;width:45px;z-index:999}#back-to-top:hover{transform:scale(1.1)}#back-to-top i{font-size:24px}#back-to-top .back-to-top-arrow{display:none}
