/*
 * com.bwd.lib.sectionspro
 */

.sections-stack.s-pro.eq-height,.sections-stack.s-pro.eq-height > .shear-wrapper{margin-top:0 !important}.sections-stack.s-pro.top-margin-none{margin-top:0}.sections-stack.s-pro.bot-margin-none{margin-bottom:0}.sections-stack.s-pro .inner-content{position:relative}.sections-stack.s-pro .content-wrapper.fill-content{height:100%}.sections-stack.s-pro .content-wrapper > .content{margin:0;padding:0}.sections-stack.s-pro .shear-inner::before,.sections-stack.s-pro .shear-inner::after{-webkit-box-sizing:border-box !important;box-sizing:border-box !important;pointer-events:none !important;position:absolute;top:0;height:100%;left:0;width:100%;content:""}.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner.full-height,.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner > .inner-content.v-center,.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner.fixed-height > .inner-content{overflow:visible !important}


/*
 * lity css
 */

:root {
    --lity-z-index-base: 9990;
    --lity-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    --lity-close-size: 45px;
    --lity-close-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    --lity-iframe-ratio: 9/16;  /* Or 3/4 */
    --lity-transition-timing-function: ease;
    --lity-transition-duration: .2s;
}

.lity {
    z-index: var(--lity-z-index-base);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: transparent;
    outline: none !important;
    opacity: 0;
    transition: opacity var(--lity-transition-duration) var(--lity-transition-timing-function);
}

.lity.lity-opened {
     opacity: 1;
 }

.lity.lity-closed {
     opacity: 0;
 }

.lity * {
    box-sizing: border-box;
}

.lity-wrap {
    z-index: var(--lity-z-index-base);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
     content: '';
     display: inline-block;
     height: 100%;
     vertical-align: middle;
     margin-right: -0.25em;
 }

.lity-loader {
    z-index: calc(var(--lity-z-index-base) + 1);
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    transition: opacity var(--lity-transition-duration) var(--lity-transition-timing-function);
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: calc(var(--lity-z-index-base) + 2);
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: calc(var(--lity-z-index-base) + 3);
    width: 100%;

    transform: scale(1);
    transition: transform var(--lity-transition-duration) var(--lity-transition-timing-function);
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    transform: scale(0.8);
}

.lity-content:after {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     display: block;
     right: 0;
     width: auto;
     height: auto;
     z-index: -1;
     box-shadow: var(--lity-shadow);
 }

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    z-index: calc(var(--lity-z-index-base) + 4);
    width: var(--lity-close-size);
    height: var(--lity-close-size);

    /* Change to position: absolute to display close button inside content container */
    position: fixed;
    right: 20px;
    top: 20px;

    -webkit-appearance: none;
    cursor: pointer;

    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: var(--lity-close-size);
    font-family: Arial, Baskerville, monospace;
    line-height: var(--lity-close-size);
    text-shadow: var(--lity-close-text-shadow);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
     border: 0;
     padding: 0;
 }

.lity-close:active {
 }

/* Image */

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

/* iFrame */

.lity-iframe .lity-container {
    width: 100%;
    max-width: 1280px;
    padding: 20px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: calc(var(--lity-iframe-ratio) * 100%);
    overflow: auto;
    pointer-events: auto;
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: var(--lity-shadow);
    background: #000;
}

.lity-hide {
    display: none;
}


 .sections-box--stack .s-box>.s-box-content{position:relative}.sections-box--stack.box-3d{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.sections-box--stack.box-pos.sbox-h-center{margin-left:auto!important;margin-right:auto!important}.sections-box--stack.box-pos.sbox-h-right{margin-right:0!important;margin-left:auto!important}.sections-box--stack.box-pos>.s-box{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.sections-box--stack.box-pos>.s-box>.s-box-content{position:relative;width:100%}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-top{-ms-flex-item-align:start;align-self:flex-start}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-center{-ms-flex-item-align:center;align-self:center}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-bottom{-ms-flex-item-align:end;align-self:flex-end}.sections-box--stack.box-abs-inline{position:absolute!important;display:inline-block;width:auto!important}.sections-box--stack.box-abs{position:absolute!important;max-width:100%;max-height:100%}.sections-box--stack.box-abs.sbox-top{top:0}.sections-box--stack.box-abs.sbox-h-left{left:0;right:auto}.sections-box--stack.box-abs.sbox-h-right{right:0;left:auto}.sections-box--stack.box-abs.sbox-v-bottom{bottom:0;top:auto}.sections-box--stack.box-abs.sbox-v-center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sections-box--stack.box-abs.sbox-h-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.sections-box--stack.box-abs.sbox-v-center.sbox-h-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sections-box--stack.box-abs.size-content{height:auto!important}.sections-box--stack.box-abs.size-content>.s-box{position:relative}.sections-box--stack.box-abs:not(.size-content)>.s-box>.s-box-content.box-v-center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sections-box--stack.box-abs:not(.size-content)>.s-box>.s-box-content.box-v-bottom{position:absolute;bottom:0;left:0;width:100%}.sections-box--stack .box-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
.com_bigwhiteduck_stacks_FoundationButtonPlus2_stack{position:relative}.b-p.icon-only{-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.bp-wrap.bp-txt-left>.b-p:not(.icon-only){text-align:left!important}.bp-wrap.bp-txt-center>.b-p:not(.icon-only){text-align:center!important}.bp-wrap.bp-txt-right>.b-p:not(.icon-only){text-align:right!important}.bp-wrap.noclick-active>.b-p.active{pointer-events:none!important} .bp-wrap.inline-wrap{display:inline-block}
a.block-link{display:block;text-decoration:none !important;padding:0;margin:0;color:inherit}a.block-link:link,a.block-link:visited,a.block-link:hover,a.block-link:active{color:inherit}
.infix{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;outline:none !important;overflow:hidden}.infix.infix-section{z-index:999}.infix *{-webkit-box-sizing:border-box;box-sizing:border-box}.infix-wrap{z-index:9990;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.infix.infix-body{position:fixed}.infix.no-nav > .infix-wrap > .infix-nav{display:none}.infix.infix-body .infix-wrap{position:fixed}.infix.infix-section{position:absolute}.infix.infix-section .infix-wrap{position:absolute}.infix-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle}.splb-loader{z-index:99999;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}.infix-loading .splb-loader{opacity:1}.infix-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.infix.stacks-v-top .infix-container{vertical-align:top}.infix.stacks-v-bottom .infix-container{vertical-align:bottom}.infix.infix-section .infix-container{position:static}.infix.infix-section.infix-inline .infix-container{position:static}.infix-content{z-index:9993;width:100%}.infix-content::after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;z-index:-1}.infix-body .infix-close{position:fixed}.infix-body.infix-inline .infix-container{width:96%;max-width:1000px}.infix-body.cross-overlay .infix-close{position:fixed}.infix-body.cross-inside .infix-close{position:absolute}.infix-section .infix-close{position:absolute}.infix-closed:not(.infix-closing){z-index:-99 !important;height:0 !important}.infix-close{display:none;cursor:pointer;text-decoration:none;text-align:center;font-style:normal;border:0;-webkit-appearance:none;outline:none;background:none;-webkit-box-shadow:none;box-shadow:none}.infix-close,[data-infix-next],[data-infix-prev]{cursor:pointer}.infix-close.icon-tr{right:0;top:0}.infix-close.icon-tl{left:0;top:0}.infix-close.icon-br{right:0;bottom:0}.infix-close.icon-bl{left:0;bottom:0}.infix-close::-moz-focus-inner{border:0;padding:0}.infix-img{max-width:100%;margin:0 auto;display:block;line-height:0;border:0}.infix-section.size-target.infix-image .infix-img[style],.infix-section.size-native.infix-image .infix-img[style]{max-height:none !important}.infix.infix-section.size-native{overflow:visible}.infix.infix-section.size-native,.infix.infix-section.size-native > .infix-wrap,.infix.infix-section.size-native > .infix-wrap > .infix-container{position:relative;width:100%}.infix.infix-section.size-native.infix-closing{display:none !important}.infix.size-native > .infix-wrap > .infix-container > .infix-content > .splb{max-height:none !important}.infix-iframe .infix-container{width:100%}.infix-body.infix-iframe .infix-container{max-width:1000px}.infix-section.infix-iframe.full-frame .infix-container{max-width:100%}.infix-section.infix-iframe.auto-size-section .infix-iframe-container{max-height:none !important}.size-target:not(.lightbox-open)[style]{max-height:initial !important;min-height:initial !important}.infix-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.infix-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%}.infix-htmlvideo video{position:absolute;top:0px;width:100%}.infix-instagram .infix-content{margin:0 auto;width:100%}.infix-instagram .infix-content .infix-iframe-container{padding-top:113.0719%}.infix-error{text-align:center}.infix-err-txt{color:black;background-color:rgba(255,255,255,0.4);padding:3px 6px}.spl-lightbox,.spl-lightbox::before,.spl-lightbox::after{display:none}.limelight-launcher{cursor:pointer}.limelight-launcher:not(.allowclicks) *{pointer-events:none}[data-cms-launch][data-cms-id=""].ll-empty-noclick{pointer-events:none !important}[data-cms-launch][data-cms-id=""].ll-empty-hide{display:none !important}.ll-count{display:none}.ll-overlay[class*="s-"][class*="-bg"]::before{display:none}
.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
.popdrop-tip-data{display:none}.dropem:not(.popdrop-live):not(.no-pop)[style]{display:none !important}.popdrop-popover-content{display:none}.popdrop-popover-rtl{direction:rtl;text-align:right}html.popdrop-open.popdrop-modal .popdrop-popover.in{max-height:100vh;max-width:99.9%;margin-top:0 !important}html.popdrop-open.popdrop-touch .popdrop-popover.in .popdrop-popover-content{overflow-y:scroll;-webkit-overflow-scrolling:touch}.popdrop-popover{position:absolute;top:0;left:0;display:none;padding:1px;text-align:left;white-space:normal;background-color:#fff;background-clip:padding-box;border:1px solid #929292;border:1px solid rgba(0,0,0,0.2);border-radius:6px}.popdrop-popover:not(.popover-flat){-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popdrop-popover.popover-flat .popdrop-popover-title{border-bottom-width:0px}.popdrop-popover.popover-flat .popdrop-close{text-shadow:none}.popdrop-popover.top,.popdrop-popover.top-left,.popdrop-popover.top-right{margin-top:-10px}.popdrop-popover.right,.popdrop-popover.right-top,.popdrop-popover.right-bottom{margin-left:10px}.popdrop-popover.bottom,.popdrop-popover.bottom-left,.popdrop-popover.bottom-right{margin-top:10px}.popdrop-popover.left,.popdrop-popover.left-top,.popdrop-popover.left-bottom{margin-left:-10px}.popdrop-popover.pop{-webkit-transform:scale(0.8);transform:scale(0.8);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(0.3,0,0,1.5);transition-timing-function:cubic-bezier(0.3,0,0,1.5);opacity:0}.popdrop-popover.pop-out{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;opacity:0}.popdrop-popover.fade,.popdrop-popover.fade-out{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:linear;transition-timing-function:linear;opacity:0}.popdrop-popover.out{opacity:0}.popdrop-popover.in{-webkit-transform:none;transform:none;opacity:1}.popdrop-popover .popdrop-popover-content{display:block}.popdrop-popover-inner .popdrop-close{font-family:arial;margin:4px 3px 0 0;float:right;font-size:24px;font-weight:bold;line-height:24px;color:#7b7b7b;opacity:1;text-decoration:none}.popdrop-popover-inner .popdrop-close:after{content:"\00D7";width:0.8em;height:0.8em;padding:4px;position:relative}.popdrop-popover-title{padding:8px 14px;margin:0;font-size:16px;font-weight:bold;line-height:18px;color:#333;background-color:#fff;border-bottom:1px solid rgba(0,0,0,0.2);border-radius:5px 5px 0 0}.popdrop-popover-content{overflow:auto;display:none}.popdrop-popover-inverse{background-color:#333;color:#fff}.popdrop-popover-inverse .popdrop-popover-title{background:#333;border-bottom:1px solid silver;color:#fff}.popdrop-popover-inverse .popdrop-close{color:#f3f3f3}.popdrop-popover-bluegrey{background-color:#282f39;color:#DADEDF}.popdrop-popover-bluegrey .popdrop-popover-title{background:#56666c;border-bottom:1px solid #a9b2b4;color:#DADEDF}.popdrop-popover-bluegrey .popdrop-close{color:#f3f3f3}.popdrop-popover-alert{background-color:#fffdfd;color:#413131}.popdrop-popover-alert .popdrop-popover-title{background:#d32f2f;border-bottom:1px solid #eca5a5;color:#fff}.popdrop-popover-alert .popdrop-close{color:#fff}.popdrop-popover-success{background-color:#EFFEFD;color:#313131}.popdrop-popover-success .popdrop-popover-title{background:#11B8AB;border-bottom:1px solid #0e9c91;color:#fff}.popdrop-popover-success .popdrop-close{color:#fff}.popdrop-no-padding .popdrop-popover-content{padding:0}.popdrop-no-padding .list-group-item{border-right:none;border-left:none}.popdrop-no-padding .list-group-item:first-child{border-top:0}.popdrop-no-padding .list-group-item:last-child{border-bottom:0}.popdrop-popover > .popdrop-arrow,.popdrop-popover > .popdrop-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popdrop-popover > .popdrop-arrow{border-width:11px}.popdrop-popover > .popdrop-arrow:after{border-width:10px;content:""}.popdrop-popover.top > .popdrop-arrow,.popdrop-popover.top-right > .popdrop-arrow,.popdrop-popover.top-left > .popdrop-arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#aaa;border-top-color:rgba(0,0,0,0.2);border-bottom-width:0}.popdrop-popover.top > .popdrop-arrow:after,.popdrop-popover.top-right > .popdrop-arrow:after,.popdrop-popover.top-left > .popdrop-arrow:after{content:" ";bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.popdrop-popover.right > .popdrop-arrow,.popdrop-popover.right-top > .popdrop-arrow,.popdrop-popover.right-bottom > .popdrop-arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#aaa;border-right-color:rgba(0,0,0,0.2)}.popdrop-popover.right > .popdrop-arrow:after,.popdrop-popover.right-top > .popdrop-arrow:after,.popdrop-popover.right-bottom > .popdrop-arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popdrop-popover.bottom > .popdrop-arrow,.popdrop-popover.bottom-right > .popdrop-arrow,.popdrop-popover.bottom-left > .popdrop-arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#aaa;border-bottom-color:rgba(0,0,0,0.2);border-top-width:0}.popdrop-popover.bottom > .popdrop-arrow:after,.popdrop-popover.bottom-right > .popdrop-arrow:after,.popdrop-popover.bottom-left > .popdrop-arrow:after{content:" ";top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.popdrop-popover.left > .popdrop-arrow,.popdrop-popover.left-top > .popdrop-arrow,.popdrop-popover.left-bottom > .popdrop-arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#aaa;border-left-color:rgba(0,0,0,0.2)}.popdrop-popover.left > .popdrop-arrow:after,.popdrop-popover.left-top > .popdrop-arrow:after,.popdrop-popover.left-bottom > .popdrop-arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.popdrop-popover-inverse.top > .popdrop-arrow,.popdrop-popover-inverse.top > .popdrop-arrow:after,.popdrop-popover-inverse.top-left > .popdrop-arrow,.popdrop-popover-inverse.top-left > .popdrop-arrow:after,.popdrop-popover-inverse.top-right > .popdrop-arrow,.popdrop-popover-inverse.top-right > .popdrop-arrow:after{border-top-color:#333}.popdrop-popover-inverse.right > .popdrop-arrow,.popdrop-popover-inverse.right > .popdrop-arrow:after,.popdrop-popover-inverse.right-top > .popdrop-arrow,.popdrop-popover-inverse.right-top > .popdrop-arrow:after,.popdrop-popover-inverse.right-bottom > .popdrop-arrow,.popdrop-popover-inverse.right-bottom > .popdrop-arrow:after{border-right-color:#333}.popdrop-popover-inverse.bottom > .popdrop-arrow,.popdrop-popover-inverse.bottom > .popdrop-arrow:after,.popdrop-popover-inverse.bottom-left > .popdrop-arrow,.popdrop-popover-inverse.bottom-left > .popdrop-arrow:after,.popdrop-popover-inverse.bottom-right > .popdrop-arrow,.popdrop-popover-inverse.bottom-right > .popdrop-arrow:after{border-bottom-color:#333}.popdrop-popover-inverse.left > .popdrop-arrow,.popdrop-popover-inverse.left > .popdrop-arrow:after,.popdrop-popover-inverse.left-top > .popdrop-arrow,.popdrop-popover-inverse.left-top > .popdrop-arrow:after,.popdrop-popover-inverse.left-bottom > .popdrop-arrow,.popdrop-popover-inverse.left-bottom > .popdrop-arrow:after{border-left-color:#333}.popdrop-popover-bluegrey.top > .popdrop-arrow,.popdrop-popover-bluegrey.top > .popdrop-arrow:after,.popdrop-popover-bluegrey.top-left > .popdrop-arrow,.popdrop-popover-bluegrey.top-left > .popdrop-arrow:after,.popdrop-popover-bluegrey.top-right > .popdrop-arrow,.popdrop-popover-bluegrey.top-right > .popdrop-arrow:after{border-top-color:#282f39}.popdrop-popover-bluegrey.right > .popdrop-arrow,.popdrop-popover-bluegrey.right > .popdrop-arrow:after,.popdrop-popover-bluegrey.right-top > .popdrop-arrow,.popdrop-popover-bluegrey.right-top > .popdrop-arrow:after,.popdrop-popover-bluegrey.right-bottom > .popdrop-arrow,.popdrop-popover-bluegrey.right-bottom > .popdrop-arrow:after{border-right-color:#282f39}.popdrop-popover-bluegrey.bottom > .popdrop-arrow,.popdrop-popover-bluegrey.bottom > .popdrop-arrow:after,.popdrop-popover-bluegrey.bottom-left > .popdrop-arrow,.popdrop-popover-bluegrey.bottom-left > .popdrop-arrow:after,.popdrop-popover-bluegrey.bottom-right > .popdrop-arrow,.popdrop-popover-bluegrey.bottom-right > .popdrop-arrow:after{border-bottom-color:#282f39}.popdrop-popover-bluegrey.left > .popdrop-arrow,.popdrop-popover-bluegrey.left > .popdrop-arrow:after,.popdrop-popover-bluegrey.left-top > .popdrop-arrow,.popdrop-popover-bluegrey.left-top > .popdrop-arrow:after,.popdrop-popover-bluegrey.left-bottom > .popdrop-arrow,.popdrop-popover-bluegrey.left-bottom > .popdrop-arrow:after{border-left-color:#282f39}.popdrop-popover-alert.top > .popdrop-arrow:after,.popdrop-popover-alert.top-left > .popdrop-arrow:after,.popdrop-popover-alert.top-right > .popdrop-arrow:after{border-top-color:#fffdfd}.popdrop-popover-alert.right > .popdrop-arrow:after,.popdrop-popover-alert.right-top > .popdrop-arrow:after,.popdrop-popover-alert.right-bottom > .popdrop-arrow:after{border-right-color:#fffdfd}.popdrop-popover-alert.bottom > .popdrop-arrow:after,.popdrop-popover-alert.bottom-left > .popdrop-arrow:after,.popdrop-popover-alert.bottom-right > .popdrop-arrow:after{border-bottom-color:#fffdfd}.popdrop-popover-alert.left > .popdrop-arrow:after,.popdrop-popover-alert.left-top > .popdrop-arrow:after,.popdrop-popover-alert.left-bottom > .popdrop-arrow:after{border-left-color:#fffdfd}.popdrop-popover-success.top > .popdrop-arrow:after,.popdrop-popover-success.top-left > .popdrop-arrow:after,.popdrop-popover-success.top-right > .popdrop-arrow:after{border-top-color:#EFFEFD}.popdrop-popover-success.right > .popdrop-arrow:after,.popdrop-popover-success.right-top > .popdrop-arrow:after,.popdrop-popover-success.right-bottom > .popdrop-arrow:after{border-right-color:#EFFEFD}.popdrop-popover-success.bottom > .popdrop-arrow:after,.popdrop-popover-success.bottom-left > .popdrop-arrow:after,.popdrop-popover-success.bottom-right > .popdrop-arrow:after{border-bottom-color:#EFFEFD}.popdrop-popover-success.left > .popdrop-arrow:after,.popdrop-popover-success.left-top > .popdrop-arrow:after,.popdrop-popover-success.left-bottom > .popdrop-arrow:after{border-left-color:#EFFEFD}.popdrop-popover i.icon-refresh:before{content:""}.popdrop-popover i.icon-refresh{display:block;width:30px;height:30px;font-size:20px;top:50%;left:50%;position:absolute;margin-left:-15px;margin-right:-15px}.popdrop-popover-backdrop{width:100%;height:100%;position:fixed;top:0;left:0}.popdrop-popover .dropdown-menu{display:block;position:relative;top:0;border:none;-webkit-box-shadow:none;box-shadow:none;float:none}.popdrop-open .joeyOpenLabel{display:none}.bp-wrap:not(.popdrop-open) .joeyCloseLabel{display:none}.popdrop-open .openIcon{display:none}.bp-wrap:not(.popdrop-open) .closeIcon{display:none}
.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d);mix-blend-mode:soft-light;opacity:.5}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad;mix-blend-mode:soft-light;opacity:.5}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 ._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d);mix-blend-mode:soft-light;opacity:.5}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad;mix-blend-mode:soft-light;opacity:.5}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 ._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.sections-stack .content.preload-content{opacity:0}html.no-js .sections-stack .content.preload-content{opacity:1}.sections-stack video.video-bg{max-width:none}
[data-pab]:not(.open){cursor:pointer}.pab-wrapper,.pab{overflow:hidden}.pab-launcher a{pointer-events:none}
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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 {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.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: -0.5em; }

sub {
  bottom: -0.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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

.paragraph {
  color: #373a3c; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #373a3c; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.h1 {
  font-size: 2.5rem; }

.h2 {
  font-size: 2rem; }

.h3 {
  font-size: 1.75rem; }

.h4 {
  font-size: 1.5rem; }

.h5 {
  font-size: 1.25rem; }

.h6 {
  font-size: 1rem; }

.lead {
  font-size: 20px;
  font-weight: 300; }

.display-1 {
  font-size: 96px;
  font-weight: 300; }

.display-2 {
  font-size: 88px;
  font-weight: 300; }

.display-3 {
  font-size: 72px;
  font-weight: 300; }

.display-4 {
  font-size: 56px;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem; }
  .dl-horizontal::after {
    content: "";
    display: table;
    clear: both; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 4px; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 4px; }

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 767px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 767px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1 {
    float: left; }
  .col-xl-1 {
    width: 8.3333333333%; }
  .col-xl-2 {
    width: 16.6666666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.3333333333%; }
  .col-xl-5 {
    width: 41.6666666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.3333333333%; }
  .col-xl-8 {
    width: 66.6666666667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.3333333333%; }
  .col-xl-11 {
    width: 91.6666666667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.3333333333%; }
  .col-xl-pull-2 {
    right: 16.6666666667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.3333333333%; }
  .col-xl-pull-5 {
    right: 41.6666666667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.3333333333%; }
  .col-xl-pull-8 {
    right: 66.6666666667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.3333333333%; }
  .col-xl-pull-11 {
    right: 91.6666666667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.3333333333%; }
  .col-xl-push-2 {
    left: 16.6666666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.3333333333%; }
  .col-xl-push-5 {
    left: 41.6666666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.3333333333%; }
  .col-xl-push-8 {
    left: 66.6666666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.3333333333%; }
  .col-xl-push-11 {
    left: 91.6666666667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover {
  background-color: #f5f5f5; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5; }

.table-hover .table-active:hover {
  background-color: #e8e8e8; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #e8e8e8; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8625rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem; }

.form-control-file,
.form-control-range {
  display: block; }

.form-control-label {
  padding: 0.375rem 1em;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.form-control[type="date"],
  input.form-control[type="time"],
  input.form-control[type="datetime-local"],
  input.form-control[type="month"] {
    line-height: 2.25rem; }
  input.input-sm[type="date"], .input-group-sm input.form-control[type="date"],
  input.input-sm[type="time"], .input-group-sm input.form-control[type="time"],
  input.input-sm[type="datetime-local"], .input-group-sm input.form-control[type="datetime-local"],
  input.input-sm[type="month"], .input-group-sm input.form-control[type="month"] {
    line-height: 1.8625rem; }
  input.input-lg[type="date"], .input-group-lg input.form-control[type="date"],
  input.input-lg[type="time"], .input-group-lg input.form-control[type="time"],
  input.input-lg[type="datetime-local"], .input-group-lg input.form-control[type="datetime-local"],
  input.input-lg[type="month"], .input-group-lg input.form-control[type="month"] {
    line-height: 3.1666666667rem; } }

.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 4px; }

.form-group {
  margin-bottom: 1rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-top: 4px \9;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

input[type="radio"]:disabled, input.disabled[type="radio"],
input[type="checkbox"]:disabled,
input.disabled[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem; }

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }

.has-success .input-group-addon {
  color: #5cb85c !important;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-feedback {
  color: #5cb85c; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e !important;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-feedback {
  color: #f0ad4e; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }

.has-danger .input-group-addon {
  color: #d9534f !important;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-feedback {
  color: #d9534f; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  margin-bottom: 0.5px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #014682;
      border-color: #01315a; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary.focus:disabled {
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary.focus:active, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary.focus:disabled {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info.focus:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success.focus:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning.focus:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger.focus:disabled {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-primary-outline {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline.focus:disabled {
    border-color: #43a7fd; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #43a7fd; }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline.focus:disabled {
    border-color: white; }
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: white; }

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline.focus:disabled {
    border-color: #b0e1ef; }
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #b0e1ef; }

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline.focus:disabled {
    border-color: #a3d7a3; }
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #a3d7a3; }

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline.focus:disabled {
    border-color: #f8d9ac; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #f8d9ac; }

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline.focus:disabled {
    border-color: #eba5a3; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #eba5a3; }

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 4px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group,
.btn-group-vertical {
  border-radius: 4px; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 4px; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    border-radius: 4px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover,
    .input-group-btn:last-child > .btn-group:focus,
    .input-group-btn:last-child > .btn-group:active,
    .input-group-btn:last-child > .btn-group:hover {
      z-index: 3; }

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer; }
  .c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .c-input > input:checked ~ .c-indicator {
      color: #fff;
      background-color: #0074d9; }
    .c-input > input:focus ~ .c-indicator {
      box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }
    .c-input > input:active ~ .c-indicator {
      color: #fff;
      background-color: #84c6ff; }
  .c-input + .c-input {
    margin-left: 1rem; }

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.c-checkbox .c-indicator {
  border-radius: .25rem; }

.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K); }

.c-radio .c-indicator {
  border-radius: 50%; }

.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.c-inputs-stacked .c-input {
  display: inline; }
  .c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: ""; }
  .c-inputs-stacked .c-input + .c-input {
    margin-left: 0; }

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .c-select:focus {
    border-color: #51a7e8;
    outline: none; }
  .c-select::-ms-expand {
    opacity: 0; }

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  .c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer; }

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem; }

.file-custom::after {
  content: "Choose file..."; }

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 4px; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      border-radius: 4px; } }
.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }
.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      border-radius: 0; } }
.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

@media (min-width: 767px) {
  .navbar-toggleable-sm {
    display: block !important; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.card-block {
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 4px 4px 0 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 4px 4px; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }
  .card-header:first-child {
    border-radius: 4px 4px 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }
  .card-footer:last-child {
    border-radius: 0 0 4px 4px; }

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }

.card-primary-outline {
  background-color: transparent;
  border-color: #0275d8; }

.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc; }

.card-info-outline {
  background-color: transparent;
  border-color: #5bc0de; }

.card-success-outline {
  background-color: transparent;
  border-color: #5cb85c; }

.card-warning-outline {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-danger-outline {
  background-color: transparent;
  border-color: #d9534f; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-radius: 4px 4px 0 0; }

.card-img-bottom {
  border-radius: 0 0 4px 4px; }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    -o-column-gap: 1.25rem;
    -ms-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 4px; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #818a91;
      content: "/"; }
  .breadcrumb > .active {
    color: #818a91; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: white;
    cursor: default;
    background-color: #0375d8;
    border-color: #0375d8; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: white;
    border-color: #dddddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #0375d8;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd; }
  .page-link:focus, .page-link:hover {
    color: #004c8c;
    background-color: #eceeef;
    border-color: #dddddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3333333333; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none; }
  .pager::after {
    content: "";
    display: table;
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: white;
      border: 1px solid #dddddd;
      border-radius: 15px; }
    .pager li > a:focus, .pager li > a:hover {
      text-decoration: none;
      background-color: #eceeef; }
  .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: white; }
  .pager .disabled > span {
    color: #818a91;
    cursor: not-allowed;
    background-color: white; }

.pager-next > a,
.pager-next > span {
  float: right; }

.pager-prev > a,
.pager-prev > span {
  float: left; }

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px; }
  .label:empty {
    display: none; }

.btn .label {
  position: relative;
  top: -1px; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.label-default {
  background-color: #818a91; }
  .label-default[href]:focus, .label-default[href]:hover {
    background-color: #687077; }

.label-primary {
  background-color: #0275d8; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #025aa5; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 4px; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }
.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 4px; }

.progress-bar {
  height: 1rem;
  line-height: 1rem; }

.progress-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.progress-primary {
  background-color: #0275d8; }

@media screen and (min-width: 0\0) {
  .progress-primary .progress-bar {
    background-color: #0275d8; } }

.progress-success {
  background-color: #5cb85c; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c; } }

.progress-info {
  background-color: #5bc0de; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de; } }

.progress-warning {
  background-color: #f0ad4e; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e; } }

.progress-danger {
  background-color: #d9534f; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f; } }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:focus, a.list-group-item:hover,
  button.list-group-item:focus,
  button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #818a91; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #a8d6fe; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #ffffff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #ffffff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #ffffff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #ffffff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-9by16 {
  padding-bottom: 177.7777777778%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2051;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2001;
  background-color: rgba(0, 0, 0, 0.8); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 1; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
        bottom: 1px;
        margin-left: -10px;
        content: "";
        border-top-color: #fff;
        border-bottom-width: 0; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
      .popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
        bottom: -10px;
        left: 1px;
        content: "";
        border-right-color: #fff;
        border-left-width: 0; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
        top: 1px;
        margin-left: -10px;
        content: "";
        border-top-width: 0;
        border-bottom-color: #fff; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
        right: 1px;
        bottom: -10px;
        content: "";
        border-right-width: 0;
        border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 767px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.invisible {
  visibility: hidden !important; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 767px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5; }

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5; }

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f; }

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 766px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 767px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }
.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }

.featured_image {
  margin-bottom: 2rem;
  border-radius: 4px; }

.gallery_image {
  margin-bottom: 1rem;
  border-radius: 4px; }

p.featured_image_caption {
  margin-bottom: 2rem; }

.accordion_item {
  border-radius: 4px; }

.foundry-label > h3:before,
.foundry-label > h3:after {
  background: rgba(0, 0, 0, 0.1); }

ul.social_badges_container li a {
  border-radius: 4px; }

.foundry_icon i {
  border-radius: 4px; }

.icon_bar_wrapper {
  border-radius: 4px; }

ul.bulleted_list li i {
  line-height: 1.5; }

.label {
  margin-bottom: 0.5rem;
  /* Foundry addition */ }

.positioner_wrapper,
.foundry-base-margin {
  margin-bottom: 1rem; }

.foundry-footer {
  color: #373a3c; }

.foundry-footer a,
.foundry-footer a:visited {
  color: #0275d8; }

.foundry-footer a:hover,
.foundry-footer a:active {
  color: #014c8c; }

.foundry-accordion-title-bar-bg-primary a.accordion_toggle {
  background: #0275d8; }

.foundry-accordion-title-bar-bg-success a.accordion_toggle {
  background: #5cb85c; }

.foundry-accordion-title-bar-bg-info a.accordion_toggle {
  background: #5bc0de; }

.foundry-accordion-title-bar-bg-warning a.accordion_toggle {
  background: #f0ad4e; }

.foundry-accordion-title-bar-bg-danger a.accordion_toggle {
  background: #d9534f; }

pre.prettyprint {
  border-radius: 4px; }

.hi-content-wrap {
  line-height: 1.5; }

ul.lz-menu {
  border-radius: 4px; }

/*****************************************/
/*  Foundry Specific CSS                 */
/*****************************************/
/* End Edit Mode */
/* Site Background Styling Options - Background Image, Color Picker, or determined by theme. */
body {
  font-weight: 400; }

/* Header Font Sizing Options */
@media (max-width: 33.9em) {
  /* Mobile */
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 28px; }
  h4 {
    font-size: 26px; }
  h5 {
    font-size: 22px; }
  h6 {
    font-size: 18px; } }

@media (min-width: 34em) and (max-width: 47.9375em) {
  /* Tablet */
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 28px; }
  h4 {
    font-size: 26px; }
  h5 {
    font-size: 22px; }
  h6 {
    font-size: 18px; } }

@media (min-width: 48em) and (max-width: 61.9375em) {
  /* Desktop */
  h1 {
    font-size: 64px; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 32px; }
  h4 {
    font-size: 28px; }
  h5 {
    font-size: 24px; }
  h6 {
    font-size: 20px; } }

@media (min-width: 62em) {
  /* Widescreen */
  h1 {
    font-size: 64px; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 32px; }
  h4 {
    font-size: 28px; }
  h5 {
    font-size: 24px; }
  h6 {
    font-size: 20px; } }

.foundry-mask-primary-bg,
.foundry-primary-bg-color {
  background-color: #0275d8; }

.foundry-mask-success-bg,
.foundry-success-bg-color {
  background-color: #5cb85c; }

.foundry-mask-info-bg,
.foundry-info-bg-color {
  background-color: #5bc0de; }

.foundry-mask-warning-bg,
.foundry-warning-bg-color {
  background-color: #f0ad4e; }

.foundry-mask-danger-bg,
.foundry-danger-bg-color {
  background-color: #d9534f; }

.foundry-site-background {
  fill: #fff; }

.fdy-drop-zone {
  line-height: 1.5; }
.button.b-p {
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.button.b-p {
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer; }

.button.b-p[disabled] {
  cursor: default; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

.button.b-p {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  transition: all 300ms ease-out; }
  .button.b-p.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  .button.b-p.small {
    padding: .875rem 1.75rem .9375rem 1.75rem;
    font-size: .8125rem; }
  .button.b-p.tiny {
    padding: .625rem 1.25rem .6875rem 1.25rem;
    font-size: .6875rem; }
  .button.b-p.expand {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  .button.b-p.left-align {
    text-align: left;
    text-indent: .75rem; }
  .button.b-p.right-align {
    text-align: right;
    padding-right: .75rem; }
  .button.b-p.radius, .button.b-p.radius::before, .button.b-p.radius::after {
    border-radius: 3px; }
  .button.b-p.round, .button.b-p.radius::before, .button.b-p.round::after {
    border-radius: 1000px; }
  .button.b-p.disabled, .button.b-p[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7; }
  .button.b-p.right {
    float: right !important; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  .button.b-p {
    display: inline-block; } }

.bp-styles-warning {
  display: none; }

.button.b-p:not(.custom) {
  background-color: rgba(2, 117, 216, 1.00);
  color: rgba(255, 255, 255, 1.00); }
  .button.b-p:not(.custom):hover {
    color: rgba(255, 255, 255, 1.00);
    background-color: #014c8c; }
  .button.b-p.secondary:not(.custom) {
    background-color: rgba(231, 231, 231, 1.00);
    color: rgba(51, 51, 51, 1.00); }
    .button.b-p.secondary:not(.custom):hover {
      color: rgba(51, 51, 51, 1.00);
      background-color: #c1c1c1; }
  .button.b-p.alert:not(.custom) {
    background-color: rgba(217, 83, 79, 1.00); }
    .button.b-p.alert:not(.custom):hover {
      background-color: #b52b27; }
  .button.b-p.success:not(.custom) {
    background-color: rgba(92, 184, 92, 1.00); }
    .button.b-p.success:not(.custom):hover {
      background-color: #3d8b3d; }
  .button.b-p.radius:not(.custom) {
    border-radius: 4px; }
  .button.b-p.ghost:not(.custom) {
    background-color: transparent;
    border-width: 1px;
    border-color: rgba(2, 117, 216, 1.00);
    color: rgba(2, 117, 216, 1.00); }
    .button.b-p.ghost:not(.custom):hover {
      color: rgba(255, 255, 255, 1.00);
      border-color: #014c8c;
      background-color: #014c8c; }
    .button.b-p.ghost.secondary:not(.custom) {
      border-color: rgba(231, 231, 231, 1.00);
      color: rgba(231, 231, 231, 1.00); }
      .button.b-p.ghost.secondary:not(.custom):hover {
        color: rgba(51, 51, 51, 1.00);
        border-color: #c1c1c1;
        background-color: #c1c1c1; }
    .button.b-p.ghost.alert:not(.custom) {
      border-color: rgba(217, 83, 79, 1.00);
      color: rgba(217, 83, 79, 1.00); }
      .button.b-p.ghost.alert:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #b52b27;
        background-color: #b52b27; }
    .button.b-p.ghost.success:not(.custom) {
      border-color: rgba(92, 184, 92, 1.00);
      color: rgba(92, 184, 92, 1.00); }
      .button.b-p.ghost.success:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #3d8b3d;
        background-color: #3d8b3d; }
  .button.b-p.outline-ghost:not(.custom) {
    border-color: rgba(204, 204, 204, 1.00);
    border-width: 1px;
    color: rgba(55, 58, 60, 1.00);
    background-color: transparent; }
    .button.b-p.outline-ghost:not(.custom):hover {
      color: #121314;
      border-color: #a6a6a6;
      background-color: rgba(212, 212, 212, 0.00); }

.foundry-typeface-one {
  font-family: 'Lato', sans-serif;
  font-weight: 300; }

.foundry-typeface-one strong {
  font-weight: 700; }

.foundry-typeface-one strong em {
  font-weight: 700;
  font-style: italic; }

.foundry-typeface-one em {
  font-weight: 300;
  font-style: italic; }

.foundry-typeface-one-page-wide-headers h1,
.foundry-typeface-one-page-wide-headers h2,
.foundry-typeface-one-page-wide-headers h3,
.foundry-typeface-one-page-wide-headers h4,
.foundry-typeface-one-page-wide-headers h5,
.foundry-typeface-one-page-wide-headers h6 {
  font-family: 'Lato', sans-serif; }

h1.foundry-typeface-one,
h2.foundry-typeface-one,
h3.foundry-typeface-one,
h4.foundry-typeface-one,
h5.foundry-typeface-one,
h6.foundry-typeface-one {
  font-family: 'Lato', sans-serif !important; }
.foundry-typeface-two {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 600; }

.foundry-typeface-two strong {
  font-weight: 700; }

.foundry-typeface-two strong em {
  font-weight: 700;
  font-style: italic; }

.foundry-typeface-two em {
  font-weight: 600;
  font-style: italic; }

.foundry-typeface-two-page-wide-headers h1,
.foundry-typeface-two-page-wide-headers h2,
.foundry-typeface-two-page-wide-headers h3,
.foundry-typeface-two-page-wide-headers h4,
.foundry-typeface-two-page-wide-headers h5,
.foundry-typeface-two-page-wide-headers h6 {
  font-family: 'Playfair Display', sans-serif; }

h1.foundry-typeface-two,
h2.foundry-typeface-two,
h3.foundry-typeface-two,
h4.foundry-typeface-two,
h5.foundry-typeface-two,
h6.foundry-typeface-two {
  font-family: 'Playfair Display', sans-serif !important; }
.foundry-typeface-three {
  font-family: 'Poppins', sans-serif;
  font-weight: 300; }

.foundry-typeface-three strong {
  font-weight: 700; }

.foundry-typeface-three strong em {
  font-weight: 700;
  font-style: italic; }

.foundry-typeface-three em {
  font-weight: 300;
  font-style: italic; }

.foundry-typeface-three-page-wide-headers h1,
.foundry-typeface-three-page-wide-headers h2,
.foundry-typeface-three-page-wide-headers h3,
.foundry-typeface-three-page-wide-headers h4,
.foundry-typeface-three-page-wide-headers h5,
.foundry-typeface-three-page-wide-headers h6 {
  font-family: 'Poppins', sans-serif; }

h1.foundry-typeface-three,
h2.foundry-typeface-three,
h3.foundry-typeface-three,
h4.foundry-typeface-three,
h5.foundry-typeface-three,
h6.foundry-typeface-three {
  font-family: 'Poppins', sans-serif !important; }
.foundry-typeface-six {
  font-family: 'Poppins', sans-serif;
  font-weight: 300; }

.foundry-typeface-six strong {
  font-weight: 500; }

.foundry-typeface-six strong em {
  font-weight: 500;
  font-style: italic; }

.foundry-typeface-six em {
  font-weight: 300;
  font-style: italic; }

.foundry-typeface-six-page-wide-headers h1,
.foundry-typeface-six-page-wide-headers h2,
.foundry-typeface-six-page-wide-headers h3,
.foundry-typeface-six-page-wide-headers h4,
.foundry-typeface-six-page-wide-headers h5,
.foundry-typeface-six-page-wide-headers h6 {
  font-family: 'Poppins', sans-serif; }

h1.foundry-typeface-six,
h2.foundry-typeface-six,
h3.foundry-typeface-six,
h4.foundry-typeface-six,
h5.foundry-typeface-six,
h6.foundry-typeface-six {
  font-family: 'Poppins', sans-serif !important; }
.foundry-typeface-seven {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 700; }

.foundry-typeface-seven strong {
  font-weight: 700; }

.foundry-typeface-seven strong em {
  font-weight: 700;
  font-style: italic; }

.foundry-typeface-seven em {
  font-weight: 700;
  font-style: italic; }

.foundry-typeface-seven-page-wide-headers h1,
.foundry-typeface-seven-page-wide-headers h2,
.foundry-typeface-seven-page-wide-headers h3,
.foundry-typeface-seven-page-wide-headers h4,
.foundry-typeface-seven-page-wide-headers h5,
.foundry-typeface-seven-page-wide-headers h6 {
  font-family: 'Playfair Display', sans-serif; }

h1.foundry-typeface-seven,
h2.foundry-typeface-seven,
h3.foundry-typeface-seven,
h4.foundry-typeface-seven,
h5.foundry-typeface-seven,
h6.foundry-typeface-seven {
  font-family: 'Playfair Display', sans-serif !important; }
.foundry-typeface-ten {
  font-family: 'Lato', sans-serif;
  font-weight: 400; }

.foundry-typeface-ten strong {
  font-weight: 700; }

.foundry-typeface-ten strong em {
  font-weight: 700;
  font-style: italic; }

.foundry-typeface-ten em {
  font-weight: 400;
  font-style: italic; }

.foundry-typeface-ten-page-wide-headers h1,
.foundry-typeface-ten-page-wide-headers h2,
.foundry-typeface-ten-page-wide-headers h3,
.foundry-typeface-ten-page-wide-headers h4,
.foundry-typeface-ten-page-wide-headers h5,
.foundry-typeface-ten-page-wide-headers h6 {
  font-family: 'Lato', sans-serif; }

h1.foundry-typeface-ten,
h2.foundry-typeface-ten,
h3.foundry-typeface-ten,
h4.foundry-typeface-ten,
h5.foundry-typeface-ten,
h6.foundry-typeface-ten {
  font-family: 'Lato', sans-serif !important; }
.foundry-typeface-eleven {
  font-family: 'Martian Mono', sans-serif;
  font-weight: 200; }

.foundry-typeface-eleven strong {
  font-weight: 500; }

.foundry-typeface-eleven strong em {
  font-weight: 500;
  font-style: italic; }

.foundry-typeface-eleven em {
  font-weight: 200;
  font-style: italic; }

.foundry-typeface-eleven-page-wide-headers h1,
.foundry-typeface-eleven-page-wide-headers h2,
.foundry-typeface-eleven-page-wide-headers h3,
.foundry-typeface-eleven-page-wide-headers h4,
.foundry-typeface-eleven-page-wide-headers h5,
.foundry-typeface-eleven-page-wide-headers h6 {
  font-family: 'Martian Mono', sans-serif; }

h1.foundry-typeface-eleven,
h2.foundry-typeface-eleven,
h3.foundry-typeface-eleven,
h4.foundry-typeface-eleven,
h5.foundry-typeface-eleven,
h6.foundry-typeface-eleven {
  font-family: 'Martian Mono', sans-serif !important; }

#s4s_flexbox_stack_stacks_in_10756_502 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: normal;
	min-height: 60px;
	padding: 0px;
	margin: 0px;
	max-width: ;
}

@media screen and (min-width: 1100px) {
	#s4s_flexbox_stack_stacks_in_10756_502 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		align-content: normal;
		min-height: 75px;
	}
}

#stacks_in_10756_502 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0px 15px 0px 14px;
}
#s4s_flexbox_item_stacks_in_10756_503 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 1100px) {
  #s4s_flexbox_item_stacks_in_10756_503 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_10756_504 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_10756_504 img {
		
			
		
		width: 230px;
		height: auto;
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_10756_504 img {
		
			
		
		width: 230px;
		height: auto;
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10756_504 img {
		
			
		
		width: 230px;
		height: auto;
			
	}
}


#stacks_in_10756_504 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10756_504 {
	padding: 5px 0px 3px 0px;
}

#stacks_out_10756_504 {
	margin-left:0;
}
#s4s_flexbox_item_stacks_in_10756_506 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 1100px) {
  #s4s_flexbox_item_stacks_in_10756_506 {
    
    flex-grow: 0;
    flex-basis: 0px;
    flex-shrink: 1;
    align-self: auto;
    min-height: 0px;
  }
}

@import url(http://fonts.googleapis.com/css?family=Raleway:400,200);
body.sideMenuOpen {
  overflow: hidden !important; }

#sideMenuToggleContainer_stacks_in_10756_507 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  box-sizing: border-box;
  /*  */
  text-align: left;
  /*  */
  /*  */ }

#sideMenuToggle_stacks_in_10756_507 {
  text-align: center;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
  display: inline-block;
  z-index: 9999999999999;
  box-sizing: border-box;
  pointer-events: all;
  color: #9A9BAF;
  padding: 0px 0px 0px 10px;
  border-radius: 4px;
  /*  */
  /*  */
  /*  */
  /*  */
  width: auto;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Ubuntu";
  /*  */
  /*  */
  /*  */ }
  #sideMenuToggle_stacks_in_10756_507 span, #sideMenuToggle_stacks_in_10756_507 i {
    vertical-align: middle; }
  #sideMenuToggle_stacks_in_10756_507 span {
    font-size: 24px; }
  #sideMenuToggle_stacks_in_10756_507 i {
    font-size: 24px; }

#sideMenuContainer_stacks_in_10756_507:before, #sideMenuContainer_stacks_in_10756_507:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 1;
  display: block;
  position: absolute; }

#sideMenuContainer_stacks_in_10756_507:before {
  /*  */
  background: #F9FBFB;
  /*  */
  /*  */
  /*  */ }

#sideMenuContainer_stacks_in_10756_507:after {
  /*  */ }

#sideMenu_stacks_in_10756_507 {
  opacity: 1;
  padding: 0px 0px 0px 0px;
  /*  */
  text-align: left;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Lato";
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_10756_507 .close-icon {
  opacity: 0;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  margin-bottom: 2px;
  box-sizing: border-box;
  z-index: 9999999999999999999999;
  /*  */
  text-align: left;
  /*  */ }
  #sideMenu_stacks_in_10756_507 .close-icon i {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    box-sizing: content-box;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    /*  */
    color: #000000;
    margin: 10px 0px 10px 10px;
    padding: 10px 0px 10px 10px;
    width: 36px;
    height: 36px;
    font-size: 36px;
    border-radius: 4px;
    line-height: 36px;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }

#sideMenu_stacks_in_10756_507 #cssmenu,
#sideMenu_stacks_in_10756_507 #cssmenu ul,
#sideMenu_stacks_in_10756_507 #cssmenu ul li,
#sideMenu_stacks_in_10756_507 #cssmenu ul li a {
  margin: 0;
  bottom: 0;
  padding: 0;
  display: block;
  line-height: 1;
  list-style: none;
  position: relative;
  box-sizing: border-box; }

#sideMenu_stacks_in_10756_507 #cssmenu {
  width: 100%;
  font-family: inherit; }

#sideMenu_stacks_in_10756_507 #cssmenu ul > li a small {
  display: block;
  margin-top: 7px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.60); }

#sideMenu_stacks_in_10756_507 #cssmenu ul ul li a small {
  display: block;
  margin-top: 7px;
  font-size: 15px;
  /*  */
  color: rgba(255, 255, 255, 0.60);
  /*  */ }

#sideMenu_stacks_in_10756_507 #cssmenu ul > li a i:first-of-type {
  color: inherit;
  vertical-align: top;
  font-size: 22px; }

#sideMenu_stacks_in_10756_507 #cssmenu ul ul li a i:first-of-type {
  color: inherit;
  vertical-align: top;
  font-size: 18px; }

#sideMenuContainer_stacks_in_10756_507 #cssmenu ul > li.has-sub > a span.sideMenu_dropdown_icons {
  top: 0;
  z-index: 5;
  height: 100%;
  display: block;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  /*  */
  right: 0;
  width: 24px;
  /*  */ }
  #sideMenuContainer_stacks_in_10756_507 #cssmenu ul > li.has-sub > a span.sideMenu_dropdown_icons i.dropdown-open-icon, #sideMenuContainer_stacks_in_10756_507 #cssmenu ul > li.has-sub > a span.sideMenu_dropdown_icons i.dropdown-close-icon {
    top: 50%;
    left: 50%;
    display: block;
    color: inherit;
    position: absolute;
    font-size: 24px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  #sideMenuContainer_stacks_in_10756_507 #cssmenu ul > li.has-sub > a span.sideMenu_dropdown_icons i.dropdown-open-icon {
    opacity: 1;
    visibility: visible; }
  #sideMenuContainer_stacks_in_10756_507 #cssmenu ul > li.has-sub > a span.sideMenu_dropdown_icons i.dropdown-close-icon {
    opacity: 0;
    visibility: hidden; }

#sideMenuContainer_stacks_in_10756_507.open #cssmenu ul > li.has-sub.open > a i.dropdown-open-icon, #sideMenuContainer_stacks_in_10756_507.open #cssmenu ul > li.has-sub.open > a i.dropdown-close-icon {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  /*  */
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  /*  */ }

#sideMenuContainer_stacks_in_10756_507.open #cssmenu ul > li.has-sub.open > a i.dropdown-open-icon {
  opacity: 0;
  visibility: hidden; }

#sideMenuContainer_stacks_in_10756_507.open #cssmenu ul > li.has-sub.open > a i.dropdown-close-icon {
  opacity: 1;
  visibility: visible; }

#sideMenuContainer_stacks_in_10756_507.open #cssmenu ul > li.has-sub > a i.dropdown-open-icon {
  opacity: 1;
  visibility: visible; }

#sideMenuContainer_stacks_in_10756_507.open #cssmenu ul > li.has-sub > a i.dropdown-close-icon {
  opacity: 0;
  visibility: hidden; }

/*  */
#sideMenuContainer_stacks_in_10756_507 #cssmenu ul > li.has-sub > a:hover > .clickable_dropdown {
  color: #000000;
  /*  */
  border-left: 1px dotted;
  /*  */ }

/*  */
#sideMenu_stacks_in_10756_507 #cssmenu ul > li.has-sub > a {
  /*  */
  padding: 16px 26px 16px 22px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_10756_507 #cssmenu > ul > li > a {
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  color: #262626;
  padding: 16px 0px 16px 22px;
  font-size: 22px;
  border-radius: 3px;
  margin-bottom: 10px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */ }
  #sideMenu_stacks_in_10756_507 #cssmenu > ul > li > a:first-child {
    margin-top: 0; }

#sideMenu_stacks_in_10756_507 #cssmenu ul ul li a {
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  border-radius: 3px;
  margin-bottom: 10px;
  /*  */
  color: #262626;
  padding: 16px 0px 16px 22px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */ }

/*  */
#sideMenu_stacks_in_10756_507 #cssmenu ul ul li a {
  /*  */
  margin-left: 15px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_10756_507 #cssmenu ul ul ul li a {
  /*  */
  margin-left: 30px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_10756_507 #cssmenu ul ul ul ul li a {
  /*  */
  margin-left: 45px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_10756_507 #cssmenu ul ul ul ul ul li a {
  /*  */
  margin-left: 60px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_10756_507 #cssmenu ul ul ul ul ul li a {
  /*  */
  margin-left: 75px;
  /*  */
  /*  */
  /*  */ }

/*  */
@-webkit-keyframes elegantOpen {
  0% {
    margin-left: -500px; }
  100% {
    margin-left: 0px; } }
@keyframes elegantOpen {
  0% {
    margin-left: -500px; }
  100% {
    margin-left: 0px; } }

@-webkit-keyframes elegantClose {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -500px; } }

@keyframes elegantClose {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -500px; } }

/*  */
#sideMenuToggleContainer_stacks_in_10756_507 {
  /*  */
  width: auto;
  position: static;
  /*  */
  /*  */
  /*  */
  text-align: left;
  /*  */
  /*  */
  /*  */
  top: 0;
  /*  */
  padding: 10px 0px 10px 10px; }

#sideMenuToggle_stacks_in_10756_507:hover {
  cursor: pointer;
  color: #9A9BAF;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_10756_507 .close-icon i:hover {
  /*  */
  /*  */
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  /*  */
  /*  */ }

#sideMenuContainer_stacks_in_10756_507 {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  position: fixed;
  visibility: hidden;
  z-index: 99999999999999999;
  right: -100%;
  transition: all 0.2s ease-in; }

/*  */
/*  */
@media only screen and (max-width: 440px) {
  #sideMenuContainer_stacks_in_10756_507 {
    max-width: 100%; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #sideMenuContainer_stacks_in_10756_507 {
    max-width: 100%; } }

@media only screen and (min-width: 771px) {
  #sideMenuContainer_stacks_in_10756_507 {
    max-width: 100%; } }

/*  */
#sideMenuContainer_stacks_in_10756_507:before, #sideMenuContainer_stacks_in_10756_507:after {
  content: '';
  z-index: -1;
  width: 100%;
  height: 120%;
  transition: opacity 0.1s ease-in; }

#sideMenuContainer_stacks_in_10756_507.open {
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-out; }
  #sideMenuContainer_stacks_in_10756_507.open:before {
    visibility: visible;
    opacity: 1.00;
    transition: opacity 0.1s ease; }
  #sideMenuContainer_stacks_in_10756_507.open .close-icon {
    opacity: 1;
    transition-delay: 0.4s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.4s;
    transition: all 0.3s ease; }

#sideMenu_stacks_in_10756_507 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  visibility: visible;
  box-sizing: border-box; }

#sideMenu_stacks_in_10756_507 #cssmenu ul ul {
  display: none; }

#sideMenu_stacks_in_10756_507 #cssmenu > ul > li.active > ul {
  display: block; }

#sideMenuContainer_stacks_in_10756_507 #cssmenu > ul > li {
  right: -100%;
  opacity: 0;
  transition: left 0.3s ease; }

#sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li {
  right: 0%;
  opacity: 1;
  transition: all 0.3s ease; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(1) {
    transition-delay: 0.2s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(2) {
    transition-delay: 0.3s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(3) {
    transition-delay: 0.4s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(4) {
    transition-delay: 0.5s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(5) {
    transition-delay: 0.6s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(6) {
    transition-delay: 0.7s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(7) {
    transition-delay: 0.8s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(8) {
    transition-delay: 0.9s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(9) {
    transition-delay: 1s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(10) {
    transition-delay: 1.1s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(11) {
    transition-delay: 1.2s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(12) {
    transition-delay: 1.3s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(13) {
    transition-delay: 1.4s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(14) {
    transition-delay: 1.5s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(15) {
    transition-delay: 1.6s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(16) {
    transition-delay: 1.7s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(17) {
    transition-delay: 1.8s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(18) {
    transition-delay: 1.9s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(19) {
    transition-delay: 2s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(20) {
    transition-delay: 2.1s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(21) {
    transition-delay: 2.2s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(22) {
    transition-delay: 2.3s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(23) {
    transition-delay: 2.4s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(24) {
    transition-delay: 2.5s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(25) {
    transition-delay: 2.6s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(26) {
    transition-delay: 2.7s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(27) {
    transition-delay: 2.8s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(28) {
    transition-delay: 2.9s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(29) {
    transition-delay: 3s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(30) {
    transition-delay: 3.1s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(31) {
    transition-delay: 3.2s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(32) {
    transition-delay: 3.3s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(33) {
    transition-delay: 3.4s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(34) {
    transition-delay: 3.5s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(35) {
    transition-delay: 3.6s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(36) {
    transition-delay: 3.7s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(37) {
    transition-delay: 3.8s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(38) {
    transition-delay: 3.9s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(39) {
    transition-delay: 4s; }
  #sideMenuContainer_stacks_in_10756_507.open #cssmenu > ul > li:nth-child(40) {
    transition-delay: 4.1s; }

#sideMenu_stacks_in_10756_507 #cssmenu ul > li a:hover small {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.50); }

#sideMenu_stacks_in_10756_507 #cssmenu ul ul li a:hover small {
  font-size: 15px;
  /*  */
  color: rgba(0, 0, 0, 0.50);
  /*  */ }

#sideMenu_stacks_in_10756_507 #cssmenu > ul > li > a:hover {
  color: #000000;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_10756_507 #cssmenu ul ul li a:hover {
  /*  */
  color: #000000;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */ }

@media only screen and (max-width: 440px) {
  #sideMenuContainer_stacks_in_10756_507.hide-m, #sideMenuToggleContainer_stacks_in_10756_507.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #sideMenuContainer_stacks_in_10756_507.hide-t, #sideMenuToggleContainer_stacks_in_10756_507.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #sideMenuContainer_stacks_in_10756_507.hide-d, #sideMenuToggleContainer_stacks_in_10756_507.hide-d {
    display: none; } }

/*  */
/*  */
@media only screen and (min-width:0px){#stacks_in_10756_495 h6,#stacks_in_10756_495 div{letter-spacing:1.00px}}#stacks_in_10756_495 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_495 h6,#stacks_in_10756_495 div{color:rgba(33, 34, 44, 1.00)}#stacks_in_10756_495 h6 a,#stacks_in_10756_495 div a{color:rgba(33, 34, 44, 1.00)}#stacks_in_10756_495 h6 a:hover,#stacks_in_10756_495 div a:hover{color:rgba(24, 25, 33, 1.00)}#stacks_in_10756_495 small,#stacks_in_10756_495 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_495 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_495 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_495 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_495 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_495 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_495 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_495 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_495 .hTxt{position:relative}#stacks_in_10756_495 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:400;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_495 h6{font-size:30.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_495 h6{font-size:30.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_495 h6{font-size:30.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_495 h6{font-size:30.00px!important}}

#stacks_in_10756_495 {
	margin: 0px 0px 0px 28px;
	padding: 15px 0px 15px 0px;
}
@media only screen and (min-width:0px){#stacks_in_10756_492 h6,#stacks_in_10756_492 div{letter-spacing:1.00px}}#stacks_in_10756_492 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_492 h6,#stacks_in_10756_492 div{color:rgba(33, 34, 44, 1.00)}#stacks_in_10756_492 h6 a,#stacks_in_10756_492 div a{color:rgba(33, 34, 44, 1.00)}#stacks_in_10756_492 h6 a:hover,#stacks_in_10756_492 div a:hover{color:rgba(24, 25, 33, 1.00)}#stacks_in_10756_492 small,#stacks_in_10756_492 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_492 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_492 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_492 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_492 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_492 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_492 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_492 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_492 .hTxt{position:relative}#stacks_in_10756_492 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:400;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_492 h6{font-size:30.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_492 h6{font-size:30.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_492 h6{font-size:30.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_492 h6{font-size:30.00px!important}}

#stacks_in_10756_492 {
	margin: 0px 0px 0px 28px;
	padding: 15px 0px 15px 0px;
}
@media only screen and (min-width:0px){#stacks_in_10756_493 h6,#stacks_in_10756_493 div{letter-spacing:1.00px}}#stacks_in_10756_493 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_493 h6,#stacks_in_10756_493 div{color:rgba(33, 34, 44, 1.00)}#stacks_in_10756_493 h6 a,#stacks_in_10756_493 div a{color:rgba(33, 34, 44, 1.00)}#stacks_in_10756_493 h6 a:hover,#stacks_in_10756_493 div a:hover{color:rgba(24, 25, 33, 1.00)}#stacks_in_10756_493 small,#stacks_in_10756_493 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_493 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_493 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_493 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_493 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_493 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_493 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_493 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_493 .hTxt{position:relative}#stacks_in_10756_493 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:400;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_493 h6{font-size:30.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_493 h6{font-size:30.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_493 h6{font-size:30.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_493 h6{font-size:30.00px!important}}

#stacks_in_10756_493 {
	margin: 0px 0px 0px 28px;
	padding: 15px 0px 15px 0px;
}
@media only screen and (min-width:0px){#stacks_in_10756_494 h6,#stacks_in_10756_494 div{letter-spacing:1.00px}}#stacks_in_10756_494 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_494 h6,#stacks_in_10756_494 div{color:rgba(33, 34, 44, 1.00)}#stacks_in_10756_494 h6 a,#stacks_in_10756_494 div a{color:rgba(33, 34, 44, 1.00)}#stacks_in_10756_494 h6 a:hover,#stacks_in_10756_494 div a:hover{color:rgba(24, 25, 33, 1.00)}#stacks_in_10756_494 small,#stacks_in_10756_494 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_494 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_494 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_494 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_494 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_494 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_494 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_494 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_494 .hTxt{position:relative}#stacks_in_10756_494 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:400;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_494 h6{font-size:30.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_494 h6{font-size:30.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_494 h6{font-size:30.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_494 h6{font-size:30.00px!important}}

#stacks_in_10756_494 {
	margin: 0px 0px 0px 28px;
	padding: 15px 0px 15px 0px;
}
@media only screen and (min-width:0px){#stacks_in_10756_496 h6,#stacks_in_10756_496 div{letter-spacing:1.00px}}#stacks_in_10756_496 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_496 h6,#stacks_in_10756_496 div{color:rgba(33, 34, 44, 1.00)}#stacks_in_10756_496 h6 a,#stacks_in_10756_496 div a{color:rgba(33, 34, 44, 1.00)}#stacks_in_10756_496 h6 a:hover,#stacks_in_10756_496 div a:hover{color:rgba(24, 25, 33, 1.00)}#stacks_in_10756_496 small,#stacks_in_10756_496 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_496 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_496 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_496 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_496 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_496 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_496 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_496 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_496 .hTxt{position:relative}#stacks_in_10756_496 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:400;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_496 h6{font-size:30.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_496 h6{font-size:30.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_496 h6{font-size:30.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_496 h6{font-size:30.00px!important}}

#stacks_in_10756_496 {
	margin: 0px 0px 0px 28px;
	padding: 15px 0px 15px 0px;
}
@media only screen and (min-width:0px){#stacks_in_10756_701 h6,#stacks_in_10756_701 div{letter-spacing:1.00px}}#stacks_in_10756_701 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_701 h6,#stacks_in_10756_701 div{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_701 h6 a,#stacks_in_10756_701 div a{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_701 h6 a:hover,#stacks_in_10756_701 div a:hover{color:rgba(27, 137, 191, 1.00)}#stacks_in_10756_701 small,#stacks_in_10756_701 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_701 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_701 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_701 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_701 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_701 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_701 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_701 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_701 .hTxt{position:relative}#stacks_in_10756_701 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:400;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_701 h6{font-size:30.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_701 h6{font-size:30.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_701 h6{font-size:30.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_701 h6{font-size:30.00px!important}}

#stacks_in_10756_701 {
	margin: 0px 0px 0px 28px;
	padding: 15px 0px 15px 0px;
}
#s4s_flexbox_item_stacks_in_10756_776 {
  
  flex-grow: 0;
  flex-basis: 0px;
  flex-shrink: 1;
  align-self: auto;
  min-height: 0px;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0rem;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_776 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_10756_777 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: normal;
	min-height: 55px;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10756_777 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		align-content: normal;
		min-height: 65px;
	}
}
#s4s_flexbox_item_stacks_in_10756_780 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 35px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_780 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_10756_781 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0px;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10756_781 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_10756_782 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_782 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

@media only screen and (min-width:0px){#stacks_in_10756_783 h6,#stacks_in_10756_783 div{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_10756_783 h6,#stacks_in_10756_783 div{letter-spacing:1.00px}}#stacks_in_10756_783 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_783 h6,#stacks_in_10756_783 div{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_783 h6 a,#stacks_in_10756_783 div a{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_783 h6 a:hover,#stacks_in_10756_783 div a:hover{color:rgba(48, 51, 67, 0.85)}#stacks_in_10756_783 small,#stacks_in_10756_783 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_783 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_783 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_783 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_783 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_783 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_783 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_783 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_783 .hTxt{position:relative}#stacks_in_10756_783 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:300;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_783 h6{font-size:16.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_783 h6{font-size:16.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_783 h6{font-size:16.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_783 h6{font-size:16.00px!important}}
#s4s_flexbox_item_stacks_in_10756_789 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_789 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#graphicStackstacks_in_10756_790 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_10756_790 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_10756_790 {
	text-align: center;
}

#graphicStackstacks_in_10756_790 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_10756_790 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */
#stacks_in_10756_790 {
	margin: 0px 0px 3px 0px;
}

#stacks_out_10756_790 {
	width: 15px;
}
#s4s_flexbox_item_stacks_in_10756_795 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 35px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_795 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

@media only screen and (min-width:0px){#stacks_in_10756_796 h6,#stacks_in_10756_796 div{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_10756_796 h6,#stacks_in_10756_796 div{letter-spacing:1.00px}}#stacks_in_10756_796 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_796 h6,#stacks_in_10756_796 div{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_796 h6 a,#stacks_in_10756_796 div a{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_796 h6 a:hover,#stacks_in_10756_796 div a:hover{color:rgba(48, 51, 67, 0.85)}#stacks_in_10756_796 small,#stacks_in_10756_796 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_796 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_796 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_796 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_796 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_796 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_796 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_796 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_796 .hTxt{position:relative}#stacks_in_10756_796 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:300;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_796 h6{font-size:16.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_796 h6{font-size:16.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_796 h6{font-size:16.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_796 h6{font-size:16.00px!important}}
#s4s_flexbox_item_stacks_in_10756_802 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 35px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_802 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

@media only screen and (min-width:0px){#stacks_in_10756_803 h6,#stacks_in_10756_803 div{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_10756_803 h6,#stacks_in_10756_803 div{letter-spacing:1.00px}}#stacks_in_10756_803 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_803 h6,#stacks_in_10756_803 div{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_803 h6 a,#stacks_in_10756_803 div a{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_803 h6 a:hover,#stacks_in_10756_803 div a:hover{color:rgba(48, 51, 67, 0.85)}#stacks_in_10756_803 small,#stacks_in_10756_803 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_803 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_803 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_803 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_803 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_803 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_803 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_803 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_803 .hTxt{position:relative}#stacks_in_10756_803 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:300;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_803 h6{font-size:16.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_803 h6{font-size:16.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_803 h6{font-size:16.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_803 h6{font-size:16.00px!important}}
#s4s_flexbox_item_stacks_in_10756_809 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 35px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_809 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

@media only screen and (min-width:0px){#stacks_in_10756_810 h6,#stacks_in_10756_810 div{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_10756_810 h6,#stacks_in_10756_810 div{letter-spacing:1.00px}}#stacks_in_10756_810 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_810 h6,#stacks_in_10756_810 div{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_810 h6 a,#stacks_in_10756_810 div a{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_810 h6 a:hover,#stacks_in_10756_810 div a:hover{color:rgba(48, 51, 67, 0.85)}#stacks_in_10756_810 small,#stacks_in_10756_810 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_810 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_810 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_810 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_810 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_810 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_810 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_810 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_810 .hTxt{position:relative}#stacks_in_10756_810 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:300;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_810 h6{font-size:16.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_810 h6{font-size:16.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_810 h6{font-size:16.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_810 h6{font-size:16.00px!important}}
#s4s_flexbox_item_stacks_in_10756_816 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 35px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_816 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

@media only screen and (min-width:0px){#stacks_in_10756_817 h6,#stacks_in_10756_817 div{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_10756_817 h6,#stacks_in_10756_817 div{letter-spacing:1.00px}}#stacks_in_10756_817 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_817 h6,#stacks_in_10756_817 div{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_817 h6 a,#stacks_in_10756_817 div a{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_817 h6 a:hover,#stacks_in_10756_817 div a:hover{color:rgba(48, 51, 67, 0.85)}#stacks_in_10756_817 small,#stacks_in_10756_817 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_817 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_817 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_817 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_817 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_817 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_817 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_817 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_817 .hTxt{position:relative}#stacks_in_10756_817 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:300;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_817 h6{font-size:16.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_817 h6{font-size:16.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_817 h6{font-size:16.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_817 h6{font-size:16.00px!important}}
#s4s_flexbox_item_stacks_in_10756_823 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 10;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 0px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_823 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

@media only screen and (min-width:0px){#stacks_in_10756_824 h6,#stacks_in_10756_824 div{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_10756_824 h6,#stacks_in_10756_824 div{letter-spacing:1.00px}}#stacks_in_10756_824 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_824 h6,#stacks_in_10756_824 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_10756_824 h6 a,#stacks_in_10756_824 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_10756_824 h6 a:hover,#stacks_in_10756_824 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_10756_824 small,#stacks_in_10756_824 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_824 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_824 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:600;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_824 h6{font-size:14.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_824 h6{font-size:14.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_824 h6{font-size:14.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_824 h6{font-size:14.00px!important}}

#stacks_in_10756_824 {
	padding: 15px 7px 15px 7px;
}
#stacks_in_10756_844 > .chroma-scroll-pro > .slide-head{display:none}#stacks_in_10756_844 > .chroma-scroll-pro > .slide-head.is-active{display:block}#stacks_in_10756_844 > .chroma-scroll-pro > .slide-head .top-bar{z-index:6000}#stacks_in_10756_844 > .chroma-scroll-pro > .su-content .top-bar-wrapper,#stacks_in_10756_844 > .chroma-scroll-pro > .su-content .oc-toggle.facet-mb,#stacks_in_10756_844 > .chroma-scroll-pro > .su-content [data-magellan-expedition],#stacks_in_10756_844 > .chroma-scroll-pro > .su-content [data-magellan-expedition].mg-menu::after,#stacks_in_10756_844 > .chroma-scroll-pro > .su-content nav.navigation_bar{background:transparent !important}#stacks_in_10756_844 > .chroma-scroll.no-overflow > .su-content > .stacks_out{overflow:hidden !important}#stacks_in_10756_844 > .chroma-scroll-pro.slide-fresh,#stacks_in_10756_844 > .chroma-scroll-pro.stick-no-ani{-webkit-animation-duration:1ms !important;animation-duration:1ms !important}#stacks_in_10756_844 > .chroma-scroll-pro.slide-fresh > .su-content::after,#stacks_in_10756_844 > .chroma-scroll-pro.stick-no-ani > .su-content::after{-webkit-transition-duration:1ms !important;transition-duration:1ms !important}#stacks_in_10756_844 > .chroma-scroll-pro.pre-load,#stacks_in_10756_844 > .chroma-scroll-pro.header-slide.pre-load{-webkit-transition:-webkit-transform 0s !important;transition:-webkit-transform 0s !important;transition:transform 0s !important;transition:transform 0s,-webkit-transform 0s !important;visibility:hidden;height:0 !important}#stacks_in_10756_844 > .chroma-scroll-pro.pre-load .su-content,#stacks_in_10756_844 > .chroma-scroll-pro.header-slide.pre-load .su-content{height:0px !important;padding:0px !important}@media screen and (max-width:992px){#stacks_in_10756_844 > .chroma-scroll-pro > .slide-head.is-active.small-head-hide{display:none}#stacks_in_10756_844 > .chroma-scroll-pro > .slide-head.is-active.small-head-show{display:block}#stacks_in_10756_844 > .chroma-scroll-pro.mob-no-bg[data-style] > .su-content::after{background-color:transparent}#stacks_in_10756_844 > .chroma-scroll-pro.mob-no-bg.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_10756_844.mob-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_10756_844.mob-static > .su-pad[style]{height:0px !important}.su-pad.mob-static.spacer-stacks_in_10756_844[style]{height:0px !important}#stacks_in_10756_844.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky,#stacks_in_10756_844.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky{position:fixed;top:0}}@media screen and (min-width:992px){#stacks_in_10756_844.large-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_10756_844.large-static > .su-pad[style]{height:0px !important}}#stacks_in_10756_844{overflow:visible;-webkit-overflow-scrolling:touch}.su-pad.spacer-stacks_in_10756_844{width:100%;min-width:100%}.su-pad.spacer-stacks_in_10756_844.posFixed.allow-overlay,.su-pad.spacer-stacks_in_10756_844.posFixed.fix-bot{height:0px !important;visibility:hidden !important}@media screen and (max-width:992px){.su-pad.spacer-stacks_in_10756_844.hide-below-bp{display:none}}@media screen and (min-width:992px){.su-pad.spacer-stacks_in_10756_844.hide-above-bp{display:none}}#stacks_in_10756_844.width-contain{width:auto;display:inline-block}#stacks_in_10756_844.width-contain > .chroma-scroll-pro.is-fixed{border-radius:none}#stacks_in_10756_844.width-contain > .chroma-scroll-pro.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_10756_844.width-contain > .chroma-scroll-pro.is-fixed > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_10756_844.width-contain > .chroma-scroll-pro.is-fixed.su-right{right:0}#stacks_in_10756_844.width-contain > .chroma-scroll-pro.is-fixed.su-left{left:0}#stacks_in_10756_844.width-contain > .chroma-scroll-pro.is-fixed.su-center{left:0;right:0;text-align:center}#stacks_in_10756_844.width-contain > .chroma-scroll-pro.is-fixed.su-center > .su-content{display:inline-block;margin:0;vertical-align:top}#stacks_in_10756_844 > .chroma-scroll-pro{-webkit-overflow-scrolling:touch}#stacks_in_10756_844 > .chroma-scroll-pro > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_10756_844 > .chroma-scroll-pro.is-fixed .su-content.oc-toggle{-webkit-backface-visibility:hidden;z-index:3030}#stacks_in_10756_844 > .chroma-scroll-pro.is-fixed:not(.width-contain).abs-left{left:0px}#stacks_in_10756_844 > .chroma-scroll-pro.header-slide.is-static{position:relative;-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important}#stacks_in_10756_844 > .chroma-scroll-pro.header-slide.slide-fresh{-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important;-webkit-animation-duration:1ms !important;animation-duration:1ms !important;visibility:hidden;height:0 !important}#stacks_in_10756_844.width-contain > .chroma-scroll-pro.su-center{border-radius:none}#stacks_in_10756_844.width-contain > .chroma-scroll-pro.su-center.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_10756_844.width-contain > .chroma-scroll-pro.su-center > .su-content::after{border-radius:0px 0px 0px 0px}[data-chroma-style] body{-webkit-transition-property:background-color;transition-property:background-color;-webkit-transition-duration:220ms;transition-duration:220ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10756_844 .style-defs{display:none}#stacks_in_10756_844 > .chroma-scroll-pro{-webkit-transition:padding 200ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 200ms ease,-webkit-transform 300ms;-webkit-transition:padding 200ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 200ms ease,-webkit-transform 300ms;transition:padding 200ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 200ms ease,-webkit-transform 300ms;transition:padding 200ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 200ms ease,transform 300ms;transition:padding 200ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 200ms ease,transform 300ms,-webkit-box-shadow 200ms ease,-webkit-transform 300ms}#stacks_in_10756_844 > .chroma-scroll-pro > .su-content{-webkit-transition:padding 200ms ease-in-out;transition:padding 200ms ease-in-out}#stacks_in_10756_844 > .chroma-scroll-pro > .su-content::after{z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0;content:"";-webkit-transition:background 200ms linear,opacity 200ms linear;transition:background 200ms linear,opacity 200ms linear}#stacks_in_10756_844 > .chroma-scroll-pro[data-style="default_style"] > .su-content{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px}#stacks_in_10756_844 > .chroma-scroll-pro[data-style="default_style"] > .su-content::after{background:rgba(255, 255, 255, 1.00)}@media screen and (max-width:992px){#stacks_in_10756_844 > .chroma-scroll-pro > .su-content{padding:0 !important}}#stacks_in_10756_844 > .chroma-scroll-pro li a,#stacks_in_10756_844 > .chroma-scroll-pro .b-p:not(.custom) > .bp-text{-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_10756_844 > .chroma-scroll-pro .bb-site-title,#stacks_in_10756_844 > .chroma-scroll-pro .bb-site-title h1,#stacks_in_10756_844 > .chroma-scroll-pro .bb-site-title h2,#stacks_in_10756_844 > .chroma-scroll-pro .bb-site-title h3,#stacks_in_10756_844 > .chroma-scroll-pro .bb-site-title h4,#stacks_in_10756_844 > .chroma-scroll-pro .bb-site-title h5,#stacks_in_10756_844 > .chroma-scroll-pro .bb-site-title h6,#stacks_in_10756_844 > .chroma-scroll-pro .bb-site-title p{-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_10756_844 > .chroma-scroll-pro .site-title,#stacks_in_10756_844 > .chroma-scroll-pro .site-slogan,#stacks_in_10756_844 > .chroma-scroll-pro .mag-title,#stacks_in_10756_844 > .chroma-scroll-pro .navigation_branding a{-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_10756_844 > .chroma-scroll-pro .top-bar .title-area li.name,#stacks_in_10756_844 > .chroma-scroll-pro .toggle-contents .main-title,#stacks_in_10756_844 > .chroma-scroll-pro .mag-title-area,#stacks_in_10756_844 > .chroma-scroll-pro .navigation_branding,#stacks_in_10756_844 > .chroma-scroll-pro .bb-site-title{-webkit-transition:opacity 200ms !important;transition:opacity 200ms !important}#stacks_in_10756_844 > .chroma-scroll-pro[data-style="default_style"] .top-bar .title-area li.name,#stacks_in_10756_844 > .chroma-scroll-pro[data-style="default_style"] .toggle-contents .main-title,#stacks_in_10756_844 > .chroma-scroll-pro[data-style="default_style"] .mag-title-area,#stacks_in_10756_844 > .chroma-scroll-pro[data-style="default_style"] .navigation_branding,#stacks_in_10756_844 > .chroma-scroll-pro[data-style="default_style"] .branding_logo,#stacks_in_10756_844 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title{-webkit-transition:opacity 0ms !important;transition:opacity 0ms !important}#stacks_in_10756_844 > .chroma-scroll-pro[data-style="default_style"] > .su-content .top-bar ul.dropdown{background:rgba(255, 255, 255, 1.00) !important}#stacks_in_10756_844 > .chroma-scroll-pro[data-style="default_style"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_10756_844 > .chroma-scroll-pro[data-style="default_style"].tb-mob .top-bar ul.dropdown{background:none !important}#stacks_in_10756_844 > .chroma-scroll-pro.is-fixed{z-index:1000;}#stacks_in_10756_844 > .chroma-scroll-pro.is-fixed.foc{z-index:3001}#stacks_in_10756_844 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-left{left:0 !important}#stacks_in_10756_844 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right{right:0 !important}#stacks_in_10756_844 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right:not(.toggle-button){left:0 !important}#stacks_in_10756_844 > .chroma-scroll-pro.is-static{position:relative;z-index:1000}#stacks_in_10756_844 > .chroma-scroll-pro.is-fixed .oc-toggle{position:relative}#stacks_in_10756_844 > .chroma-scroll-pro.content-right{text-align:right}@media screen and (max-width:992px){#stacks_in_10756_844 > .chroma-scroll-pro.hide-below-bp{display:none}}@media screen and (min-width:992px){#stacks_in_10756_844 > .chroma-scroll-pro.hide-above-bp{display:none}}#stacks_in_10756_844 > .chroma-scroll-pro.is-fixed{position:fixed}#stacks_in_10756_844 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_10756_844 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top: 0px }#stacks_in_10756_844 > .chroma-scroll-pro.is-fixed.fix-bot{bottom: 0px }#stacks_in_10756_844 > .chroma-scroll-pro.is-fixed.fix-full-width{left:0;width:100% !important}@media screen and (max-width:992px){#stacks_in_10756_844 > .chroma-scroll-pro.is-fixed.mob-full-width{left:0;width:100% !important}}@media screen and (min-width:992px){#stacks_in_10756_844 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_10756_844 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top:0px}#stacks_in_10756_844 > .chroma-scroll-pro.is-fixed.fix-bot{bottom:0px}}#stacks_in_10756_844 > .chroma-scroll-pro.is-fixed.animate{-webkit-animation-duration:200ms;animation-duration:200ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}#stacks_in_10756_844 > .chroma-scroll-pro.animate.ani-slide.slide-down{-webkit-animation-name:slideDown_stacks_in_10756_844;animation-name:slideDown_stacks_in_10756_844}#stacks_in_10756_844 > .chroma-scroll-pro.animate.ani-slide.slide-down.fix-bot{-webkit-animation-name:bot-slideDown_stacks_in_10756_844;animation-name:bot-slideDown_stacks_in_10756_844}#stacks_in_10756_844 > .chroma-scroll-pro.animate.ani-slide.slide-up{-webkit-animation-name:slideUp_stacks_in_10756_844;animation-name:slideUp_stacks_in_10756_844}#stacks_in_10756_844 > .chroma-scroll-pro.animate.ani-slide.slide-up.fix-bot{-webkit-animation-name:bot-slideUp_stacks_in_10756_844;animation-name:bot-slideUp_stacks_in_10756_844}@-webkit-keyframes slideDown_stacks_in_10756_844{0%{-webkit-transform:translateY(-100%)}100%{-webkit-transform:translateY(0%)}}@keyframes slideDown_stacks_in_10756_844{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0%);transform:translateY(0%)}}@-webkit-keyframes slideUp_stacks_in_10756_844{0%{-webkit-transform:translateY(0%)}100%{-webkit-transform:translateY(calc(-100% - 0px))}}@keyframes slideUp_stacks_in_10756_844{0%{-webkit-transform:translateY(0%);transform:translateY(0%)}100%{-webkit-transform:translateY(calc(-100% - 0px));transform:translateY(calc(-100% - 0px))}}@-webkit-keyframes bot-slideDown_stacks_in_10756_844{0%{-webkit-transform:translateY(100%)}100%{-webkit-transform:translateY(0%)}}@keyframes bot-slideDown_stacks_in_10756_844{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translateY(0%);transform:translateY(0%)}}@-webkit-keyframes bot-slideUp_stacks_in_10756_844{0%{-webkit-transform:translateY(0%)}100%{-webkit-transform:translateY(100%)}}@keyframes bot-slideUp_stacks_in_10756_844{0%{-webkit-transform:translateY(0%);transform:translateY(0%)}100%{-webkit-transform:translateY(100%);transform:translateY(100%)}}
#stacks_in_10756_844>.chroma-scroll-pro.is-fixed.fixed-shadow   {-webkit-box-shadow:0px  0px  15px 0px rgba(0, 0, 0, 0.10);box-shadow:0px  0px  15px 0px rgba(0, 0, 0, 0.10)}#stacks_in_10756_844.width-contain>.chroma-scroll-pro.is-fixed.fixed-shadow>.su-content::after   {-webkit-box-shadow:0px  0px  15px 0px rgba(0, 0, 0, 0.10);box-shadow:0px  0px  15px 0px rgba(0, 0, 0, 0.10)}

#s4s_flexbox_stack_stacks_in_10756_845 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: normal;
	min-height: 60px;
	padding: 0px;
	margin: 0px;
	max-width: ;
}

@media screen and (min-width: 1100px) {
	#s4s_flexbox_stack_stacks_in_10756_845 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		align-content: normal;
		min-height: 60px;
	}
}

#stacks_in_10756_845 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0px 15px 0px 14px;
}
#s4s_flexbox_item_stacks_in_10756_861 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 1100px) {
  #s4s_flexbox_item_stacks_in_10756_861 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_10756_862 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_10756_862 img {
		
			
		
		width: 200px;
		height: auto;
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_10756_862 img {
		
			
		
		width: 200px;
		height: auto;
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10756_862 img {
		
			
		
		width: 200px;
		height: auto;
			
	}
}


#stacks_in_10756_862 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10756_862 {
	padding: 5px 0px 3px 0px;
}

#stacks_out_10756_862 {
	margin-left:0;
}
#s4s_flexbox_item_stacks_in_10756_864 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 1100px) {
  #s4s_flexbox_item_stacks_in_10756_864 {
    
    flex-grow: 0;
    flex-basis: 0px;
    flex-shrink: 1;
    align-self: auto;
    min-height: 0px;
  }
}

#sideMenuToggleContainer_stacks_in_10756_946 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  box-sizing: border-box;
  /*  */
  text-align: left;
  /*  */
  /*  */
  /*  */
  /*  */
  padding: 10px 0px 10px 10px;
  /*  */
  width: auto;
  position: static;
  /*  */
  /*  */
  /*  */ }

#sideMenuToggle_stacks_in_10756_946 {
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
  pointer-events: all;
  color: #21222C;
  padding: 0px 0px 0px 10px;
  border-radius: 4px;
  z-index: 9999999999999;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  width: auto;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Ubuntu", Helvetica, Tahoma, serif;
  /*  */
  /*  */
  /*  */ }
  #sideMenuToggle_stacks_in_10756_946:hover {
    cursor: pointer;
    color: #21222C;
    /*  */
    /*  */
    /*  */ }
  #sideMenuToggle_stacks_in_10756_946 span, #sideMenuToggle_stacks_in_10756_946 i {
    line-height: inherit;
    vertical-align: middle; }
  #sideMenuToggle_stacks_in_10756_946 span {
    font-size: 24px; }
  #sideMenuToggle_stacks_in_10756_946 i {
    font-size: 24px; }

/*  */
#s4s_flexbox_item_stacks_in_10756_893 {
  
  flex-grow: 0;
  flex-basis: 0px;
  flex-shrink: 1;
  align-self: auto;
  min-height: 0px;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0rem;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_893 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_10756_894 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: normal;
	min-height: 55px;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10756_894 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		align-content: normal;
		min-height: 65px;
	}
}
#s4s_flexbox_item_stacks_in_10756_897 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 30px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_897 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_10756_898 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0px;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10756_898 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_10756_899 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_899 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

@media only screen and (min-width:0px){#stacks_in_10756_852 h6,#stacks_in_10756_852 div{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_10756_852 h6,#stacks_in_10756_852 div{letter-spacing:1.00px}}#stacks_in_10756_852 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_852 h6,#stacks_in_10756_852 div{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_852 h6 a,#stacks_in_10756_852 div a{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_852 h6 a:hover,#stacks_in_10756_852 div a:hover{color:rgba(48, 51, 67, 0.85)}#stacks_in_10756_852 small,#stacks_in_10756_852 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_852 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_852 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_852 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_852 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_852 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_852 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_852 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_852 .hTxt{position:relative}#stacks_in_10756_852 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:300;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_852 h6{font-size:14.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_852 h6{font-size:14.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_852 h6{font-size:14.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_852 h6{font-size:14.00px!important}}
#s4s_flexbox_item_stacks_in_10756_905 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_905 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#graphicStackstacks_in_10756_853 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_10756_853 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_10756_853 {
	text-align: center;
}

#graphicStackstacks_in_10756_853 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_10756_853 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */
#stacks_in_10756_853 {
	margin: 0px 0px 3px 0px;
}

#stacks_out_10756_853 {
	width: 15px;
}
#s4s_flexbox_item_stacks_in_10756_910 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 30px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_910 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

@media only screen and (min-width:0px){#stacks_in_10756_854 h6,#stacks_in_10756_854 div{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_10756_854 h6,#stacks_in_10756_854 div{letter-spacing:1.00px}}#stacks_in_10756_854 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_854 h6,#stacks_in_10756_854 div{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_854 h6 a,#stacks_in_10756_854 div a{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_854 h6 a:hover,#stacks_in_10756_854 div a:hover{color:rgba(48, 51, 67, 0.85)}#stacks_in_10756_854 small,#stacks_in_10756_854 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_854 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_854 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_854 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_854 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_854 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_854 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_854 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_854 .hTxt{position:relative}#stacks_in_10756_854 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:300;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_854 h6{font-size:14.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_854 h6{font-size:14.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_854 h6{font-size:14.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_854 h6{font-size:14.00px!important}}
#s4s_flexbox_item_stacks_in_10756_916 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 30px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_916 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

@media only screen and (min-width:0px){#stacks_in_10756_855 h6,#stacks_in_10756_855 div{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_10756_855 h6,#stacks_in_10756_855 div{letter-spacing:1.00px}}#stacks_in_10756_855 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_855 h6,#stacks_in_10756_855 div{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_855 h6 a,#stacks_in_10756_855 div a{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_855 h6 a:hover,#stacks_in_10756_855 div a:hover{color:rgba(48, 51, 67, 0.85)}#stacks_in_10756_855 small,#stacks_in_10756_855 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_855 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_855 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_855 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_855 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_855 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_855 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_855 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_855 .hTxt{position:relative}#stacks_in_10756_855 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:300;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_855 h6{font-size:14.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_855 h6{font-size:14.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_855 h6{font-size:14.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_855 h6{font-size:14.00px!important}}
#s4s_flexbox_item_stacks_in_10756_922 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 30px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_922 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

@media only screen and (min-width:0px){#stacks_in_10756_856 h6,#stacks_in_10756_856 div{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_10756_856 h6,#stacks_in_10756_856 div{letter-spacing:1.00px}}#stacks_in_10756_856 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_856 h6,#stacks_in_10756_856 div{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_856 h6 a,#stacks_in_10756_856 div a{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_856 h6 a:hover,#stacks_in_10756_856 div a:hover{color:rgba(48, 51, 67, 0.85)}#stacks_in_10756_856 small,#stacks_in_10756_856 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_856 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_856 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_856 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_856 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_856 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_856 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_856 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_856 .hTxt{position:relative}#stacks_in_10756_856 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:300;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_856 h6{font-size:14.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_856 h6{font-size:14.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_856 h6{font-size:14.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_856 h6{font-size:14.00px!important}}
#s4s_flexbox_item_stacks_in_10756_928 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 30px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_928 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

@media only screen and (min-width:0px){#stacks_in_10756_857 h6,#stacks_in_10756_857 div{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_10756_857 h6,#stacks_in_10756_857 div{letter-spacing:1.00px}}#stacks_in_10756_857 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_857 h6,#stacks_in_10756_857 div{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_857 h6 a,#stacks_in_10756_857 div a{color:rgba(65, 68, 90, 0.85)}#stacks_in_10756_857 h6 a:hover,#stacks_in_10756_857 div a:hover{color:rgba(48, 51, 67, 0.85)}#stacks_in_10756_857 small,#stacks_in_10756_857 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_857 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_857 .hTxt:before{position:absolute !important;content:"";width:100%;height:0px;bottom:-0px;opacity:1;left:0;right:0;background-color:rgba(207, 0, 32, 0.00);visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 200ms 0s ease-in-out;transition:all 200ms 0s ease-in-out}#stacks_in_10756_857 .hTxt{-webkit-transition:color 200ms 0s ease-in-out;transition:color 200ms 0s ease-in-out}#stacks_in_10756_857 .h-pro:hover .hTxt:not(.sub-title):not(.last-title):before{position:relative;visibility:visible;bottom:-0px;opacity:1;-webkit-transform:scale(1);transform:scale(1)}#stacks_in_10756_857 .h-pro:hover .hTxt.primary{color:rgba(36, 183, 255, 1.00)}#stacks_in_10756_857 .h-pro:hover .segment[data-seg="segment1"]{color:rgba(207, 0, 32, 0.00)}#stacks_in_10756_857 .h-pro:hover .segment[data-seg="segment2"]{color:rgba(102, 102, 102, 1.00)}#stacks_in_10756_857 .hTxt{position:relative}#stacks_in_10756_857 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:300;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_857 h6{font-size:14.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_857 h6{font-size:14.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_857 h6{font-size:14.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_857 h6{font-size:14.00px!important}}
#s4s_flexbox_item_stacks_in_10756_934 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 10;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 0px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10756_934 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

@media only screen and (min-width:0px){#stacks_in_10756_858 h6,#stacks_in_10756_858 div{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_10756_858 h6,#stacks_in_10756_858 div{letter-spacing:1.00px}}#stacks_in_10756_858 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_10756_858 h6,#stacks_in_10756_858 div{color:rgba(36, 184, 255, 1.00)}#stacks_in_10756_858 h6 a,#stacks_in_10756_858 div a{color:rgba(36, 184, 255, 1.00)}#stacks_in_10756_858 h6 a:hover,#stacks_in_10756_858 div a:hover{color:rgba(27, 138, 191, 1.00)}#stacks_in_10756_858 small,#stacks_in_10756_858 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_10756_858 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_10756_858 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:600;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_10756_858 h6{font-size:13.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10756_858 h6{font-size:13.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_10756_858 h6{font-size:13.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_10756_858 h6{font-size:13.00px!important}}

#stacks_in_10756_858 {
	padding: 0px 4px 0px 4px;
}
#stacks_in_10756_844>.chroma-scroll-pro[data-style="style4"]>.su-content{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px}#stacks_in_10756_844>.chroma-scroll-pro[data-style="style4"]>.su-content::after{background:rgba(255, 255, 255, 1.00)}          #stacks_in_10756_844>.chroma-scroll-pro[data-style="style4"]>.su-content .top-bar ul.dropdown{background:rgba(255, 255, 255, 1.00)!important}#stacks_in_10756_844>.chroma-scroll-pro[data-style="style4"].tb-mob>.su-content .top-bar ul.menu,#stacks_in_10756_844>.chroma-scroll-pro[data-style="style4"].tb-mob .top-bar ul.dropdown{background:none!important}     
.chroma-mark{position:relative}  #stacks_in_10756_945.chroma-marker{position:absolute;top:0.00px}    






	#stacks_in_8102 > .container {
		max-width: 900vw;
	}










	#stacks_in_8102 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8115 h1 {
	
		font-weight: 700;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_8115 h1 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_8115 h1 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8115 h1 {
		font-size: 50px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8115 h1 {
		font-size: 70px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8115 h1 {
		font-size: 80px;
	}
}


#stacks_in_8115 a.foundry-header-linked,
#stacks_in_8115 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8115 a.foundry-header-linked:hover,
#stacks_in_8115 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}


#stacks_in_8104 h2 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_8104 h2 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_8104 h2 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8104 h2 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8104 h2 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8104 h2 {
		font-size: 20px;
	}
}


#stacks_in_8104 a.foundry-header-linked,
#stacks_in_8104 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8104 a.foundry-header-linked:hover,
#stacks_in_8104 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
#stacks_in_8141 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8141 > .s-pro > .sections-layer{display:none}#stacks_in_8141 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8141 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}






	#stacks_in_8143 > .container {
		max-width: 100%;
	}










	#stacks_in_8143 > .container {
		border-radius: 0px;
	}

	


#stacks_in_8143 {
	margin: 20px 10px 0px 10px;
}






	#stacks_in_8145 > .container {
		max-width: 100%;
	}










	#stacks_in_8145 > .container {
		border-radius: 0px;
	}

	


#s4s_flexbox_stack_stacks_in_8147 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	min-height: auto;
	padding: auto;
	margin: auto;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8147 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8148 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(178, 176, 201, 1.00);
  padding: auto;
  margin: 2px 2px 2px 1px;
  border: auto solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8148 {
    
    flex-grow: 1;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_8149 h2 {
	
		font-weight: 700;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}




	/* Preset White Header Style */
	#stacks_in_8149 h2 {
		color: #fff;
	}

	#stacks_in_8149 h2 small {
		color: #fff;
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8149 h2 {
		font-size: 15px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8149 h2 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8149 h2 {
		font-size: 17px;
	}
}


#stacks_in_8149 a.foundry-header-linked,
#stacks_in_8149 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8149 a.foundry-header-linked:hover,
#stacks_in_8149 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
#s4s_flexbox_item_stacks_in_8176 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(124, 179, 193, 1.00);
  padding: 0;
  margin: 2px 2px 2px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8176 {
    
    flex-grow: 1;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8150 h2 {
	
		font-weight: 700;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}




	/* Preset White Header Style */
	#stacks_in_8150 h2 {
		color: #fff;
	}

	#stacks_in_8150 h2 small {
		color: #fff;
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8150 h2 {
		font-size: 15px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8150 h2 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8150 h2 {
		font-size: 17px;
	}
}


#stacks_in_8150 a.foundry-header-linked,
#stacks_in_8150 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8150 a.foundry-header-linked:hover,
#stacks_in_8150 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
#s4s_flexbox_item_stacks_in_8179 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(46, 132, 206, 1.00);
  padding: 0;
  margin: 2px 2px 2px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8179 {
    
    flex-grow: 1;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8151 h2 {
	
		font-weight: 700;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}




	/* Preset White Header Style */
	#stacks_in_8151 h2 {
		color: #fff;
	}

	#stacks_in_8151 h2 small {
		color: #fff;
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8151 h2 {
		font-size: 15px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8151 h2 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8151 h2 {
		font-size: 17px;
	}
}


#stacks_in_8151 a.foundry-header-linked,
#stacks_in_8151 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8151 a.foundry-header-linked:hover,
#stacks_in_8151 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
#s4s_flexbox_item_stacks_in_8182 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(33, 76, 137, 1.00);
  padding: 0;
  margin: 2px 2px 2px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8182 {
    
    flex-grow: 1;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8152 h2 {
	
		font-weight: 700;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}




	/* Preset White Header Style */
	#stacks_in_8152 h2 {
		color: #fff;
	}

	#stacks_in_8152 h2 small {
		color: #fff;
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8152 h2 {
		font-size: 15px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8152 h2 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8152 h2 {
		font-size: 17px;
	}
}


#stacks_in_8152 a.foundry-header-linked,
#stacks_in_8152 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8152 a.foundry-header-linked:hover,
#stacks_in_8152 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
#s4s_flexbox_item_stacks_in_8185 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(58, 116, 127, 1.00);
  padding: 0;
  margin: 2px 2px 2px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8185 {
    
    flex-grow: 1;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8153 h2 {
	
		font-weight: 700;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}




	/* Preset White Header Style */
	#stacks_in_8153 h2 {
		color: #fff;
	}

	#stacks_in_8153 h2 small {
		color: #fff;
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8153 h2 {
		font-size: 15px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8153 h2 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8153 h2 {
		font-size: 17px;
	}
}


#stacks_in_8153 a.foundry-header-linked,
#stacks_in_8153 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8153 a.foundry-header-linked:hover,
#stacks_in_8153 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}






	#stacks_in_8154 > .container {
		max-width: 1140px;
	}










	#stacks_in_8154 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8190 h3 {
	
		font-weight: 600;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 1px;
	
	line-height: 1.30;
	
}


	#stacks_in_8190 h3 {
		color: rgba(36, 183, 255, 1.00);
	}

	#stacks_in_8190 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8190 h3 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8190 h3 {
		font-size: 22px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8190 h3 {
		font-size: 24px;
	}
}


#stacks_in_8190 a.foundry-header-linked,
#stacks_in_8190 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8190 a.foundry-header-linked:hover,
#stacks_in_8190 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8190 {
	margin: 15px 0px 8px 0px;
}






	#stacks_in_8155 > .container {
		max-width: 1140px;
	}










	#stacks_in_8155 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8193 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8193 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8193 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8193 h4 {
		font-size: 16px;
	}
}


#stacks_in_8193 a.foundry-header-linked,
#stacks_in_8193 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8193 a.foundry-header-linked:hover,
#stacks_in_8193 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8193 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8196 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8196 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8197 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8197 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8198 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8198 h6 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8198 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8198 h6 {
		font-size: 17px;
	}
}


#stacks_in_8198 a.foundry-header-linked,
#stacks_in_8198 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8198 a.foundry-header-linked:hover,
#stacks_in_8198 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8198 {
	margin: 1px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8201 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8201 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8202 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8202 h6 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8202 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8202 h6 {
		font-size: 17px;
	}
}


#stacks_in_8202 a.foundry-header-linked,
#stacks_in_8202 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8202 a.foundry-header-linked:hover,
#stacks_in_8202 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8202 {
	margin: 1px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8205 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8205 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8206 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8206 h6 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8206 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8206 h6 {
		font-size: 17px;
	}
}


#stacks_in_8206 a.foundry-header-linked,
#stacks_in_8206 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8206 a.foundry-header-linked:hover,
#stacks_in_8206 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8206 {
	margin: 1px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8209 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8209 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8210 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8210 h6 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8210 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8210 h6 {
		font-size: 17px;
	}
}


#stacks_in_8210 a.foundry-header-linked,
#stacks_in_8210 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8210 a.foundry-header-linked:hover,
#stacks_in_8210 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8210 {
	margin: 1px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8213 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8213 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8214 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8214 h6 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8214 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8214 h6 {
		font-size: 17px;
	}
}


#stacks_in_8214 a.foundry-header-linked,
#stacks_in_8214 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8214 a.foundry-header-linked:hover,
#stacks_in_8214 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8214 {
	margin: 1px 0px 0px 0px;
}






	#stacks_in_8156 > .container {
		max-width: 1140px;
	}










	#stacks_in_8156 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8218 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8218 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8218 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8218 h4 {
		font-size: 16px;
	}
}


#stacks_in_8218 a.foundry-header-linked,
#stacks_in_8218 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8218 a.foundry-header-linked:hover,
#stacks_in_8218 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8218 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8221 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8221 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8222 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8222 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8223 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8223 h6 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8223 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8223 h6 {
		font-size: 17px;
	}
}


#stacks_in_8223 a.foundry-header-linked,
#stacks_in_8223 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8223 a.foundry-header-linked:hover,
#stacks_in_8223 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8223 {
	margin: 1px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8226 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8226 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8227 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8227 h6 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8227 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8227 h6 {
		font-size: 17px;
	}
}


#stacks_in_8227 a.foundry-header-linked,
#stacks_in_8227 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8227 a.foundry-header-linked:hover,
#stacks_in_8227 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8227 {
	margin: 1px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8230 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8230 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8231 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8231 h6 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8231 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8231 h6 {
		font-size: 17px;
	}
}


#stacks_in_8231 a.foundry-header-linked,
#stacks_in_8231 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8231 a.foundry-header-linked:hover,
#stacks_in_8231 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8231 {
	margin: 1px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8234 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8234 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8235 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8235 h6 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8235 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8235 h6 {
		font-size: 17px;
	}
}


#stacks_in_8235 a.foundry-header-linked,
#stacks_in_8235 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8235 a.foundry-header-linked:hover,
#stacks_in_8235 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8235 {
	margin: 1px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8238 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8238 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8239 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8239 h6 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8239 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8239 h6 {
		font-size: 17px;
	}
}


#stacks_in_8239 a.foundry-header-linked,
#stacks_in_8239 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8239 a.foundry-header-linked:hover,
#stacks_in_8239 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8239 {
	margin: 1px 0px 0px 0px;
}






	#stacks_in_8157 > .container {
		max-width: 1140px;
	}










	#stacks_in_8157 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8243 h3 {
	
		font-weight: 600;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 1px;
	
	line-height: 1.30;
	
}


	#stacks_in_8243 h3 {
		color: rgba(36, 183, 255, 1.00);
	}

	#stacks_in_8243 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8243 h3 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8243 h3 {
		font-size: 22px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8243 h3 {
		font-size: 24px;
	}
}


#stacks_in_8243 a.foundry-header-linked,
#stacks_in_8243 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8243 a.foundry-header-linked:hover,
#stacks_in_8243 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8243 {
	margin: 15px 0px 8px 0px;
}






	#stacks_in_8158 > .container {
		max-width: 1140px;
	}










	#stacks_in_8158 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8246 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8246 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8246 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8246 h4 {
		font-size: 16px;
	}
}


#stacks_in_8246 a.foundry-header-linked,
#stacks_in_8246 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8246 a.foundry-header-linked:hover,
#stacks_in_8246 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8246 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8249 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8249 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8250 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8250 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8251 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8251 h6 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8251 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8251 h6 {
		font-size: 17px;
	}
}


#stacks_in_8251 a.foundry-header-linked,
#stacks_in_8251 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8251 a.foundry-header-linked:hover,
#stacks_in_8251 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8251 {
	margin: 1px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8254 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8254 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8255 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8255 h6 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8255 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8255 h6 {
		font-size: 17px;
	}
}


#stacks_in_8255 a.foundry-header-linked,
#stacks_in_8255 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8255 a.foundry-header-linked:hover,
#stacks_in_8255 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8255 {
	margin: 1px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8258 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8258 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8259 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8259 h6 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8259 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8259 h6 {
		font-size: 17px;
	}
}


#stacks_in_8259 a.foundry-header-linked,
#stacks_in_8259 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8259 a.foundry-header-linked:hover,
#stacks_in_8259 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8259 {
	margin: 1px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8262 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8262 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8263 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8263 h6 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8263 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8263 h6 {
		font-size: 17px;
	}
}


#stacks_in_8263 a.foundry-header-linked,
#stacks_in_8263 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8263 a.foundry-header-linked:hover,
#stacks_in_8263 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8263 {
	margin: 1px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8266 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8266 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8267 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8267 h6 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8267 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8267 h6 {
		font-size: 17px;
	}
}


#stacks_in_8267 a.foundry-header-linked,
#stacks_in_8267 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8267 a.foundry-header-linked:hover,
#stacks_in_8267 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8267 {
	margin: 1px 0px 0px 0px;
}






	#stacks_in_8159 > .container {
		max-width: 1140px;
	}










	#stacks_in_8159 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8271 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8271 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8271 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8271 h4 {
		font-size: 16px;
	}
}


#stacks_in_8271 a.foundry-header-linked,
#stacks_in_8271 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8271 a.foundry-header-linked:hover,
#stacks_in_8271 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8271 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8274 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8274 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8275 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8275 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8276 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8276 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8276 {
	text-align: center;
}

#graphicStackstacks_in_8276 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8276 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8278 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8278 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8279 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8279 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8279 {
	text-align: center;
}

#graphicStackstacks_in_8279 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8279 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8281 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8281 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8282 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8282 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8282 {
	text-align: center;
}

#graphicStackstacks_in_8282 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8282 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8284 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8284 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8285 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8285 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8285 {
	text-align: center;
}

#graphicStackstacks_in_8285 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8285 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8287 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8287 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8288 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8288 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8288 {
	text-align: center;
}

#graphicStackstacks_in_8288 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8288 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */





	#stacks_in_8160 > .container {
		max-width: 1140px;
	}










	#stacks_in_8160 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8291 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8291 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8291 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8291 h4 {
		font-size: 16px;
	}
}


#stacks_in_8291 a.foundry-header-linked,
#stacks_in_8291 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8291 a.foundry-header-linked:hover,
#stacks_in_8291 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8291 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8294 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8294 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8295 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8295 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8296 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8296 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8296 {
	text-align: center;
}

#graphicStackstacks_in_8296 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8296 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8298 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8298 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8299 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8299 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8299 {
	text-align: center;
}

#graphicStackstacks_in_8299 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8299 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8301 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8301 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8302 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8302 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8302 {
	text-align: center;
}

#graphicStackstacks_in_8302 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8302 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8304 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8304 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8305 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8305 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8305 {
	text-align: center;
}

#graphicStackstacks_in_8305 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8305 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8307 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8307 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8308 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8308 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8308 {
	text-align: center;
}

#graphicStackstacks_in_8308 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8308 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */





	#stacks_in_8161 > .container {
		max-width: 1140px;
	}










	#stacks_in_8161 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8311 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8311 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8311 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8311 h4 {
		font-size: 16px;
	}
}


#stacks_in_8311 a.foundry-header-linked,
#stacks_in_8311 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8311 a.foundry-header-linked:hover,
#stacks_in_8311 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8311 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8314 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8314 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8315 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8315 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8316 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8316 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8316 {
	text-align: center;
}

#graphicStackstacks_in_8316 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8316 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8318 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8318 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8319 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8319 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8319 {
	text-align: center;
}

#graphicStackstacks_in_8319 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8319 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8321 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8321 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8322 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8322 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8322 {
	text-align: center;
}

#graphicStackstacks_in_8322 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8322 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8324 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8324 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8325 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8325 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8325 {
	text-align: center;
}

#graphicStackstacks_in_8325 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8325 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8327 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8327 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8328 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8328 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8328 {
	text-align: center;
}

#graphicStackstacks_in_8328 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8328 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */





	#stacks_in_8162 > .container {
		max-width: 1140px;
	}










	#stacks_in_8162 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8331 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8331 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8331 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8331 h4 {
		font-size: 16px;
	}
}


#stacks_in_8331 a.foundry-header-linked,
#stacks_in_8331 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8331 a.foundry-header-linked:hover,
#stacks_in_8331 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8331 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8334 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8334 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8335 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8335 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8336 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8336 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8336 {
	text-align: center;
}

#graphicStackstacks_in_8336 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8336 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8338 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8338 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8339 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8339 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8339 {
	text-align: center;
}

#graphicStackstacks_in_8339 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8339 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8341 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8341 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8342 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8342 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8342 {
	text-align: center;
}

#graphicStackstacks_in_8342 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8342 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8344 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8344 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8345 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8345 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8345 {
	text-align: center;
}

#graphicStackstacks_in_8345 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8345 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8347 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8347 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8348 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8348 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8348 {
	text-align: center;
}

#graphicStackstacks_in_8348 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8348 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */





	#stacks_in_8163 > .container {
		max-width: 1140px;
	}










	#stacks_in_8163 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8351 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8351 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8351 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8351 h4 {
		font-size: 16px;
	}
}


#stacks_in_8351 a.foundry-header-linked,
#stacks_in_8351 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8351 a.foundry-header-linked:hover,
#stacks_in_8351 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8351 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8354 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8354 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8355 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8355 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8356 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8356 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8356 {
	text-align: center;
}

#graphicStackstacks_in_8356 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8356 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8358 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8358 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8359 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8359 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8359 {
	text-align: center;
}

#graphicStackstacks_in_8359 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8359 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8361 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8361 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8362 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8362 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8362 {
	text-align: center;
}

#graphicStackstacks_in_8362 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8362 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8364 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8364 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8365 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8365 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8365 {
	text-align: center;
}

#graphicStackstacks_in_8365 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8365 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8367 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8367 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8368 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8368 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8368 {
	text-align: center;
}

#graphicStackstacks_in_8368 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8368 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */





	#stacks_in_8164 > .container {
		max-width: 1140px;
	}










	#stacks_in_8164 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8371 h3 {
	
		font-weight: 600;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 1px;
	
	line-height: 1.30;
	
}


	#stacks_in_8371 h3 {
		color: rgba(36, 183, 255, 1.00);
	}

	#stacks_in_8371 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8371 h3 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8371 h3 {
		font-size: 22px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8371 h3 {
		font-size: 24px;
	}
}


#stacks_in_8371 a.foundry-header-linked,
#stacks_in_8371 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8371 a.foundry-header-linked:hover,
#stacks_in_8371 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8371 {
	margin: 15px 0px 8px 0px;
}






	#stacks_in_8165 > .container {
		max-width: 1140px;
	}










	#stacks_in_8165 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8374 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8374 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8374 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8374 h4 {
		font-size: 16px;
	}
}


#stacks_in_8374 a.foundry-header-linked,
#stacks_in_8374 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8374 a.foundry-header-linked:hover,
#stacks_in_8374 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8374 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8377 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8377 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8378 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8378 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8379 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8379 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8379 {
	text-align: center;
}

#graphicStackstacks_in_8379 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8379 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8381 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8381 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8382 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8382 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8382 {
	text-align: center;
}

#graphicStackstacks_in_8382 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8382 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8384 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8384 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8385 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8385 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8385 {
	text-align: center;
}

#graphicStackstacks_in_8385 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8385 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8387 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8387 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8388 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8388 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8388 {
	text-align: center;
}

#graphicStackstacks_in_8388 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8388 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8390 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8390 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8391 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8391 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8391 {
	text-align: center;
}

#graphicStackstacks_in_8391 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8391 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */





	#stacks_in_8166 > .container {
		max-width: 1140px;
	}










	#stacks_in_8166 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8394 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8394 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8394 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8394 h4 {
		font-size: 16px;
	}
}


#stacks_in_8394 a.foundry-header-linked,
#stacks_in_8394 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8394 a.foundry-header-linked:hover,
#stacks_in_8394 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8394 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8397 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8397 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8398 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8398 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8399 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8399 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8399 {
	text-align: center;
}

#graphicStackstacks_in_8399 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8399 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8401 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8401 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8402 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8402 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8402 {
	text-align: center;
}

#graphicStackstacks_in_8402 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8402 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8404 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8404 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8405 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8405 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8405 {
	text-align: center;
}

#graphicStackstacks_in_8405 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8405 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8407 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8407 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8408 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8408 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8408 {
	text-align: center;
}

#graphicStackstacks_in_8408 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8408 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8410 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8410 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8411 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8411 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8411 {
	text-align: center;
}

#graphicStackstacks_in_8411 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8411 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */





	#stacks_in_8167 > .container {
		max-width: 1140px;
	}










	#stacks_in_8167 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8414 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8414 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8414 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8414 h4 {
		font-size: 16px;
	}
}


#stacks_in_8414 a.foundry-header-linked,
#stacks_in_8414 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8414 a.foundry-header-linked:hover,
#stacks_in_8414 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8414 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8417 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8417 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8418 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8418 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8419 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8419 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8419 {
	text-align: center;
}

#graphicStackstacks_in_8419 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8419 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8421 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8421 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8422 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8422 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8422 {
	text-align: center;
}

#graphicStackstacks_in_8422 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8422 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8424 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8424 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8425 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8425 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8425 {
	text-align: center;
}

#graphicStackstacks_in_8425 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8425 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8427 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8427 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8428 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8428 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8428 {
	text-align: center;
}

#graphicStackstacks_in_8428 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8428 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8430 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8430 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8431 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8431 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8431 {
	text-align: center;
}

#graphicStackstacks_in_8431 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8431 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */





	#stacks_in_8168 > .container {
		max-width: 1140px;
	}










	#stacks_in_8168 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8434 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8434 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8434 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8434 h4 {
		font-size: 16px;
	}
}


#stacks_in_8434 a.foundry-header-linked,
#stacks_in_8434 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8434 a.foundry-header-linked:hover,
#stacks_in_8434 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8434 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8437 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8437 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8438 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8438 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8439 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8439 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8439 {
	text-align: center;
}

#graphicStackstacks_in_8439 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8439 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8441 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8441 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8442 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8442 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8442 {
	text-align: center;
}

#graphicStackstacks_in_8442 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8442 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8444 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8444 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8445 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8445 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8445 {
	text-align: center;
}

#graphicStackstacks_in_8445 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8445 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8447 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8447 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8448 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8448 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8448 {
	text-align: center;
}

#graphicStackstacks_in_8448 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8448 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8450 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8450 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8451 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8451 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8451 {
	text-align: center;
}

#graphicStackstacks_in_8451 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8451 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */





	#stacks_in_8169 > .container {
		max-width: 1140px;
	}










	#stacks_in_8169 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8454 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8454 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8454 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8454 h4 {
		font-size: 16px;
	}
}


#stacks_in_8454 a.foundry-header-linked,
#stacks_in_8454 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8454 a.foundry-header-linked:hover,
#stacks_in_8454 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8454 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8457 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8457 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8458 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8458 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8459 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8459 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8459 {
	text-align: center;
}

#graphicStackstacks_in_8459 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8459 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8461 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8461 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8462 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8462 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8462 {
	text-align: center;
}

#graphicStackstacks_in_8462 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8462 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8464 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8464 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8465 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8465 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8465 {
	text-align: center;
}

#graphicStackstacks_in_8465 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8465 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8467 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8467 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8468 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8468 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8468 {
	text-align: center;
}

#graphicStackstacks_in_8468 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8468 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8470 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8470 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8471 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8471 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8471 {
	text-align: center;
}

#graphicStackstacks_in_8471 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8471 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */





	#stacks_in_8170 > .container {
		max-width: 1140px;
	}










	#stacks_in_8170 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8474 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8474 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8474 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8474 h4 {
		font-size: 16px;
	}
}


#stacks_in_8474 a.foundry-header-linked,
#stacks_in_8474 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8474 a.foundry-header-linked:hover,
#stacks_in_8474 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8474 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8477 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8477 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8478 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8478 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8479 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8479 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8479 {
	text-align: center;
}

#graphicStackstacks_in_8479 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8479 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8481 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8481 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8482 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8482 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8482 {
	text-align: center;
}

#graphicStackstacks_in_8482 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8482 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8484 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8484 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8485 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8485 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8485 {
	text-align: center;
}

#graphicStackstacks_in_8485 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8485 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8487 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8487 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8488 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8488 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8488 {
	text-align: center;
}

#graphicStackstacks_in_8488 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8488 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8490 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8490 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8491 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8491 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8491 {
	text-align: center;
}

#graphicStackstacks_in_8491 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8491 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */





	#stacks_in_8171 > .container {
		max-width: 1140px;
	}










	#stacks_in_8171 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8494 h3 {
	
		font-weight: 600;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 1px;
	
	line-height: 1.30;
	
}


	#stacks_in_8494 h3 {
		color: rgba(36, 183, 255, 1.00);
	}

	#stacks_in_8494 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8494 h3 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8494 h3 {
		font-size: 22px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8494 h3 {
		font-size: 24px;
	}
}


#stacks_in_8494 a.foundry-header-linked,
#stacks_in_8494 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8494 a.foundry-header-linked:hover,
#stacks_in_8494 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8494 {
	margin: 15px 0px 8px 0px;
}






	#stacks_in_8172 > .container {
		max-width: 1140px;
	}










	#stacks_in_8172 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8497 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8497 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8497 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8497 h4 {
		font-size: 16px;
	}
}


#stacks_in_8497 a.foundry-header-linked,
#stacks_in_8497 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8497 a.foundry-header-linked:hover,
#stacks_in_8497 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8497 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8500 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8500 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8501 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8501 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8502 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8502 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8502 {
	text-align: center;
}

#graphicStackstacks_in_8502 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8502 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8504 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8504 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8505 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8505 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8505 {
	text-align: center;
}

#graphicStackstacks_in_8505 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8505 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8507 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8507 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8508 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8508 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8508 {
	text-align: center;
}

#graphicStackstacks_in_8508 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8508 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8510 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8510 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8511 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8511 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8511 {
	text-align: center;
}

#graphicStackstacks_in_8511 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8511 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8513 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8513 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8514 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8514 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8514 {
	text-align: center;
}

#graphicStackstacks_in_8514 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8514 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */





	#stacks_in_8173 > .container {
		max-width: 1140px;
	}










	#stacks_in_8173 > .container {
		border-radius: 0px;
	}

	



#stacks_in_8517 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8517 h4 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8517 h4 {
		font-size: 16px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8517 h4 {
		font-size: 16px;
	}
}


#stacks_in_8517 a.foundry-header-linked,
#stacks_in_8517 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8517 a.foundry-header-linked:hover,
#stacks_in_8517 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8517 {
	padding: 9px 0px 0px 10px;
}

#s4s_flexbox_stack_stacks_in_8520 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8520 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8521 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8521 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8522 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8522 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8522 {
	text-align: center;
}

#graphicStackstacks_in_8522 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8522 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8524 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8524 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8525 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8525 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8525 {
	text-align: center;
}

#graphicStackstacks_in_8525 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8525 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8527 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8527 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8528 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8528 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8528 {
	text-align: center;
}

#graphicStackstacks_in_8528 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8528 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8530 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8530 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8531 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8531 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8531 {
	text-align: center;
}

#graphicStackstacks_in_8531 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8531 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8533 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 2px 5px 1px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8533 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8534 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8534 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8534 {
	text-align: center;
}

#graphicStackstacks_in_8534 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8534 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */





	#stacks_in_8648 > .container {
		max-width: 1140px;
	}










	#stacks_in_8648 > .container {
		border-radius: 0px;
	}

	


#stacks_in_8648 {
	margin: 15px 0px 0px 0px;
}

#s4s_flexbox_stack_stacks_in_8649 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8649 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8650 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 0.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8650 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: auto;
    min-height: 42px;
  }
}

#s4s_flexbox_item_stacks_in_8652 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8652 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_8653 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8653 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8654 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: center;
  min-height: 42px;
  background-color: rgba(178, 176, 201, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8654 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: center;
    min-height: 42px;
  }
}



#stacks_in_8655 h2 {
	
		font-weight: 700;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}




	/* Preset White Header Style */
	#stacks_in_8655 h2 {
		color: #fff;
	}

	#stacks_in_8655 h2 small {
		color: #fff;
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8655 h2 {
		font-size: 19px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8655 h2 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8655 h2 {
		font-size: 17px;
	}
}


#stacks_in_8655 a.foundry-header-linked,
#stacks_in_8655 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8655 a.foundry-header-linked:hover,
#stacks_in_8655 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
#s4s_flexbox_item_stacks_in_8658 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: center;
  min-height: 42px;
  background-color: rgba(124, 179, 193, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8658 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: center;
    min-height: 42px;
  }
}



#stacks_in_8659 h2 {
	
		font-weight: 700;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}




	/* Preset White Header Style */
	#stacks_in_8659 h2 {
		color: #fff;
	}

	#stacks_in_8659 h2 small {
		color: #fff;
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8659 h2 {
		font-size: 19px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8659 h2 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8659 h2 {
		font-size: 17px;
	}
}


#stacks_in_8659 a.foundry-header-linked,
#stacks_in_8659 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8659 a.foundry-header-linked:hover,
#stacks_in_8659 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
#s4s_flexbox_item_stacks_in_8662 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(46, 132, 206, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8662 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: center;
    min-height: 42px;
  }
}



#stacks_in_8663 h2 {
	
		font-weight: 700;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}




	/* Preset White Header Style */
	#stacks_in_8663 h2 {
		color: #fff;
	}

	#stacks_in_8663 h2 small {
		color: #fff;
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8663 h2 {
		font-size: 19px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8663 h2 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8663 h2 {
		font-size: 17px;
	}
}


#stacks_in_8663 a.foundry-header-linked,
#stacks_in_8663 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8663 a.foundry-header-linked:hover,
#stacks_in_8663 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
#s4s_flexbox_item_stacks_in_8666 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(33, 76, 137, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8666 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: center;
    min-height: 42px;
  }
}



#stacks_in_8668 h2 {
	
		font-weight: 700;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}




	/* Preset White Header Style */
	#stacks_in_8668 h2 {
		color: #fff;
	}

	#stacks_in_8668 h2 small {
		color: #fff;
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8668 h2 {
		font-size: 19px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8668 h2 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8668 h2 {
		font-size: 17px;
	}
}


#stacks_in_8668 a.foundry-header-linked,
#stacks_in_8668 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8668 a.foundry-header-linked:hover,
#stacks_in_8668 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
#s4s_flexbox_item_stacks_in_8671 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(58, 116, 127, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8671 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: center;
    min-height: 42px;
  }
}



#stacks_in_8672 h2 {
	
		font-weight: 700;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}




	/* Preset White Header Style */
	#stacks_in_8672 h2 {
		color: #fff;
	}

	#stacks_in_8672 h2 small {
		color: #fff;
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8672 h2 {
		font-size: 19px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8672 h2 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8672 h2 {
		font-size: 17px;
	}
}


#stacks_in_8672 a.foundry-header-linked,
#stacks_in_8672 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8672 a.foundry-header-linked:hover,
#stacks_in_8672 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}


#stacks_in_8678 h3 {
	
		font-weight: 600;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 1px;
	
	line-height: 1.30;
	
}


	#stacks_in_8678 h3 {
		color: rgba(36, 183, 255, 1.00);
	}

	#stacks_in_8678 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8678 h3 {
		font-size: 24px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8678 h3 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8678 h3 {
		font-size: 24px;
	}
}


#stacks_in_8678 a.foundry-header-linked,
#stacks_in_8678 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8678 a.foundry-header-linked:hover,
#stacks_in_8678 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8678 {
	margin: 8px 0px 8px 5px;
}

#s4s_flexbox_stack_stacks_in_8681 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8681 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8682 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8682 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_8667 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8667 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8667 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8667 h4 {
		font-size: 17px;
	}
}


#stacks_in_8667 a.foundry-header-linked,
#stacks_in_8667 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8667 a.foundry-header-linked:hover,
#stacks_in_8667 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8667 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_8685 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8685 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_8686 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8686 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8687 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8687 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8688 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8688 h6 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8688 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8688 h6 {
		font-size: 17px;
	}
}


#stacks_in_8688 a.foundry-header-linked,
#stacks_in_8688 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8688 a.foundry-header-linked:hover,
#stacks_in_8688 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8688 {
	margin: 3px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8691 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8691 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8692 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8692 h6 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8692 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8692 h6 {
		font-size: 17px;
	}
}


#stacks_in_8692 a.foundry-header-linked,
#stacks_in_8692 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8692 a.foundry-header-linked:hover,
#stacks_in_8692 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8692 {
	margin: 3px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8695 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8695 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8696 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8696 h6 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8696 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8696 h6 {
		font-size: 17px;
	}
}


#stacks_in_8696 a.foundry-header-linked,
#stacks_in_8696 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8696 a.foundry-header-linked:hover,
#stacks_in_8696 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8696 {
	margin: 3px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8699 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8699 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8700 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8700 h6 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8700 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8700 h6 {
		font-size: 17px;
	}
}


#stacks_in_8700 a.foundry-header-linked,
#stacks_in_8700 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8700 a.foundry-header-linked:hover,
#stacks_in_8700 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8700 {
	margin: 3px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8703 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8703 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8704 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8704 h6 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8704 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8704 h6 {
		font-size: 17px;
	}
}


#stacks_in_8704 a.foundry-header-linked,
#stacks_in_8704 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8704 a.foundry-header-linked:hover,
#stacks_in_8704 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8704 {
	margin: 3px 0px 0px 0px;
}

#s4s_flexbox_stack_stacks_in_8710 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8710 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8711 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8711 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_8712 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8712 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8712 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8712 h4 {
		font-size: 17px;
	}
}


#stacks_in_8712 a.foundry-header-linked,
#stacks_in_8712 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8712 a.foundry-header-linked:hover,
#stacks_in_8712 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8712 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_8715 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8715 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_8716 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8716 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8717 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8717 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8718 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8718 h6 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8718 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8718 h6 {
		font-size: 17px;
	}
}


#stacks_in_8718 a.foundry-header-linked,
#stacks_in_8718 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8718 a.foundry-header-linked:hover,
#stacks_in_8718 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8718 {
	margin: 3px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8721 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8721 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8722 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8722 h6 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8722 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8722 h6 {
		font-size: 17px;
	}
}


#stacks_in_8722 a.foundry-header-linked,
#stacks_in_8722 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8722 a.foundry-header-linked:hover,
#stacks_in_8722 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8722 {
	margin: 3px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8725 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8725 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8726 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8726 h6 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8726 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8726 h6 {
		font-size: 17px;
	}
}


#stacks_in_8726 a.foundry-header-linked,
#stacks_in_8726 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8726 a.foundry-header-linked:hover,
#stacks_in_8726 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8726 {
	margin: 3px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8729 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8729 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8730 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8730 h6 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8730 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8730 h6 {
		font-size: 17px;
	}
}


#stacks_in_8730 a.foundry-header-linked,
#stacks_in_8730 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8730 a.foundry-header-linked:hover,
#stacks_in_8730 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8730 {
	margin: 3px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8733 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8733 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8734 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8734 h6 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8734 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8734 h6 {
		font-size: 17px;
	}
}


#stacks_in_8734 a.foundry-header-linked,
#stacks_in_8734 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8734 a.foundry-header-linked:hover,
#stacks_in_8734 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8734 {
	margin: 3px 0px 0px 0px;
}


#stacks_in_8740 h3 {
	
		font-weight: 600;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 1px;
	
	line-height: 1.20;
	
}


	#stacks_in_8740 h3 {
		color: rgba(36, 183, 255, 1.00);
	}

	#stacks_in_8740 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8740 h3 {
		font-size: 24px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8740 h3 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8740 h3 {
		font-size: 24px;
	}
}


#stacks_in_8740 a.foundry-header-linked,
#stacks_in_8740 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8740 a.foundry-header-linked:hover,
#stacks_in_8740 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8740 {
	margin: 8px 0px 8px 5px;
}

#s4s_flexbox_stack_stacks_in_8742 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8742 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8743 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8743 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_8744 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8744 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8744 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8744 h4 {
		font-size: 17px;
	}
}


#stacks_in_8744 a.foundry-header-linked,
#stacks_in_8744 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8744 a.foundry-header-linked:hover,
#stacks_in_8744 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8744 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_8747 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8747 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_8748 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8748 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8749 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8749 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8750 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8750 h6 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8750 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8750 h6 {
		font-size: 17px;
	}
}


#stacks_in_8750 a.foundry-header-linked,
#stacks_in_8750 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8750 a.foundry-header-linked:hover,
#stacks_in_8750 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8750 {
	margin: 3px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8753 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8753 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8754 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8754 h6 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8754 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8754 h6 {
		font-size: 17px;
	}
}


#stacks_in_8754 a.foundry-header-linked,
#stacks_in_8754 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8754 a.foundry-header-linked:hover,
#stacks_in_8754 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8754 {
	margin: 3px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8757 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8757 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8758 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8758 h6 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8758 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8758 h6 {
		font-size: 17px;
	}
}


#stacks_in_8758 a.foundry-header-linked,
#stacks_in_8758 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8758 a.foundry-header-linked:hover,
#stacks_in_8758 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8758 {
	margin: 3px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8761 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8761 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8762 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8762 h6 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8762 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8762 h6 {
		font-size: 17px;
	}
}


#stacks_in_8762 a.foundry-header-linked,
#stacks_in_8762 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8762 a.foundry-header-linked:hover,
#stacks_in_8762 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8762 {
	margin: 3px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8765 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8765 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}



#stacks_in_8766 h6 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.20;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8766 h6 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8766 h6 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8766 h6 {
		font-size: 17px;
	}
}


#stacks_in_8766 a.foundry-header-linked,
#stacks_in_8766 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8766 a.foundry-header-linked:hover,
#stacks_in_8766 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8766 {
	margin: 3px 0px 0px 0px;
}

#s4s_flexbox_stack_stacks_in_8772 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8772 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8773 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8773 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_8774 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8774 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8774 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8774 h4 {
		font-size: 17px;
	}
}


#stacks_in_8774 a.foundry-header-linked,
#stacks_in_8774 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8774 a.foundry-header-linked:hover,
#stacks_in_8774 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8774 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_8777 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8777 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_8778 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8778 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8779 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8779 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8780 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8780 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8780 {
	text-align: center;
}

#graphicStackstacks_in_8780 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8780 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8782 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8782 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8783 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8783 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8783 {
	text-align: center;
}

#graphicStackstacks_in_8783 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8783 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8785 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8785 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8786 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8786 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8786 {
	text-align: center;
}

#graphicStackstacks_in_8786 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8786 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8788 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8788 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8789 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8789 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8789 {
	text-align: center;
}

#graphicStackstacks_in_8789 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8789 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8791 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8791 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8792 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8792 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8792 {
	text-align: center;
}

#graphicStackstacks_in_8792 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8792 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */
#s4s_flexbox_stack_stacks_in_8797 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8797 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8798 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8798 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_8799 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8799 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8799 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8799 h4 {
		font-size: 17px;
	}
}


#stacks_in_8799 a.foundry-header-linked,
#stacks_in_8799 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8799 a.foundry-header-linked:hover,
#stacks_in_8799 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8799 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_8802 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8802 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_8803 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8803 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8804 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8804 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8805 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8805 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8805 {
	text-align: center;
}

#graphicStackstacks_in_8805 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8805 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8807 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8807 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8808 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8808 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8808 {
	text-align: center;
}

#graphicStackstacks_in_8808 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8808 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8810 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8810 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8811 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8811 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8811 {
	text-align: center;
}

#graphicStackstacks_in_8811 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8811 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8813 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8813 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8814 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8814 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8814 {
	text-align: center;
}

#graphicStackstacks_in_8814 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8814 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8816 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8816 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8817 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8817 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8817 {
	text-align: center;
}

#graphicStackstacks_in_8817 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8817 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */
#s4s_flexbox_stack_stacks_in_8822 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8822 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8823 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8823 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_8824 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8824 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8824 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8824 h4 {
		font-size: 17px;
	}
}


#stacks_in_8824 a.foundry-header-linked,
#stacks_in_8824 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8824 a.foundry-header-linked:hover,
#stacks_in_8824 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8824 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_8827 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8827 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_8828 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8828 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8829 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8829 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8830 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8830 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8830 {
	text-align: center;
}

#graphicStackstacks_in_8830 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8830 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8832 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8832 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8833 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8833 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8833 {
	text-align: center;
}

#graphicStackstacks_in_8833 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8833 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8835 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8835 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8836 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8836 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8836 {
	text-align: center;
}

#graphicStackstacks_in_8836 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8836 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8838 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8838 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8839 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8839 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8839 {
	text-align: center;
}

#graphicStackstacks_in_8839 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8839 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8841 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8841 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8842 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8842 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8842 {
	text-align: center;
}

#graphicStackstacks_in_8842 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8842 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */
#s4s_flexbox_stack_stacks_in_8847 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8847 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8848 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8848 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_8849 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8849 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8849 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8849 h4 {
		font-size: 17px;
	}
}


#stacks_in_8849 a.foundry-header-linked,
#stacks_in_8849 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8849 a.foundry-header-linked:hover,
#stacks_in_8849 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8849 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_8852 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8852 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_8853 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8853 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8854 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8854 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8855 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8855 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8855 {
	text-align: center;
}

#graphicStackstacks_in_8855 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8855 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8857 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8857 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8858 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8858 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8858 {
	text-align: center;
}

#graphicStackstacks_in_8858 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8858 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8860 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8860 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8861 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8861 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8861 {
	text-align: center;
}

#graphicStackstacks_in_8861 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8861 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8863 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8863 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8864 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8864 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8864 {
	text-align: center;
}

#graphicStackstacks_in_8864 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8864 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8866 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8866 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8867 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8867 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8867 {
	text-align: center;
}

#graphicStackstacks_in_8867 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8867 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */
#s4s_flexbox_stack_stacks_in_8872 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8872 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8873 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8873 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_8874 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8874 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8874 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8874 h4 {
		font-size: 17px;
	}
}


#stacks_in_8874 a.foundry-header-linked,
#stacks_in_8874 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8874 a.foundry-header-linked:hover,
#stacks_in_8874 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8874 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_8877 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8877 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_8878 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8878 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8879 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8879 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8880 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8880 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8880 {
	text-align: center;
}

#graphicStackstacks_in_8880 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8880 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8882 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8882 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8883 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8883 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8883 {
	text-align: center;
}

#graphicStackstacks_in_8883 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8883 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8885 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8885 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8886 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8886 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8886 {
	text-align: center;
}

#graphicStackstacks_in_8886 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8886 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8888 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8888 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8889 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8889 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8889 {
	text-align: center;
}

#graphicStackstacks_in_8889 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8889 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8891 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8891 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8892 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8892 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8892 {
	text-align: center;
}

#graphicStackstacks_in_8892 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8892 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */

#stacks_in_8897 h3 {
	
		font-weight: 600;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 1px;
	
	line-height: 1.20;
	
}


	#stacks_in_8897 h3 {
		color: rgba(36, 183, 255, 1.00);
	}

	#stacks_in_8897 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8897 h3 {
		font-size: 24px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8897 h3 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8897 h3 {
		font-size: 24px;
	}
}


#stacks_in_8897 a.foundry-header-linked,
#stacks_in_8897 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8897 a.foundry-header-linked:hover,
#stacks_in_8897 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8897 {
	margin: 8px 0px 8px 5px;
}

#s4s_flexbox_stack_stacks_in_8899 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8899 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8900 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8900 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_8901 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8901 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8901 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8901 h4 {
		font-size: 17px;
	}
}


#stacks_in_8901 a.foundry-header-linked,
#stacks_in_8901 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8901 a.foundry-header-linked:hover,
#stacks_in_8901 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8901 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_8904 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8904 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_8905 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8905 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8906 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8906 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8907 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8907 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8907 {
	text-align: center;
}

#graphicStackstacks_in_8907 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8907 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8909 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8909 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8910 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8910 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8910 {
	text-align: center;
}

#graphicStackstacks_in_8910 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8910 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8912 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8912 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8913 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8913 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8913 {
	text-align: center;
}

#graphicStackstacks_in_8913 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8913 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8915 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8915 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8916 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8916 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8916 {
	text-align: center;
}

#graphicStackstacks_in_8916 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8916 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8918 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8918 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8919 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8919 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8919 {
	text-align: center;
}

#graphicStackstacks_in_8919 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8919 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */
#s4s_flexbox_stack_stacks_in_8924 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8924 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8925 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8925 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_8926 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8926 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8926 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8926 h4 {
		font-size: 17px;
	}
}


#stacks_in_8926 a.foundry-header-linked,
#stacks_in_8926 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8926 a.foundry-header-linked:hover,
#stacks_in_8926 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8926 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_8929 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8929 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_8930 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8930 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8931 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8931 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8932 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8932 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8932 {
	text-align: center;
}

#graphicStackstacks_in_8932 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8932 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8934 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8934 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8935 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8935 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8935 {
	text-align: center;
}

#graphicStackstacks_in_8935 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8935 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8937 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8937 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8938 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8938 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8938 {
	text-align: center;
}

#graphicStackstacks_in_8938 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8938 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8940 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8940 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8941 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8941 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8941 {
	text-align: center;
}

#graphicStackstacks_in_8941 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8941 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8943 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8943 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8944 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8944 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8944 {
	text-align: center;
}

#graphicStackstacks_in_8944 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8944 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */
#s4s_flexbox_stack_stacks_in_8949 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8949 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8950 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8950 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_8951 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8951 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8951 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8951 h4 {
		font-size: 17px;
	}
}


#stacks_in_8951 a.foundry-header-linked,
#stacks_in_8951 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8951 a.foundry-header-linked:hover,
#stacks_in_8951 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8951 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_8954 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8954 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_8955 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8955 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8956 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8956 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8957 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8957 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8957 {
	text-align: center;
}

#graphicStackstacks_in_8957 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8957 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8959 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8959 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8960 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8960 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8960 {
	text-align: center;
}

#graphicStackstacks_in_8960 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8960 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8962 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8962 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8963 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8963 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8963 {
	text-align: center;
}

#graphicStackstacks_in_8963 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8963 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8965 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8965 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8966 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8966 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8966 {
	text-align: center;
}

#graphicStackstacks_in_8966 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8966 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8968 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8968 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8969 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8969 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8969 {
	text-align: center;
}

#graphicStackstacks_in_8969 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8969 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */
#s4s_flexbox_stack_stacks_in_8974 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8974 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8975 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8975 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_8976 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8976 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8976 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8976 h4 {
		font-size: 17px;
	}
}


#stacks_in_8976 a.foundry-header-linked,
#stacks_in_8976 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8976 a.foundry-header-linked:hover,
#stacks_in_8976 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8976 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_8979 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8979 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_8980 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8980 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8981 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8981 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8982 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8982 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8982 {
	text-align: center;
}

#graphicStackstacks_in_8982 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8982 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8984 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8984 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8985 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8985 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8985 {
	text-align: center;
}

#graphicStackstacks_in_8985 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8985 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8987 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8987 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8988 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8988 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8988 {
	text-align: center;
}

#graphicStackstacks_in_8988 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8988 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8990 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8990 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8991 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8991 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8991 {
	text-align: center;
}

#graphicStackstacks_in_8991 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8991 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_8993 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8993 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_8994 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_8994 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_8994 {
	text-align: center;
}

#graphicStackstacks_in_8994 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_8994 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */
#s4s_flexbox_stack_stacks_in_8999 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8999 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_9000 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9000 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_9001 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9001 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9001 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9001 h4 {
		font-size: 17px;
	}
}


#stacks_in_9001 a.foundry-header-linked,
#stacks_in_9001 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9001 a.foundry-header-linked:hover,
#stacks_in_9001 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9001 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_9004 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9004 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_9005 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_9005 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_9006 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9006 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9007 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9007 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9007 {
	text-align: center;
}

#graphicStackstacks_in_9007 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9007 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9009 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9009 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9010 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9010 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9010 {
	text-align: center;
}

#graphicStackstacks_in_9010 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9010 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9012 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9012 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9013 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9013 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9013 {
	text-align: center;
}

#graphicStackstacks_in_9013 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9013 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9015 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9015 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9016 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9016 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9016 {
	text-align: center;
}

#graphicStackstacks_in_9016 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9016 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9018 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9018 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9019 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9019 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9019 {
	text-align: center;
}

#graphicStackstacks_in_9019 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9019 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */
#s4s_flexbox_stack_stacks_in_9024 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_9024 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_9025 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9025 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_9026 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9026 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9026 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9026 h4 {
		font-size: 17px;
	}
}


#stacks_in_9026 a.foundry-header-linked,
#stacks_in_9026 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9026 a.foundry-header-linked:hover,
#stacks_in_9026 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9026 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_9029 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9029 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_9030 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_9030 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_9031 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9031 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9032 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9032 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9032 {
	text-align: center;
}

#graphicStackstacks_in_9032 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9032 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9034 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9034 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9035 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9035 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9035 {
	text-align: center;
}

#graphicStackstacks_in_9035 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9035 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9037 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9037 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9038 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9038 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9038 {
	text-align: center;
}

#graphicStackstacks_in_9038 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9038 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9040 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9040 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9041 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9041 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9041 {
	text-align: center;
}

#graphicStackstacks_in_9041 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9041 img {
	width: 100%;
	height: auto;
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9043 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9043 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9044 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9044 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9044 {
	text-align: center;
}

#graphicStackstacks_in_9044 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9044 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */

#stacks_in_9049 h3 {
	
		font-weight: 600;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 1px;
	
	line-height: 1.30;
	
}


	#stacks_in_9049 h3 {
		color: rgba(36, 183, 255, 1.00);
	}

	#stacks_in_9049 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9049 h3 {
		font-size: 24px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9049 h3 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9049 h3 {
		font-size: 24px;
	}
}


#stacks_in_9049 a.foundry-header-linked,
#stacks_in_9049 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9049 a.foundry-header-linked:hover,
#stacks_in_9049 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9049 {
	margin: 8px 0px 8px 5px;
}

#s4s_flexbox_stack_stacks_in_9051 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_9051 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_9052 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9052 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_9053 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9053 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9053 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9053 h4 {
		font-size: 17px;
	}
}


#stacks_in_9053 a.foundry-header-linked,
#stacks_in_9053 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9053 a.foundry-header-linked:hover,
#stacks_in_9053 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9053 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_9056 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9056 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_9057 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_9057 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_9058 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9058 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9059 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9059 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9059 {
	text-align: center;
}

#graphicStackstacks_in_9059 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9059 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9061 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9061 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9062 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9062 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9062 {
	text-align: center;
}

#graphicStackstacks_in_9062 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9062 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9064 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9064 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9065 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9065 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9065 {
	text-align: center;
}

#graphicStackstacks_in_9065 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9065 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9067 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9067 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9068 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9068 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9068 {
	text-align: center;
}

#graphicStackstacks_in_9068 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9068 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9070 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9070 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9071 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9071 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9071 {
	text-align: center;
}

#graphicStackstacks_in_9071 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9071 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */
#s4s_flexbox_stack_stacks_in_9076 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_9076 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_9077 {
  
  flex-grow: 0;
  flex-basis: 335px;
  flex-shrink: 0;
  align-self: flex-start;
  min-height: 42px;
  background-color: rgba(243, 244, 247, 1.00);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9077 {
    
    flex-grow: 0;
    flex-basis: 335px;
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 42px;
  }
}



#stacks_in_9078 h4 {
	
		font-weight: 400;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
	line-height: 1.30;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9078 h4 {
		font-size: 17px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9078 h4 {
		font-size: 17px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9078 h4 {
		font-size: 17px;
	}
}


#stacks_in_9078 a.foundry-header-linked,
#stacks_in_9078 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9078 a.foundry-header-linked:hover,
#stacks_in_9078 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9078 {
	padding: 10px 5px 9px 20px;
}
#s4s_flexbox_item_stacks_in_9081 {
  
  flex-grow: 0;
  flex-basis: 775px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9081 {
    
    flex-grow: 0;
    flex-basis: 775px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_9082 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_9082 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_9083 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(194, 189, 226, 0.25);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9083 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9084 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9084 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9084 {
	text-align: center;
}

#graphicStackstacks_in_9084 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9084 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9086 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(129, 201, 221, 0.20);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9086 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9087 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9087 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9087 {
	text-align: center;
}

#graphicStackstacks_in_9087 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9087 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9089 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(87, 163, 239, 0.15);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9089 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9090 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9090 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9090 {
	text-align: center;
}

#graphicStackstacks_in_9090 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9090 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9092 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(32, 73, 154, 0.10);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9092 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9093 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9093 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9093 {
	text-align: center;
}

#graphicStackstacks_in_9093 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9093 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#s4s_flexbox_item_stacks_in_9095 {
  
  flex-grow: 0;
  flex-basis: 20%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 42px;
  background-color: rgba(68, 151, 168, 0.16);
  padding: 0;
  margin: 5px 5px 5px 5px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 5px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9095 {
    
    flex-grow: 0;
    flex-basis: 20%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 42px;
  }
}

#graphicStackstacks_in_9096 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_9096 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_9096 {
	text-align: center;
}

#graphicStackstacks_in_9096 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_9096 img {
	width: 100%;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#stacks_in_9101 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9101 > .s-pro > .sections-layer{display:none}#stacks_in_9101 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9101 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}






	#stacks_in_9106 > .container {
		max-width: 100vw;
	}










	#stacks_in_9106 > .container {
		border-radius: 0px;
	}

	







	#stacks_in_9108 > .container {
		max-width: 1400px;
	}










	#stacks_in_9108 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9108 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 50px 0px 20px 0px;
}






	#stacks_in_9110 > .container {
		max-width: 1400px;
	}










	#stacks_in_9110 > .container {
		border-radius: 0px;
	}

	



#stacks_in_9112 h1 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 3px;
	
	line-height: 1.10;
	
}


	#stacks_in_9112 h1 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9112 h1 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9112 h1 {
		font-size: 30px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9112 h1 {
		font-size: 40px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9112 h1 {
		font-size: 50px;
	}
}


#stacks_in_9112 a.foundry-header-linked,
#stacks_in_9112 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9112 a.foundry-header-linked:hover,
#stacks_in_9112 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9112 {
	margin: 5px 0px 0px 0px;
}


#stacks_in_9115 h2 {
	
		font-weight: 500;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_9115 h2 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_9115 h2 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9115 h2 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9115 h2 {
		font-size: 18px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9115 h2 {
		font-size: 18px;
	}
}


#stacks_in_9115 a.foundry-header-linked,
#stacks_in_9115 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9115 a.foundry-header-linked:hover,
#stacks_in_9115 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9115 {
	margin: 14px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9117 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9117 p a,
#stacks_in_9117 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_9117 p a:hover,
#stacks_in_9117 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9117 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9117 .paragraph a,
#stacks_in_9117 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_9117 .paragraph a:hover,
#stacks_in_9117 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_9117 p,
	#stacks_in_9117 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9117 p,
#stacks_in_9117 {
	
}


#stacks_in_9117 {
	margin: 14px 0px 0px 0px;
}
@media screen and (min-width:1249px){#stacks_in_9101{display:none}}
#stacks_in_9102 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9102 > .s-pro > .sections-layer{display:none}#stacks_in_9102 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9102 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}






	#stacks_in_9121 > .container {
		max-width: 100vw;
	}










	#stacks_in_9121 > .container {
		border-radius: 0px;
	}

	







	#stacks_in_9123 > .container {
		max-width: 1400px;
	}










	#stacks_in_9123 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9123 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 60px 0px 20px 0px;
}






	#stacks_in_9125 > .container {
		max-width: 800px;
	}










	#stacks_in_9125 > .container {
		border-radius: 0px;
	}

	



#stacks_in_9128 h1 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 3px;
	
	line-height: 1.10;
	
}


	#stacks_in_9128 h1 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9128 h1 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9128 h1 {
		font-size: 30px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9128 h1 {
		font-size: 40px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9128 h1 {
		font-size: 50px;
	}
}


#stacks_in_9128 a.foundry-header-linked,
#stacks_in_9128 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9128 a.foundry-header-linked:hover,
#stacks_in_9128 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9128 {
	margin: 5px 0px 0px 0px;
}


#stacks_in_9131 h2 {
	
		font-weight: 500;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_9131 h2 {
		color: rgba(92, 92, 108, 1.00);
	}

	#stacks_in_9131 h2 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9131 h2 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9131 h2 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9131 h2 {
		font-size: 20px;
	}
}


#stacks_in_9131 a.foundry-header-linked,
#stacks_in_9131 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9131 a.foundry-header-linked:hover,
#stacks_in_9131 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9131 {
	margin: 14px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9133 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9133 p a,
#stacks_in_9133 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_9133 p a:hover,
#stacks_in_9133 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9133 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9133 .paragraph a,
#stacks_in_9133 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_9133 .paragraph a:hover,
#stacks_in_9133 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_9133 p,
	#stacks_in_9133 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9133 p,
#stacks_in_9133 {
	
}


#stacks_in_9133 {
	margin: 14px 0px 0px 0px;
}
@media screen and (min-width:1249px){#stacks_in_9102{display:none}}
#stacks_in_9103 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9103 > .s-pro > .sections-layer{display:none}#stacks_in_9103 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9103 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}






	#stacks_in_9137 > .container {
		max-width: 100vw;
	}










	#stacks_in_9137 > .container {
		border-radius: 0px;
	}

	







	#stacks_in_9139 > .container {
		max-width: 1200px;
	}










	#stacks_in_9139 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9139 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 0px 25px 0px 25px;
	padding: 70px 0px 20px 0px;
}






	#stacks_in_9141 > .container {
		max-width: 900px;
	}










	#stacks_in_9141 > .container {
		border-radius: 0px;
	}

	



#stacks_in_9143 h1 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 3px;
	
	line-height: 1.10;
	
}


	#stacks_in_9143 h1 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9143 h1 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9143 h1 {
		font-size: 30px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9143 h1 {
		font-size: 40px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9143 h1 {
		font-size: 50px;
	}
}


#stacks_in_9143 a.foundry-header-linked,
#stacks_in_9143 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9143 a.foundry-header-linked:hover,
#stacks_in_9143 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9143 {
	margin: 5px 0px 0px 0px;
}


#stacks_in_9146 h2 {
	
		font-weight: 500;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_9146 h2 {
		color: rgba(92, 92, 108, 1.00);
	}

	#stacks_in_9146 h2 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9146 h2 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9146 h2 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9146 h2 {
		font-size: 20px;
	}
}


#stacks_in_9146 a.foundry-header-linked,
#stacks_in_9146 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9146 a.foundry-header-linked:hover,
#stacks_in_9146 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9146 {
	margin: 14px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9148 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9148 p a,
#stacks_in_9148 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_9148 p a:hover,
#stacks_in_9148 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9148 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9148 .paragraph a,
#stacks_in_9148 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_9148 .paragraph a:hover,
#stacks_in_9148 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_9148 p,
	#stacks_in_9148 {
		font-size: 17px;
	}
	

	
	
	
	
	



#stacks_in_9148 p,
#stacks_in_9148 {
	
}


#stacks_in_9148 {
	margin: 14px 0px 0px 0px;
}
@media screen and (max-width:1250px){#stacks_in_9103{display:none}}
#stacks_in_9261 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9261 > .s-pro > .sections-layer{display:none}#stacks_in_9261 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9261 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}






	#stacks_in_9263 > .container {
		max-width: 100vw;
	}










	#stacks_in_9263 > .container {
		border-radius: 0px;
	}

	


#s4s_flexbox_stack_stacks_in_9265 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_9265 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_9265 {
	margin: 0px 10px 0px 10px;
}
#s4s_flexbox_item_stacks_in_9266 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(255, 255, 255, 0.00);
  padding: 0px;
  margin: 0px 0px 25px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 15px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9266 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_9269 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9269 > .s-pro > .sections-layer{display:none}#stacks_in_9269 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9269 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9269 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9273 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9273 > .s-pro > .sections-layer{display:none}#stacks_in_9273 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9273 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9273 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}






	#stacks_in_9276 > .container {
		max-width: 100%;
	}










	#stacks_in_9276 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9276 {
	background-color: rgba(241, 242, 245, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9278.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9278.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9278.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9278{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9278.box-pos>.s-box{overflow:hidden} #stacks_in_9278>.s-box{margin: 0px }#stacks_in_9278>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9278>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9278>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9278{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9278{max-width:100.00%}}#stacks_in_9278.auto-width{width:auto!important}#stacks_in_9278.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9278>.s-box{position:relative}      






	#stacks_in_9281 > .container {
		max-width: 1140px;
	}









	#stacks_in_9281 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9281 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9281 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9281 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9281 {
	width: 80px;
}



#stacks_in_9283 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9283 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9283 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9283 .vertical-center-wrapper {
		height: 80px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9283 .vertical-center-wrapper {
		height: 80px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9283 .vertical-center-wrapper {
		height: 80px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9285 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9285 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9285 svg  */

#stacks_in_9285 svg,
#stacks_in_9285 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_9285 i,
#stacks_in_9285 svg {
  position: relative;
  font-size: 48px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9285 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9285 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9285 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_9285 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9287 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9287 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9287 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9287 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9287 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9287 h3 {
		font-size: 26px;
	}
}


#stacks_in_9287 a.foundry-header-linked,
#stacks_in_9287 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9287 a.foundry-header-linked:hover,
#stacks_in_9287 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9287 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9289 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9289 p a,
#stacks_in_9289 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9289 p a:hover,
#stacks_in_9289 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9289 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9289 .paragraph a,
#stacks_in_9289 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9289 .paragraph a:hover,
#stacks_in_9289 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9289 p,
	#stacks_in_9289 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9289 p,
#stacks_in_9289 {
	
}


#stacks_in_9289 {
	margin: 14px 0px 0px 0px;
}

#stacks_out_9289 {
	width: 85%;
}
#stacks_in_9291 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9291 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9291{z-index:15}#stacks_in_9291 > .s-pro > .sections-layer{display:none}#stacks_in_9291,#stacks_out_9291{overflow:visible !important}#stacks_in_9291 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9291 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9291 {
	margin: 10px 0px 0px 0px;
}
 #stacks_in_9293.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9293.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9293.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9293{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9293.box-pos>.s-box{overflow:hidden} #stacks_in_9293>.s-box{margin: 0px }#stacks_in_9293>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9293>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9293>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9293{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9293{max-width:100.00%}}#stacks_in_9293.auto-width{width:auto!important}#stacks_in_9293.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9293>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9296 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9296 p a,
#stacks_in_9296 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9296 p a:hover,
#stacks_in_9296 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9296 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9296 .paragraph a,
#stacks_in_9296 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9296 .paragraph a:hover,
#stacks_in_9296 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9296 p,
	#stacks_in_9296 {
		font-size: 18px;
	}
	

	
	
	
	
	



#stacks_in_9296 p,
#stacks_in_9296 {
	margin-bottom: 0;
}


#stacks_in_9296 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_9296 {
	width: 85%;
}

#stacks_in_9298 {
	letter-spacing: 1px;
}
.stacks_top > div > div[class*="sec-static"] {
  position: relative !important; }

.sec-static-stacks_in_9271 {
  position: static; }

.sec-static-stacks_in_9271 #stacks_in_9269 {
  position: static; }
  .sec-static-stacks_in_9271 #stacks_in_9269 > .s-pro > .shear-wrapper > .shear-inner {
    position: static !important; }

#stacks_in_9269.blu-wrap.bwd > .blu.blueprint-col > .blucol-content, #stacks_in_9269.blu-wrap.bwd > .blu.blueprint-col > .blucol-content[class*="style-pro-stacks"] {
  position: static; }

#stacks_in_9269 > .s-pro, #stacks_in_9269 > .blu {
  position: relative;
  z-index: auto;
  width: 100%;
  top: 0.00px;
  left: 0.00px;
  height: auto; }
  @media screen and (min-width: 640px) {
    #stacks_in_9269 > .s-pro, #stacks_in_9269 > .blu {
      width: 100%;
      top: 0.00px;
      left: 0.00px;
      height: auto; } }
#stacks_in_9269 {
  margin-top: 0.00px;
  margin-bottom: 0.00px; }
  @media screen and (max-width: 640px) {
    #stacks_in_9269 {
      margin-top: 0.00px;
      margin-bottom: 0.00px; } }
#s4s_flexbox_item_stacks_in_9299 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(255, 255, 255, 0.00);
  padding: 0px;
  margin: 0px 0px 25px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 15px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9299 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_9302 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9302 > .s-pro > .sections-layer{display:none}#stacks_in_9302 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9302 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9302 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9306 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9306 > .s-pro > .sections-layer{display:none}#stacks_in_9306 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9306 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9306 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}






	#stacks_in_9309 > .container {
		max-width: 100%;
	}










	#stacks_in_9309 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9309 {
	background-color: rgba(241, 242, 245, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9311.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9311.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9311.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9311{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9311.box-pos>.s-box{overflow:hidden} #stacks_in_9311>.s-box{margin: 0px }#stacks_in_9311>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9311>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9311>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9311{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9311{max-width:100.00%}}#stacks_in_9311.auto-width{width:auto!important}#stacks_in_9311.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9311>.s-box{position:relative}      






	#stacks_in_9314 > .container {
		max-width: 1140px;
	}









	#stacks_in_9314 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9314 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9314 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9314 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9314 {
	width: 80px;
}



#stacks_in_9316 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9316 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9316 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9316 .vertical-center-wrapper {
		height: 80px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9316 .vertical-center-wrapper {
		height: 80px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9316 .vertical-center-wrapper {
		height: 80px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9318 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9318 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9318 svg  */

#stacks_in_9318 svg,
#stacks_in_9318 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_9318 i,
#stacks_in_9318 svg {
  position: relative;
  font-size: 48px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9318 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9318 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9318 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_9318 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9320 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9320 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9320 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9320 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9320 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9320 h3 {
		font-size: 26px;
	}
}


#stacks_in_9320 a.foundry-header-linked,
#stacks_in_9320 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9320 a.foundry-header-linked:hover,
#stacks_in_9320 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9320 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9322 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9322 p a,
#stacks_in_9322 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9322 p a:hover,
#stacks_in_9322 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9322 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9322 .paragraph a,
#stacks_in_9322 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9322 .paragraph a:hover,
#stacks_in_9322 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9322 p,
	#stacks_in_9322 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9322 p,
#stacks_in_9322 {
	
}


#stacks_in_9322 {
	margin: 14px 0px 0px 0px;
}

#stacks_out_9322 {
	width: 85%;
}
#stacks_in_9324 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9324 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9324{z-index:15}#stacks_in_9324 > .s-pro > .sections-layer{display:none}#stacks_in_9324,#stacks_out_9324{overflow:visible !important}#stacks_in_9324 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9324 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9324 {
	margin: 10px 0px 0px 0px;
}
 #stacks_in_9326.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9326.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9326.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9326{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9326.box-pos>.s-box{overflow:hidden} #stacks_in_9326>.s-box{margin: 0px }#stacks_in_9326>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9326>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9326>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9326{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9326{max-width:100.00%}}#stacks_in_9326.auto-width{width:auto!important}#stacks_in_9326.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9326>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9329 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9329 p a,
#stacks_in_9329 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9329 p a:hover,
#stacks_in_9329 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9329 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9329 .paragraph a,
#stacks_in_9329 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9329 .paragraph a:hover,
#stacks_in_9329 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9329 p,
	#stacks_in_9329 {
		font-size: 18px;
	}
	

	
	
	
	
	



#stacks_in_9329 p,
#stacks_in_9329 {
	margin-bottom: 0;
}


#stacks_in_9329 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_9329 {
	width: 70%;
}

#stacks_in_9331 {
	letter-spacing: 1px;
}
.stacks_top > div > div[class*="sec-static"] {
  position: relative !important; }

.sec-static-stacks_in_9304 {
  position: static; }

.sec-static-stacks_in_9304 #stacks_in_9302 {
  position: static; }
  .sec-static-stacks_in_9304 #stacks_in_9302 > .s-pro > .shear-wrapper > .shear-inner {
    position: static !important; }

#stacks_in_9302.blu-wrap.bwd > .blu.blueprint-col > .blucol-content, #stacks_in_9302.blu-wrap.bwd > .blu.blueprint-col > .blucol-content[class*="style-pro-stacks"] {
  position: static; }

#stacks_in_9302 > .s-pro, #stacks_in_9302 > .blu {
  position: relative;
  z-index: auto;
  width: 100%;
  top: 0.00px;
  left: 0.00px;
  height: auto; }
  @media screen and (min-width: 640px) {
    #stacks_in_9302 > .s-pro, #stacks_in_9302 > .blu {
      width: 100%;
      top: 0.00px;
      left: 0.00px;
      height: auto; } }
#stacks_in_9302 {
  margin-top: 0.00px;
  margin-bottom: 0.00px; }
  @media screen and (max-width: 640px) {
    #stacks_in_9302 {
      margin-top: 0.00px;
      margin-bottom: 0.00px; } }
#s4s_flexbox_item_stacks_in_9332 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(255, 255, 255, 0.00);
  padding: 0px;
  margin: 0px 0px 25px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 15px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9332 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_9335 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9335 > .s-pro > .sections-layer{display:none}#stacks_in_9335 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9335 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9335 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9339 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9339 > .s-pro > .sections-layer{display:none}#stacks_in_9339 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9339 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9339 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}






	#stacks_in_9342 > .container {
		max-width: 100%;
	}










	#stacks_in_9342 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9342 {
	background-color: rgba(241, 242, 245, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9344.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9344.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9344.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9344{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9344.box-pos>.s-box{overflow:hidden} #stacks_in_9344>.s-box{margin: 0px }#stacks_in_9344>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9344>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9344>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9344{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9344{max-width:100.00%}}#stacks_in_9344.auto-width{width:auto!important}#stacks_in_9344.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9344>.s-box{position:relative}      






	#stacks_in_9347 > .container {
		max-width: 1140px;
	}









	#stacks_in_9347 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9347 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9347 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9347 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9347 {
	width: 80px;
}



#stacks_in_9349 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9349 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9349 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9349 .vertical-center-wrapper {
		height: 80px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9349 .vertical-center-wrapper {
		height: 80px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9349 .vertical-center-wrapper {
		height: 80px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9351 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9351 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9351 svg  */

#stacks_in_9351 svg,
#stacks_in_9351 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_9351 i,
#stacks_in_9351 svg {
  position: relative;
  font-size: 48px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9351 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9351 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9351 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_9351 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9353 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9353 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9353 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9353 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9353 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9353 h3 {
		font-size: 26px;
	}
}


#stacks_in_9353 a.foundry-header-linked,
#stacks_in_9353 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9353 a.foundry-header-linked:hover,
#stacks_in_9353 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9353 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9355 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9355 p a,
#stacks_in_9355 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9355 p a:hover,
#stacks_in_9355 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9355 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9355 .paragraph a,
#stacks_in_9355 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9355 .paragraph a:hover,
#stacks_in_9355 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9355 p,
	#stacks_in_9355 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9355 p,
#stacks_in_9355 {
	
}


#stacks_in_9355 {
	margin: 14px 0px 0px 0px;
}

#stacks_out_9355 {
	width: 85%;
}
#stacks_in_9357 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9357 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9357{z-index:15}#stacks_in_9357 > .s-pro > .sections-layer{display:none}#stacks_in_9357,#stacks_out_9357{overflow:visible !important}#stacks_in_9357 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9357 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9357 {
	margin: 10px 0px 0px 0px;
}
 #stacks_in_9359.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9359.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9359.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9359{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9359.box-pos>.s-box{overflow:hidden} #stacks_in_9359>.s-box{margin: 0px }#stacks_in_9359>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9359>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9359>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9359{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9359{max-width:100.00%}}#stacks_in_9359.auto-width{width:auto!important}#stacks_in_9359.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9359>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9362 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9362 p a,
#stacks_in_9362 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9362 p a:hover,
#stacks_in_9362 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9362 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9362 .paragraph a,
#stacks_in_9362 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9362 .paragraph a:hover,
#stacks_in_9362 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9362 p,
	#stacks_in_9362 {
		font-size: 18px;
	}
	

	
	
	
	
	



#stacks_in_9362 p,
#stacks_in_9362 {
	margin-bottom: 0;
}


#stacks_in_9362 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_9364 {
	letter-spacing: 1px;
}
.stacks_top > div > div[class*="sec-static"] {
  position: relative !important; }

.sec-static-stacks_in_9337 {
  position: static; }

.sec-static-stacks_in_9337 #stacks_in_9335 {
  position: static; }
  .sec-static-stacks_in_9337 #stacks_in_9335 > .s-pro > .shear-wrapper > .shear-inner {
    position: static !important; }

#stacks_in_9335.blu-wrap.bwd > .blu.blueprint-col > .blucol-content, #stacks_in_9335.blu-wrap.bwd > .blu.blueprint-col > .blucol-content[class*="style-pro-stacks"] {
  position: static; }

#stacks_in_9335 > .s-pro, #stacks_in_9335 > .blu {
  position: relative;
  z-index: auto;
  width: 100%;
  top: 0.00px;
  left: 0.00px;
  height: auto; }
  @media screen and (min-width: 640px) {
    #stacks_in_9335 > .s-pro, #stacks_in_9335 > .blu {
      width: 100%;
      top: 0.00px;
      left: 0.00px;
      height: auto; } }
#stacks_in_9335 {
  margin-top: 0.00px;
  margin-bottom: 0.00px; }
  @media screen and (max-width: 640px) {
    #stacks_in_9335 {
      margin-top: 0.00px;
      margin-bottom: 0.00px; } }
#stacks_in_9367 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9367 > .s-pro > .sections-layer{display:none}#stacks_in_9367 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9367 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}






	#stacks_in_9370 > .container {
		max-width: 100vw;
	}










	#stacks_in_9370 > .container {
		border-radius: 0px;
	}

	


#s4s_flexbox_stack_stacks_in_9372 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_9372 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_9373 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(255, 255, 255, 0.00);
  padding: 0px;
  margin: 0px 0px 25px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 15px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9373 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_9376 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9376 > .s-pro > .sections-layer{display:none}#stacks_in_9376 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9376 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9376 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9380 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9380 > .s-pro > .sections-layer{display:none}#stacks_in_9380 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9380 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9380 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}






	#stacks_in_9383 > .container {
		max-width: 100%;
	}










	#stacks_in_9383 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9383 {
	background-color: rgba(241, 242, 245, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9385.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9385.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9385.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9385{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9385.box-pos>.s-box{overflow:hidden} #stacks_in_9385>.s-box{margin: 0px }#stacks_in_9385>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9385>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9385>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9385{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9385{max-width:100.00%}}#stacks_in_9385.auto-width{width:auto!important}#stacks_in_9385.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9385>.s-box{position:relative}      






	#stacks_in_9388 > .container {
		max-width: 1140px;
	}









	#stacks_in_9388 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9388 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9388 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9388 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9388 {
	width: 100px;
}



#stacks_in_9390 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9390 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9390 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9390 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9390 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9390 .vertical-center-wrapper {
		height: 100px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9392 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9392 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9392 svg  */

#stacks_in_9392 svg,
#stacks_in_9392 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_9392 i,
#stacks_in_9392 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9392 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9392 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9392 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_9392 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9394 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9394 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9394 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9394 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9394 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9394 h3 {
		font-size: 26px;
	}
}


#stacks_in_9394 a.foundry-header-linked,
#stacks_in_9394 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9394 a.foundry-header-linked:hover,
#stacks_in_9394 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9394 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9396 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9396 p a,
#stacks_in_9396 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9396 p a:hover,
#stacks_in_9396 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9396 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9396 .paragraph a,
#stacks_in_9396 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9396 .paragraph a:hover,
#stacks_in_9396 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9396 p,
	#stacks_in_9396 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9396 p,
#stacks_in_9396 {
	
}


#stacks_in_9396 {
	margin: 14px 0px 0px 0px;
}

#stacks_out_9396 {
	width: 85%;
}
#stacks_in_9398 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9398 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9398{z-index:15}#stacks_in_9398 > .s-pro > .sections-layer{display:none}#stacks_in_9398,#stacks_out_9398{overflow:visible !important}#stacks_in_9398 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9398 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9398 {
	margin: 10px 0px 0px 0px;
}
 #stacks_in_9400.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9400.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9400.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9400{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9400.box-pos>.s-box{overflow:hidden} #stacks_in_9400>.s-box{margin: 0px }#stacks_in_9400>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9400>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9400>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9400{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9400{max-width:100.00%}}#stacks_in_9400.auto-width{width:auto!important}#stacks_in_9400.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9400>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9403 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9403 p a,
#stacks_in_9403 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9403 p a:hover,
#stacks_in_9403 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9403 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9403 .paragraph a,
#stacks_in_9403 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9403 .paragraph a:hover,
#stacks_in_9403 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9403 p,
	#stacks_in_9403 {
		font-size: 18px;
	}
	

	
	
	
	
	



#stacks_in_9403 p,
#stacks_in_9403 {
	margin-bottom: 0;
}


#stacks_in_9403 {
	margin: 0px 0px 5px 0px;
}

#stacks_out_9403 {
	width: 85%;
}

#stacks_in_9405 {
	letter-spacing: 1px;
}
.stacks_top > div > div[class*="sec-static"] {
  position: relative !important; }

.sec-static-stacks_in_9378 {
  position: static; }

.sec-static-stacks_in_9378 #stacks_in_9376 {
  position: static; }
  .sec-static-stacks_in_9378 #stacks_in_9376 > .s-pro > .shear-wrapper > .shear-inner {
    position: static !important; }

#stacks_in_9376.blu-wrap.bwd > .blu.blueprint-col > .blucol-content, #stacks_in_9376.blu-wrap.bwd > .blu.blueprint-col > .blucol-content[class*="style-pro-stacks"] {
  position: static; }

#stacks_in_9376 > .s-pro, #stacks_in_9376 > .blu {
  position: relative;
  z-index: auto;
  width: 100%;
  top: 0.00px;
  left: 0.00px;
  height: auto; }
  @media screen and (min-width: 640px) {
    #stacks_in_9376 > .s-pro, #stacks_in_9376 > .blu {
      width: 100%;
      top: 0.00px;
      left: 0.00px;
      height: auto; } }
#stacks_in_9376 {
  margin-top: 0.00px;
  margin-bottom: 0.00px; }
  @media screen and (max-width: 640px) {
    #stacks_in_9376 {
      margin-top: 0.00px;
      margin-bottom: 0.00px; } }
#s4s_flexbox_item_stacks_in_9406 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(255, 255, 255, 0.00);
  padding: 0px;
  margin: 0px 0px 25px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 15px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9406 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_9409 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9409 > .s-pro > .sections-layer{display:none}#stacks_in_9409 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9409 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9409 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9413 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9413 > .s-pro > .sections-layer{display:none}#stacks_in_9413 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9413 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9413 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}






	#stacks_in_9416 > .container {
		max-width: 100%;
	}










	#stacks_in_9416 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9416 {
	background-color: rgba(241, 242, 245, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9418.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9418.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9418.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9418{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9418.box-pos>.s-box{overflow:hidden} #stacks_in_9418>.s-box{margin: 0px }#stacks_in_9418>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9418>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9418>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9418{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9418{max-width:100.00%}}#stacks_in_9418.auto-width{width:auto!important}#stacks_in_9418.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9418>.s-box{position:relative}      






	#stacks_in_9421 > .container {
		max-width: 1140px;
	}









	#stacks_in_9421 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9421 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9421 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9421 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9421 {
	width: 100px;
}



#stacks_in_9423 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9423 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9423 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9423 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9423 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9423 .vertical-center-wrapper {
		height: 100px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9425 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9425 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9425 svg  */

#stacks_in_9425 svg,
#stacks_in_9425 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_9425 i,
#stacks_in_9425 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9425 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9425 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9425 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_9425 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9427 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9427 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9427 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9427 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9427 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9427 h3 {
		font-size: 26px;
	}
}


#stacks_in_9427 a.foundry-header-linked,
#stacks_in_9427 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9427 a.foundry-header-linked:hover,
#stacks_in_9427 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9427 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9429 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9429 p a,
#stacks_in_9429 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9429 p a:hover,
#stacks_in_9429 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9429 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9429 .paragraph a,
#stacks_in_9429 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9429 .paragraph a:hover,
#stacks_in_9429 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9429 p,
	#stacks_in_9429 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9429 p,
#stacks_in_9429 {
	
}


#stacks_in_9429 {
	margin: 14px 0px 0px 0px;
}

#stacks_out_9429 {
	width: 85%;
}
#stacks_in_9431 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9431 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9431{z-index:15}#stacks_in_9431 > .s-pro > .sections-layer{display:none}#stacks_in_9431,#stacks_out_9431{overflow:visible !important}#stacks_in_9431 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9431 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9431 {
	margin: 10px 0px 0px 0px;
}
 #stacks_in_9433.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9433.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9433.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9433{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9433.box-pos>.s-box{overflow:hidden} #stacks_in_9433>.s-box{margin: 0px }#stacks_in_9433>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9433>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9433>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9433{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9433{max-width:100.00%}}#stacks_in_9433.auto-width{width:auto!important}#stacks_in_9433.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9433>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9436 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9436 p a,
#stacks_in_9436 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9436 p a:hover,
#stacks_in_9436 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9436 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9436 .paragraph a,
#stacks_in_9436 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9436 .paragraph a:hover,
#stacks_in_9436 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9436 p,
	#stacks_in_9436 {
		font-size: 18px;
	}
	

	
	
	
	
	



#stacks_in_9436 p,
#stacks_in_9436 {
	margin-bottom: 0;
}


#stacks_in_9436 {
	margin: 0px 0px 5px 0px;
}

#stacks_out_9436 {
	width: 85%;
}

#stacks_in_9438 {
	letter-spacing: 1px;
}
.stacks_top > div > div[class*="sec-static"] {
  position: relative !important; }

.sec-static-stacks_in_9411 {
  position: static; }

.sec-static-stacks_in_9411 #stacks_in_9409 {
  position: static; }
  .sec-static-stacks_in_9411 #stacks_in_9409 > .s-pro > .shear-wrapper > .shear-inner {
    position: static !important; }

#stacks_in_9409.blu-wrap.bwd > .blu.blueprint-col > .blucol-content, #stacks_in_9409.blu-wrap.bwd > .blu.blueprint-col > .blucol-content[class*="style-pro-stacks"] {
  position: static; }

#stacks_in_9409 > .s-pro, #stacks_in_9409 > .blu {
  position: relative;
  z-index: auto;
  width: 100%;
  top: 0.00px;
  left: 0.00px;
  height: auto; }
  @media screen and (min-width: 640px) {
    #stacks_in_9409 > .s-pro, #stacks_in_9409 > .blu {
      width: 100%;
      top: 0.00px;
      left: 0.00px;
      height: auto; } }
#stacks_in_9409 {
  margin-top: 0.00px;
  margin-bottom: 0.00px; }
  @media screen and (max-width: 640px) {
    #stacks_in_9409 {
      margin-top: 0.00px;
      margin-bottom: 0.00px; } }
#s4s_flexbox_item_stacks_in_9439 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(255, 255, 255, 0.00);
  padding: 0px;
  margin: 0px 0px 25px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 15px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9439 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_9442 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9442 > .s-pro > .sections-layer{display:none}#stacks_in_9442 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9442 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9442 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9446 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9446 > .s-pro > .sections-layer{display:none}#stacks_in_9446 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9446 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9446 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}






	#stacks_in_9449 > .container {
		max-width: 100%;
	}










	#stacks_in_9449 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9449 {
	background-color: rgba(241, 242, 245, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9451.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9451.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9451.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9451{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9451.box-pos>.s-box{overflow:hidden} #stacks_in_9451>.s-box{margin: 0px }#stacks_in_9451>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9451>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9451>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9451{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9451{max-width:100.00%}}#stacks_in_9451.auto-width{width:auto!important}#stacks_in_9451.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9451>.s-box{position:relative}      






	#stacks_in_9454 > .container {
		max-width: 1140px;
	}









	#stacks_in_9454 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9454 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9454 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9454 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9454 {
	width: 100px;
}



#stacks_in_9456 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9456 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9456 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9456 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9456 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9456 .vertical-center-wrapper {
		height: 100px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9458 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9458 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9458 svg  */

#stacks_in_9458 svg,
#stacks_in_9458 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_9458 i,
#stacks_in_9458 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9458 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9458 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9458 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_9458 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9460 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9460 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9460 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9460 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9460 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9460 h3 {
		font-size: 26px;
	}
}


#stacks_in_9460 a.foundry-header-linked,
#stacks_in_9460 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9460 a.foundry-header-linked:hover,
#stacks_in_9460 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9460 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9462 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9462 p a,
#stacks_in_9462 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9462 p a:hover,
#stacks_in_9462 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9462 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9462 .paragraph a,
#stacks_in_9462 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9462 .paragraph a:hover,
#stacks_in_9462 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9462 p,
	#stacks_in_9462 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9462 p,
#stacks_in_9462 {
	
}


#stacks_in_9462 {
	margin: 14px 0px 0px 0px;
}

#stacks_out_9462 {
	width: 85%;
}
#stacks_in_9464 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9464 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9464{z-index:15}#stacks_in_9464 > .s-pro > .sections-layer{display:none}#stacks_in_9464,#stacks_out_9464{overflow:visible !important}#stacks_in_9464 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9464 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9464 {
	margin: 10px 0px 0px 0px;
}
 #stacks_in_9466.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9466.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9466.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9466{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9466.box-pos>.s-box{overflow:hidden} #stacks_in_9466>.s-box{margin: 0px }#stacks_in_9466>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9466>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9466>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9466{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9466{max-width:100.00%}}#stacks_in_9466.auto-width{width:auto!important}#stacks_in_9466.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9466>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9469 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9469 p a,
#stacks_in_9469 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9469 p a:hover,
#stacks_in_9469 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9469 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9469 .paragraph a,
#stacks_in_9469 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9469 .paragraph a:hover,
#stacks_in_9469 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9469 p,
	#stacks_in_9469 {
		font-size: 18px;
	}
	

	
	
	
	
	



#stacks_in_9469 p,
#stacks_in_9469 {
	margin-bottom: 0;
}


#stacks_in_9469 {
	margin: 0px 0px 5px 0px;
}

#stacks_out_9469 {
	width: 85%;
}

#stacks_in_9471 {
	letter-spacing: 1px;
}
.stacks_top > div > div[class*="sec-static"] {
  position: relative !important; }

.sec-static-stacks_in_9444 {
  position: static; }

.sec-static-stacks_in_9444 #stacks_in_9442 {
  position: static; }
  .sec-static-stacks_in_9444 #stacks_in_9442 > .s-pro > .shear-wrapper > .shear-inner {
    position: static !important; }

#stacks_in_9442.blu-wrap.bwd > .blu.blueprint-col > .blucol-content, #stacks_in_9442.blu-wrap.bwd > .blu.blueprint-col > .blucol-content[class*="style-pro-stacks"] {
  position: static; }

#stacks_in_9442 > .s-pro, #stacks_in_9442 > .blu {
  position: relative;
  z-index: auto;
  width: 100%;
  top: 0.00px;
  left: 0.00px;
  height: auto; }
  @media screen and (min-width: 640px) {
    #stacks_in_9442 > .s-pro, #stacks_in_9442 > .blu {
      width: 100%;
      top: 0.00px;
      left: 0.00px;
      height: auto; } }
#stacks_in_9442 {
  margin-top: 0.00px;
  margin-bottom: 0.00px; }
  @media screen and (max-width: 640px) {
    #stacks_in_9442 {
      margin-top: 0.00px;
      margin-bottom: 0.00px; } }
@media screen and (min-width:992px){#stacks_in_9367{display:none}}
#stacks_in_9474 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9474 > .s-pro > .sections-layer{display:none}#stacks_in_9474 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9474 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}






	#stacks_in_9478 > .container {
		max-width: 100vw;
	}










	#stacks_in_9478 > .container {
		border-radius: 0px;
	}

	


#s4s_flexbox_stack_stacks_in_9480 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: normal;
	min-height: 100%;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_9480 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: stretch;
		align-content: normal;
		min-height: 100%;
	}
}
#s4s_flexbox_item_stacks_in_9481 {
  
  flex-grow: 0;
  flex-basis: 30%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 100%;
  background-color: rgba(246, 247, 249, 0.00);
  padding: 0px;
  margin: 0px 0px 25px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 15px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9481 {
    
    flex-grow: 0;
    flex-basis: 30%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 100%;
  }
}

#stacks_in_9484 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9484 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:99}#stacks_in_9484{z-index:99}#stacks_in_9484 > .s-pro > .sections-layer{display:none}#stacks_in_9484,#stacks_out_9484{overflow:visible !important}#stacks_in_9484 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9484 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9484 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9488 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9488{z-index:99}#stacks_in_9488 > .s-pro > .sections-layer{display:none}#stacks_in_9488 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9488 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9488 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9491 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9491 > .s-pro > .sections-layer{display:none}#stacks_in_9491 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9491 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9491 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9494 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9494 > .s-pro > .sections-layer{display:none}#stacks_in_9494 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9494 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9494 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9497 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9497 > .s-pro > .sections-layer{display:none}#stacks_in_9497 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9497 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9497 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}






	#stacks_in_9529 > .container {
		max-width: 100%;
	}










	#stacks_in_9529 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9529 {
	background-color: rgba(241, 242, 245, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9531{ overflow:hidden;height:439px; } 
 #stacks_in_9532.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9532.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9532.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9532{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9532.box-pos>.s-box{overflow:hidden} #stacks_in_9532>.s-box{margin: 0px }#stacks_in_9532>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9532>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9532>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9532{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9532{max-width:100.00%}}#stacks_in_9532.auto-width{width:auto!important}#stacks_in_9532.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9532>.s-box{position:relative}      






	#stacks_in_9535 > .container {
		max-width: 1140px;
	}









	#stacks_in_9535 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9535 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9535 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9535 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9535 {
	width: 100px;
}



#stacks_in_9537 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9537 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9537 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9537 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9537 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9537 .vertical-center-wrapper {
		height: 100px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9539 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9539 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9539 svg  */

#stacks_in_9539 svg,
#stacks_in_9539 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_9539 i,
#stacks_in_9539 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9539 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9539 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9539 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_9539 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9541 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9541 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9541 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9541 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9541 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9541 h3 {
		font-size: 26px;
	}
}


#stacks_in_9541 a.foundry-header-linked,
#stacks_in_9541 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9541 a.foundry-header-linked:hover,
#stacks_in_9541 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9541 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9543 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9543 p a,
#stacks_in_9543 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9543 p a:hover,
#stacks_in_9543 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9543 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9543 .paragraph a,
#stacks_in_9543 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9543 .paragraph a:hover,
#stacks_in_9543 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9543 p,
	#stacks_in_9543 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9543 p,
#stacks_in_9543 {
	
}


#stacks_in_9543 {
	margin: 14px 0px 0px 0px;
}
/*
 * AUTHOR: JEREMY HAWES
 * NAME: Simple Position Pro
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-position/
 * Support: support@1littledesigner.com
 * Version 2.0.1
 * Description: Simple Element Positioning & Z-Index Control
 */


	#simplePosition_stacks_in_9545 {
		position: relative;
		z-index: 1;
		bottom: 0px;
		left: 0px;
		display: block;
	}
	#simplePosition_stacks_in_9545.sizeControlOn.spPercWidthOn {
		width: 100%;
	}
	#simplePosition_stacks_in_9545.sizeControlOn.spPercHeightOn {
		height: 100%; /* Most useful for Fixed position */
	}
	#simplePosition_stacks_in_9545.spPercVertOff {
		bottom: 0px;
	}
	#simplePosition_stacks_in_9545.spPercHorizOff {
		left: 0px;
	}
	#simplePosition_stacks_in_9545.spPercVertOn {
		bottom: 0%;
	}
	#simplePosition_stacks_in_9545.spPercHorizOn {
		left: 0%;
	}
	#simplePosition_stacks_in_9545.sizeControlOn.spPercWidthOff {
	width: 300px;
}
#simplePosition_stacks_in_9545.sizeControlOn.spPercHeightOff {
	height: 300px;
}
#stacks_in_9546 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9546 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9546{z-index:15}#stacks_in_9546 > .s-pro > .sections-layer{display:none}#stacks_in_9546,#stacks_out_9546{overflow:visible !important}#stacks_in_9546 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9546 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_9549.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9549.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9549.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9549{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9549.box-pos>.s-box{overflow:hidden} #stacks_in_9549>.s-box{margin: 0px }#stacks_in_9549>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9549>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9549>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9549{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9549{max-width:100.00%}}#stacks_in_9549.auto-width{width:auto!important}#stacks_in_9549.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9549>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9552 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9552 p a,
#stacks_in_9552 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9552 p a:hover,
#stacks_in_9552 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9552 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9552 .paragraph a,
#stacks_in_9552 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9552 .paragraph a:hover,
#stacks_in_9552 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9552 p,
	#stacks_in_9552 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9552 p,
#stacks_in_9552 {
	margin-bottom: 0;
}


#stacks_in_9552 {
	margin: 0px 0px 24px 0px;
}

#stacks_out_9552 {
	width: 90%;
}

#stacks_in_9554 {
	letter-spacing: 1px;
}
#stacks_in_9497 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_9497 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_9497 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_9497 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_9497 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_9499{opacity:0 !important}#stacks_in_9497 > .s-pro > .sections-layer > #vid-stacks_in_9499.not-started.hide-when-played{display:none !important}#stacks_in_9497 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_9499.hide-when-played{display:none !important}#vid-stacks_in_9499{opacity:1.0}#vid-stacks_in_9499.pre-load{opacity:0}#play-stacks_in_9499{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_9499.pl-rect{height:80px}#play-stacks_in_9499.pl-square,#play-stacks_in_9499.pl-circ{height:100px}#play-stacks_in_9499.pl-circ{border-radius:50%}#play-stacks_in_9499::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_9499::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_9499:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_9499:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_9499.not-started{display:block}#play-stacks_in_9499.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_9497 .vb-stacks_in_9499.bg-none{background:transparent}#stacks_in_9497 .vb-stacks_in_9499.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_9501 > .container {
		max-width: 1140px;
	}










	#stacks_in_9501 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9501 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9503{ overflow:hidden;height:439px; } 
 #stacks_in_9504.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9504.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9504.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9504{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9504.box-pos>.s-box{overflow:hidden} #stacks_in_9504>.s-box{margin: 0px }#stacks_in_9504>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9504>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9504>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9504{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9504{max-width:100.00%}}#stacks_in_9504.auto-width{width:auto!important}#stacks_in_9504.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9504>.s-box{position:relative}      






	#stacks_in_9507 > .container {
		max-width: 1140px;
	}









	#stacks_in_9507 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9507 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9507 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9507 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9507 {
	width: 100px;
}



#stacks_in_9509 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9509 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9509 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9509 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9509 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9509 .vertical-center-wrapper {
		height: 100px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9511 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9511 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9511 svg  */

#stacks_in_9511 svg,
#stacks_in_9511 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_9511 i,
#stacks_in_9511 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9511 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9511 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9511 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_9511 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9513 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9513 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9513 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9513 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9513 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9513 h3 {
		font-size: 26px;
	}
}


#stacks_in_9513 a.foundry-header-linked,
#stacks_in_9513 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9513 a.foundry-header-linked:hover,
#stacks_in_9513 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9513 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9515 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9515 p a,
#stacks_in_9515 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9515 p a:hover,
#stacks_in_9515 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9515 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9515 .paragraph a,
#stacks_in_9515 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9515 .paragraph a:hover,
#stacks_in_9515 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9515 p,
	#stacks_in_9515 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9515 p,
#stacks_in_9515 {
	
}


#stacks_in_9515 {
	margin: 14px 0px 0px 0px;
}
/*
 * AUTHOR: JEREMY HAWES
 * NAME: Simple Position Pro
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-position/
 * Support: support@1littledesigner.com
 * Version 2.0.1
 * Description: Simple Element Positioning & Z-Index Control
 */


	#simplePosition_stacks_in_9517 {
		position: relative;
		z-index: 1;
		bottom: 0px;
		left: 0px;
		display: block;
	}
	#simplePosition_stacks_in_9517.sizeControlOn.spPercWidthOn {
		width: 100%;
	}
	#simplePosition_stacks_in_9517.sizeControlOn.spPercHeightOn {
		height: 100%; /* Most useful for Fixed position */
	}
	#simplePosition_stacks_in_9517.spPercVertOff {
		bottom: 0px;
	}
	#simplePosition_stacks_in_9517.spPercHorizOff {
		left: 0px;
	}
	#simplePosition_stacks_in_9517.spPercVertOn {
		bottom: 0%;
	}
	#simplePosition_stacks_in_9517.spPercHorizOn {
		left: 0%;
	}
	#simplePosition_stacks_in_9517.sizeControlOn.spPercWidthOff {
	width: 300px;
}
#simplePosition_stacks_in_9517.sizeControlOn.spPercHeightOff {
	height: 300px;
}
#stacks_in_9518 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9518 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9518{z-index:15}#stacks_in_9518 > .s-pro > .sections-layer{display:none}#stacks_in_9518,#stacks_out_9518{overflow:visible !important}#stacks_in_9518 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9518 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_9521.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9521.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9521.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9521{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9521.box-pos>.s-box{overflow:hidden} #stacks_in_9521>.s-box{margin: 0px }#stacks_in_9521>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9521>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9521>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9521{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9521{max-width:100.00%}}#stacks_in_9521.auto-width{width:auto!important}#stacks_in_9521.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9521>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9524 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9524 p a,
#stacks_in_9524 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9524 p a:hover,
#stacks_in_9524 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9524 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9524 .paragraph a,
#stacks_in_9524 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9524 .paragraph a:hover,
#stacks_in_9524 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9524 p,
	#stacks_in_9524 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9524 p,
#stacks_in_9524 {
	margin-bottom: 0;
}


#stacks_in_9524 {
	margin: 0px 0px 24px 0px;
}

#stacks_out_9524 {
	width: 90%;
}

#stacks_in_9526 {
	letter-spacing: 1px;
}
#stacks_in_9497 > .s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_9497 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:400ms;transition-duration:400ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_9497 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_9497 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_9497 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_9497 > .s-pro.pre-eff-stacks_in_9528.eff-fade-out >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_9497 > .s-pro.animate-stacks_in_9528.eff-fade-out >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_9497 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{}}_:-ms-fullscreen #stacks_in_9497 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_9497 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{}
#stacks_in_9494 > .s-pro.animate-stacks_in_9556 > .shear-wrapper > .shear-inner,#stacks_in_9494 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner{position:relative;overflow:hidden;border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_9494 > .s-pro.animate-stacks_in_9556 > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_9494 > .s-pro.animate-stacks_in_9556 > .shear-wrapper > .shear-inner.bot-edge,#stacks_in_9494 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_9494 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner.bot-edge{display:none}#stacks_in_9494 > .s-pro.animate-stacks_in_9556 > .shear-wrapper > .shear-inner::before,#stacks_in_9494 > .s-pro.animate-stacks_in_9556 > .shear-wrapper > .shear-inner::after,#stacks_in_9494 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::before,#stacks_in_9494 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::after{border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_9494 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_9494 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:400ms;transition-duration:400ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_9494 > .s-pro .section-box1.ani-box1{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}#stacks_in_9494 > .s-pro .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00px,0.00px) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00px,0.00px) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_9494 > .s-pro.animate-stacks_in_9556 .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00px,-10.00px) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00px,-10.00px) rotate(0.00deg) skew(0.00deg,0.00deg)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_9494 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_9494 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_9494 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
.style-pro-stacks_in_9484::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_9484:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15)  ;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15)  }.style-pro-stacks_in_9484:not(.bdr-vault)::before,.style-pro-stacks_in_9484:not(.bdr-vault)::after{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9484:not(.bdr-vault) > .sections-layer{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9484:not(.bdr-vault)::before{-webkit-transition:border 400ms ease,box-shadow 400ms ease;-webkit-transition:border 400ms ease,-webkit-box-shadow 400ms ease;transition:border 400ms ease,-webkit-box-shadow 400ms ease;transition:border 400ms ease,box-shadow 400ms ease;transition:border 400ms ease,box-shadow 400ms ease,-webkit-box-shadow 400ms ease}.style-pro-stacks_in_9484:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 0px 5px 47px -15px rgba(0, 0, 0, 0.26)  ;box-shadow: 0px 5px 47px -15px rgba(0, 0, 0, 0.26)  }.style-pro-stacks_in_9484:not(.bdr-vault):hover::before,.style-pro-stacks_in_9484:not(.bdr-vault):hover::after{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9484:not(.bdr-vault):hover > .sections-layer{border-radius: 15px 15px 15px 15px }
#s4s_flexbox_item_stacks_in_9557 {
  
  flex-grow: 0;
  flex-basis: 30%;
  flex-shrink: 1;
  align-self: auto;
  min-height: 100%;
  background-color: rgba(246, 247, 249, 0.00);
  padding: 0px;
  margin: 0px 0px 25px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 15px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9557 {
    
    flex-grow: 0;
    flex-basis: 30%;
    flex-shrink: 1;
    align-self: auto;
    min-height: 100%;
  }
}

#stacks_in_9560 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9560 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:99}#stacks_in_9560{z-index:99}#stacks_in_9560 > .s-pro > .sections-layer{display:none}#stacks_in_9560,#stacks_out_9560{overflow:visible !important}#stacks_in_9560 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9560 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9560 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9564 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9564{z-index:99}#stacks_in_9564 > .s-pro > .sections-layer{display:none}#stacks_in_9564 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9564 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9564 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9567 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9567 > .s-pro > .sections-layer{display:none}#stacks_in_9567 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9567 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9567 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9570 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9570 > .s-pro > .sections-layer{display:none}#stacks_in_9570 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9570 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9570 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9573 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9573 > .s-pro > .sections-layer{display:none}#stacks_in_9573 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9573 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9573 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}






	#stacks_in_9605 > .container {
		max-width: 100%;
	}










	#stacks_in_9605 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9605 {
	background-color: rgba(241, 242, 245, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9607{ overflow:hidden;height:439px; } 
 #stacks_in_9608.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9608.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9608.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9608{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9608.box-pos>.s-box{overflow:hidden} #stacks_in_9608>.s-box{margin: 0px }#stacks_in_9608>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9608>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9608>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9608{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9608{max-width:100.00%}}#stacks_in_9608.auto-width{width:auto!important}#stacks_in_9608.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9608>.s-box{position:relative}      






	#stacks_in_9611 > .container {
		max-width: 1140px;
	}









	#stacks_in_9611 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9611 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9611 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9611 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9611 {
	width: 100px;
}



#stacks_in_9613 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9613 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9613 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9613 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9613 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9613 .vertical-center-wrapper {
		height: 100px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9615 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9615 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9615 svg  */

#stacks_in_9615 svg,
#stacks_in_9615 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_9615 i,
#stacks_in_9615 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9615 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9615 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9615 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_9615 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9617 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9617 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9617 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9617 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9617 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9617 h3 {
		font-size: 26px;
	}
}


#stacks_in_9617 a.foundry-header-linked,
#stacks_in_9617 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9617 a.foundry-header-linked:hover,
#stacks_in_9617 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9617 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9619 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9619 p a,
#stacks_in_9619 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9619 p a:hover,
#stacks_in_9619 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9619 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9619 .paragraph a,
#stacks_in_9619 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9619 .paragraph a:hover,
#stacks_in_9619 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9619 p,
	#stacks_in_9619 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9619 p,
#stacks_in_9619 {
	
}


#stacks_in_9619 {
	margin: 14px 0px 0px 0px;
}
/*
 * AUTHOR: JEREMY HAWES
 * NAME: Simple Position Pro
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-position/
 * Support: support@1littledesigner.com
 * Version 2.0.1
 * Description: Simple Element Positioning & Z-Index Control
 */


	#simplePosition_stacks_in_9621 {
		position: relative;
		z-index: 1;
		bottom: 0px;
		left: 0px;
		display: block;
	}
	#simplePosition_stacks_in_9621.sizeControlOn.spPercWidthOn {
		width: 100%;
	}
	#simplePosition_stacks_in_9621.sizeControlOn.spPercHeightOn {
		height: 100%; /* Most useful for Fixed position */
	}
	#simplePosition_stacks_in_9621.spPercVertOff {
		bottom: 0px;
	}
	#simplePosition_stacks_in_9621.spPercHorizOff {
		left: 0px;
	}
	#simplePosition_stacks_in_9621.spPercVertOn {
		bottom: 0%;
	}
	#simplePosition_stacks_in_9621.spPercHorizOn {
		left: 0%;
	}
	#simplePosition_stacks_in_9621.sizeControlOn.spPercWidthOff {
	width: 300px;
}
#simplePosition_stacks_in_9621.sizeControlOn.spPercHeightOff {
	height: 300px;
}
#stacks_in_9622 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9622 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9622{z-index:15}#stacks_in_9622 > .s-pro > .sections-layer{display:none}#stacks_in_9622,#stacks_out_9622{overflow:visible !important}#stacks_in_9622 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9622 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_9625.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9625.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9625.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9625{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9625.box-pos>.s-box{overflow:hidden} #stacks_in_9625>.s-box{margin: 0px }#stacks_in_9625>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9625>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9625>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9625{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9625{max-width:100.00%}}#stacks_in_9625.auto-width{width:auto!important}#stacks_in_9625.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9625>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9628 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9628 p a,
#stacks_in_9628 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9628 p a:hover,
#stacks_in_9628 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9628 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9628 .paragraph a,
#stacks_in_9628 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9628 .paragraph a:hover,
#stacks_in_9628 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9628 p,
	#stacks_in_9628 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9628 p,
#stacks_in_9628 {
	margin-bottom: 0;
}


#stacks_out_9628 {
	width: 89%;
}

#stacks_in_9630 {
	letter-spacing: 1px;
}
#stacks_in_9573 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_9573 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_9573 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_9573 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_9573 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_9575{opacity:0 !important}#stacks_in_9573 > .s-pro > .sections-layer > #vid-stacks_in_9575.not-started.hide-when-played{display:none !important}#stacks_in_9573 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_9575.hide-when-played{display:none !important}#vid-stacks_in_9575{opacity:1.0}#vid-stacks_in_9575.pre-load{opacity:0}#play-stacks_in_9575{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_9575.pl-rect{height:80px}#play-stacks_in_9575.pl-square,#play-stacks_in_9575.pl-circ{height:100px}#play-stacks_in_9575.pl-circ{border-radius:50%}#play-stacks_in_9575::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_9575::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_9575:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_9575:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_9575.not-started{display:block}#play-stacks_in_9575.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_9573 .vb-stacks_in_9575.bg-none{background:transparent}#stacks_in_9573 .vb-stacks_in_9575.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_9577 > .container {
		max-width: 1140px;
	}










	#stacks_in_9577 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9577 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9579{ overflow:hidden;height:439px; } 
 #stacks_in_9580.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9580.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9580.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9580{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9580.box-pos>.s-box{overflow:hidden} #stacks_in_9580>.s-box{margin: 0px }#stacks_in_9580>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9580>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9580>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9580{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9580{max-width:100.00%}}#stacks_in_9580.auto-width{width:auto!important}#stacks_in_9580.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9580>.s-box{position:relative}      






	#stacks_in_9583 > .container {
		max-width: 1140px;
	}









	#stacks_in_9583 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9583 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9583 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9583 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9583 {
	width: 100px;
}



#stacks_in_9585 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9585 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9585 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9585 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9585 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9585 .vertical-center-wrapper {
		height: 100px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9587 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9587 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9587 svg  */

#stacks_in_9587 svg,
#stacks_in_9587 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_9587 i,
#stacks_in_9587 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9587 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9587 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9587 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_9587 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9589 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9589 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9589 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9589 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9589 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9589 h3 {
		font-size: 26px;
	}
}


#stacks_in_9589 a.foundry-header-linked,
#stacks_in_9589 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9589 a.foundry-header-linked:hover,
#stacks_in_9589 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9589 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9591 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9591 p a,
#stacks_in_9591 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9591 p a:hover,
#stacks_in_9591 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9591 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9591 .paragraph a,
#stacks_in_9591 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9591 .paragraph a:hover,
#stacks_in_9591 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9591 p,
	#stacks_in_9591 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9591 p,
#stacks_in_9591 {
	
}


#stacks_in_9591 {
	margin: 14px 0px 0px 0px;
}
/*
 * AUTHOR: JEREMY HAWES
 * NAME: Simple Position Pro
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-position/
 * Support: support@1littledesigner.com
 * Version 2.0.1
 * Description: Simple Element Positioning & Z-Index Control
 */


	#simplePosition_stacks_in_9593 {
		position: relative;
		z-index: 1;
		bottom: 0px;
		left: 0px;
		display: block;
	}
	#simplePosition_stacks_in_9593.sizeControlOn.spPercWidthOn {
		width: 100%;
	}
	#simplePosition_stacks_in_9593.sizeControlOn.spPercHeightOn {
		height: 100%; /* Most useful for Fixed position */
	}
	#simplePosition_stacks_in_9593.spPercVertOff {
		bottom: 0px;
	}
	#simplePosition_stacks_in_9593.spPercHorizOff {
		left: 0px;
	}
	#simplePosition_stacks_in_9593.spPercVertOn {
		bottom: 0%;
	}
	#simplePosition_stacks_in_9593.spPercHorizOn {
		left: 0%;
	}
	#simplePosition_stacks_in_9593.sizeControlOn.spPercWidthOff {
	width: 300px;
}
#simplePosition_stacks_in_9593.sizeControlOn.spPercHeightOff {
	height: 300px;
}
#stacks_in_9594 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9594 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9594{z-index:15}#stacks_in_9594 > .s-pro > .sections-layer{display:none}#stacks_in_9594,#stacks_out_9594{overflow:visible !important}#stacks_in_9594 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9594 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_9597.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9597.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9597.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9597{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9597.box-pos>.s-box{overflow:hidden} #stacks_in_9597>.s-box{margin: 0px }#stacks_in_9597>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9597>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9597>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9597{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9597{max-width:100.00%}}#stacks_in_9597.auto-width{width:auto!important}#stacks_in_9597.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9597>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9600 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9600 p a,
#stacks_in_9600 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9600 p a:hover,
#stacks_in_9600 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9600 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9600 .paragraph a,
#stacks_in_9600 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9600 .paragraph a:hover,
#stacks_in_9600 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9600 p,
	#stacks_in_9600 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9600 p,
#stacks_in_9600 {
	margin-bottom: 0;
}


#stacks_out_9600 {
	width: 89%;
}

#stacks_in_9602 {
	letter-spacing: 1px;
}
#stacks_in_9573 > .s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_9573 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:400ms;transition-duration:400ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_9573 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_9573 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_9573 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_9573 > .s-pro.pre-eff-stacks_in_9604.eff-fade-out >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_9573 > .s-pro.animate-stacks_in_9604.eff-fade-out >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_9573 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{}}_:-ms-fullscreen #stacks_in_9573 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_9573 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{}
#stacks_in_9570 > .s-pro.animate-stacks_in_9632 > .shear-wrapper > .shear-inner,#stacks_in_9570 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner{position:relative;overflow:hidden;border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_9570 > .s-pro.animate-stacks_in_9632 > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_9570 > .s-pro.animate-stacks_in_9632 > .shear-wrapper > .shear-inner.bot-edge,#stacks_in_9570 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_9570 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner.bot-edge{display:none}#stacks_in_9570 > .s-pro.animate-stacks_in_9632 > .shear-wrapper > .shear-inner::before,#stacks_in_9570 > .s-pro.animate-stacks_in_9632 > .shear-wrapper > .shear-inner::after,#stacks_in_9570 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::before,#stacks_in_9570 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::after{border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_9570 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_9570 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:400ms;transition-duration:400ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_9570 > .s-pro .section-box1.ani-box1{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}#stacks_in_9570 > .s-pro .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00px,0.00px) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00px,0.00px) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_9570 > .s-pro.animate-stacks_in_9632 .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00px,-10.00px) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00px,-10.00px) rotate(0.00deg) skew(0.00deg,0.00deg)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_9570 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_9570 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_9570 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
.style-pro-stacks_in_9560::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_9560:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15)  ;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15)  }.style-pro-stacks_in_9560:not(.bdr-vault)::before,.style-pro-stacks_in_9560:not(.bdr-vault)::after{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9560:not(.bdr-vault) > .sections-layer{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9560:not(.bdr-vault)::before{-webkit-transition:border 400ms ease,box-shadow 400ms ease;-webkit-transition:border 400ms ease,-webkit-box-shadow 400ms ease;transition:border 400ms ease,-webkit-box-shadow 400ms ease;transition:border 400ms ease,box-shadow 400ms ease;transition:border 400ms ease,box-shadow 400ms ease,-webkit-box-shadow 400ms ease}.style-pro-stacks_in_9560:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 0px 5px 47px -15px rgba(0, 0, 0, 0.26)  ;box-shadow: 0px 5px 47px -15px rgba(0, 0, 0, 0.26)  }.style-pro-stacks_in_9560:not(.bdr-vault):hover::before,.style-pro-stacks_in_9560:not(.bdr-vault):hover::after{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9560:not(.bdr-vault):hover > .sections-layer{border-radius: 15px 15px 15px 15px }
#s4s_flexbox_item_stacks_in_9633 {
  
  flex-grow: 0;
  flex-basis: 30%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(255, 255, 255, 0.00);
  padding: 0px;
  margin: 0px 0px 25px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 15px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9633 {
    
    flex-grow: 0;
    flex-basis: 30%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_9636 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9636 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:99}#stacks_in_9636{z-index:99}#stacks_in_9636 > .s-pro > .sections-layer{display:none}#stacks_in_9636,#stacks_out_9636{overflow:visible !important}#stacks_in_9636 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9636 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9636 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9640 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9640{z-index:99}#stacks_in_9640 > .s-pro > .sections-layer{display:none}#stacks_in_9640 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9640 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9640 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9643 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9643 > .s-pro > .sections-layer{display:none}#stacks_in_9643 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9643 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9643 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9646 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9646 > .s-pro > .sections-layer{display:none}#stacks_in_9646 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9646 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9646 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9650 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9650 > .s-pro > .sections-layer{display:none}#stacks_in_9650 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9650 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9650 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}






	#stacks_in_9680 > .container {
		max-width: 100%;
	}










	#stacks_in_9680 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9680 {
	background-color: rgba(241, 242, 245, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9682{ overflow:hidden;height:439px; } 
 #stacks_in_9683.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9683.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9683.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9683{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9683.box-pos>.s-box{overflow:hidden} #stacks_in_9683>.s-box{margin: 0px }#stacks_in_9683>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9683>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9683>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9683{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9683{max-width:100.00%}}#stacks_in_9683.auto-width{width:auto!important}#stacks_in_9683.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9683>.s-box{position:relative}      






	#stacks_in_9686 > .container {
		max-width: 1140px;
	}









	#stacks_in_9686 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9686 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9686 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9686 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9686 {
	width: 100px;
}



#stacks_in_9688 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9688 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9688 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9688 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9688 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9688 .vertical-center-wrapper {
		height: 100px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9690 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9690 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9690 svg  */

#stacks_in_9690 svg,
#stacks_in_9690 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_9690 i,
#stacks_in_9690 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9690 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9690 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9690 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_9690 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9692 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9692 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9692 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9692 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9692 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9692 h3 {
		font-size: 26px;
	}
}


#stacks_in_9692 a.foundry-header-linked,
#stacks_in_9692 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9692 a.foundry-header-linked:hover,
#stacks_in_9692 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9692 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9694 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9694 p a,
#stacks_in_9694 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9694 p a:hover,
#stacks_in_9694 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9694 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9694 .paragraph a,
#stacks_in_9694 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9694 .paragraph a:hover,
#stacks_in_9694 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9694 p,
	#stacks_in_9694 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9694 p,
#stacks_in_9694 {
	
}


#stacks_in_9694 {
	margin: 14px 0px 0px 0px;
}
#stacks_in_9696 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9696 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9696{z-index:15}#stacks_in_9696 > .s-pro > .sections-layer{display:none}#stacks_in_9696,#stacks_out_9696{overflow:visible !important}#stacks_in_9696 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9696 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_9699.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9699.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9699.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9699{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9699.box-pos>.s-box{overflow:hidden} #stacks_in_9699>.s-box{margin: 0px }#stacks_in_9699>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9699>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9699>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9699{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9699{max-width:100.00%}}#stacks_in_9699.auto-width{width:auto!important}#stacks_in_9699.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9699>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9702 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9702 p a,
#stacks_in_9702 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9702 p a:hover,
#stacks_in_9702 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9702 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9702 .paragraph a,
#stacks_in_9702 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9702 .paragraph a:hover,
#stacks_in_9702 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9702 p,
	#stacks_in_9702 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9702 p,
#stacks_in_9702 {
	margin-bottom: 0;
}


#stacks_out_9702 {
	width: 90%;
}

#stacks_in_9704 {
	letter-spacing: 1px;
}
#stacks_in_9650 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_9650 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_9650 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_9650 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_9650 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_9652{opacity:0 !important}#stacks_in_9650 > .s-pro > .sections-layer > #vid-stacks_in_9652.not-started.hide-when-played{display:none !important}#stacks_in_9650 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_9652.hide-when-played{display:none !important}#vid-stacks_in_9652{opacity:1.0}#vid-stacks_in_9652.pre-load{opacity:0}#play-stacks_in_9652{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_9652.pl-rect{height:80px}#play-stacks_in_9652.pl-square,#play-stacks_in_9652.pl-circ{height:100px}#play-stacks_in_9652.pl-circ{border-radius:50%}#play-stacks_in_9652::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_9652::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_9652:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_9652:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_9652.not-started{display:block}#play-stacks_in_9652.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_9650 .vb-stacks_in_9652.bg-none{background:transparent}#stacks_in_9650 .vb-stacks_in_9652.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_9654 > .container {
		max-width: 1140px;
	}










	#stacks_in_9654 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9654 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9656{ overflow:hidden;height:439px; } 
 #stacks_in_9657.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9657.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9657.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9657{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9657.box-pos>.s-box{overflow:hidden} #stacks_in_9657>.s-box{margin: 0px }#stacks_in_9657>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9657>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9657>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9657{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9657{max-width:100.00%}}#stacks_in_9657.auto-width{width:auto!important}#stacks_in_9657.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9657>.s-box{position:relative}      






	#stacks_in_9660 > .container {
		max-width: 1140px;
	}









	#stacks_in_9660 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9660 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9660 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9660 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9660 {
	width: 100px;
}



#stacks_in_9662 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9662 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9662 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9662 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9662 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9662 .vertical-center-wrapper {
		height: 100px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9664 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9664 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9664 svg  */

#stacks_in_9664 svg,
#stacks_in_9664 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_9664 i,
#stacks_in_9664 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9664 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9664 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9664 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_9664 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9666 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9666 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9666 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9666 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9666 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9666 h3 {
		font-size: 26px;
	}
}


#stacks_in_9666 a.foundry-header-linked,
#stacks_in_9666 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9666 a.foundry-header-linked:hover,
#stacks_in_9666 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9666 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9668 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9668 p a,
#stacks_in_9668 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9668 p a:hover,
#stacks_in_9668 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9668 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9668 .paragraph a,
#stacks_in_9668 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9668 .paragraph a:hover,
#stacks_in_9668 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9668 p,
	#stacks_in_9668 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9668 p,
#stacks_in_9668 {
	
}


#stacks_in_9668 {
	margin: 14px 0px 0px 0px;
}
#stacks_in_9670 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9670 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9670{z-index:15}#stacks_in_9670 > .s-pro > .sections-layer{display:none}#stacks_in_9670,#stacks_out_9670{overflow:visible !important}#stacks_in_9670 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9670 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_9673.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9673.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9673.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9673{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9673.box-pos>.s-box{overflow:hidden} #stacks_in_9673>.s-box{margin: 0px }#stacks_in_9673>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9673>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9673>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9673{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9673{max-width:100.00%}}#stacks_in_9673.auto-width{width:auto!important}#stacks_in_9673.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9673>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9676 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9676 p a,
#stacks_in_9676 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9676 p a:hover,
#stacks_in_9676 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9676 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9676 .paragraph a,
#stacks_in_9676 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9676 .paragraph a:hover,
#stacks_in_9676 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9676 p,
	#stacks_in_9676 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9676 p,
#stacks_in_9676 {
	margin-bottom: 0;
}


#stacks_out_9676 {
	width: 90%;
}

#stacks_in_9678 {
	letter-spacing: 1px;
}
#stacks_in_9650 > .s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_9650 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:400ms;transition-duration:400ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_9650 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_9650 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_9650 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_9650 > .s-pro.pre-eff-stacks_in_9679.eff-fade-out >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_9650 > .s-pro.animate-stacks_in_9679.eff-fade-out >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_9650 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{}}_:-ms-fullscreen #stacks_in_9650 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_9650 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{}
#stacks_in_9646 > .s-pro.animate-stacks_in_9648 > .shear-wrapper > .shear-inner,#stacks_in_9646 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner{position:relative;overflow:hidden;border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_9646 > .s-pro.animate-stacks_in_9648 > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_9646 > .s-pro.animate-stacks_in_9648 > .shear-wrapper > .shear-inner.bot-edge,#stacks_in_9646 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_9646 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner.bot-edge{display:none}#stacks_in_9646 > .s-pro.animate-stacks_in_9648 > .shear-wrapper > .shear-inner::before,#stacks_in_9646 > .s-pro.animate-stacks_in_9648 > .shear-wrapper > .shear-inner::after,#stacks_in_9646 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::before,#stacks_in_9646 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::after{border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_9646 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_9646 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:400ms;transition-duration:400ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_9646 > .s-pro .section-box1.ani-box1{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}#stacks_in_9646 > .s-pro .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00px,0.00px) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00px,0.00px) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_9646 > .s-pro.animate-stacks_in_9648 .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00px,-10.00px) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00px,-10.00px) rotate(0.00deg) skew(0.00deg,0.00deg)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_9646 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_9646 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_9646 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
.style-pro-stacks_in_9636::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_9636:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15)  ;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15)  }.style-pro-stacks_in_9636:not(.bdr-vault)::before,.style-pro-stacks_in_9636:not(.bdr-vault)::after{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9636:not(.bdr-vault) > .sections-layer{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9636:not(.bdr-vault)::before{-webkit-transition:border 400ms ease,box-shadow 400ms ease;-webkit-transition:border 400ms ease,-webkit-box-shadow 400ms ease;transition:border 400ms ease,-webkit-box-shadow 400ms ease;transition:border 400ms ease,box-shadow 400ms ease;transition:border 400ms ease,box-shadow 400ms ease,-webkit-box-shadow 400ms ease}.style-pro-stacks_in_9636:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 0px 5px 47px -15px rgba(0, 0, 0, 0.26)  ;box-shadow: 0px 5px 47px -15px rgba(0, 0, 0, 0.26)  }.style-pro-stacks_in_9636:not(.bdr-vault):hover::before,.style-pro-stacks_in_9636:not(.bdr-vault):hover::after{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9636:not(.bdr-vault):hover > .sections-layer{border-radius: 15px 15px 15px 15px }
@media screen and (min-width:1250px){#stacks_in_9474{display:none}}
@media screen and (max-width:991px){#stacks_in_9474{display:none}}
#stacks_in_9719 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9719 > .s-pro > .sections-layer{display:none}#stacks_in_9719 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9719 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}






	#stacks_in_9722 > .container {
		max-width: 1200px;
	}










	#stacks_in_9722 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9722 {
	margin: 0px 0px 20px 0px;
}

#s4s_flexbox_stack_stacks_in_9724 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: normal;
	min-height: 100%;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_9724 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: stretch;
		align-content: normal;
		min-height: 100%;
	}
}
#s4s_flexbox_item_stacks_in_9725 {
  
  flex-grow: 0;
  flex-basis: 375px;
  flex-shrink: 1;
  align-self: auto;
  min-height: 100%;
  background-color: rgba(246, 247, 249, 0.00);
  padding: 0px;
  margin: 0px 20px 25px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 15px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9725 {
    
    flex-grow: 0;
    flex-basis: 375px;
    flex-shrink: 1;
    align-self: auto;
    min-height: 100%;
  }
}

#stacks_in_9728 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9728 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:99}#stacks_in_9728{z-index:99}#stacks_in_9728 > .s-pro > .sections-layer{display:none}#stacks_in_9728,#stacks_out_9728{overflow:visible !important}#stacks_in_9728 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9728 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9728 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9732 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9732{z-index:99}#stacks_in_9732 > .s-pro > .sections-layer{display:none}#stacks_in_9732 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9732 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9732 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9735 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9735 > .s-pro > .sections-layer{display:none}#stacks_in_9735 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9735 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9735 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9738 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9738 > .s-pro > .sections-layer{display:none}#stacks_in_9738 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9738 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9738 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9742 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9742 > .s-pro > .sections-layer{display:none}#stacks_in_9742 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9742 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9742 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}






	#stacks_in_9774 > .container {
		max-width: 100%;
	}










	#stacks_in_9774 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9774 {
	background-color: rgba(241, 242, 245, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9776{ overflow:hidden;height:407px; } 
 #stacks_in_9777.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9777.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9777.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9777{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9777.box-pos>.s-box{overflow:hidden} #stacks_in_9777>.s-box{margin: 0px }#stacks_in_9777>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9777>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9777>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9777{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9777{max-width:100.00%}}#stacks_in_9777.auto-width{width:auto!important}#stacks_in_9777.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9777>.s-box{position:relative}      






	#stacks_in_9780 > .container {
		max-width: 1140px;
	}









	#stacks_in_9780 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9780 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9780 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9780 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9780 {
	width: 100px;
}



#stacks_in_9782 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9782 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9782 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9782 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9782 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9782 .vertical-center-wrapper {
		height: 100px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9784 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9784 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9784 svg  */

#stacks_in_9784 svg,
#stacks_in_9784 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_9784 i,
#stacks_in_9784 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9784 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9784 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9784 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_9784 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9786 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9786 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9786 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9786 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9786 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9786 h3 {
		font-size: 26px;
	}
}


#stacks_in_9786 a.foundry-header-linked,
#stacks_in_9786 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9786 a.foundry-header-linked:hover,
#stacks_in_9786 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9786 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9788 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9788 p a,
#stacks_in_9788 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9788 p a:hover,
#stacks_in_9788 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9788 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9788 .paragraph a,
#stacks_in_9788 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9788 .paragraph a:hover,
#stacks_in_9788 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9788 p,
	#stacks_in_9788 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9788 p,
#stacks_in_9788 {
	
}


#stacks_in_9788 {
	margin: 14px 0px 0px 0px;
}

#stacks_out_9788 {
	width: 85%;
}
/*
 * AUTHOR: JEREMY HAWES
 * NAME: Simple Position Pro
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-position/
 * Support: support@1littledesigner.com
 * Version 2.0.1
 * Description: Simple Element Positioning & Z-Index Control
 */


	#simplePosition_stacks_in_9790 {
		position: relative;
		z-index: 1;
		bottom: 0px;
		left: 0px;
		display: block;
	}
	#simplePosition_stacks_in_9790.sizeControlOn.spPercWidthOn {
		width: 100%;
	}
	#simplePosition_stacks_in_9790.sizeControlOn.spPercHeightOn {
		height: 100%; /* Most useful for Fixed position */
	}
	#simplePosition_stacks_in_9790.spPercVertOff {
		bottom: 0px;
	}
	#simplePosition_stacks_in_9790.spPercHorizOff {
		left: 0px;
	}
	#simplePosition_stacks_in_9790.spPercVertOn {
		bottom: 0%;
	}
	#simplePosition_stacks_in_9790.spPercHorizOn {
		left: 0%;
	}
	#simplePosition_stacks_in_9790.sizeControlOn.spPercWidthOff {
	width: 300px;
}
#simplePosition_stacks_in_9790.sizeControlOn.spPercHeightOff {
	height: 300px;
}
#stacks_in_9791 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9791 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9791{z-index:15}#stacks_in_9791 > .s-pro > .sections-layer{display:none}#stacks_in_9791,#stacks_out_9791{overflow:visible !important}#stacks_in_9791 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9791 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_9794.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9794.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9794.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9794{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9794.box-pos>.s-box{overflow:hidden} #stacks_in_9794>.s-box{margin: 0px }#stacks_in_9794>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9794>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9794>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9794{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9794{max-width:100.00%}}#stacks_in_9794.auto-width{width:auto!important}#stacks_in_9794.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9794>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9797 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9797 p a,
#stacks_in_9797 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9797 p a:hover,
#stacks_in_9797 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9797 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9797 .paragraph a,
#stacks_in_9797 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9797 .paragraph a:hover,
#stacks_in_9797 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9797 p,
	#stacks_in_9797 {
		font-size: 15px;
	}
	

	
	
	
	
	



#stacks_in_9797 p,
#stacks_in_9797 {
	margin-bottom: 0;
}


#stacks_out_9797 {
	width: 90%;
}

#stacks_in_9799 {
	letter-spacing: 1px;
}
#stacks_in_9742 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_9742 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_9742 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_9742 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_9742 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_9744{opacity:0 !important}#stacks_in_9742 > .s-pro > .sections-layer > #vid-stacks_in_9744.not-started.hide-when-played{display:none !important}#stacks_in_9742 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_9744.hide-when-played{display:none !important}#vid-stacks_in_9744{opacity:1.0}#vid-stacks_in_9744.pre-load{opacity:0}#play-stacks_in_9744{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_9744.pl-rect{height:80px}#play-stacks_in_9744.pl-square,#play-stacks_in_9744.pl-circ{height:100px}#play-stacks_in_9744.pl-circ{border-radius:50%}#play-stacks_in_9744::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_9744::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_9744:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_9744:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_9744.not-started{display:block}#play-stacks_in_9744.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_9742 .vb-stacks_in_9744.bg-none{background:transparent}#stacks_in_9742 .vb-stacks_in_9744.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_9746 > .container {
		max-width: 1140px;
	}










	#stacks_in_9746 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9746 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9748{ overflow:hidden;height:407px; } 
 #stacks_in_9749.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9749.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9749.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9749{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9749.box-pos>.s-box{overflow:hidden} #stacks_in_9749>.s-box{margin: 0px }#stacks_in_9749>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9749>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9749>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9749{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9749{max-width:100.00%}}#stacks_in_9749.auto-width{width:auto!important}#stacks_in_9749.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9749>.s-box{position:relative}      






	#stacks_in_9752 > .container {
		max-width: 1140px;
	}









	#stacks_in_9752 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9752 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9752 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9752 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9752 {
	width: 100px;
}



#stacks_in_9754 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9754 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9754 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9754 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9754 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9754 .vertical-center-wrapper {
		height: 100px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9756 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9756 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9756 svg  */

#stacks_in_9756 svg,
#stacks_in_9756 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_9756 i,
#stacks_in_9756 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9756 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9756 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9756 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_9756 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9758 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9758 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9758 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9758 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9758 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9758 h3 {
		font-size: 26px;
	}
}


#stacks_in_9758 a.foundry-header-linked,
#stacks_in_9758 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9758 a.foundry-header-linked:hover,
#stacks_in_9758 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9758 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9760 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9760 p a,
#stacks_in_9760 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9760 p a:hover,
#stacks_in_9760 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9760 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9760 .paragraph a,
#stacks_in_9760 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9760 .paragraph a:hover,
#stacks_in_9760 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9760 p,
	#stacks_in_9760 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9760 p,
#stacks_in_9760 {
	
}


#stacks_in_9760 {
	margin: 14px 0px 0px 0px;
}

#stacks_out_9760 {
	width: 85%;
}
/*
 * AUTHOR: JEREMY HAWES
 * NAME: Simple Position Pro
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-position/
 * Support: support@1littledesigner.com
 * Version 2.0.1
 * Description: Simple Element Positioning & Z-Index Control
 */


	#simplePosition_stacks_in_9762 {
		position: relative;
		z-index: 1;
		bottom: 0px;
		left: 0px;
		display: block;
	}
	#simplePosition_stacks_in_9762.sizeControlOn.spPercWidthOn {
		width: 100%;
	}
	#simplePosition_stacks_in_9762.sizeControlOn.spPercHeightOn {
		height: 100%; /* Most useful for Fixed position */
	}
	#simplePosition_stacks_in_9762.spPercVertOff {
		bottom: 0px;
	}
	#simplePosition_stacks_in_9762.spPercHorizOff {
		left: 0px;
	}
	#simplePosition_stacks_in_9762.spPercVertOn {
		bottom: 0%;
	}
	#simplePosition_stacks_in_9762.spPercHorizOn {
		left: 0%;
	}
	#simplePosition_stacks_in_9762.sizeControlOn.spPercWidthOff {
	width: 300px;
}
#simplePosition_stacks_in_9762.sizeControlOn.spPercHeightOff {
	height: 300px;
}
#stacks_in_9763 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9763 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9763{z-index:15}#stacks_in_9763 > .s-pro > .sections-layer{display:none}#stacks_in_9763,#stacks_out_9763{overflow:visible !important}#stacks_in_9763 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9763 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_9766.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9766.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9766.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9766{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9766.box-pos>.s-box{overflow:hidden} #stacks_in_9766>.s-box{margin: 0px }#stacks_in_9766>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9766>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9766>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9766{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9766{max-width:100.00%}}#stacks_in_9766.auto-width{width:auto!important}#stacks_in_9766.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9766>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9769 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9769 p a,
#stacks_in_9769 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9769 p a:hover,
#stacks_in_9769 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9769 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9769 .paragraph a,
#stacks_in_9769 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9769 .paragraph a:hover,
#stacks_in_9769 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9769 p,
	#stacks_in_9769 {
		font-size: 15px;
	}
	

	
	
	
	
	



#stacks_in_9769 p,
#stacks_in_9769 {
	margin-bottom: 0;
}


#stacks_out_9769 {
	width: 90%;
}

#stacks_in_9771 {
	letter-spacing: 1px;
}
#stacks_in_9742 > .s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_9742 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:400ms;transition-duration:400ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_9742 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_9742 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_9742 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_9742 > .s-pro.pre-eff-stacks_in_9773.eff-fade-out >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_9742 > .s-pro.animate-stacks_in_9773.eff-fade-out >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_9742 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{}}_:-ms-fullscreen #stacks_in_9742 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_9742 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{}
#stacks_in_9738 > .s-pro.animate-stacks_in_9740 > .shear-wrapper > .shear-inner,#stacks_in_9738 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner{position:relative;overflow:hidden;border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_9738 > .s-pro.animate-stacks_in_9740 > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_9738 > .s-pro.animate-stacks_in_9740 > .shear-wrapper > .shear-inner.bot-edge,#stacks_in_9738 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_9738 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner.bot-edge{display:none}#stacks_in_9738 > .s-pro.animate-stacks_in_9740 > .shear-wrapper > .shear-inner::before,#stacks_in_9738 > .s-pro.animate-stacks_in_9740 > .shear-wrapper > .shear-inner::after,#stacks_in_9738 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::before,#stacks_in_9738 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::after{border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_9738 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_9738 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:400ms;transition-duration:400ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_9738 > .s-pro .section-box1.ani-box1{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}#stacks_in_9738 > .s-pro .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00px,0.00px) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00px,0.00px) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_9738 > .s-pro.animate-stacks_in_9740 .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00px,-10.00px) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00px,-10.00px) rotate(0.00deg) skew(0.00deg,0.00deg)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_9738 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_9738 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_9738 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
.style-pro-stacks_in_9728::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_9728:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15)  ;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15)  }.style-pro-stacks_in_9728:not(.bdr-vault)::before,.style-pro-stacks_in_9728:not(.bdr-vault)::after{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9728:not(.bdr-vault) > .sections-layer{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9728:not(.bdr-vault)::before{-webkit-transition:border 400ms ease,box-shadow 400ms ease;-webkit-transition:border 400ms ease,-webkit-box-shadow 400ms ease;transition:border 400ms ease,-webkit-box-shadow 400ms ease;transition:border 400ms ease,box-shadow 400ms ease;transition:border 400ms ease,box-shadow 400ms ease,-webkit-box-shadow 400ms ease}.style-pro-stacks_in_9728:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 0px 5px 47px -15px rgba(0, 0, 0, 0.26)  ;box-shadow: 0px 5px 47px -15px rgba(0, 0, 0, 0.26)  }.style-pro-stacks_in_9728:not(.bdr-vault):hover::before,.style-pro-stacks_in_9728:not(.bdr-vault):hover::after{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9728:not(.bdr-vault):hover > .sections-layer{border-radius: 15px 15px 15px 15px }
#s4s_flexbox_item_stacks_in_9801 {
  
  flex-grow: 0;
  flex-basis: 375px;
  flex-shrink: 1;
  align-self: auto;
  min-height: 100%;
  background-color: rgba(246, 247, 249, 0.00);
  padding: 0px;
  margin: 0px 10px 25px 10px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 15px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9801 {
    
    flex-grow: 0;
    flex-basis: 375px;
    flex-shrink: 1;
    align-self: auto;
    min-height: 100%;
  }
}

#stacks_in_9804 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9804 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:99}#stacks_in_9804{z-index:99}#stacks_in_9804 > .s-pro > .sections-layer{display:none}#stacks_in_9804,#stacks_out_9804{overflow:visible !important}#stacks_in_9804 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9804 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9804 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9808 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9808{z-index:99}#stacks_in_9808 > .s-pro > .sections-layer{display:none}#stacks_in_9808 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9808 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9808 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9811 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9811 > .s-pro > .sections-layer{display:none}#stacks_in_9811 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9811 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9811 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9814 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9814 > .s-pro > .sections-layer{display:none}#stacks_in_9814 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9814 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9814 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9818 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9818 > .s-pro > .sections-layer{display:none}#stacks_in_9818 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9818 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9818 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}






	#stacks_in_9850 > .container {
		max-width: 100%;
	}










	#stacks_in_9850 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9850 {
	background-color: rgba(241, 242, 245, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9852{ overflow:hidden;height:407px; } 
 #stacks_in_9853.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9853.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9853.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9853{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9853.box-pos>.s-box{overflow:hidden} #stacks_in_9853>.s-box{margin: 0px }#stacks_in_9853>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9853>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9853>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9853{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9853{max-width:100.00%}}#stacks_in_9853.auto-width{width:auto!important}#stacks_in_9853.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9853>.s-box{position:relative}      






	#stacks_in_9856 > .container {
		max-width: 1140px;
	}









	#stacks_in_9856 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9856 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9856 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9856 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9856 {
	width: 100px;
}



#stacks_in_9858 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9858 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9858 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9858 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9858 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9858 .vertical-center-wrapper {
		height: 100px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9860 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9860 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9860 svg  */

#stacks_in_9860 svg,
#stacks_in_9860 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_9860 i,
#stacks_in_9860 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9860 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9860 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9860 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_9860 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9862 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9862 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9862 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9862 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9862 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9862 h3 {
		font-size: 26px;
	}
}


#stacks_in_9862 a.foundry-header-linked,
#stacks_in_9862 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9862 a.foundry-header-linked:hover,
#stacks_in_9862 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9862 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9864 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9864 p a,
#stacks_in_9864 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9864 p a:hover,
#stacks_in_9864 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9864 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9864 .paragraph a,
#stacks_in_9864 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9864 .paragraph a:hover,
#stacks_in_9864 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9864 p,
	#stacks_in_9864 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9864 p,
#stacks_in_9864 {
	
}


#stacks_in_9864 {
	margin: 14px 0px 0px 0px;
}

#stacks_out_9864 {
	width: 85%;
}
/*
 * AUTHOR: JEREMY HAWES
 * NAME: Simple Position Pro
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-position/
 * Support: support@1littledesigner.com
 * Version 2.0.1
 * Description: Simple Element Positioning & Z-Index Control
 */


	#simplePosition_stacks_in_9866 {
		position: relative;
		z-index: 1;
		bottom: 0px;
		left: 0px;
		display: block;
	}
	#simplePosition_stacks_in_9866.sizeControlOn.spPercWidthOn {
		width: 100%;
	}
	#simplePosition_stacks_in_9866.sizeControlOn.spPercHeightOn {
		height: 100%; /* Most useful for Fixed position */
	}
	#simplePosition_stacks_in_9866.spPercVertOff {
		bottom: 0px;
	}
	#simplePosition_stacks_in_9866.spPercHorizOff {
		left: 0px;
	}
	#simplePosition_stacks_in_9866.spPercVertOn {
		bottom: 0%;
	}
	#simplePosition_stacks_in_9866.spPercHorizOn {
		left: 0%;
	}
	#simplePosition_stacks_in_9866.sizeControlOn.spPercWidthOff {
	width: 300px;
}
#simplePosition_stacks_in_9866.sizeControlOn.spPercHeightOff {
	height: 300px;
}
#stacks_in_9867 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9867 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9867{z-index:15}#stacks_in_9867 > .s-pro > .sections-layer{display:none}#stacks_in_9867,#stacks_out_9867{overflow:visible !important}#stacks_in_9867 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9867 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_9870.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9870.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9870.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9870{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9870.box-pos>.s-box{overflow:hidden} #stacks_in_9870>.s-box{margin: 0px }#stacks_in_9870>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9870>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9870>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9870{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9870{max-width:100.00%}}#stacks_in_9870.auto-width{width:auto!important}#stacks_in_9870.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9870>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9873 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9873 p a,
#stacks_in_9873 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9873 p a:hover,
#stacks_in_9873 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9873 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9873 .paragraph a,
#stacks_in_9873 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9873 .paragraph a:hover,
#stacks_in_9873 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9873 p,
	#stacks_in_9873 {
		font-size: 15px;
	}
	

	
	
	
	
	



#stacks_in_9873 p,
#stacks_in_9873 {
	margin-bottom: 0;
}


#stacks_out_9873 {
	width: 89%;
}

#stacks_in_9875 {
	letter-spacing: 1px;
}
#stacks_in_9818 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_9818 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_9818 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_9818 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_9818 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_9820{opacity:0 !important}#stacks_in_9818 > .s-pro > .sections-layer > #vid-stacks_in_9820.not-started.hide-when-played{display:none !important}#stacks_in_9818 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_9820.hide-when-played{display:none !important}#vid-stacks_in_9820{opacity:1.0}#vid-stacks_in_9820.pre-load{opacity:0}#play-stacks_in_9820{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_9820.pl-rect{height:80px}#play-stacks_in_9820.pl-square,#play-stacks_in_9820.pl-circ{height:100px}#play-stacks_in_9820.pl-circ{border-radius:50%}#play-stacks_in_9820::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_9820::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_9820:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_9820:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_9820.not-started{display:block}#play-stacks_in_9820.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_9818 .vb-stacks_in_9820.bg-none{background:transparent}#stacks_in_9818 .vb-stacks_in_9820.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_9822 > .container {
		max-width: 1140px;
	}










	#stacks_in_9822 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9822 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9824{ overflow:hidden;height:407px; } 
 #stacks_in_9825.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9825.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9825.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9825{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9825.box-pos>.s-box{overflow:hidden} #stacks_in_9825>.s-box{margin: 0px }#stacks_in_9825>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9825>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9825>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9825{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9825{max-width:100.00%}}#stacks_in_9825.auto-width{width:auto!important}#stacks_in_9825.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9825>.s-box{position:relative}      






	#stacks_in_9828 > .container {
		max-width: 1140px;
	}









	#stacks_in_9828 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9828 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9828 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9828 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9828 {
	width: 100px;
}



#stacks_in_9830 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9830 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9830 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9830 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9830 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9830 .vertical-center-wrapper {
		height: 100px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9832 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9832 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9832 svg  */

#stacks_in_9832 svg,
#stacks_in_9832 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_9832 i,
#stacks_in_9832 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9832 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9832 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9832 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_9832 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9834 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9834 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9834 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9834 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9834 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9834 h3 {
		font-size: 26px;
	}
}


#stacks_in_9834 a.foundry-header-linked,
#stacks_in_9834 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9834 a.foundry-header-linked:hover,
#stacks_in_9834 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9834 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9836 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9836 p a,
#stacks_in_9836 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9836 p a:hover,
#stacks_in_9836 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9836 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9836 .paragraph a,
#stacks_in_9836 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9836 .paragraph a:hover,
#stacks_in_9836 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9836 p,
	#stacks_in_9836 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9836 p,
#stacks_in_9836 {
	
}


#stacks_in_9836 {
	margin: 14px 0px 0px 0px;
}

#stacks_out_9836 {
	width: 85%;
}
/*
 * AUTHOR: JEREMY HAWES
 * NAME: Simple Position Pro
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-position/
 * Support: support@1littledesigner.com
 * Version 2.0.1
 * Description: Simple Element Positioning & Z-Index Control
 */


	#simplePosition_stacks_in_9838 {
		position: relative;
		z-index: 1;
		bottom: 0px;
		left: 0px;
		display: block;
	}
	#simplePosition_stacks_in_9838.sizeControlOn.spPercWidthOn {
		width: 100%;
	}
	#simplePosition_stacks_in_9838.sizeControlOn.spPercHeightOn {
		height: 100%; /* Most useful for Fixed position */
	}
	#simplePosition_stacks_in_9838.spPercVertOff {
		bottom: 0px;
	}
	#simplePosition_stacks_in_9838.spPercHorizOff {
		left: 0px;
	}
	#simplePosition_stacks_in_9838.spPercVertOn {
		bottom: 0%;
	}
	#simplePosition_stacks_in_9838.spPercHorizOn {
		left: 0%;
	}
	#simplePosition_stacks_in_9838.sizeControlOn.spPercWidthOff {
	width: 300px;
}
#simplePosition_stacks_in_9838.sizeControlOn.spPercHeightOff {
	height: 300px;
}
#stacks_in_9839 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9839 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9839{z-index:15}#stacks_in_9839 > .s-pro > .sections-layer{display:none}#stacks_in_9839,#stacks_out_9839{overflow:visible !important}#stacks_in_9839 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9839 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_9842.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9842.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9842.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9842{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9842.box-pos>.s-box{overflow:hidden} #stacks_in_9842>.s-box{margin: 0px }#stacks_in_9842>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9842>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9842>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9842{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9842{max-width:100.00%}}#stacks_in_9842.auto-width{width:auto!important}#stacks_in_9842.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9842>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9845 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9845 p a,
#stacks_in_9845 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9845 p a:hover,
#stacks_in_9845 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9845 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9845 .paragraph a,
#stacks_in_9845 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9845 .paragraph a:hover,
#stacks_in_9845 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9845 p,
	#stacks_in_9845 {
		font-size: 15px;
	}
	

	
	
	
	
	



#stacks_in_9845 p,
#stacks_in_9845 {
	margin-bottom: 0;
}


#stacks_out_9845 {
	width: 89%;
}

#stacks_in_9847 {
	letter-spacing: 1px;
}
#stacks_in_9818 > .s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_9818 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:400ms;transition-duration:400ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_9818 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_9818 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_9818 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_9818 > .s-pro.pre-eff-stacks_in_9849.eff-fade-out >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_9818 > .s-pro.animate-stacks_in_9849.eff-fade-out >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_9818 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{}}_:-ms-fullscreen #stacks_in_9818 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_9818 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{}
#stacks_in_9814 > .s-pro.animate-stacks_in_9816 > .shear-wrapper > .shear-inner,#stacks_in_9814 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner{position:relative;overflow:hidden;border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_9814 > .s-pro.animate-stacks_in_9816 > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_9814 > .s-pro.animate-stacks_in_9816 > .shear-wrapper > .shear-inner.bot-edge,#stacks_in_9814 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_9814 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner.bot-edge{display:none}#stacks_in_9814 > .s-pro.animate-stacks_in_9816 > .shear-wrapper > .shear-inner::before,#stacks_in_9814 > .s-pro.animate-stacks_in_9816 > .shear-wrapper > .shear-inner::after,#stacks_in_9814 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::before,#stacks_in_9814 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::after{border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_9814 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_9814 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:400ms;transition-duration:400ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_9814 > .s-pro .section-box1.ani-box1{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}#stacks_in_9814 > .s-pro .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00px,0.00px) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00px,0.00px) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_9814 > .s-pro.animate-stacks_in_9816 .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00px,-10.00px) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00px,-10.00px) rotate(0.00deg) skew(0.00deg,0.00deg)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_9814 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_9814 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_9814 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
.style-pro-stacks_in_9804::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_9804:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15)  ;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15)  }.style-pro-stacks_in_9804:not(.bdr-vault)::before,.style-pro-stacks_in_9804:not(.bdr-vault)::after{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9804:not(.bdr-vault) > .sections-layer{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9804:not(.bdr-vault)::before{-webkit-transition:border 400ms ease,box-shadow 400ms ease;-webkit-transition:border 400ms ease,-webkit-box-shadow 400ms ease;transition:border 400ms ease,-webkit-box-shadow 400ms ease;transition:border 400ms ease,box-shadow 400ms ease;transition:border 400ms ease,box-shadow 400ms ease,-webkit-box-shadow 400ms ease}.style-pro-stacks_in_9804:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 0px 5px 47px -15px rgba(0, 0, 0, 0.26)  ;box-shadow: 0px 5px 47px -15px rgba(0, 0, 0, 0.26)  }.style-pro-stacks_in_9804:not(.bdr-vault):hover::before,.style-pro-stacks_in_9804:not(.bdr-vault):hover::after{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9804:not(.bdr-vault):hover > .sections-layer{border-radius: 15px 15px 15px 15px }
#s4s_flexbox_item_stacks_in_9877 {
  
  flex-grow: 0;
  flex-basis: 375px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(255, 255, 255, 0.00);
  padding: 0px;
  margin: 0px 0px 25px 20px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 15px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9877 {
    
    flex-grow: 0;
    flex-basis: 375px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_9880 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9880 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:99}#stacks_in_9880{z-index:99}#stacks_in_9880 > .s-pro > .sections-layer{display:none}#stacks_in_9880,#stacks_out_9880{overflow:visible !important}#stacks_in_9880 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9880 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9880 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9884 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9884{z-index:99}#stacks_in_9884 > .s-pro > .sections-layer{display:none}#stacks_in_9884 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9884 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9884 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9887 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9887 > .s-pro > .sections-layer{display:none}#stacks_in_9887 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9887 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9887 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9890 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9890 > .s-pro > .sections-layer{display:none}#stacks_in_9890 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9890 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9890 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#stacks_in_9894 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9894 > .s-pro > .sections-layer{display:none}#stacks_in_9894 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9894 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_9894 {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}






	#stacks_in_9922 > .container {
		max-width: 100%;
	}










	#stacks_in_9922 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9922 {
	background-color: rgba(241, 242, 245, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9924.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9924.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9924.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9924{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9924.box-pos>.s-box{overflow:hidden} #stacks_in_9924>.s-box{margin: 0px }#stacks_in_9924>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9924>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9924>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9924{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9924{max-width:100.00%}}#stacks_in_9924.auto-width{width:auto!important}#stacks_in_9924.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9924>.s-box{position:relative}      






	#stacks_in_9927 > .container {
		max-width: 1140px;
	}









	#stacks_in_9927 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9927 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9927 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9927 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9927 {
	width: 100px;
}



#stacks_in_9929 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9929 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9929 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9929 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9929 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9929 .vertical-center-wrapper {
		height: 100px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9931 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9931 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9931 svg  */

#stacks_in_9931 svg,
#stacks_in_9931 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_9931 i,
#stacks_in_9931 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9931 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9931 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9931 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_9931 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9933 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9933 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9933 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9933 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9933 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9933 h3 {
		font-size: 26px;
	}
}


#stacks_in_9933 a.foundry-header-linked,
#stacks_in_9933 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9933 a.foundry-header-linked:hover,
#stacks_in_9933 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9933 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9935 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9935 p a,
#stacks_in_9935 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9935 p a:hover,
#stacks_in_9935 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9935 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9935 .paragraph a,
#stacks_in_9935 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9935 .paragraph a:hover,
#stacks_in_9935 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9935 p,
	#stacks_in_9935 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9935 p,
#stacks_in_9935 {
	
}


#stacks_in_9935 {
	margin: 14px 0px 0px 0px;
}

#stacks_out_9935 {
	width: 85%;
}
#stacks_in_9937 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9937 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9937{z-index:15}#stacks_in_9937 > .s-pro > .sections-layer{display:none}#stacks_in_9937,#stacks_out_9937{overflow:visible !important}#stacks_in_9937 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9937 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_9939.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9939.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9939.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9939{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9939.box-pos>.s-box{overflow:hidden} #stacks_in_9939>.s-box{margin: 0px }#stacks_in_9939>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9939>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9939>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9939{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9939{max-width:100.00%}}#stacks_in_9939.auto-width{width:auto!important}#stacks_in_9939.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9939>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9942 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9942 p a,
#stacks_in_9942 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9942 p a:hover,
#stacks_in_9942 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9942 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9942 .paragraph a,
#stacks_in_9942 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9942 .paragraph a:hover,
#stacks_in_9942 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9942 p,
	#stacks_in_9942 {
		font-size: 15px;
	}
	

	
	
	
	
	



#stacks_in_9942 p,
#stacks_in_9942 {
	margin-bottom: 0;
}


#stacks_out_9942 {
	width: 90%;
}

#stacks_in_9944 {
	letter-spacing: 1px;
}
#stacks_in_9894 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_9894 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_9894 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_9894 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_9894 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_9896{opacity:0 !important}#stacks_in_9894 > .s-pro > .sections-layer > #vid-stacks_in_9896.not-started.hide-when-played{display:none !important}#stacks_in_9894 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_9896.hide-when-played{display:none !important}#vid-stacks_in_9896{opacity:1.0}#vid-stacks_in_9896.pre-load{opacity:0}#play-stacks_in_9896{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_9896.pl-rect{height:80px}#play-stacks_in_9896.pl-square,#play-stacks_in_9896.pl-circ{height:100px}#play-stacks_in_9896.pl-circ{border-radius:50%}#play-stacks_in_9896::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_9896::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_9896:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_9896:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_9896.not-started{display:block}#play-stacks_in_9896.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_9894 .vb-stacks_in_9896.bg-none{background:transparent}#stacks_in_9894 .vb-stacks_in_9896.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_9898 > .container {
		max-width: 1140px;
	}










	#stacks_in_9898 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9898 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 30px 0px 30px 0px;
}
 #stacks_in_9900.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9900.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9900.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9900{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9900.box-pos>.s-box{overflow:hidden} #stacks_in_9900>.s-box{margin: 0px }#stacks_in_9900>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9900>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9900>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9900{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9900{max-width:100.00%}}#stacks_in_9900.auto-width{width:auto!important}#stacks_in_9900.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9900>.s-box{position:relative}      






	#stacks_in_9903 > .container {
		max-width: 1140px;
	}









	#stacks_in_9903 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_9903 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_9903 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_9903 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_9903 {
	width: 100px;
}



#stacks_in_9905 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_9905 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_9905 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_9905 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_9905 .vertical-center-wrapper {
		height: 100px;

	}
}

@media (min-width: 62em) {
	#stacks_in_9905 .vertical-center-wrapper {
		height: 100px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_9907 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9907 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_9907 svg  */

#stacks_in_9907 svg,
#stacks_in_9907 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_9907 i,
#stacks_in_9907 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_9907 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_9907 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_9907 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_9907 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_9909 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 1px;
	
}


	#stacks_in_9909 h3 {
		color: rgba(24, 25, 27, 1.00);
	}

	#stacks_in_9909 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9909 h3 {
		font-size: 26px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9909 h3 {
		font-size: 26px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9909 h3 {
		font-size: 26px;
	}
}


#stacks_in_9909 a.foundry-header-linked,
#stacks_in_9909 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9909 a.foundry-header-linked:hover,
#stacks_in_9909 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9909 {
	margin: 15px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9911 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9911 p a,
#stacks_in_9911 p a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9911 p a:hover,
#stacks_in_9911 p a:active {
	color: rgba(29, 142, 197, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9911 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9911 .paragraph a,
#stacks_in_9911 .paragraph a:visited {
	color: rgba(32, 157, 218, 1.00);
}

#stacks_in_9911 .paragraph a:hover,
#stacks_in_9911 .paragraph a:active {
	color: rgba(29, 142, 197, 1.00);
}








	
	#stacks_in_9911 p,
	#stacks_in_9911 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9911 p,
#stacks_in_9911 {
	
}


#stacks_in_9911 {
	margin: 14px 0px 0px 0px;
}

#stacks_out_9911 {
	width: 85%;
}
#stacks_in_9913 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9913 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:15}#stacks_in_9913{z-index:15}#stacks_in_9913 > .s-pro > .sections-layer{display:none}#stacks_in_9913,#stacks_out_9913{overflow:visible !important}#stacks_in_9913 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9913 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_9915.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_9915.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_9915.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_9915{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_9915.box-pos>.s-box{overflow:hidden} #stacks_in_9915>.s-box{margin: 0px }#stacks_in_9915>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_9915>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_9915>.s-box>.s-box-content{padding: 0px }}   #stacks_in_9915{max-width:100.00%}@media all and (min-width:640px){#stacks_in_9915{max-width:100.00%}}#stacks_in_9915.auto-width{width:auto!important}#stacks_in_9915.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_9915>.s-box{position:relative}      



/* Color picker style settings */


#stacks_in_9918 p {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9918 p a,
#stacks_in_9918 p a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9918 p a:hover,
#stacks_in_9918 p a:active {
	color: rgba(36, 183, 255, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9918 .paragraph {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9918 .paragraph a,
#stacks_in_9918 .paragraph a:visited {
	color: rgba(36, 183, 255, 1.00);
}

#stacks_in_9918 .paragraph a:hover,
#stacks_in_9918 .paragraph a:active {
	color: rgba(36, 183, 255, 1.00);
}








	
	#stacks_in_9918 p,
	#stacks_in_9918 {
		font-size: 15px;
	}
	

	
	
	
	
	



#stacks_in_9918 p,
#stacks_in_9918 {
	margin-bottom: 0;
}


#stacks_out_9918 {
	width: 90%;
}

#stacks_in_9920 {
	letter-spacing: 1px;
}
#stacks_in_9894 > .s-pro.pre-hover >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_9894 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:400ms;transition-duration:400ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_9894 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_9894 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_9894 > .s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_9894 > .s-pro.pre-eff-stacks_in_9921.eff-fade-out >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_9894 > .s-pro.animate-stacks_in_9921.eff-fade-out >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_9894 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{}}_:-ms-fullscreen #stacks_in_9894 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_9894 > .s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{}
#stacks_in_9890 > .s-pro.animate-stacks_in_9892 > .shear-wrapper > .shear-inner,#stacks_in_9890 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner{position:relative;overflow:hidden;border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_9890 > .s-pro.animate-stacks_in_9892 > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_9890 > .s-pro.animate-stacks_in_9892 > .shear-wrapper > .shear-inner.bot-edge,#stacks_in_9890 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner > .top-edge,#stacks_in_9890 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner.bot-edge{display:none}#stacks_in_9890 > .s-pro.animate-stacks_in_9892 > .shear-wrapper > .shear-inner::before,#stacks_in_9890 > .s-pro.animate-stacks_in_9892 > .shear-wrapper > .shear-inner::after,#stacks_in_9890 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::before,#stacks_in_9890 > .s-pro[class*="eff-"] > .shear-wrapper > .shear-inner::after{border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#stacks_in_9890 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_9890 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:400ms;transition-duration:400ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_9890 > .s-pro .section-box1.ani-box1{-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}#stacks_in_9890 > .s-pro .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00px,0.00px) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00px,0.00px) rotate(0.00deg) skew(0.00deg,0.00deg);-webkit-transform-origin:50.00% 50.00%;transform-origin:50.00% 50.00%}#stacks_in_9890 > .s-pro.animate-stacks_in_9892 .section-box1.ani-box1{-webkit-transform:scale3d(1.00,1.00,1.00) translate(0.00px,-10.00px) rotate(0.00deg) skew(0.00deg,0.00deg);transform:scale3d(1.00,1.00,1.00) translate(0.00px,-10.00px) rotate(0.00deg) skew(0.00deg,0.00deg)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_9890 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_9890 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_9890 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
.style-pro-stacks_in_9880::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_9880:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15)  ;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15)  }.style-pro-stacks_in_9880:not(.bdr-vault)::before,.style-pro-stacks_in_9880:not(.bdr-vault)::after{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9880:not(.bdr-vault) > .sections-layer{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9880:not(.bdr-vault)::before{-webkit-transition:border 400ms ease,box-shadow 400ms ease;-webkit-transition:border 400ms ease,-webkit-box-shadow 400ms ease;transition:border 400ms ease,-webkit-box-shadow 400ms ease;transition:border 400ms ease,box-shadow 400ms ease;transition:border 400ms ease,box-shadow 400ms ease,-webkit-box-shadow 400ms ease}.style-pro-stacks_in_9880:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 0px 5px 47px -15px rgba(0, 0, 0, 0.26)  ;box-shadow: 0px 5px 47px -15px rgba(0, 0, 0, 0.26)  }.style-pro-stacks_in_9880:not(.bdr-vault):hover::before,.style-pro-stacks_in_9880:not(.bdr-vault):hover::after{border-radius: 15px 15px 15px 15px }.style-pro-stacks_in_9880:not(.bdr-vault):hover > .sections-layer{border-radius: 15px 15px 15px 15px }
@media screen and (max-width:1250px){#stacks_in_9719{display:none}}
.pab.stacks_in_9947{max-height:0px;transition:max-height 500ms ease-in-out 0ms}.pab.stacks_in_9947.open{max-height:600px}@media screen and (min-width:40em){.pab.stacks_in_9947.open{max-height:600px}}@media screen and (min-width:64em){.pab.stacks_in_9947.open{max-height:600px}}.wrapper-stacks_in_9947{height:600px}@media screen and (min-width:40em){.wrapper-stacks_in_9947{height:600px}}@media screen and (min-width:64em){.wrapper-stacks_in_9947{height:600px}}






	#stacks_in_9951 > .container {
		max-width: 1200px;
	}










	#stacks_in_9951 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9951 {
	background-color: rgba(241, 242, 245, 1.00);
	padding: 70px 0px 50px 0px;
}






	#stacks_in_9948 > .container {
		max-width: 1140px;
	}










	#stacks_in_9948 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9948 {
	background-color: rgba(241, 242, 245, 1.00);
}
#stacks_in_9954 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9954 > .s-pro > .sections-layer{display:none}#stacks_in_9954 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9954 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}






	#stacks_in_9957 > .container {
		max-width: 1140px;
	}










	#stacks_in_9957 > .container {
		border-radius: 0px;
	}

	





#stacks_in_9961 img.lightbox-thumbnail {
	display: inline-block;
	
	
	width: 100%;
	height: auto;
	
	
	
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
	
}

#stacks_in_9961 .lightbox-wrapper {
	display: block;
}


	#stacks_in_9961 .play-overlay {
		position: absolute;
		color: rgba(255, 255, 255, 0.95);
		background-color: rgba(36, 183, 255, 1.00);
		font-size: 40px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 20px;
		border-radius: 50%;
		height: 80px;
		width: 80px;
		line-height: 0;
		-webkit-backdrop-filter: saturate(170%) blur(15px);
		backdrop-filter: saturate(170%) blur(15px);
		
		transition-duration: 250ms;
	}

	#stacks_in_9961:hover .play-overlay {
		color: rgba(255, 255, 255, 0.95);
		background-color: rgba(32, 161, 223, 1.00);
		
	}

	


#stacks_in_9963 h2 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_9963 h2 {
		color: rgba(61, 61, 71, 1.00);
	}

	#stacks_in_9963 h2 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9963 h2 {
		font-size: 24px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9963 h2 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9963 h2 {
		font-size: 24px;
	}
}


#stacks_in_9963 a.foundry-header-linked,
#stacks_in_9963 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9963 a.foundry-header-linked:hover,
#stacks_in_9963 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9963 {
	margin: 30px 0px 0px 0px;
}






	#stacks_in_9965 > .container {
		max-width: 1140px;
	}










	#stacks_in_9965 > .container {
		border-radius: 0px;
	}

	




/* Color picker style settings */


#stacks_in_9966 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9966 p a,
#stacks_in_9966 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_9966 p a:hover,
#stacks_in_9966 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9966 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9966 .paragraph a,
#stacks_in_9966 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_9966 .paragraph a:hover,
#stacks_in_9966 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_9966 p,
	#stacks_in_9966 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9966 p,
#stacks_in_9966 {
	
}


#stacks_in_9966 {
	margin: 14px 0px 0px 0px;
}






	#stacks_in_9949 > .container {
		max-width: 1140px;
	}










	#stacks_in_9949 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9949 {
	background-color: rgba(241, 242, 245, 1.00);
	padding: 0px 30px 0px 30px;
}
#stacks_in_9969 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9969 > .s-pro > .sections-layer{display:none}#stacks_in_9969 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9969 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}






	#stacks_in_9972 > .container {
		max-width: 350px;
	}










	#stacks_in_9972 > .container {
		border-radius: 0px;
	}

	





#stacks_in_9976 img.lightbox-thumbnail {
	display: inline-block;
	
	
	width: 100%;
	height: auto;
	
	
	
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
	
}

#stacks_in_9976 .lightbox-wrapper {
	display: block;
}


	#stacks_in_9976 .play-overlay {
		position: absolute;
		color: rgba(255, 255, 255, 0.95);
		background-color: rgba(36, 183, 255, 1.00);
		font-size: 40px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 20px;
		border-radius: 50%;
		height: 80px;
		width: 80px;
		line-height: 0;
		-webkit-backdrop-filter: saturate(170%) blur(15px);
		backdrop-filter: saturate(170%) blur(15px);
		
		transition-duration: 250ms;
	}

	#stacks_in_9976:hover .play-overlay {
		color: rgba(255, 255, 255, 0.95);
		background-color: rgba(32, 161, 223, 1.00);
		
	}

	


#stacks_in_9978 h2 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_9978 h2 {
		color: rgba(61, 61, 71, 1.00);
	}

	#stacks_in_9978 h2 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9978 h2 {
		font-size: 28px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9978 h2 {
		font-size: 28px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9978 h2 {
		font-size: 28px;
	}
}


#stacks_in_9978 a.foundry-header-linked,
#stacks_in_9978 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9978 a.foundry-header-linked:hover,
#stacks_in_9978 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9978 {
	margin: 30px 0px 0px 0px;
}






	#stacks_in_9980 > .container {
		max-width: 500px;
	}










	#stacks_in_9980 > .container {
		border-radius: 0px;
	}

	




/* Color picker style settings */


#stacks_in_9981 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9981 p a,
#stacks_in_9981 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_9981 p a:hover,
#stacks_in_9981 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9981 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9981 .paragraph a,
#stacks_in_9981 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_9981 .paragraph a:hover,
#stacks_in_9981 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_9981 p,
	#stacks_in_9981 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_9981 p,
#stacks_in_9981 {
	
}


#stacks_in_9981 {
	margin: 14px 0px 0px 0px;
}






	#stacks_in_9950 > .container {
		max-width: 1140px;
	}










	#stacks_in_9950 > .container {
		border-radius: 0px;
	}

	


#stacks_in_9950 {
	background-color: rgba(241, 242, 245, 1.00);
	padding: 0px 30px 0px 30px;
}

#s4s_flexbox_stack_stacks_in_9984 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_9984 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_9985 {
  
  flex-grow: 0;
  flex-basis: 60%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 60px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9985 {
    
    flex-grow: 0;
    flex-basis: 60%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_9986 h2 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_9986 h2 {
		color: rgba(61, 61, 71, 1.00);
	}

	#stacks_in_9986 h2 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_9986 h2 {
		font-size: 24px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_9986 h2 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_9986 h2 {
		font-size: 24px;
	}
}


#stacks_in_9986 a.foundry-header-linked,
#stacks_in_9986 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_9986 a.foundry-header-linked:hover,
#stacks_in_9986 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_9986 {
	margin: 14px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_9989 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9989 p a,
#stacks_in_9989 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_9989 p a:hover,
#stacks_in_9989 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_9989 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_9989 .paragraph a,
#stacks_in_9989 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_9989 .paragraph a:hover,
#stacks_in_9989 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_9989 p,
	#stacks_in_9989 {
		font-size: 17px;
	}
	

	
	
	
	
	



#stacks_in_9989 p,
#stacks_in_9989 {
	
}


#stacks_in_9989 {
	margin: 14px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_9991 {
  
  flex-grow: 0;
  flex-basis: 40%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0rem;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_9991 {
    
    flex-grow: 0;
    flex-basis: 40%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_9992 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_9992 > .s-pro > .sections-layer{display:none}#stacks_in_9992 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_9992 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}




#stacks_in_9997 img.lightbox-thumbnail {
	display: inline-block;
	
	
	width: 100%;
	height: auto;
	
	
	
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
	
}

#stacks_in_9997 .lightbox-wrapper {
	display: block;
}


	#stacks_in_9997 .play-overlay {
		position: absolute;
		color: rgba(255, 255, 255, 0.95);
		background-color: rgba(36, 183, 255, 1.00);
		font-size: 40px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 20px;
		border-radius: 50%;
		height: 80px;
		width: 80px;
		line-height: 0;
		-webkit-backdrop-filter: saturate(170%) blur(15px);
		backdrop-filter: saturate(170%) blur(15px);
		
		transition-duration: 250ms;
	}

	#stacks_in_9997:hover .play-overlay {
		color: rgba(255, 255, 255, 0.95);
		background-color: rgba(32, 161, 223, 1.00);
		
	}

	
.pab.stacks_in_10001{max-height:0px;transition:max-height 500ms ease-in-out 0ms}.pab.stacks_in_10001.open{max-height:1750px}@media screen and (min-width:40em){.pab.stacks_in_10001.open{max-height:1750px}}@media screen and (min-width:64em){.pab.stacks_in_10001.open{max-height:1750px}}.wrapper-stacks_in_10001{height:1750px}@media screen and (min-width:40em){.wrapper-stacks_in_10001{height:1750px}}@media screen and (min-width:64em){.wrapper-stacks_in_10001{height:1750px}}






	#stacks_in_10005 > .container {
		max-width: 1200px;
	}










	#stacks_in_10005 > .container {
		border-radius: 0px;
	}

	


#stacks_in_10005 {
	background-color: rgba(241, 242, 245, 1.00);
	padding: 70px 0px 50px 0px;
}






	#stacks_in_10002 > .container {
		max-width: 1140px;
	}










	#stacks_in_10002 > .container {
		border-radius: 0px;
	}

	


#stacks_in_10002 {
	background-color: rgba(241, 242, 245, 1.00);
}
#stacks_in_10008 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10008 > .s-pro > .sections-layer{display:none}#stacks_in_10008 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10008 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}






	#stacks_in_10011 > .container {
		max-width: 1140px;
	}










	#stacks_in_10011 > .container {
		border-radius: 0px;
	}

	





#stacks_in_10015 img.lightbox-thumbnail {
	display: inline-block;
	
	
	width: 100%;
	height: auto;
	
	
	
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
	
}

#stacks_in_10015 .lightbox-wrapper {
	display: block;
}


	#stacks_in_10015 .play-overlay {
		position: absolute;
		color: rgba(255, 255, 255, 0.95);
		background-color: rgba(36, 183, 255, 1.00);
		font-size: 40px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 20px;
		border-radius: 50%;
		height: 80px;
		width: 80px;
		line-height: 0;
		-webkit-backdrop-filter: saturate(170%) blur(15px);
		backdrop-filter: saturate(170%) blur(15px);
		
		transition-duration: 250ms;
	}

	#stacks_in_10015:hover .play-overlay {
		color: rgba(255, 255, 255, 0.95);
		background-color: rgba(32, 161, 223, 1.00);
		
	}

	


#stacks_in_10017 h2 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10017 h2 {
		color: rgba(61, 61, 71, 1.00);
	}

	#stacks_in_10017 h2 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10017 h2 {
		font-size: 24px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10017 h2 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10017 h2 {
		font-size: 24px;
	}
}


#stacks_in_10017 a.foundry-header-linked,
#stacks_in_10017 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10017 a.foundry-header-linked:hover,
#stacks_in_10017 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10017 {
	margin: 30px 0px 0px 0px;
}






	#stacks_in_10019 > .container {
		max-width: 1140px;
	}










	#stacks_in_10019 > .container {
		border-radius: 0px;
	}

	




/* Color picker style settings */


#stacks_in_10020 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10020 p a,
#stacks_in_10020 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10020 p a:hover,
#stacks_in_10020 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10020 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10020 .paragraph a,
#stacks_in_10020 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10020 .paragraph a:hover,
#stacks_in_10020 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10020 p,
	#stacks_in_10020 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_10020 p,
#stacks_in_10020 {
	
}


#stacks_in_10020 {
	margin: 14px 0px 15px 0px;
}

#s4s_flexbox_stack_stacks_in_10023 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10023 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_10024 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0PX 0PX 0PX 0PX;
  margin: 0px 14px 0px 0px;
  border: 0PX 0PX 0PX 0PX solid rgba(204, 204, 204, 0.70);
  border-radius: 0px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10024 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_10025 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10025 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_10025 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
}
#s4s_flexbox_item_stacks_in_10026 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0rem;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10026 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_10027 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_10027 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_10027 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10027 img {
		
			
			
	}
}


#stacks_in_10027 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10027 {
	margin: 0px 5px 0px 0px;
}
#s4s_flexbox_item_stacks_in_10031 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px 0px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10031 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_10032 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10032 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_10032 {
	border: solid rgba(204, 204, 204, 0.70);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
}
#s4s_flexbox_item_stacks_in_10033 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px 7px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10033 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_10034 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_10034 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_10034 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10034 img {
		
			
			
	}
}


#stacks_in_10034 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

#s4s_flexbox_item_stacks_in_10036 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px 7px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10036 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_10037 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_10037 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_10037 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10037 img {
		
			
			
	}
}


#stacks_in_10037 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

#s4s_flexbox_item_stacks_in_10039 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10039 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_10040 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_10040 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_10040 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10040 img {
		
			
			
	}
}


#stacks_in_10040 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

#stacks_in_10045 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10045 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_10045 > .s-pro > .sections-layer{display:none}#stacks_in_10045,#stacks_out_10045{overflow:visible !important}#stacks_in_10045 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10045 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#s4s_flexbox_stack_stacks_in_10048 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10048 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_10049 {
  
  flex-grow: 0;
  flex-basis: 25%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(246, 247, 249, 0.00);
  padding: 0rem;
  margin: 0px 14px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10049 {
    
    flex-grow: 0;
    flex-basis: 25%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




/* Color picker style settings */


#stacks_in_10050 p {
	color: rgba(81, 92, 108, 0.80);
}

#stacks_in_10050 p a,
#stacks_in_10050 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10050 p a:hover,
#stacks_in_10050 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10050 .paragraph {
	color: rgba(81, 92, 108, 0.80);
}

#stacks_in_10050 .paragraph a,
#stacks_in_10050 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10050 .paragraph a:hover,
#stacks_in_10050 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10050 p,
	#stacks_in_10050 {
		font-size: 9px;
	}
	

	
	
	
	
	



#stacks_in_10050 p,
#stacks_in_10050 {
	margin-bottom: 0;
}


#stacks_in_10050 {
	background-color: rgba(246, 247, 249, 1.00);
	padding: 0px 3px 0px 0px;
}

#stacks_out_10050 {
	width: 75%;
}

#stacks_in_10052 {
	font-size: 85%;
}
#s4s_flexbox_item_stacks_in_10053 {
  
  flex-grow: 0;
  flex-basis: 75%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(246, 247, 249, 0.00);
  padding: 0rem;
  margin: 0rem;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10053 {
    
    flex-grow: 0;
    flex-basis: 75%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




/* Color picker style settings */


#stacks_in_10054 p {
	color: rgba(81, 92, 108, 0.80);
}

#stacks_in_10054 p a,
#stacks_in_10054 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10054 p a:hover,
#stacks_in_10054 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10054 .paragraph {
	color: rgba(81, 92, 108, 0.80);
}

#stacks_in_10054 .paragraph a,
#stacks_in_10054 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10054 .paragraph a:hover,
#stacks_in_10054 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10054 p,
	#stacks_in_10054 {
		font-size: 9px;
	}
	

	
	
	
	
	



#stacks_in_10054 p,
#stacks_in_10054 {
	margin-bottom: 0;
}


#stacks_in_10054 {
	background-color: rgba(246, 247, 249, 1.00);
}

#stacks_out_10054 {
	width: 120px;
}

#stacks_in_10056 {
	font-size: 85%;
}
.stacks_top > div > div[class*="sec-static"] {
  position: relative !important; }

.sec-static-stacks_in_10046 {
  position: static; }

.sec-static-stacks_in_10046 #stacks_in_10045 {
  position: static; }
  .sec-static-stacks_in_10046 #stacks_in_10045 > .s-pro > .shear-wrapper > .shear-inner {
    position: static !important; }

#stacks_in_10045.blu-wrap.bwd > .blu.blueprint-col > .blucol-content, #stacks_in_10045.blu-wrap.bwd > .blu.blueprint-col > .blucol-content[class*="style-pro-stacks"] {
  position: static; }

#stacks_in_10045 > .s-pro, #stacks_in_10045 > .blu {
  position: relative;
  z-index: auto;
  width: 100%;
  top: -17.00px;
  left: 0.00px;
  height: auto; }
  @media screen and (min-width: 640px) {
    #stacks_in_10045 > .s-pro, #stacks_in_10045 > .blu {
      width: 100%;
      top: -17.00px;
      left: 0.00px;
      height: auto; } }
#stacks_in_10045 {
  margin-top: 0.00px;
  margin-bottom: -7.00px; }
  @media screen and (max-width: 640px) {
    #stacks_in_10045 {
      margin-top: 0.00px;
      margin-bottom: -7.00px; } }



/* Color picker style settings */


#stacks_in_10059 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10059 p a,
#stacks_in_10059 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10059 p a:hover,
#stacks_in_10059 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10059 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10059 .paragraph a,
#stacks_in_10059 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10059 .paragraph a:hover,
#stacks_in_10059 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10059 p,
	#stacks_in_10059 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_10059 p,
#stacks_in_10059 {
	
}


#stacks_in_10059 {
	margin: 14px 0px 15px 0px;
}

#s4s_flexbox_stack_stacks_in_10061 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10061 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_10062 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px 14px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0px;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10062 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_10063 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_10063 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_10063 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10063 img {
		
			
			
	}
}


#stacks_in_10063 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_10063 {
	margin: 0px 5px 0px 0px;
}
#s4s_flexbox_item_stacks_in_10065 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px 0px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10065 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_10066 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10066 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_10066 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
}
#s4s_flexbox_item_stacks_in_10067 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px 7px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10067 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_10068 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_10068 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_10068 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10068 img {
		
			
			
	}
}


#stacks_in_10068 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

#s4s_flexbox_item_stacks_in_10070 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px 7px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10070 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_10071 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_10071 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_10071 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10071 img {
		
			
			
	}
}


#stacks_in_10071 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

#s4s_flexbox_item_stacks_in_10073 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10073 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_10074 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_10074 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_10074 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10074 img {
		
			
			
	}
}


#stacks_in_10074 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

#stacks_in_10079 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10079 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_10079 > .s-pro > .sections-layer{display:none}#stacks_in_10079,#stacks_out_10079{overflow:visible !important}#stacks_in_10079 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10079 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#s4s_flexbox_stack_stacks_in_10082 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10082 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_10083 {
  
  flex-grow: 0;
  flex-basis: 25%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(246, 247, 249, 0.00);
  padding: 0rem;
  margin: 0px 14px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10083 {
    
    flex-grow: 0;
    flex-basis: 25%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




/* Color picker style settings */


#stacks_in_10084 p {
	color: rgba(81, 92, 108, 0.80);
}

#stacks_in_10084 p a,
#stacks_in_10084 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10084 p a:hover,
#stacks_in_10084 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10084 .paragraph {
	color: rgba(81, 92, 108, 0.80);
}

#stacks_in_10084 .paragraph a,
#stacks_in_10084 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10084 .paragraph a:hover,
#stacks_in_10084 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10084 p,
	#stacks_in_10084 {
		font-size: 9px;
	}
	

	
	
	
	
	



#stacks_in_10084 p,
#stacks_in_10084 {
	margin-bottom: 0;
}


#stacks_in_10084 {
	padding: 0px 3px 0px 0px;
}

#stacks_in_10086 {
	font-size: 85%;
}
#s4s_flexbox_item_stacks_in_10087 {
  
  flex-grow: 0;
  flex-basis: 75%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(246, 247, 249, 0.00);
  padding: 0rem;
  margin: 0rem;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10087 {
    
    flex-grow: 0;
    flex-basis: 75%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_10088 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10088 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_10089 {
  
  flex-grow: 0;
  flex-basis: 33%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(246, 247, 249, 0.00);
  padding: 0rem;
  margin: 0px 7px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10089 {
    
    flex-grow: 0;
    flex-basis: 33%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




/* Color picker style settings */


#stacks_in_10090 p {
	color: rgba(81, 92, 108, 0.80);
}

#stacks_in_10090 p a,
#stacks_in_10090 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10090 p a:hover,
#stacks_in_10090 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10090 .paragraph {
	color: rgba(81, 92, 108, 0.80);
}

#stacks_in_10090 .paragraph a,
#stacks_in_10090 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10090 .paragraph a:hover,
#stacks_in_10090 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10090 p,
	#stacks_in_10090 {
		font-size: 9px;
	}
	

	
	
	
	
	



#stacks_in_10090 p,
#stacks_in_10090 {
	margin-bottom: 0;
}


#stacks_in_10090 {
	padding: 0px 3px 0px 0px;
}

#stacks_in_10092 {
	font-size: 85%;
}
#s4s_flexbox_item_stacks_in_10093 {
  
  flex-grow: 0;
  flex-basis: 33%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(246, 247, 249, 0.00);
  padding: 0rem;
  margin: 0px 7px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10093 {
    
    flex-grow: 0;
    flex-basis: 33%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




/* Color picker style settings */


#stacks_in_10094 p {
	color: rgba(81, 92, 108, 0.80);
}

#stacks_in_10094 p a,
#stacks_in_10094 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10094 p a:hover,
#stacks_in_10094 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10094 .paragraph {
	color: rgba(81, 92, 108, 0.80);
}

#stacks_in_10094 .paragraph a,
#stacks_in_10094 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10094 .paragraph a:hover,
#stacks_in_10094 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10094 p,
	#stacks_in_10094 {
		font-size: 9px;
	}
	

	
	
	
	
	



#stacks_in_10094 p,
#stacks_in_10094 {
	margin-bottom: 0;
}


#stacks_in_10096 {
	font-size: 85%;
}
#s4s_flexbox_item_stacks_in_10097 {
  
  flex-grow: 0;
  flex-basis: 33%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(246, 247, 249, 0.00);
  padding: 0rem;
  margin: 0rem;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10097 {
    
    flex-grow: 0;
    flex-basis: 33%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




/* Color picker style settings */


#stacks_in_10098 p {
	color: rgba(81, 92, 108, 0.80);
}

#stacks_in_10098 p a,
#stacks_in_10098 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10098 p a:hover,
#stacks_in_10098 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10098 .paragraph {
	color: rgba(81, 92, 108, 0.80);
}

#stacks_in_10098 .paragraph a,
#stacks_in_10098 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10098 .paragraph a:hover,
#stacks_in_10098 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10098 p,
	#stacks_in_10098 {
		font-size: 9px;
	}
	

	
	
	
	
	



#stacks_in_10098 p,
#stacks_in_10098 {
	margin-bottom: 0;
}


#stacks_in_10100 {
	font-size: 85%;
}
.stacks_top > div > div[class*="sec-static"] {
  position: relative !important; }

.sec-static-stacks_in_10080 {
  position: static; }

.sec-static-stacks_in_10080 #stacks_in_10079 {
  position: static; }
  .sec-static-stacks_in_10080 #stacks_in_10079 > .s-pro > .shear-wrapper > .shear-inner {
    position: static !important; }

#stacks_in_10079.blu-wrap.bwd > .blu.blueprint-col > .blucol-content, #stacks_in_10079.blu-wrap.bwd > .blu.blueprint-col > .blucol-content[class*="style-pro-stacks"] {
  position: static; }

#stacks_in_10079 > .s-pro, #stacks_in_10079 > .blu {
  position: relative;
  z-index: auto;
  width: 100%;
  top: -17.00px;
  left: 0.00px;
  height: auto; }
  @media screen and (min-width: 640px) {
    #stacks_in_10079 > .s-pro, #stacks_in_10079 > .blu {
      width: 100%;
      top: -17.00px;
      left: 0.00px;
      height: auto; } }
#stacks_in_10079 {
  margin-top: 0.00px;
  margin-bottom: -7.00px; }
  @media screen and (max-width: 640px) {
    #stacks_in_10079 {
      margin-top: 0.00px;
      margin-bottom: -7.00px; } }






	#stacks_in_10003 > .container {
		max-width: 1140px;
	}










	#stacks_in_10003 > .container {
		border-radius: 0px;
	}

	


#stacks_in_10003 {
	background-color: rgba(241, 242, 245, 1.00);
}
#stacks_in_10105 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10105 > .s-pro > .sections-layer{display:none}#stacks_in_10105 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10105 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}






	#stacks_in_10108 > .container {
		max-width: 1140px;
	}










	#stacks_in_10108 > .container {
		border-radius: 0px;
	}

	


#stacks_in_10108 {
	padding: 0px 40px 0px 40px;
}

#s4s_flexbox_stack_stacks_in_10110 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10110 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_10111 {
  
  flex-grow: 0;
  flex-basis: 40%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0PX 40PX 0PX 0PX;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10111 {
    
    flex-grow: 0;
    flex-basis: 40%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}





#stacks_in_10114 img.lightbox-thumbnail {
	display: inline-block;
	
	
	width: 100%;
	height: auto;
	
	
	
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
	
}

#stacks_in_10114 .lightbox-wrapper {
	display: block;
}


	#stacks_in_10114 .play-overlay {
		position: absolute;
		color: rgba(255, 255, 255, 0.95);
		background-color: rgba(36, 183, 255, 1.00);
		font-size: 40px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 20px;
		border-radius: 50%;
		height: 80px;
		width: 80px;
		line-height: 0;
		-webkit-backdrop-filter: saturate(170%) blur(15px);
		backdrop-filter: saturate(170%) blur(15px);
		
		transition-duration: 250ms;
	}

	#stacks_in_10114:hover .play-overlay {
		color: rgba(255, 255, 255, 0.95);
		background-color: rgba(32, 161, 223, 1.00);
		
	}

	
#s4s_flexbox_item_stacks_in_10116 {
  
  flex-grow: 0;
  flex-basis: 60%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0rem;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10116 {
    
    flex-grow: 0;
    flex-basis: 60%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_10117 h2 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10117 h2 {
		color: rgba(61, 61, 71, 1.00);
	}

	#stacks_in_10117 h2 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10117 h2 {
		font-size: 28px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10117 h2 {
		font-size: 28px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10117 h2 {
		font-size: 28px;
	}
}


#stacks_in_10117 a.foundry-header-linked,
#stacks_in_10117 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10117 a.foundry-header-linked:hover,
#stacks_in_10117 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10117 {
	margin: 30px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_10120 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10120 p a,
#stacks_in_10120 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10120 p a:hover,
#stacks_in_10120 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10120 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10120 .paragraph a,
#stacks_in_10120 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10120 .paragraph a:hover,
#stacks_in_10120 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10120 p,
	#stacks_in_10120 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_10120 p,
#stacks_in_10120 {
	
}


#stacks_in_10120 {
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}






	#stacks_in_10124 > .container {
		max-width: 1140px;
	}










	#stacks_in_10124 > .container {
		border-radius: 0px;
	}

	


#stacks_in_10124 {
	padding: 0px 40px 0px 40px;
}



/* Color picker style settings */


#stacks_in_10125 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10125 p a,
#stacks_in_10125 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10125 p a:hover,
#stacks_in_10125 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10125 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10125 .paragraph a,
#stacks_in_10125 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10125 .paragraph a:hover,
#stacks_in_10125 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10125 p,
	#stacks_in_10125 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_10125 p,
#stacks_in_10125 {
	
}


#stacks_in_10125 {
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}






	#stacks_in_10128 > .container {
		max-width: 1140px;
	}










	#stacks_in_10128 > .container {
		border-radius: 0px;
	}

	


#stacks_in_10128 {
	padding: 0px 40px 0px 40px;
}



#stacks_in_10131 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_10131 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_10131 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10131 img {
		
			
			
	}
}


#stacks_in_10131 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




/* Color picker style settings */


#stacks_in_10133 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10133 p a,
#stacks_in_10133 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10133 p a:hover,
#stacks_in_10133 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10133 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10133 .paragraph a,
#stacks_in_10133 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10133 .paragraph a:hover,
#stacks_in_10133 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10133 p,
	#stacks_in_10133 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_10133 p,
#stacks_in_10133 {
	
}


#stacks_in_10133 {
	margin: 30px 0px 15px 0px;
}



#stacks_in_10136 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_10136 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_10136 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10136 img {
		
			
			
	}
}


#stacks_in_10136 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}







	#stacks_in_10004 > .container {
		max-width: 1140px;
	}










	#stacks_in_10004 > .container {
		border-radius: 0px;
	}

	


#stacks_in_10004 {
	background-color: rgba(241, 242, 245, 1.00);
}

#s4s_flexbox_stack_stacks_in_10138 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10138 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_10138 {
	padding: 0px 40px 0px 40px;
}
#s4s_flexbox_item_stacks_in_10139 {
  
  flex-grow: 0;
  flex-basis: 35%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 40px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10139 {
    
    flex-grow: 0;
    flex-basis: 35%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10140 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10140 > .s-pro > .sections-layer{display:none}#stacks_in_10140 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10140 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}




#stacks_in_10145 img.lightbox-thumbnail {
	display: inline-block;
	
	
	width: 100%;
	height: auto;
	
	
	
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
	
}

#stacks_in_10145 .lightbox-wrapper {
	display: block;
}


	#stacks_in_10145 .play-overlay {
		position: absolute;
		color: rgba(255, 255, 255, 0.95);
		background-color: rgba(36, 183, 255, 1.00);
		font-size: 40px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 20px;
		border-radius: 50%;
		height: 80px;
		width: 80px;
		line-height: 0;
		-webkit-backdrop-filter: saturate(170%) blur(15px);
		backdrop-filter: saturate(170%) blur(15px);
		
		transition-duration: 250ms;
	}

	#stacks_in_10145:hover .play-overlay {
		color: rgba(255, 255, 255, 0.95);
		background-color: rgba(32, 161, 223, 1.00);
		
	}

	
#s4s_flexbox_item_stacks_in_10147 {
  
  flex-grow: 0;
  flex-basis: 65%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0rem;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10147 {
    
    flex-grow: 0;
    flex-basis: 65%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_10148 h2 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10148 h2 {
		color: rgba(61, 61, 71, 1.00);
	}

	#stacks_in_10148 h2 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10148 h2 {
		font-size: 24px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10148 h2 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10148 h2 {
		font-size: 24px;
	}
}


#stacks_in_10148 a.foundry-header-linked,
#stacks_in_10148 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10148 a.foundry-header-linked:hover,
#stacks_in_10148 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10148 {
	margin: 14px 0px 0px 0px;
}



/* Color picker style settings */


#stacks_in_10151 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10151 p a,
#stacks_in_10151 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10151 p a:hover,
#stacks_in_10151 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10151 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10151 .paragraph a,
#stacks_in_10151 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10151 .paragraph a:hover,
#stacks_in_10151 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10151 p,
	#stacks_in_10151 {
		font-size: 17px;
	}
	

	
	
	
	
	



#stacks_in_10151 p,
#stacks_in_10151 {
	
}


#stacks_in_10151 {
	margin: 14px 0px 0px 0px;
}






	#stacks_in_10154 > .container {
		max-width: 1140px;
	}










	#stacks_in_10154 > .container {
		border-radius: 0px;
	}

	


#stacks_in_10154 {
	padding: 0px 40px 0px 40px;
}



/* Color picker style settings */


#stacks_in_10156 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10156 p a,
#stacks_in_10156 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10156 p a:hover,
#stacks_in_10156 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10156 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10156 .paragraph a,
#stacks_in_10156 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10156 .paragraph a:hover,
#stacks_in_10156 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10156 p,
	#stacks_in_10156 {
		font-size: 17px;
	}
	

	
	
	
	
	



#stacks_in_10156 p,
#stacks_in_10156 {
	
}


#stacks_in_10156 {
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}






	#stacks_in_10159 > .container {
		max-width: 1140px;
	}










	#stacks_in_10159 > .container {
		border-radius: 0px;
	}

	


#stacks_in_10159 {
	padding: 0px 40px 0px 40px;
}



#stacks_in_10162 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_10162 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_10162 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10162 img {
		
			
			
	}
}


#stacks_in_10162 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




/* Color picker style settings */


#stacks_in_10164 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10164 p a,
#stacks_in_10164 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10164 p a:hover,
#stacks_in_10164 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10164 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10164 .paragraph a,
#stacks_in_10164 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10164 .paragraph a:hover,
#stacks_in_10164 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10164 p,
	#stacks_in_10164 {
		font-size: 17px;
	}
	

	
	
	
	
	



#stacks_in_10164 p,
#stacks_in_10164 {
	
}


#stacks_in_10164 {
	margin: 30px 0px 15px 0px;
}



#stacks_in_10167 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_10167 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_10167 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_10167 img {
		
			
			
	}
}


#stacks_in_10167 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

.pab.stacks_in_10169{max-height:0px;transition:max-height 500ms ease-in-out 0ms}.pab.stacks_in_10169.open{max-height:800px}@media screen and (min-width:40em){.pab.stacks_in_10169.open{max-height:800px}}@media screen and (min-width:64em){.pab.stacks_in_10169.open{max-height:600px}}.wrapper-stacks_in_10169{height:800px}@media screen and (min-width:40em){.wrapper-stacks_in_10169{height:800px}}@media screen and (min-width:64em){.wrapper-stacks_in_10169{height:600px}}






	#stacks_in_10170 > .container {
		max-width: 1140px;
	}










	#stacks_in_10170 > .container {
		border-radius: 0px;
	}

	


#stacks_in_10170 {
	background-color: rgba(241, 242, 245, 1.00);
	padding: 70px 0px 50px 0px;
}


#stacks_in_10174 h2 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10174 h2 {
		color: rgba(61, 61, 71, 1.00);
	}

	#stacks_in_10174 h2 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10174 h2 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10174 h2 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10174 h2 {
		font-size: 20px;
	}
}


#stacks_in_10174 a.foundry-header-linked,
#stacks_in_10174 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10174 a.foundry-header-linked:hover,
#stacks_in_10174 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}






	#stacks_in_10177 > .container {
		max-width: 1140px;
	}










	#stacks_in_10177 > .container {
		border-radius: 0px;
	}

	




/* Color picker style settings */


#stacks_in_10178 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10178 p a,
#stacks_in_10178 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10178 p a:hover,
#stacks_in_10178 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10178 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10178 .paragraph a,
#stacks_in_10178 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10178 .paragraph a:hover,
#stacks_in_10178 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10178 p,
	#stacks_in_10178 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_10178 p,
#stacks_in_10178 {
	
}


#stacks_in_10178 {
	margin: 14px 0px 0px 0px;
}






	#stacks_in_10181 > .container {
		max-width: 1140px;
	}










	#stacks_in_10181 > .container {
		border-radius: 0px;
	}

	


#s4s_flexbox_stack_stacks_in_10182 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10182 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_10182 {
	margin: 30px 0px 30px 0px;
}
#s4s_flexbox_item_stacks_in_10183 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10183 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10186 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10186 > .s-pro > .sections-layer{display:none}#stacks_in_10186 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10186 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10199.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10199.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10199.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10199{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10199.box-pos>.s-box{overflow:hidden} #stacks_in_10199>.s-box{margin: 0px }#stacks_in_10199>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10199>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10199>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10199{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10199{max-width:100.00%}}#stacks_in_10199.auto-width{width:auto!important}#stacks_in_10199.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10199>.s-box{position:relative}      






	#stacks_in_10202 > .container {
		max-width: 1140px;
	}









	#stacks_in_10202 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10202 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10202 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10202 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10202 {
	width: 67px;
}



#stacks_in_10204 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10204 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10204 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10204 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10204 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10204 .vertical-center-wrapper {
		height: 67px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10206 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10206 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10206 svg  */

#stacks_in_10206 svg,
#stacks_in_10206 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10206 i,
#stacks_in_10206 svg {
  position: relative;
  font-size: 38px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10206 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10206 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10206 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10206 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10208 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10208 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10208 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10208 h4 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10208 h4 {
		font-size: 18px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10208 h4 {
		font-size: 18px;
	}
}


#stacks_in_10208 a.foundry-header-linked,
#stacks_in_10208 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10208 a.foundry-header-linked:hover,
#stacks_in_10208 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10208 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10186 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10186 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10186 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10186 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10186 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10188{opacity:0 !important}#stacks_in_10186 > .s-pro > .sections-layer > #vid-stacks_in_10188.not-started.hide-when-played{display:none !important}#stacks_in_10186 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10188.hide-when-played{display:none !important}#vid-stacks_in_10188{opacity:1.0}#vid-stacks_in_10188.pre-load{opacity:0}#play-stacks_in_10188{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10188.pl-rect{height:80px}#play-stacks_in_10188.pl-square,#play-stacks_in_10188.pl-circ{height:100px}#play-stacks_in_10188.pl-circ{border-radius:50%}#play-stacks_in_10188::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10188::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10188:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10188:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10188.not-started{display:block}#play-stacks_in_10188.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10186 .vb-stacks_in_10188.bg-none{background:transparent}#stacks_in_10186 .vb-stacks_in_10188.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10190 > .container {
		max-width: 1140px;
	}









	#stacks_in_10190 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10190 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10190 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10190 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10190 {
	width: 67px;
}



#stacks_in_10192 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10192 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10192 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10192 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10192 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10192 .vertical-center-wrapper {
		height: 67px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10194 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10194 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10194 svg  */

#stacks_in_10194 svg,
#stacks_in_10194 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10194 i,
#stacks_in_10194 svg {
  position: relative;
  font-size: 38px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10194 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10194 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10194 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10194 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10196 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10196 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10196 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10196 h4 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10196 h4 {
		font-size: 18px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10196 h4 {
		font-size: 18px;
	}
}


#stacks_in_10196 a.foundry-header-linked,
#stacks_in_10196 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10196 a.foundry-header-linked:hover,
#stacks_in_10196 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10196 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10186 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10186 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10186 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10186 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10186 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10186 > .s-pro.pre-eff-stacks_in_10198.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10186 > .s-pro.animate-stacks_in_10198.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10186 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10186 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10186 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
#s4s_flexbox_item_stacks_in_10210 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10210 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10213 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10213 > .s-pro > .sections-layer{display:none}#stacks_in_10213 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10213 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10226.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10226.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10226.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10226{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10226.box-pos>.s-box{overflow:hidden} #stacks_in_10226>.s-box{margin: 0px }#stacks_in_10226>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10226>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10226>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10226{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10226{max-width:100.00%}}#stacks_in_10226.auto-width{width:auto!important}#stacks_in_10226.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10226>.s-box{position:relative}      






	#stacks_in_10229 > .container {
		max-width: 1140px;
	}









	#stacks_in_10229 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10229 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10229 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10229 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10229 {
	width: 67px;
}



#stacks_in_10231 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10231 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10231 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10231 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10231 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10231 .vertical-center-wrapper {
		height: 67px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10233 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10233 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10233 svg  */

#stacks_in_10233 svg,
#stacks_in_10233 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10233 i,
#stacks_in_10233 svg {
  position: relative;
  font-size: 38px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10233 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10233 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10233 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10233 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10235 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10235 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10235 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10235 h4 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10235 h4 {
		font-size: 18px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10235 h4 {
		font-size: 18px;
	}
}


#stacks_in_10235 a.foundry-header-linked,
#stacks_in_10235 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10235 a.foundry-header-linked:hover,
#stacks_in_10235 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10235 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10213 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10213 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10213 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10213 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10213 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10215{opacity:0 !important}#stacks_in_10213 > .s-pro > .sections-layer > #vid-stacks_in_10215.not-started.hide-when-played{display:none !important}#stacks_in_10213 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10215.hide-when-played{display:none !important}#vid-stacks_in_10215{opacity:1.0}#vid-stacks_in_10215.pre-load{opacity:0}#play-stacks_in_10215{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10215.pl-rect{height:80px}#play-stacks_in_10215.pl-square,#play-stacks_in_10215.pl-circ{height:100px}#play-stacks_in_10215.pl-circ{border-radius:50%}#play-stacks_in_10215::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10215::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10215:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10215:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10215.not-started{display:block}#play-stacks_in_10215.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10213 .vb-stacks_in_10215.bg-none{background:transparent}#stacks_in_10213 .vb-stacks_in_10215.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10217 > .container {
		max-width: 1140px;
	}









	#stacks_in_10217 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10217 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10217 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10217 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10217 {
	width: 67px;
}



#stacks_in_10219 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10219 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10219 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10219 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10219 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10219 .vertical-center-wrapper {
		height: 67px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10221 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10221 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10221 svg  */

#stacks_in_10221 svg,
#stacks_in_10221 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10221 i,
#stacks_in_10221 svg {
  position: relative;
  font-size: 38px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10221 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10221 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10221 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10221 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10223 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10223 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10223 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10223 h4 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10223 h4 {
		font-size: 18px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10223 h4 {
		font-size: 18px;
	}
}


#stacks_in_10223 a.foundry-header-linked,
#stacks_in_10223 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10223 a.foundry-header-linked:hover,
#stacks_in_10223 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10223 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10213 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10213 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10213 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10213 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10213 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10213 > .s-pro.pre-eff-stacks_in_10225.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10213 > .s-pro.animate-stacks_in_10225.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10213 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10213 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10213 > .s-pro[class*="animate-"] .section-box1.ani-box1{}

#s4s_flexbox_stack_stacks_in_10238 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10238 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_10238 {
	margin: 30px 0px 30px 0px;
}
#s4s_flexbox_item_stacks_in_10239 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10239 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10242 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10242 > .s-pro > .sections-layer{display:none}#stacks_in_10242 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10242 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10255.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10255.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10255.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10255{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10255.box-pos>.s-box{overflow:hidden} #stacks_in_10255>.s-box{margin: 0px }#stacks_in_10255>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10255>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10255>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10255{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10255{max-width:100.00%}}#stacks_in_10255.auto-width{width:auto!important}#stacks_in_10255.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10255>.s-box{position:relative}      






	#stacks_in_10258 > .container {
		max-width: 1140px;
	}









	#stacks_in_10258 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10258 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10258 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10258 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10258 {
	width: 67px;
}



#stacks_in_10260 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10260 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10260 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10260 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10260 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10260 .vertical-center-wrapper {
		height: 67px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10262 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10262 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10262 svg  */

#stacks_in_10262 svg,
#stacks_in_10262 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10262 i,
#stacks_in_10262 svg {
  position: relative;
  font-size: 38px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10262 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10262 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10262 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10262 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10264 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10264 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10264 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10264 h4 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10264 h4 {
		font-size: 18px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10264 h4 {
		font-size: 18px;
	}
}


#stacks_in_10264 a.foundry-header-linked,
#stacks_in_10264 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10264 a.foundry-header-linked:hover,
#stacks_in_10264 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10264 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10242 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10242 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10242 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10242 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10242 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10244{opacity:0 !important}#stacks_in_10242 > .s-pro > .sections-layer > #vid-stacks_in_10244.not-started.hide-when-played{display:none !important}#stacks_in_10242 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10244.hide-when-played{display:none !important}#vid-stacks_in_10244{opacity:1.0}#vid-stacks_in_10244.pre-load{opacity:0}#play-stacks_in_10244{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10244.pl-rect{height:80px}#play-stacks_in_10244.pl-square,#play-stacks_in_10244.pl-circ{height:100px}#play-stacks_in_10244.pl-circ{border-radius:50%}#play-stacks_in_10244::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10244::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10244:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10244:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10244.not-started{display:block}#play-stacks_in_10244.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10242 .vb-stacks_in_10244.bg-none{background:transparent}#stacks_in_10242 .vb-stacks_in_10244.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10246 > .container {
		max-width: 1140px;
	}









	#stacks_in_10246 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10246 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10246 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10246 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10246 {
	width: 67px;
}



#stacks_in_10248 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10248 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10248 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10248 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10248 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10248 .vertical-center-wrapper {
		height: 67px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10250 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10250 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10250 svg  */

#stacks_in_10250 svg,
#stacks_in_10250 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10250 i,
#stacks_in_10250 svg {
  position: relative;
  font-size: 38px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10250 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10250 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10250 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10250 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10252 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10252 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10252 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10252 h4 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10252 h4 {
		font-size: 18px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10252 h4 {
		font-size: 18px;
	}
}


#stacks_in_10252 a.foundry-header-linked,
#stacks_in_10252 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10252 a.foundry-header-linked:hover,
#stacks_in_10252 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10252 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10242 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10242 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10242 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10242 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10242 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10242 > .s-pro.pre-eff-stacks_in_10254.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10242 > .s-pro.animate-stacks_in_10254.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10242 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10242 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10242 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
#s4s_flexbox_item_stacks_in_10266 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10266 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10269 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10269 > .s-pro > .sections-layer{display:none}#stacks_in_10269 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10269 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10282.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10282.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10282.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10282{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10282.box-pos>.s-box{overflow:hidden} #stacks_in_10282>.s-box{margin: 0px }#stacks_in_10282>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10282>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10282>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10282{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10282{max-width:100.00%}}#stacks_in_10282.auto-width{width:auto!important}#stacks_in_10282.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10282>.s-box{position:relative}      






	#stacks_in_10285 > .container {
		max-width: 1140px;
	}









	#stacks_in_10285 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10285 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10285 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10285 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10285 {
	width: 67px;
}



#stacks_in_10287 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10287 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10287 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10287 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10287 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10287 .vertical-center-wrapper {
		height: 67px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10289 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10289 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10289 svg  */

#stacks_in_10289 svg,
#stacks_in_10289 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10289 i,
#stacks_in_10289 svg {
  position: relative;
  font-size: 38px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10289 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10289 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10289 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10289 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10291 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10291 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10291 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10291 h4 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10291 h4 {
		font-size: 18px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10291 h4 {
		font-size: 18px;
	}
}


#stacks_in_10291 a.foundry-header-linked,
#stacks_in_10291 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10291 a.foundry-header-linked:hover,
#stacks_in_10291 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10291 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10269 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10269 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10269 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10269 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10269 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10271{opacity:0 !important}#stacks_in_10269 > .s-pro > .sections-layer > #vid-stacks_in_10271.not-started.hide-when-played{display:none !important}#stacks_in_10269 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10271.hide-when-played{display:none !important}#vid-stacks_in_10271{opacity:1.0}#vid-stacks_in_10271.pre-load{opacity:0}#play-stacks_in_10271{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10271.pl-rect{height:80px}#play-stacks_in_10271.pl-square,#play-stacks_in_10271.pl-circ{height:100px}#play-stacks_in_10271.pl-circ{border-radius:50%}#play-stacks_in_10271::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10271::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10271:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10271:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10271.not-started{display:block}#play-stacks_in_10271.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10269 .vb-stacks_in_10271.bg-none{background:transparent}#stacks_in_10269 .vb-stacks_in_10271.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10273 > .container {
		max-width: 1140px;
	}









	#stacks_in_10273 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10273 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10273 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10273 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10273 {
	width: 67px;
}



#stacks_in_10275 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10275 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10275 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10275 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10275 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10275 .vertical-center-wrapper {
		height: 67px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10277 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10277 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10277 svg  */

#stacks_in_10277 svg,
#stacks_in_10277 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10277 i,
#stacks_in_10277 svg {
  position: relative;
  font-size: 38px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10277 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10277 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10277 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10277 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10279 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10279 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10279 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10279 h4 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10279 h4 {
		font-size: 18px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10279 h4 {
		font-size: 18px;
	}
}


#stacks_in_10279 a.foundry-header-linked,
#stacks_in_10279 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10279 a.foundry-header-linked:hover,
#stacks_in_10279 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10279 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10269 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10269 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10269 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10269 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10269 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10269 > .s-pro.pre-eff-stacks_in_10281.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10269 > .s-pro.animate-stacks_in_10281.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10269 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10269 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10269 > .s-pro[class*="animate-"] .section-box1.ani-box1{}

#s4s_flexbox_stack_stacks_in_10294 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10294 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_10294 {
	margin: 30px 0px 50px 0px;
}
#s4s_flexbox_item_stacks_in_10295 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10295 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10298 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10298 > .s-pro > .sections-layer{display:none}#stacks_in_10298 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10298 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10311.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10311.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10311.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10311{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10311.box-pos>.s-box{overflow:hidden} #stacks_in_10311>.s-box{margin: 0px }#stacks_in_10311>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10311>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10311>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10311{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10311{max-width:100.00%}}#stacks_in_10311.auto-width{width:auto!important}#stacks_in_10311.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10311>.s-box{position:relative}      






	#stacks_in_10314 > .container {
		max-width: 1140px;
	}









	#stacks_in_10314 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10314 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10314 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10314 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10314 {
	width: 67px;
}



#stacks_in_10316 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10316 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10316 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10316 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10316 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10316 .vertical-center-wrapper {
		height: 67px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10318 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10318 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10318 svg  */

#stacks_in_10318 svg,
#stacks_in_10318 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10318 i,
#stacks_in_10318 svg {
  position: relative;
  font-size: 38px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10318 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10318 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10318 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10318 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10320 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10320 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10320 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10320 h4 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10320 h4 {
		font-size: 18px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10320 h4 {
		font-size: 18px;
	}
}


#stacks_in_10320 a.foundry-header-linked,
#stacks_in_10320 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10320 a.foundry-header-linked:hover,
#stacks_in_10320 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10320 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10298 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10298 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10298 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10298 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10298 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10300{opacity:0 !important}#stacks_in_10298 > .s-pro > .sections-layer > #vid-stacks_in_10300.not-started.hide-when-played{display:none !important}#stacks_in_10298 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10300.hide-when-played{display:none !important}#vid-stacks_in_10300{opacity:1.0}#vid-stacks_in_10300.pre-load{opacity:0}#play-stacks_in_10300{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10300.pl-rect{height:80px}#play-stacks_in_10300.pl-square,#play-stacks_in_10300.pl-circ{height:100px}#play-stacks_in_10300.pl-circ{border-radius:50%}#play-stacks_in_10300::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10300::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10300:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10300:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10300.not-started{display:block}#play-stacks_in_10300.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10298 .vb-stacks_in_10300.bg-none{background:transparent}#stacks_in_10298 .vb-stacks_in_10300.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10302 > .container {
		max-width: 1140px;
	}









	#stacks_in_10302 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10302 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10302 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10302 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10302 {
	width: 67px;
}



#stacks_in_10304 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10304 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10304 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10304 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10304 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10304 .vertical-center-wrapper {
		height: 67px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10306 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10306 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10306 svg  */

#stacks_in_10306 svg,
#stacks_in_10306 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10306 i,
#stacks_in_10306 svg {
  position: relative;
  font-size: 38px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10306 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10306 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10306 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10306 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10308 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10308 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10308 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10308 h4 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10308 h4 {
		font-size: 18px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10308 h4 {
		font-size: 18px;
	}
}


#stacks_in_10308 a.foundry-header-linked,
#stacks_in_10308 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10308 a.foundry-header-linked:hover,
#stacks_in_10308 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10308 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10298 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10298 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10298 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10298 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10298 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10298 > .s-pro.pre-eff-stacks_in_10310.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10298 > .s-pro.animate-stacks_in_10310.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10298 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10298 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10298 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
#s4s_flexbox_item_stacks_in_10322 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10322 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10325 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10325 > .s-pro > .sections-layer{display:none}#stacks_in_10325 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10325 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10338.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10338.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10338.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10338{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10338.box-pos>.s-box{overflow:hidden} #stacks_in_10338>.s-box{margin: 0px }#stacks_in_10338>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10338>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10338>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10338{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10338{max-width:100.00%}}#stacks_in_10338.auto-width{width:auto!important}#stacks_in_10338.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10338>.s-box{position:relative}      






	#stacks_in_10341 > .container {
		max-width: 1140px;
	}









	#stacks_in_10341 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10341 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10341 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10341 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10341 {
	width: 67px;
}



#stacks_in_10343 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10343 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10343 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10343 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10343 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10343 .vertical-center-wrapper {
		height: 67px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10345 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10345 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10345 svg  */

#stacks_in_10345 svg,
#stacks_in_10345 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10345 i,
#stacks_in_10345 svg {
  position: relative;
  font-size: 38px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10345 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10345 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10345 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10345 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10347 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10347 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10347 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10347 h4 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10347 h4 {
		font-size: 18px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10347 h4 {
		font-size: 18px;
	}
}


#stacks_in_10347 a.foundry-header-linked,
#stacks_in_10347 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10347 a.foundry-header-linked:hover,
#stacks_in_10347 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10347 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10325 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10325 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10325 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10325 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10325 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10327{opacity:0 !important}#stacks_in_10325 > .s-pro > .sections-layer > #vid-stacks_in_10327.not-started.hide-when-played{display:none !important}#stacks_in_10325 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10327.hide-when-played{display:none !important}#vid-stacks_in_10327{opacity:1.0}#vid-stacks_in_10327.pre-load{opacity:0}#play-stacks_in_10327{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10327.pl-rect{height:80px}#play-stacks_in_10327.pl-square,#play-stacks_in_10327.pl-circ{height:100px}#play-stacks_in_10327.pl-circ{border-radius:50%}#play-stacks_in_10327::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10327::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10327:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10327:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10327.not-started{display:block}#play-stacks_in_10327.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10325 .vb-stacks_in_10327.bg-none{background:transparent}#stacks_in_10325 .vb-stacks_in_10327.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10329 > .container {
		max-width: 1140px;
	}









	#stacks_in_10329 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10329 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10329 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10329 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10329 {
	width: 67px;
}



#stacks_in_10331 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10331 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10331 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10331 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10331 .vertical-center-wrapper {
		height: 67px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10331 .vertical-center-wrapper {
		height: 67px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10333 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10333 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10333 svg  */

#stacks_in_10333 svg,
#stacks_in_10333 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10333 i,
#stacks_in_10333 svg {
  position: relative;
  font-size: 38px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10333 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10333 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10333 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10333 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10335 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10335 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10335 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10335 h4 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10335 h4 {
		font-size: 18px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10335 h4 {
		font-size: 18px;
	}
}


#stacks_in_10335 a.foundry-header-linked,
#stacks_in_10335 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10335 a.foundry-header-linked:hover,
#stacks_in_10335 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10335 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10325 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10325 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10325 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10325 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10325 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10325 > .s-pro.pre-eff-stacks_in_10337.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10325 > .s-pro.animate-stacks_in_10337.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10325 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10325 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10325 > .s-pro[class*="animate-"] .section-box1.ani-box1{}






	#stacks_in_10171 > .container {
		max-width: 1140px;
	}










	#stacks_in_10171 > .container {
		border-radius: 0px;
	}

	


#stacks_in_10171 {
	background-color: rgba(241, 242, 245, 1.00);
	padding: 70px 0px 50px 0px;
}


#stacks_in_10351 h2 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10351 h2 {
		color: rgba(61, 61, 71, 1.00);
	}

	#stacks_in_10351 h2 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10351 h2 {
		font-size: 22px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10351 h2 {
		font-size: 22px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10351 h2 {
		font-size: 22px;
	}
}


#stacks_in_10351 a.foundry-header-linked,
#stacks_in_10351 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10351 a.foundry-header-linked:hover,
#stacks_in_10351 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}






	#stacks_in_10354 > .container {
		max-width: 1140px;
	}










	#stacks_in_10354 > .container {
		border-radius: 0px;
	}

	




/* Color picker style settings */


#stacks_in_10355 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10355 p a,
#stacks_in_10355 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10355 p a:hover,
#stacks_in_10355 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10355 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10355 .paragraph a,
#stacks_in_10355 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10355 .paragraph a:hover,
#stacks_in_10355 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10355 p,
	#stacks_in_10355 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_10355 p,
#stacks_in_10355 {
	
}


#stacks_in_10355 {
	margin: 14px 0px 0px 0px;
}






	#stacks_in_10358 > .container {
		max-width: 1140px;
	}










	#stacks_in_10358 > .container {
		border-radius: 0px;
	}

	


#s4s_flexbox_stack_stacks_in_10359 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10359 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_10359 {
	margin: 30px 0px 30px 0px;
}
#s4s_flexbox_item_stacks_in_10360 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10360 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10363 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10363 > .s-pro > .sections-layer{display:none}#stacks_in_10363 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10363 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10376.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10376.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10376.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10376{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10376.box-pos>.s-box{overflow:hidden} #stacks_in_10376>.s-box{margin: 0px }#stacks_in_10376>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10376>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10376>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10376{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10376{max-width:100.00%}}#stacks_in_10376.auto-width{width:auto!important}#stacks_in_10376.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10376>.s-box{position:relative}      






	#stacks_in_10379 > .container {
		max-width: 1140px;
	}









	#stacks_in_10379 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10379 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10379 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10379 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10379 {
	width: 90px;
}



#stacks_in_10381 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10381 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10381 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10381 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10381 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10381 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10383 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10383 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10383 svg  */

#stacks_in_10383 svg,
#stacks_in_10383 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10383 i,
#stacks_in_10383 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10383 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10383 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10383 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10383 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10385 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10385 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10385 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10385 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10385 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10385 h4 {
		font-size: 20px;
	}
}


#stacks_in_10385 a.foundry-header-linked,
#stacks_in_10385 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10385 a.foundry-header-linked:hover,
#stacks_in_10385 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10385 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10363 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10363 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10363 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10363 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10363 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10365{opacity:0 !important}#stacks_in_10363 > .s-pro > .sections-layer > #vid-stacks_in_10365.not-started.hide-when-played{display:none !important}#stacks_in_10363 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10365.hide-when-played{display:none !important}#vid-stacks_in_10365{opacity:1.0}#vid-stacks_in_10365.pre-load{opacity:0}#play-stacks_in_10365{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10365.pl-rect{height:80px}#play-stacks_in_10365.pl-square,#play-stacks_in_10365.pl-circ{height:100px}#play-stacks_in_10365.pl-circ{border-radius:50%}#play-stacks_in_10365::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10365::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10365:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10365:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10365.not-started{display:block}#play-stacks_in_10365.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10363 .vb-stacks_in_10365.bg-none{background:transparent}#stacks_in_10363 .vb-stacks_in_10365.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10367 > .container {
		max-width: 1140px;
	}









	#stacks_in_10367 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10367 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10367 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10367 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10367 {
	width: 90px;
}



#stacks_in_10369 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10369 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10369 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10369 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10369 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10369 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10371 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10371 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10371 svg  */

#stacks_in_10371 svg,
#stacks_in_10371 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10371 i,
#stacks_in_10371 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10371 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10371 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10371 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10371 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10373 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10373 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10373 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10373 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10373 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10373 h4 {
		font-size: 20px;
	}
}


#stacks_in_10373 a.foundry-header-linked,
#stacks_in_10373 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10373 a.foundry-header-linked:hover,
#stacks_in_10373 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10373 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10363 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10363 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10363 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10363 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10363 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10363 > .s-pro.pre-eff-stacks_in_10375.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10363 > .s-pro.animate-stacks_in_10375.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10363 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10363 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10363 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
#s4s_flexbox_item_stacks_in_10387 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10387 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10390 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10390 > .s-pro > .sections-layer{display:none}#stacks_in_10390 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10390 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10403.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10403.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10403.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10403{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10403.box-pos>.s-box{overflow:hidden} #stacks_in_10403>.s-box{margin: 0px }#stacks_in_10403>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10403>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10403>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10403{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10403{max-width:100.00%}}#stacks_in_10403.auto-width{width:auto!important}#stacks_in_10403.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10403>.s-box{position:relative}      






	#stacks_in_10406 > .container {
		max-width: 1140px;
	}









	#stacks_in_10406 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10406 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10406 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10406 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10406 {
	width: 90px;
}



#stacks_in_10408 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10408 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10408 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10408 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10408 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10408 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10410 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10410 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10410 svg  */

#stacks_in_10410 svg,
#stacks_in_10410 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10410 i,
#stacks_in_10410 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10410 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10410 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10410 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10410 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10412 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10412 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10412 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10412 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10412 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10412 h4 {
		font-size: 20px;
	}
}


#stacks_in_10412 a.foundry-header-linked,
#stacks_in_10412 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10412 a.foundry-header-linked:hover,
#stacks_in_10412 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10412 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10390 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10390 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10390 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10390 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10390 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10392{opacity:0 !important}#stacks_in_10390 > .s-pro > .sections-layer > #vid-stacks_in_10392.not-started.hide-when-played{display:none !important}#stacks_in_10390 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10392.hide-when-played{display:none !important}#vid-stacks_in_10392{opacity:1.0}#vid-stacks_in_10392.pre-load{opacity:0}#play-stacks_in_10392{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10392.pl-rect{height:80px}#play-stacks_in_10392.pl-square,#play-stacks_in_10392.pl-circ{height:100px}#play-stacks_in_10392.pl-circ{border-radius:50%}#play-stacks_in_10392::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10392::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10392:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10392:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10392.not-started{display:block}#play-stacks_in_10392.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10390 .vb-stacks_in_10392.bg-none{background:transparent}#stacks_in_10390 .vb-stacks_in_10392.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10394 > .container {
		max-width: 1140px;
	}









	#stacks_in_10394 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10394 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10394 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10394 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10394 {
	width: 90px;
}



#stacks_in_10396 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10396 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10396 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10396 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10396 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10396 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10398 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10398 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10398 svg  */

#stacks_in_10398 svg,
#stacks_in_10398 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10398 i,
#stacks_in_10398 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10398 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10398 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10398 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10398 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10400 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10400 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10400 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10400 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10400 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10400 h4 {
		font-size: 20px;
	}
}


#stacks_in_10400 a.foundry-header-linked,
#stacks_in_10400 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10400 a.foundry-header-linked:hover,
#stacks_in_10400 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10400 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10390 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10390 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10390 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10390 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10390 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10390 > .s-pro.pre-eff-stacks_in_10402.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10390 > .s-pro.animate-stacks_in_10402.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10390 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10390 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10390 > .s-pro[class*="animate-"] .section-box1.ani-box1{}

#s4s_flexbox_stack_stacks_in_10415 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10415 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_10415 {
	margin: 30px 0px 30px 0px;
}
#s4s_flexbox_item_stacks_in_10416 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10416 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10419 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10419 > .s-pro > .sections-layer{display:none}#stacks_in_10419 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10419 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10432.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10432.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10432.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10432{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10432.box-pos>.s-box{overflow:hidden} #stacks_in_10432>.s-box{margin: 0px }#stacks_in_10432>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10432>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10432>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10432{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10432{max-width:100.00%}}#stacks_in_10432.auto-width{width:auto!important}#stacks_in_10432.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10432>.s-box{position:relative}      






	#stacks_in_10435 > .container {
		max-width: 1140px;
	}









	#stacks_in_10435 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10435 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10435 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10435 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10435 {
	width: 90px;
}



#stacks_in_10437 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10437 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10437 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10437 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10437 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10437 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10439 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10439 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10439 svg  */

#stacks_in_10439 svg,
#stacks_in_10439 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10439 i,
#stacks_in_10439 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10439 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10439 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10439 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10439 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10441 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10441 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10441 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10441 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10441 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10441 h4 {
		font-size: 20px;
	}
}


#stacks_in_10441 a.foundry-header-linked,
#stacks_in_10441 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10441 a.foundry-header-linked:hover,
#stacks_in_10441 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10441 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10419 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10419 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10419 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10419 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10419 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10421{opacity:0 !important}#stacks_in_10419 > .s-pro > .sections-layer > #vid-stacks_in_10421.not-started.hide-when-played{display:none !important}#stacks_in_10419 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10421.hide-when-played{display:none !important}#vid-stacks_in_10421{opacity:1.0}#vid-stacks_in_10421.pre-load{opacity:0}#play-stacks_in_10421{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10421.pl-rect{height:80px}#play-stacks_in_10421.pl-square,#play-stacks_in_10421.pl-circ{height:100px}#play-stacks_in_10421.pl-circ{border-radius:50%}#play-stacks_in_10421::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10421::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10421:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10421:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10421.not-started{display:block}#play-stacks_in_10421.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10419 .vb-stacks_in_10421.bg-none{background:transparent}#stacks_in_10419 .vb-stacks_in_10421.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10423 > .container {
		max-width: 1140px;
	}









	#stacks_in_10423 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10423 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10423 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10423 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10423 {
	width: 90px;
}



#stacks_in_10425 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10425 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10425 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10425 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10425 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10425 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10427 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10427 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10427 svg  */

#stacks_in_10427 svg,
#stacks_in_10427 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10427 i,
#stacks_in_10427 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10427 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10427 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10427 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10427 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10429 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10429 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10429 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10429 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10429 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10429 h4 {
		font-size: 20px;
	}
}


#stacks_in_10429 a.foundry-header-linked,
#stacks_in_10429 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10429 a.foundry-header-linked:hover,
#stacks_in_10429 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10429 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10419 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10419 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10419 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10419 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10419 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10419 > .s-pro.pre-eff-stacks_in_10431.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10419 > .s-pro.animate-stacks_in_10431.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10419 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10419 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10419 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
#s4s_flexbox_item_stacks_in_10443 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10443 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10446 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10446 > .s-pro > .sections-layer{display:none}#stacks_in_10446 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10446 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10459.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10459.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10459.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10459{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10459.box-pos>.s-box{overflow:hidden} #stacks_in_10459>.s-box{margin: 0px }#stacks_in_10459>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10459>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10459>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10459{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10459{max-width:100.00%}}#stacks_in_10459.auto-width{width:auto!important}#stacks_in_10459.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10459>.s-box{position:relative}      






	#stacks_in_10462 > .container {
		max-width: 1140px;
	}









	#stacks_in_10462 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10462 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10462 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10462 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10462 {
	width: 90px;
}



#stacks_in_10464 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10464 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10464 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10464 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10464 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10464 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10466 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10466 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10466 svg  */

#stacks_in_10466 svg,
#stacks_in_10466 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10466 i,
#stacks_in_10466 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10466 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10466 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10466 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10466 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10468 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10468 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10468 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10468 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10468 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10468 h4 {
		font-size: 20px;
	}
}


#stacks_in_10468 a.foundry-header-linked,
#stacks_in_10468 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10468 a.foundry-header-linked:hover,
#stacks_in_10468 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10468 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10446 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10446 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10446 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10446 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10446 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10448{opacity:0 !important}#stacks_in_10446 > .s-pro > .sections-layer > #vid-stacks_in_10448.not-started.hide-when-played{display:none !important}#stacks_in_10446 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10448.hide-when-played{display:none !important}#vid-stacks_in_10448{opacity:1.0}#vid-stacks_in_10448.pre-load{opacity:0}#play-stacks_in_10448{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10448.pl-rect{height:80px}#play-stacks_in_10448.pl-square,#play-stacks_in_10448.pl-circ{height:100px}#play-stacks_in_10448.pl-circ{border-radius:50%}#play-stacks_in_10448::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10448::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10448:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10448:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10448.not-started{display:block}#play-stacks_in_10448.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10446 .vb-stacks_in_10448.bg-none{background:transparent}#stacks_in_10446 .vb-stacks_in_10448.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10450 > .container {
		max-width: 1140px;
	}









	#stacks_in_10450 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10450 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10450 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10450 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10450 {
	width: 90px;
}



#stacks_in_10452 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10452 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10452 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10452 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10452 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10452 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10454 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10454 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10454 svg  */

#stacks_in_10454 svg,
#stacks_in_10454 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10454 i,
#stacks_in_10454 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10454 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10454 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10454 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10454 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10456 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10456 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10456 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10456 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10456 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10456 h4 {
		font-size: 20px;
	}
}


#stacks_in_10456 a.foundry-header-linked,
#stacks_in_10456 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10456 a.foundry-header-linked:hover,
#stacks_in_10456 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10456 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10446 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10446 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10446 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10446 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10446 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10446 > .s-pro.pre-eff-stacks_in_10458.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10446 > .s-pro.animate-stacks_in_10458.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10446 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10446 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10446 > .s-pro[class*="animate-"] .section-box1.ani-box1{}

#s4s_flexbox_stack_stacks_in_10471 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10471 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_10471 {
	margin: 30px 0px 50px 0px;
}
#s4s_flexbox_item_stacks_in_10472 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10472 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10475 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10475 > .s-pro > .sections-layer{display:none}#stacks_in_10475 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10475 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10488.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10488.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10488.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10488{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10488.box-pos>.s-box{overflow:hidden} #stacks_in_10488>.s-box{margin: 0px }#stacks_in_10488>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10488>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10488>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10488{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10488{max-width:100.00%}}#stacks_in_10488.auto-width{width:auto!important}#stacks_in_10488.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10488>.s-box{position:relative}      






	#stacks_in_10491 > .container {
		max-width: 1140px;
	}









	#stacks_in_10491 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10491 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10491 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10491 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10491 {
	width: 90px;
}



#stacks_in_10493 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10493 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10493 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10493 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10493 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10493 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10495 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10495 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10495 svg  */

#stacks_in_10495 svg,
#stacks_in_10495 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10495 i,
#stacks_in_10495 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10495 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10495 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10495 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10495 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10497 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10497 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10497 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10497 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10497 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10497 h4 {
		font-size: 20px;
	}
}


#stacks_in_10497 a.foundry-header-linked,
#stacks_in_10497 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10497 a.foundry-header-linked:hover,
#stacks_in_10497 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10497 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10475 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10475 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10475 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10475 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10475 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10477{opacity:0 !important}#stacks_in_10475 > .s-pro > .sections-layer > #vid-stacks_in_10477.not-started.hide-when-played{display:none !important}#stacks_in_10475 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10477.hide-when-played{display:none !important}#vid-stacks_in_10477{opacity:1.0}#vid-stacks_in_10477.pre-load{opacity:0}#play-stacks_in_10477{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10477.pl-rect{height:80px}#play-stacks_in_10477.pl-square,#play-stacks_in_10477.pl-circ{height:100px}#play-stacks_in_10477.pl-circ{border-radius:50%}#play-stacks_in_10477::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10477::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10477:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10477:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10477.not-started{display:block}#play-stacks_in_10477.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10475 .vb-stacks_in_10477.bg-none{background:transparent}#stacks_in_10475 .vb-stacks_in_10477.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10479 > .container {
		max-width: 1140px;
	}









	#stacks_in_10479 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10479 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10479 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10479 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10479 {
	width: 90px;
}



#stacks_in_10481 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10481 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10481 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10481 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10481 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10481 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10483 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10483 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10483 svg  */

#stacks_in_10483 svg,
#stacks_in_10483 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10483 i,
#stacks_in_10483 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10483 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10483 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10483 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10483 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10485 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10485 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10485 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10485 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10485 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10485 h4 {
		font-size: 20px;
	}
}


#stacks_in_10485 a.foundry-header-linked,
#stacks_in_10485 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10485 a.foundry-header-linked:hover,
#stacks_in_10485 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10485 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10475 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10475 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10475 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10475 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10475 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10475 > .s-pro.pre-eff-stacks_in_10487.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10475 > .s-pro.animate-stacks_in_10487.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10475 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10475 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10475 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
#s4s_flexbox_item_stacks_in_10499 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10499 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10502 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10502 > .s-pro > .sections-layer{display:none}#stacks_in_10502 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10502 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10515.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10515.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10515.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10515{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10515.box-pos>.s-box{overflow:hidden} #stacks_in_10515>.s-box{margin: 0px }#stacks_in_10515>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10515>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10515>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10515{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10515{max-width:100.00%}}#stacks_in_10515.auto-width{width:auto!important}#stacks_in_10515.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10515>.s-box{position:relative}      






	#stacks_in_10518 > .container {
		max-width: 1140px;
	}









	#stacks_in_10518 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10518 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10518 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10518 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10518 {
	width: 90px;
}



#stacks_in_10520 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10520 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10520 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10520 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10520 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10520 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10522 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10522 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10522 svg  */

#stacks_in_10522 svg,
#stacks_in_10522 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10522 i,
#stacks_in_10522 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10522 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10522 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10522 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10522 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10524 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10524 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10524 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10524 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10524 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10524 h4 {
		font-size: 20px;
	}
}


#stacks_in_10524 a.foundry-header-linked,
#stacks_in_10524 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10524 a.foundry-header-linked:hover,
#stacks_in_10524 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10524 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10502 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10502 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10502 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10502 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10502 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10504{opacity:0 !important}#stacks_in_10502 > .s-pro > .sections-layer > #vid-stacks_in_10504.not-started.hide-when-played{display:none !important}#stacks_in_10502 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10504.hide-when-played{display:none !important}#vid-stacks_in_10504{opacity:1.0}#vid-stacks_in_10504.pre-load{opacity:0}#play-stacks_in_10504{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10504.pl-rect{height:80px}#play-stacks_in_10504.pl-square,#play-stacks_in_10504.pl-circ{height:100px}#play-stacks_in_10504.pl-circ{border-radius:50%}#play-stacks_in_10504::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10504::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10504:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10504:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10504.not-started{display:block}#play-stacks_in_10504.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10502 .vb-stacks_in_10504.bg-none{background:transparent}#stacks_in_10502 .vb-stacks_in_10504.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10506 > .container {
		max-width: 1140px;
	}









	#stacks_in_10506 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10506 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10506 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10506 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10506 {
	width: 90px;
}



#stacks_in_10508 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10508 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10508 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10508 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10508 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10508 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10510 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10510 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10510 svg  */

#stacks_in_10510 svg,
#stacks_in_10510 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10510 i,
#stacks_in_10510 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10510 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10510 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10510 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10510 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10512 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10512 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10512 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10512 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10512 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10512 h4 {
		font-size: 20px;
	}
}


#stacks_in_10512 a.foundry-header-linked,
#stacks_in_10512 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10512 a.foundry-header-linked:hover,
#stacks_in_10512 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10512 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10502 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10502 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10502 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10502 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10502 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10502 > .s-pro.pre-eff-stacks_in_10514.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10502 > .s-pro.animate-stacks_in_10514.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10502 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10502 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10502 > .s-pro[class*="animate-"] .section-box1.ani-box1{}






	#stacks_in_10172 > .container {
		max-width: 1200px;
	}










	#stacks_in_10172 > .container {
		border-radius: 0px;
	}

	


#stacks_in_10172 {
	background-color: rgba(241, 242, 245, 1.00);
	padding: 70px 0px 50px 0px;
}


#stacks_in_10528 h2 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10528 h2 {
		color: rgba(61, 61, 71, 1.00);
	}

	#stacks_in_10528 h2 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10528 h2 {
		font-size: 24px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10528 h2 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10528 h2 {
		font-size: 24px;
	}
}


#stacks_in_10528 a.foundry-header-linked,
#stacks_in_10528 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10528 a.foundry-header-linked:hover,
#stacks_in_10528 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}






	#stacks_in_10531 > .container {
		max-width: 1140px;
	}










	#stacks_in_10531 > .container {
		border-radius: 0px;
	}

	




/* Color picker style settings */


#stacks_in_10532 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10532 p a,
#stacks_in_10532 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10532 p a:hover,
#stacks_in_10532 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_10532 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_10532 .paragraph a,
#stacks_in_10532 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_10532 .paragraph a:hover,
#stacks_in_10532 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_10532 p,
	#stacks_in_10532 {
		font-size: 17px;
	}
	

	
	
	
	
	



#stacks_in_10532 p,
#stacks_in_10532 {
	
}


#stacks_in_10532 {
	margin: 14px 0px 0px 0px;
}






	#stacks_in_10535 > .container {
		max-width: 900px;
	}










	#stacks_in_10535 > .container {
		border-radius: 0px;
	}

	


#s4s_flexbox_stack_stacks_in_10536 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10536 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_10536 {
	margin: 30px 0px 30px 0px;
}
#s4s_flexbox_item_stacks_in_10537 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10537 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10540 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10540 > .s-pro > .sections-layer{display:none}#stacks_in_10540 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10540 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10553.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10553.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10553.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10553{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10553.box-pos>.s-box{overflow:hidden} #stacks_in_10553>.s-box{margin: 0px }#stacks_in_10553>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10553>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10553>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10553{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10553{max-width:100.00%}}#stacks_in_10553.auto-width{width:auto!important}#stacks_in_10553.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10553>.s-box{position:relative}      






	#stacks_in_10556 > .container {
		max-width: 1140px;
	}









	#stacks_in_10556 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10556 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10556 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10556 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10556 {
	width: 90px;
}



#stacks_in_10558 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10558 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10558 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10558 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10558 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10558 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10560 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10560 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10560 svg  */

#stacks_in_10560 svg,
#stacks_in_10560 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10560 i,
#stacks_in_10560 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10560 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10560 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10560 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10560 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10562 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10562 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10562 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10562 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10562 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10562 h4 {
		font-size: 20px;
	}
}


#stacks_in_10562 a.foundry-header-linked,
#stacks_in_10562 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10562 a.foundry-header-linked:hover,
#stacks_in_10562 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10562 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10540 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10540 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10540 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10540 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10540 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10542{opacity:0 !important}#stacks_in_10540 > .s-pro > .sections-layer > #vid-stacks_in_10542.not-started.hide-when-played{display:none !important}#stacks_in_10540 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10542.hide-when-played{display:none !important}#vid-stacks_in_10542{opacity:1.0}#vid-stacks_in_10542.pre-load{opacity:0}#play-stacks_in_10542{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10542.pl-rect{height:80px}#play-stacks_in_10542.pl-square,#play-stacks_in_10542.pl-circ{height:100px}#play-stacks_in_10542.pl-circ{border-radius:50%}#play-stacks_in_10542::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10542::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10542:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10542:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10542.not-started{display:block}#play-stacks_in_10542.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10540 .vb-stacks_in_10542.bg-none{background:transparent}#stacks_in_10540 .vb-stacks_in_10542.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10544 > .container {
		max-width: 1140px;
	}









	#stacks_in_10544 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10544 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10544 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10544 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10544 {
	width: 90px;
}



#stacks_in_10546 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10546 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10546 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10546 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10546 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10546 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10548 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10548 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10548 svg  */

#stacks_in_10548 svg,
#stacks_in_10548 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10548 i,
#stacks_in_10548 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10548 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10548 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10548 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10548 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10550 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10550 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10550 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10550 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10550 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10550 h4 {
		font-size: 20px;
	}
}


#stacks_in_10550 a.foundry-header-linked,
#stacks_in_10550 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10550 a.foundry-header-linked:hover,
#stacks_in_10550 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10550 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10540 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10540 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10540 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10540 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10540 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10540 > .s-pro.pre-eff-stacks_in_10552.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10540 > .s-pro.animate-stacks_in_10552.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10540 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10540 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10540 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
#s4s_flexbox_item_stacks_in_10564 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10564 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10567 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10567 > .s-pro > .sections-layer{display:none}#stacks_in_10567 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10567 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10580.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10580.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10580.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10580{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10580.box-pos>.s-box{overflow:hidden} #stacks_in_10580>.s-box{margin: 0px }#stacks_in_10580>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10580>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10580>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10580{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10580{max-width:100.00%}}#stacks_in_10580.auto-width{width:auto!important}#stacks_in_10580.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10580>.s-box{position:relative}      






	#stacks_in_10583 > .container {
		max-width: 1140px;
	}









	#stacks_in_10583 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10583 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10583 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10583 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10583 {
	width: 90px;
}



#stacks_in_10585 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10585 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10585 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10585 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10585 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10585 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10587 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10587 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10587 svg  */

#stacks_in_10587 svg,
#stacks_in_10587 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10587 i,
#stacks_in_10587 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10587 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10587 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10587 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10587 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10589 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10589 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10589 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10589 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10589 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10589 h4 {
		font-size: 20px;
	}
}


#stacks_in_10589 a.foundry-header-linked,
#stacks_in_10589 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10589 a.foundry-header-linked:hover,
#stacks_in_10589 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10589 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10567 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10567 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10567 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10567 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10567 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10569{opacity:0 !important}#stacks_in_10567 > .s-pro > .sections-layer > #vid-stacks_in_10569.not-started.hide-when-played{display:none !important}#stacks_in_10567 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10569.hide-when-played{display:none !important}#vid-stacks_in_10569{opacity:1.0}#vid-stacks_in_10569.pre-load{opacity:0}#play-stacks_in_10569{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10569.pl-rect{height:80px}#play-stacks_in_10569.pl-square,#play-stacks_in_10569.pl-circ{height:100px}#play-stacks_in_10569.pl-circ{border-radius:50%}#play-stacks_in_10569::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10569::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10569:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10569:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10569.not-started{display:block}#play-stacks_in_10569.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10567 .vb-stacks_in_10569.bg-none{background:transparent}#stacks_in_10567 .vb-stacks_in_10569.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10571 > .container {
		max-width: 1140px;
	}









	#stacks_in_10571 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10571 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10571 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10571 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10571 {
	width: 90px;
}



#stacks_in_10573 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10573 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10573 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10573 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10573 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10573 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10575 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10575 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10575 svg  */

#stacks_in_10575 svg,
#stacks_in_10575 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10575 i,
#stacks_in_10575 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10575 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10575 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10575 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10575 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10577 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10577 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10577 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10577 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10577 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10577 h4 {
		font-size: 20px;
	}
}


#stacks_in_10577 a.foundry-header-linked,
#stacks_in_10577 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10577 a.foundry-header-linked:hover,
#stacks_in_10577 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10577 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10567 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10567 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10567 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10567 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10567 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10567 > .s-pro.pre-eff-stacks_in_10579.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10567 > .s-pro.animate-stacks_in_10579.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10567 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10567 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10567 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
#s4s_flexbox_item_stacks_in_10591 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10591 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10594 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10594 > .s-pro > .sections-layer{display:none}#stacks_in_10594 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10594 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10607.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10607.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10607.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10607{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10607.box-pos>.s-box{overflow:hidden} #stacks_in_10607>.s-box{margin: 0px }#stacks_in_10607>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10607>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10607>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10607{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10607{max-width:100.00%}}#stacks_in_10607.auto-width{width:auto!important}#stacks_in_10607.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10607>.s-box{position:relative}      






	#stacks_in_10610 > .container {
		max-width: 1140px;
	}









	#stacks_in_10610 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10610 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10610 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10610 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10610 {
	width: 90px;
}



#stacks_in_10612 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10612 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10612 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10612 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10612 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10612 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10614 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10614 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10614 svg  */

#stacks_in_10614 svg,
#stacks_in_10614 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10614 i,
#stacks_in_10614 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10614 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10614 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10614 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10614 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10616 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10616 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10616 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10616 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10616 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10616 h4 {
		font-size: 20px;
	}
}


#stacks_in_10616 a.foundry-header-linked,
#stacks_in_10616 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10616 a.foundry-header-linked:hover,
#stacks_in_10616 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10616 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10594 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10594 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10594 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10594 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10594 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10596{opacity:0 !important}#stacks_in_10594 > .s-pro > .sections-layer > #vid-stacks_in_10596.not-started.hide-when-played{display:none !important}#stacks_in_10594 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10596.hide-when-played{display:none !important}#vid-stacks_in_10596{opacity:1.0}#vid-stacks_in_10596.pre-load{opacity:0}#play-stacks_in_10596{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10596.pl-rect{height:80px}#play-stacks_in_10596.pl-square,#play-stacks_in_10596.pl-circ{height:100px}#play-stacks_in_10596.pl-circ{border-radius:50%}#play-stacks_in_10596::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10596::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10596:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10596:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10596.not-started{display:block}#play-stacks_in_10596.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10594 .vb-stacks_in_10596.bg-none{background:transparent}#stacks_in_10594 .vb-stacks_in_10596.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10598 > .container {
		max-width: 1140px;
	}









	#stacks_in_10598 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10598 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10598 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10598 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10598 {
	width: 90px;
}



#stacks_in_10600 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10600 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10600 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10600 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10600 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10600 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10602 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10602 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10602 svg  */

#stacks_in_10602 svg,
#stacks_in_10602 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10602 i,
#stacks_in_10602 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10602 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10602 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10602 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10602 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10604 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10604 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10604 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10604 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10604 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10604 h4 {
		font-size: 20px;
	}
}


#stacks_in_10604 a.foundry-header-linked,
#stacks_in_10604 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10604 a.foundry-header-linked:hover,
#stacks_in_10604 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10604 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10594 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10594 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10594 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10594 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10594 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10594 > .s-pro.pre-eff-stacks_in_10606.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10594 > .s-pro.animate-stacks_in_10606.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10594 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10594 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10594 > .s-pro[class*="animate-"] .section-box1.ani-box1{}

#s4s_flexbox_stack_stacks_in_10619 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_10619 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_10619 {
	margin: 30px 0px 50px 0px;
}
#s4s_flexbox_item_stacks_in_10620 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10620 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10623 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10623 > .s-pro > .sections-layer{display:none}#stacks_in_10623 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10623 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10636.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10636.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10636.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10636{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10636.box-pos>.s-box{overflow:hidden} #stacks_in_10636>.s-box{margin: 0px }#stacks_in_10636>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10636>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10636>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10636{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10636{max-width:100.00%}}#stacks_in_10636.auto-width{width:auto!important}#stacks_in_10636.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10636>.s-box{position:relative}      






	#stacks_in_10639 > .container {
		max-width: 1140px;
	}









	#stacks_in_10639 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10639 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10639 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10639 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10639 {
	width: 90px;
}



#stacks_in_10641 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10641 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10641 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10641 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10641 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10641 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10643 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10643 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10643 svg  */

#stacks_in_10643 svg,
#stacks_in_10643 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10643 i,
#stacks_in_10643 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10643 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10643 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10643 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10643 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10645 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10645 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10645 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10645 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10645 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10645 h4 {
		font-size: 20px;
	}
}


#stacks_in_10645 a.foundry-header-linked,
#stacks_in_10645 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10645 a.foundry-header-linked:hover,
#stacks_in_10645 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10645 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10623 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10623 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10623 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10623 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10623 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10625{opacity:0 !important}#stacks_in_10623 > .s-pro > .sections-layer > #vid-stacks_in_10625.not-started.hide-when-played{display:none !important}#stacks_in_10623 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10625.hide-when-played{display:none !important}#vid-stacks_in_10625{opacity:1.0}#vid-stacks_in_10625.pre-load{opacity:0}#play-stacks_in_10625{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10625.pl-rect{height:80px}#play-stacks_in_10625.pl-square,#play-stacks_in_10625.pl-circ{height:100px}#play-stacks_in_10625.pl-circ{border-radius:50%}#play-stacks_in_10625::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10625::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10625:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10625:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10625.not-started{display:block}#play-stacks_in_10625.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10623 .vb-stacks_in_10625.bg-none{background:transparent}#stacks_in_10623 .vb-stacks_in_10625.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10627 > .container {
		max-width: 1140px;
	}









	#stacks_in_10627 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10627 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10627 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10627 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10627 {
	width: 90px;
}



#stacks_in_10629 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10629 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10629 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10629 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10629 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10629 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10631 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10631 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10631 svg  */

#stacks_in_10631 svg,
#stacks_in_10631 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10631 i,
#stacks_in_10631 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10631 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10631 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10631 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10631 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10633 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10633 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10633 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10633 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10633 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10633 h4 {
		font-size: 20px;
	}
}


#stacks_in_10633 a.foundry-header-linked,
#stacks_in_10633 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10633 a.foundry-header-linked:hover,
#stacks_in_10633 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10633 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10623 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10623 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10623 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10623 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10623 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10623 > .s-pro.pre-eff-stacks_in_10635.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10623 > .s-pro.animate-stacks_in_10635.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10623 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10623 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10623 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
#s4s_flexbox_item_stacks_in_10647 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10647 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10650 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10650 > .s-pro > .sections-layer{display:none}#stacks_in_10650 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10650 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10663.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10663.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10663.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10663{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10663.box-pos>.s-box{overflow:hidden} #stacks_in_10663>.s-box{margin: 0px }#stacks_in_10663>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10663>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10663>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10663{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10663{max-width:100.00%}}#stacks_in_10663.auto-width{width:auto!important}#stacks_in_10663.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10663>.s-box{position:relative}      






	#stacks_in_10666 > .container {
		max-width: 1140px;
	}









	#stacks_in_10666 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10666 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10666 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10666 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10666 {
	width: 90px;
}



#stacks_in_10668 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10668 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10668 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10668 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10668 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10668 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10670 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10670 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10670 svg  */

#stacks_in_10670 svg,
#stacks_in_10670 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10670 i,
#stacks_in_10670 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10670 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10670 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10670 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10670 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10672 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10672 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10672 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10672 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10672 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10672 h4 {
		font-size: 20px;
	}
}


#stacks_in_10672 a.foundry-header-linked,
#stacks_in_10672 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10672 a.foundry-header-linked:hover,
#stacks_in_10672 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10672 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10650 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10650 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10650 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10650 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10650 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10652{opacity:0 !important}#stacks_in_10650 > .s-pro > .sections-layer > #vid-stacks_in_10652.not-started.hide-when-played{display:none !important}#stacks_in_10650 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10652.hide-when-played{display:none !important}#vid-stacks_in_10652{opacity:1.0}#vid-stacks_in_10652.pre-load{opacity:0}#play-stacks_in_10652{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10652.pl-rect{height:80px}#play-stacks_in_10652.pl-square,#play-stacks_in_10652.pl-circ{height:100px}#play-stacks_in_10652.pl-circ{border-radius:50%}#play-stacks_in_10652::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10652::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10652:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10652:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10652.not-started{display:block}#play-stacks_in_10652.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10650 .vb-stacks_in_10652.bg-none{background:transparent}#stacks_in_10650 .vb-stacks_in_10652.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10654 > .container {
		max-width: 1140px;
	}









	#stacks_in_10654 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10654 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10654 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10654 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10654 {
	width: 90px;
}



#stacks_in_10656 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10656 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10656 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10656 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10656 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10656 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10658 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10658 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10658 svg  */

#stacks_in_10658 svg,
#stacks_in_10658 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10658 i,
#stacks_in_10658 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10658 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10658 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10658 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10658 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10660 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10660 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10660 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10660 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10660 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10660 h4 {
		font-size: 20px;
	}
}


#stacks_in_10660 a.foundry-header-linked,
#stacks_in_10660 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10660 a.foundry-header-linked:hover,
#stacks_in_10660 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10660 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10650 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10650 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10650 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10650 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10650 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10650 > .s-pro.pre-eff-stacks_in_10662.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10650 > .s-pro.animate-stacks_in_10662.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10650 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10650 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10650 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
#s4s_flexbox_item_stacks_in_10674 {
  
  flex-grow: 0;
  flex-basis: 50%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_10674 {
    
    flex-grow: 0;
    flex-basis: 50%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_10677 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10677 > .s-pro > .sections-layer{display:none}#stacks_in_10677 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10677 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_10690.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_10690.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_10690.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_10690{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_10690.box-pos>.s-box{overflow:hidden} #stacks_in_10690>.s-box{margin: 0px }#stacks_in_10690>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10690>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_10690>.s-box>.s-box-content{padding: 0px }}   #stacks_in_10690{max-width:100.00%}@media all and (min-width:640px){#stacks_in_10690{max-width:100.00%}}#stacks_in_10690.auto-width{width:auto!important}#stacks_in_10690.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_10690>.s-box{position:relative}      






	#stacks_in_10693 > .container {
		max-width: 1140px;
	}









	#stacks_in_10693 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10693 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10693 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10693 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10693 {
	width: 90px;
}



#stacks_in_10695 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10695 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10695 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10695 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10695 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10695 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10697 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10697 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10697 svg  */

#stacks_in_10697 svg,
#stacks_in_10697 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_10697 i,
#stacks_in_10697 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10697 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10697 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10697 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_10697 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10699 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10699 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10699 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10699 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10699 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10699 h4 {
		font-size: 20px;
	}
}


#stacks_in_10699 a.foundry-header-linked,
#stacks_in_10699 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10699 a.foundry-header-linked:hover,
#stacks_in_10699 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10699 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10677 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_10677 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_10677 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_10677 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_10677 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10679{opacity:0 !important}#stacks_in_10677 > .s-pro > .sections-layer > #vid-stacks_in_10679.not-started.hide-when-played{display:none !important}#stacks_in_10677 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_10679.hide-when-played{display:none !important}#vid-stacks_in_10679{opacity:1.0}#vid-stacks_in_10679.pre-load{opacity:0}#play-stacks_in_10679{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_10679.pl-rect{height:80px}#play-stacks_in_10679.pl-square,#play-stacks_in_10679.pl-circ{height:100px}#play-stacks_in_10679.pl-circ{border-radius:50%}#play-stacks_in_10679::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10679::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_10679:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_10679:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_10679.not-started{display:block}#play-stacks_in_10679.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_10677 .vb-stacks_in_10679.bg-none{background:transparent}#stacks_in_10677 .vb-stacks_in_10679.bg-color{background-color:rgba(105, 157, 255, 1.00)}






	#stacks_in_10681 > .container {
		max-width: 1140px;
	}









	#stacks_in_10681 > .container {
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	
		#stacks_in_10681 > .container {
			overflow: hidden !important;
		}
	

	
		#stacks_in_10681 > .container {
			overflow: hidden !important;
		}
	



#stacks_in_10681 {
	background-color: rgba(36, 183, 255, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#stacks_out_10681 {
	width: 90px;
}



#stacks_in_10683 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_10683 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_10683 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9375em) {
	#stacks_in_10683 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_10683 .vertical-center-wrapper {
		height: 90px;

	}
}

@media (min-width: 62em) {
	#stacks_in_10683 .vertical-center-wrapper {
		height: 90px;

	}
}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_10685 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10685 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_10685 svg  */

#stacks_in_10685 svg,
#stacks_in_10685 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_10685 i,
#stacks_in_10685 svg {
  position: relative;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_10685 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_10685 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_10685 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_10685 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons';
}


#stacks_in_10687 h4 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_10687 h4 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_10687 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_10687 h4 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_10687 h4 {
		font-size: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_10687 h4 {
		font-size: 20px;
	}
}


#stacks_in_10687 a.foundry-header-linked,
#stacks_in_10687 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_10687 a.foundry-header-linked:hover,
#stacks_in_10687 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_10687 {
	margin: 15px 20px 0px 20px;
}
#stacks_in_10677 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_10677 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_10677 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_10677 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10677 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_10677 > .s-pro.pre-eff-stacks_in_10689.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_10677 > .s-pro.animate-stacks_in_10689.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_10677 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_10677 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_10677 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
#com_bigwhiteduck_stacks_popdrop_stack .dropem{display:none !important}
[data-pop-source="stacks_in_7463"].popdrop-popover{z-index:9999;min-width:235px;min-height:32px;-webkit-transition-duration:150ms;transition-duration:150ms}@media screen and (min-width:640px){[data-pop-source="stacks_in_7463"].popdrop-popover{min-width:280px}}[data-pop-source="stacks_in_7463"].popdrop-popover .popdrop-popover-content{padding:15px 15px}[data-pop-source="stacks_in_7463"].popdrop-popover .popdrop-popover-title{text-align:left;font-weight:bold;text-transform:none}[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style{border:0px solid rgba(0, 0, 0, 0.00);-webkit-box-shadow:0px 10px 50px -15px rgba(0, 0, 0, 0.31);box-shadow:0px 10px 50px -15px rgba(0, 0, 0, 0.31);background-color:rgba(255, 255, 255, 1.00);border-radius:15px}[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style .popdrop-popover-title{color:rgba(255, 255, 255, 1.00);background:rgba(57, 73, 171, 1.00);border-bottom:1px solid rgba(245, 245, 245, 1.00);border-radius:calc(15px - 0px) calc(15px - 0px) 0 0}[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style .popdrop-close{color:rgba(140, 140, 140, 1.00);text-shadow:0 1px 0 #fff}[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow{border-top-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow:after,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow:after,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow:after{border-top-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow{border-right-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow:after,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow:after,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow:after{border-right-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow{border-bottom-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow:after,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow:after,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow:after{border-bottom-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow{border-left-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow:after,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow:after,[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow:after{border-left-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .popdrop-popover-content{padding:15px 15px;overflow:scroll}[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item{border-right:none;border-left:none}[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:first-child{border-top:0}[data-pop-source="stacks_in_7463"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:last-child{border-bottom:0}[data-pop-source="stacks_in_7463"].popdrop-popover .popdrop-popover-backdrop{background-color:rgba(0,0,0,0.65);z-index:9998}[data-pop-source="stacks_in_7463"].popdrop-popover .popdrop-popover .dropdown-menu{display:block;position:relative;top:0;border:none;-webkit-box-shadow:none;box-shadow:none;float:none}
#stacks_in_7463.dropem,.popdrop-popover-inner.pop-stacks_in_7463{max-width:280px}@media screen and (min-width:640px){#stacks_in_7463.dropem,.popdrop-popover-inner.pop-stacks_in_7463{max-width:360px}}.popdrop-popover[data-pop-source="stacks_in_7463"] .popdrop-popover-content{overflow:auto}#stacks_in_7463.dropem{display:none}


#stacks_in_7470 h5 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_7470 h5 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_7470 h5 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_7470 h5 {
		font-size: 24px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_7470 h5 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7470 h5 {
		font-size: 24px;
	}
}


#stacks_in_7470 a.foundry-header-linked,
#stacks_in_7470 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_7470 a.foundry-header-linked:hover,
#stacks_in_7470 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}



/* Color picker style settings */


#stacks_in_7472 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_7472 p a,
#stacks_in_7472 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_7472 p a:hover,
#stacks_in_7472 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7472 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_7472 .paragraph a,
#stacks_in_7472 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_7472 .paragraph a:hover,
#stacks_in_7472 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_7472 p,
	#stacks_in_7472 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_7472 p,
#stacks_in_7472 {
	margin-bottom: 0;
}


#com_bigwhiteduck_stacks_popdrop_stack .dropem{display:none !important}
[data-pop-source="stacks_in_7479"].popdrop-popover{z-index:9999;min-width:235px;min-height:32px;-webkit-transition-duration:150ms;transition-duration:150ms}@media screen and (min-width:640px){[data-pop-source="stacks_in_7479"].popdrop-popover{min-width:280px}}[data-pop-source="stacks_in_7479"].popdrop-popover .popdrop-popover-content{padding:15px 15px}[data-pop-source="stacks_in_7479"].popdrop-popover .popdrop-popover-title{text-align:left;font-weight:bold;text-transform:none}[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style{border:0px solid rgba(0, 0, 0, 0.00);-webkit-box-shadow:0px 10px 50px -15px rgba(0, 0, 0, 0.31);box-shadow:0px 10px 50px -15px rgba(0, 0, 0, 0.31);background-color:rgba(255, 255, 255, 1.00);border-radius:15px}[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style .popdrop-popover-title{color:rgba(255, 255, 255, 1.00);background:rgba(57, 73, 171, 1.00);border-bottom:1px solid rgba(245, 245, 245, 1.00);border-radius:calc(15px - 0px) calc(15px - 0px) 0 0}[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style .popdrop-close{color:rgba(140, 140, 140, 1.00);text-shadow:0 1px 0 #fff}[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow{border-top-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow:after,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow:after,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow:after{border-top-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow{border-right-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow:after,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow:after,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow:after{border-right-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow{border-bottom-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow:after,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow:after,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow:after{border-bottom-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow{border-left-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow:after,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow:after,[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow:after{border-left-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .popdrop-popover-content{padding:15px 15px;overflow:scroll}[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item{border-right:none;border-left:none}[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:first-child{border-top:0}[data-pop-source="stacks_in_7479"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:last-child{border-bottom:0}[data-pop-source="stacks_in_7479"].popdrop-popover .popdrop-popover-backdrop{background-color:rgba(0,0,0,0.65);z-index:9998}[data-pop-source="stacks_in_7479"].popdrop-popover .popdrop-popover .dropdown-menu{display:block;position:relative;top:0;border:none;-webkit-box-shadow:none;box-shadow:none;float:none}
#stacks_in_7479.dropem,.popdrop-popover-inner.pop-stacks_in_7479{max-width:280px}@media screen and (min-width:640px){#stacks_in_7479.dropem,.popdrop-popover-inner.pop-stacks_in_7479{max-width:360px}}.popdrop-popover[data-pop-source="stacks_in_7479"] .popdrop-popover-content{overflow:auto}#stacks_in_7479.dropem{display:none}


#stacks_in_7480 h5 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_7480 h5 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_7480 h5 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_7480 h5 {
		font-size: 24px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_7480 h5 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7480 h5 {
		font-size: 24px;
	}
}


#stacks_in_7480 a.foundry-header-linked,
#stacks_in_7480 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_7480 a.foundry-header-linked:hover,
#stacks_in_7480 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}



/* Color picker style settings */


#stacks_in_7483 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_7483 p a,
#stacks_in_7483 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_7483 p a:hover,
#stacks_in_7483 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7483 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_7483 .paragraph a,
#stacks_in_7483 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_7483 .paragraph a:hover,
#stacks_in_7483 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_7483 p,
	#stacks_in_7483 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_7483 p,
#stacks_in_7483 {
	margin-bottom: 0;
}


#com_bigwhiteduck_stacks_popdrop_stack .dropem{display:none !important}
[data-pop-source="stacks_in_7493"].popdrop-popover{z-index:9999;min-width:235px;min-height:32px;-webkit-transition-duration:150ms;transition-duration:150ms}@media screen and (min-width:640px){[data-pop-source="stacks_in_7493"].popdrop-popover{min-width:280px}}[data-pop-source="stacks_in_7493"].popdrop-popover .popdrop-popover-content{padding:15px 15px}[data-pop-source="stacks_in_7493"].popdrop-popover .popdrop-popover-title{text-align:left;font-weight:bold;text-transform:none}[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style{border:0px solid rgba(0, 0, 0, 0.00);-webkit-box-shadow:0px 10px 50px -15px rgba(0, 0, 0, 0.31);box-shadow:0px 10px 50px -15px rgba(0, 0, 0, 0.31);background-color:rgba(255, 255, 255, 1.00);border-radius:15px}[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style .popdrop-popover-title{color:rgba(255, 255, 255, 1.00);background:rgba(57, 73, 171, 1.00);border-bottom:1px solid rgba(245, 245, 245, 1.00);border-radius:calc(15px - 0px) calc(15px - 0px) 0 0}[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style .popdrop-close{color:rgba(140, 140, 140, 1.00);text-shadow:0 1px 0 #fff}[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow{border-top-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow:after,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow:after,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow:after{border-top-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow{border-right-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow:after,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow:after,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow:after{border-right-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow{border-bottom-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow:after,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow:after,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow:after{border-bottom-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow{border-left-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow:after,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow:after,[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow:after{border-left-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .popdrop-popover-content{padding:15px 15px;overflow:scroll}[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item{border-right:none;border-left:none}[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:first-child{border-top:0}[data-pop-source="stacks_in_7493"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:last-child{border-bottom:0}[data-pop-source="stacks_in_7493"].popdrop-popover .popdrop-popover-backdrop{background-color:rgba(0,0,0,0.65);z-index:9998}[data-pop-source="stacks_in_7493"].popdrop-popover .popdrop-popover .dropdown-menu{display:block;position:relative;top:0;border:none;-webkit-box-shadow:none;box-shadow:none;float:none}
#stacks_in_7493.dropem,.popdrop-popover-inner.pop-stacks_in_7493{max-width:280px}@media screen and (min-width:640px){#stacks_in_7493.dropem,.popdrop-popover-inner.pop-stacks_in_7493{max-width:360px}}.popdrop-popover[data-pop-source="stacks_in_7493"] .popdrop-popover-content{overflow:auto}#stacks_in_7493.dropem{display:none}


#stacks_in_7494 h5 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_7494 h5 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_7494 h5 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_7494 h5 {
		font-size: 24px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_7494 h5 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7494 h5 {
		font-size: 24px;
	}
}


#stacks_in_7494 a.foundry-header-linked,
#stacks_in_7494 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_7494 a.foundry-header-linked:hover,
#stacks_in_7494 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}



/* Color picker style settings */


#stacks_in_7497 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_7497 p a,
#stacks_in_7497 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_7497 p a:hover,
#stacks_in_7497 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7497 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_7497 .paragraph a,
#stacks_in_7497 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_7497 .paragraph a:hover,
#stacks_in_7497 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_7497 p,
	#stacks_in_7497 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_7497 p,
#stacks_in_7497 {
	margin-bottom: 0;
}


#com_bigwhiteduck_stacks_popdrop_stack .dropem{display:none !important}
[data-pop-source="stacks_in_7508"].popdrop-popover{z-index:9999;min-width:235px;min-height:32px;-webkit-transition-duration:150ms;transition-duration:150ms}@media screen and (min-width:640px){[data-pop-source="stacks_in_7508"].popdrop-popover{min-width:280px}}[data-pop-source="stacks_in_7508"].popdrop-popover .popdrop-popover-content{padding:15px 15px}[data-pop-source="stacks_in_7508"].popdrop-popover .popdrop-popover-title{text-align:left;font-weight:bold;text-transform:none}[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style{border:0px solid rgba(0, 0, 0, 0.00);-webkit-box-shadow:0px 10px 50px -15px rgba(0, 0, 0, 0.31);box-shadow:0px 10px 50px -15px rgba(0, 0, 0, 0.31);background-color:rgba(255, 255, 255, 1.00);border-radius:15px}[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style .popdrop-popover-title{color:rgba(255, 255, 255, 1.00);background:rgba(57, 73, 171, 1.00);border-bottom:1px solid rgba(245, 245, 245, 1.00);border-radius:calc(15px - 0px) calc(15px - 0px) 0 0}[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style .popdrop-close{color:rgba(140, 140, 140, 1.00);text-shadow:0 1px 0 #fff}[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow{border-top-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow:after,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow:after,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow:after{border-top-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow{border-right-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow:after,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow:after,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow:after{border-right-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow{border-bottom-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow:after,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow:after,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow:after{border-bottom-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow{border-left-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow:after,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow:after,[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow:after{border-left-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .popdrop-popover-content{padding:15px 15px;overflow:scroll}[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item{border-right:none;border-left:none}[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:first-child{border-top:0}[data-pop-source="stacks_in_7508"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:last-child{border-bottom:0}[data-pop-source="stacks_in_7508"].popdrop-popover .popdrop-popover-backdrop{background-color:rgba(0,0,0,0.65);z-index:9998}[data-pop-source="stacks_in_7508"].popdrop-popover .popdrop-popover .dropdown-menu{display:block;position:relative;top:0;border:none;-webkit-box-shadow:none;box-shadow:none;float:none}
#stacks_in_7508.dropem,.popdrop-popover-inner.pop-stacks_in_7508{max-width:280px}@media screen and (min-width:640px){#stacks_in_7508.dropem,.popdrop-popover-inner.pop-stacks_in_7508{max-width:360px}}.popdrop-popover[data-pop-source="stacks_in_7508"] .popdrop-popover-content{overflow:auto}#stacks_in_7508.dropem{display:none}


#stacks_in_7509 h5 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_7509 h5 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_7509 h5 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_7509 h5 {
		font-size: 24px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_7509 h5 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7509 h5 {
		font-size: 24px;
	}
}


#stacks_in_7509 a.foundry-header-linked,
#stacks_in_7509 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_7509 a.foundry-header-linked:hover,
#stacks_in_7509 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}



/* Color picker style settings */


#stacks_in_7512 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_7512 p a,
#stacks_in_7512 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_7512 p a:hover,
#stacks_in_7512 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7512 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_7512 .paragraph a,
#stacks_in_7512 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_7512 .paragraph a:hover,
#stacks_in_7512 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_7512 p,
	#stacks_in_7512 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_7512 p,
#stacks_in_7512 {
	margin-bottom: 0;
}


#com_bigwhiteduck_stacks_popdrop_stack .dropem{display:none !important}
[data-pop-source="stacks_in_7522"].popdrop-popover{z-index:9999;min-width:235px;min-height:32px;-webkit-transition-duration:150ms;transition-duration:150ms}@media screen and (min-width:640px){[data-pop-source="stacks_in_7522"].popdrop-popover{min-width:280px}}[data-pop-source="stacks_in_7522"].popdrop-popover .popdrop-popover-content{padding:15px 15px}[data-pop-source="stacks_in_7522"].popdrop-popover .popdrop-popover-title{text-align:left;font-weight:bold;text-transform:none}[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style{border:0px solid rgba(0, 0, 0, 0.00);-webkit-box-shadow:0px 10px 50px -15px rgba(0, 0, 0, 0.31);box-shadow:0px 10px 50px -15px rgba(0, 0, 0, 0.31);background-color:rgba(255, 255, 255, 1.00);border-radius:15px}[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style .popdrop-popover-title{color:rgba(255, 255, 255, 1.00);background:rgba(57, 73, 171, 1.00);border-bottom:1px solid rgba(245, 245, 245, 1.00);border-radius:calc(15px - 0px) calc(15px - 0px) 0 0}[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style .popdrop-close{color:rgba(140, 140, 140, 1.00);text-shadow:0 1px 0 #fff}[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow{border-top-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow:after,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow:after,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow:after{border-top-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow{border-right-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow:after,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow:after,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow:after{border-right-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow{border-bottom-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow:after,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow:after,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow:after{border-bottom-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow{border-left-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow:after,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow:after,[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow:after{border-left-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .popdrop-popover-content{padding:15px 15px;overflow:scroll}[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item{border-right:none;border-left:none}[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:first-child{border-top:0}[data-pop-source="stacks_in_7522"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:last-child{border-bottom:0}[data-pop-source="stacks_in_7522"].popdrop-popover .popdrop-popover-backdrop{background-color:rgba(0,0,0,0.65);z-index:9998}[data-pop-source="stacks_in_7522"].popdrop-popover .popdrop-popover .dropdown-menu{display:block;position:relative;top:0;border:none;-webkit-box-shadow:none;box-shadow:none;float:none}
#stacks_in_7522.dropem,.popdrop-popover-inner.pop-stacks_in_7522{max-width:280px}@media screen and (min-width:640px){#stacks_in_7522.dropem,.popdrop-popover-inner.pop-stacks_in_7522{max-width:360px}}.popdrop-popover[data-pop-source="stacks_in_7522"] .popdrop-popover-content{overflow:auto}#stacks_in_7522.dropem{display:none}


#stacks_in_7523 h5 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_7523 h5 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_7523 h5 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_7523 h5 {
		font-size: 24px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_7523 h5 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7523 h5 {
		font-size: 24px;
	}
}


#stacks_in_7523 a.foundry-header-linked,
#stacks_in_7523 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_7523 a.foundry-header-linked:hover,
#stacks_in_7523 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}



/* Color picker style settings */


#stacks_in_7526 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_7526 p a,
#stacks_in_7526 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_7526 p a:hover,
#stacks_in_7526 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7526 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_7526 .paragraph a,
#stacks_in_7526 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_7526 .paragraph a:hover,
#stacks_in_7526 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_7526 p,
	#stacks_in_7526 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_7526 p,
#stacks_in_7526 {
	margin-bottom: 0;
}


#com_bigwhiteduck_stacks_popdrop_stack .dropem{display:none !important}
[data-pop-source="stacks_in_7536"].popdrop-popover{z-index:9999;min-width:235px;min-height:32px;-webkit-transition-duration:150ms;transition-duration:150ms}@media screen and (min-width:640px){[data-pop-source="stacks_in_7536"].popdrop-popover{min-width:280px}}[data-pop-source="stacks_in_7536"].popdrop-popover .popdrop-popover-content{padding:15px 15px}[data-pop-source="stacks_in_7536"].popdrop-popover .popdrop-popover-title{text-align:left;font-weight:bold;text-transform:none}[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style{border:0px solid rgba(0, 0, 0, 0.00);-webkit-box-shadow:0px 10px 50px -15px rgba(0, 0, 0, 0.31);box-shadow:0px 10px 50px -15px rgba(0, 0, 0, 0.31);background-color:rgba(255, 255, 255, 1.00);border-radius:15px}[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style .popdrop-popover-title{color:rgba(255, 255, 255, 1.00);background:rgba(57, 73, 171, 1.00);border-bottom:1px solid rgba(245, 245, 245, 1.00);border-radius:calc(15px - 0px) calc(15px - 0px) 0 0}[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style .popdrop-close{color:rgba(140, 140, 140, 1.00);text-shadow:0 1px 0 #fff}[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow{border-top-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow:after,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow:after,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow:after{border-top-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow{border-right-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow:after,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow:after,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow:after{border-right-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow{border-bottom-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow:after,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow:after,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow:after{border-bottom-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow{border-left-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow:after,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow:after,[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow:after{border-left-color:rgba(255, 255, 255, 1.00)}[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .popdrop-popover-content{padding:15px 15px;overflow:scroll}[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item{border-right:none;border-left:none}[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:first-child{border-top:0}[data-pop-source="stacks_in_7536"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:last-child{border-bottom:0}[data-pop-source="stacks_in_7536"].popdrop-popover .popdrop-popover-backdrop{background-color:rgba(0,0,0,0.65);z-index:9998}[data-pop-source="stacks_in_7536"].popdrop-popover .popdrop-popover .dropdown-menu{display:block;position:relative;top:0;border:none;-webkit-box-shadow:none;box-shadow:none;float:none}
#stacks_in_7536.dropem,.popdrop-popover-inner.pop-stacks_in_7536{max-width:280px}@media screen and (min-width:640px){#stacks_in_7536.dropem,.popdrop-popover-inner.pop-stacks_in_7536{max-width:360px}}.popdrop-popover[data-pop-source="stacks_in_7536"] .popdrop-popover-content{overflow:auto}#stacks_in_7536.dropem{display:none}


#stacks_in_7537 h5 {
	
		font-weight: 600;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
	line-height: 1.10;
	
}


	#stacks_in_7537 h5 {
		color: rgba(81, 92, 108, 1.00);
	}

	#stacks_in_7537 h5 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_7537 h5 {
		font-size: 24px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_7537 h5 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7537 h5 {
		font-size: 24px;
	}
}


#stacks_in_7537 a.foundry-header-linked,
#stacks_in_7537 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_7537 a.foundry-header-linked:hover,
#stacks_in_7537 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}



/* Color picker style settings */


#stacks_in_7540 p {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_7540 p a,
#stacks_in_7540 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_7540 p a:hover,
#stacks_in_7540 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_7540 .paragraph {
	color: rgba(94, 98, 115, 1.00);
}

#stacks_in_7540 .paragraph a,
#stacks_in_7540 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_7540 .paragraph a:hover,
#stacks_in_7540 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_7540 p,
	#stacks_in_7540 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_7540 p,
#stacks_in_7540 {
	margin-bottom: 0;
}


.lb-master_stacks_in_4131.bg-vault.bg-color.style-pro-stacks_in_4131{background-color:rgba(0, 0, 0, 0.89)}.lb-master_stacks_in_4131.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_4131.bg-color{background-color:rgba(0, 0, 0, 0.89)}@media screen and (max-width:900px){.ll-overlay#ovl_stacks_in_4131.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_4131.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_4131{position:fixed}.ll-open-stacks_in_4131 > .ll-overlay#ovl_stacks_in_4131{z-index:9989}.ll-open-stacks_in_4131.sectionsPro1 > .ll-overlay#ovl_stacks_in_4131{z-index:998}@media screen and (min-width:900px){.lb-master_stacks_in_4131.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:900px){.lb-master_stacks_in_4131.close-vis-large-only .infix-close{display:none !important}}#stacks_in_4131 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:900px){#ovl_stacks_in_4131.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:900px){.lb-master_stacks_in_4131.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:900px){.lb-master_stacks_in_4131.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}[data-ll-target="limelight1"].sectionsPro1.size-target.lightbox-open.ll-open-stacks_in_4131 > .shear-wrapper{position:absolute}.lb-master_stacks_in_4131.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:900px){.lb-master_stacks_in_4131.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_4131.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:900px){.lb-master_stacks_in_4131.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_4131.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}@media screen and (max-width:900px){.lb-master_stacks_in_4131.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}}.lb-master_stacks_in_4131.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:900px){.lb-master_stacks_in_4131.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_4131.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_4131.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_4131.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:900px){.lb-master_stacks_in_4131.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_4131.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_4131.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_4131.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:900px){.lb-master_stacks_in_4131.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_4131.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:900px){.lb-master_stacks_in_4131.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_4131.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_4131.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_4131.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_4131.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_4131.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_4131.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_4131 .infix-content{border:0px solid rgba(90, 90, 110, 1.00)}.lb-master_stacks_in_4131 .infix-content,.lb-master_stacks_in_4131 .infix-content::before{border-radius:8px}.lb-master_stacks_in_4131 .infix-content > .infix-iframe-container,.lb-master_stacks_in_4131 .infix-content > .infix-iframe-container > iframe{border-radius:calc(8px - 0px)}.lb-master_stacks_in_4131 .infix-content img{border-radius:8px}.lb-master_stacks_in_4131 .infix-content::after{border-radius:calc(8px - 0px)}.lb-master_stacks_in_4131 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:15% 15% 15% 15%;background:rgba(230, 232, 240, 0.00)}html.bwd-touch .lb-master_stacks_in_4131 .infix-close{opacity:1 !important}.lb-master_stacks_in_4131 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_4131 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_4131 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_4131 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(255, 255, 255, 0.95);font-size:12px;line-height:1}.lb-master_stacks_in_4131 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(47, 47, 53, 0.00);border-radius:8px;background-color:rgba(230, 232, 240, 0.00);text-align:center}.lb-master_stacks_in_4131 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_4131 .infix-close > .close-wrap > svg circle.bg{fill:rgba(230, 232, 240, 0.00)}.lb-master_stacks_in_4131 .infix-close > .close-wrap > svg .ring{stroke:rgba(47, 47, 53, 0.00);stroke-width:4px}.lb-master_stacks_in_4131 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(255, 255, 255, 0.95);stroke-width:4px;fill:none}.lb-master_stacks_in_4131 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_4131 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_4131 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_4131 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_4131 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_4131 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_4131 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_4131 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_4131 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.95)}.lb-master_stacks_in_4131 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_4131 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(255, 255, 255, 0.95);fill:none}.lb-master_stacks_in_4131 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_4131 .infix-close > .close-wrap.close-text-only{color:rgba(255, 255, 255, 0.95)}.lb-master_stacks_in_4131 .infix-close i.fa,.lb-master_stacks_in_4131 .infix-close svg,.lb-master_stacks_in_4131 .infix-close .simple-icon,.lb-master_stacks_in_4131 .infix-close .close-wrap,.lb-master_stacks_in_4131 .infix-close .text-border{pointer-events:none}@media screen and (min-width:900px){.lb-master_stacks_in_4131 .infix-close .close-wrap,.lb-master_stacks_in_4131 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_4131 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_4131 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_4131 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_4131 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_4131 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_4131 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:900px){.lb-master_stacks_in_4131.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_4131 .splb-loader .loader-message{display:none}.lb-master_stacks_in_4131 .splb-loader svg{display:none}.lb-master_stacks_in_4131 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_4141{background-color:rgba(0, 0, 0, 0.89)}#stacks_in_4141.splb{padding:12px}#stacks_in_4141{display:none}.infix-opened #stacks_in_4141,.infix-closed #stacks_in_4141{display:block}#splb_stacks_in_4141.lb-master_stacks_in_4131 .infix-iframe-container.show-play{cursor:pointer}#splb_stacks_in_4141.lb-master_stacks_in_4131 .infix-iframe-container.show-play::after{pointer-events:none;position:absolute;top:50%;left:50%;content:"";z-index:9999;width:126px;height:86px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.lightbox1{cursor:pointer}
#splb_stacks_in_4141.lb-master_stacks_in_4131 .infix-iframe-container.show-play::after{background: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 63 43" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g><path d="M62.5,1.837c0,-1.014 -0.823,-1.837 -1.837,-1.837l-58.826,0c-1.014,0 -1.837,0.823 -1.837,1.837l0,39.326c0,1.014 0.823,1.837 1.837,1.837l58.826,0c1.014,0 1.837,-0.823 1.837,-1.837l0,-39.326Z" style="fill:#2f2f2f;fill-opacity:0.810545;"/><path d="M44.07,21.935c0.261,0.172 0.418,0.463 0.418,0.776c0,0.312 -0.157,0.604 -0.418,0.775c-3.819,2.511 -15.83,10.405 -19.931,13.101c-0.276,0.181 -0.628,0.196 -0.918,0.04c-0.29,-0.156 -0.471,-0.459 -0.471,-0.789c0,-5.171 0,-20.942 0,-26.195c0,-0.341 0.187,-0.655 0.488,-0.817c0.3,-0.162 0.666,-0.146 0.951,0.041c4.149,2.727 16.077,10.568 19.881,13.068Z" style="fill:#f4f4f4;"/></g></svg>');}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_8028{background-color:rgba(0, 0, 0, 0.89)}#stacks_in_8028.splb{padding:12px}#stacks_in_8028{display:none}.infix-opened #stacks_in_8028,.infix-closed #stacks_in_8028{display:block}#splb_stacks_in_8028.lb-master_stacks_in_4131 .infix-iframe-container.show-play{cursor:pointer}#splb_stacks_in_8028.lb-master_stacks_in_4131 .infix-iframe-container.show-play::after{pointer-events:none;position:absolute;top:50%;left:50%;content:"";z-index:9999;width:126px;height:86px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.lightbox2{cursor:pointer}
#splb_stacks_in_8028.lb-master_stacks_in_4131 .infix-iframe-container.show-play::after{background: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 63 43" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g><path d="M62.5,1.837c0,-1.014 -0.823,-1.837 -1.837,-1.837l-58.826,0c-1.014,0 -1.837,0.823 -1.837,1.837l0,39.326c0,1.014 0.823,1.837 1.837,1.837l58.826,0c1.014,0 1.837,-0.823 1.837,-1.837l0,-39.326Z" style="fill:#2f2f2f;fill-opacity:0.810545;"/><path d="M44.07,21.935c0.261,0.172 0.418,0.463 0.418,0.776c0,0.312 -0.157,0.604 -0.418,0.775c-3.819,2.511 -15.83,10.405 -19.931,13.101c-0.276,0.181 -0.628,0.196 -0.918,0.04c-0.29,-0.156 -0.471,-0.459 -0.471,-0.789c0,-5.171 0,-20.942 0,-26.195c0,-0.341 0.187,-0.655 0.488,-0.817c0.3,-0.162 0.666,-0.146 0.951,0.041c4.149,2.727 16.077,10.568 19.881,13.068Z" style="fill:#f4f4f4;"/></g></svg>');}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_8029{background-color:rgba(0, 0, 0, 0.89)}#stacks_in_8029.splb{padding:12px}#stacks_in_8029{display:none}.infix-opened #stacks_in_8029,.infix-closed #stacks_in_8029{display:block}#splb_stacks_in_8029.lb-master_stacks_in_4131 .infix-iframe-container.show-play{cursor:pointer}#splb_stacks_in_8029.lb-master_stacks_in_4131 .infix-iframe-container.show-play::after{pointer-events:none;position:absolute;top:50%;left:50%;content:"";z-index:9999;width:126px;height:86px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.lightbox3{cursor:pointer}
#splb_stacks_in_8029.lb-master_stacks_in_4131 .infix-iframe-container.show-play::after{background: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 63 43" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g><path d="M62.5,1.837c0,-1.014 -0.823,-1.837 -1.837,-1.837l-58.826,0c-1.014,0 -1.837,0.823 -1.837,1.837l0,39.326c0,1.014 0.823,1.837 1.837,1.837l58.826,0c1.014,0 1.837,-0.823 1.837,-1.837l0,-39.326Z" style="fill:#2f2f2f;fill-opacity:0.810545;"/><path d="M44.07,21.935c0.261,0.172 0.418,0.463 0.418,0.776c0,0.312 -0.157,0.604 -0.418,0.775c-3.819,2.511 -15.83,10.405 -19.931,13.101c-0.276,0.181 -0.628,0.196 -0.918,0.04c-0.29,-0.156 -0.471,-0.459 -0.471,-0.789c0,-5.171 0,-20.942 0,-26.195c0,-0.341 0.187,-0.655 0.488,-0.817c0.3,-0.162 0.666,-0.146 0.951,0.041c4.149,2.727 16.077,10.568 19.881,13.068Z" style="fill:#f4f4f4;"/></g></svg>');}
.infix-image .infix-content.bg-vault.bg-color.style-pro-stacks_in_7971{background-color:rgba(0, 0, 0, 0.85)}#splb_stacks_in_7971.lb-master_stacks_in_4131 .infix-content{padding:0px}.ll-link-ovl{display:none}#stacks_in_7971{display:none}.infix-opened #stacks_in_7971,.infix-closed #stacks_in_7971{display:block}.ll-link-ovl{position:absolute;top:0;left:0;width:100%;height:100%;z-index:9998}#splb_stacks_in_7971 a.ll-link-ovl{cursor:alias}.lightbox10{cursor:pointer}
.infix-image .infix-content.bg-vault.bg-color.style-pro-stacks_in_7984{background-color:rgba(0, 0, 0, 0.85)}#splb_stacks_in_7984.lb-master_stacks_in_4131 .infix-content{padding:0px}.ll-link-ovl{display:none}#stacks_in_7984{display:none}.infix-opened #stacks_in_7984,.infix-closed #stacks_in_7984{display:block}.ll-link-ovl{position:absolute;top:0;left:0;width:100%;height:100%;z-index:9998}#splb_stacks_in_7984 a.ll-link-ovl{cursor:alias}.lightbox11{cursor:pointer}
.style-pro-stacks_in_4131::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_4131:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}

#ovl_stacks_in_4131.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_4131 > #ovl_stacks_in_4131.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_4131, .lb-master_stacks_in_4131.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_4131.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_4131 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_4131.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_4131.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_4131.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_4131.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_4131.infix-closed .infix-container::after, .lb-master_stacks_in_4131.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_4131.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_4131, .lb-master_stacks_in_4131.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_4131.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_4131.infix-loading .infix-content, .lb-master_stacks_in_4131.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_4131.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_4131.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_4131.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_4131.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_4131 [data-infix-next], .lb-master_stacks_in_4131 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_4131 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_4131 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_4131 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_4131 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_4131 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_4131 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_4131 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_4131 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_4131 [data-infix-next]::before,
.lb-master_stacks_in_4131 [data-infix-next]::after,
.lb-master_stacks_in_4131 [data-infix-prev]::before,
.lb-master_stacks_in_4131 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_4131 html.bwd-touch [data-infix-next], .lb-master_stacks_in_4131 [data-infix-next]:hover,
.lb-master_stacks_in_4131 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_4131 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_4131 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_4131 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_4131 [data-infix-next]:hover::before, .lb-master_stacks_in_4131 [data-infix-next]:hover::after,
  .lb-master_stacks_in_4131 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_4131 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_4131 [data-infix-prev]:hover::before, .lb-master_stacks_in_4131 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_4131 [data-infix-next]::after,
.lb-master_stacks_in_4131 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_4131 [data-infix-prev]::after, .lb-master_stacks_in_4131 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_4131 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_4131 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_4131 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_4131 [data-infix-prev]::before {
  transform: rotate(-315deg); }






	#stacks_in_8068 > .container {
		max-width: 1200px;
	}










	#stacks_in_8068 > .container {
		border-radius: 0px;
	}

	


#stacks_in_8068 {
	background-color: rgba(36, 184, 255, 1.00);
}
#stacks_in_8071 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8071 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:5}#stacks_in_8071{z-index:5}#stacks_in_8071 > .s-pro > .sections-layer{display:none}#stacks_in_8071,#stacks_out_8071{overflow:visible !important}#stacks_in_8071 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8071 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8075 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8075 > .s-pro > .sections-layer{display:none}#stacks_in_8075 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8075 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#s4s_flexbox_stack_stacks_in_8079 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	min-height: auto;
	padding: 0;
	margin: 0px;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8079 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8080 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px 10px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8080 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_8081 h2 {
	
		font-weight: 200;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}




	/* Preset White Header Style */
	#stacks_in_8081 h2 {
		color: #fff;
	}

	#stacks_in_8081 h2 small {
		color: #fff;
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8081 h2 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8081 h2 {
		font-size: 22px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8081 h2 {
		font-size: 22px;
	}
}


#stacks_in_8081 a.foundry-header-linked,
#stacks_in_8081 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8081 a.foundry-header-linked:hover,
#stacks_in_8081 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8081 {
	padding: 5px 0px 5px 0px;
}
#s4s_flexbox_item_stacks_in_8084 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8084 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

#stacks_in_8085 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8085 > .s-pro > .sections-layer{display:none}#stacks_in_8085 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8085 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
 #stacks_in_8094.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_8094.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_8094.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_8094{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_8094.box-pos>.s-box{overflow:hidden} #stacks_in_8094>.s-box{margin: 0px }#stacks_in_8094>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8094>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8094>.s-box>.s-box-content{padding: 0px }}   #stacks_in_8094{max-width:100.00%}@media all and (min-width:640px){#stacks_in_8094{max-width:100.00%}}#stacks_in_8094.auto-width{width:auto!important}#stacks_in_8094.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_8094>.s-box{position:relative}      
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_8097 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_8097 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_8097 svg  */

#stacks_in_8097 svg,
#stacks_in_8097 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
}

#stacks_in_8097 i,
#stacks_in_8097 svg {
  position: relative;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_8097 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_8097 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_8097 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_8097 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}

#stacks_in_8097 {
	background-color: rgba(36, 183, 255, 1.00);
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 10px 5px 10px 5px;
	padding: 5px 5px 5px 5px;
}
#stacks_in_8085 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_8085 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_8085 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_8085 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_8085 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_8087{opacity:0 !important}#stacks_in_8085 > .s-pro > .sections-layer > #vid-stacks_in_8087.not-started.hide-when-played{display:none !important}#stacks_in_8085 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_8087.hide-when-played{display:none !important}#vid-stacks_in_8087{opacity:1.0}#vid-stacks_in_8087.pre-load{opacity:0}#play-stacks_in_8087{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_8087.pl-rect{height:80px}#play-stacks_in_8087.pl-square,#play-stacks_in_8087.pl-circ{height:100px}#play-stacks_in_8087.pl-circ{border-radius:50%}#play-stacks_in_8087::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_8087::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_8087:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_8087:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_8087.not-started{display:block}#play-stacks_in_8087.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_8085 .vb-stacks_in_8087.bg-none{background:transparent}#stacks_in_8085 .vb-stacks_in_8087.bg-color{background-color:rgba(105, 157, 255, 1.00)}
 #stacks_in_8089.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_8089.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_8089.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_8089{position:relative;overflow:hidden;pointer-events:auto; z-index:auto;}#stacks_in_8089.box-pos>.s-box{overflow:hidden} #stacks_in_8089>.s-box{margin: 0px }#stacks_in_8089>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8089>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8089>.s-box>.s-box-content{padding: 0px }}   #stacks_in_8089{max-width:100.00%}@media all and (min-width:640px){#stacks_in_8089{max-width:100.00%}}#stacks_in_8089.auto-width{width:auto!important}#stacks_in_8089.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_8089>.s-box{position:relative}      
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_8092 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_8092 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_8092 svg  */

#stacks_in_8092 svg,
#stacks_in_8092 i {
  color: rgba(36, 183, 255, 1.00);
  fill: rgba(36, 183, 255, 1.00);
  stroke: rgba(36, 183, 255, 1.00);
}

#stacks_in_8092 i,
#stacks_in_8092 svg {
  position: relative;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_8092 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_8092 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_8092 .material-icons-two-tone {
  color: rgba(36, 183, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(36, 183, 255, 1.00),
              0px -.1px 0px rgba(36, 183, 255, 1.00),
              .1px 0px 0px rgba(36, 183, 255, 1.00),
              -.1px 0px 0px rgba(36, 183, 255, 1.00);
}
#stacks_in_8092 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}

#stacks_in_8092 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 10px 5px 10px 5px;
	padding: 5px 5px 5px 5px;
}
#stacks_in_8075 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_8075 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_8075 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_8075 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_8075 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_8075 > .s-pro.pre-eff-stacks_in_8077.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_8075 > .s-pro.animate-stacks_in_8077.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_8075 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_8075 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_8075 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
#stacks_in_8071 > .s-pro.pre-hover .section-box2.ani-box2{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_8071 > .s-pro .section-box2.ani-box2{-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_8071 > .s-pro .section-box2.ani-box2{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_8071 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_8071 > .s-pro .section-box2.ani-box2{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_8071 > .s-pro.pre-eff-stacks_in_8073.eff-fade-in .section-box2.ani-box2{-webkit-filter:opacity(0);filter:opacity(0)}#stacks_in_8071 > .s-pro.animate-stacks_in_8073.eff-fade-in .section-box2.ani-box2{-webkit-filter:opacity(1);filter:opacity(1)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_8071 > .s-pro[class*="animate-"] .section-box2.ani-box2{}}_:-ms-fullscreen #stacks_in_8071 > .s-pro[class*="animate-"] .section-box2.ani-box2,:root #stacks_in_8071 > .s-pro[class*="animate-"] .section-box2.ani-box2{}






	#stacks_in_8000_113 > .container {
		max-width: 1200px;
	}










	#stacks_in_8000_113 > .container {
		border-radius: 0px;
	}

	


#stacks_in_8000_113 {
	background-color: rgba(30, 30, 33, 1.00);
}

#s4s_flexbox_stack_stacks_in_8000_3 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	min-height: 245px;
	padding: 0;
	margin: 0px;
	max-width: none;
}

@media screen and (min-width: 780px) {
	#s4s_flexbox_stack_stacks_in_8000_3 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		align-content: normal;
		min-height: 270px;
	}
}

#stacks_in_8000_3 {
	border: solid rgba(57, 57, 57, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 0px 25px 0px 25px;
}
#s4s_flexbox_item_stacks_in_8000_4 {
  
  flex-grow: 0;
  flex-basis: 290px;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 5px 0px 5px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_4 {
    
    flex-grow: 0;
    flex-basis: 400px;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_8000_5 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_8000_5 img {
		
			
		
		width: 290px;
		height: auto;
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_8000_5 img {
		
			
		
		width: 290px;
		height: auto;
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_8000_5 img {
		
			
		
		width: 320px;
		height: auto;
			
	}
}


#stacks_in_8000_5 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_8000_5 {
	margin: 0px 0px 5px 0px;
}
#s4s_flexbox_item_stacks_in_8000_7 {
  
  flex-grow: 0;
  flex-basis: 100%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 5px 0px 5px 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_7 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


  #stacks_in_8000_8{text-align:center}   #stacks_in_8000_8 .button.b-p,#stacks_in_8000_8 .button.b-p::before{border-radius:10px}      #stacks_in_8000_8>.button.b-p,#stacks_in_8000_8>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_8000_8>.button.b-p.expand-mob:not(.icon-only),#stacks_in_8000_8>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_8000_8 .button.b-p.expand-large:not(.icon-only),#stacks_in_8000_8>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}  #stacks_in_8000_8.bp-wrap{font-family:'Martian Mono',Sans-Serif;font-weight:300;font-style:normal}  
   @media screen and (max-width:641px){#stacks_in_8000_8.bp-wrap{padding:10px 0px 10px 0px}}  @media screen and (min-width:641px){#stacks_in_8000_8.bp-wrap{padding:10px 0px 10px 0px}}         
  #stacks_in_8000_8 .button.b-p.custom{border:1px solid rgba(36, 183, 255, 1.00)}#stacks_in_8000_8 .button.b-p.custom:hover{border:1px solid rgba(36, 183, 255, 1.00)} #stacks_in_8000_8 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(81, 122, 255, 0.00)}#stacks_in_8000_8 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_8000_8 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 1.00)!important; background-color:rgba(36, 183, 255, 1.00);}     


#stacks_in_8000_27 h5 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 2px;
	
}


	#stacks_in_8000_27 h5 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_8000_27 h5 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_27 h5 {
		font-size: 14px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_27 h5 {
		font-size: 14px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_27 h5 {
		font-size: 14px;
	}
}


#stacks_in_8000_27 a.foundry-header-linked,
#stacks_in_8000_27 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8000_27 a.foundry-header-linked:hover,
#stacks_in_8000_27 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8000_27 {
	margin: 40px 0px 10px 20px;
}

#s4s_flexbox_stack_stacks_in_8000_115 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0px;
	max-width: none;
}

@media screen and (min-width: 800px) {
	#s4s_flexbox_stack_stacks_in_8000_115 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_8000_115 {
	border: solid rgba(57, 57, 57, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 0px 0px 90px 0px;
}
#s4s_flexbox_item_stacks_in_8000_25 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px 0px 0px 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_25 {
    
    flex-grow: 0;
    flex-basis: 33%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_8000_30 h4 {
	
		font-weight: 200;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_8000_30 h4 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_8000_30 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_30 h4 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_30 h4 {
		font-size: 13px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_30 h4 {
		font-size: 13px;
	}
}


#stacks_in_8000_30 a.foundry-header-linked,
#stacks_in_8000_30 a.foundry-header-linked:visited {
	color: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	
}

#stacks_in_8000_30 a.foundry-header-linked:hover,
#stacks_in_8000_30 a.foundry-header-linked:active {
	color: rgba(255, 255, 255, 1.00);
	
}

#stacks_in_8000_30 {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}


#stacks_in_8000_134 h4 {
	
		font-weight: 200;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_8000_134 h4 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_8000_134 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_134 h4 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_134 h4 {
		font-size: 13px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_134 h4 {
		font-size: 13px;
	}
}


#stacks_in_8000_134 a.foundry-header-linked,
#stacks_in_8000_134 a.foundry-header-linked:visited {
	color: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	
}

#stacks_in_8000_134 a.foundry-header-linked:hover,
#stacks_in_8000_134 a.foundry-header-linked:active {
	color: rgba(255, 255, 255, 1.00);
	
}

#stacks_in_8000_134 {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}


#stacks_in_8000_48 h4 {
	
		font-weight: 200;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_8000_48 h4 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_8000_48 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_48 h4 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_48 h4 {
		font-size: 13px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_48 h4 {
		font-size: 13px;
	}
}


#stacks_in_8000_48 a.foundry-header-linked,
#stacks_in_8000_48 a.foundry-header-linked:visited {
	color: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	
}

#stacks_in_8000_48 a.foundry-header-linked:hover,
#stacks_in_8000_48 a.foundry-header-linked:active {
	color: rgba(255, 255, 255, 1.00);
	
}

#stacks_in_8000_48 {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}


#stacks_in_8000_51 h4 {
	
		font-weight: 200;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_8000_51 h4 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_8000_51 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_51 h4 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_51 h4 {
		font-size: 13px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_51 h4 {
		font-size: 13px;
	}
}


#stacks_in_8000_51 a.foundry-header-linked,
#stacks_in_8000_51 a.foundry-header-linked:visited {
	color: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	
}

#stacks_in_8000_51 a.foundry-header-linked:hover,
#stacks_in_8000_51 a.foundry-header-linked:active {
	color: rgba(255, 255, 255, 1.00);
	
}

#stacks_in_8000_51 {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}


#stacks_in_8000_54 h4 {
	
		font-weight: 200;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_8000_54 h4 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_8000_54 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_54 h4 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_54 h4 {
		font-size: 13px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_54 h4 {
		font-size: 13px;
	}
}


#stacks_in_8000_54 a.foundry-header-linked,
#stacks_in_8000_54 a.foundry-header-linked:visited {
	color: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	
}

#stacks_in_8000_54 a.foundry-header-linked:hover,
#stacks_in_8000_54 a.foundry-header-linked:active {
	color: rgba(255, 255, 255, 1.00);
	
}

#stacks_in_8000_54 {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}


#stacks_in_8000_57 h4 {
	
		font-weight: 200;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_8000_57 h4 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_8000_57 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_57 h4 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_57 h4 {
		font-size: 13px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_57 h4 {
		font-size: 13px;
	}
}


#stacks_in_8000_57 a.foundry-header-linked,
#stacks_in_8000_57 a.foundry-header-linked:visited {
	color: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	
}

#stacks_in_8000_57 a.foundry-header-linked:hover,
#stacks_in_8000_57 a.foundry-header-linked:active {
	color: rgba(255, 255, 255, 1.00);
	
}

#stacks_in_8000_57 {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}


#stacks_in_8000_60 h4 {
	
		font-weight: 200;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_8000_60 h4 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_8000_60 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_60 h4 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_60 h4 {
		font-size: 13px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_60 h4 {
		font-size: 13px;
	}
}


#stacks_in_8000_60 a.foundry-header-linked,
#stacks_in_8000_60 a.foundry-header-linked:visited {
	color: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	
}

#stacks_in_8000_60 a.foundry-header-linked:hover,
#stacks_in_8000_60 a.foundry-header-linked:active {
	color: rgba(255, 255, 255, 1.00);
	
}

#stacks_in_8000_60 {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}
#s4s_flexbox_item_stacks_in_8000_118 {
  
  flex-grow: 0;
  flex-basis: 100%;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px 0px 0px 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_118 {
    
    flex-grow: 0;
    flex-basis: 33%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}



#stacks_in_8000_190 h4 {
	
		font-weight: 200;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_8000_190 h4 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_8000_190 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_190 h4 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_190 h4 {
		font-size: 13px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_190 h4 {
		font-size: 13px;
	}
}


#stacks_in_8000_190 a.foundry-header-linked,
#stacks_in_8000_190 a.foundry-header-linked:visited {
	color: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	
}

#stacks_in_8000_190 a.foundry-header-linked:hover,
#stacks_in_8000_190 a.foundry-header-linked:active {
	color: rgba(255, 255, 255, 1.00);
	
}

#stacks_in_8000_190 {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}


#stacks_in_8000_196 h4 {
	
		font-weight: 200;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_8000_196 h4 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_8000_196 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_196 h4 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_196 h4 {
		font-size: 13px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_196 h4 {
		font-size: 13px;
	}
}


#stacks_in_8000_196 a.foundry-header-linked,
#stacks_in_8000_196 a.foundry-header-linked:visited {
	color: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	
}

#stacks_in_8000_196 a.foundry-header-linked:hover,
#stacks_in_8000_196 a.foundry-header-linked:active {
	color: rgba(255, 255, 255, 1.00);
	
}

#stacks_in_8000_196 {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}


#stacks_in_8000_123 h4 {
	
		font-weight: 200;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_8000_123 h4 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_8000_123 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_123 h4 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_123 h4 {
		font-size: 13px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_123 h4 {
		font-size: 13px;
	}
}


#stacks_in_8000_123 a.foundry-header-linked,
#stacks_in_8000_123 a.foundry-header-linked:visited {
	color: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	
}

#stacks_in_8000_123 a.foundry-header-linked:hover,
#stacks_in_8000_123 a.foundry-header-linked:active {
	color: rgba(255, 255, 255, 1.00);
	
}

#stacks_in_8000_123 {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}


#stacks_in_8000_126 h4 {
	
		font-weight: 200;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_8000_126 h4 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_8000_126 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_126 h4 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_126 h4 {
		font-size: 13px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_126 h4 {
		font-size: 13px;
	}
}


#stacks_in_8000_126 a.foundry-header-linked,
#stacks_in_8000_126 a.foundry-header-linked:visited {
	color: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	
}

#stacks_in_8000_126 a.foundry-header-linked:hover,
#stacks_in_8000_126 a.foundry-header-linked:active {
	color: rgba(255, 255, 255, 1.00);
	
}

#stacks_in_8000_126 {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}


#stacks_in_8000_129 h4 {
	
		font-weight: 200;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_8000_129 h4 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_8000_129 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_129 h4 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_129 h4 {
		font-size: 13px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_129 h4 {
		font-size: 13px;
	}
}


#stacks_in_8000_129 a.foundry-header-linked,
#stacks_in_8000_129 a.foundry-header-linked:visited {
	color: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	
}

#stacks_in_8000_129 a.foundry-header-linked:hover,
#stacks_in_8000_129 a.foundry-header-linked:active {
	color: rgba(255, 255, 255, 1.00);
	
}

#stacks_in_8000_129 {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}


#stacks_in_8000_192 h4 {
	
		font-weight: 200;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}


	#stacks_in_8000_192 h4 {
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_8000_192 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_192 h4 {
		font-size: 13px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_192 h4 {
		font-size: 13px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_192 h4 {
		font-size: 13px;
	}
}


#stacks_in_8000_192 a.foundry-header-linked,
#stacks_in_8000_192 a.foundry-header-linked:visited {
	color: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	
}

#stacks_in_8000_192 a.foundry-header-linked:hover,
#stacks_in_8000_192 a.foundry-header-linked:active {
	color: rgba(255, 255, 255, 1.00);
	
}

#stacks_in_8000_192 {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}

#s4s_flexbox_stack_stacks_in_8000_10 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 40px 0px 0px 0px;
	max-width: none;
}

@media screen and (min-width: 800px) {
	#s4s_flexbox_stack_stacks_in_8000_10 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8000_64 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 0px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_64 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




#stacks_in_8000_11 > .positioner_wrapper > .positioner {
	position: absolute;
	

	
	top: 50%;
	margin-top: -18px;
	

	
	
	
	left: 50%;
	margin-left: -18px;
	
	
	z-index: 90;
	/*margin-right: px;*/
}

#stacks_in_8000_11 > .positioner_wrapper > .positioner > a,
#stacks_in_8000_11 > .positioner_wrapper > .positioner > a:visited,
#stacks_in_8000_11 > .positioner_wrapper > .positioner > span {
	
	background: rgba(2, 116, 216, 0.00);
	color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 0 1px rgba(36, 183, 255, 0.00);
	

	

	font-size: 18px;
	display: block;
	padding: 0px;
	line-height: 35px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
}

#stacks_in_8000_11 > .positioner_wrapper > .positioner > a:hover,
#stacks_in_8000_11 > .positioner_wrapper > .positioner > a:active,
#stacks_in_8000_11 > .positioner_wrapper > .positioner > span:hover {
	
	background: rgba(2, 116, 216, 0.00);
	

	
}

#stacks_in_8000_11 > .positioner_wrapper > .positioner > a > i,
#stacks_in_8000_11 > .positioner_wrapper > .positioner > span > i {
	line-height: 35px;
}


/* Option for removing base margin */

	#stacks_in_8000_11 > .positioner_wrapper {
		margin-bottom: 0;
	}
#s4s_flexbox_item_stacks_in_8000_67 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 0px 0px 44px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_67 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




#stacks_in_8000_12 > .positioner_wrapper > .positioner {
	position: absolute;
	

	
	top: 50%;
	margin-top: -18px;
	

	
	
	
	left: 50%;
	margin-left: -18px;
	
	
	z-index: 90;
	/*margin-right: px;*/
}

#stacks_in_8000_12 > .positioner_wrapper > .positioner > a,
#stacks_in_8000_12 > .positioner_wrapper > .positioner > a:visited,
#stacks_in_8000_12 > .positioner_wrapper > .positioner > span {
	
	background: rgba(2, 116, 216, 0.00);
	color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 0 1px rgba(36, 183, 255, 0.00);
	

	

	font-size: 18px;
	display: block;
	padding: 0px;
	line-height: 35px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
}

#stacks_in_8000_12 > .positioner_wrapper > .positioner > a:hover,
#stacks_in_8000_12 > .positioner_wrapper > .positioner > a:active,
#stacks_in_8000_12 > .positioner_wrapper > .positioner > span:hover {
	
	background: rgba(2, 116, 216, 0.00);
	

	
}

#stacks_in_8000_12 > .positioner_wrapper > .positioner > a > i,
#stacks_in_8000_12 > .positioner_wrapper > .positioner > span > i {
	line-height: 35px;
}


/* Option for removing base margin */

	#stacks_in_8000_12 > .positioner_wrapper {
		margin-bottom: 0;
	}
#s4s_flexbox_item_stacks_in_8000_70 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 0px 0px 44px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_70 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




#stacks_in_8000_13 > .positioner_wrapper > .positioner {
	position: absolute;
	

	
	top: 50%;
	margin-top: -18px;
	

	
	
	
	left: 50%;
	margin-left: -18px;
	
	
	z-index: 90;
	/*margin-right: px;*/
}

#stacks_in_8000_13 > .positioner_wrapper > .positioner > a,
#stacks_in_8000_13 > .positioner_wrapper > .positioner > a:visited,
#stacks_in_8000_13 > .positioner_wrapper > .positioner > span {
	
	background: rgba(2, 116, 216, 0.00);
	color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 0 1px rgba(36, 183, 255, 0.00);
	

	

	font-size: 18px;
	display: block;
	padding: 0px;
	line-height: 35px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
}

#stacks_in_8000_13 > .positioner_wrapper > .positioner > a:hover,
#stacks_in_8000_13 > .positioner_wrapper > .positioner > a:active,
#stacks_in_8000_13 > .positioner_wrapper > .positioner > span:hover {
	
	background: rgba(2, 116, 216, 0.00);
	

	
}

#stacks_in_8000_13 > .positioner_wrapper > .positioner > a > i,
#stacks_in_8000_13 > .positioner_wrapper > .positioner > span > i {
	line-height: 35px;
}


/* Option for removing base margin */

	#stacks_in_8000_13 > .positioner_wrapper {
		margin-bottom: 0;
	}

#s4s_flexbox_stack_stacks_in_8000_14 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0px;
	max-width: none;
}

@media screen and (min-width: 800px) {
	#s4s_flexbox_stack_stacks_in_8000_14 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_8000_14 {
	padding: 40px 0px 3px 0px;
}
#s4s_flexbox_item_stacks_in_8000_74 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px 8px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_74 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




/* Color picker style settings */


#stacks_in_8000_76 p {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_76 p a,
#stacks_in_8000_76 p a:visited {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_76 p a:hover,
#stacks_in_8000_76 p a:active {
	color: rgba(223, 223, 223, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8000_76 .paragraph {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_76 .paragraph a,
#stacks_in_8000_76 .paragraph a:visited {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_76 .paragraph a:hover,
#stacks_in_8000_76 .paragraph a:active {
	color: rgba(223, 223, 223, 1.00);
}








	
	#stacks_in_8000_76 p,
	#stacks_in_8000_76 {
		font-size: 12px;
	}
	

	
	
	
	
	



#stacks_in_8000_76 p,
#stacks_in_8000_76 {
	margin-bottom: 0;
}

#s4s_flexbox_item_stacks_in_8000_78 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(255, 255, 255, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_78 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




/* Color picker style settings */


#stacks_in_8000_80 p {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_80 p a,
#stacks_in_8000_80 p a:visited {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_80 p a:hover,
#stacks_in_8000_80 p a:active {
	color: rgba(223, 223, 223, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8000_80 .paragraph {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_80 .paragraph a,
#stacks_in_8000_80 .paragraph a:visited {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_80 .paragraph a:hover,
#stacks_in_8000_80 .paragraph a:active {
	color: rgba(223, 223, 223, 1.00);
}








	
	#stacks_in_8000_80 p,
	#stacks_in_8000_80 {
		font-size: 12px;
	}
	

	
	
	
	
	



#stacks_in_8000_80 p,
#stacks_in_8000_80 {
	margin-bottom: 0;
}


#stacks_in_8000_80 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 0px 1px;
	padding: 0px 0px 0px 8px;
}


#stacks_in_8000_15 h6 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	/* Preset White Header Style */
	#stacks_in_8000_15 h6 {
		color: #fff;
	}

	#stacks_in_8000_15 h6 small {
		color: #fff;
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_15 h6 {
		font-size: 12px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_15 h6 {
		font-size: 12px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_15 h6 {
		font-size: 12px;
	}
}


#stacks_in_8000_15 a.foundry-header-linked,
#stacks_in_8000_15 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8000_15 a.foundry-header-linked:hover,
#stacks_in_8000_15 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8000_15 {
	margin: 5px 0px 10px 0px;
}

#s4s_flexbox_stack_stacks_in_8000_16 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 17px 0px 22px 0px;
	margin: 0rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8000_16 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
		align-content: center;
		min-height: auto;
	}
}

#stacks_in_8000_16 {
	margin: 0px 20px 0px 20px;
}
#s4s_flexbox_item_stacks_in_8000_85 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_85 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_8000_87 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0px;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8000_87 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_8000_87 {
	padding: 20px 0px 5px 0px;
}
#s4s_flexbox_item_stacks_in_8000_89 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px 8px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_89 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




/* Color picker style settings */


#stacks_in_8000_91 p {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_91 p a,
#stacks_in_8000_91 p a:visited {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_91 p a:hover,
#stacks_in_8000_91 p a:active {
	color: rgba(223, 223, 223, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8000_91 .paragraph {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_91 .paragraph a,
#stacks_in_8000_91 .paragraph a:visited {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_91 .paragraph a:hover,
#stacks_in_8000_91 .paragraph a:active {
	color: rgba(223, 223, 223, 1.00);
}








	
	#stacks_in_8000_91 p,
	#stacks_in_8000_91 {
		font-size: 12px;
	}
	

	
	
	
	
	



#stacks_in_8000_91 p,
#stacks_in_8000_91 {
	margin-bottom: 0;
}

#s4s_flexbox_item_stacks_in_8000_93 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(255, 255, 255, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_93 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




/* Color picker style settings */


#stacks_in_8000_95 p {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_95 p a,
#stacks_in_8000_95 p a:visited {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_95 p a:hover,
#stacks_in_8000_95 p a:active {
	color: rgba(223, 223, 223, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_8000_95 .paragraph {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_95 .paragraph a,
#stacks_in_8000_95 .paragraph a:visited {
	color: rgba(255, 255, 255, 1.00);
}

#stacks_in_8000_95 .paragraph a:hover,
#stacks_in_8000_95 .paragraph a:active {
	color: rgba(223, 223, 223, 1.00);
}








	
	#stacks_in_8000_95 p,
	#stacks_in_8000_95 {
		font-size: 12px;
	}
	

	
	
	
	
	



#stacks_in_8000_95 p,
#stacks_in_8000_95 {
	margin-bottom: 0;
}


#stacks_in_8000_95 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 0px 1px;
	padding: 0px 0px 0px 8px;
}


#stacks_in_8000_97 h6 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	/* Preset White Header Style */
	#stacks_in_8000_97 h6 {
		color: #fff;
	}

	#stacks_in_8000_97 h6 small {
		color: #fff;
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_8000_97 h6 {
		font-size: 12px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_8000_97 h6 {
		font-size: 12px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_8000_97 h6 {
		font-size: 12px;
	}
}


#stacks_in_8000_97 a.foundry-header-linked,
#stacks_in_8000_97 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_8000_97 a.foundry-header-linked:hover,
#stacks_in_8000_97 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_8000_97 {
	margin: 0px 0px 10px 0px;
}
#s4s_flexbox_item_stacks_in_8000_100 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_100 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}


#s4s_flexbox_stack_stacks_in_8000_102 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 40px 0px 0px 0px;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8000_102 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
		align-content: center;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_8000_104 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 44px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_104 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




#stacks_in_8000_17 > .positioner_wrapper > .positioner {
	position: absolute;
	
	top: 0;
	margin-top: -18px;
	

	

	
	
	
	left: 50%;
	margin-left: -18px;
	
	
	z-index: 90;
	/*margin-right: px;*/
}

#stacks_in_8000_17 > .positioner_wrapper > .positioner > a,
#stacks_in_8000_17 > .positioner_wrapper > .positioner > a:visited,
#stacks_in_8000_17 > .positioner_wrapper > .positioner > span {
	
	background: rgba(2, 116, 216, 0.00);
	color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 0 1px rgba(36, 183, 255, 0.00);
	

	

	font-size: 18px;
	display: block;
	padding: 0px;
	line-height: 35px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
}

#stacks_in_8000_17 > .positioner_wrapper > .positioner > a:hover,
#stacks_in_8000_17 > .positioner_wrapper > .positioner > a:active,
#stacks_in_8000_17 > .positioner_wrapper > .positioner > span:hover {
	
	background: rgba(2, 116, 216, 0.00);
	

	
}

#stacks_in_8000_17 > .positioner_wrapper > .positioner > a > i,
#stacks_in_8000_17 > .positioner_wrapper > .positioner > span > i {
	line-height: 35px;
}


/* Option for removing base margin */

	#stacks_in_8000_17 > .positioner_wrapper {
		margin-bottom: 0;
	}
#s4s_flexbox_item_stacks_in_8000_107 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 44px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_107 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




#stacks_in_8000_18 > .positioner_wrapper > .positioner {
	position: absolute;
	
	top: 0;
	margin-top: -18px;
	

	

	
	
	
	left: 50%;
	margin-left: -18px;
	
	
	z-index: 90;
	/*margin-right: px;*/
}

#stacks_in_8000_18 > .positioner_wrapper > .positioner > a,
#stacks_in_8000_18 > .positioner_wrapper > .positioner > a:visited,
#stacks_in_8000_18 > .positioner_wrapper > .positioner > span {
	
	background: rgba(2, 116, 216, 0.00);
	color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 0 1px rgba(36, 183, 255, 0.00);
	

	

	font-size: 18px;
	display: block;
	padding: 0px;
	line-height: 35px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
}

#stacks_in_8000_18 > .positioner_wrapper > .positioner > a:hover,
#stacks_in_8000_18 > .positioner_wrapper > .positioner > a:active,
#stacks_in_8000_18 > .positioner_wrapper > .positioner > span:hover {
	
	background: rgba(2, 116, 216, 0.00);
	

	
}

#stacks_in_8000_18 > .positioner_wrapper > .positioner > a > i,
#stacks_in_8000_18 > .positioner_wrapper > .positioner > span > i {
	line-height: 35px;
}


/* Option for removing base margin */

	#stacks_in_8000_18 > .positioner_wrapper {
		margin-bottom: 0;
	}
#s4s_flexbox_item_stacks_in_8000_110 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 0rem;
  margin: 0px 20px 0px 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_110 {
    
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}




#stacks_in_8000_19 > .positioner_wrapper > .positioner {
	position: absolute;
	
	top: 0;
	margin-top: -18px;
	

	

	
	
	
	left: 50%;
	margin-left: -18px;
	
	
	z-index: 90;
	/*margin-right: px;*/
}

#stacks_in_8000_19 > .positioner_wrapper > .positioner > a,
#stacks_in_8000_19 > .positioner_wrapper > .positioner > a:visited,
#stacks_in_8000_19 > .positioner_wrapper > .positioner > span {
	
	background: rgba(2, 116, 216, 0.00);
	color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 0 1px rgba(36, 183, 255, 0.00);
	

	

	font-size: 18px;
	display: block;
	padding: 0px;
	line-height: 35px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
}

#stacks_in_8000_19 > .positioner_wrapper > .positioner > a:hover,
#stacks_in_8000_19 > .positioner_wrapper > .positioner > a:active,
#stacks_in_8000_19 > .positioner_wrapper > .positioner > span:hover {
	
	background: rgba(2, 116, 216, 0.00);
	

	
}

#stacks_in_8000_19 > .positioner_wrapper > .positioner > a > i,
#stacks_in_8000_19 > .positioner_wrapper > .positioner > span > i {
	line-height: 35px;
}


/* Option for removing base margin */

	#stacks_in_8000_19 > .positioner_wrapper {
		margin-bottom: 0;
	}
#com_bigwhiteduck_stacks_popdrop_stack .dropem{display:none !important}
[data-pop-source="stacks_in_8000_162"].popdrop-popover{z-index:9999;min-width:50px;min-height:32px;-webkit-transition-duration:150ms;transition-duration:150ms}@media screen and (min-width:640px){[data-pop-source="stacks_in_8000_162"].popdrop-popover{min-width:32px}}[data-pop-source="stacks_in_8000_162"].popdrop-popover .popdrop-popover-content{padding:0px 0px}[data-pop-source="stacks_in_8000_162"].popdrop-popover .popdrop-popover-title{text-align:left;font-weight:bold;text-transform:none}[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style{border:1px solid rgba(0, 0, 0, 0.00);-webkit-box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.00);box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.00);background-color:rgba(255, 255, 255, 0.00);border-radius:0px}[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style .popdrop-popover-title{color:rgba(255, 255, 255, 1.00);background:rgba(57, 73, 171, 1.00);border-bottom:1px solid rgba(245, 245, 245, 1.00);border-radius:calc(0px - 1px) calc(0px - 1px) 0 0}[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style .popdrop-close{color:rgba(140, 140, 140, 0.00);text-shadow:0 1px 0 #fff}[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow{border-top-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.top > .popdrop-arrow:after,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.top-left > .popdrop-arrow:after,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.top-right > .popdrop-arrow:after{border-top-color:rgba(255, 255, 255, 0.00)}[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow{border-right-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.right > .popdrop-arrow:after,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.right-top > .popdrop-arrow:after,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.right-bottom > .popdrop-arrow:after{border-right-color:rgba(255, 255, 255, 0.00)}[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow{border-bottom-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.bottom > .popdrop-arrow:after,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.bottom-left > .popdrop-arrow:after,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.bottom-right > .popdrop-arrow:after{border-bottom-color:rgba(255, 255, 255, 0.00)}[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow{border-left-color:rgba(0, 0, 0, 0.00)}[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.left > .popdrop-arrow:after,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.left-top > .popdrop-arrow:after,[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style.left-bottom > .popdrop-arrow:after{border-left-color:rgba(255, 255, 255, 0.00)}[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .popdrop-popover-content{padding:0px 0px;overflow:scroll}[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item{border-right:none;border-left:none}[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:first-child{border-top:0}[data-pop-source="stacks_in_8000_162"].popdrop-popover.popdrop-popover-custom-style .popdrop-custom-padding .list-group-item:last-child{border-bottom:0}[data-pop-source="stacks_in_8000_162"].popdrop-popover .popdrop-popover-backdrop{background-color:rgba(0,0,0,0.65);z-index:9998}[data-pop-source="stacks_in_8000_162"].popdrop-popover .popdrop-popover .dropdown-menu{display:block;position:relative;top:0;border:none;-webkit-box-shadow:none;box-shadow:none;float:none}
#stacks_in_8000_162.dropem,.popdrop-popover-inner.pop-stacks_in_8000_162{max-width:190px}@media screen and (min-width:640px){#stacks_in_8000_162.dropem,.popdrop-popover-inner.pop-stacks_in_8000_162{max-width:190px}}.popdrop-popover[data-pop-source="stacks_in_8000_162"] .popdrop-popover-content{overflow:auto}#stacks_in_8000_162.dropem{display:none}

#s4s_flexbox_stack_stacks_in_8000_163 {
	display: flex;
	gap: 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: 0px;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_8000_163 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}

#stacks_in_8000_163 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(36, 183, 255, 1.00);
	border-width: 3px 0px 0px 0px;
}
#s4s_flexbox_item_stacks_in_8000_164 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(245, 245, 245, 0.00);
  padding: 8px 16px 8px 16px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_164 {
    
    flex-grow: 0;
    flex-basis: 100%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

@media only screen and (min-width:0px){#stacks_in_8000_165 h6,#stacks_in_8000_165 div{letter-spacing:1.00px}}#stacks_in_8000_165 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_8000_165 h6,#stacks_in_8000_165 div{color:rgba(155, 156, 174, 1.00)}#stacks_in_8000_165 h6 a,#stacks_in_8000_165 div a{color:rgba(155, 156, 174, 1.00)}#stacks_in_8000_165 h6 a:hover,#stacks_in_8000_165 div a:hover{color:rgba(116, 117, 130, 1.00)}#stacks_in_8000_165 small,#stacks_in_8000_165 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_8000_165 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_8000_165 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:300;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_8000_165 h6{font-size:13.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_8000_165 h6{font-size:13.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_8000_165 h6{font-size:13.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_8000_165 h6{font-size:13.00px!important}}
#s4s_flexbox_item_stacks_in_8000_171 {
  
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  align-self: auto;
  min-height: auto;
  background-color: rgba(247, 247, 247, 0.00);
  padding: 8px 16px 8px 16px;
  margin: 0px;
  border: 0px solid rgba(204, 204, 204, 0.00);
  border-radius: 0;
  
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_8000_171 {
    
    flex-grow: 0;
    flex-basis: 100%;
    flex-shrink: 1;
    align-self: auto;
    min-height: auto;
  }
}

@media only screen and (min-width:0px){#stacks_in_8000_172 h6,#stacks_in_8000_172 div{letter-spacing:1.00px}}#stacks_in_8000_172 .header-pro.text-center .hTxt{margin-right:-1px}#stacks_in_8000_172 h6,#stacks_in_8000_172 div{color:rgba(155, 156, 174, 1.00)}#stacks_in_8000_172 h6 a,#stacks_in_8000_172 div a{color:rgba(155, 156, 174, 1.00)}#stacks_in_8000_172 h6 a:hover,#stacks_in_8000_172 div a:hover{color:rgba(116, 117, 130, 1.00)}#stacks_in_8000_172 small,#stacks_in_8000_172 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_8000_172 h6.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_8000_172 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Poppins",Sans-Serif;font-weight:300;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_8000_172 h6{font-size:13.00px!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_8000_172 h6{font-size:13.00px!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_8000_172 h6{font-size:13.00px!important}}@media only screen and (min-width:2000.00px){#stacks_in_8000_172 h6{font-size:13.00px!important}}

