/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/










.vbox-overlay{--vbox-tools-color:#fff;--vbox-title-background:#101010;--vbox-title-width:'auto';--vbox-title-radius:0;--vbox-share-background:#101010;--vbox-share-width:'auto';--vbox-share-radius:0;--vbox-padding:0;--vbox-max-width:100%}.vbox-overlay *,.vbox-overlay :after,.vbox-overlay :before{-webkit-backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vbox-overlay *{-webkit-backface-visibility:visible;backface-visibility:visible}.vbox-overlay{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;position:fixed;left:0;top:0;bottom:0;right:0;z-index:999999}.vbox-share,.vbox-title{line-height:1;position:fixed;z-index:98;text-align:center;margin:0 auto;color:var(--vbox-tools-color)}.vbox-title{font-size:12px;background-color:var(--vbox-title-background);width:var(--vbox-title-width);border-radius:var(--vbox-title-radius);padding:12px 54px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.vbox-share{font-size:24px;padding:0 .35em;background-color:var(--vbox-share-background);width:var(--vbox-share-width);border-radius:var(--vbox-share-radius)}.vbox-link-btn,button.vbox-link-btn,button.vbox-link-btn:active,button.vbox-link-btn:focus,button.vbox-link-btn:hover{border:none!important;background:0 0!important;box-shadow:none!important;color:inherit!important;padding:6px 12px;outline:0;display:inline-block;cursor:pointer}.vbox-share a{color:inherit!important;padding:6px 12px;display:inline-block}.vbox-share svg{z-index:10;vertical-align:middle}.vbox-close{cursor:pointer;position:fixed;top:0;right:0;z-index:99;padding:6px 15px;color:#000;color:var(--vbox-tools-color);border:0;font-size:24px;display:flex;align-items:center;opacity:.8;transition:opacity .2s}.vbox-close:hover{opacity:1}.vbox-left-corner{cursor:pointer;position:fixed;left:0;top:0;overflow:hidden;line-height:1;font-size:12px;z-index:99;display:flex;align-items:center;color:var(--vbox-tools-color)}.vbox-num{display:inline-block;padding:12px 15px}.vbox-left{left:0}.vbox-right{right:0}.vbox-top{top:0}.vbox-bottom{bottom:0}.vbox-next,.vbox-prev{position:fixed;top:50%;margin-top:-15px;overflow:hidden;cursor:pointer;display:block;width:45px;height:45px;z-index:99;opacity:.8;transition:opacity .2s}.vbox-next:hover,.vbox-prev:hover{opacity:1}.vbox-next span,.vbox-prev span{position:relative;width:20px;height:20px;border:2px solid transparent;border-top-color:var(--vbox-tools-color);border-right-color:var(--vbox-tools-color);text-indent:-100px;position:absolute;top:8px;display:block}.vbox-prev{left:15px}.vbox-next{right:15px}.vbox-prev span{left:10px;-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.vbox-next span{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);right:10px}.vbox-open{overflow:hidden}.vbox-container{position:absolute;left:0;right:0;top:0;bottom:0;overflow-x:hidden;overflow-y:scroll;overflow-scrolling:touch;-webkit-overflow-scrolling:touch;z-index:20;max-height:100%;padding:30px 0}.vbox-content{opacity:0;text-align:center;width:100%;position:relative;overflow:hidden;padding:0 4%;display:flex;align-items:center;justify-content:center;min-height:100%}.vbox-container img{max-width:100%;height:auto}.vbox-child{box-shadow:0 0 12px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);max-width:var(--vbox-max-width);text-align:initial;padding:var(--vbox-padding)}.vbox-child img{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;display:block}.vbox-fit .vbox-child img,.vbox-fit .vbox-child.venoratio{max-height:calc(100vh - 60px)}.vbox-inline,.venoratio{position:relative;width:100%;margin:0 auto}.venoratio::before{display:block;padding-top:var(--vb-aspect-ratio);content:""}.venoratio>*{position:absolute;top:0;left:0;width:100%;height:100%;padding:var(--vbox-padding)}.venoratio-1x1{--vb-aspect-ratio:100%;max-width:calc(min(var(--vbox-max-width),(100vh - 60px)))}.venoratio-4x3.vbox-child.venoratio{--vb-aspect-ratio:calc(3 / 4 * 100%);max-width:calc(min(var(--vbox-max-width),(100vh - 60px) * 4 / 3))}.venoratio-16x9.vbox-child.venoratio{--vb-aspect-ratio:calc(9 / 16 * 100%);max-width:calc(min(var(--vbox-max-width),(100vh - 60px) * 16 / 9))}.venoratio-21x9.vbox-child.venoratio{--vb-aspect-ratio:calc(9 / 21 * 100%);max-width:calc(min(var(--vbox-max-width),(100vh - 60px) * 21 / 9))}.venoratio-full{--vb-aspect-ratio:calc(100vh - 60px)}.vbox-grab .vbox-child img{cursor:grab}.vbox-child>iframe{border:none!important}.vbox-content.swipe-left{margin-left:-200px!important}.vbox-content.swipe-right{margin-left:200px!important}.vbox-preloader{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.vbox-preloader .vbox-preloader-inner{opacity:1;transition:opacity .2s}.vbox-hidden{display:none}.vbox-preloader.vbox-hidden .vbox-preloader-inner{opacity:0}.vbox-backdrop{position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:translateZ(-1px);-moz-transform:translateZ(-1px);-o-transform:translateZ(-1px);transform:translateZ(-1px);z-index:0}.vbox-tooltip{position:relative;display:inline-block}.vbox-tooltip .vbox-tooltip-text{visibility:hidden;color:#fff;text-align:center;padding:0;position:absolute;z-index:1;bottom:100%;left:0;opacity:0;transition:opacity .3s;margin-bottom:2px;font-family:sans-serif}.vbox-top .vbox-tooltip .vbox-tooltip-text{bottom:auto;top:100%;margin-bottom:0;margin-top:2px}.vbox-tooltip-inner{padding:5px 10px;background-color:rgba(0,0,0,.9);border-radius:6px;font-size:10px}.vbox-tooltip:hover .vbox-tooltip-text{visibility:visible;opacity:1}.vbox-overlay{--sk-size:40px;--sk-color:#333}.sk-center{margin:auto}.sk-plane{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);animation:sk-plane 1.2s infinite ease-in-out}@keyframes sk-plane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-chase{width:var(--sk-size);height:var(--sk-size);position:relative;animation:sk-chase 2.5s infinite linear both}.sk-chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:sk-chase-dot 2s infinite ease-in-out both}.sk-chase-dot:before{content:'';display:block;width:25%;height:25%;background-color:var(--sk-color);border-radius:100%;animation:sk-chase-dot-before 2s infinite ease-in-out both}.sk-chase-dot:nth-child(1){animation-delay:-1.1s}.sk-chase-dot:nth-child(2){animation-delay:-1s}.sk-chase-dot:nth-child(3){animation-delay:-.9s}.sk-chase-dot:nth-child(4){animation-delay:-.8s}.sk-chase-dot:nth-child(5){animation-delay:-.7s}.sk-chase-dot:nth-child(6){animation-delay:-.6s}.sk-chase-dot:nth-child(1):before{animation-delay:-1.1s}.sk-chase-dot:nth-child(2):before{animation-delay:-1s}.sk-chase-dot:nth-child(3):before{animation-delay:-.9s}.sk-chase-dot:nth-child(4):before{animation-delay:-.8s}.sk-chase-dot:nth-child(5):before{animation-delay:-.7s}.sk-chase-dot:nth-child(6):before{animation-delay:-.6s}@keyframes sk-chase{100%{transform:rotate(360deg)}}@keyframes sk-chase-dot{100%,80%{transform:rotate(360deg)}}@keyframes sk-chase-dot-before{50%{transform:scale(.4)}0%,100%{transform:scale(1)}}.sk-bounce{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-bounce-dot{width:100%;height:100%;border-radius:50%;background-color:var(--sk-color);opacity:.6;position:absolute;top:0;left:0;animation:sk-bounce 2s infinite cubic-bezier(.455,.03,.515,.955)}.sk-bounce-dot:nth-child(2){animation-delay:-1s}@keyframes sk-bounce{0%,100%{transform:scale(0)}45%,55%{transform:scale(1)}}.sk-wave{width:var(--sk-size);height:var(--sk-size);display:flex;justify-content:space-between}.sk-wave-rect{background-color:var(--sk-color);height:100%;width:15%;animation:sk-wave 1.2s infinite ease-in-out}.sk-wave-rect:nth-child(1){animation-delay:-1.2s}.sk-wave-rect:nth-child(2){animation-delay:-1.1s}.sk-wave-rect:nth-child(3){animation-delay:-1s}.sk-wave-rect:nth-child(4){animation-delay:-.9s}.sk-wave-rect:nth-child(5){animation-delay:-.8s}@keyframes sk-wave{0%,100%,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}.sk-pulse{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);border-radius:100%;animation:sk-pulse 1.2s infinite cubic-bezier(.455,.03,.515,.955)}@keyframes sk-pulse{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.sk-flow{width:calc(var(--sk-size) * 1.3);height:calc(var(--sk-size) * 1.3);display:flex;justify-content:space-between}.sk-flow-dot{width:25%;height:25%;background-color:var(--sk-color);border-radius:50%;animation:sk-flow 1.4s cubic-bezier(.455,.03,.515,.955) 0s infinite both}.sk-flow-dot:nth-child(1){animation-delay:-.3s}.sk-flow-dot:nth-child(2){animation-delay:-.15s}@keyframes sk-flow{0%,100%,80%{transform:scale(.3)}40%{transform:scale(1)}}.sk-swing{width:var(--sk-size);height:var(--sk-size);position:relative;animation:sk-swing 1.8s infinite linear}.sk-swing-dot{width:45%;height:45%;position:absolute;top:0;left:0;right:0;margin:auto;background-color:var(--sk-color);border-radius:100%;animation:sk-swing-dot 2s infinite ease-in-out}.sk-swing-dot:nth-child(2){top:auto;bottom:0;animation-delay:-1s}@keyframes sk-swing{100%{transform:rotate(360deg)}}@keyframes sk-swing-dot{0%,100%{transform:scale(.2)}50%{transform:scale(1)}}.sk-circle{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-dot:before{content:'';display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;animation:sk-circle 1.2s infinite ease-in-out both}.sk-circle-dot:nth-child(1){transform:rotate(30deg)}.sk-circle-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-dot:nth-child(1):before{animation-delay:-1.1s}.sk-circle-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-dot:nth-child(3):before{animation-delay:-.9s}.sk-circle-dot:nth-child(4):before{animation-delay:-.8s}.sk-circle-dot:nth-child(5):before{animation-delay:-.7s}.sk-circle-dot:nth-child(6):before{animation-delay:-.6s}.sk-circle-dot:nth-child(7):before{animation-delay:-.5s}.sk-circle-dot:nth-child(8):before{animation-delay:-.4s}.sk-circle-dot:nth-child(9):before{animation-delay:-.3s}.sk-circle-dot:nth-child(10):before{animation-delay:-.2s}.sk-circle-dot:nth-child(11):before{animation-delay:-.1s}@keyframes sk-circle{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.sk-circle-fade{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-fade-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-fade-dot:before{content:'';display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;animation:sk-circle-fade 1.2s infinite ease-in-out both}.sk-circle-fade-dot:nth-child(1){transform:rotate(30deg)}.sk-circle-fade-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-fade-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-fade-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-fade-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-fade-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-fade-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-fade-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-fade-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-fade-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-fade-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-fade-dot:nth-child(1):before{animation-delay:-1.1s}.sk-circle-fade-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-fade-dot:nth-child(3):before{animation-delay:-.9s}.sk-circle-fade-dot:nth-child(4):before{animation-delay:-.8s}.sk-circle-fade-dot:nth-child(5):before{animation-delay:-.7s}.sk-circle-fade-dot:nth-child(6):before{animation-delay:-.6s}.sk-circle-fade-dot:nth-child(7):before{animation-delay:-.5s}.sk-circle-fade-dot:nth-child(8):before{animation-delay:-.4s}.sk-circle-fade-dot:nth-child(9):before{animation-delay:-.3s}.sk-circle-fade-dot:nth-child(10):before{animation-delay:-.2s}.sk-circle-fade-dot:nth-child(11):before{animation-delay:-.1s}@keyframes sk-circle-fade{0%,100%,39%{opacity:0;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.sk-grid{width:var(--sk-size);height:var(--sk-size)}.sk-grid-cube{width:33.33%;height:33.33%;background-color:var(--sk-color);float:left;animation:sk-grid 1.3s infinite ease-in-out}.sk-grid-cube:nth-child(1){animation-delay:.2s}.sk-grid-cube:nth-child(2){animation-delay:.3s}.sk-grid-cube:nth-child(3){animation-delay:.4s}.sk-grid-cube:nth-child(4){animation-delay:.1s}.sk-grid-cube:nth-child(5){animation-delay:.2s}.sk-grid-cube:nth-child(6){animation-delay:.3s}.sk-grid-cube:nth-child(7){animation-delay:0s}.sk-grid-cube:nth-child(8){animation-delay:.1s}.sk-grid-cube:nth-child(9){animation-delay:.2s}@keyframes sk-grid{0%,100%,70%{transform:scale3D(1,1,1)}35%{transform:scale3D(0,0,1)}}.sk-fold{width:var(--sk-size);height:var(--sk-size);position:relative;transform:rotateZ(45deg)}.sk-fold-cube{float:left;width:50%;height:50%;position:relative;transform:scale(1.1)}.sk-fold-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--sk-color);animation:sk-fold 2.4s infinite linear both;transform-origin:100% 100%}.sk-fold-cube:nth-child(2){transform:scale(1.1) rotateZ(90deg)}.sk-fold-cube:nth-child(4){transform:scale(1.1) rotateZ(180deg)}.sk-fold-cube:nth-child(3){transform:scale(1.1) rotateZ(270deg)}.sk-fold-cube:nth-child(2):before{animation-delay:.3s}.sk-fold-cube:nth-child(4):before{animation-delay:.6s}.sk-fold-cube:nth-child(3):before{animation-delay:.9s}@keyframes sk-fold{0%,10%{transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{transform:perspective(140px) rotateX(0);opacity:1}100%,90%{transform:perspective(140px) rotateY(180deg);opacity:0}}.sk-wander{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-wander-cube{background-color:var(--sk-color);width:20%;height:20%;position:absolute;top:0;left:0;--sk-wander-distance:calc(var(--sk-size) * 0.75);animation:sk-wander 2s ease-in-out -2s infinite both}.sk-wander-cube:nth-child(2){animation-delay:-.5s}.sk-wander-cube:nth-child(3){animation-delay:-1s}@keyframes sk-wander{0%{transform:rotate(0)}25%{transform:translateX(var(--sk-wander-distance)) rotate(-90deg) scale(.6)}50%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg)}50.1%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg)}75%{transform:translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(.6)}100%{transform:rotate(-360deg)}}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 1.1;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

strong {
  font-weight: bold;
}
button,
.button,
.Button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  color: #253746;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.Button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

.Button.Button--ghost {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
form .hsfc-Step .hsfc-Step__Content {
  padding: 0 !important;
}

form .hsfc-RichText,
form a,
form button,
form label,
form p,
form span,
form .hs-richtext,
form .hs-richtext p,
.legal-consent-term-label {
  font-size: 16px !important;
}

form button {
border-radius: 8px !important;
}

/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem !important;
  width: 100% !important;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 0.5rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

/*
.grecaptcha-badge {
  margin: 0 auto;
}
*/

.grecaptcha-badge {
  transform: scale(0.85);
  transform-origin: 0;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }



/* Consent */

.legal-consent-term-label {
  cursor: pointer;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.legal-consent-term-text,
.toggle--off {
  display: none;
}

.legal-consent-container.open .legal-consent-term-text {
  display: block;
}

.legal-consent-container.open .toggle--off {
  display: inline;
}

.legal-consent-container.open .toggle--on {
  display: none;
}
/* Table */

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  table-layout: auto !important;
}

/* Table cells */

td,
th {
  vertical-align: top;
  text-align: left;
}

td {
  background: rgba(214, 219, 222, 0.8);
}

td:first-child {
  color: #FFFFFF;
  background: rgba(118, 134, 146, 0.75);
}

/* Table header */

thead th {
  vertical-align: bottom;
  text-align: left;
}

/* Table rows */

tr:nth-child(even) {
  background-color: #EFEFEF;
}
.vbox-content {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/


.header__container {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: calc(80px / 4) 1rem;
}

@media screen and (min-width: 768px) and (max-width: 1536px) {

  .header__container {
    padding: calc(80px / 4) 2rem;
  }
}


.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}


.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

 
.header__icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}


.header__search {
  padding: 0 1rem;
  width: auto;
}



  .hs-search-field__form {
    position: relative;
  }

  .header__search .hs-search-field__label {
    flex-basis: auto;
  }


.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}


  .header__search .hs-search-field__button {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    padding: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .header__search .hs-search-field__button svg {
    height: 25px;
  }


.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 1024px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

.header__search {
  display: none;
  width: 100%;
}

.header__search.open {
  z-index: 2;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 1rem;
}


.hs-search-field__suggestions-container ul {
  background: #FFFFFF;
  border-radius: 4px;
}

.header__search .hs-search-field__suggestions li {
  margin: 0 0.25rem;
}

.header__search .hs-search-field__suggestions li:first-of-type {
  border-top: none;
}


.header__navigation {
  flex-grow: 1;
}

#nav-toggle {
  display: none;
}


@media (max-width: 1024px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open {
    z-index: 2;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 1rem;
  }

  .header__search.open,
  .header__language-switcher.open {
    z-index: 2;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 1rem;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

.header__navigation--toggle,
.header__search--toggle,
.header__language-switcher--toggle,
.header__close--toggle {
  cursor: pointer;
  position: relative;
}

.header__search--toggle {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-size: cover;
  height: 25px;
  width: 25px;
}

.body-container-wrapper {
  position: relative;
  transition: all 0.3s ease;
}

.body-container-wrapper.overlay::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.25);
}


.header .menu--desktop .menu__wrapper {
  text-align: right;
}

.header .menu__item--depth-1 {
  text-transform: capitalize;
}

.header li:hover > a,
.header a:hover {
  color: #253746;
  text-shadow: 0 0 .65px #253746, 0 0 .65px #253746;
}

.header li:hover > a.menu__link--active-branch,
.header a.menu__link--active-branch:hover,
.header li:hover > a.menu__link--active-link,
.header a.menu__link--active-link:hover {
  color: #253746;
  font-weight: 700;
  text-shadow: none;
}

.header li:hover > a.menu__link--active-link,
.header a.menu__link--active-link:hover {
  color:#253746;
  font-weight: 700;
  text-shadow: none;
}

.header .menu .menu__link--active-link:after {
  display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {

  .header .menu__item--depth-1 {
    padding: 0.7rem 0.25rem;
  }

  .header .menu__link {
    font-size: 0.675rem;
  }

  .header .menu__submenu .menu__link {
    padding: 0.7rem 0.5rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1536px) {

  header .menu__link {
    font-size: 0.75rem;
  }
}

header .menu__link {
  font-size: 20px;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* Rich text */

.hs_cos_wrapper_type_rich_text ul, .hs_cos_wrapper_type_rich_text ul li {
  list-style: none;
}

.hs_cos_wrapper_type_rich_text ul {
  padding-bottom: 0.25rem;
}

/* add a left border to ul and preceeding headings */
.hs_cos_wrapper_type_rich_text ul, .hs_cos_wrapper_type_rich_text:has(h2 + ul) h2, .hs_cos_wrapper_type_rich_text:has(h3 + ul) h3 {
  border-left: 1px solid #84BD00;
}

.hs_cos_wrapper_type_rich_text:has(h2 + ul) h2, .hs_cos_wrapper_type_rich_text:has(h3 + ul) h3  {
  margin-bottom: 0;
  padding-left: 1.6rem;
  padding-bottom: 1.5rem;
}

.hs_cos_wrapper_type_rich_text ul li {
  margin-bottom: 0.75rem;
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 640px) {

  .Footer {
    text-align: center;
  }
}


.Footer .FooterTop {
  padding: 0 0 calc( 80px / 2 ) 0;
}


.Footer .FooterBottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding: calc( 80px / 2 ) 0 0 0;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(255,255,255,0.1);
}

@media screen and (min-width: 1024px) {

  .Footer .FooterBottom {
    flex-direction: row;
    justify-content: space-between;
  }
}


.Footer .FooterTop .CallToActionBlock .Copy h3 {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 1.4rem;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}


.Footer .FooterTop .CallToActionBlock .Buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 80px
}

.Footer .FooterTop .CallToActionBlock .Buttons .Button {
  font-size: 14px;
  font-weight: 700;
}


.Footer .FooterTop .Navigation ul li.level-1 > a,
.Footer .FooterTop .Navigation ul li.level-1 > span {
  display: block;
  color: #FFFFFF;
  font-family: DM Sans;
  font-weight: 700;
  text-transform: uppercase;
}

.Footer .FooterTop .Navigation ul li.level-2.has-children {
  margin-bottom: 0;
}

.Footer .FooterTop .Navigation ul li.level-2.has-children > ul {
  margin-top: 0.25rem;
}

.Footer .FooterTop .Navigation ul li.level-3 {
  padding-left: 0.5rem;
}

.Footer .FooterTop .Navigation ul,
.Footer .FooterTop .Navigation ul ul {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 640px) {

  .Footer .FooterTop .Navigation ul {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {

  .Footer .FooterTop .Navigation ul > li {
    width: 50%;
  }
}


.Footer .FooterTop .Navigation ul li,
.Footer .FooterTop .Navigation ul a,
.Footer .FooterTop .Navigation ul span {
  margin-bottom: 0.25rem;
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  text-transform: none;
}


.Footer .FooterBottom img {
  max-width: 100%;
}


.Footer .Copyright {
  font-size: 14px;
}


.Footer .social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.Footer .social-links__icon {
  background: none;
  border-style: solid;
  border-width: 1px;
  border-color: #D9E1E2;
  border-radius: 20px;
  display: inline-flex;
  height: 1.25rem;
  margin: 0 0.35rem;
  position: relative;
  width: 1.75rem;
}

.Footer .social-links__icon svg {
  fill: #FFF;
  height: 0.575rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.Footer .social-links__icon:hover svg,
.Footer .social-links__icon:focus svg,
.Footer .social-links__icon:active svg {
  fill: #FFF;
}
.breadcrumbs {
  background-color: #253746
}

.breadcrumbs .content-wrapper {
  padding: 0.75rem 1rem;
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs ul li {
  display: inline-block;
  position: relative;
}

.breadcrumbs ul li:not(:last-child):after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 1rem;
  border-top: 1px solid #D9E1E2;
  border-right: 1px solid #D9E1E2;
  transform: rotate(45deg);
}

.breadcrumbs ul li,
.breadcrumbs ul li a {
  color: #D9E1E2;
  font-size: 16px;
}

.breadcrumbs ul li a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 1536px) {
  .breadcrumbs .content-wrapper {
    padding: 0.75rem 2rem;
  }
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  text-align: center;
}

.pagination > * {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.pagination > *:last-child {
  margin-right: 0;
}

.pagination .pagination--button,
.pagination .pagination--number,
.pagination .pagination--current {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
}

.pagination .pagination--button,
.pagination .pagination--number {
  background-color: #d9e1e2;
  color: #253746;
  transition: all 0.15s linear;
}

.pagination .pagination--button:hover,
.pagination .pagination--number:hover {
  background-color: #768692;
  color: #FFFFFF;
}

.pagination .pagination--current,
.pagination .pagination--current:hover {
  cursor: default;
  background-color: #84bd00;
  color: #FFFFFF;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Templates
Template-specific styles
*/

.home__hero--container {
  position: relative;
  min-height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(37, 55, 70, 0.5);
  background-blend-mode: multiply;
}

@media screen and (min-width: 768px) {

  .home__hero--container {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 1024px) {

  .home__hero--container .content-wrapper > * {
    max-width: 75%;
  }
}

.home__hero--container::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('https://146090041.fs1.hubspotusercontent-eu1.net/hubfs/146090041/raw_assets/public/silverwell-energy/images/triangles.svg');
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
}

.home__hero--container .content-wrapper {
  z-index: 1;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: inherit;
  padding: 80px 1rem;
}

.home__hero--slider {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home__hero--slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home__hero--container h1 {
  color: #FFFFFF;
}

.home__hero--container p {
  color: #D9E1E2;
}

.home__hero--container .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.home__hero--container .button,
.home__hero--container .button:hover {
  font-size: 22px;
  font-weight: 300;
}

@media screen and (min-width: 1280px) {

  .home__hero--container .content-wrapper > h1 {
    font-size: 64px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 1024px) {

  .home__hero--container {
    min-height: 550px
  }
}

@media screen and (min-width: 1280px) {

  .home__hero--container {
    min-height: 750px;
  }
}
.body-container--datasheet-post .hero--blog-post .hero__content p {
  margin-bottom: 0.5rem;
}

.body-container--datasheet-post .hero--blog-post .hero__content {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}

@media screen and (min-width: 1024px) {

  .body-container--datasheet-post .blog-post__introduction,
  .body-container--datasheet-post .form {
    max-width: 70%;
  }
}
.body-container--case-study-post .hero--blog-post .hero__content p {
  margin-bottom: 0.5rem;
}

.body-container--case-study-post .hero--blog-post .hero__content {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}

@media screen and (min-width: 1024px) {

  .body-container--case-study-post .blog-post__introduction,
  .body-container--case-study-post .form {
    max-width: 70%;
  }
}
.body-container--resources .content-wrapper {
  padding: 2rem 1rem;
}

.body-container--resources .resources-list {
  margin-bottom: 1rem;
}

.body-container--resources .resources-list ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.body-container--resources .resources-list ul li {
  background-color: #d9e1e2;
  padding: 3px 16px 6px;
  border-radius: 8px;
  transition: all 0.15s linear;
}

.body-container--resources .resources-list ul li:hover {
  background-color: #84bd00;
}

.body-container--resources .resources-list ul li a {
  color: #253746;
  font-size: 18px;
  transition: all 0.15s linear;
}

.body-container--resources .resources-list ul li:hover a {
  color: #FFFFFF;
}

/* Sections
Section-specific styles
*/

.call-to-action {
  position: relative;
}

.call-to-action:not(:has(.button)) .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

.call-to-action .row-fluid-wrapper:last-child {
  padding-bottom: 0 !important;
}

.call-to-action .dnd-column {
  position: relative;
  padding: 1rem;
  background-color: #253846;
}

@media (min-width: 768px) {
  .call-to-action .dnd-column {
    margin: 0 1rem;
  }
}

.call-to-action .dnd-column:before {
  content: '';
  pointer-events: none;
  z-index: 0;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #ffffff;

  clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
}

@media (min-width: 768px) {
  .call-to-action .dnd-column:before {
    clip-path: polygon(100px 0, calc(100% - 100px) 0, 100% 100px, 100% calc(100% - 100px), calc(100% - 100px) 100%, 100px 100%, 0 calc(100% - 100px), 0 100px);
  }
}

.call-to-action .hs_cos_wrapper_type_rich_text, .call-to-action .button-wrapper {
  position: relative;
}

.call-to-action .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 95%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .call-to-action .hs_cos_wrapper_type_rich_text {
    max-width: 85%;
  }
}

@media (min-width: 1280px) {
  .call-to-action .hs_cos_wrapper_type_rich_text {
    max-width: 60%;
  }
}

.call-to-action .button {
  color: #D9E1E2;
  background-color: #84BD00;
  border-color: #84BD00;
}

.call-to-action .button:hover {
  color: #fff;
  background-color: #7cb103;
  border-color: #7cb103;
}

@media (min-width: 1280px) { 
  .call-to-action .hs_cos_wrapper_type_rich_text h2 {
    font-size: 50px;
  }
}
.feature-text:not(:has(.button)) .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0; 
}

.feature-text .row-fluid-wrapper:last-child {
  padding-bottom: 0 !important;
}
.two-column-content > .row-fluid {
	align-items: start;
}

/* Modules
Module-specific styles
*/

.cards--container .content-wrapper {
  padding: 0;
}

.cards--container .top h2 {
  margin-bottom: 0.5rem;
}

.cards--container .cards {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 1rem;
}

@media screen and (min-width: 1024px) {
  .cards--container .cards {
    gap: 1.5rem;
  }
}

.cards--container .cards .card {
  position: relative;
  padding-bottom: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cards--container .cards .card a ,
.cards--container .cards .card div {
  display: flex;
  z-index: 1;
  position: absolute;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}

.cards--container .cards .card.default:before {
  background: none;
}

.cards--container .cards .card:before {
  content: '';
  opacity: 0.95;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #253746;
  background: linear-gradient(180deg, rgba(37, 55, 70, 0.5) 0%, rgba(37, 55, 70, 1) 100%);
}

.cards--container .cards h3 {
  font-family: DM Sans;
  font-weight: 400;
}

.cards--container .cards .card:has(p) h3 {
  margin-bottom: 0.5rem;
}

.cards--container .cards .card h3,
.cards--container .cards .card a,
.cards--container .cards .card p {
  margin: 0;
  color: #FFFFFF;
}

.cards--container .cards .card p {
  font-size: 0.85rem;
}

@media screen and (min-width: 768px) {

  .cards--container .cards--2,
  .cards--container .cards--3,
  .cards--container .cards--4,
  .cards--container .cards--5 {
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (min-width: 1280px) {

  .cards--container .cards .card {
    padding-bottom: 110%;
  }

  .cards--container .cards--2 .card {
    padding-bottom: 75%;
  }

  .cards--container .cards--3 {
    grid-template-columns: repeat(3,1fr);
  }

  .cards--container .cards--4 {
    grid-template-columns: repeat(4,1fr);
  }

  .cards--container .cards--5 {
    grid-template-columns: repeat(5,1fr);
  }
}
.featureicons__container  .content-wrapper {
  padding: 0;
}

.featureicons__container .icons {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  row-gap: 1rem;
}

.featureicons__container .icons .icon {
  padding: 1rem 0;
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  justify-items: center;
  row-gap: 0;
}

.featureicons__container .icons .icon:has(> :last-child:nth-child(1)) {
  grid-row: auto / span 1;
}

.featureicons__container .icons .icon:has(> :last-child:nth-child(2)) {
  grid-row: auto / span 2;
}

.featureicons__container .icons .icon:has(> :last-child:nth-child(3)) {
  grid-row: auto / span 3;
}

.featureicons__container .icons .icon:has(> :last-child:nth-child(4)) {
  grid-row: auto / span 4;
}

.featureicons__container .icons .icon:has(> :last-child:nth-child(5)) {
  grid-row: auto / span 5;
}

.featureicons__container .icons .icon img {
  margin-bottom: 1.4rem;
}

.featureicons__container .icons .icon h3,
.featureicons__container .icons .icon h4 {
  margin-bottom: 0.7rem;
  font-family: DM Sans;
  font-size: 28px;
}

.featureicons__container .icons .icon h3 {
  font-weight: 600;
}

.featureicons__container .icons .icon p,
.featureicons__container .icons .icon span,
.featureicons__container .icons .icon li {
  font-size: 0.85rem;
}

.featureicons__container .icons .icon ul,
.featureicons__container .icons .icon ol {
  padding-left: 0.5rem;
}

.featureicons__container .icons .icon .button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 44px;
  font-weight: 400;
  font-size: 18px;
}

.featureicons__container .icons .icon:not(:last-of-type) {
  border-bottom: 1px solid #84BD00;
}

@media screen and (min-width: 640px) {

  .featureicons__container .icons  {
    grid-template-columns: repeat(2,1fr);
  }

  .featureicons__container .icons .icon {
    padding: 1rem;
  }

  .featureicons__container .icons .icon:not(:last-of-type) {
    border-bottom: 0;
    border-right: 1px solid #84BD00;
  }
}

@media screen and (min-width: 640px) and (max-width: 1280px) {

  .featureicons__container .icons:has(> :last-child:nth-child(4)) .icon:nth-of-type(2) {
    border-right: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {

  .featureicons__container .icons:has(> :last-child:nth-child(3)) .icon:nth-of-type(2) {
    border-right: 0;
  }
}

@media screen and (min-width: 1024px) {

  .featureicons__container .icons:has(> :last-child:nth-child(2))  {
    grid-template-columns: repeat(2,1fr);
  }

  .featureicons__container .icons:has(> :last-child:nth-child(3))  {
    grid-template-columns: repeat(3,1fr);
  }
}

@media screen and (min-width: 1280px) {

  .featureicons__container .icons:has(> :last-child:nth-child(4))  {
    grid-template-columns: repeat(4,1fr);
  }
}

@media screen and (max-width: 1536px) {

  .featureicons__container .icons .icon h3,
  .featureicons__container .icons .icon h4 {
    margin-bottom: 0.375rem;
    font-size: 22px;
  }

  .featureicons__container .icons .icon p,
  .featureicons__container .icons .icon span,
  .featureicons__container .icons .icon li {
    font-size: 18px;
  }

  .featureicons__container .icons .icon p,
  .featureicons__container .icons .icon span, {
    margin-top: 0.375rem;
  }

  .featureicons__container .icons .icon .button {
    padding: 8px 22px;
  }
}
.row-fluid-wrapper:has(.feature-slider) {
  padding: 0 !important;
}

.row-fluid-wrapper > .row-fluid:has(.feature-slider) {
  max-width: 100% !important;
}

.row-fluid-wrapper > .row-fluid .dnd-section .dnd-column:has(.feature-slider) {
  padding: 0 !important;
}

.feature-slider {
  display: flex;
}

.feature-slider .swiper-slide {
  height: auto;
}

.feature-slider .feature-slider-wrapper {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  position: relative;
  height: 100%;
}

.feature-slider :not(a) {
  color: #D9E1E2;
}

.feature__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature__media {
  position: relative;
  padding-bottom: 60%;
}

.feature__media:has(.feature__headline) {
  position: relative;
}

.feature__headline {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  transform: translate(-50%, -50%);
}

.feature__copy {
  padding: 3.5rem 3rem 3.5rem 1rem;
  background-color: #253746;
}

.feature__copy p:last-child {
  margin-bottom: 0;
}

.feature .button.button--link {
  display: flex;
  align-items: center;
  padding: 0;
  color: #D9E1E2;
  font-size: inherit;
  font-weight: 500;
  background: transparent;
  border: none;
}

.feature .button.button--link:hover {
  color: #D9E1E2 !important; 
}

.feature .button.button--link .icon {
  opacity: 0.8;
  filter: invert(1);
}

.feature--light .feature__copy {
  background-color: transparent;
}

.feature--light.feature-slider .feature__copy :not(a) {
  color: #253746;
}

@media screen and (min-width: 768px) {
  .feature-slider .feature-slider-wrapper {
    grid-template-areas: "copy media";
    grid-template-columns: 
    minmax(1rem, 1fr)
    minmax(0, calc( 1536px / 2 ))
    minmax(0, calc( 1536px / 2 ))
    minmax(1rem, 1fr)
  }

  .feature-slider .feature-slider-wrapper > :not(.feature__media) {
    display: grid;
    grid-area: copy;
    align-content: center;
    justify-items: start;
    grid-column: 2 / 3;
  }

  .feature-slider .feature-slider-wrapper > .feature__media {
    grid-area: media;
    grid-column: 3 / -1;
  }

  .feature-slider .feature-slider-wrapper .feature__copy::before {
    content: "";
    position: absolute;
    grid-column: 1 / 2;
    inset: 0;
    background: inherit;
  }

  .feature--reversed .feature-slider-wrapper {
    grid-template-areas: "copy media";
  }

  .feature--reversed .feature-slider-wrapper .feature__copy {
    grid-column: 3 / 5;
    padding: 3.5rem 4rem 3.5rem 2rem;
  }

  .feature--reversed .feature-slider-wrapper .feature__media {
    grid-column: 1 / 3;
  }

  .feature--reversed .feature__copy:before {
    display: none;
  }

  .feature__headline {
    left: 4rem;
    right: auto;
    transform: translateY(-50%);
  }

  .feature--reversed .feature__headline {
    left: auto;
    right: 4rem;
  }
}
.row-fluid-wrapper:has(.full-width-feature) {
  padding: 0 !important;
}

.row-fluid-wrapper > .row-fluid:has(.full-width-feature) {
  max-width: 100% !important;
}

.row-fluid-wrapper > .row-fluid .dnd-section .dnd-column:has(.full-width-feature) {
  padding: 0 !important;
}

.full-width-feature {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  position: relative;
}

.full-width-feature :not(a) {
  color: #D9E1E2;
}

.full-width-feature__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.full-width-feature__media {
  position: relative;
  padding-bottom: 50%;
}

.full-width-feature__media:has(.full-width-feature__headline) {
  position: relative;
}

.full-width-feature__headline {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  transform: translate(-50%, -50%);
}

.full-width-feature__copy {
  padding: 3.5rem 3rem 3.5rem 1rem;
  background-color: #253746;
}

.full-width-feature__copy p:last-child {
  margin-bottom: 0;
}

.full-width-feature .button.button--link {
  display: flex;
  align-items: center;
  padding: 0;
  color: #D9E1E2;
  font-size: inherit;
  font-weight: 500;
  background: transparent;
  border: none;
}

.full-width-feature .button.button--link:hover {
  color: #D9E1E2 !important; 
}

.full-width-feature .button.button--link .icon {
  opacity: 0.8;
  filter: invert(1);
}

.full-width-feature--light .full-width-feature__copy {
  background-color: transparent;
}

.full-width-feature--light.full-width-feature .full-width-feature__copy :not(a) {
  color: #253746;
}

@media screen and (min-width: 768px) {
  .full-width-feature {
    grid-template-areas: "copy media";
    grid-template-columns: 
    minmax(1rem, 1fr)
    minmax(0, calc( 1536px / 2 ))
    minmax(0, calc( 1536px / 2 ))
    minmax(1rem, 1fr)
  }

  .full-width-feature > :not(.full-width-feature__media) {
    display: grid;
    grid-area: copy;
    align-content: center;
    justify-items: start;
    grid-column: 2 / 3;
  }

  .full-width-feature > .full-width-feature__media {
    grid-area: media;
    grid-column: 3 / -1;
  }

  .full-width-feature .full-width-feature__copy::before {
    content: "";
    position: absolute;
    grid-column: 1 / 2;
    inset: 0;
    background: inherit;
  }

  .full-width-feature--reversed {
    grid-template-areas: "copy media";
  }

  .full-width-feature--reversed .full-width-feature__copy {
    grid-column: 3 / 5;
    padding: 3.5rem 4rem 3.5rem 2rem;
  }

  .full-width-feature--reversed .full-width-feature__media {
    grid-column: 1 / 3;
  }

  .full-width-feature--reversed .full-width-feature__copy:before {
    display: none;
   }

  .full-width-feature__headline {
    left: 4rem;
    right: auto;
    transform: translateY(-50%);
  }

  .full-width-feature--reversed .full-width-feature__headline {
    left: auto;
    right: 4rem;
  }
}
.hero--background {
  position: relative;
  min-height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(37, 55, 70, 0.5);
  background-blend-mode: multiply;
}

.hero--background.default {
  background-blend-mode: inherit;
}

.hero--background.hero--light h1 {
  color: #FFFFFF;
}

.hero--background.hero--light p {
  color: #D9E1E2;
}

.hero .hero__image {
  width: 100%;
  margin-bottom: 2rem;
}

.hero .hero__image + .hero__content {
  margin-bottom: 2rem;
}

.hero.hero--page .content-wrapper {
  z-index: 1;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: inherit;
  padding: calc(80px  / 2) 1rem;
}

@media screen and (min-width: 768px) {
  .hero.hero--page {
    padding: 0 1rem;
  }
}


@media screen and (min-width: 1024px) {
  .hero .hero__content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    width: 100%;
  }

  .hero .hero__content p:last-child {
    margin-bottom: 0;
  }

  .hero .hero__text {
    width: 50%;
  }
}

@media screen and (min-width: 1536px) {
  .hero .hero__image {
    width: 110%;
    margin: 0 -5% 2rem;
  }
}
.investors--container .content-wrapper {
  padding: 0;
}

.investors--container .cards {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 1rem;
}

.investors--container .cards img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.investors--container .cards h3,
.vbox-content .bio .info h3 {
  margin: 0 0 0.75rem;
}

.investors--container .cards h4,
.investors--container .cards p,
.vbox-content .bio .info h4 {
  margin-bottom: 1rem;
}

.investors--container .cards p,
.investors--container .cards span,
.vbox-content .bio p,
.vbox-content .bio span {
  font-size: 18px;
}

.vbox-content .bio .image,
.vbox-content .bio .image img {
  width: 100%;
}

.vbox-content .bio .info {
  padding: 1rem;
}

.vbox-content .bio .info p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {

  .investors--container .cards {
    grid-template-columns: repeat(2,1fr);
  }

  .vbox-content .bio .image {
    float: left;
    max-width: 35%;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1024px) {

  .investors--container .cards {
    gap: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {

  .investors--container .cards {
    grid-template-columns: repeat(3,1fr);
  }
}
.management__team--container .content-wrapper {
  padding: 0;
}

.management__team--container .cards {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 1rem;
}

.management__team--container .cards img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.management__team--container .cards h3,
.vbox-content .bio .info h3 {
  margin: 0 0 0.75rem;
}

.management__team--container .cards h4,
.management__team--container .cards p,
.vbox-content .bio .info h4 {
  margin-bottom: 1rem;
}

.management__team--container .cards p,
.management__team--container .cards span,
.vbox-content .bio p,
.vbox-content .bio span {
  font-size: 18px;
}

.vbox-content .bio .image,
.vbox-content .bio .image img {
  width: 100%;
}

.vbox-content .bio .info {
  padding: 1rem;
}

@media screen and (min-width: 768px) {

  .management__team--container .cards {
    grid-template-columns: repeat(2,1fr);
  }

  .vbox-content .bio .image {
    float: left;
    max-width: 35%;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1024px) {

  .management__team--container .cards {
    gap: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {

  .management__team--container .cards {
    grid-template-columns: repeat(4,1fr);
  }
}
.recent__posts--container .content-wrapper {
  padding: 0;
}

.recent__posts--container .top {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.4rem;
}

.recent__posts--container .top h2 {
  margin-bottom: 0;
}

.recent__posts--container .cards {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 1rem;
}

@media screen and (min-width: 1024px) {
  .recent__posts--container .cards {
    gap: 1.5rem;
  }
}

.recent__posts--container .cards .card {
  position: relative;
  padding-bottom: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .recent__posts--container .cards .card {
    padding-bottom: 110%;
  }
}

.recent__posts--container .cards .card a {
  display: flex;
  z-index: 1;
  position: absolute;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}

.recent__posts--container .cards .card.default:before {
  background: none;
}

.recent__posts--container .cards .card:before {
  content: '';
  opacity: 0.95;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #253746;
  background: linear-gradient(180deg, rgba(37, 55, 70, 0.5) 0%, rgba(37, 55, 70, 1) 100%);
}

.recent__posts--container .cards h3 {
  font-family: DM Sans;
  font-weight: 400;
}

.recent__posts--container .cards h3,
.recent__posts--container .cards a,
.recent__posts--container .cards p {
  margin: 0;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {

  .recent__posts--container .cards {
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (min-width: 1280px) {

  .recent__posts--container .cards {
    grid-template-columns: repeat(3,1fr);
  }
}
.resource-listing .cards {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 1rem;
}

@media screen and (min-width: 1024px) {
  .resource-listing .cards {
    gap: 1.5rem;
  }
}

.resource-listing .cards .card {
  position: relative;
  padding-bottom: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.resource-listing .cards .card a {
  display: flex;
  z-index: 1;
  position: absolute;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}

.resource-listing .cards .card.default:before {
  background: none;
}

.resource-listing .cards .card:before {
  content: '';
  opacity: 0.95;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #253746;
  background: linear-gradient(180deg, rgba(37, 55, 70, 0.5) 0%, rgba(37, 55, 70, 1) 100%);
}

.resource-listing .cards h3 {
  font-family: DM Sans;
  font-weight: 400;
}

@media screen and (max-width: 1280px) {
  .resource-listing .cards h3 {
    font-size: 22px;
  }
}

.resource-listing .cards h3,
.resource-listing .cards a,
.resource-listing .cards p {
  margin: 0;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {

  .resource-listing .cards {
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (min-width: 1280px) {

  .resource-listing .cards {
    grid-template-columns: repeat(3,1fr);
  }
}
.stats__container .stats {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 1.5rem;
}

.stats__container .stats .stat {
  text-align: center;
}

.stats__container .stats .stat .main {
  font-family: Space Grotesk;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
}

@media screen and (min-width: 640px) {

  .stats__container .stats {
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (min-width: 1024px) {

  .stats__container .stats {
    grid-template-columns: repeat(4,1fr);
  }

  .stats__container .stats .stat .main {
    font-size: 80px;
  }
}