@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0px;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}.ps{position:relative}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{text-align:inherit;background:transparent;-webkit-appearance:button;cursor:pointer;border:none;border-radius:0;padding:0}button[disabled],input[disabled]{cursor:default}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}@font-face{font-family:Spartan;src:url(/dist/assets/SpartanMB-Regular-de2d6166.woff2) format("woff2"),url(/dist/assets/SpartanMB-Regular-a64330f5.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Spartan;src:url(/dist/assets/SpartanMB-Medium-5c45f0e1.woff2) format("woff2"),url(/dist/assets/SpartanMB-Medium-7c73c994.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Spartan;src:url(/dist/assets/SpartanMB-Bold-311f5219.woff2) format("woff2"),url(/dist/assets/SpartanMB-Bold-b9e205c9.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}:root{--grid-column-gap: 50px;--grid-outer-padding: 10px;--container-width: 1640px;--shadow-hover: 0px 10px 23px 0px rgba(0, 0, 0, .1);--shadow-overlay: 0px 10px 197px 0px rgba(0, 0, 0, .5)}@media screen and (max-width: 768px){:root{--grid-column-gap: 20px}}.swiper-button-next,.swiper-button-prev{position:absolute;cursor:pointer;top:50%;transform:translateY(-50%);z-index:10}.swiper-button-next svg,.swiper-button-prev svg{display:block}.swiper-button-next svg .circle,.swiper-button-next svg .arrow,.swiper-button-prev svg .circle,.swiper-button-prev svg .arrow{transition:fill .3s cubic-bezier(.22,.61,.36,1)}.swiper-button-next:not(.swiper-button-disabled):hover .circle,.swiper-button-prev:not(.swiper-button-disabled):hover .circle{fill:#141729}.swiper-button-next:not(.swiper-button-disabled):hover .arrow,.swiper-button-prev:not(.swiper-button-disabled):hover .arrow{fill:#fff}.swiper-button-next{right:0}.swiper-button-disabled{cursor:default;transition:opacity .3s cubic-bezier(.22,.61,.36,1)}.swiper-button-disabled:hover{opacity:.6}.v-select.vs--open{margin-bottom:-4px}.v-select.vs--has-value .vs__dropdown-toggle{border-color:#141729;box-shadow:inset 0 0 0 1px #141729;background-image:url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_187_6836)'%3E%3Cpath d='M8.62497 15.525L4.59997 11.5L3.2583 12.8417L8.62497 18.2084L20.125 6.70837L18.7833 5.3667L8.62497 15.525Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_187_6836'%3E%3Crect width='23' height='23' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center right 20px}.v-select+.v-select{margin-top:11px}.vs__open-indicator{display:none}.vs__dropdown-toggle{border:1px solid #BDBDBD;padding:18px 29px}.vs__selected-options{padding:0}.vs__selected,.vs__search{color:#141729;padding:0;margin:0}.vs__search{color:#bdbdbd}.vs__actions{padding:0}.vs__dropdown-menu{top:-12px;left:-12px;right:-12px;width:auto;border:none;border-radius:8px;box-shadow:0 10px 197px #00000080;padding:12px!important;display:grid;gap:15px;grid-template-columns:1fr}.vs__dropdown-option{border:1px solid #E0E0E0;border-radius:8px;padding:18px 29px;color:#141729}.vs__dropdown-option--highlight{background:#fff;color:#141729;border-color:#2d9cdb;box-shadow:inset 0 0 0 2px #2d9cdb}.ps--active-y{margin-right:-10px;padding-right:10px}.ps__thumb-y{transition:top .15s cubic-bezier(.22,.61,.36,1),width .15s cubic-bezier(.22,.61,.36,1);width:4px}.ps__rail-y.ps--clicking .ps__thumb-y{transition:width .15s cubic-bezier(.22,.61,.36,1)}.StripeElement{margin-bottom:30px}.btn.stripe-payment-elements-submit-button{margin-left:auto;display:flex;white-space:nowrap}*{box-sizing:border-box}body,html{scroll-behavior:smooth}a{text-decoration:none;transition:color .3s cubic-bezier(.22,.61,.36,1);color:#2d9cdb}img{max-width:100%;height:auto}figure.image.center-image img{display:block;margin-inline:auto}hr{border:0;height:1px;background-color:#e0e0e0;margin-block:30px}.is-visuallyHidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;clip:rect(0 0 0 0);overflow:hidden}.icon-180{transform:rotate(180deg)}.text-white{color:#fff}.text-center{text-align:center}.text-right{text-align:right}.overflow-hidden{overflow:hidden}figure{margin-inline:0}.hidden{display:none!important}fieldset{border-color:#d2d2d7;border-width:1px;border-radius:10px}fieldset label{font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.42px}@media screen and (max-width: 768px){fieldset label{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}}fieldset legend{padding-inline:10px;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.42px}@media screen and (max-width: 768px){fieldset legend{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}}@media screen and (max-width: 768px){.hide-on-mobile{display:none}}@media screen and (min-width: 769px){.hide-above-mobile{display:none}}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;display:inline-flex;border-radius:100px;padding:16px 30px;font-size:17px;letter-spacing:-.51px;font-weight:500;line-height:19px;text-align:left;background-color:#141729;color:#fff;cursor:pointer;transition:background-color .3s cubic-bezier(.22,.61,.36,1),box-shadow .3s cubic-bezier(.22,.61,.36,1),opacity .3s cubic-bezier(.22,.61,.36,1),color .3s cubic-bezier(.22,.61,.36,1);align-items:center;justify-content:center;position:relative}.btn:not([disabled]):hover{background-color:#2d9cdb;box-shadow:0 10px 23px #0000001a;text-decoration:none}.btn[disabled]{opacity:.5;cursor:default}.btn>svg{transition:color .3s cubic-bezier(.22,.61,.36,1)}.btn>svg:first-child{margin-inline-end:15px}.btn>svg:first-child+span{text-align:left}.btn>svg:last-child{margin-inline-start:15px}.btn.btn--outline{background-color:#fff;color:#141729;box-shadow:inset 0 0 0 1px #e0e0e0}.btn.btn--outline svg{color:#e0e0e0}.btn.btn--outline:not([disabled]):hover{background-color:#fff;color:#141729;box-shadow:inset 0 0 0 1px #2d9cdb,0 10px 23px #0000001a}.btn.btn--outline:not([disabled]):hover svg{color:#2d9cdb}.btn.btn--white{background-color:#fff;color:#141729}.btn.btn--white:not([disabled]):hover{background-color:#fff;color:#141729;box-shadow:inset 0 0 0 2px #141729,0 10px 23px #0000001a}.btn.btn--blue{background-color:#2d9cdb;color:#fff}.btn.btn--blue:not([disabled]):hover{background-color:#141729;color:#fff;box-shadow:inset 0 0 0 2px #141729,0 10px 23px #0000001a}.btn.btn--fluid{width:100%}.btn.btn--small{padding:12px 24px;font-size:15px;letter-spacing:-.45px}.btn.btn--inverse{background-color:#fff;color:#141729;box-shadow:inset 0 0 0 2px #141729}.btn.btn--inverse:not([disabled]):hover{color:#fff}.loading{cursor:default;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.5}.loading:before{content:"";position:absolute;top:50%;left:50%;margin-top:-13px;margin-left:-13px;width:26px;height:26px;margin-right:10px;border-radius:50%;border:4px solid #2D9CDB;border-top-color:transparent;animation:spin .75s linear infinite;box-sizing:border-box}@keyframes spin{to{transform:rotate(360deg)}}.Form{display:grid;gap:15px 40px}@media screen and (max-width: 1200px){.Form{gap:15px 15px}}.Form:not(.singleRow){grid-template-columns:repeat(12,1fr)}.Form:not(.singleRow)>*{grid-column:span 12}.BasePopup.slide .Form{gap:15px 15px}.Form.zeroSpacing{gap:15px 0}.Form--couponCode .FormItem{display:flex;gap:20px}.Form--couponCode input[name=couponCode]{max-width:200px}.Form__footer{margin-block-start:40px;display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}@media screen and (max-width: 768px){.Form__footer{margin-block-start:20px}}.Form__footer.justify-center{justify-content:center}.Form__footer.justify-end{justify-content:flex-end}.FormItem textarea,.FormItem input[type=text],.FormItem input[type=email],.FormItem input[type=password],.FormItem input[type=number],.FormItem input[type=tel],.FormItem input[type=date],.FormItem input[type=time]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #D2D2D7;background:#fff;margin:0;border-radius:10px;padding:15px 10px;height:54px;font-size:14px;line-height:23px;font-weight:400;width:100%;transition:border-color .3s cubic-bezier(.22,.61,.36,1),box-shadow .3s cubic-bezier(.22,.61,.36,1),opacity .3s cubic-bezier(.22,.61,.36,1);position:relative}.FormItem textarea:focus,.FormItem input[type=text]:focus,.FormItem input[type=email]:focus,.FormItem input[type=password]:focus,.FormItem input[type=number]:focus,.FormItem input[type=tel]:focus,.FormItem input[type=date]:focus,.FormItem input[type=time]:focus{outline:none;border-color:#2d9cdb;box-shadow:0 0 58px -3px #0000001a}.FormItem textarea:disabled,.FormItem input[type=text]:disabled,.FormItem input[type=email]:disabled,.FormItem input[type=password]:disabled,.FormItem input[type=number]:disabled,.FormItem input[type=tel]:disabled,.FormItem input[type=date]:disabled,.FormItem input[type=time]:disabled{opacity:.5;cursor:default}.FormItem textarea::-moz-placeholder,.FormItem input[type=text]::-moz-placeholder,.FormItem input[type=email]::-moz-placeholder,.FormItem input[type=password]::-moz-placeholder,.FormItem input[type=number]::-moz-placeholder,.FormItem input[type=tel]::-moz-placeholder,.FormItem input[type=date]::-moz-placeholder,.FormItem input[type=time]::-moz-placeholder{color:#828282}.FormItem textarea::placeholder,.FormItem input[type=text]::placeholder,.FormItem input[type=email]::placeholder,.FormItem input[type=password]::placeholder,.FormItem input[type=number]::placeholder,.FormItem input[type=tel]::placeholder,.FormItem input[type=date]::placeholder,.FormItem input[type=time]::placeholder{color:#828282}@media screen and (min-width: 769px){.FormItem.half{grid-column:span 6}}@media screen and (min-width: 769px){.FormItem.third{grid-column:span 4}}.FormItem.hide-label>label{display:none}.FormItem select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #D2D2D7;background:#fff;margin:0;border-radius:10px;padding:15px 30px 15px 10px;height:54px;font-size:14px;line-height:23px;font-weight:400;width:100%;transition:border-color .3s cubic-bezier(.22,.61,.36,1),box-shadow .3s cubic-bezier(.22,.61,.36,1),opacity .3s cubic-bezier(.22,.61,.36,1);position:relative;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23D2D2D7"><path d="M8 10.586L4.707 7.293a1 1 0 00-1.414 1.414l4 4a1 1 0 001.414 0l4-4a1 1 0 00-1.414-1.414L8 10.586z"/></svg>');background-repeat:no-repeat;background-position:right 10px center;background-size:24px 24px}.FormItem select:focus{outline:none;border-color:#2d9cdb;box-shadow:0 0 58px -3px #0000001a}.FormItem select:disabled{opacity:.5;cursor:default}.FormItem select::-moz-placeholder{color:#828282}.FormItem select::placeholder{color:#828282}.FormItem.error input,.FormItem input[data-formie-input-error]{background-color:#ffe3e3}.FormItem input[type=radio],.FormItem input[type=checkbox]{opacity:0;position:absolute;pointer-events:none;width:1px;height:1px}.FormItem input[type=radio]+label,.FormItem input[type=checkbox]+label{cursor:pointer;display:inline-flex;font-size:17px;line-height:24px;align-items:flex-start;padding-left:2px;padding-top:2px;gap:12px}.FormItem input[type=radio]+label:before,.FormItem input[type=checkbox]+label:before{content:"";display:block;width:20px;height:20px;border:2px solid #A2A2B8;box-sizing:border-box;border-radius:50%;background-color:transparent;box-shadow:inset 0 0 0 3px #fff;transition:background-color .3s cubic-bezier(.22,.61,.36,1),border-color .3s cubic-bezier(.22,.61,.36,1);flex-shrink:0}.FormItem input[type=radio]:checked+label:before,.FormItem input[type=checkbox]:checked+label:before{background-color:#2d9cdb;border-color:#2d9cdb}.FormItem input[type=checkbox]+label:before{border-radius:3px}.FormItem .BasePills{margin-block-end:10px}.FormItem textarea{resize:vertical;height:180px}@media screen and (max-width: 768px){.FormItem textarea{height:120px}}.FormErrors{margin-block:.5em;color:#ff6363;font-size:.8em}.FormRadioBoxes{display:grid;grid-template-columns:1fr;gap:25px;margin-top:25px}.FormRadioBoxes.simple{gap:15px;margin-block-end:30px}@media screen and (max-width: 768px){.FormRadioBoxes.simple{margin-block:10px}}.FormRadioBoxes.simple .FormRadioBox{padding-inline:20px}.FormRadioBoxes.simple .FormRadioBox__head,.FormRadioBoxes.simple .FormItem label{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}.FormRadioBoxes.simple .FormItem label:before{display:none}.FormRadioBox{border-radius:10px;position:relative;padding:15px 24px}.FormRadioBox input[type=radio]+label:after,.FormRadioBox input[type=checkbox]+label:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;box-shadow:inset 0 0 0 1px #d2d2d7;transition:box-shadow .3s cubic-bezier(.22,.61,.36,1),outline .3s cubic-bezier(.22,.61,.36,1);pointer-events:none}.FormRadioBox input[type=radio]:checked+label:after,.FormRadioBox input[type=checkbox]:checked+label:after{box-shadow:inset 0 0 0 2px #0071e3;outline:3px solid #66B1FC}.FormRadioBox[disabled]{opacity:.5;cursor:default;pointer-events:none}.FormRadioBox__head{display:flex;justify-content:space-between;align-items:center;font-weight:700;gap:20px;font-size:17px;line-height:24px}.FormRadioBox__description{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px;margin-top:8px;max-width:344px}body{font-family:Spartan,serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.48px;color:#141729}@media screen and (max-width: 768px){body{font-size:14px;letter-spacing:-.42px}}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5{margin-block-start:0;margin-block-end:0}h1:not(:first-child),.h1:not(:first-child),h2:not(:first-child),.h2:not(:first-child),h3:not(:first-child),.h3:not(:first-child),h4:not(:first-child),.h4:not(:first-child),h5:not(:first-child),.h5:not(:first-child){margin-block-start:.5em}h1>span,h1>strong,.h1>span,.h1>strong,h2>span,h2>strong,.h2>span,.h2>strong,h3>span,h3>strong,.h3>span,.h3>strong,h4>span,h4>strong,.h4>span,.h4>strong,h5>span,h5>strong,.h5>span,.h5>strong{font-weight:500;color:#2d9cdb}h1,.h1{font-size:40px;font-weight:500;line-height:1.26;letter-spacing:-1.2px}@media screen and (max-width: 768px){h1,.h1{font-size:30px;letter-spacing:-.9px}}h2,.h2{font-size:30px;font-weight:500;line-height:1.25;letter-spacing:-.9px}h2.huge,.h2.huge{font-size:100px;line-height:1;letter-spacing:-3px}@media screen and (max-width: 768px){h2.huge,.h2.huge{font-size:50px;letter-spacing:-1.5px}}h2.huge:not(:first-child),.h2.huge:not(:first-child){margin-block-start:.15em}h3,.h3{font-size:26px;font-weight:500;line-height:1.54;letter-spacing:-.78px}@media screen and (max-width: 768px){h3,.h3{font-size:22px;line-height:1.35;letter-spacing:-.66px}}h4,.h4{font-size:22px;font-weight:500;line-height:1.35;letter-spacing:-.66px}h5,.h5{font-size:13px;line-height:1.6;letter-spacing:-.39px;font-weight:500}h5:not(:first-child),.h5:not(:first-child){margin-block-start:2em}p,ul,ol{margin-block:1em}p:first-child,ul:first-child,ol:first-child{margin-block-start:0}p:last-child,ul:last-child,ol:last-child{margin-block-end:0}p a:hover,ul a:hover,ol a:hover{text-decoration:underline}ul,ol{padding-inline:0;list-style-type:none}.paragraph ul,.paragraph ol{padding-inline-start:1.5em}.paragraph ul li,.paragraph ol li{margin-block-start:0;margin-block-end:0}.paragraph ul li:not(:first-child),.paragraph ol li:not(:first-child){margin-block-start:.2em}.paragraph ul{list-style-type:disc}.paragraph ol{list-style-type:decimal}.paragraph table{border-collapse:collapse;border-spacing:0;font-size:13px}.paragraph table th,.paragraph table td{border:1px solid #E0E0E0;padding:.5em}.paragraph p.tiny{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}@media print{.SiteHeader,.SiteLogos__container,.SiteFooter,.BlockSupportSidebar,.BlockSupportCategoryButtons{display:none}.AtomInstruction__image{width:45%}.AtomInstruction__content{width:55%}.AtomInstruction{margin-inline-end:0!important}.SiteMain{padding-block-start:0!important}.SiteMain>.BaseSection:first-child{margin-block-start:0!important}.BlockSupportSidebar+.BaseSection.richText+.BaseSection.smallMargins>.BlockRichText>img{max-width:10cm}.AtomAccordion__content{display:block!important}.BlockQuote--support{width:100%!important}.BlockQuote__image{box-shadow:none!important;width:6cm!important;margin-inline:auto 20px!important}.BlockQuote__content{border:1px solid #828282;margin-top:-200px!important}.BlockQuote__copy{font-size:16px!important}.BlockVideoSection{margin-inline-end:0!important}.BlockVideoSection__image{margin-inline-start:0!important;width:10cm!important}.BlockVideoSection__image img{box-shadow:none!important}.BlockVideoSection__content{padding-block-start:20px!important}.BlockVideoSection__copy .paragraph{font-size:16px!important}.BlockVideoSection__copy h2{font-size:22px!important}.BlockRichText__downloads,.BlockVideoSection__buttons{display:flex;flex-wrap:wrap;gap:20px}.BlockRichText__downloads>p,.BlockVideoSection__buttons>p{margin-block:0!important}.btn{font-size:16px!important;padding:8px 15px!important}.btn>svg{max-height:16px!important;width:auto!important}.btn>svg:first-child{margin-inline-start:0!important}}.AtomPillTabs__pills{text-align:center;margin-bottom:40px}@media screen and (max-width: 768px){.AtomPillTabs__pills{margin-bottom:15px}}.AtomListing{display:flex;flex-direction:column;position:relative;gap:15px}@media screen and (min-width: 769px){.AtomListing.card:before{content:"";display:block;position:absolute;border-radius:8px;top:-10px;left:-10px;right:-10px;bottom:-10px;transition:box-shadow .3s cubic-bezier(.22,.61,.36,1)}.AtomListing.card .AtomListing__image~div{padding-inline:10px}.AtomListing.card:hover:before{box-shadow:0 10px 23px #0000001a}}.AtomListing--whiteBg{background-color:#fff;padding:10px 10px 20px;border-radius:8px}.AtomListing--whiteBg .AtomListing__image~div{padding-inline:10px}.AtomListing__image{position:relative}.AtomListing__image>img{width:100%;display:block;z-index:1;position:relative;transition:-webkit-mask-size .6s cubic-bezier(.22,.61,.36,1);transition:mask-size .6s cubic-bezier(.22,.61,.36,1);transition:mask-size .6s cubic-bezier(.22,.61,.36,1),-webkit-mask-size .6s cubic-bezier(.22,.61,.36,1);-webkit-mask-image:radial-gradient(circle at 0% 100%,#000 60%,transparent 60.3%);mask-image:radial-gradient(circle at 0% 100%,#000 60%,transparent 60.3%);-webkit-mask-size:180% 180%;mask-size:180% 180%;-webkit-mask-position:bottom left;mask-position:bottom left;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;border-radius:8px}.AtomListing.hover:not(.preventHover) .AtomListing__image>img,.AtomTimelineItem.hover:not(.preventHover) .AtomListing__image>img{-webkit-mask-size:0 0;mask-size:0 0}.AtomListing__hoverVideo{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.AtomListing__hoverVideo video,.AtomListing__hoverVideo img{width:100%;height:calc(100% - 1px);-o-object-fit:cover;object-fit:cover;outline:unset;border-radius:10px}.AtomListing__categories{white-space:nowrap;overflow:hidden;position:relative}.AtomListing__categories:after{content:"";display:block;top:0;right:0;bottom:0;width:10px;position:absolute;background:linear-gradient(to right,rgba(255,255,255,0),#fff 100%)}.BaseSection--grey .AtomListing__categories:after{background:linear-gradient(to right,rgba(255,255,255,0),#F2F2F2 100%)}.BaseSection--grey .AtomListing__categories .BaseTag{padding-inline-start:0}.AtomListing__link{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.AtomListing__title{font-size:22px;font-weight:500;line-height:1.35;letter-spacing:-.66px}.AtomListing__author{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}.AtomListing__quote{display:flex;flex-direction:column;padding:80px 0;justify-content:center;background-color:#f2f2f2;border-radius:8px}.AtomListing__quoteInner{font-size:30px;font-weight:500;line-height:1.25;letter-spacing:-.9px;display:-webkit-box;max-height:4em;padding:0 20px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width: 768px){.AtomListing__quoteInner{font-size:22px;font-weight:500;line-height:1.35;letter-spacing:-.66px}}.AtomListing__quoteInner:before,.AtomListing__quoteInner:after{display:block;color:#fff;font-size:190px;position:absolute}.AtomListing__quoteInner:before{content:"“";top:0;left:0}.AtomListing__quoteInner:after{content:"”";bottom:-80px;right:0}.AtomListing__price{font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.42px}@media screen and (max-width: 768px){.AtomListing__price{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}}.AtomListing__price strong{display:block}.AtomListing__intro{margin-top:15px}.AtomListing__footer{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-top:20px}.AtomListing.basic{padding:40px 15px 15px;border-radius:8px;justify-content:space-between;transition:box-shadow .3s cubic-bezier(.22,.61,.36,1)}.AtomListing.basic:hover{box-shadow:0 10px 23px #0000001a}.AtomListing.basic.gray{background-color:#f4f4f9}.AtomListing.basic.gray .BaseTag{background-color:#f2f2f2}.AtomListing.basic.blueDark{background-color:#141729;color:#fff}.AtomListing.basic.blue{background-color:#2d9cdb;color:#fff}.AtomListing.basic.oceanBlue{background-color:#4896a3;color:#fff}.AtomListing.basic.jade{background-color:#88b79c;color:#fff}.AtomListing.basic.copper{background-color:#bf926c;color:#fff}.AtomListing.basic.mustard{background-color:#a48f19;color:#fff}.AtomListing.basic.tangerine{background-color:#f9a801;color:#fff}.AtomListing.basic.lavender{background-color:#bf94ff;color:#fff}.AtomListing.basic.periwinkle{background-color:#8999fd;color:#fff}.AtomListing.basic.midnightBlue{background-color:#1e2856;color:#fff}.AtomListing.basic .AtomListing__categories{white-space:normal}.AtomListing.basic .AtomListing__categories:after{display:none}.AtomPagination{margin-block-start:60px;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 769px){.AtomPagination{gap:7px}}.AtomPagination__item{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:border-color .3s cubic-bezier(.22,.61,.36,1),box-shadow .3s cubic-bezier(.22,.61,.36,1);cursor:pointer;border:1px solid transparent;color:#141729}.AtomPagination__item.active{border:1px solid #E0E0E0;box-shadow:0 10px 23px #0000001a;color:#2d9cdb}.AtomPagination__item:not(.active):hover{border:1px solid rgba(39,38,40,.3)}.AtomPagination__item svg{color:#e0e0e0}@media screen and (max-width: 1200px){.AtomPagination__item--arrow{display:none}}.AtomPagination__dots{color:#e0e0e0}.AtomAccordion{border-bottom:1px solid #E0E0E0}.AtomAccordion__header{position:relative;display:flex;justify-content:space-between;align-items:center;gap:40px}.AtomAccordion__title{display:flex;align-items:center;width:100%;word-break:break-word;padding-block:16px;font-size:22px;font-weight:500;line-height:1.35;letter-spacing:-.66px}.AtomAccordion__title+svg{width:20px;height:20px;display:block;transform:rotate(90deg);transition:transform .3s cubic-bezier(.22,.61,.36,1)}.AtomAccordion.open .AtomAccordion__title+svg{transform:rotate(270deg)}.AtomAccordion__icon{font-size:.8rem}.AtomAccordion__toggle{position:absolute;top:0;left:0;width:100%;height:100%}.AtomAccordion__content{transition:height .3s cubic-bezier(.22,.61,.36,1);overflow:hidden}.AtomAccordion__contentInner{padding-block:20px 30px}@media screen and (max-width: 768px){.AtomAccordion__contentInner{padding-block:0 20px}}.AtomAccordion__contentInner p,.AtomAccordion__contentInner ul,.AtomAccordion__contentInner li{max-width:780px}@keyframes accordionAnimation{0%{max-height:0}}.AtomAccordion__fade-enter{max-height:0;display:block}.AtomAccordion__fade-enter-active{animation:accordionAnimation .3s cubic-bezier(.22,.61,.36,1);overflow:hidden}.AtomAccordion__fade-leave,.AtomAccordion__fade-leave-to{display:block}.AtomAccordion__fade-leave-active{animation:accordionAnimation .3s cubic-bezier(.22,.61,.36,1);animation-direction:reverse;overflow:hidden}.AtomAccordionContent{display:flex;flex-direction:column;width:100%;gap:2em}.AtomAccordionContent__blockButtons{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:20px}.AtomInstruction{display:flex;background-color:#f4f4f9;box-shadow:0 1px 2px #0000001a;border-radius:8px}@media screen and (max-width: 768px){.AtomInstruction{flex-direction:column}}.AtomInstruction__image{background-color:#fff;display:flex;align-items:center;justify-content:center;padding:20px 0 0}@media screen and (min-width: 769px){.AtomInstruction__image{justify-content:flex-end;flex-basis:45%;flex-shrink:0;padding:20px}}@media screen and (min-width: 769px){.AtomInstruction__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}}.AtomInstruction__content{padding:20px 10px}@media screen and (min-width: 769px){.AtomInstruction__content{padding:80px 50px}}.AtomTimelineItem{position:relative}@media screen and (min-width: 769px){.AtomTimelineItem__text{flex-basis:50%}}.AtomTimelineItem__year{background-color:#2d9cdb;color:#fff;width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:15px;font-weight:700;line-height:1.33;box-shadow:0 10px 23px #0000001a;margin-bottom:25px}.AtomTimelineItem__content{display:flex;gap:30px;align-items:flex-start}@media screen and (max-width: 768px){.AtomTimelineItem__content{flex-direction:column-reverse;align-items:center}}@media screen and (min-width: 769px){.AtomTimelineItem__image{flex-basis:50%}}.AtomNotification{border-radius:8px;background-color:#f4f4f9;box-shadow:0 1px 2px #0000001a;padding:18px}.AtomNotification.error{background-color:#ffe3e3}.AtomNotification__title{font-size:22px;font-weight:500;line-height:1.35;letter-spacing:-.66px}.AtomNotification__subtitle{display:flex;gap:20px;margin-top:18px}.AtomNotification__subtitle>svg:last-child{margin-left:auto}.AtomLoginBox{width:380px;margin:0 auto;max-width:100%;padding:37px 26px 40px;box-shadow:0 10px 197px #0000004d;background-color:#fff;border-radius:8px}.BaseLayout{padding-inline:clamp(var(--grid-outer-padding),50% - calc(var(--container-width) / 2),50%)}.BaseLayout.medium{--container-width: 1300px}@media screen and (min-width: 1201px){.BaseLayout.offset{padding-inline-end:max(50% - calc(var(--container-width) / 2) + 140px,40px)}}.BaseLinksMegamenu{position:absolute;bottom:0;left:0;width:100%;background-color:#fff;border-bottom:1px solid #E0E0E0;transition:transform .3s cubic-bezier(.22,.61,.36,1)}@media screen and (max-width: 768px){.BaseLinksMegamenu{position:fixed;top:0;z-index:10}}.BaseLinksMegamenu.active{transform:translateY(100%)}.BaseLinksMegamenu__categories{padding-inline-start:calc(50% - 335px);display:grid;grid-template-columns:1fr 1fr 1fr 1fr}@media screen and (max-width: 1200px){.BaseLinksMegamenu__categories{grid-template-columns:1fr 1fr 1fr;padding-inline-start:0}}.BaseLinksMegamenu__category{margin:0 0 0 25px;padding:39px 0 25px;list-style-type:none;display:grid;grid-template-columns:1fr;grid-gap:15px;align-content:start}.BaseLinksMegamenu__category li{color:#bdbdbd}.BaseLinksMegamenu__category li a{color:#141729}.BaseLinksMegamenu__category li a:hover{color:#2d9cdb}.BaseLinksMegamenu__copyWrapper{border-top:1px solid #E0E0E0;padding-block:25px}.BaseLinksMegamenu__copy{display:flex;align-items:center;padding-inline-start:calc(50% - 335px)}@media screen and (max-width: 1200px){.BaseLinksMegamenu__copy{padding-inline-start:0}}.BaseLinksMegamenu__copyIcon{margin-inline-end:11px;color:#bdbdbd;margin-inline-start:25px}@media screen and (min-width: 769px){.BaseLinksMegamenu.count1>.BaseLayout{padding-inline:0}.BaseLinksMegamenu.count1 .BaseLinksMegamenu__category{margin-left:0}.BaseLinksMegamenu.count1 .BaseLinksMegamenu__category>li:first-child{display:none}}.BaseImage{max-width:100%;height:auto;display:block}.BasePopup{position:relative;z-index:1100}.BasePopup__content{position:fixed;z-index:1102;border-radius:8px;background-color:#fff;box-shadow:var(--shadow-overlay);overflow:hidden;max-width:calc(100% - var(--grid-column-gap));max-height:calc(100% - var(--grid-column-gap));width:2000px;overflow:auto}.BasePopup.filter .BasePopup__content{background-color:#f4f4f9;width:420px}.BasePopup:not(.slide) .BasePopup__content{top:50%;left:50%;transform:translate(-50%,-50%)}.BasePopup.medium:not(.slide) .BasePopup__content{width:1200px}.BasePopup.small:not(.slide) .BasePopup__content{width:900px}.BasePopup.slide .BasePopup__content{top:0;right:0;width:480px;border-radius:0 0 0 10px;transition:all .3s cubic-bezier(.22,.61,.36,1)}.BasePopup.slide.medium .BasePopup__content{width:679px}@media screen and (min-width: 769px){.BasePopup.right .BasePopup__content{width:600px}}@media screen and (min-width: 1201px){.BasePopup.right .BasePopup__content{left:75%}}.BasePopup__inner{position:relative;padding:40px 70px;overflow:auto;max-height:100%}@media screen and (max-width: 768px){.BasePopup__inner{padding:10px}}.BasePopup.slide .BasePopup__inner{padding:50px}@media screen and (max-width: 768px){.BasePopup.slide .BasePopup__inner{padding:15px}}.BasePopup.filter .BasePopup__inner{padding:40px 15px 15px}.BasePopup__inner>h1{max-width:745px}.BasePopup__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1101;cursor:default}.BasePopup__close{position:absolute;top:20px;right:25px;width:45px;height:45px;z-index:1}@media screen and (max-width: 768px){.BasePopup__close{top:7px;right:7px}}.BasePopup.slide .BasePopup__close{top:7px;right:5px}.BasePopup__close .circle,.BasePopup__close .cross{transition:fill .3s cubic-bezier(.22,.61,.36,1)}.BasePopup__close:hover .circle{fill:#141729}.BasePopup__close:hover .cross{fill:#fff}.BasePopup__footer{margin-block-start:50px;display:flex;align-items:flex-start;justify-content:space-between}.BasePopup__footer.arrows{gap:20px;justify-content:center}.BasePopup__footerArrow{width:40px}.BasePopup__keyValues{display:flex;flex-wrap:wrap;gap:20px;margin-block:20px}.BasePopup__popupContent{display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 768px){.BasePopup__popupContent{gap:20px}}.BasePopup__popupContent:not(:first-child){margin-block-start:40px}@media screen and (max-width: 768px){.BasePopup__popupContent:not(:first-child){margin-block-start:20px}}.BasePopup__popupContent>.paragraph{max-width:745px}.fade-enter-active,.fade-leave-active{transition:opacity .3s cubic-bezier(.22,.61,.36,1)}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-to,.fade-leave-from{opacity:1}.fadeListing-enter-active{transition:opacity .3s cubic-bezier(.22,.61,.36,1)}.fadeListing-enter-from,.fadeListing-leave-to{opacity:0}.fadeListing-enter-to,.fadeListing-leave-from{opacity:1}.fadeSlideRight-enter-active,.fadeSlideRight-leave-active{transition:opacity .3s cubic-bezier(.22,.61,.36,1),transform .3s cubic-bezier(.22,.61,.36,1)}.fadeSlideRight-enter-from,.fadeSlideRight-leave-to{opacity:0}.fadeSlideRight-enter-to,.fadeSlideRight-leave-from{opacity:1}.BasePopup__blockButtons{display:flex;flex-wrap:wrap;gap:20px}.BasePopup__blockButtons:last-child{margin-block-end:0}.BasePopup__blockButtons.spacing{margin-block-start:30px}@media screen and (max-width: 768px){.BasePopup__blockButtons.spacing{margin-block-start:20px}}.BasePopup__form{margin-block:30px}@media screen and (max-width: 768px){.BasePopup__form{margin-block:0}}.BasePopup__video .BlockRichText{margin-inline-start:0}.BasePills{padding:4px 0;display:inline-block;max-width:100%;position:relative}.BasePills:before{content:"";position:absolute;display:block;background-color:#fff;box-shadow:0 10px 23px #0000001a;border-radius:27px;top:0;left:0;right:0;bottom:0}.BasePills.noBorder{background-color:transparent;overflow:visible;padding:0;margin:4px 10px;align-self:center}.BasePills.fullWidth,.BasePills.fullWidth .BasePills__items{width:100%}.BasePills.fullWidth .BasePills__item{flex:1}.BasePills.noItemBorder .BasePills__item{box-shadow:none}.BasePills.mobile{width:360px;max-width:100%}.BasePills.blue .active{background-color:#2d9cdb}.BasePills.blue .active .BasePills__logo img{filter:brightness(0) saturate(100%) invert(100%)}.BasePills__items{gap:20px;display:inline-flex;overflow-x:auto;max-width:100%;padding:4px 10px;position:relative}.BasePills.mobile .BasePills__items{width:100%}.BasePills__item{min-height:40px;padding:9px 30px;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.42px;border-radius:50px;color:#828282;transition:color .3s cubic-bezier(.22,.61,.36,1),background-color .3s cubic-bezier(.22,.61,.36,1);display:flex;align-items:center;justify-content:center;text-align:center;gap:10px;position:relative}@media screen and (max-width: 768px){.BasePills__item{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}}@media screen and (max-width: 768px){.BasePills__item{padding:9px 15px}}.BasePills__item.active{background-color:#f4f4f9;color:#141729}.BasePills.mobile .BasePills__item.active{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.82578 1.5L6 5.96341L2.17422 1.5L9.82578 1.5Z' fill='%234F4F4F' stroke='%234F4F4F' stroke-width='2'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:right 16px center}.BasePills__item:not(.active){box-shadow:0 1px 2px #0000001a}.BasePills__item:not(.active):hover{color:#141729}.BasePills__item:not(.active):hover svg{color:#2d9cdb}.BasePills.mobile .BasePills__item:not(.active){display:none}.BasePills__item.rounded{padding-inline:9px;aspect-ratio:1}.BasePills.mobile .BasePills__item{justify-content:flex-start;width:100%;padding-inline:20px 30px;gap:16px}.BasePills__icon svg{max-height:18px;width:auto;color:#e0e0e0;display:block;transition:color .3s cubic-bezier(.22,.61,.36,1)}.BasePills__item.active .BasePills__icon svg{color:#2d9cdb}.BasePills__subcategories{display:flex;justify-content:center;gap:10px 0;max-height:0;transition:max-height .6s cubic-bezier(.22,.61,.36,1),margin-top .6s cubic-bezier(.22,.61,.36,1);overflow:hidden;position:relative}@media screen and (max-width: 768px){.BasePills__subcategories{justify-content:flex-start;overflow:auto}}.BasePills.show-subcategories .BasePills__subcategories{margin-top:10px;max-height:100px}.BasePills__subcategories .BasePills__item{box-shadow:none}.BasePills__subcategories .BasePills__item.active{background-color:transparent;color:#141729}.BasePills__popupPills{display:flex;flex-direction:column;gap:20px}.BasePills__popupPills .BasePills__item{background-color:#fff;flex-wrap:wrap;justify-content:flex-start;font-size:16px;padding-inline:20px;overflow:hidden}.BasePills__popupPills .BasePills__item.active{outline:2px solid #2D9CDB;box-shadow:0 10px 23px #0000001a}.BasePills__popupPills .BasePills__item.active:not(.white){background-color:#f4f4f9}.BasePills__popupPills .BasePills__item.active.white{border-radius:8px}.BasePills__popupPills .BasePills__item:not(.active){box-shadow:0 1px 2px #0000001a,0 10px 23px #0000001a}.BasePills__popupPills .BasePills__item .label{position:relative}.BasePills__popupPills .BasePills__item .label:before{position:absolute;content:"";display:block;top:-10px;bottom:-10px;width:200vw;left:-50vw}.BasePills__itemSubcategories{width:100%;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;gap:24px;margin-top:16px;margin-bottom:8px;max-height:300px;transition:all 1s ease-out}.BasePills__itemSubcategories a{color:#828282;display:block;width:100%;text-align:left}.BasePills__itemSubcategories a.active{color:#141729}.BasePills__logo img{height:32px;display:block;filter:brightness(0) saturate(100%) invert(50%);transition:filter .3s cubic-bezier(.22,.61,.36,1);-o-object-fit:contain;object-fit:contain}.slide-down-enter-active{transition:all .3s ease-out}.slide-down-leave-active{transition:all .3s cubic-bezier(0,1,.5,1)}.slide-down-enter-from,.slide-down-leave-to{max-height:0;margin:0}.BaseVideo{position:relative;width:100%;height:100%}.BaseVideo>*{position:absolute;top:0;left:0;height:100%;width:100%}.BaseVideo>iframe{width:100%;height:auto;aspect-ratio:16/9;top:50%;transform:translateY(-50%)}.BaseVideo__poster{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1}.BaseVideo__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;z-index:1;transition:transform .3s cubic-bezier(.22,.61,.36,1)}.BaseVideo__play:hover{transform:translate(-50%,-50%) scale(1.1)}.BaseQuantity{display:grid;align-items:center;grid-template-columns:38px 1fr 38px;border:1px solid #BDBDBD;border-radius:100px;padding:4px 0;transition:box-shadow .3s cubic-bezier(.22,.61,.36,1);position:relative}.BaseQuantity:hover{box-shadow:0 10px 23px #0000001a}.BaseQuantity button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;padding:0;margin:0;cursor:pointer;transition:color .3s cubic-bezier(.22,.61,.36,1),opacity .3s cubic-bezier(.22,.61,.36,1);border-radius:100px;overflow:hidden;color:#141729}.BaseQuantity button svg{display:block;width:38px;height:38px}.BaseQuantity button:hover{color:#2d9cdb}.BaseQuantity button:focus{outline:none}.BaseQuantity button:disabled{opacity:.15;cursor:default;pointer-events:none}.BaseQuantity input[type=number]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;padding:0;margin:0;text-align:center;font-size:16px;letter-spacing:-.48px;font-weight:500;line-height:1.5;color:#141729;min-width:0;-moz-appearance:textfield}.BaseQuantity input[type=number]::-webkit-outer-spin-button,.BaseQuantity input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.BaseQuantity input[type=number]:focus{outline:none}.BaseTag{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px;display:inline-block;color:#828282;padding:9px;border-radius:8px;background-color:#f4f4f9;white-space:nowrap}.BaseTag:not(:last-of-type){margin-right:10px}.BaseKeyValue{display:inline-flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-color:#2d9cdb;width:160px;height:160px;border-radius:50%;border:13px solid #F4F4F9;box-shadow:0 10px 23px #0000001a;font-size:30px;font-weight:500;line-height:1.25;letter-spacing:-.9px;padding-block-start:.1em;padding-inline:10px;overflow-wrap:anywhere}@media screen and (max-width: 768px){.BaseKeyValue{width:100px;height:100px;font-size:22px;font-weight:500;line-height:1.35;letter-spacing:-.66px;padding-inline:0;border-width:8px}}.BaseSection{margin-block:100px}@media screen and (max-width: 768px){.BaseSection{margin-block:50px}}.BaseSection.smallMargins{margin-block:30px}@media screen and (max-width: 768px){.BaseSection.smallMargins{margin-block:30px}}.BaseSection.smallMargins+.BaseSection:not(.smallMargins){margin-block-start:30px}@media screen and (max-width: 768px){.BaseSection.smallMargins+.BaseSection:not(.smallMargins){margin-block-start:30px}}.BaseSection.mediumMargins{margin-block:70px}@media screen and (max-width: 768px){.BaseSection.mediumMargins{margin-block:30px}}.BaseSection:not(.smallMargins):not(.mediumMargins)+.BaseSection.smallMargins{margin-block-start:-70px}@media screen and (max-width: 768px){.BaseSection:not(.smallMargins):not(.mediumMargins)+.BaseSection.smallMargins{margin-block-start:-20px}}.BaseSection.richText+.BaseSection.richText{margin-block-start:-70px}@media screen and (max-width: 768px){.BaseSection.richText+.BaseSection.richText{margin-block-start:-20px}}.BaseSection--noMargin{margin-block:0}@media screen and (max-width: 768px){.BaseSection--noMargin{margin-block:0}}.BaseSection--grey{background-color:#f4f4f9;padding-block:100px}@media screen and (max-width: 768px){.BaseSection--grey{padding-block:50px}}.BaseLayout--SiteProduct+.BaseSection--grey{margin-block-start:100px}@media screen and (max-width: 768px){.BaseLayout--SiteProduct+.BaseSection--grey{margin-block-start:50px}}.BaseIcon{display:inline-flex;width:64px;height:64px;align-items:center;justify-content:center;border-radius:50%;background-color:#f4f4f9;color:#2d9cdb}.BaseIcon svg{max-height:30px;width:auto}.BaseAnchor{position:absolute;margin-top:-120px}.BaseMobileMegamenuCategory{z-index:2!important;gap:20px}@media screen and (min-width: 769px){.BaseMobileMegamenuCategory{display:none!important}}.BaseMobileMegamenuCategory.active{left:0}.BaseMobileMegamenuCategory_linkGroup{display:flex;flex-direction:column;gap:33px}.BaseMobileMegamenuCategory_linkGroup li{font-size:16px;letter-spacing:-.48px}.BaseMobileMegamenuCategory_linkGroup li a{color:#4f4f4f}.BaseMobileMegamenuCategory_linkGroup li:first-child{font-size:22px;font-weight:500;line-height:1.35;letter-spacing:-.66px;color:#bdbdbd}.BlockBreadcrumbs{margin-block:12px 15px;font-size:12px;font-weight:400;line-height:1.6;letter-spacing:-.36px}@media screen and (max-width: 768px){.BlockBreadcrumbs{display:none}}.BlockBreadcrumbs>a{display:inline-block;color:#bdbdbd}.BlockBreadcrumbs>a:hover,.BlockBreadcrumbs>a:active{color:#2d9cdb}.BlockBreadcrumbs>span{display:inline-block;color:#4f4f4f}.BlockBreadcrumbs__separator{margin-inline:13px 20px;color:#e0e0e0;height:8px;width:auto}.BlockBreadcrumbs__investorsWrapper{position:relative;z-index:1}.BlockProductGallery{display:grid;grid-template-columns:repeat(6,1fr);gap:50px}@media screen and (max-width: 768px){.BlockProductGallery{display:flex;overflow-y:scroll;scroll-snap-type:x mandatory;padding-block-end:18px}}.BlockProductGallery__item{grid-column:span 3;border-radius:8px;overflow:hidden;position:relative}.BlockProductGallery__item:first-child{grid-column:2/span 4}@media screen and (min-width: 769px){.BlockProductGallery__item:not(:first-child):after{content:"";position:absolute;bottom:18px;right:25px;width:31px;height:31px;background-image:url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9262 6.27495H6.27617V10.925H4.72617V6.27495H0.0761719V4.72495H4.72617V0.0749512H6.27617V4.72495H10.9262V6.27495Z' fill='%23BDBDBD'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;border-radius:50%;transition:background-color .3s cubic-bezier(.22,.61,.36,1)}.BlockProductGallery__item:not(:first-child):hover .BaseImage{transform:scale(1.1)}.BlockProductGallery__item:not(:first-child):hover:after{background-color:#fff}}@media screen and (max-width: 768px){.BlockProductGallery__item{flex:0 0 100%;scroll-snap-align:start}}.BlockProductGallery__item .BaseImage{transition:transform .3s cubic-bezier(.22,.61,.36,1);width:100%}.BlockProductGallery__item.video:before{z-index:1;position:absolute;display:flex;align-items:center;justify-content:center;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);content:"";background-image:url("data:image/svg+xml,%3Csvg width='20' height='24' viewBox='0 0 20 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.2741 1.33781C1.60783 0.927796 0.75 1.40715 0.75 2.18947V21.8103C0.75 22.5927 1.60783 23.072 2.2741 22.662L18.2161 12.8516C18.8506 12.4611 18.8506 11.5387 18.2161 11.1482L2.2741 1.33781Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:58% 50%;width:58px;height:58px;background-color:#2d9cdb;box-shadow:var(--shadow-hover)}.BlockProductGallery__popupImage{width:100%;height:calc(100vh - var(--grid-column-gap) - 220px);max-height:1780px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 768px){.BlockProductGallery__popupImage{height:calc(100vh - var(--grid-column-gap) - 110px)}}.BlockProductGallery__popupVideo{width:100%;height:calc(100vh - var(--grid-column-gap) - 220px);max-height:1780px}@media screen and (max-width: 768px){.BlockProductGallery__popupVideo{height:calc(100vh - var(--grid-column-gap) - 110px)}}@media screen and (min-width: 769px){.BlockProductGallery__popupVideo{width:calc(100% - 60px);margin-inline:auto}}.BlockProductGallery__popupTitle{padding-right:50px;position:absolute}@media screen and (min-width: 769px){.BlockProductGallery__popupTitle{width:calc(100% - 60px);margin-inline:auto;padding-right:0;position:relative}}.BlockProductGallery__popupSlide{padding-block-end:40px}@media screen and (max-width: 768px){.BlockProductGallery__popupSlide{padding-block-end:15px}}.BlockProductGallery__tab{position:relative}.BlockProductGallery__swiperPrev,.BlockProductGallery__swiperNext{transform:translateY(-50%) translateY(-20px)}@media screen and (max-width: 768px){.BlockProductGallery__swiperPrev,.BlockProductGallery__swiperNext{transform:translateY(-50%) translateY(-8px)}}.BlockProductGallery__swiperPrev.swiper-button-disabled,.BlockProductGallery__swiperNext.swiper-button-disabled{opacity:.3}.BlockProductGallery__swiperPrev{left:-40px}.BlockProductGallery__swiperNext{right:-40px}.BlockProductInformation{margin-block-start:60px}.BlockProductInformation__links{display:flex;flex-direction:column}.BlockProductInformation__links>a{display:flex;align-items:center;justify-content:space-between;padding-block:28px 26px;border-bottom:1px solid #E0E0E0;font-size:22px;font-weight:500;line-height:1.35;letter-spacing:-.66px;color:#141729}.BlockBenefitsFeatures{margin-block-start:100px}.BlockBenefitsFeatures.center{text-align:center}.BlockBenefitsFeatures__title span{color:#2d9cdb}.BlockBenefitsFeatures__meta{max-width:724px}.BlockBenefitsFeatures.center .BlockBenefitsFeatures__meta{margin-inline:auto}.BlockBenefitsFeatures__items{margin-block-start:40px;display:grid;grid-template-columns:repeat(2,1fr);gap:60px 20%}@media screen and (max-width: 768px){.BlockBenefitsFeatures__items{display:flex;flex-wrap:nowrap;gap:20px;overflow-y:scroll;scroll-snap-type:x mandatory;padding-block-end:18px}}.BlockBenefitsFeatures.standalone .BlockBenefitsFeatures__items{display:flex;flex-wrap:wrap;gap:60px 14%;justify-content:center}@media screen and (max-width: 1200px){.BlockBenefitsFeatures.standalone .BlockBenefitsFeatures__items{gap:60px 3%}}@media screen and (max-width: 768px){.BlockBenefitsFeatures.standalone .BlockBenefitsFeatures__items{gap:20px;overflow-y:visible}}@media screen and (max-width: 768px){.BlockBenefitsFeatures__item{flex:0 0 70%;text-align:center;padding-block-end:40px}}.BlockBenefitsFeatures.standalone .BlockBenefitsFeatures__item{flex:0 0 24%}@media screen and (max-width: 1200px){.BlockBenefitsFeatures.standalone .BlockBenefitsFeatures__item{flex:0 0 31%}}@media screen and (max-width: 768px){.BlockBenefitsFeatures.standalone .BlockBenefitsFeatures__item{flex:0 0 70%}}.BlockBenefitsFeatures__itemIcon{width:64px;height:64px;border-radius:50%;background-color:#f4f4f9;display:inline-flex;align-items:center;justify-content:center}.BlockBenefitsFeatures__itemIcon svg{width:30px;height:30px;color:#2d9cdb}.BlockBenefitsFeatures__itemTitle{margin-block-start:15px;font-size:20px;font-style:normal;font-weight:700;line-height:1.57;letter-spacing:-.6px}@media screen and (max-width: 768px){.BlockBenefitsFeatures__itemTitle{margin-block-start:10px;font-size:16px;letter-spacing:-.48px}}.BlockBenefitsFeatures__itemTitle+p{margin-block-start:15px}@media screen and (max-width: 768px){.BlockBenefitsFeatures__itemTitle+p{margin-block-start:10px}}.BlockProductSidebar{grid-column:2/3;grid-row:1/3;position:relative;z-index:100}@media screen and (max-width: 768px){.BlockProductSidebar{grid-column:1/2;grid-row:2/3}}@media screen and (min-width: 769px){.BlockProductSidebar__inner{position:sticky;top:140px}}@media screen and (min-width: 769px){.BlockProductSidebar__scroll{max-height:calc(100vh - 140px);overflow:auto;padding-bottom:120px;padding-inline-start:20px}}.BlockProductSidebar__sku{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}.BlockProductSidebar__description{margin-top:8px}.BlockProductSidebar__optionHeading{margin-top:40px;display:flex;align-items:center;justify-content:space-between}.BlockProductSidebar__optionHeadingTitle{font-weight:700}.BlockProductSidebar__optionHeadingHelpTitle{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}.BlockProductSidebar__selector{--selector-columns: 4;margin-top:8px;display:grid;grid-gap:15px;grid-template-columns:repeat(var(--selector-columns),1fr)}.BlockProductSidebar__selector>a{border-radius:8px;border:1px solid #BDBDBD;background:#fff;padding:18px 10px;display:flex;align-items:center;justify-content:space-between;text-align:center;transition:border-color .3s cubic-bezier(.22,.61,.36,1),box-shadow .3s cubic-bezier(.22,.61,.36,1);color:#141729}.BlockProductSidebar__selector>a.active{border:1px solid #2D9CDB;box-shadow:inset 0 0 0 2px #2d9cdb,0 10px 23px #0000001a}.BlockProductSidebar__selector>a>span{flex-basis:100%}.BlockProductSidebar__selector>a.doubleValue{padding-inline:20px}.BlockProductSidebar__selector>a.doubleValue>span:first-child{text-align:left;flex-basis:max-content}.BlockProductSidebar__selector>a.doubleValue>span:last-child{text-align:right;flex-basis:min-content;white-space:nowrap}.BlockProductSidebar__selector[data-count="1"]{--selector-columns: 1}.BlockProductSidebar__selector[data-count="2"]{--selector-columns: 2}.BlockProductSidebar__selector[data-count="3"]{--selector-columns: 3}.BlockProductSidebar__popupTitle{margin-bottom:30px}.BlockProductSidebar__popupLabel{font-weight:700;margin-top:50px;margin-bottom:8px}.BlockProductSidebar__extras{display:grid;gap:10px;grid-template-columns:1fr}.BlockProductSidebar__extra{display:grid;align-items:center;gap:10px;grid-template-columns:75px 1fr min-content;border-bottom:1px solid #E0E0E0;padding:20px 0 30px}.BlockProductSidebar__extraContent{font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.42px}@media screen and (max-width: 768px){.BlockProductSidebar__extraContent{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}}.BlockProductSidebar__extraTitle{margin-bottom:10px}.BlockProductSidebar__extraPrice{font-weight:700}.BlockProductSidebar__extraPrice span{display:block;font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}.BlockProductSidebar__price{padding-top:20px;border-top:1px solid #E0E0E0;margin-top:40px;display:flex;gap:20px;justify-content:space-between}.BlockProductSidebar__priceNote{padding-top:20px;border-top:1px solid #E0E0E0;margin-top:20px;text-align:center}.BlockProductSidebar__priceLabel{font-weight:700}.BlockProductSidebar__priceValue{font-weight:700;font-size:20px;color:#2d9cdb;letter-spacing:-.6px;text-align:right}.BlockProductSidebar__priceValue span{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px;color:#141729}.BlockProductSidebar__priceValue span:not(:first-child){display:block}.BlockProductSidebar__actions{display:flex;gap:20px;margin-block-start:15px}.BlockProductSidebar__actions>*{flex-basis:100%}.BlockProductSidebar__extrasSummary{margin-block-start:40px;border-top:1px solid #E0E0E0;padding-block-start:24px;font-size:14px}.BlockProductSidebar__extrasSummaryTitle{display:flex;justify-content:space-between;gap:10px}.BlockProductSidebar__extrasSummaryTitle span:first-child{font-weight:700}.BlockProductSidebar__extrasSummaryList>div{display:flex;justify-content:space-between;align-items:flex-start}.BlockProductSidebar__modelText:not(:first-child){margin-block-start:10px}.BlockProductSidebar__bottomBar{position:fixed;bottom:0;left:0;width:100%;height:100px;background-color:#f2f2f2;z-index:1000}@media screen and (max-width: 768px){.BlockProductSidebar__bottomBar{display:none}}.BlockProductSidebar__bottomBarInner{height:100px;display:flex;align-items:center;justify-content:flex-end;gap:40px}.BlockProductSidebar__bottomBarInner .BlockProductSidebar__priceValue{text-align:left}.BlockProductSidebar__bottomBarInner .BlockProductSidebar__priceLabel{font-size:11px;letter-spacing:-.33px;margin-bottom:2px}.BlockProductSidebar__bottomBarInner .BlockProductSidebar__priceValue span{color:#828282;margin-top:-2px}.BlockMainHeader{position:relative}.BlockMainHeader .SiteLogos{padding:10px;margin:0 auto;border-radius:8px;background:white}.BlockMainHeader.centerVideo:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:-5}.BlockMainHeader__inner,.BlockImageText__inner{display:flex;flex-direction:column;min-height:600px;padding:100px 10px;justify-content:center}@media screen and (min-width: 1201px){.BlockMainHeader__inner,.BlockImageText__inner{padding:100px 15%}}@media screen and (max-width: 768px){.BlockMainHeader__inner,.BlockImageText__inner{min-height:400px;position:relative;margin-inline:-10px}}.BlockMainHeader.boxed .BlockMainHeader__inner,.BlockMainHeader.boxed .BlockImageText__inner{position:relative}.BlockMainHeader.extraPadding .BlockMainHeader__inner,.BlockMainHeader.extraPadding .BlockImageText__inner{padding-block:180px 400px}@media screen and (max-width: 1200px){.BlockMainHeader.extraPadding .BlockMainHeader__inner,.BlockMainHeader.extraPadding .BlockImageText__inner{padding-block:150px 300px}}@media screen and (max-width: 768px){.BlockMainHeader.extraPadding .BlockMainHeader__inner,.BlockMainHeader.extraPadding .BlockImageText__inner{padding-block:125px 230px}}.BlockMainHeader__image,.BlockImageText__video,.BlockImageText__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-3}.BlockMainHeader__video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2;border-radius:8px;overflow:hidden}.BlockMainHeader.fluid .BlockMainHeader__video{border-radius:0}.BlockMainHeader__video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .3s cubic-bezier(.22,.61,.36,1)}.BlockMainHeader.centerVideo .BlockMainHeader__video:before,.BlockMainHeader.centerVideo .BlockMainHeader__video:after{content:"";position:absolute;display:block;top:0;width:20%;height:100%}.BlockMainHeader.centerVideo .BlockMainHeader__video:before{left:-1px;background:linear-gradient(to right,hsl(0,0%,0%) 0%,hsla(0,0%,0%,.987) 8.1%,hsla(0,0%,0%,.951) 15.5%,hsla(0,0%,0%,.896) 22.5%,hsla(0,0%,0%,.825) 29%,hsla(0,0%,0%,.741) 35.3%,hsla(0,0%,0%,.648) 41.2%,hsla(0,0%,0%,.55) 47.1%,hsla(0,0%,0%,.45) 52.9%,hsla(0,0%,0%,.352) 58.8%,hsla(0,0%,0%,.259) 64.7%,hsla(0,0%,0%,.175) 71%,hsla(0,0%,0%,.104) 77.5%,hsla(0,0%,0%,.049) 84.5%,hsla(0,0%,0%,.013) 91.9%,hsla(0,0%,0%,0) 100%)}.BlockMainHeader.centerVideo .BlockMainHeader__video:after{right:-1px;background:linear-gradient(to left,hsl(0,0%,0%) 0%,hsla(0,0%,0%,.987) 8.1%,hsla(0,0%,0%,.951) 15.5%,hsla(0,0%,0%,.896) 22.5%,hsla(0,0%,0%,.825) 29%,hsla(0,0%,0%,.741) 35.3%,hsla(0,0%,0%,.648) 41.2%,hsla(0,0%,0%,.55) 47.1%,hsla(0,0%,0%,.45) 52.9%,hsla(0,0%,0%,.352) 58.8%,hsla(0,0%,0%,.259) 64.7%,hsla(0,0%,0%,.175) 71%,hsla(0,0%,0%,.104) 77.5%,hsla(0,0%,0%,.049) 84.5%,hsla(0,0%,0%,.013) 91.9%,hsla(0,0%,0%,0) 100%)}@media screen and (min-width: 1201px){.BlockMainHeader.centerVideo .BlockMainHeader__video{height:100%;max-width:100%;left:50%;transform:translate(-50%);width:-moz-min-content;width:min-content;overflow:hidden}.BlockMainHeader.centerVideo .BlockMainHeader__video video{height:100%;width:auto;border-left:2px solid #000;border-right:2px solid #000}}.BlockMainHeader__videoOverlay{position:absolute;display:block;background-color:#0009;top:0;left:0;right:0;bottom:0;z-index:-1;border-radius:8px}@media screen and (min-width: 769px){.right .BlockMainHeader__content,.right .BlockImageText__content{margin-left:auto}}.center .BlockMainHeader__content,.center .BlockImageText__content{margin:0 auto}.BlockMainHeader__content p,.BlockImageText__content p{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.48px;margin-top:35px}@media screen and (max-width: 768px){.BlockMainHeader__content p,.BlockImageText__content p{font-size:14px;letter-spacing:-.42px}}@media screen and (min-width: 769px){.BlockMainHeader__content,.BlockImageText__content{max-width:550px;width:100%}}.BlockMainHeader__buttons,.BlockImageText__buttons{display:flex;margin-top:35px;gap:20px;flex-wrap:wrap;position:relative;z-index:3}.center .BlockMainHeader__buttons,.center .BlockImageText__buttons{justify-content:center}@media screen and (min-width: 769px){.right .BlockMainHeader__buttons,.right .BlockImageText__buttons{justify-content:left;width:550px;max-width:100%;margin-left:auto}}.BlockMainHeader.extraPadding .BlockMainHeader__buttons,.BlockMainHeader.extraPadding .BlockImageText__buttons{flex-direction:column;align-items:center;gap:30px}.BlockMainHeader__logos{position:relative;margin:-50px 10px 100px;z-index:3;transform:translateY(50%)}@media screen and (max-width: 768px){.BlockMainHeader__logos{transform:none;margin:-30px 10px 0}}.BlockMainHeader__logos .SiteLogos{box-shadow:0 10px 23px #0000001a}.BlockMainHeader__keyFigure{max-width:200px}.BlockMainHeader__keyFigure h3+p{margin-top:0}.BlockCaseStudies{position:relative}.BlockCaseStudies__copy{margin-bottom:30px}.BlockCaseStudies__items{--swiper-scrollbar-sides-offset: 0;padding-bottom:60px}.BlockCaseStudies__items swiper-container::part(container){overflow:visible}.BlockCaseStudies__items swiper-container::part(scrollbar){transform:translateY(20px);width:100%;background-color:#fff;bottom:-40px}@media screen and (max-width: 768px){.BlockCaseStudies__items swiper-container::part(scrollbar){bottom:-20px}}.BlockCaseStudies__navigation{display:flex;gap:20px;justify-content:space-between;position:absolute;top:50%;flex-wrap:nowrap;right:auto;left:50%;width:calc(100vw - 50px);transform:translate(-50%);z-index:1;pointer-events:none}@media screen and (max-width: 1200px){.BlockCaseStudies__navigation{width:calc(100vw - 36px)}}@media screen and (max-width: 768px){.BlockCaseStudies__navigation{display:none}}.BlockCaseStudies__swiperPrev,.BlockCaseStudies__swiperNext{pointer-events:auto;position:relative;top:auto;transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid #141729;border-radius:40px;transition:opacity .3s cubic-bezier(.22,.61,.36,1)}.BlockCaseStudies__swiperPrev svg,.BlockCaseStudies__swiperNext svg{width:40px;height:40px;display:block}.BlockCaseStudies__swiperPrev[aria-disabled=true],.BlockCaseStudies__swiperNext[aria-disabled=true]{opacity:0;pointer-events:none}.BlockCaseStudies__swiperPrev:not(.swiper-button-disabled)+[aria-disabled=true],.BlockCaseStudies__swiperNext:not(.swiper-button-disabled)+[aria-disabled=true]{opacity:.5;pointer-events:auto}.BlockCaseStudies__categories{margin-block-end:50px}@media screen and (max-width: 768px){.BlockCaseStudies__categories{margin-block-start:-10px;margin-block-end:30px}}.BlockRichText{margin-inline:auto;max-width:780px}.BlockQuote{display:flex;width:100%;max-width:1085px;margin:0 auto;flex-direction:column}@media screen and (min-width: 769px){.BlockQuote{flex-direction:row;position:relative;padding:75px 0;gap:20px;align-items:center}.BlockQuote:before{content:"";display:block;width:80%;height:calc(100% - 50px);top:0;position:absolute;background-color:#f4f4f9;border-radius:8px;transform:translateY(25px)}.BlockQuote .BlockQuote__image{order:2}.BlockQuote .BlockQuote__content{order:1}}.BlockQuote--support{width:calc(100% + 160px)}@media screen and (max-width: 1200px){.BlockQuote--support{width:calc(100% + 50vw - 410px)}}@media screen and (max-width: 768px){.BlockQuote--support{width:100%}}.BlockQuote__image{width:95%;margin:0 auto;border-radius:8px;box-shadow:0 10px 197px #00000080;z-index:1;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 769px){.BlockQuote__image{width:unset}}.BlockQuote__content{display:flex;width:100%;flex-direction:column;margin-top:-140px;padding-top:220px;padding-bottom:35px;background-color:#f4f4f9;border-radius:8px;z-index:0;gap:20px}@media screen and (min-width: 769px){.BlockQuote__content{min-height:317px;margin-top:0;padding-top:50px;padding-bottom:50px;justify-content:center}}.BlockQuote__copy{position:relative;padding:0 20px;font-size:20px;letter-spacing:-.5px}.BlockQuote__copy:before{display:block;content:"“";color:#fff;font-size:190px;position:absolute;top:-100px;left:20px}@media screen and (min-width: 769px){.BlockQuote__copy:before{left:60px;top:-120px}}@media screen and (min-width: 769px){.BlockQuote__copy{max-width:535px;padding:0 0 0 70px}}.BlockQuote__author{padding:0 20px}@media screen and (min-width: 769px){.BlockQuote__author{max-width:535px;padding:0 0 0 70px}}.BlockVideoSection{display:flex;width:100%;margin:0 auto;flex-direction:column;position:relative}@media screen and (min-width: 1201px){.BlockVideoSection{flex-direction:row;gap:20px;padding:75px 0;align-items:center}.BlockVideoSection:before{content:"";display:block;width:70%;height:calc(100% - 50px);top:0;position:absolute;background-color:#f4f4f9;border-radius:8px;transform:translateY(25px)}.BlockVideoSection .BlockVideoSection__image{order:2}.BlockVideoSection .BlockVideoSection__content{order:1}}.BlockRichText>.BlockVideoSection{margin-inline-end:-160px;width:auto}@media screen and (max-width: 1200px){.BlockRichText>.BlockVideoSection{margin-inline-end:calc(-50vw + 410px)}}@media screen and (max-width: 768px){.BlockRichText>.BlockVideoSection{margin-inline-end:0}}.BlockRichText>.BlockVideoSection:not(:last-child){margin-block-end:20px}@media screen and (min-width: 1201px){.BlockRichText>.BlockVideoSection .BlockVideoSection__content{padding-block:30px}}.BlockVideoSection__image{width:95%;border-radius:8px;margin:0 auto;position:relative;z-index:1}@media screen and (min-width: 1201px){.BlockVideoSection__image{width:100%;max-width:744px}}.BlockVideoSection__image img{width:100%;max-width:744px;margin:0 auto;border-radius:8px;box-shadow:0 10px 197px #00000080}@media screen and (max-width: 768px){.BlockVideoSection__image img{box-shadow:0 10px 197px #0000004d}}.BlockVideoSection__image svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.BlockVideoSection__content{display:flex;width:100%;flex-direction:column;z-index:0;gap:20px;padding:100px 0}@media screen and (max-width: 1200px){.BlockVideoSection__content{margin-top:-140px;padding:180px 20px 35px;background-color:#f4f4f9;border-radius:8px}}.BlockVideoSection__copy{max-width:615px}.BlockVideoSection__copy .paragraph{font-size:20px}@media screen and (min-width: 1201px){.BlockVideoSection__copy{margin-left:17%}.BlockVideoSection__copy .paragraph{font-size:22px}}.BlockVideoSection__buttons{margin-top:40px}.BlockVideoSection__button svg:last-child{margin-inline-start:0}.BlockVideoSection__buttonIcon{height:15px;width:auto}.BlockNews__categories{text-align:center;margin-bottom:60px}.BlockNews__items{display:grid;grid-template-columns:repeat(4,1fr);gap:60px 100px}@media screen and (max-width: 1200px){.BlockNews__items{gap:60px 30px}}@media screen and (max-width: 768px){.BlockNews__items{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 576px){.BlockNews__items{grid-template-columns:1fr}}.BlockImageText{position:relative}.BlockImageText__inner{display:flex;flex-direction:column;padding:0 0 10px;min-height:0}.BlockImageText:not(.fluid) .BlockImageText__inner{position:relative}.BlockImageText__inner.text-white{background-color:#272628}@media screen and (min-width: 1201px){.BlockImageText__inner{padding:100px 10px}.BlockImageText.reverse:not(.grayBackground) .BlockImageText__inner{padding-inline:0}}@media screen and (max-width: 768px){.BlockImageText__inner{margin-inline:-10px}}.BlockImageText.grayBackground .BlockImageText__inner:before{content:"";position:absolute;top:30vw;bottom:0;left:0;right:0;background-color:#f4f4f9;border-radius:8px;z-index:-1}@media screen and (min-width: 769px){.BlockImageText.grayBackground .BlockImageText__inner:before{top:0;left:25%}}@media screen and (min-width: 769px){.BlockImageText.grayBackground.reverse .BlockImageText__inner:before{left:0;right:25%}}.BlockImageText__image{position:relative;height:auto;order:1;z-index:1}.BlockImageText.contained .BlockImageText__image{border-radius:8px;box-shadow:0 10px 197px #00000080}@media screen and (min-width: 769px){.BlockImageText__image{width:50%;height:100%;position:absolute}.BlockImageText.reverse .BlockImageText__image{left:50%}.BlockImageText.contained .BlockImageText__image{height:auto;top:50%;transform:translateY(-50%)}}@media screen and (max-width: 768px){.BlockImageText.contained.grayBackground .BlockImageText__image{margin-left:10px;margin-right:10px;width:auto}}@media screen and (max-width: 768px){.BlockImageText.contained:not(.grayBackground) .BlockImageText__image{border-radius:0}}@media screen and (min-width: 769px){.BlockImageText.boxed .BlockImageText__image{-o-object-fit:contain;object-fit:contain}}.BlockImageText__video{position:relative;height:auto;order:1;z-index:1}.BlockImageText.contained .BlockImageText__video{border-radius:8px;box-shadow:0 10px 197px #00000080}@media screen and (min-width: 1201px){.BlockImageText__video{width:50%;height:100%;position:absolute}}@media screen and (min-width: 769px){.BlockImageText__video{width:50%;height:100%;position:absolute}.BlockImageText.reverse .BlockImageText__video{left:50%}.BlockImageText.contained .BlockImageText__video{height:auto;top:50%;transform:translateY(-50%)}}@media screen and (max-width: 768px){.BlockImageText.contained.grayBackground .BlockImageText__video{margin-left:10px;margin-right:10px;width:auto}}.BlockImageText__videoPlay{position:absolute;left:50%;top:0;transform:translate(-50%,18vw);z-index:1}@media screen and (min-width: 769px){.BlockImageText__videoPlay{top:50%;left:25%;transform:translate(-50%,-50%)}.BlockImageText.reverse .BlockImageText__videoPlay{left:75%}}.BlockImageText__content{padding:35px 10px;order:2}@media screen and (min-width: 769px){.BlockImageText.reverse:not(.grayBackground) .BlockImageText__content{padding-left:0}}@media screen and (min-width: 769px){.BlockImageText__content{max-width:none;width:50%}.BlockImageText__content .BlockImageText:not(.reverse){margin-left:auto}}@media screen and (min-width: 769px) and (min-width: 769px){.BlockImageText.reverse:not(.grayBackground) .BlockImageText__content{padding-left:0}}@media screen and (min-width: 769px){.BlockImageText__content>h1,.BlockImageText__content>h2,.BlockImageText__content>h3{margin-inline:0}.BlockImageText__content>p{margin-inline:0}}@media screen and (min-width: 1201px){.BlockImageText__content{padding:0 115px}.BlockImageText.reverse:not(.grayBackground) .BlockImageText__content{padding-left:0}}.BlockImageText__buttons{max-width:none;order:3;padding:10px;margin-top:0}@media screen and (min-width: 769px){.BlockImageText.reverse:not(.grayBackground) .BlockImageText__buttons{padding-left:0}}@media screen and (min-width: 769px){.BlockImageText__buttons{width:50%}.BlockImageText:not(.reverse) .BlockImageText__buttons{margin-left:auto}}@media screen and (min-width: 1201px){.BlockImageText__buttons{padding:0 115px;margin-top:50px}}@media screen and (min-width: 769px){.BlockImageText__inner.right .BlockImageText__buttons{max-width:none;width:50%}}.BlockImageText.poster>.BaseLayout{position:relative}.BlockImageText.poster .BlockImageText__inner{position:static}.BlockImageText.poster .BlockImageText__image{position:absolute;top:-100px;right:0;bottom:-100px;-o-object-position:right;object-position:right;width:1300px;left:auto;height:auto;max-height:calc(100% + 200px);z-index:-1}@media screen and (max-width: 768px){.BlockImageText.poster .BlockImageText__image{position:static;order:3;bottom:auto;top:auto;aspect-ratio:1.3;margin-top:-25vw;max-width:calc(100% + 2 * var(--grid-outer-padding));margin-inline:calc(-2 * var(--grid-outer-padding))}}.BlockSupportCategories{display:flex;gap:80px;justify-content:center;flex-wrap:wrap}@media screen and (max-width: 1200px){.BlockSupportCategories{gap:40px}}@media screen and (max-width: 768px){.BlockSupportCategories{gap:10px}}@media screen and (min-width: 1201px){.BlockSupportCategories[data-count="4"]{gap:40px}}.BlockSupportCategory{display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 197px #00000080;border-radius:8px;padding:40px 30px;width:min(33%,380px);background-color:#fff}@media screen and (max-width: 768px){.BlockSupportCategory{padding:20px 30px 40px;width:min(100% - 20px,380px);box-shadow:0 10px 23px #0000001a}}@media screen and (min-width: 1201px){.BlockSupportCategories[data-count="4"] .BlockSupportCategory{width:min(20%,320px)}}.BlockSupportCategory__copy{margin-block-end:30px}.BlockSupportCategory__link{margin-top:auto}.BlockAccordion{max-width:950px;margin-inline:auto}.BlockSupportCategoryButtons{text-align:center;margin-top:-50px;display:flex;justify-content:center;flex-wrap:wrap}@media screen and (max-width: 768px){.BlockSupportCategoryButtons{margin-top:-30px}}.BlockSupportSubCategories{display:flex;flex-wrap:wrap;gap:50px 0;justify-content:center}.BlockSupportSubCategories__category{position:relative;flex-basis:50%;width:50%;padding-right:30px}@media screen and (max-width: 768px){.BlockSupportSubCategories__category:not(:nth-child(2n)):not(:last-child):after{content:"";display:block;position:absolute;top:0;right:20px;bottom:0;border-right:1px solid #BDBDBD}}@media screen and (min-width: 769px){.BlockSupportSubCategories__category{padding:0 50px;flex-basis:33.333333%;width:33.333333%}.BlockSupportSubCategories__category:not(:nth-child(3n)):not(:last-child):after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid #BDBDBD}}@media screen and (min-width: 1201px){.BlockSupportSubCategories__category{flex-basis:25%;width:25%}.BlockSupportSubCategories__category:not(:nth-child(4n)):not(:last-child):after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid #BDBDBD}}@media screen and (min-width: 769px){.BlockSupportSubCategories__category.split{flex-basis:66.666666%;width:66.666666%}.BlockSupportSubCategories__category.split .BlockSupportSubCategories__list{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px 50px}.BlockSupportSubCategories__category.split .BlockSupportSubCategories__list li{flex-basis:calc(50% - 25px);width:calc(50% - 25px)}}@media screen and (min-width: 1201px){.BlockSupportSubCategories__category.split{flex-basis:50%;width:50%}}.BlockSupportSubCategories__list{display:flex;flex-direction:column;gap:10px}.BlockSupportSubCategories__list a{color:#141729}.BlockSupportSubCategories__list a:hover{color:#2d9cdb}.BlockInstructions .AtomInstruction{margin-inline-end:-160px}@media screen and (max-width: 1200px){.BlockInstructions .AtomInstruction{margin-inline-end:calc(-50vw + 410px)}}@media screen and (max-width: 768px){.BlockInstructions .AtomInstruction{margin-inline-end:0}}.BlockInstructions .AtomInstruction:not(:last-child){margin-block-end:20px}.BlockSupportSidebar{position:sticky;top:35px;pointer-events:none}@media screen and (max-width: 1200px){.BlockSupportSidebar{display:block;position:static;top:auto}}.BlockSupportSidebar>.BlockRichText{position:relative}.BlockSupportSidebar__container{position:relative}.BlockSupportSidebar__inner{pointer-events:all;position:absolute;right:100%;width:300px;margin-right:20px;margin-top:100px}@media (max-width: 1460px){.BlockSupportSidebar__inner{width:calc(50vw - 430px)}}@media screen and (max-width: 1200px){.BlockSupportSidebar__inner{width:100%;position:static;margin-right:0;margin-top:50px}}.BlockSupportSidebar__list{margin-top:30px;position:relative}.BlockSupportSidebar__list:before{content:"";display:block;position:absolute;top:0;left:0;bottom:0;width:4px;background-color:#e0e0e0;border-radius:4px}.BlockSupportSidebar__list li a{padding-left:30px;display:inline-block;color:#141729;padding-block:4px;position:relative}.BlockSupportSidebar__list li a:before{content:"";display:block;position:absolute;top:0;left:0;bottom:0;width:4px;background-color:transparent;border-radius:4px;transition:background-color .15s cubic-bezier(.22,.61,.36,1)}.BlockSupportSidebar__list li a:active,.BlockSupportSidebar__list li a:hover,.BlockSupportSidebar__list li a.active{text-decoration:none;font-weight:700}.BlockSupportSidebar__list li a:active:before,.BlockSupportSidebar__list li a:hover:before,.BlockSupportSidebar__list li a.active:before{background-color:#2d9cdb}.BlockTimeline__body{margin-bottom:30px}.BlockTimeline__container swiper-container::part(container){overflow:visible}@media screen and (min-width: 769px){.BlockTimeline__container swiper-container::part(scrollbar){display:none}}@media screen and (max-width: 768px){.BlockTimeline__container swiper-container::part(wrapper){padding-bottom:10px}}.BlockTimeline__slide{position:relative}.BlockTimeline__slide:not(:last-child):before{content:"";display:block;position:absolute;top:36px;left:87px;width:calc(100% + 80px);height:1px;background-image:linear-gradient(90deg,#2D9CDB,#2D9CDB 50%,transparent 50%,transparent 100%);background-size:14px 1px}@media screen and (max-width: 1200px){.BlockTimeline__slide:not(:last-child):before{width:100%}}@media screen and (max-width: 768px){.BlockTimeline__slide:not(:last-child):before{width:calc(100% - 70px)}}.BlockTimeline__navigation{position:relative;padding-top:50px;justify-content:center}.BlockTimeline__navigation .BlockCaseStudies__swiperPrev[aria-disabled=true],.BlockTimeline__navigation .BlockCaseStudies__swiperNext[aria-disabled=true]{opacity:.5}.BlockCompareProducts swiper-container::part(container){overflow:visible}@media screen and (min-width: 1201px){.BlockCompareProducts--landing{max-width:1243px;margin-inline:auto}}.BlockCompareProducts__body{text-align:center;margin-block-end:30px}.BlockCompareProducts__body p,.BlockCompareProducts__body ul,.BlockCompareProducts__body ol{max-width:590px;margin-inline:auto}.BlockCompareProducts__items{display:flex;flex-wrap:wrap;gap:75px 40px;justify-content:center}@media screen and (max-width: 1200px){.BlockCompareProducts__items{gap:50px 15px}}.BlockCompareProducts__items>.AtomListing{width:calc(25% - 30px)}.BlockCompareProducts--landing .BlockCompareProducts__items>.AtomListing{width:calc(33% - 30px)}@media screen and (max-width: 1200px){.BlockCompareProducts__items>.AtomListing{width:calc(33% - 10px)}}.BlockCompareProducts__categories{text-align:center;margin-bottom:75px}@media screen and (max-width: 768px){.BlockCompareProducts__categories{margin-bottom:30px}}.BlockVideo{width:100%;position:relative;height:0;padding-bottom:56.25%}.BlockVideo>.BaseVideo{position:absolute}.BlockRelatedArticles__copy{margin-block-end:40px}@media screen and (max-width: 768px){.BlockRelatedArticles__copy{margin-block-end:20px}}@media screen and (min-width: 769px){.BlockRelatedArticles__items swiper-container::part(scrollbar){display:none}}@media screen and (max-width: 768px){.BlockRelatedArticles__items swiper-container::part(container){padding-bottom:20px}}.BlockContactHero{padding-block:80px 100px;position:relative;margin-block-end:100px}@media screen and (max-width: 1200px){.BlockContactHero{padding-block-end:50px}}@media screen and (max-width: 768px){.BlockContactHero{padding-block:50px 0;margin-block-end:50px}}.BlockContactHero:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:75%;background:linear-gradient(0deg,rgba(255,255,255,0) 0%,#FFF 81.08%);z-index:-1}@media screen and (min-width: 769px){.BlockContactHero+.BaseSection{margin-block-start:0}}.BlockContactHero__backgroundImage{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-2;-o-object-position:top center;object-position:top center}@media screen and (max-width: 1200px){.BlockContactHero__backgroundImage{display:none}}.BlockContactHero__body{margin-bottom:70px}@media screen and (max-width: 768px){.BlockContactHero__body{margin-bottom:30px}}.BlockContactBlock__body{margin-block-end:20px}.BlockContactBlock__rows{display:grid;grid-template-columns:repeat(3,1fr);gap:100px}@media screen and (max-width: 1200px){.BlockContactBlock__rows{gap:30px 50px}}@media screen and (max-width: 768px){.BlockContactBlock__rows{grid-template-columns:1fr}}@media screen and (min-width: 1201px){.BlockContactBlock__row p,.BlockContactBlock__row li{line-height:2}}.BlockContactBlock__row p a:not(.btn),.BlockContactBlock__row li a:not(.btn){color:#141729}.BlockCareersHero__title{margin-top:20px;display:flex;align-items:flex-start;gap:20px;justify-content:space-between}.BlockCareersHero__title .btn{white-space:nowrap}@media screen and (max-width: 768px){.BlockCareersHero__title{flex-direction:column;margin-top:10px}.BlockCareersHero__title>.btn{margin-left:auto}}.BlockCareersHero__meta{border-top:1px solid #BDBDBD;border-bottom:1px solid #BDBDBD;margin-block-start:20px;margin-block-end:50px;display:flex;flex-wrap:wrap;gap:30px;padding-block:30px}.BlockCareersHero__metaItem{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.42px}@media screen and (max-width: 768px){.BlockCareersHero__metaItem{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}}.BlockCareersHero__metaItem svg{color:#bdbdbd;max-width:30px;max-height:30px;width:auto;height:auto;flex-shrink:0}.BlockCareersHero__metaItem span{display:inline-block;padding-top:4px}.BlockCareersHero__footer{margin-block-start:40px;text-align:right}.BlockJobs__categories{text-align:center;margin-block-start:30px}.BlockJobs__categoryTitle{margin-block-start:80px;margin-block-end:20px;text-align:center}@media screen and (max-width: 768px){.BlockJobs__categoryTitle{margin-block-start:40px}}.BlockJobs__categoryJobs{display:grid;grid-template-columns:1fr;gap:37px}@media screen and (max-width: 768px){.BlockJobs__categoryJobs{gap:20px}}.BlockJobs__job{padding:25px 50px;background-color:#f4f4f9;position:relative;border-radius:8px;transition:outline .3s cubic-bezier(.22,.61,.36,1),box-shadow .3s cubic-bezier(.22,.61,.36,1)}@media screen and (max-width: 768px){.BlockJobs__job{padding:25px 10px}}@media screen and (min-width: 769px){.BlockJobs__job:hover{box-shadow:inset 0 0 0 3px #2d9cdb,0 10px 23px #0000001a}}.BlockJobs__jobHeader{display:flex;gap:10px 28px;flex-wrap:wrap;align-items:center}@media screen and (max-width: 768px){.BlockJobs__jobHeader{gap:10px}}.BlockJobs__jobHeader .BaseTag{background-color:#fff}.BlockJobs__jobLocation{margin-inline-start:auto}.BlockJobs__description{margin-block:20px 24px}.BlockJobs__footer{display:flex;flex-wrap:wrap;gap:10px 30px}.BlockJobs__footerItem{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.42px}@media screen and (max-width: 768px){.BlockJobs__footerItem{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}}.BlockJobs__footerItem svg{color:#bdbdbd;max-width:30px;max-height:30px;width:auto;height:auto;flex-shrink:0}.BlockJobs__footerItem span{display:inline-block;padding-top:4px}.BlockJobs__link{display:block;position:absolute;top:0;left:0;right:0;bottom:0}.BlockHelpfulActions{padding-block-end:30px;border-bottom:1px solid #BDBDBD;text-align:center}.BlockHelpfulActions__buttons{display:flex;align-items:center;justify-content:center;gap:50px;flex-wrap:wrap;margin-block-start:20px}@media screen and (max-width: 768px){.BlockHelpfulActions__buttons{gap:20px}}.BlockInteractiveMenu{position:relative;aspect-ratio:2300/1170;display:flex;align-items:center}@media screen and (max-width: 768px){.BlockInteractiveMenu{aspect-ratio:400/645}}.BlockInteractiveMenu:before{position:absolute;content:"";display:block;top:0;left:0;width:100%;height:50%;background:linear-gradient(180deg,#ffffff 0%,rgba(255,255,255,0) 100%);z-index:-1}@media screen and (max-width: 768px){.BlockInteractiveMenu:after{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#FFF 0%,rgba(255,255,255,0) 100%);z-index:-1}}.BlockInteractiveMenu>.BaseLayout{width:100%}@media screen and (min-width: 769px){.BlockInteractiveMenu__content{width:min(542px,47%);padding-block:50px 40px}}@media screen and (max-width: 768px){.BlockInteractiveMenu__content{padding-block:40px}.BlockInteractiveMenu__content>p,.BlockInteractiveMenu__content>h2{text-align:center}}.BlockInteractiveMenu__background{position:absolute;bottom:0;left:0;width:100%;height:100%;transition:opacity .3s cubic-bezier(.22,.61,.36,1);z-index:-3;max-height:100%;overflow:hidden}.BlockInteractiveMenu__background img{display:block;max-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom center;object-position:bottom center;position:absolute;bottom:0;left:0;width:100%}.BlockInteractiveMenu__list{margin-block-start:40px}.BlockInteractiveMenu__link{position:relative;overflow:hidden;display:block;margin-bottom:10px}@media screen and (max-width: 768px){.BlockInteractiveMenu__link{margin-bottom:4px;margin-left:16px}}.BlockInteractiveMenu__link:hover{text-decoration:none}.BlockInteractiveMenu__link:hover .one{transform:translateY(-100%)}.BlockInteractiveMenu__link:hover .two{transform:translateY(0)}.BlockInteractiveMenu__link .one,.BlockInteractiveMenu__link .two{transition:transform .3s cubic-bezier(.22,.61,.36,1);display:block;font-size:40px;font-weight:500;line-height:1.26;letter-spacing:-1.2px;transform-origin:left center}@media screen and (max-width: 768px){.BlockInteractiveMenu__link .one,.BlockInteractiveMenu__link .two{font-size:30px;letter-spacing:-.9px}}.BlockInteractiveMenu__link .one{color:#bdbdbd;transform:scale(.8)}@media screen and (max-width: 768px){.BlockInteractiveMenu__link .one{color:#000;transform:none}}.BlockInteractiveMenu__link .two{position:absolute;top:0;left:0;color:#000;transform:translateY(100%) scale(.8)}@media screen and (max-width: 768px){.BlockInteractiveMenu__link .two{color:#bdbdbd}}.BlockInteractiveMenu__link+.BlockInteractiveMenu__background{z-index:-2;opacity:0;transition:opacity .3s cubic-bezier(.22,.61,.36,1)}@media screen and (max-width: 768px){.BlockInteractiveMenu__link+.BlockInteractiveMenu__background{display:none}}.BlockInteractiveMenu__link:hover+.BlockInteractiveMenu__background{opacity:1}.BlockInvestorsAnimation{overflow:hidden;display:flex;align-items:flex-end;justify-content:column}.BlockInvestorsAnimation__page{min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;text-align:center;padding:10% 3%;gap:55px;background-color:#fff;width:100%}@media screen and (max-width: 1200px){.BlockInvestorsAnimation__page{flex-direction:column-reverse;gap:8px}}.BlockInvestorsAnimation__page.blue{background-color:#141729;color:#fff}.BlockInvestorsAnimation__page h1{font-size:80px;letter-spacing:-4px;font-weight:700}@media screen and (max-width: 768px){.BlockInvestorsAnimation__page h1{font-size:40px}}.BlockInvestorsAnimation__page h1 strong{font-weight:700}.BlockInvestorsAnimation__page h2{font-size:40px;font-weight:700;letter-spacing:-2px}@media screen and (max-width: 768px){.BlockInvestorsAnimation__page h2{font-size:28px}}.BlockInvestorsAnimation__page h2 strong{font-weight:700}.BlockInvestorsAnimation__page h3{font-size:30px;font-weight:700;letter-spacing:-1px;line-height:1.355}@media screen and (max-width: 768px){.BlockInvestorsAnimation__page h3{font-size:24px}}.BlockInvestorsAnimation__page h3 strong{font-weight:700}.BlockInvestorsAnimation__splitLeft,.BlockInvestorsAnimation__splitRight{flex:0 1 490px}@media screen and (max-width: 1200px){.BlockInvestorsAnimation__splitLeft,.BlockInvestorsAnimation__splitRight{flex-basis:auto}}.BlockInvestorsAnimation__splitLeft{text-align:left}@media screen and (max-width: 768px){.BlockInvestorsAnimation__splitLeft{text-align:center}}.BlockInvestorsAnimation__splitRight{font-size:220px;font-weight:700;white-space:nowrap;color:#e0e0e0;text-align:left;line-height:1}@media screen and (max-width: 768px){.BlockInvestorsAnimation__splitRight{font-size:120px}}.BlockInvestorsAnimation2{overflow:hidden}.BlockInvestorsAnimation2__page{min-height:100vh;min-height:100svh;display:flex;align-items:center;background-color:#fff;width:100%}.BlockInvestorsAnimation2__page.b .BlockInvestorsAnimation2__pageBox.a{grid-row:span 1}.BlockInvestorsAnimation2__page.b .BlockInvestorsAnimation2__pageBox.c{grid-column:2/3}@media screen and (max-width: 768px){.BlockInvestorsAnimation2__page.b .BlockInvestorsAnimation2__pageBox.c{grid-column:1/2}}.BlockInvestorsAnimation2__inner{display:grid;gap:40px;grid-template-columns:30fr 19fr 19fr}@media screen and (max-width: 1200px){.BlockInvestorsAnimation2__inner{grid-template-columns:1fr 1fr 1fr;gap:20px}}@media screen and (max-width: 768px){.BlockInvestorsAnimation2__inner{grid-template-columns:1fr}}.BlockInvestorsAnimation2__inner h3 strong,.BlockInvestorsAnimation2__inner h2 strong{font-weight:700}.BlockInvestorsAnimation2__text{padding:70px 40px 70px 0;grid-row:span 2;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 768px){.BlockInvestorsAnimation2__text{padding:0;grid-row:span 1}}@media screen and (max-width: 768px){.BlockInvestorsAnimation2__text .h1{font-size:24px}}.BlockInvestorsAnimation2__pageBox{background-color:#f4f4f9;box-shadow:0 1px 2px #0000001a;padding:70px 40px}@media screen and (max-width: 768px){.BlockInvestorsAnimation2__pageBox{padding:20px}}.BlockInvestorsAnimation2__pageBox h2{font-size:74px;line-height:114.5%;letter-spacing:-2.22px}@media screen and (max-width: 1200px){.BlockInvestorsAnimation2__pageBox h2{font-size:50px}}@media screen and (max-width: 768px){.BlockInvestorsAnimation2__pageBox h2{font-size:26px}}.BlockInvestorsAnimation2__pageBox h2+h3{margin-top:0}@media screen and (max-width: 768px){.BlockInvestorsAnimation2__pageBox h2+h3{font-size:18px}}.BlockInvestorsAnimation2__pageBox h3{font-weight:600;line-height:114.5%}@media screen and (max-width: 768px){.BlockInvestorsAnimation2__pageBox h3{font-size:18px}}.BlockInvestorsAnimation2__pageBox h3+h2{margin-top:10px}.BlockInvestorsAnimation2__pageBox.a{grid-row:span 2}@media screen and (max-width: 768px){.BlockInvestorsAnimation2__pageBox.a{grid-row:span 1}}.BlockInvestorsAnimation2__pageBox.b{grid-row:span 2}@media screen and (max-width: 768px){.BlockInvestorsAnimation2__pageBox.b{grid-row:span 1}}.BlockInvestorsAnimation2__pageBox.image{padding:0}@media screen and (max-width: 768px){.BlockInvestorsAnimation2__pageBox.image{display:none}}.BlockInvestorsAnimation2__pageBox.image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.BlockInvestorsCarousel{position:relative}.BlockInvestorsCarousel .BlockCaseStudies__navigation{top:calc(50% + 50px)}@media screen and (min-width: 769px){.BlockImageText.poster+.BlockInvestorsCarousel__wrapper{margin-block-start:-50px}}@media screen and (min-width: 1201px){.BlockImageText.poster+.BlockInvestorsCarousel__wrapper{margin-block-start:-120px}}.BlockInvestorsCarousel__slide{position:relative;padding-inline-start:16%;box-sizing:border-box;color:#fff;overflow:hidden}@media screen and (max-width: 1200px){.BlockInvestorsCarousel__slide{padding-inline:20px}}.BlockInvestorsCarousel__slide:not(:first-child){border-top-left-radius:30px;border-bottom-left-radius:30px}.BlockInvestorsCarousel__slide:not(:last-child){border-top-right-radius:30px;border-bottom-right-radius:30px}.BlockInvestorsCarousel__background{position:absolute;top:0;left:0;width:100%;height:100%}.BlockInvestorsCarousel__background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.BlockInvestorsCarousel__content{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;position:relative;height:820px;max-width:900px;max-height:calc(100vh - 120px);z-index:1;padding-block:50px}@media screen and (max-width: 768px){.BlockInvestorsCarousel__content{padding-block:40px;max-height:calc(100vh - 80px)}}.BlockInvestorsCarousel__tabs{text-align:center;padding-block:40px}.BlockInvestorsCarousel__logo{margin-block-end:20px}.BlockInvestorsCarousel__logo img{height:56px;width:auto;display:block}.BlockInvestorsCarousel__body{margin-block-end:30px}.SiteHeader{position:fixed;top:0;left:0;right:0;z-index:1000;box-sizing:border-box}.SiteHeader__shade{position:fixed;bottom:0;left:0;right:0;top:0;background-color:#0006;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:transparent;opacity:0;visibility:hidden;transition:opacity .3s cubic-bezier(.22,.61,.36,1),visibility .3s cubic-bezier(.22,.61,.36,1) .3s}@media screen and (max-width: 768px){.SiteHeader__shade{display:none}}.SiteHeader__megaNavs.open~.SiteHeader__shade{opacity:1;visibility:visible;transition:opacity .3s cubic-bezier(.22,.61,.36,1),visibility .3s cubic-bezier(.22,.61,.36,1)}.SiteHeader__container{position:relative;border-bottom:1px solid #E0E0E0;background-color:#fff;z-index:2}.SiteHeader__inner{padding-top:12px;display:flex;align-items:center;height:120px;justify-content:space-between}@media screen and (max-width: 768px){.SiteHeader__inner{height:90px;padding-top:0;display:grid;grid-template-columns:45px 1fr 45px}}@media screen and (min-width: 769px){.SiteHeader__inner.cart .SiteHeader__user,.SiteHeader__inner.cart .SiteHeader__logo{flex-basis:145px}}@media screen and (max-width: 768px){.SiteHeader__inner.cart{display:flex;flex-direction:column}.SiteHeader__inner.cart .SiteHeader__user{display:none}}.SiteHeader__logo{flex-basis:120px;box-sizing:border-box}@media screen and (max-width: 1200px){.SiteHeader__logo{flex-basis:content}}.SiteHeader__logo svg{height:55px;width:auto}@media screen and (max-width: 768px){.SiteHeader__logo svg{height:41px;display:block;margin-inline:auto}}.SiteHeader__links{display:flex;align-items:center}@media screen and (max-width: 768px){.SiteHeader__links{position:fixed;background-color:#fff;flex-direction:column;top:0;width:calc(100% - 50px);bottom:0;z-index:1;padding-inline:30px;padding-top:90px;align-items:flex-start;left:-100%;transition:left .3s cubic-bezier(.22,.61,.36,1)}.SiteHeader__links.mobileOpen{left:0}}.SiteHeader__links.hover .SiteHeader__link:not(.active){color:#bdbdbd}.SiteHeader__links.hover .SiteHeader__link:not(.active)>svg{color:#e0e0e0}.SiteHeader__linksOverlay{display:block;position:absolute;background-color:#14172980;top:0;left:100%;width:50px;height:100%;opacity:0;transition:opacity .3s cubic-bezier(.22,.61,.36,1)}@media screen and (min-width: 769px){.SiteHeader__linksOverlay{display:none}}.SiteHeader__links.mobileOpen .SiteHeader__linksOverlay{opacity:1;transition:opacity .6s cubic-bezier(.22,.61,.36,1)}.SiteHeader__link{margin-inline:25px;text-decoration:none;font-size:14px;font-weight:400;line-height:1.15;letter-spacing:0;color:#4f4f4f;display:flex;align-items:center;transition:color .3s cubic-bezier(.22,.61,.36,1)}@media screen and (max-width: 768px){.SiteHeader__link{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.48px}}@media screen and (max-width: 1200px){.SiteHeader__link{margin-inline:15px}}@media screen and (max-width: 768px){.SiteHeader__link{margin-bottom:30px;margin-inline:0}}.SiteHeader__link>svg{color:#bdbdbd;margin-inline-start:13px;transition:transform .3s cubic-bezier(.22,.61,.36,1),color .3s cubic-bezier(.22,.61,.36,1)}.SiteHeader__link.active{color:#000}.SiteHeader__link.active>svg{transform:rotateX(180deg);color:#000}.SiteHeader__link:hover:not(.active){color:#000!important}.SiteHeader__link:hover:not(.active)>svg{color:#000!important}@media screen and (min-width: 769px){.SiteHeader__link.mobile{display:none}}.SiteHeader__user{flex-basis:120px;display:flex;justify-content:flex-end;gap:38px}@media screen and (max-width: 1200px){.SiteHeader__user{gap:20px}}.SiteHeader__userLink{color:#bdbdbd;position:relative}@media screen and (max-width: 768px){.SiteHeader__userLink:first-child{display:none}}.SiteHeader__userLink:hover{color:#4f4f4f}.SiteHeader__userLink svg{display:block}.SiteHeader__cartCount{position:absolute;display:flex;right:-5px;top:-1px;min-width:14px;height:14px;border-radius:7px;background-color:#2d9cdb;color:#fff;text-align:center;font-size:7px;letter-spacing:1px;line-height:7px;font-weight:700;align-items:center;justify-content:center;padding-inline:3px 2px}.SiteHeader__megaNavs{position:absolute;bottom:0;left:0;right:0;height:0;z-index:1}@media screen and (max-width: 768px){.SiteHeader__megaNavs{z-index:2;display:none}}.SiteHeader__hamburger{display:none}@media screen and (max-width: 768px){.SiteHeader__hamburger{display:block;margin-left:10px}}.SiteHeader__hamburgerLink{display:flex;width:29px;height:29px;align-items:center;justify-content:center;color:#828282}.SiteHeader__hamburgerBar{display:block;width:21px;height:2px;background-color:currentColor;position:relative;transition:transform .3s cubic-bezier(.22,.61,.36,1);flex-shrink:0}.SiteHeader__hamburgerBar:before,.SiteHeader__hamburgerBar:after{content:"";display:block;width:21px;height:2px;background-color:currentColor;position:absolute;left:0;transition:transform .3s cubic-bezier(.22,.61,.36,1)}.SiteHeader__hamburgerBar:before{top:-6px}.SiteHeader__hamburgerBar:after{top:6px}.SiteHeader__closeIcon{position:absolute;top:20px;right:20px}@media screen and (min-width: 769px){.SiteHeader__closeIcon{display:none}}.SiteHeader__closeIcon.back{right:auto;left:20px}.SiteFooter{background-color:#1f1e1d;color:#fff}@media screen and (max-width: 768px){.SiteFooter{text-align:center}}.SiteFooter__title{padding-block:36px;border-bottom:1px solid rgba(244,244,249,.2)}.SiteFooter__middle{padding-block:40px 140px}@media screen and (max-width: 768px){.SiteFooter__middle{padding-block:30px 50px}}.SiteFooter__middleWrapper{display:grid;grid-template-columns:1fr 2fr;gap:var(--grid-column-gap);font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.42px}@media screen and (max-width: 768px){.SiteFooter__middleWrapper{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}}@media screen and (max-width: 768px){.SiteFooter__middleWrapper{grid-template-columns:1fr;gap:50px}}.SiteFooter__addresses{white-space:nowrap}.SiteFooter__links{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--grid-column-gap)}@media screen and (max-width: 1200px){.SiteFooter__links{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.SiteFooter__links{grid-template-columns:1fr;gap:50px}}.SiteFooter__linkCategory{margin:0;white-space:nowrap}.SiteFooter__linkCategory a{color:currentColor}.SiteFooter__linkCategory a:hover{text-decoration:none;color:#2d9cdb}.SiteFooter__linkCategoryTitle{text-transform:uppercase}.SiteFooter__copy{padding-block-end:30px;text-align:center;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.42px}@media screen and (max-width: 768px){.SiteFooter__copy{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}}@media screen and (max-width: 768px){.SiteFooter__copy{padding-block-end:50px}}.SiteFooter__copyWrapper{max-width:644px;margin-inline:auto}.SiteMain{padding-block-start:120px}@media screen and (max-width: 768px){.SiteMain{padding-block-start:90px}}.SiteMain.totum .BaseSection{margin-block:0}@media screen and (min-width: 769px){.SiteMain.totum .BlockImageText__inner,.SiteMain.totum .BlockMainHeader__inner{min-height:80vh}}.SiteProduct{display:grid;grid-template-columns:95fr 38fr;gap:40px calc(10% - 20px);margin-bottom:40px}@media screen and (max-width: 768px){.SiteProduct{grid-template-columns:1fr;gap:40px}}.SiteProduct__gallery{grid-column:1/2;grid-row:1/2}.SiteProduct__main{grid-column:1/2;grid-row:2/3}@media screen and (max-width: 768px){.SiteProduct__main{grid-row:3/4}}@media screen and (min-width: 1201px){.SiteProduct__description{width:80%}}.SiteLogos{max-width:990px;margin:0 auto;padding-block:50px}@media screen and (min-width: 1201px){.SiteLogos{display:flex;gap:30px;justify-content:center;align-items:center}}.SiteLogos__label{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px;margin-bottom:14px;text-align:center}@media screen and (min-width: 1201px){.SiteLogos__label{margin-bottom:0}}.SiteLogos__items{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}@media screen and (min-width: 1201px){.SiteLogos__items{gap:30px}}.SiteLogos__item a{display:flex;max-height:50px;align-items:center}.SiteLogos__item img{width:100%}@media screen and (max-width: 768px){.SiteLogos__item img{width:80px}}@media screen and (min-width: 769px){.SiteCaseStudy .BasePopup__popupContent>*:not(.BaseLayout):not(.BasePopup__video){margin-inline:auto;max-width:780px}.SiteCaseStudy .BasePopup__popupContent .BasePopup__video .BlockRichText{margin-inline:auto}}.SiteMain.totum{opacity:0;transition:opacity .15s cubic-bezier(.22,.61,.36,1)}.SiteMain.totum.init{opacity:1}.SiteMain.totum .BlockImageText,.SiteMain.totum .BlockMainHeader{overflow:hidden}.SiteMain.totum .BlockImageText.is--animated .is--animation-1,.SiteMain.totum .BlockMainHeader.is--animated .is--animation-1,.SiteMain.totum .BlockImageText.is--animated .is--animation-2,.SiteMain.totum .BlockMainHeader.is--animated .is--animation-2,.SiteMain.totum .BlockImageText.is--animated .is--animation-3,.SiteMain.totum .BlockMainHeader.is--animated .is--animation-3,.SiteMain.totum .BlockImageText.is--animated .is--animation-4,.SiteMain.totum .BlockMainHeader.is--animated .is--animation-4,.SiteMain.totum .BlockImageText.is--animated .is--animation-5,.SiteMain.totum .BlockMainHeader.is--animated .is--animation-5,.SiteMain.totum .BlockImageText.is--animated .is--animation-6,.SiteMain.totum .BlockMainHeader.is--animated .is--animation-6{transition-delay:0s}.SiteMain.totum .BlockMainHeader:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:-4}.SiteMain.totum .BlockMainHeader .BlockMainHeader__inner.center .BlockMainHeader__image,.SiteMain.totum .BlockMainHeader .center.BlockImageText__inner .BlockMainHeader__image,.SiteMain.totum .BlockMainHeader .BlockMainHeader__inner.center .BlockImageText__image,.SiteMain.totum .BlockMainHeader .center.BlockImageText__inner .BlockImageText__image,.SiteMain.totum .BlockMainHeader .BlockMainHeader__inner.center .BlockImageText__video,.SiteMain.totum .BlockMainHeader .center.BlockImageText__inner .BlockImageText__video{transition:all .6s cubic-bezier(.22,.61,.36,1) 1s}.SiteMain.totum .BlockMainHeader .BlockMainHeader__inner:not(.center) .BlockMainHeader__image,.SiteMain.totum .BlockMainHeader .BlockImageText__inner:not(.center) .BlockMainHeader__image,.SiteMain.totum .BlockMainHeader .BlockMainHeader__inner:not(.center) .BlockImageText__image,.SiteMain.totum .BlockMainHeader .BlockImageText__inner:not(.center) .BlockImageText__image,.SiteMain.totum .BlockMainHeader .BlockMainHeader__inner:not(.center) .BlockImageText__video,.SiteMain.totum .BlockMainHeader .BlockImageText__inner:not(.center) .BlockImageText__video{transition:all .6s cubic-bezier(.22,.61,.36,1)}.SiteMain.totum .BlockMainHeader .is--animation-1{transition:all .6s cubic-bezier(.22,.61,.36,1),background-color .6s cubic-bezier(.22,.61,.36,1) 1s}.SiteMain.totum .BlockMainHeader .is--animation-1.btn{transition:all .6s cubic-bezier(.22,.61,.36,1),color .6s cubic-bezier(.22,.61,.36,1) 1s,background-color .6s cubic-bezier(.22,.61,.36,1) 1s}.SiteMain.totum .BlockMainHeader .is--animation-2{transition:all .6s cubic-bezier(.22,.61,.36,1),background-color .6s cubic-bezier(.22,.61,.36,1) 1s}.SiteMain.totum .BlockMainHeader .is--animation-2.btn{transition:all .6s cubic-bezier(.22,.61,.36,1),color .6s cubic-bezier(.22,.61,.36,1) 1s,background-color .6s cubic-bezier(.22,.61,.36,1) 1s}.SiteMain.totum .BlockMainHeader .is--animation-3{transition:all .6s cubic-bezier(.22,.61,.36,1),background-color .6s cubic-bezier(.22,.61,.36,1) 1s}.SiteMain.totum .BlockMainHeader .is--animation-3.btn{transition:all .6s cubic-bezier(.22,.61,.36,1),color .6s cubic-bezier(.22,.61,.36,1) 1s,background-color .6s cubic-bezier(.22,.61,.36,1) 1s}.SiteMain.totum .BlockMainHeader .is--animation-4{transition:all .6s cubic-bezier(.22,.61,.36,1),background-color .6s cubic-bezier(.22,.61,.36,1) 1s}.SiteMain.totum .BlockMainHeader .is--animation-4.btn{transition:all .6s cubic-bezier(.22,.61,.36,1),color .6s cubic-bezier(.22,.61,.36,1) 1s,background-color .6s cubic-bezier(.22,.61,.36,1) 1s}.SiteMain.totum .BlockMainHeader .is--animation-5{transition:all .6s cubic-bezier(.22,.61,.36,1),background-color .6s cubic-bezier(.22,.61,.36,1) 1s}.SiteMain.totum .BlockMainHeader .is--animation-5.btn{transition:all .6s cubic-bezier(.22,.61,.36,1),color .6s cubic-bezier(.22,.61,.36,1) 1s,background-color .6s cubic-bezier(.22,.61,.36,1) 1s}.SiteMain.totum .BlockMainHeader .is--animation-6{transition:all .6s cubic-bezier(.22,.61,.36,1),background-color .6s cubic-bezier(.22,.61,.36,1) 1s}.SiteMain.totum .BlockMainHeader .is--animation-6.btn{transition:all .6s cubic-bezier(.22,.61,.36,1),color .6s cubic-bezier(.22,.61,.36,1) 1s,background-color .6s cubic-bezier(.22,.61,.36,1) 1s}.SiteMain.totum .BlockMainHeader:not(.is--visible) .is--animation-1{transform:translateY(33px);opacity:0}.SiteMain.totum .BlockMainHeader:not(.is--visible) .is--animation-1.btn{background-color:#141729;color:#fff}.SiteMain.totum .BlockMainHeader:not(.is--visible) .is--animation-2{transform:translateY(58px);opacity:0}.SiteMain.totum .BlockMainHeader:not(.is--visible) .is--animation-2.btn{background-color:#141729;color:#fff}.SiteMain.totum .BlockMainHeader:not(.is--visible) .is--animation-3{transform:translateY(83px);opacity:0}.SiteMain.totum .BlockMainHeader:not(.is--visible) .is--animation-3.btn{background-color:#141729;color:#fff}.SiteMain.totum .BlockMainHeader:not(.is--visible) .is--animation-4{transform:translateY(108px);opacity:0}.SiteMain.totum .BlockMainHeader:not(.is--visible) .is--animation-4.btn{background-color:#141729;color:#fff}.SiteMain.totum .BlockMainHeader:not(.is--visible) .is--animation-5{transform:translateY(133px);opacity:0}.SiteMain.totum .BlockMainHeader:not(.is--visible) .is--animation-5.btn{background-color:#141729;color:#fff}.SiteMain.totum .BlockMainHeader:not(.is--visible) .is--animation-6{transform:translateY(158px);opacity:0}.SiteMain.totum .BlockMainHeader:not(.is--visible) .is--animation-6.btn{background-color:#141729;color:#fff}.SiteMain.totum .BlockMainHeader:not(.is--visible) .BlockMainHeader__inner.center .BlockMainHeader__image,.SiteMain.totum .BlockMainHeader:not(.is--visible) .center.BlockImageText__inner .BlockMainHeader__image,.SiteMain.totum .BlockMainHeader:not(.is--visible) .BlockMainHeader__inner.center .BlockImageText__image,.SiteMain.totum .BlockMainHeader:not(.is--visible) .center.BlockImageText__inner .BlockImageText__image,.SiteMain.totum .BlockMainHeader:not(.is--visible) .BlockMainHeader__inner.center .BlockImageText__video,.SiteMain.totum .BlockMainHeader:not(.is--visible) .center.BlockImageText__inner .BlockImageText__video{opacity:0}.SiteMain.totum .BlockMainHeader:not(.is--visible) .BlockMainHeader__inner:not(.center) .BlockMainHeader__image,.SiteMain.totum .BlockMainHeader:not(.is--visible) .BlockImageText__inner:not(.center) .BlockMainHeader__image,.SiteMain.totum .BlockMainHeader:not(.is--visible) .BlockMainHeader__inner:not(.center) .BlockImageText__image,.SiteMain.totum .BlockMainHeader:not(.is--visible) .BlockImageText__inner:not(.center) .BlockImageText__image,.SiteMain.totum .BlockMainHeader:not(.is--visible) .BlockMainHeader__inner:not(.center) .BlockImageText__video,.SiteMain.totum .BlockMainHeader:not(.is--visible) .BlockImageText__inner:not(.center) .BlockImageText__video{transform:scale(1.2)}.SiteMain.totum .BlockImageText .BlockImageText__image{transition:all .6s cubic-bezier(.22,.61,.36,1)}.SiteMain.totum .BlockImageText.fluid .BlockImageText__image{transform-origin:center right}@media screen and (max-width: 768px){.SiteMain.totum .BlockImageText.fluid .BlockImageText__image{transform-origin:center bottom}}.SiteMain.totum .BlockImageText .is--animation-1,.SiteMain.totum .BlockImageText .is--animation-2,.SiteMain.totum .BlockImageText .is--animation-3,.SiteMain.totum .BlockImageText .is--animation-4,.SiteMain.totum .BlockImageText .is--animation-5,.SiteMain.totum .BlockImageText .is--animation-6{transition:all .6s cubic-bezier(.22,.61,.36,1),background-color .6s cubic-bezier(.22,.61,.36,1) 1s}.SiteMain.totum .BlockImageText:not(.is--visible) .is--animation-1{transform:translateY(33px);opacity:0}.SiteMain.totum .BlockImageText:not(.is--visible) .is--animation-1.btn{background-color:#141729;color:#fff}.SiteMain.totum .BlockImageText:not(.is--visible) .is--animation-2{transform:translateY(58px);opacity:0}.SiteMain.totum .BlockImageText:not(.is--visible) .is--animation-2.btn{background-color:#141729;color:#fff}.SiteMain.totum .BlockImageText:not(.is--visible) .is--animation-3{transform:translateY(83px);opacity:0}.SiteMain.totum .BlockImageText:not(.is--visible) .is--animation-3.btn{background-color:#141729;color:#fff}.SiteMain.totum .BlockImageText:not(.is--visible) .is--animation-4{transform:translateY(108px);opacity:0}.SiteMain.totum .BlockImageText:not(.is--visible) .is--animation-4.btn{background-color:#141729;color:#fff}.SiteMain.totum .BlockImageText:not(.is--visible) .is--animation-5{transform:translateY(133px);opacity:0}.SiteMain.totum .BlockImageText:not(.is--visible) .is--animation-5.btn{background-color:#141729;color:#fff}.SiteMain.totum .BlockImageText:not(.is--visible) .is--animation-6{transform:translateY(158px);opacity:0}.SiteMain.totum .BlockImageText:not(.is--visible) .is--animation-6.btn{background-color:#141729;color:#fff}.SiteMain.totum .BlockImageText:not(.is--visible).contained .BlockImageText__image{transform:translateY(-50%) scale(.8);opacity:0}@media screen and (max-width: 768px){.SiteMain.totum .BlockImageText:not(.is--visible).contained .BlockImageText__image{transform:scale(.8)}}.SiteMain.totum .BlockImageText:not(.is--visible).fluid .BlockImageText__image{transform:scale(1.2);opacity:0}.SiteHeaderProgress{display:flex;align-items:flex-start;justify-content:center;gap:140px;margin-inline:auto}.SiteHeaderProgress__item{position:relative}.SiteHeaderProgress__item:not(:last-child):after{content:"";display:block;position:absolute;top:7px;left:calc(100% + 5px);width:130px;height:2px;background-color:#e0e0e0}.SiteHeaderProgress__inner{display:flex;position:relative;flex-direction:column;align-items:center;justify-content:center;padding-bottom:30px}.SiteHeaderProgress__inner span{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px;position:absolute;bottom:0;left:50%;transform:translate(-50%);white-space:nowrap;color:#141729}a.SiteHeaderProgress__inner:hover span{text-decoration:underline}@media screen and (min-width: 769px){.SiteResearchPage{display:grid;position:relative;grid-template-columns:3fr 1fr;gap:var(--grid-column-gap)}}.SiteResearchPage+.BaseSection--grey{margin-top:50px}.SiteResearchPage__mobileTitle{padding-block:var(--grid-column-gap)}@media screen and (min-width: 769px){.SiteResearchPage__sidebar{order:2}}.SiteResearchPage__sidebarInner{position:sticky;top:120px;padding:20px;background-color:#d4effc}@media screen and (max-width: 768px){.SiteResearchPage__sidebarInner{top:90px}}@media screen and (min-width: 769px){.SiteResearchPage__main{order:1}}.SiteResearchPage__sidebarLink{margin-top:50px}.SiteResearchPage__sidebarItem:not(:first-child){margin-top:40px}.SiteResearchPage__sidebarItem h5{position:relative}.SiteResearchPage__sidebarItem h5 svg{position:absolute;top:0;left:0}.SiteResearchPage__sidebarItem h5 span{font-size:1rem;color:#1f1e1d;font-weight:700;padding-top:3px;padding-left:30px}.SiteResearchPage__logo{margin-top:20px}.SiteResearchPage__authors{margin-block:20px}.SiteResearchPage__authors p,.SiteResearchPage__authors li,.SiteResearchPage__authors p a,.SiteResearchPage__authors li a{color:#bdbdbd}.SiteResearchPage__authors p a:hover,.SiteResearchPage__authors li a:hover{text-decoration:underline}.CartCheckout{display:flex;gap:60px}@media screen and (max-width: 1200px){.CartCheckout{gap:30px}}@media screen and (max-width: 768px){.CartCheckout{flex-direction:column}}.CartCheckout__main{width:70%;box-shadow:0 0 58px -3px #0000001a;padding:20px 30px}@media screen and (max-width: 1200px){.CartCheckout__main{width:65%}}@media screen and (max-width: 768px){.CartCheckout__main{width:100%;padding:20px 15px}.CartCheckout:not(.mobileReverse) .CartCheckout__main{box-shadow:none;padding-inline:0}}.CartCheckout__body.spacing{padding-block-start:25px}.CartCheckout__sidebar{width:30%;box-shadow:0 0 58px -3px #0000001a;padding:20px 30px}@media screen and (max-width: 1200px){.CartCheckout__sidebar{width:35%}}@media screen and (max-width: 768px){.CartCheckout__sidebar{width:calc(100% + 20px);padding:20px 10px;margin-inline:-10px}}.CartCheckout__head{padding-bottom:15px;border-bottom:1px solid #E0E0E0}.CartCheckout__footer{padding-top:30px}@media screen and (max-width: 768px){.CartCheckout__footer:not(.mobile-footer){display:none}}.CartCheckout__footer.separateButtons{display:flex;justify-content:space-between;align-items:center}.CartCheckout__list{padding-block:20px;display:grid;gap:12px;grid-template-columns:auto auto;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.42px}@media screen and (max-width: 768px){.CartCheckout__list{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}}.CartCheckout__list:not(.noBorder){border-bottom:1px solid #E0E0E0}.CartCheckout__list>div:nth-child(2n){text-align:right}.CartCheckout__list>div:nth-child(2n+1) strong{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.48px;font-weight:700}@media screen and (max-width: 768px){.CartCheckout__list>div:nth-child(2n+1) strong{font-size:14px;letter-spacing:-.42px}}.CartCheckout__section.padding{padding-block:25px}.CartCheckout__section.border{border-bottom:1px solid #E0E0E0}.CartItems__item{font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.42px;display:grid;width:100%;grid-template-columns:75px auto 120px;grid-template-rows:auto auto auto;gap:15px 20px;padding-block:15px;border-bottom:1px solid #E0E0E0}@media screen and (max-width: 768px){.CartItems__item{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}}.CartItems__image{grid-column:1/2;grid-row:1/4}.CartItems__title{grid-column:2/3;grid-row:1/2}.CartItems__options{grid-column:2/3;grid-row:2/3;font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px;line-height:1.2}.CartItems__price{grid-column:2/3;grid-row:3/4}.CartItems__price .BasePrice__noTax:before{content:" ("}.CartItems__price .BasePrice__noTax:after{content:")"}.CartItems__quantity{grid-column:3/4;grid-row:1/4;text-align:center}.CartItems__quantity a{color:#141729;display:inline-block;margin-top:15px;font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}.CartItems__empty{padding-block:30px}.CartSummary__item{padding-block:20px 10px;display:flex;flex-direction:column;gap:10px}.CartSummary__item:first-child{padding-block-start:0}.CartSummary__item:not(.noBorder){border-bottom:1px solid #E0E0E0}.CartSummary__row{display:flex;gap:10px;align-items:center;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.42px}@media screen and (max-width: 768px){.CartSummary__row{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}}.CartSummary__row.total{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.48px;font-weight:700}@media screen and (max-width: 768px){.CartSummary__row.total{font-size:14px;letter-spacing:-.42px}}.CartSummary__itemImage{flex-shrink:0}.CartSummary__itemImage img{display:block}.CartSummary__itemPrice{margin-left:auto;flex-shrink:0}.CartOrders{display:flex;gap:20px;flex-direction:column}.CartOrderItem{border:1px solid #F4F4F9;border-radius:10px;transition:border-color .3s cubic-bezier(.22,.61,.36,1);color:#1f1e1d;padding:20px}.CartOrderItem .CartOrderItem__title{transition:color .3s cubic-bezier(.22,.61,.36,1);font-weight:700}.CartOrderItem:hover{border-color:#2d9cdb;text-decoration:none}.CartOrderItem:hover .CartOrderItem__title{color:#2d9cdb}.CartOrderItem__head{display:flex;gap:20px;justify-content:space-between}.CartOrderItem__number{font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.42px;color:#bdbdbd;margin-bottom:10px}@media screen and (max-width: 768px){.CartOrderItem__number{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:-.39px}}.BaseLoading[data-v-d8362636]{animation-duration:2s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer-d8362636;animation-timing-function:linear;background-color:#f6f7f8;background:linear-gradient(to right,#f4f4f9 8%,#bdbdbd 20%,#f4f4f9 30%);background-size:800px 104px;position:relative;border-radius:8px;margin-bottom:20px}@keyframes placeHolderShimmer-d8362636{0%{background-position:-800px 0}to{background-position:800px 0}}
