@charset "UTF-8";#cursor{position:fixed;pointer-events:none;z-index:99999;mix-blend-mode:difference}.cursor-circle{height:14px;width:14px;border-radius:100%;border:2px solid var(--bs-white);opacity:.2;display:flex;align-items:center;justify-content:center}.cursor-arrow{font-size:20px;color:var(--bs-white);opacity:0;scale:.4}.cursor-text{position:absolute;top:50%;transform:translate(-10px,-50%);right:120%;color:var(--bs-white);opacity:0}.cursor-static{display:inline-flex;align-items:center}.cursor-static .cursor-circle{position:relative;display:flex;width:52px;height:52px;opacity:1;color:var(--bs-black);scale:1;border:2px solid var(--bs-black)}.cursor-static .cursor-arrow{font-size:20px;color:var(--bs-black);opacity:1;scale:1}.cursor-static .cursor-text{position:static;transform:translate(0);font-size:15px;margin-right:15px;color:var(--bs-black);opacity:1}.cursor-static.cursor-static-white .cursor-circle{color:var(--bs-white);border:2px solid var(--bs-white)}.cursor-static.cursor-static-white .cursor-arrow,.cursor-static.cursor-static-white .cursor-text{color:var(--bs-white)}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: .5rem;--bs-modal-color: ;--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: .5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: .5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media (min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media (min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.modal-header{padding:20px 40px 0;border:0px}.modal-body{padding:40px}.modal-dialog{max-width:610px}.modal-content{background-color:var(--bs-gray-100)}.modal-form{display:flex;align-items:center;justify-content:space-between}.modal-form .btn{margin-left:20px}.modal-btn-group{margin-top:40px;justify-content:flex-end}.btn-close{background:none;border:0px}@media (max-width: 991.98px){.modal-header{padding:20px 20px 0}.modal-body{padding:20px}.modal-form{display:block}.modal-form .btn{margin-top:20px;margin-left:0;width:100%}}.btn{--bs-btn-padding-x: .75rem;--bs-btn-padding-y: .375rem;--bs-btn-font-family: ;display:inline-flex;align-items:center;justify-content:center;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);min-width:146px;min-height:40px;border-radius:50px;font-size:15px;line-height:1;overflow:hidden;position:relative}.btn:disabled,.btn.disabled{pointer-events:none;opacity:.4}.btn-outline-black{border:1px solid var(--bs-black);color:var(--bs-black);background-color:transparent;transition:border-color .4s,color .4s,background-color .4s}.btn-outline-black:hover{border-color:var(--bs-gray-100);color:var(--bs-black);background-color:var(--bs-gray-100)}.btn-outline-black:active,.btn-outline-black.active{border-color:var(--bs-primary);color:var(--bs-white);background-color:var(--bs-primary)}.btn-black{border:1px solid var(--bs-black);color:var(--bs-white);background-color:var(--bs-black);transition:border-color .4s,color .4s,background-color .4s}.btn-black:hover{border-color:var(--bs-gray-100);color:var(--bs-black);background-color:var(--bs-gray-100)}.btn-black:active,.btn-black.active{border-color:var(--bs-primary);color:var(--bs-white);background-color:var(--bs-primary)}.btn-white-outline{border:1px solid #fff;color:#fff;background-color:transparent;transition:border-color .4s,color .4s,background-color .4s}.btn-white-outline:hover{border-color:#f8f9fa;color:#000;background-color:#f8f9fa}.btn-white-outline:active,.btn-white-outline.active{border-color:#0d6efd;color:#fff;background-color:#0d6efd}.btn-white{border:1px solid #fff;color:#000;background-color:#fff;transition:border-color .4s,color .4s,background-color .4s}.btn-white:hover{border-color:#f8f9fa;color:#000;background-color:#f8f9fa}.btn-white:active,.btn-white.active{border-color:#0d6efd;color:#fff;background-color:#0d6efd}.btn-primary{border:1px solid var(--bs-primary);color:var(--bs-white);background-color:var(--bs-primary);transition:border-color .4s,color .4s,background-color .4s}.btn-primary:hover,.btn-primary:active,.btn-primary.active{border-color:var(--bs-secondary);color:var(--bs-white);background-color:var(--bs-secondary)}.btn .text-original,.btn .text-copied{display:inline-block;position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.btn .text-original{transform:translateY(0);opacity:1}.btn .text-copied{transform:translateY(100%);opacity:0}.btn-lg{--bs-btn-padding-y: .5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size: 1.25rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm{--bs-btn-padding-y: .25rem;--bs-btn-padding-x: .5rem;--bs-btn-font-size: .875rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.btn-group{display:flex;flex-wrap:wrap;gap:10px}@media (max-width: 991.98px){.btn-group .btn{min-width:calc(50% - 10px)}}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}:root,[data-bs-theme=light]{--bs-black: #101922;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #fbfaf7;--bs-gray-200: #dad8d8;--bs-primary: #91bbcc;--bs-secondary: #16509d;--bs-success: #198754;--bs-warning: #ffc107;--bs-danger: #db151b;--bs-primary-rgb: 145, 187, 204;--bs-secondary-rgb: 22, 80, 157;--bs-success-rgb: 25, 135, 84;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 219, 21, 27;--bs-primary-text-emphasis: rgb(58, 74.8, 81.6);--bs-secondary-text-emphasis: rgb(8.8, 32, 62.8);--bs-success-text-emphasis: rgb(10, 54, 33.6);--bs-info-text-emphasis: rgb(5.2, 80.8, 96);--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);--bs-danger-text-emphasis: rgb(87.6, 8.4, 10.8);--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 16, 25, 34;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: "TT Norms Pro";--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #101922;--bs-emphasis-color-rgb: 16, 25, 34;--bs-secondary-color: rgba(33, 37, 41, .75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #dad8d8;--bs-secondary-bg-rgb: 218, 216, 216;--bs-tertiary-color: rgba(33, 37, 41, .5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #fbfaf7;--bs-tertiary-bg-rgb: 251, 250, 247;--bs-heading-color: inherit;--bs-link-color: #91bbcc;--bs-link-color-rgb: 145, 187, 204;--bs-link-decoration: none;--bs-link-hover-color: rgb(116, 149.6, 163.2);--bs-link-hover-color-rgb: 116, 150, 163;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: rgb(255, 242.6, 205.4);--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(16, 25, 34, .175);--bs-border-radius: .375rem;--bs-border-radius-sm: .25rem;--bs-border-radius-lg: 20px;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(16, 25, 34, .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(16, 25, 34, .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(16, 25, 34, .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(16, 25, 34, .075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: .25;--bs-focus-ring-color: rgba(145, 187, 204, .25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #db151b;--bs-form-invalid-border-color: #db151b}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(16,25,34,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:400;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:6rem}h2,.h2{font-size:3.375rem}h3,.h3{font-size:2.25rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:.9375rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));text-decoration:none}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:15.625rem;font-weight:400;line-height:1.2}.display-2{font-size:10.625rem;font-weight:400;line-height:1.2}.display-3{font-size:7.5rem;font-weight:400;line-height:1.2}.display-4{font-size:6.875rem;font-weight:400;line-height:1.2}.display-5{font-size:6rem;font-weight:400;line-height:1.2}.display-6{font-size:5.625rem;font-weight:400;line-height:1.2}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width: 576px){.container-sm,.container{max-width:540px}}@media (min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1260px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media (min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media (min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#101922!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-warning{color:#101922!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(167,201,214,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(167,201,214,var(--bs-link-underline-opacity, 1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(18,64,126,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(18,64,126,var(--bs-link-underline-opacity, 1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important}.link-success:hover,.link-success:focus{color:RGBA(20,108,67,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity, 1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(255,205,57,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity, 1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(175,17,22,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(175,17,22,var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.stretched-link:after{position:absolute;inset:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}@media (min-width: 576px){.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}}@media (min-width: 768px){.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}}@media (min-width: 992px){.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}}@media (min-width: 1200px){.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}}@media (min-width: 1400px){.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}}@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:translateZ(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-slide,.swiper-3d .swiper-cube-shadow{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-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.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:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .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(0)}to{transform:rotate(360deg)}}.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,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{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-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next: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-navigation-container{display:flex;justify-content:flex-end;padding-right:10px;position:absolute;right:0;top:-10px}.swiper-button-prev,.swiper-button-next{position:static;margin-top:0}.swiper-button-prev:after,.swiper-button-next:after{font-size:24px;color:var(--bs-dark)}.pswp{--pswp-placeholder-bg: transparent}:root{--bs-dark: #000;--bs-section-margin-y: 90px}@font-face{font-family:TT Norms Pro;src:url(/parker/fonts/TTNormsPro-Rg.woff2) format("woff2"),url(/parker/fonts/TTNormsPro-Rg.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:TT Norms Pro;src:url(/parker/fonts/TTNormsPro-Md.woff2) format("woff2"),url(/parker/fonts/TTNormsPro-Md.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:TT Norms Pro;src:url(/parker/fonts/TTNormsPro-Bd.woff2) format("woff2"),url(/parker/fonts/TTNormsPro-Bd.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:TT Norms Pro;src:url(/parker/fonts/TTNormsPro-Lt.woff2) format("woff2"),url(/parker/fonts/TTNormsPro-Lt.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%}img.lazyload:not([src]){visibility:hidden}.form-control{background-color:#fff;display:block;width:100%;border:0px;height:66px;padding:0 30px}.form-control:focus{border:0px;outline:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:.65}.form-control-with-label{margin-bottom:30px}.form-control-with-label label{margin-bottom:10px}.form-control-with-label input{background-color:var(--bs-gray-100);display:block;width:100%;border:1px solid var(--bs-gray-100);height:66px;padding:0 30px}.form-control-with-label input:focus{border:0px;outline:0}.form-select-wrapper{position:relative}.form-select{display:block;width:100%;padding:20px;appearance:none;background-color:var(--bs-white);border:1px solid var(--bs-white);position:relative}.form-select:focus{border-color:var(--bs-primary);outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:20px}.form-select:disabled{color:var(--bs-gray-200);border-color:var(--bs-gray-200)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-dark)}.form-select-wrapper:after{content:"↓";position:absolute;right:20px;top:50%;transform:translateY(-50%)}.form-control-with-label .form-select{background-color:var(--bs-gray-100);border:1px solid var(--bs-gray-100)}@media (max-width: 991.98px){:root{--bs-section-margin-y: 20px}h1,.h1{font-size:54px}h2,.h2{font-size:40px}h3,.h3{font-size:26px}h4,.h4,h5,.h5{font-size:20px}}.page-without-hero{padding-top:180px}@media (max-width: 991.98px){.page-without-hero{padding-top:120px}}.page-logo{--animation-duration: .25s}.page-logo path{transition-timing-function:cubic-bezier(.215,.61,.355,1);transition:all .2s;transform:translateZ(0)}.page-logo path:nth-child(1){transition-delay:calc(var(--animation-duration) / 10 * 3)}.page-logo path:nth-child(2){transition-delay:calc(var(--animation-duration) / 10 * 4)}.page-logo path:nth-child(6){transition-delay:calc(var(--animation-duration) / 10 * 5)}.page-logo path:nth-child(3){transition-delay:calc(var(--animation-duration) / 10 * 6)}.page-logo path:nth-child(5){transition-delay:calc(var(--animation-duration) / 10 * 7)}.page-logo path:nth-child(4){transition-delay:calc(var(--animation-duration) / 10 * 8)}.page-mobile-menu-visable path{fill:var(--bs-white)}.page-scroll .page-logo path:not(:nth-child(7)),.page-mobile-menu-visable .page-logo path:not(:nth-child(7)){transform:translate3d(0,-101%,0)}.page-scroll path:nth-child(1),.page-mobile-menu-visable path:nth-child(1){transition-delay:calc(var(--animation-duration) / 10 * 8)}.page-scroll path:nth-child(2),.page-mobile-menu-visable path:nth-child(2){transition-delay:calc(var(--animation-duration) / 10 * 7)}.page-scroll path:nth-child(6),.page-mobile-menu-visable path:nth-child(6){transition-delay:calc(var(--animation-duration) / 10 * 6)}.page-scroll path:nth-child(3),.page-mobile-menu-visable path:nth-child(3){transition-delay:calc(var(--animation-duration) / 10 * 5)}.page-scroll path:nth-child(5),.page-mobile-menu-visable path:nth-child(5){transition-delay:calc(var(--animation-duration) / 10 * 4)}.page-scroll path:nth-child(4),.page-mobile-menu-visable path:nth-child(4){transition-delay:calc(var(--animation-duration) / 10 * 3)}.hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover,.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{background-color:#fff}.hamburger-box{width:40px;height:18px;display:inline-block;position:relative;background-blend-mode:difference}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:40px;height:2px;background-color:#fff;border-radius:2px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:-8px}.hamburger-inner:after{bottom:-8px}.hamburger-inner:before{top:-9px}.hamburger-inner:after{bottom:-9px}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(10px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(10px,0,0) rotate(-45deg) scaleX(.7)}header{background-color:var(--bs-white);position:fixed;top:0;left:0;width:100%;z-index:999;box-shadow:0 4px 6px #0000001a}.navbar{display:flex;justify-content:space-between;align-items:center;height:82px}.menu-wrapper{height:100%;display:flex;align-items:center}.menu{align-self:stretch;display:flex;align-items:center;list-style:none;margin:0;gap:30px}.menu>li{height:100%;display:flex;align-items:center}.menu a{color:var(--bs-black);position:relative}.menu>li>a{position:relative}.menu>li>a:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:1px;background-color:var(--bs-black);transition:all .3s}.menu>li>a:hover:after{width:100%}.menu .has-fullscreen-menu>a:hover{position:relative}.menu .has-fullscreen-menu>a:hover:before{content:"";position:absolute;inset:0 0 0 -150px;height:200px}.header-right{display:flex;align-items:center}.lang-menu ul{display:flex;list-style:none;align-items:center;gap:10px;margin:0 20px 0 0}.lang-menu ul a{color:var(--bs-black)}.menu-buttons{display:flex;gap:15px}.fullscreen-menu{position:fixed;overflow:hidden;top:82px;left:0;width:100vw;height:calc(100vh - 82px);background-color:#000;z-index:9999;display:none}.fullscreen-menu-row{height:calc(100vh - 82px);display:flex;align-items:flex-start;justify-content:space-between}.fullscreen-menu-sidebar{height:100%;position:relative;width:20%;min-width:230px;padding:40px 40px 0 0}.fullscreen-menu-sidebar:before{content:"";position:absolute;top:0;bottom:0;right:0;width:50vw;background-color:var(--bs-gray-100);z-index:-1}.fullscreen-menu-sidebar span{display:inline-block}.fullscreen-menu-sidebar ul{list-style:none;padding:0}.fullscreen-menu-sidebar ul>li{font-size:24px;margin-bottom:10px}.fullscreen-menu-sidebar ul>li span{margin-bottom:10px}.fullscreen-menu-sidebar ul>li>ul>li{margin-left:10px;font-size:18px;margin-bottom:15px}.fullscreen-menu-sidebar ul>li>ul>li span{margin-bottom:0;display:inline-block;cursor:pointer;position:relative}.fullscreen-menu-sidebar ul>li>ul>li span:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:1px;background-color:var(--bs-black);transition:all .3s}.fullscreen-menu-sidebar ul>li>ul>li.active span:after{width:100%}.fullscreen-menu-slide{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.fullscreen-menu-slide .slide{position:relative;overflow:hidden}.fullscreen-menu-slide .slide:not(.active){display:none}.fullscreen-menu-slide .slide-mask{position:absolute;top:0;bottom:0;background-color:#000}.fullscreen-menu-slide .slide-image{display:block;width:100%;max-width:100%;margin:0 auto;aspect-ratio:925/376}.fullscreen-menu-slide .slide-info{margin-top:20px;text-align:center;color:var(--bs-white)}.fullscreen-menu-slide .slide-info h3{font-size:28px}.fullscreen-menu-slide .slide-info p{font-size:18px;margin:10px 0}.has-second-submenu:hover .fullscreen-menu{display:block}.mega-menu{position:absolute;top:100%;left:0;width:100vw;background-color:#f9f9f9;padding:40px 0;z-index:9999;opacity:0;visibility:hidden;transform:translateY(-20px);transition:all .3s ease}.mega-menu-row{display:flex;justify-content:flex-start;align-items:flex-start}.submenu-column{width:25%}.submenu-column ul{list-style:none;padding:0}.submenu-column ul li{margin-bottom:10px}.submenu-column ul li a{text-decoration:none;color:#000;font-size:16px}.submenu-image{margin-left:auto;width:35%;max-width:295px;display:flex;justify-content:flex-end}.submenu-image img{max-width:100%;border-radius:10px}.has-second-submenu:hover .mega-menu{opacity:1;visibility:visible;transform:translateY(0);display:block}.trigger-menu{display:none}@media (max-width: 1199.98px){.container-header{max-width:100%!important}}@media (max-width: 991.98px){.menu,.menu-buttons{display:none}.header-right{margin-left:auto}.trigger-menu{position:relative;mix-blend-mode:difference;color:var(--bs-white);display:block}.logo{position:relative;z-index:444}.menu-wrapper{display:block;position:fixed;inset:0;background-color:var(--bs-dark);transform:translate(100%);width:100%;padding:0}.menu{display:block;position:absolute;inset:0;padding:90px 40px}.menu>li{height:auto;width:100%;text-align:right;margin-bottom:20px}.menu>li>a{color:var(--bs-white);font-size:24px;display:block;width:100%}.has-second-submenu:hover .mega-menu{opacity:1;transform:translate(100%);visibility:visible}.back-button{margin-bottom:30px}.mega-menu{position:absolute;inset:0;width:100vw;height:100vh;transform:translate(100%);padding:90px 20px 0 0;visibility:visible;opacity:1;background-color:var(--bs-dark)}.mega-menu .mega-menu-row{display:block}.mega-menu .submenu-column{width:100%}.mega-menu .submenu-column ul li a{color:var(--bs-white);display:inline-block;font-size:24px}.mega-menu .submenu-image{display:none}.fullscreen-menu{inset:0;height:100vh;width:100vw;display:block;overflow-y:scroll;transform:translate(100%);padding:90px 0 0;background-color:var(--bs-dark)}.fullscreen-menu-sidebar{width:100%;background-color:transparent}.fullscreen-menu-sidebar:before{content:none}.fullscreen-menu-sidebar span{color:var(--bs-white);font-size:24px}.fullscreen-menu-sidebar ul>li{margin-bottom:40px}.fullscreen-menu-sidebar ul>li>ul>li span{font-size:18px}.fullscreen-menu-slide{display:none}.fullscreen-menu-row{height:100%;overflow-y:scroll;flex-direction:column}.fullscreen-menu-slide .slide:not(.active){display:block}.fullscreen-menu-slide .slide{margin-bottom:40px;background-color:var(--bs-dark)}.fullscreen-menu-slide .slide-info h3{font-size:24px;margin-bottom:0}.fullscreen-menu-slide .slide-info p{font-size:16px;margin-top:0}}.footer{background-color:var(--bs-black);padding:60px 0 20px}.footer ul{list-style:none;padding:0}.footer-navigation{display:flex;justify-content:space-between}.footer-navigation p{color:var(--bs-gray-200);padding-bottom:20px}.footer-navigation a{color:var(--bs-gray-100)}.footer-bottom{display:flex;align-items:center;justify-content:space-between}.footer-language{display:flex;gap:10px}.footer-language>li.active a{color:var(--bs-white)}.footer-copy{color:var(--bs-gray-100)}@media (max-width: 991.98px){.footer{padding:40px 0}.footer-navigation{flex-wrap:wrap}.footer-navigation p{margin-bottom:10px;padding-bottom:0}.footer-navigation>li{flex:1 1 50%;padding:0 10px;margin-bottom:25px}.footer-bottom{flex-direction:column;margin-top:35px}}.page-title{margin-bottom:20px}.page-title .title{margin-bottom:40px}.page-title .description{max-width:610px;margin-bottom:40px}@media (max-width: 991.98px){.page-title .title{margin-bottom:10px}.page-title .description{max-width:100%;margin-bottom:20px}}.card,.card-image-wrapper{position:relative;overflow:hidden;border-radius:20px}.card-image{width:100%;position:relative;overflow:hidden;background-color:var(--bs-gray-100);background-size:cover;background-position:center center;border-radius:20px}.card-image-xs{aspect-ratio:1240/593}.card-image-sm{aspect-ratio:505/340}.card-image-md{aspect-ratio:610/440}.card-image-lg{aspect-ratio:400/480}.card-image-xl{aspect-ratio:505/438}.card-image-overlay{position:absolute;inset:0;opacity:.2;transition:all .3s;background-color:var(--bs-black)}.card-image-caption{position:absolute;left:0;right:0;bottom:0;padding:20px;display:flex;align-items:center;justify-content:space-between;color:var(--bs-white);font-size:36px}.caption-icon{display:none}@media (pointer: coarse){.caption-icon{display:block}}.card-body{padding:45px 30px 0}.card:hover .card-image-overlay{opacity:.4}@media (max-width: 991.98px){.card-body{padding:20px}}.section-image-with-text{margin:var(--bs-section-margin-y) 0}.section-image-with-text .section-content h1,.section-image-with-text .section-content .h1,.section-image-with-text .section-content h2,.section-image-with-text .section-content .h2,.section-image-with-text .section-content h3,.section-image-with-text .section-content .h3,.section-image-with-text .section-content h4,.section-image-with-text .section-content .h4,.section-image-with-text .section-content h5,.section-image-with-text .section-content .h5,.section-image-with-text .section-content h6,.section-image-with-text .section-content .h6{margin-bottom:40px}@media (max-width: 991.98px){.section-image-with-text .section-content h1,.section-image-with-text .section-content .h1,.section-image-with-text .section-content h2,.section-image-with-text .section-content .h2,.section-image-with-text .section-content h3,.section-image-with-text .section-content .h3,.section-image-with-text .section-content h4,.section-image-with-text .section-content .h4,.section-image-with-text .section-content h5,.section-image-with-text .section-content .h5,.section-image-with-text .section-content h6,.section-image-with-text .section-content .h6{margin-bottom:10px}.section-image-with-text .section-image{margin-bottom:20px}}.section-model-hero{position:relative;height:100vh;clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 0%);background-color:var(--bs-dark)}.section-model-hero .inner-container{position:absolute;left:0;right:0;top:0;height:calc(100vh + 100lvh)}.section-model-hero .sticky-container{position:sticky;left:0;top:0;height:100lvh;width:100%}.section-model-hero .content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--bs-white)}.section-model-hero .content-row{height:100vh;padding:120px 0 50px;display:flex;flex-direction:column;justify-content:center;align-content:space-between}.section-model-hero .section-display{font-size:clamp(32px,8vh,96px);line-height:.8}.section-model-hero .section-text{margin-bottom:20px}.section-model-hero .section-image{position:relative;height:40vh;width:100%}.section-model-hero .section-image img{width:100%;height:100%;object-fit:contain}.section-model-hero .section-mask{position:absolute;top:0;left:0;bottom:0;width:0%;background-color:#000}.section-model-hero .section-button{margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:10px}.section-model-hero .arrow-down{display:inline-block;animation:jumpInfinite 1.5s infinite}@keyframes jumpInfinite{0%{transform:translateY(0)}50%{transform:translateY(20px)}to{transform:translateY(0)}}.section-model-hero[data-animation=true] .section-mask{width:100%}.section-model-hero[data-animation=true] .section-display,.section-model-hero[data-animation=true] .section-text{opacity:0}.section-model-hero[data-animation=true] .char,.section-model-hero[data-animation=true] .words{opacity:0;transform:translate(-100%)}.section-model-hero[data-animation=true] .line{opacity:0;transform:translateY(100%)}.section-model-hero[data-animation=true] .section-button{opacity:0;transform:translateY(30px)}.section-model-hero[data-animation=true] .arrow-down{opacity:0;scale:.2}.spinner{display:none}.spinner-container{display:none;width:100%;height:350px;background-color:var(--bs-gray-100);padding:100px 0;display:flex;align-items:center;justify-content:center}.spinner-loader{width:48px;height:48px;border:5px solid var(--bs-black);border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;opacity:.5}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 991.98px){.loader-container{height:200px}}.section-grid-cards{margin:var(--bs-section-margin-y) 0}.section-grid-cards .section-title{text-align:center;margin-bottom:calc(var(--bs-section-margin-y) / 1.5)}.section-grid-cards .card{margin-bottom:30px}.section-grid-cards[data-animation=true] .section-title{opacity:0;clip-path:polygon(-10% -100%,110% -100%,110% 0%,-10% 0%);transform:translate3d(0,100%,0)}.section-newsletter{background-color:var(--bs-gray-100);padding:100px 0}.section-newsletter form{position:relative}.section-newsletter button{position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:transparent;border:0px;padding-right:30px}@media (max-width: 991.98px){.section-newsletter{padding:40px 0}.section-newsletter .section-title{margin-bottom:30px}.section-newsletter .input{margin-top:25px}}.page-configure .model-list{margin-top:var(--bs-section-margin-y);margin-bottom:var(--bs-section-margin-y)}.page-configure .section-model-hero{margin-bottom:var(--bs-section-margin-y)}.form-check{display:block}.form-check-input{position:absolute;opacity:0;pointer-events:none}.form-check-label{position:relative;padding-left:50px;font-size:20px;cursor:pointer}.form-check-label:before{content:"";display:block;position:absolute;top:2px;left:0;border-radius:50%;margin-right:5px;width:27px;height:27px;border:1px solid var(--bs-gray-200);background:var(--bs-white)}.form-check-label:after{content:"";display:block;width:27px;height:27px;background:var(--bs-primary);position:absolute;border-radius:50%;top:2px;left:0;opacity:0;transform:scale(0);transition:all .3s cubic-bezier(.64,.57,.67,1.53)}.form-check-input:checked+.form-check-label:after{opacity:1;transform:scale(1)}.form-check-input:disabled+.form-check-label{cursor:default;opacity:.7}.form-check-input:disabled+.form-check-label:after{opacity:.6}.form-check-input:disabled+.form-check-label .form-check-image:before{opacity:1}.form-check-custom-label .form-check-label{padding-left:0}.form-check-custom-label .form-check-label:after,.form-check-custom-label .form-check-label:before{content:none}.form-check-image{width:85px;height:85px;border-radius:100%;position:relative;background-size:cover;background-position:50%;border:2px solid var(--bs-gray-200)}.form-check-image:after{position:absolute;left:-11px;top:-11px;content:"";width:104px;height:104px;border-radius:100%;border:2px solid var(--bs-primary);transform:scale(.4);z-index:-1;transition:all .3s cubic-bezier(.64,.57,.67,1.53)}.form-check-image:before{content:"";position:absolute;top:0;left:50%;width:4px;height:100%;background-color:var(--bs-primary);transform:translate(-50%) rotate(45deg);z-index:1;opacity:0}.form-check-custom-label .form-check-input:checked+.form-check-label>.form-check-image:after{opacity:1;transform:scale(1)}.form-check-group{margin:60px 0}.form-check-group .form-check{margin-bottom:20px}.form-check-group-horizontal{margin:60px 0;display:flex;flex-wrap:wrap;gap:30px;padding:0 15px}.page-configure-steps .btn-steps{justify-content:center;margin-bottom:60px}.page-configure-steps .configure-image{position:sticky;top:100px}.page-configure-steps .configure-bottom{position:fixed;z-index:99;left:0;right:0;bottom:0;background-color:var(--bs-gray-100);padding-top:45px;padding-bottom:45px}.page-configure-steps .configure-bottom .h4,.page-configure-steps .configure-bottom h4{margin-bottom:0}.page-configure-steps .configure-bottom-row{display:flex;align-items:center;justify-content:space-between}.page-configure-steps .configure-sidebar{margin-top:80px;padding-bottom:195px}.page-configure-steps .form-option-section{margin:40px 0}.page-configure-steps .btn-steps-next{border-top:1px solid var(--bs-gray-200);padding-top:60px;margin-top:60px;display:flex;justify-content:flex-end;align-items:center;gap:20px}@media (max-width: 991.98px){.page-configure-steps .configure-sidebar{margin-top:25px}.page-configure-steps .configure-bottom{padding-top:20px;padding-bottom:20px}.page-configure-steps .configure-bottom h4{margin-bottom:20px}.page-configure-steps .configure-bottom-row{display:block}.page-configure-steps .configure-bottom-row .btn-group{width:100%}.page-configure-steps .btn-options{display:none}}.page-configure-summary{margin-bottom:60px}.page-configure-summary .btn-steps{justify-content:center;margin-bottom:60px}.page-configure-summary .configure-image{position:sticky;top:100px}.page-configure-summary .btn-steps-next{margin-top:60px;display:flex;justify-content:flex-end;align-items:center;gap:20px;flex-wrap:wrap}.page-configure-summary .summary-links{display:block;margin:40px 0 60px}.page-configure-summary .summary-links h5{margin-bottom:25px}.page-configure-summary .summary-links a{color:var(--bs-black);margin-bottom:20px}.page-configure-summary .form-checkbox{display:flex;align-items:flex-start}.page-configure-summary .form-checkbox label{font-size:13px;margin-left:10px;padding-left:0}.page-configure-summary .form-checkbox label:before,.page-configure-summary .form-checkbox label:after{content:none}.page-configure-summary .form-checkbox input{border-radius:.25em;width:1.25rem;height:1.25rem;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);appearance:none;flex-shrink:0}.page-configure-summary .form-checkbox input:checked{background-color:var(--bs-primary);border-color:var(--bs-primary);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}@media (max-width: 991.98px){.page-configure-steps .configure-sidebar{margin-top:25px}.page-configure-steps .btn-steps-next{flex-direction:column}}.section-text-columns{margin:var(--bs-section-margin-y) 0}.section-text-columns .title{margin-bottom:110px}.section-text-columns .item{margin-bottom:85px}.section-text-columns .item .h5{margin-bottom:0}.section-text-columns .item .item-title{font-weight:700}.section-text-columns .item .item-country,.section-text-columns .item .item-address{margin-bottom:15px}.section-text-columns .item a{color:var(--bs-black);text-decoration:underline}@media (max-width: 991.98px){.section-text-columns .title{margin-bottom:30px}.section-text-columns .item{margin-bottom:40px}}.section-center-text-with-card{margin:var(--bs-section-margin-y) 0}.section-center-text-with-card .title{margin-bottom:20px}@media (max-width: 991.98px){.section-center-text-with-card .title,.section-center-text-with-card .item{margin-bottom:20px}}.section-dealers{margin:var(--bs-section-margin-y) 0}.section-dealers .title{margin-bottom:110px;text-transform:capitalize}.section-dealers .item{margin-bottom:85px}.section-dealers .item .h5{margin-bottom:0}.section-dealers .item .item-title{font-weight:700}.section-dealers .item .item-country{margin-bottom:15px}.section-dealers .item a{color:var(--bs-black);text-decoration:underline}.item-infowindow p{margin:0}.item-infowindow .h6{margin-bottom:4px}@media (max-width: 991.98px){.section-dealers .title{margin-bottom:30px}.section-dealers .item{margin-bottom:40px}}.page-dealers .filters{background-color:var(--bs-gray-100);padding:60px 0}.page-dealers .filters h3,.page-dealers .filters h5{margin-bottom:30px}.page-dealers .map{height:50vh;background-color:var(--bs-gray-200)}@media (max-width: 991.98px){.page-dealers .filters{padding:20px 0}.page-dealers .filters h3,.page-dealers .filters h5{margin-bottom:10px}}.section-hero{position:relative;height:100vh;clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 0%);background-color:var(--bs-dark)}.section-hero .inner-container{position:absolute;left:0;right:0;top:0;height:calc(100vh + 100lvh)}.section-hero .sticky-container{position:sticky;left:0;top:0;height:100lvh;width:100%}.section-hero .bg,.section-hero .overlay,.section-hero .content{position:absolute;inset:0}.section-hero .overlay{background-color:var(--bs-black);opacity:1;pointer-events:none;opacity:.2}.section-hero .bg{background-size:cover;background-position:50%}.section-hero .bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.55}.section-hero .content{padding-top:220px;padding-bottom:25px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--bs-white)}.section-hero[data-variant=main] .section-display,.section-hero[data-variant=video] .section-display{font-size:clamp(32px,19vw,200px);line-height:.8}.section-hero[data-variant=main] .section-text,.section-hero[data-variant=video] .section-text{margin:5vh 0;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.section-hero[data-variant=content] .section-display{padding:0 5%;font-size:clamp(32px,15vw,150px);line-height:1.2}.section-hero[data-animation=true] .section-display,.section-hero[data-animation=true] .section-text{opacity:0}.section-hero[data-animation=true] .section-button,.section-hero[data-animation=true] .line,.section-hero[data-animation=true] .char{opacity:0;transform:translateY(100%)}.section-hero[data-animation=true][data-variant=content] .char,.section-hero[data-animation=true][data-variant=content] .words{opacity:0;transform:translate(-100%)}.section-hero-text{margin:var(--bs-section-margin-y) 0;text-align:center}.section-hero-text .section-title{margin-bottom:calc(var(--bs-section-margin-y) * .5)}.section-hero-text .section-text{margin-bottom:80px}.section-hero-text .section-button{margin:10px auto}@media (max-width: 991.98px){.section-hero-text .section-text{margin-bottom:40px}}.section-reveal-image{display:block;margin:var(--bs-section-margin-y) 0;position:relative;overflow:hidden;background-color:#000;text-align:center}.section-reveal-image .position-container{text-align:left;color:var(--bs-white);padding-top:80px;position:absolute;inset:0}.section-reveal-image[data-animation=true] .section-mask{position:absolute;inset:0;background-color:#000}.section-reveal-image[data-animation=true] .section-title{opacity:0}.section-reveal-image[data-animation=true] .char{opacity:0;transform:translate(-100%)}@media (max-width: 991.98px){.section-reveal-image .position-container{position:static;padding-top:20px}}.section-card-with-text-slider{margin:var(--bs-section-margin-y) 0;position:relative}.section-card-with-text-slider .section-container{padding-top:calc(var(--bs-section-margin-y) / 2);padding-bottom:calc(var(--bs-section-margin-y) / 2)}.section-card-with-text-slider .section-text{padding-top:30px}.section-card-with-text-slider h3,.section-card-with-text-slider .h3,.section-card-with-text-slider p{margin-bottom:50px}.section-card-with-text-slider .section-pagination{margin-top:100px;position:relative}.section-card-with-text-slider .pagination-progress{position:absolute;left:0;top:0;width:25%;height:2px;background-color:var(--bs-black)}.section-card-with-text-slider .pagination-line{width:100%;height:2px;border-bottom:1px solid var(--bs-gray-200)}.section-card-with-text-slider .pagination-list{list-style:none;padding:20px 0 0;display:flex;align-items:center;justify-content:space-between;font-size:20px}.section-card-with-text-slider .pagination-item{cursor:pointer;position:relative}.section-card-with-text-slider .pagination-item:after{content:"";position:absolute;left:0;bottom:0;height:2px;background-color:var(--bs-black);width:0%;transition:all .3s}.section-card-with-text-slider .pagination-item.active:after{width:100%}@media (max-width: 991.98px){.section-card-with-text-slider .section-container{padding-top:0;padding-bottom:0}.section-card-with-text-slider .section-text{padding-top:0;margin-bottom:20px}.section-card-with-text-slider h3,.section-card-with-text-slider .h3,.section-card-with-text-slider p{margin-bottom:20px}.section-card-with-text-slider .section-pagination{margin-top:20px}}.section-cards-slider{margin:var(--bs-section-margin-y) 0;overflow:hidden;position:relative}.section-cards-slider .section-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:60px}.section-cards-slider .section-title{margin:0;line-height:1}.section-cards-slider .swiper-slide{width:505px}.custom-align{padding-left:0;margin-right:-15px;border-top-left-radius:20px;border-bottom-left-radius:20px;overflow:hidden}@media (min-width: 576px){.custom-align{padding-left:calc((100vw - 540px)/2)}}@media (min-width: 768px){.custom-align{padding-left:calc((100vw - 720px)/2)}}@media (min-width: 992px){.custom-align{padding-left:calc((100vw - 960px)/2)}}@media (min-width: 1200px){.custom-align{padding-left:calc((100vw - 1140px)/2)}}@media (min-width: 1400px){.custom-align{padding-left:calc((100vw - 1320px)/2)}}@media (max-width: 991.98px){.section-cards-slider .section-top{margin-bottom:20px}.section-cards-slider .swiper-slide{width:85%}}.section-with-text-two-columns,.section-model-stats{margin:var(--bs-section-margin-y) 0}.section-model-stats .items-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.section-model-stats .item{margin-bottom:10px}.section-model-stats .item-value{font-size:28px}@media (max-width: 991.98px){.section-model-stats .items-grid{grid-template-columns:repeat(2,1fr)}}.section-model-gallery{margin:var(--bs-section-margin-y) 0;overflow:hidden}.section-model-gallery .horizontal-scroll-container{position:relative;overflow:hidden}.section-model-gallery .horizontal-scroll{display:flex;gap:15px}.section-model-gallery .panel{width:65vw;max-width:920px}.section-model-gallery .card-image{max-height:calc(100vh - 220px);width:100%;object-fit:cover}.section-model-gallery .section-pagination{text-align:right;padding-right:40px;padding-top:25px}@media (max-width: 991.98px){.section-model-gallery .section-pagination{display:none}.section-model-gallery .horizontal-scroll{width:auto!important}.section-model-gallery .horizontal-scroll-container{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.section-model-gallery .panel{width:85vw!important;max-width:none;flex:1 0 85%}}.section-model-compare{margin:var(--bs-section-margin-y) 0;overflow:hidden}.section-model-compare .section-title{margin-bottom:80px}.section-model-compare table{width:100%;border-collapse:collapse;font-size:20px}.section-model-compare td:nth-child(2n){background-color:var(--bs-gray-100)}.section-model-compare th,.section-model-compare td{padding:25px;border:1px solid var(--bs-gray-200);border-left:0px;border-right:0px;font-weight:400}.section-model-compare thead tr,.section-model-compare thead td,.section-model-compare thead th{border-top:0px}.section-model-compare tbody th{min-width:290px}.section-model-compare tbody tr:last-child th,.section-model-compare tbody tr:last-child td{border:0px;background-color:transparent}@media (max-width: 991.98px){.table-responsive{overflow-x:auto}.section-model-compare .section-title{margin-bottom:40px}.section-model-compare thead th,.section-model-compare tbody th,.section-model-compare tbody td{min-width:175px}}.page-model .background-container{background-color:var(--bs-gray-100);margin-top:calc(var(--bs-section-margin-y) * 2);padding-top:10px}.page-model .swiper-slide-model-gallery{width:45vw}.page-models .btn-group{margin:0 0 120px}.page-models .background-container{background-color:var(--bs-gray-100);margin-top:var(--bs-section-margin-y);padding-top:10px}.model-list-item{margin-bottom:45px}.model-list-item .image{display:block;width:100%;aspect-ratio:400/229}.page-news .card-item{margin-bottom:50px}.section-full-image{margin:var(--bs-section-margin-y) 0}.page-home{--bs-section-margin-y: 120px}@media (max-width: 991.98px){.page-home{--bs-section-margin-y: 50px}}
