@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&display=swap&subset=latin-ext);
:root{--blue: #00053e;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #d71920;--orange: #ff7d36;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #00053e;--secondary: #d71920;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #d71920;--light: #f9fafb;--dark: #343a40;--breakpoint-xs: 0;--breakpoint-xx: 370px;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1310px;--breakpoint-xxl: 1500px;--font-family-sans-serif: "Source Sans Pro", sans-serif;--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Source Sans Pro",sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#00053e;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#00053e;text-decoration:none;background-color:transparent}a:hover{color:#000;text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}.btn,.comments-area .submit{display:inline-block;font-weight:600;color:#00053e;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;background-color:transparent;border:1px solid transparent;padding:.68rem 2.25rem;font-size:1rem;line-height:1.5;border-radius:10px;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn,.comments-area .submit{transition:none}}.btn:hover,.comments-area .submit:hover{color:#00053e;text-decoration:none}.btn:focus,.comments-area .submit:focus,.btn.focus,.comments-area .focus.submit{outline:0;box-shadow:0 0 0 .2rem rgba(0,5,62,0.25)}.btn.disabled,.comments-area .disabled.submit,.btn:disabled,.comments-area .submit:disabled{opacity:.65}a.btn.disabled,.comments-area a.disabled.submit,fieldset:disabled a.btn,fieldset:disabled .comments-area a.submit,.comments-area fieldset:disabled a.submit{pointer-events:none}.btn-primary{color:#fff;background-color:#00053e;border-color:#00053e}.btn-primary:hover{color:#fff;background-color:#000218;border-color:#00010b}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#000218;border-color:#00010b;box-shadow:0 0 0 .2rem rgba(38,43,91,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#00053e;border-color:#00053e}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#00010b;border-color:#000}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,43,91,0.5)}.btn-secondary{color:#fff;background-color:#d71920;border-color:#d71920}.btn-secondary:hover{color:#fff;background-color:#b5151b;border-color:#a91419}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#b5151b;border-color:#a91419;box-shadow:0 0 0 .2rem rgba(221,60,65,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#d71920;border-color:#d71920}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#a91419;border-color:#9e1218}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(221,60,65,0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,0.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,0.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,0.5)}.btn-danger{color:#fff;background-color:#d71920;border-color:#d71920}.btn-danger:hover{color:#fff;background-color:#b5151b;border-color:#a91419}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#b5151b;border-color:#a91419;box-shadow:0 0 0 .2rem rgba(221,60,65,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#d71920;border-color:#d71920}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#a91419;border-color:#9e1218}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(221,60,65,0.5)}.btn-light{color:#212529;background-color:#f9fafb;border-color:#f9fafb}.btn-light:hover{color:#212529;background-color:#e2e7ec;border-color:#dae1e7}.btn-light:focus,.btn-light.focus{color:#212529;background-color:#e2e7ec;border-color:#dae1e7;box-shadow:0 0 0 .2rem rgba(217,218,220,0.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f9fafb;border-color:#f9fafb}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae1e7;border-color:#d3dae2}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(217,218,220,0.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,0.5)}.btn-outline-primary{color:#00053e;border-color:#00053e}.btn-outline-primary:hover{color:#fff;background-color:#00053e;border-color:#00053e}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(0,5,62,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#00053e;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#00053e;border-color:#00053e}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,5,62,0.5)}.btn-outline-secondary,.comments-area .submit{color:#d71920;border-color:#d71920}.btn-outline-secondary:hover,.comments-area .submit:hover{color:#fff;background-color:#d71920;border-color:#d71920}.btn-outline-secondary:focus,.comments-area .submit:focus,.btn-outline-secondary.focus,.comments-area .focus.submit{box-shadow:0 0 0 .2rem rgba(215,25,32,0.5)}.btn-outline-secondary.disabled,.comments-area .disabled.submit,.btn-outline-secondary:disabled,.comments-area .submit:disabled{color:#d71920;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.comments-area .submit:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.comments-area .submit:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle,.comments-area .show>.dropdown-toggle.submit{color:#fff;background-color:#d71920;border-color:#d71920}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.comments-area .submit:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.comments-area .submit:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus,.comments-area .show>.dropdown-toggle.submit:focus{box-shadow:0 0 0 .2rem rgba(215,25,32,0.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#d71920;border-color:#d71920}.btn-outline-danger:hover{color:#fff;background-color:#d71920;border-color:#d71920}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(215,25,32,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#d71920;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#d71920;border-color:#d71920}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(215,25,32,0.5)}.btn-outline-light{color:#f9fafb;border-color:#f9fafb}.btn-outline-light:hover{color:#212529;background-color:#f9fafb;border-color:#f9fafb}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(249,250,251,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f9fafb;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f9fafb;border-color:#f9fafb}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(249,250,251,0.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}.btn-link{font-weight:400;color:#00053e;text-decoration:none}.btn-link:hover{color:#000;text-decoration:none}.btn-link:focus,.btn-link.focus{text-decoration:none;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:10px}.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:10px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.form-control,.comments-area textarea,.comments-area input[type="text"],.comments-area input[type="email"],.basic-form__input{display:block;width:100%;height:calc(1.5em + 1.36rem + 2px);padding:.68rem 2.25rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:10px;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control,.comments-area textarea,.comments-area input[type="text"],.comments-area input[type="email"],.basic-form__input{transition:none}}.form-control::-ms-expand,.comments-area textarea::-ms-expand,.comments-area input[type="text"]::-ms-expand,.comments-area input[type="email"]::-ms-expand,.basic-form__input::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring,.comments-area textarea:-moz-focusring,.comments-area input:-moz-focusring[type="text"],.comments-area input:-moz-focusring[type="email"],.basic-form__input:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus,.comments-area textarea:focus,.comments-area input:focus[type="text"],.comments-area input:focus[type="email"],.basic-form__input:focus{color:#495057;background-color:#fff;border-color:#000fbe;outline:0;box-shadow:0 0 0 .2rem rgba(0,5,62,0.25)}.form-control::placeholder,.comments-area textarea::placeholder,.comments-area input[type="text"]::placeholder,.comments-area input[type="email"]::placeholder,.basic-form__input::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.comments-area textarea:disabled,.comments-area input:disabled[type="text"],.comments-area input:disabled[type="email"],.basic-form__input:disabled,.form-control[readonly],.comments-area textarea[readonly],.comments-area input[readonly][type="text"],.comments-area input[readonly][type="email"],.basic-form__input[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value,select.basic-form__input:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.68rem + 1px);padding-bottom:calc(.68rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.68rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#00053e;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:10px}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:10px}select.form-control[size],select.basic-form__input[size],select.form-control[multiple],select.basic-form__input[multiple]{height:auto}textarea.form-control,.comments-area textarea,textarea.basic-form__input{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,0.9);border-radius:10px}.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip{display:block}.was-validated .form-control:valid,.was-validated .comments-area textarea:valid,.comments-area .was-validated textarea:valid,.was-validated .comments-area input:valid[type="text"],.comments-area .was-validated input:valid[type="text"],.was-validated .comments-area input:valid[type="email"],.comments-area .was-validated input:valid[type="email"],.was-validated .basic-form__input:valid,.form-control.is-valid,.comments-area textarea.is-valid,.comments-area input.is-valid[type="text"],.comments-area input.is-valid[type="email"],.is-valid.basic-form__input{border-color:#28a745;padding-right:calc(1.5em + 1.36rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .34rem) center;background-size:calc(.75em + .68rem) calc(.75em + .68rem)}.was-validated .form-control:valid:focus,.was-validated .comments-area textarea:valid:focus,.comments-area .was-validated textarea:valid:focus,.was-validated .comments-area input:valid:focus[type="text"],.comments-area .was-validated input:valid:focus[type="text"],.was-validated .comments-area input:valid:focus[type="email"],.comments-area .was-validated input:valid:focus[type="email"],.was-validated .basic-form__input:valid:focus,.form-control.is-valid:focus,.comments-area textarea.is-valid:focus,.comments-area input.is-valid:focus[type="text"],.comments-area input.is-valid:focus[type="email"],.is-valid.basic-form__input:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.was-validated textarea.form-control:valid,.was-validated .comments-area textarea:valid,.comments-area .was-validated textarea:valid,.was-validated textarea.basic-form__input:valid,textarea.form-control.is-valid,.comments-area textarea.is-valid,textarea.is-valid.basic-form__input{padding-right:calc(1.5em + 1.36rem);background-position:top calc(.375em + .34rem) right calc(.375em + .34rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:calc(.75em + 4.27rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 2.25rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 3.25rem/calc(.75em + .68rem) calc(.75em + .68rem)}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#28a745}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#28a745}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{border-color:#28a745}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before{border-color:#28a745}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#d71920}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(215,25,32,0.9);border-radius:10px}.was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-control:invalid,.was-validated .comments-area textarea:invalid,.comments-area .was-validated textarea:invalid,.was-validated .comments-area input:invalid[type="text"],.comments-area .was-validated input:invalid[type="text"],.was-validated .comments-area input:invalid[type="email"],.comments-area .was-validated input:invalid[type="email"],.was-validated .basic-form__input:invalid,.form-control.is-invalid,.comments-area textarea.is-invalid,.comments-area input.is-invalid[type="text"],.comments-area input.is-invalid[type="email"],.is-invalid.basic-form__input{border-color:#d71920;padding-right:calc(1.5em + 1.36rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d71920' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d71920' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .34rem) center;background-size:calc(.75em + .68rem) calc(.75em + .68rem)}.was-validated .form-control:invalid:focus,.was-validated .comments-area textarea:invalid:focus,.comments-area .was-validated textarea:invalid:focus,.was-validated .comments-area input:invalid:focus[type="text"],.comments-area .was-validated input:invalid:focus[type="text"],.was-validated .comments-area input:invalid:focus[type="email"],.comments-area .was-validated input:invalid:focus[type="email"],.was-validated .basic-form__input:invalid:focus,.form-control.is-invalid:focus,.comments-area textarea.is-invalid:focus,.comments-area input.is-invalid:focus[type="text"],.comments-area input.is-invalid:focus[type="email"],.is-invalid.basic-form__input:focus{border-color:#d71920;box-shadow:0 0 0 .2rem rgba(215,25,32,0.25)}.was-validated textarea.form-control:invalid,.was-validated .comments-area textarea:invalid,.comments-area .was-validated textarea:invalid,.was-validated textarea.basic-form__input:invalid,textarea.form-control.is-invalid,.comments-area textarea.is-invalid,textarea.is-invalid.basic-form__input{padding-right:calc(1.5em + 1.36rem);background-position:top calc(.375em + .34rem) right calc(.375em + .34rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#d71920;padding-right:calc(.75em + 4.27rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 2.25rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d71920' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d71920' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 3.25rem/calc(.75em + .68rem) calc(.75em + .68rem)}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#d71920;box-shadow:0 0 0 .2rem rgba(215,25,32,0.25)}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#d71920}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#d71920}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{border-color:#d71920}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{border-color:#e83b41;background-color:#e83b41}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{box-shadow:0 0 0 .2rem rgba(215,25,32,0.25)}.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before{border-color:#d71920}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#d71920}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{border-color:#d71920;box-shadow:0 0 0 .2rem rgba(215,25,32,0.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control,.form-inline .comments-area textarea,.comments-area .form-inline textarea,.form-inline .comments-area input[type="text"],.comments-area .form-inline input[type="text"],.form-inline .comments-area input[type="email"],.comments-area .form-inline input[type="email"],.form-inline .basic-form__input{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:1200px}}.container-fluid,.container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-xx,.container-sm,.container-md,.container-lg{max-width:1200px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-xx-1,.col-xx-2,.col-xx-3,.col-xx-4,.col-xx-5,.col-xx-6,.col-xx-7,.col-xx-8,.col-xx-9,.col-xx-10,.col-xx-11,.col-xx-12,.col-xx,.col-xx-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width: 370px){.col-xx{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xx-1>*{flex:0 0 100%;max-width:100%}.row-cols-xx-2>*{flex:0 0 50%;max-width:50%}.row-cols-xx-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xx-4>*{flex:0 0 25%;max-width:25%}.row-cols-xx-5>*{flex:0 0 20%;max-width:20%}.row-cols-xx-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xx-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xx-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xx-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xx-3{flex:0 0 25%;max-width:25%}.col-xx-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xx-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xx-6{flex:0 0 50%;max-width:50%}.col-xx-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xx-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xx-9{flex:0 0 75%;max-width:75%}.col-xx-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xx-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xx-12{flex:0 0 100%;max-width:100%}.order-xx-first{order:-1}.order-xx-last{order:13}.order-xx-0{order:0}.order-xx-1{order:1}.order-xx-2{order:2}.order-xx-3{order:3}.order-xx-4{order:4}.order-xx-5{order:5}.order-xx-6{order:6}.order-xx-7{order:7}.order-xx-8{order:8}.order-xx-9{order:9}.order-xx-10{order:10}.order-xx-11{order:11}.order-xx-12{order:12}.offset-xx-0{margin-left:0}.offset-xx-1{margin-left:8.33333%}.offset-xx-2{margin-left:16.66667%}.offset-xx-3{margin-left:25%}.offset-xx-4{margin-left:33.33333%}.offset-xx-5{margin-left:41.66667%}.offset-xx-6{margin-left:50%}.offset-xx-7{margin-left:58.33333%}.offset-xx-8{margin-left:66.66667%}.offset-xx-9{margin-left:75%}.offset-xx-10{margin-left:83.33333%}.offset-xx-11{margin-left:91.66667%}}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width: 1024px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width: 1310px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}@media (min-width: 1500px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xxl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xxl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xxl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xxl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xxl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xxl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xxl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xxl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xxl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xxl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.66667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333%}.offset-xxl-5{margin-left:41.66667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333%}.offset-xxl-8{margin-left:66.66667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333%}.offset-xxl-11{margin-left:91.66667%}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media (min-width: 370px){.d-xx-none{display:none !important}.d-xx-inline{display:inline !important}.d-xx-inline-block{display:inline-block !important}.d-xx-block{display:block !important}.d-xx-table{display:table !important}.d-xx-table-row{display:table-row !important}.d-xx-table-cell{display:table-cell !important}.d-xx-flex{display:flex !important}.d-xx-inline-flex{display:inline-flex !important}}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width: 1024px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width: 1310px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media (min-width: 1500px){.d-xxl-none{display:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width: 370px){.flex-xx-row{flex-direction:row !important}.flex-xx-column{flex-direction:column !important}.flex-xx-row-reverse{flex-direction:row-reverse !important}.flex-xx-column-reverse{flex-direction:column-reverse !important}.flex-xx-wrap{flex-wrap:wrap !important}.flex-xx-nowrap{flex-wrap:nowrap !important}.flex-xx-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xx-fill{flex:1 1 auto !important}.flex-xx-grow-0{flex-grow:0 !important}.flex-xx-grow-1{flex-grow:1 !important}.flex-xx-shrink-0{flex-shrink:0 !important}.flex-xx-shrink-1{flex-shrink:1 !important}.justify-content-xx-start{justify-content:flex-start !important}.justify-content-xx-end{justify-content:flex-end !important}.justify-content-xx-center{justify-content:center !important}.justify-content-xx-between{justify-content:space-between !important}.justify-content-xx-around{justify-content:space-around !important}.align-items-xx-start{align-items:flex-start !important}.align-items-xx-end{align-items:flex-end !important}.align-items-xx-center{align-items:center !important}.align-items-xx-baseline{align-items:baseline !important}.align-items-xx-stretch{align-items:stretch !important}.align-content-xx-start{align-content:flex-start !important}.align-content-xx-end{align-content:flex-end !important}.align-content-xx-center{align-content:center !important}.align-content-xx-between{align-content:space-between !important}.align-content-xx-around{align-content:space-around !important}.align-content-xx-stretch{align-content:stretch !important}.align-self-xx-auto{align-self:auto !important}.align-self-xx-start{align-self:flex-start !important}.align-self-xx-end{align-self:flex-end !important}.align-self-xx-center{align-self:center !important}.align-self-xx-baseline{align-self:baseline !important}.align-self-xx-stretch{align-self:stretch !important}}@media (min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width: 1024px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width: 1310px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}@media (min-width: 1500px){.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 370px){.m-xx-0{margin:0 !important}.mt-xx-0,.my-xx-0{margin-top:0 !important}.mr-xx-0,.mx-xx-0{margin-right:0 !important}.mb-xx-0,.my-xx-0{margin-bottom:0 !important}.ml-xx-0,.mx-xx-0{margin-left:0 !important}.m-xx-1{margin:.25rem !important}.mt-xx-1,.my-xx-1{margin-top:.25rem !important}.mr-xx-1,.mx-xx-1{margin-right:.25rem !important}.mb-xx-1,.my-xx-1{margin-bottom:.25rem !important}.ml-xx-1,.mx-xx-1{margin-left:.25rem !important}.m-xx-2{margin:.5rem !important}.mt-xx-2,.my-xx-2{margin-top:.5rem !important}.mr-xx-2,.mx-xx-2{margin-right:.5rem !important}.mb-xx-2,.my-xx-2{margin-bottom:.5rem !important}.ml-xx-2,.mx-xx-2{margin-left:.5rem !important}.m-xx-3{margin:1rem !important}.mt-xx-3,.my-xx-3{margin-top:1rem !important}.mr-xx-3,.mx-xx-3{margin-right:1rem !important}.mb-xx-3,.my-xx-3{margin-bottom:1rem !important}.ml-xx-3,.mx-xx-3{margin-left:1rem !important}.m-xx-4{margin:1.5rem !important}.mt-xx-4,.my-xx-4{margin-top:1.5rem !important}.mr-xx-4,.mx-xx-4{margin-right:1.5rem !important}.mb-xx-4,.my-xx-4{margin-bottom:1.5rem !important}.ml-xx-4,.mx-xx-4{margin-left:1.5rem !important}.m-xx-5{margin:3rem !important}.mt-xx-5,.my-xx-5{margin-top:3rem !important}.mr-xx-5,.mx-xx-5{margin-right:3rem !important}.mb-xx-5,.my-xx-5{margin-bottom:3rem !important}.ml-xx-5,.mx-xx-5{margin-left:3rem !important}.p-xx-0{padding:0 !important}.pt-xx-0,.py-xx-0{padding-top:0 !important}.pr-xx-0,.px-xx-0{padding-right:0 !important}.pb-xx-0,.py-xx-0{padding-bottom:0 !important}.pl-xx-0,.px-xx-0{padding-left:0 !important}.p-xx-1{padding:.25rem !important}.pt-xx-1,.py-xx-1{padding-top:.25rem !important}.pr-xx-1,.px-xx-1{padding-right:.25rem !important}.pb-xx-1,.py-xx-1{padding-bottom:.25rem !important}.pl-xx-1,.px-xx-1{padding-left:.25rem !important}.p-xx-2{padding:.5rem !important}.pt-xx-2,.py-xx-2{padding-top:.5rem !important}.pr-xx-2,.px-xx-2{padding-right:.5rem !important}.pb-xx-2,.py-xx-2{padding-bottom:.5rem !important}.pl-xx-2,.px-xx-2{padding-left:.5rem !important}.p-xx-3{padding:1rem !important}.pt-xx-3,.py-xx-3{padding-top:1rem !important}.pr-xx-3,.px-xx-3{padding-right:1rem !important}.pb-xx-3,.py-xx-3{padding-bottom:1rem !important}.pl-xx-3,.px-xx-3{padding-left:1rem !important}.p-xx-4{padding:1.5rem !important}.pt-xx-4,.py-xx-4{padding-top:1.5rem !important}.pr-xx-4,.px-xx-4{padding-right:1.5rem !important}.pb-xx-4,.py-xx-4{padding-bottom:1.5rem !important}.pl-xx-4,.px-xx-4{padding-left:1.5rem !important}.p-xx-5{padding:3rem !important}.pt-xx-5,.py-xx-5{padding-top:3rem !important}.pr-xx-5,.px-xx-5{padding-right:3rem !important}.pb-xx-5,.py-xx-5{padding-bottom:3rem !important}.pl-xx-5,.px-xx-5{padding-left:3rem !important}.m-xx-n1{margin:-.25rem !important}.mt-xx-n1,.my-xx-n1{margin-top:-.25rem !important}.mr-xx-n1,.mx-xx-n1{margin-right:-.25rem !important}.mb-xx-n1,.my-xx-n1{margin-bottom:-.25rem !important}.ml-xx-n1,.mx-xx-n1{margin-left:-.25rem !important}.m-xx-n2{margin:-.5rem !important}.mt-xx-n2,.my-xx-n2{margin-top:-.5rem !important}.mr-xx-n2,.mx-xx-n2{margin-right:-.5rem !important}.mb-xx-n2,.my-xx-n2{margin-bottom:-.5rem !important}.ml-xx-n2,.mx-xx-n2{margin-left:-.5rem !important}.m-xx-n3{margin:-1rem !important}.mt-xx-n3,.my-xx-n3{margin-top:-1rem !important}.mr-xx-n3,.mx-xx-n3{margin-right:-1rem !important}.mb-xx-n3,.my-xx-n3{margin-bottom:-1rem !important}.ml-xx-n3,.mx-xx-n3{margin-left:-1rem !important}.m-xx-n4{margin:-1.5rem !important}.mt-xx-n4,.my-xx-n4{margin-top:-1.5rem !important}.mr-xx-n4,.mx-xx-n4{margin-right:-1.5rem !important}.mb-xx-n4,.my-xx-n4{margin-bottom:-1.5rem !important}.ml-xx-n4,.mx-xx-n4{margin-left:-1.5rem !important}.m-xx-n5{margin:-3rem !important}.mt-xx-n5,.my-xx-n5{margin-top:-3rem !important}.mr-xx-n5,.mx-xx-n5{margin-right:-3rem !important}.mb-xx-n5,.my-xx-n5{margin-bottom:-3rem !important}.ml-xx-n5,.mx-xx-n5{margin-left:-3rem !important}.m-xx-auto{margin:auto !important}.mt-xx-auto,.my-xx-auto{margin-top:auto !important}.mr-xx-auto,.mx-xx-auto{margin-right:auto !important}.mb-xx-auto,.my-xx-auto{margin-bottom:auto !important}.ml-xx-auto,.mx-xx-auto{margin-left:auto !important}}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 1024px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1310px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media (min-width: 1500px){.m-xxl-0{margin:0 !important}.mt-xxl-0,.my-xxl-0{margin-top:0 !important}.mr-xxl-0,.mx-xxl-0{margin-right:0 !important}.mb-xxl-0,.my-xxl-0{margin-bottom:0 !important}.ml-xxl-0,.mx-xxl-0{margin-left:0 !important}.m-xxl-1{margin:.25rem !important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem !important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem !important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem !important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem !important}.m-xxl-2{margin:.5rem !important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem !important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem !important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem !important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem !important}.m-xxl-3{margin:1rem !important}.mt-xxl-3,.my-xxl-3{margin-top:1rem !important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem !important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem !important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem !important}.m-xxl-4{margin:1.5rem !important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem !important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem !important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem !important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem !important}.m-xxl-5{margin:3rem !important}.mt-xxl-5,.my-xxl-5{margin-top:3rem !important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem !important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem !important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem !important}.p-xxl-0{padding:0 !important}.pt-xxl-0,.py-xxl-0{padding-top:0 !important}.pr-xxl-0,.px-xxl-0{padding-right:0 !important}.pb-xxl-0,.py-xxl-0{padding-bottom:0 !important}.pl-xxl-0,.px-xxl-0{padding-left:0 !important}.p-xxl-1{padding:.25rem !important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem !important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem !important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem !important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem !important}.p-xxl-2{padding:.5rem !important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem !important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem !important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem !important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem !important}.p-xxl-3{padding:1rem !important}.pt-xxl-3,.py-xxl-3{padding-top:1rem !important}.pr-xxl-3,.px-xxl-3{padding-right:1rem !important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem !important}.pl-xxl-3,.px-xxl-3{padding-left:1rem !important}.p-xxl-4{padding:1.5rem !important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem !important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem !important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem !important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem !important}.p-xxl-5{padding:3rem !important}.pt-xxl-5,.py-xxl-5{padding-top:3rem !important}.pr-xxl-5,.px-xxl-5{padding-right:3rem !important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem !important}.pl-xxl-5,.px-xxl-5{padding-left:3rem !important}.m-xxl-n1{margin:-.25rem !important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem !important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem !important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem !important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem !important}.m-xxl-n2{margin:-.5rem !important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem !important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem !important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem !important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem !important}.m-xxl-n3{margin:-1rem !important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem !important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem !important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem !important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem !important}.m-xxl-n4{margin:-1.5rem !important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem !important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem !important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem !important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem !important}.m-xxl-n5{margin:-3rem !important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem !important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem !important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem !important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto !important}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.margin-bottom-8{margin-bottom:8px !important}.margin-bottom-16{margin-bottom:16px !important}.margin-bottom-40{margin-bottom:40px !important}@media (max-width: 1023.98px){.mobile-margin-bottom-0{margin-bottom:0 !important}.mobile-margin-16{margin-bottom:16px !important}}@media (max-width: 1023.98px){.mobile-padding-bottom-0{padding-bottom:0 !important}.mobile-padding-16{padding-bottom:16px !important}.mobile-padding-bottom-40{padding-bottom:40px !important}}@media (max-width: 1023.98px){.mobile-space-bottom-0{margin-bottom:0 !important;padding-bottom:0 !important}.mobile-space-16{padding-bottom:16px !important}}.language-popup__switcher-button{background-color:transparent;border:none;display:flex;align-items:center;gap:0.5rem;cursor:pointer}.language-popup__switcher-button:focus{outline:none}.language-popup__wrapper{padding:2rem 2.5rem;border-radius:.25rem;width:90vw;max-height:75vh;border:none}.language-popup__wrapper::backdrop{opacity:0.4;background-color:#000}@media only screen and (max-width: 769px){.language-popup__wrapper{padding:1.5rem;width:100vw;max-height:none;height:100vh;max-width:none;max-height:none}}.language-popup__top{margin-bottom:2rem;position:relative;display:flex;align-items:center;color:#000215}@media only screen and (max-width: 769px){.language-popup__top{padding:1.5rem;position:fixed;top:0;left:0;width:100vw;background-color:#fff;flex-direction:column}}.language-popup__top .flag-current{margin-right:.75rem;width:2rem;height:1.25rem;object-fit:cover;border-radius:.25rem}@media only screen and (max-width: 769px){.language-popup__top .flag-current{margin-left:auto}}.language-popup__select-text{margin-right:1rem;font-size:2.125rem;font-weight:900}@media only screen and (max-width: 769px){.language-popup__select-text{font-size:1.4375rem;align-self:flex-start}}.language-popup__currently{font-size:1rem;margin-right:.875rem}.language-popup__current-name{font-size:1rem}.language-popup__close-button{border:none;background-color:transparent;margin:-2rem -1.5rem 0 auto}.language-popup__close-button:focus{outline:none}@media only screen and (max-width: 769px){.language-popup__close-button{position:absolute;margin:0;right:1rem;top:1rem}}@media only screen and (max-width: 769px){.language-popup__current-wrapper{display:flex;width:100%}}.language-popup__search-wrapper{margin-block:1.5rem;position:relative;width:100%}.language-popup__search-wrapper input{padding:.875rem 3rem .875rem 1rem;border:1px solid #C8D1DA;border-radius:.1875rem;width:100%}.language-popup__search-wrapper input:focus{outline:none}.language-popup__search-wrapper .search-icon,.language-popup__search-wrapper .clear-button{display:none;position:absolute;top:50%;right:1rem;transform:translateY(-50%);width:1.5rem;height:1.5rem;color:#C8D1DA}.language-popup__search-wrapper .search-icon.visible,.language-popup__search-wrapper .clear-button.visible{display:block}@media only screen and (min-width: 770px){.language-popup__search-wrapper{display:none}}.language-popup__region-name{font-size:1rem;text-transform:uppercase;color:#000215}.language-popup__region-name:not(:first-child){margin-top:2.5rem}@media only screen and (min-width: 770px){.language-popup__region-name.hidden{display:none}}@media only screen and (max-width: 769px){.language-popup__region-name{margin-bottom:1rem;padding:0.5rem 1.5rem;width:100vw;margin-left:-1.5rem;background-color:#00053E;color:#fff}}@media only screen and (max-width: 769px){.language-popup .country-region{padding-top:12.5rem}}.language-popup .region ul{padding:0;display:grid;grid-template-columns:repeat(4, 1fr);row-gap:0.5rem;column-gap:3rem;list-style:none}@media only screen and (max-width: 1080px){.language-popup .region ul{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 769px){.language-popup .region ul{grid-template-columns:1fr}}.language-popup .region ul li.country{padding:11px 0;display:flex;align-items:center;gap:1rem}@media only screen and (max-width: 769px){.language-popup .region ul li.country.hidden{display:none}}.language-popup .region ul li.country:hover::after{content:"";display:block;width:1rem;height:1rem;flex:0 0 1rem;background-image:url(../images/arrow.svg);background-repeat:no-repeat;background-position:right}.language-popup .region ul li.country a{color:#00053E;text-decoration:none;display:flex;align-items:center;gap:1rem}.language-popup .region ul li.country a:hover{color:#1E2C92;text-decoration:underline}.language-popup .region ul li.country a .country-name{display:flex;flex-wrap:wrap;flex-shrink:1}.language-popup .region ul li.country a .flag{width:2rem;flex:0 0 2rem}.language-popup .region ul li.country a strong,.language-popup .region ul li.country a .english-name{white-space:nowrap}.c-button-lnk{position:relative;padding-right:31px;color:#00053e;background:url(../images/arrow_right.svg) no-repeat right center/auto auto;transition:all 0.2s ease-in-out}.c-button-lnk:hover{color:#d71920}@media (max-width: 1309.98px){.home .c-site-header{background-color:transparent}}@media (min-width: 1024px){.home .c-site-header .social-links__item svg path{fill:#232b64}.home .c-site-header__logo-text::before{border-left:1px solid #232b64}.home .c-site-header__logo-text svg path:not(:last-child){fill:#232b64}.home .c-site-header__logo-text svg#years-25 path{fill:#232b64}.home .c-site-header__logo-text svg#years-25 path.years-red-element{fill:#c4261d}}.home .c-site-header--sticked{background-color:#fff}.c-site-header{position:fixed;top:0;left:0;z-index:99;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;transition:all 0.2s ease-in-out}@media (min-width: 1024px){.c-site-header{justify-content:flex-start;padding:32px 0 8px}}@media (max-width: 1309.98px){.c-site-header .row{align-items:center;justify-content:space-between;margin-right:0;margin-left:0}}@media (max-width: 1023.98px){.c-site-header{background-color:#00053e}}.c-site-header__search-form-wrapper{margin-right:auto;margin-left:25px}@media (max-width: 1023.98px){.c-site-header__search-form-wrapper{display:none}}.c-site-header .social-links__item svg path{fill:#fff}.c-site-header__mobile-search{display:none}.c-site-header .top-bar{display:none;align-items:center;justify-content:center;width:100%;height:35px}@media (min-width: 1024px){.c-site-header .top-bar{display:flex;justify-content:flex-end}}.c-site-header .top-bar__container{display:flex;align-items:center;justify-content:space-between}.c-site-header .top-bar__title{margin-bottom:0;padding:8px 0;color:#fff;font-weight:600;font-size:12px;line-height:1.4;opacity:0.5}.c-site-header .top-bar__menu{display:flex;gap:33px}.c-site-header .top-bar__link{position:relative;display:flex;align-items:center;color:#fff;font-size:12px;line-height:1.6;transition:opacity 0.3s ease}.c-site-header .top-bar__link:hover{opacity:0.7}.c-site-header .top-bar__link:not(:last-child)::after{position:relative;left:16px;display:inline-block;width:1px;height:12px;background-color:rgba(255,255,255,0.1);content:""}.c-site-header .top-bar__link--icon::before{width:16px;height:16px;margin-right:4px;background:url(../images/lock-icon-white.svg);background-repeat:no-repeat;background-position:center;background-size:contain;content:""}.c-site-header .top-bar--dark .top-bar__title{color:#000215;opacity:0.4}.c-site-header .top-bar--dark .top-bar__link{color:#000215}.c-site-header .top-bar--dark .top-bar__link:not(:last-child)::after{background-color:#f0f0f4}.c-site-header .top-bar--dark .top-bar__link--icon::before{background:url(../images/lock-icon.svg)}.c-site-header__logo-link{display:flex;flex-shrink:0;align-items:center;height:auto}@media (max-width: 1023.98px){.c-site-header__logo-link{margin-left:-25px;scale:0.85}}.c-site-header__logo-text{position:relative;margin-left:20px;padding-left:24px}.c-site-header__logo-text::before{position:absolute;top:50%;left:0;width:0;height:56px;border-left:1px solid #fff;transform:translateY(-50%);content:""}.c-site-header__logo-text svg path:not(:last-child){fill:#fff}.c-site-header__logo-text svg#years-25 path{fill:#fff}.c-site-header__logo{display:block;width:auto;height:50px}.c-site-header__search-toggle{width:32px;height:32px;margin-left:auto;padding:0;border:0;background-color:transparent}.c-site-header__search-toggle svg path{fill:#fff}@media (min-width: 1024px){.c-site-header__search-toggle{display:none}}.c-site-header__toggle{position:relative;flex-shrink:0;width:21px;height:21px;margin-right:12px;margin-left:12px;padding:0;border:0;background:transparent}.c-site-header__toggle:focus{outline:none}@media (min-width: 1024px){.c-site-header__toggle{display:none}}.c-site-header__toggle-stick{position:relative;top:0;display:block;width:100%;height:3px;margin-bottom:4px;background:#fff;opacity:1;transition:0.5s all ease-in-out}.c-site-header__toggle-stick--third{margin-bottom:0}.isOpen .c-site-header__toggle-stick{width:120%;height:2px;background:#d71920}.isOpen .c-site-header__toggle-stick--first{top:6px;transform:rotate(45deg)}.isOpen .c-site-header__toggle-stick--second{opacity:0}.isOpen .c-site-header__toggle-stick--third{top:-6px;transform:rotate(-45deg)}.c-site-header--no-bg .social-links__item svg path,.c-site-header.isOpen .social-links__item svg path{fill:#232b64}.c-site-header--no-bg .c-site-header__search-form-mobile svg path:not(:last-child),.c-site-header.isOpen .c-site-header__search-form-mobile svg path:not(:last-child){stroke:#232b64}.c-site-header--no-bg .c-site-header__logo-text::before,.c-site-header.isOpen .c-site-header__logo-text::before{border-left:1px solid #232b64}.c-site-header--no-bg .c-site-header__logo-text svg path:not(:last-child),.c-site-header.isOpen .c-site-header__logo-text svg path:not(:last-child){fill:#232b64}.c-site-header--no-bg .c-site-header__logo-text svg#years-25 path,.c-site-header.isOpen .c-site-header__logo-text svg#years-25 path{fill:#01204e}.c-site-header--no-bg .c-site-header__logo-text svg#years-25 path.years-red-element,.c-site-header.isOpen .c-site-header__logo-text svg#years-25 path.years-red-element{fill:#c4261d}.c-site-header--no-bg .c-site-header__search-toggle svg path,.c-site-header.isOpen .c-site-header__search-toggle svg path{fill:#232b64}.c-site-header--sticked{position:fixed;background:#fff;box-shadow:0 9px 9px 0 #0000001a}.c-site-header--sticked .c-site-header__search-toggle svg path{fill:#232b64}.c-site-header--sticked .c-site-header__search-form-mobile svg path{stroke:#232b64}.c-site-header--sticked .c-site-header__toggle-stick{background:#232b64}.c-site-header--sticked .asp_w.ajaxsearchpro.asp_non_compact>.probox{border:1px solid #c8d1da;box-shadow:none}.c-site-header--sticked .social-links__item svg path{fill:#232b64}.c-site-header--sticked .c-site-header__logo-text::before{border-left:1px solid #232b64}.c-site-header--sticked .c-site-header__logo-text svg path:not(:last-child){fill:#232b64}.c-site-header--sticked .c-site-header__logo-text svg#years-25 path{fill:#01204e}.c-site-header--sticked .c-site-header__logo-text svg#years-25 path.years-red-element{fill:#c4261d}.c-site-header--sticked .top-bar .top-bar__title{color:#000215;opacity:0.4}.c-site-header--sticked .top-bar .top-bar__link{color:#000215}.c-site-header--sticked .top-bar .top-bar__link:not(:last-child)::after{background-color:#f0f0f4}.c-site-header--sticked .top-bar .top-bar__link--icon::before{background:url(../images/lock-icon.svg)}.c-site-header--sticked #language-dropdown .dropbtn-lang::after{background:url(../images/caret-blue-down.svg) no-repeat center center/auto auto;filter:none}.c-site-header--sticked #language-dropdown .dropbtn-lang__code{color:#000215}@media (max-width: 1309.98px){.c-site-header.isOpen{position:fixed;border-bottom:1px solid #f0f0f4;background:#fff;box-shadow:0 9px 9px 0 #0000001a}.c-site-header.isOpen .c-site-header__toggle-stick{background:#232b64}.c-site-header.isOpen .asp_w.ajaxsearchpro.asp_non_compact>.probox{border:1px solid #c8d1da;box-shadow:none}}.c-site-header__box{display:flex;align-items:center;justify-content:space-between;width:100%;height:70px}@media (min-width: 768px){.c-site-header__box{padding:0 15px}}.c-site-header__box div.asp_w.ajaxsearchpro.asp_non_compact{max-width:300px;margin-left:20px}@media screen and (max-width: 1169px){.c-site-header__box div.asp_w.ajaxsearchpro.asp_non_compact{max-width:250px}}@media (max-width: 1023.98px){.c-site-header__box div.asp_w.ajaxsearchpro.asp_non_compact{max-width:191px;margin:0 20px !important}}@media (min-width: 1024px){.c-site-header__menus-wrapper{flex-shrink:0}}.c-site-header__menu{display:flex;flex-grow:1;align-items:center;justify-content:flex-end}@media (min-width: 1024px){.c-site-header__menu{flex-shrink:0}}@media (max-width: 1023.98px){.c-site-header__menu{position:absolute;top:calc(100% + 1px);left:0;flex-direction:column;justify-content:flex-start;width:100%;height:calc(100vh - 90px);padding:0px;overflow-x:hidden;overflow-y:auto;background-color:#fff;visibility:hidden;opacity:0;transition:0.5s all ease-in-out}.c-site-header__menu.active{visibility:visible;opacity:1}}.c-site-header.c-site-header--no-bg .c-site-header__toggle-stick{background:#232b64}@media (max-width: 1023.98px){.c-site-header.c-site-header--no-bg{background-color:#fff}}.c-site-header.c-site-header--no-bg .asp_w.ajaxsearchpro.asp_non_compact>.probox{border:1px solid #c8d1da;box-shadow:none}@media (max-width: 1023.98px){.c-site-header .c-right-section{display:flex;flex-direction:column;width:100%;margin-top:auto}}.c-site-header .c-right-section__icons{display:flex;align-items:center}@media (max-width: 1023.98px){.c-site-header .c-right-section__icons{flex-direction:row;justify-content:space-between;padding:16px 16px 16px 10px}}@media (min-width: 768px){.c-site-header .c-right-section__icons .social-links{display:none}}.c-site-header .c-right-section__extra-menu{display:none}@media (max-width: 1023.98px){.c-site-header .c-right-section__extra-menu{display:flex;flex-direction:column;padding:0 16px;background-color:#f7f9fc}}.c-site-header .c-right-section__extra-menu .extra-menu__title{padding:16px 0;border-top:1px solid #f0f0f4}.c-site-header .c-right-section__extra-menu .extra-menu__title p{margin-bottom:0;color:#000215;font-weight:600;font-size:14px;line-height:1.6;opacity:0.4}.c-site-header .c-right-section__extra-menu .extra-menu__menu{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:16px 0}.c-site-header .c-right-section__extra-menu .extra-menu__link{color:#1e2c92;font-weight:600;font-size:16px;line-height:1.6}.c-site-header .c-right-section__extra-menu .extra-menu__link--icon{display:flex;align-items:center}.c-site-header .c-right-section__extra-menu .extra-menu__link--icon::before{width:20px;height:20px;margin-right:4px;background:url(../images/lock-icon.svg);background-repeat:no-repeat;background-position:center;background-size:contain;content:""}.single-post .c-site-header{background-color:transparent}@media (max-width: 1023.98px){.single-post .c-site-header{background-color:#222a68}}body.logged-in .c-site-header{top:32px}@media (max-width: 1023.98px){body.logged-in .c-site-header__menu{height:calc(100vh - 122px)}}body.logged-in .c-site-header.c-site-header--sticked{top:32px}@media screen and (max-width: 782px){body.logged-in .c-site-header{top:46px}body.logged-in .c-site-header.c-site-header--sticked{top:46px}body.logged-in .c-site-header__menu{height:calc(100vh - 136px)}}@media screen and (max-width: 600px){body.logged-in .c-site-header{top:46px}body.logged-in .c-site-header.c-site-header--sticked{top:0px}body.logged-in .c-site-header.c-site-header--sticked .c-site-header__menu{height:calc(100vh - 90px)}}#language-dropdown .dropbtn-lang{z-index:2;display:flex;gap:6px;align-items:center;border:none;background:none;cursor:pointer}@media (max-width: 1023.98px){#language-dropdown .dropbtn-lang{margin:0}}#language-dropdown .dropbtn-lang::after{display:inline-block;width:16px;height:8px;background:url(../images/caret_line_icon_bottom.svg) no-repeat center center/auto auto;filter:brightness(0) invert(1);transition:transform 0.2s ease;content:""}#language-dropdown .dropbtn-lang.show::after{transform:rotate(180deg);filter:none}#language-dropdown .dropbtn-lang__flag{width:23px;height:16px;border:1px solid #c8d1da;object-fit:cover;object-position:center;pointer-events:none}#language-dropdown .dropbtn-lang__code{color:#fff;pointer-events:none}#language-dropdown .dropbtn-lang.show .dropbtn-lang__code{color:#000215}#language-dropdown.dropdown--dark .dropbtn-lang::after{background:url(../images/caret-blue-down.svg) no-repeat center center/auto auto;filter:none}#language-dropdown.dropdown--dark .dropbtn-lang__code{color:#000215}#language-dropdown .dropbtn-lang:focus{outline:none}#language-dropdown{position:relative;display:flex;flex-wrap:wrap;align-items:center;margin-left:0px}@media (min-width: 1024px){#language-dropdown{right:-6px;width:100%}}#language-dropdown .dropdown-content-language{position:absolute;z-index:1;display:none;overflow:auto;box-shadow:0px 10px 10px 0px rgba(0,0,0,0.15)}#language-dropdown .dropdown-content-language.show{top:-5px;left:-10px;display:flex;flex-direction:column;gap:3px;align-items:flex-start;width:100%;padding:30px 9px 6px;background-color:#eef1f3}@supports (-webkit-touch-callout: none){#language-dropdown .dropdown-content-language.show{left:-5px}}@media (min-width: 1024px){#language-dropdown .dropdown-content-language.show{left:50%;transform:translate(-50%)}}@media (max-width: 1023.98px){#language-dropdown .dropdown-content-language.show{left:0px;padding:10px 10px 10px;transform:translateY(-100%)}}#language-dropdown .dropdown-content-language.show a{display:flex;gap:6px;align-items:center;justify-content:flex-start;transition:opacity 0.3s ease}#language-dropdown .dropdown-content-language.show a:hover{opacity:0.7}#language-dropdown .dropdown-content-language.show span{font-size:14px}#language-dropdown .dropdown-content-language.show img{width:20px;height:14px;border:1px solid #c8d1da;object-fit:cover;object-position:center}#language-dropdown .dropdown-content-language.show--no-bg{position:fixed;background-color:transparent}#lang-switch{position:relative;display:flex;margin-left:4px}@media (max-width: 1023.98px){#lang-switch{margin-left:0}}.page-template-page-gutenberg-page h1::after{position:relative;bottom:-2px;left:2px;display:inline-block;width:0.5rem;height:0.5rem;background-color:red;content:""}@media (max-width: 1023.98px){.page-template-page-gutenberg-page h1::after{bottom:0;width:0.3rem;height:0.3rem}}div.asp_w.ajaxsearchpro.asp_non_compact{width:300px;margin-left:20px}div.asp_w.ajaxsearchpro.asp_non_compact>.probox{height:45px;margin:0 !important;border:0;border-radius:3px;box-shadow:none}div.asp_w.ajaxsearchpro.asp_non_compact>.probox>.promagnifier{order:11;float:right;width:45px;height:45px;border:0 solid #000;border-radius:0;background-repeat:no-repeat;background-position:center center;background-size:100% 100%;box-shadow:0 0 0 0 rgba(255,255,255,0.61);cursor:pointer}div.asp_w.ajaxsearchpro.asp_non_compact>.probox>.promagnifier .innericon{width:45px;height:45px}div.asp_w.ajaxsearchpro.asp_non_compact>.probox>.proinput{-webkit-flex-grow:1;flex-grow:1;-webkit-order:5;order:5;color:#222;font-weight:normal;font-size:14px;font-family:inherit;line-height:normal;text-shadow:none}div.asp_w.ajaxsearchpro.asp_non_compact>.probox>.proinput input.orig{position:relative;z-index:2;width:100%;height:45px;margin:0 0 0 -4px !important;padding:0 !important;padding-top:2px !important;border:0;color:#222;font-weight:normal;font-size:14px;font-family:inherit;line-height:normal;text-shadow:none;background:transparent !important;box-shadow:none}div.vertical.ajaxsearchpro.wpdreams_asp_sc{position:absolute !important;top:51px !important;z-index:1;width:600px !important;max-width:100%;margin:12px 0 0 0;padding:4px !important;border:1px solid #cdcdcd;border-radius:0 0 3px 3px;background:#fff;box-shadow:none}div.vertical.ajaxsearchpro.wpdreams_asp_sc .asp_content{width:auto;height:auto;margin:0;padding:8px;overflow:hidden;background:transparent}div.vertical.ajaxsearchpro.wpdreams_asp_sc .results{position:relative;max-height:331px}@media (max-width: 1023.98px){div.vertical.ajaxsearchpro.wpdreams_asp_sc .results{max-height:80vh !important}}@media (max-height: 640px){div.vertical.ajaxsearchpro.wpdreams_asp_sc .results{max-height:80vh !important}}@media (max-height: 550px){div.vertical.ajaxsearchpro.wpdreams_asp_sc .results{max-height:60vh !important}}div.vertical.ajaxsearchpro.wpdreams_asp_sc .results .asp_group_header{position:relative;z-index:1000;flex-grow:1;min-width:90%;margin:10px 0 -3px;padding:7px 0 7px 10px;border-top:1px solid #f8f8f8;border-right:1px solid #f8f8f8;border-left:1px solid #f8f8f8;border-radius:3px 3px 0 0;color:#222a68;font-weight:bold;font-size:11px;font-family:inherit;line-height:13px;text-shadow:none;background:#f6f6f6}div.vertical.ajaxsearchpro.wpdreams_asp_sc .results .asp_group_header .asp_content{width:auto;height:auto;margin:0;padding:8px;overflow:hidden;background:transparent}div.vertical.ajaxsearchpro.wpdreams_asp_sc .results .asp_image{width:50px;height:50px;max-height:6vh;margin:2px 8px 0 0;background-repeat:no-repeat !important;background-size:contain !important}@media (min-height: 551px){div.vertical.ajaxsearchpro.wpdreams_asp_sc .results .asp_image{max-height:40px}}@media (min-height: 630px){div.vertical.ajaxsearchpro.wpdreams_asp_sc .results .asp_image{max-height:100%}}div.vertical.ajaxsearchpro.wpdreams_asp_sc .results h3{display:inline;margin:0;padding:0;color:#000;font-weight:normal;font-size:13px;font-family:inherit;line-height:16px;text-shadow:none}div.vertical.ajaxsearchpro.wpdreams_asp_sc .results h3 a{display:block;margin:0;padding:0;color:#000;font-weight:normal;font-size:13px;font-family:inherit;line-height:16px;text-shadow:none}div.vertical.ajaxsearchpro.wpdreams_asp_sc .results .item{height:70px !important;background:#fff}@media (max-width: 1023.98px){div.vertical.ajaxsearchpro.wpdreams_asp_sc .results .item{height:11vh !important}}div.vertical.ajaxsearchpro.wpdreams_asp_sc .results .item::after{position:absolute;bottom:0;display:block;width:100%;height:1px;background:#ccc;content:""}div.vertical.ajaxsearchpro.wpdreams_asp_sc span.highlighted{color:#d9312b;font-weight:bold;background-color:#eee}div.vertical.ajaxsearchpro.wpdreams_asp_sc p.showmore{margin:5px 0 0;color:#222a68;font-weight:normal;font-size:12px;font-family:inherit;line-height:15px;text-align:center;text-shadow:none}div.vertical.ajaxsearchpro.wpdreams_asp_sc p.showmore a{display:block;margin:0 auto;padding:10px 5px;color:#222a68;font-weight:normal;font-size:12px;font-family:inherit;line-height:15px;text-align:center;text-shadow:none;background:#fff}div.asp_m.ajaxsearchpro .probox .promagnifier,div.asp_m.ajaxsearchpro .probox .proclose,div.asp_m.ajaxsearchpro .probox .proloading{position:absolute !important;top:50%;right:0;width:45px !important;height:45px !important;transform:translateY(-50%)}div.asp_m.ajaxsearchpro .probox .proclose svg{background:#333;box-shadow:0 0 0 2px rgba(255,255,255,0.9);fill:#fefefe}#ajaxsearchpro1_1 .probox,#ajaxsearchpro1_2 .probox,div.asp_m.asp_m_1 .probox{margin:0 !important}div.asp_r.asp_r_1.vertical{width:auto !important;min-width:600px;max-width:600px}@media (max-width: 1023.98px){.c-site-header div.vertical.ajaxsearchpro.wpdreams_asp_sc{top:78px !important;left:0 !important;z-index:99999;width:100% !important;margin:0;padding:0 !important;border:none !important;overflow:visible}.c-site-header div.vertical.ajaxsearchpro.wpdreams_asp_sc:before{position:fixed;left:0;display:block;width:100%;height:100vh;background:#000215;opacity:0.3;content:""}.c-site-header div.vertical.ajaxsearchpro.wpdreams_asp_sc:not(.scrolled):after{position:absolute;bottom:0;display:block;width:100%;height:8vh;background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 10%, #fff 95%);content:""}.c-site-header div.vertical.ajaxsearchpro.wpdreams_asp_sc .results{padding:4px;background-color:#fff}div#ajaxsearchprores1_1{top:78px !important;left:0 !important;z-index:999;width:100% !important;padding:0 !important;border:0 !important;border-bottom:1px solid #ddd !important;box-shadow:0 40px 40px 20px rgba(0,0,0,0.2) !important}#ajaxsearchpro1_1 input{height:40px !important;font-size:14px !important}#ajaxsearchpro1_1 .probox .promagnifier div.innericon,#ajaxsearchpro1_2 .probox .promagnifier div.innericon,div.asp_m.asp_m_1 .probox .promagnifier div.innericon{height:40px !important}div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg,div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg,div.asp_m.ajaxsearchpro .probox .proloading svg{width:18px !important}#ajaxsearchpro1_1 .probox .proinput input.autocomplete,#ajaxsearchpro1_2 .probox .proinput input.autocomplete,div.asp_m.asp_m_1 .probox .proinput input.autocomplete{top:5px;font-size:14px !important}#ajaxsearchpro1_1 .probox .proinput input.orig:-webkit-input-placeholder{font-size:14px !important}div.asp_m.ajaxsearchpro .probox .proinput input,div.asp_m.ajaxsearchpro .probox .proinput input::placeholder{font-size:13px !important}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-content{width:90vw}.mfp-iframe-holder .mfp-content{max-width:1000px}.mfp-wrap{z-index:9999999999}.mfp-bg{background:#fff}.mfp-overflow-hidden{overflow:hidden !important}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{top:-40px;right:0;width:30px;height:30px;padding-right:0;border:1px solid #fff;border-radius:50%;font-size:0;background-color:transparent;opacity:1}.mfp-image-holder .mfp-close::before,.mfp-image-holder .mfp-close::after,.mfp-iframe-holder .mfp-close::before,.mfp-iframe-holder .mfp-close::after{position:absolute;top:50%;left:50%;display:block;width:60%;height:1px;background:#fff;content:""}.mfp-image-holder .mfp-close::before,.mfp-iframe-holder .mfp-close::before{transform:translate(-50%, -50%) rotate(45deg)}.mfp-image-holder .mfp-close::after,.mfp-iframe-holder .mfp-close::after{transform:translate(-50%, -50%) rotate(-45deg)}.mfp-iframe-holder .mfp-close{top:-30px}.mfp-figure::after{background-color:rgba(0,0,0,0);box-shadow:none}img.mfp-img{max-height:80vh !important}.mfp-zoom-container{overflow:hidden;position:relative;display:inline-block;width:100%;height:100%}.mfp-zoom-container img.mfp-img{transition:transform 0.3s ease;transform-origin:center center;will-change:transform}form.c-product-archive-filter.row{margin-bottom:20px}.c-search-form{position:relative;width:100%;padding:0 10px}@media (min-width: 1024px){.c-search-form{width:200px;margin-left:25px;padding:0}}@media (min-width: 1310px){.c-search-form{width:220px;margin-left:25px}}.c-search-form__input{width:100%;height:28px;padding-right:39px;padding-left:14px;border:1px solid #c8d1da;border-radius:14px;font-size:12px}@media (min-width: 1024px){.c-search-form__input{height:47px;padding-right:47px;border-radius:10px;font-size:14px}}.c-search-form__input::-webkit-input-placeholder{color:#00053e}.c-search-form__input:-moz-placeholder{color:#00053e}.c-search-form__input::-moz-placeholder{color:#00053e}.c-search-form__input:-ms-input-placeholder{color:#00053e}.c-search-form__input--sticked{border-color:#d71920}.c-search-form__submit{position:absolute;top:0;right:10px;z-index:2;width:48px;height:100%;padding-right:10px;border:0;border-radius:0 14px 14px 0;background:url(../images/search_icon.svg) no-repeat center center/auto 50%}@media (min-width: 1024px){.c-search-form__submit{padding-right:18px}}.form-control,.comments-area textarea,.comments-area input[type="text"],.comments-area input[type="email"],.basic-form__input{position:relative;z-index:2;height:48px;padding:3px 15px;padding-top:14px;border-radius:3px;color:#111;font-weight:500;font-size:15px;background-color:transparent}.form-control:focus,.comments-area textarea:focus,.comments-area input:focus[type="text"],.comments-area input:focus[type="email"],.basic-form__input:focus{background:none}.form-control.wpcf7-not-valid,.comments-area textarea.wpcf7-not-valid,.comments-area input.wpcf7-not-valid[type="text"],.comments-area input.wpcf7-not-valid[type="email"],.wpcf7-not-valid.basic-form__input{border-color:#dc3232}#os-check{display:block;width:100%}#os-check.rights{margin-top:15px;margin-bottom:20px;color:#000;font-size:14px;line-height:20px;text-align:left}@media (max-width: 767.98px){#os-check.rights{margin-bottom:6px;font-size:12px;line-height:18px}}#os-check.rights .rights-head{margin-bottom:16px;font-size:14px}@media (max-width: 767.98px){#os-check.rights .rights-head{font-size:12px}}#os-check.rights .rights-required{color:#d57e74;font-size:16px}#os-check.rights .rights-group{position:relative;text-decoration:underline;cursor:pointer}#os-check.rights .rights-group__list{position:absolute;bottom:0;left:50%;z-index:1;display:none;width:202px;margin:0;padding:8px 10px;border-radius:3px;font-size:12px;line-height:17px;list-style:none;background-color:#fff;box-shadow:0px 0px 15px rgba(0,0,0,0.15);transform:translate(-50%, 100%);cursor:default}#os-check.rights .rights-group__list li{margin:0}#os-check.rights .rights-group__list li:before{display:none}#os-check.rights .rights-group:hover{cursor:pointer}#os-check.rights .rights-group:hover .rights-group__list{display:block}#os-check.rights label{position:relative;display:flex;font-size:inherit;opacity:1}#os-check.rights label:hover{cursor:pointer}#os-check.rights label input{position:relative;bottom:-4px;flex:0 0 18px;width:15px;margin-right:10px;opacity:0}#os-check.rights label input ~ span::after{position:absolute;top:3px;left:2px;width:16px;height:6px;border-bottom:2px solid #cc1a24;border-left:2px solid #cc1a24;transform:translateY(50%) rotate(-51deg);opacity:0;content:""}#os-check.rights label input ~ span::before{position:absolute;top:2px;left:0;width:18px;height:18px;border:1px solid #ced4da;background-color:#fff;content:""}#os-check.rights label input:checked ~ span::after{opacity:1}#os-check.rights label input.required ~ span .c-product-form__label-icon,#os-check.rights label input.required ~ span .required-icon{margin-right:2px;margin-left:0}#os-check.rights label input.required ~ span::before{position:absolute;top:3px;left:0;color:#d57e74;font-weight:normal;font-size:14px;font-family:Roboto;font-style:normal;line-height:16px;content:""}#os-check.rights .wpcf7-list-item-label{color:#000215}#os-check.rights .wpcf7-list-item-label a:last-of-type{color:#00053e;font-weight:600;cursor:pointer}#os-check.rights .wpcf7-list-item-label a:last-of-type ~ span{display:none}#os-check.rights .wpcf7-list-item-label a:last-of-type ~ span.os-show{display:inline}#os-check.rights .show-more-dots{margin-left:-1px}#os-check.rights .show-more .show-more-dots{display:none}#os-check.rights button{padding:0;border:none;color:#1e2c92;font-weight:600;background-color:transparent}#os-check.rights button:focus{outline:none}#os-check.rights button.js-acceptance-show+span{display:none}#os-check.rights button.js-acceptance-hide{display:none}#os-check.rights button.more-label-small{color:#1e2c92;font-weight:600;font-size:12px}#os-check.rights span.wpcf7-form-control.wpcf7-acceptance{display:block;width:100%}#os-check.rights .wpcf7-list-item{width:100%;margin:0}#os-check.os-check-small{margin-bottom:8px}#os-check.os-check-small .wpcf7-list-item-label{font-size:12px}#os-check-all ~ .wpcf7-list-item-label{font-weight:600;cursor:pointer}.c-box-newsletter-new{margin-top:60px;background-color:#edf1f8}.c-box-newsletter-new .c-product-form__item{margin-bottom:0}.c-box-newsletter-new .c-product-form__item-bg{width:calc(100% - 10px)}@media (max-width: 1023.98px){.c-box-newsletter-new .c-product-form__item{margin-bottom:15px}}@media (max-width: 1023.98px){.c-box-newsletter-new .wpcf7 .form-control,.c-box-newsletter-new .wpcf7 .comments-area textarea,.comments-area .c-box-newsletter-new .wpcf7 textarea,.c-box-newsletter-new .wpcf7 .comments-area input[type="text"],.comments-area .c-box-newsletter-new .wpcf7 input[type="text"],.c-box-newsletter-new .wpcf7 .comments-area input[type="email"],.comments-area .c-box-newsletter-new .wpcf7 input[type="email"],.c-box-newsletter-new .wpcf7 .basic-form__input{margin-bottom:0;padding-top:14px}}@media (max-width: 1023.98px){.c-box-newsletter-new__counter{display:none}}.c-box-newsletter-new__heading{margin-bottom:15px;font-weight:400;font-size:38px}@media (max-width: 1023.98px){.c-box-newsletter-new__heading{margin-top:0;padding-top:40px}}.c-box-newsletter-new__block{padding:55px;padding-top:80px;border-radius:3px;text-align:center;background-color:#edf1f8}@media (max-width: 1023.98px){.c-box-newsletter-new__block{margin-bottom:0;padding:25px;text-align:left}}.c-box-newsletter-new__block>.wpcf7{width:80%;margin:0 auto}@media (max-width: 1023.98px){.c-box-newsletter-new__block>.wpcf7{width:100%}}.c-box-newsletter-new__block p{margin-bottom:40px;font-size:16px}.c-box-newsletter-new .rights{width:100%;margin-left:5px}.form-row{align-items:flex-start}.wpcf7-not-valid-tip{position:relative;bottom:0;z-index:2;width:100%;padding:5px 15px;border-radius:0 0 5px 5px;color:#fff;font-weight:600;font-size:11px;background-color:#dc3232}.wpcf7-not-valid-tip ~ .wpcf7-not-valid-tip{display:none}@media (max-width: 1023.98px){.wpcf7-not-valid-tip{position:relative;bottom:auto}}.wpcf7 .ajax-loader{display:none !important}.wpcf7-acceptance .wpcf7-list-item label *{cursor:pointer}div.asp_w.asp_r .resdrg{flex-wrap:nowrap;gap:0 12px;min-height:99px}@media (max-width: 1023.98px){div.asp_w.asp_r .resdrg{flex-wrap:wrap !important}}.c-site-header div.asp_w.asp_r .results .oskory-column{display:block;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;width:100%;break-after:column}.c-site-header div.asp_w.asp_r .results .oskory-column div.item{width:100% !important}@media (max-width: 767.98px){.c-site-header div.asp_w.asp_r .results .oskory-column div.item{width:100%}}.c-site-header div.asp_w.asp_r .results .asp_nores{text-align:left}.c-site-header div.asp_w.asp_r .results .asp_nores_header{display:block;width:100%;margin-bottom:5px}.c-site-header div.asp_w.asp_r .results .asp_nores .asp_keyword{display:inline-block;margin:5px 5px 5px 0;cursor:pointer}.c-site-header div.asp_w.asp_r .results .asp_nores .asp_keyword:last-child{margin-right:0px}.c-site-header div.asp_w.asp_r .results .asp_nores .asp_keyword:hover{color:#d71920}.asp_group_header{display:block}.search-results .col-md-4 a{padding:15px;border-radius:5px}.search-results .col-md-4 a h3{font-weight:normal;font-size:16px;line-height:normal}.search-results .full-posts{width:100%}.search-results__header{margin-bottom:0;font-weight:300;font-size:30px}@media (min-width: 1024px){.c-main-navigation{padding-right:20px}}@media (max-width: 1023.98px){.c-main-navigation{width:100%;max-height:64vh;overflow-y:auto}}.c-main-navigation__icon{display:none}.c-main-navigation__trigger{display:inline-block;width:12px;height:12px;border-right:2px solid #1e2c92;border-bottom:2px solid #1e2c92;transform:rotate(-45deg) translateY(0%);transition:all 0.2s ease-in-out}@media (min-width: 1024px){.c-main-navigation__trigger{position:absolute;top:calc(49px / 2);right:21px;display:none;width:12px;height:12px;border-right:2px solid #1e2c92;border-bottom:2px solid #1e2c92;transform:rotate(-45deg) translateY(-50%);transition:all 0.2s ease-in-out}}.c-main-navigation__trigger--active{transform:rotate(45deg) translateY(-50%)}.c-main-navigation__submenu{right:0;left:0;display:none;max-width:calc(1200px - 32px);margin-top:-1px;margin-right:auto;margin-left:auto;padding:0;padding-left:21px;border:0;list-style-type:none;box-shadow:0 0 30px 0 rgba(0,0,0,0.1)}@media (max-width: 1023.98px){.c-main-navigation__submenu{position:absolute;top:0;right:-200%;left:auto;z-index:9;width:100%;min-height:100%;margin:0;padding-left:0;background-color:#fff;transition:all 0.23s}}@media (min-width: 1024px){.c-main-navigation__submenu .c-main-navigation__submenu{display:none !important}}.c-main-navigation__submenu.show{right:0;display:block}@media (min-width: 1024px){.c-main-navigation__submenu .c-main-navigation__item{width:100%;max-width:calc(100% / 6);padding:0}}.c-main-navigation__submenu .c-main-navigation__icon{width:auto;max-width:50px;height:auto;max-height:40px;filter:grayscale(1);transition:0.2s}@media (min-width: 1024px){.c-main-navigation__submenu .c-main-navigation__icon{display:block;margin-bottom:10px}}@media (min-width: 1024px){.c-main-navigation__submenu .c-main-navigation__link{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:112px;border:0;border-radius:unset;color:#00053e;text-align:center}}@media (min-width: 1024px){.c-main-navigation__submenu .c-main-navigation__link:hover{color:#fff;background:#222a68}}.c-main-navigation__submenu .c-main-navigation__link:hover img{filter:brightness(0) invert(1)}@media (max-width: 1309.98px){.c-main-navigation__submenu .c-main-navigation__link.with-counter{display:flex;align-items:center}}@media (min-width: 1024px){.c-main-navigation__submenu{position:fixed;left:0;z-index:9999;flex-wrap:wrap;align-items:center;justify-content:flex-start;width:100%;padding:8px;background:#fff;box-shadow:0 9px 9px 0 rgba(0,0,0,0.1)}}.c-main-navigation__submenu::before{position:absolute;top:50%;left:50%;z-index:-1;width:calc(100% + 78px);height:calc(100% + 78px);background-color:transparent;transform:translate(-50%, -50%)}.c-main-navigation__close{position:absolute;top:-62px;right:2%;display:block;box-sizing:border-box;width:40px;height:40px;background-color:#222a68;cursor:pointer}.c-main-navigation__close::before,.c-main-navigation__close::after{position:absolute;top:50%;left:50%;display:block;width:80%;height:2px;background:#d71920;content:""}.c-main-navigation__close::before{transform:translate(-50%, -50%) rotate(-45deg)}.c-main-navigation__close::after{transform:translate(-50%, -50%) rotate(45deg)}@media (min-width: 1024px){.c-main-navigation__close{display:none}}.c-main-navigation__ul{margin-bottom:0;padding-left:0;list-style-type:none}@media (max-width: 1023.98px){.c-main-navigation__ul{order:1;width:100%;margin-bottom:0}}@media (min-width: 1024px){.c-main-navigation__ul{display:flex}}.c-main-navigation__counter{padding-left:8px;color:#000215;font-weight:600;font-size:14px;opacity:0.7}@media (min-width: 1024px){.c-main-navigation__counter{display:none}}@media (max-width: 1023.98px){.c-main-navigation__item{position:relative;margin-bottom:0;padding:12px 20px 12px 16px !important;border-bottom:1px solid #f0f0f4}}.c-main-navigation__item.js-submenu-label a{color:#000215;font-weight:400;pointer-events:none}.c-main-navigation__item.js-submenu-label a strong{padding-left:2px}.c-main-navigation__item.application-area-menu-section{display:none}@media (min-width: 1024px){.c-main-navigation__item{padding:8px 11px;border-radius:4px}.c-main-navigation__item.back-to-parent-item,.c-main-navigation__item .back,.c-main-navigation__item .js-submenu-label{display:none}}.c-main-navigation__item--has-childrens{position:relative}@media (min-width: 1024px){.c-main-navigation__item--has-childrens .c-main-navigation__item--has-childrens .c-main-navigation__link:after{display:none}}@media (max-width: 1309.98px){.c-main-navigation__item--has-childrens{position:static;display:flex;align-items:center;justify-content:space-between}}.c-main-navigation__item--has-childrens>a:hover::before{opacity:0}@media (min-width: 1024px){.c-main-navigation__item--has-childrens>a::after{display:inline-block;width:16px;height:8px;margin-left:5px;background:url(../images/caret_line_icon_bottom.svg) no-repeat center center/auto auto;filter:brightness(0) invert(1);content:""}}.c-main-navigation__item--has-childrens.active{border-color:#d71920;background:#d71920}.c-main-navigation__item--has-childrens.active a::before{opacity:0}@media (min-width: 1024px){.c-main-navigation__item--has-childrens.active::after{position:absolute;bottom:-19px;left:50%;z-index:999999;display:block;width:0;height:0;border-right:6px solid transparent;border-bottom:6px solid #f0f0f4;border-left:6px solid transparent;transform:translateX(-50%)}}@media (min-width: 1024px){.c-main-navigation__item--has-childrens.active>a{color:#fff !important}}@media (max-width: 1309.98px){.c-main-navigation__item.bold a{font-weight:bold}}.c-main-navigation__link{color:#fff;font-size:16px;transition:all 0.2s ease-in-out}@media screen and (max-width: 1169px){.c-main-navigation__link{padding:12px 6px}}@media (max-width: 1023.98px){.c-main-navigation__link{padding:0;color:#1e2c92;font-weight:600;font-size:18px;line-height:1.4}}@media (min-width: 1024px){.c-main-navigation__link:hover,.c-main-navigation__link--active{border-color:rgba(255,255,255,0.7);color:#fff;background-color:rgba(255,255,255,0.05)}}.c-main-navigation__link--active{font-weight:700;text-align:center}@media (min-width: 1024px){.c-main-navigation__link--active{position:relative}.c-main-navigation__link--active:before{position:absolute;bottom:-4px;left:0;width:100%;height:1px;background-color:#1e2c92;content:""}}.c-main-navigation--sticked{color:#1e2c92}@media (min-width: 1024px){.c-main-navigation--sticked .c-main-navigation__item--has-childrens>a{color:#000215}.c-main-navigation--sticked .c-main-navigation__item--has-childrens>a::after{background:url(../images/caret-blue-down.svg) no-repeat center center/auto auto;filter:none}.c-main-navigation--sticked .c-main-navigation__item--has-childrens>a:hover>a:after{background:url(../images/caret_line_icon_bottom.svg) no-repeat center center/auto auto;filter:brightness(0) invert(1)}.c-main-navigation--sticked .c-main-navigation__item--has-childrens.active>a::after,.c-main-navigation--sticked .c-main-navigation__item--has-childrens:hover>a::after{background:url(../images/caret_line_icon_bottom.svg) no-repeat center center/auto auto;filter:brightness(0) invert(1)}}@media (min-width: 1024px){.c-main-navigation--sticked a{color:#00053e}.c-main-navigation--sticked a:hover{color:#d71920}}@media (max-width: 1309.98px){.c-main-navigation--sticked .c-main-navigation__submenu .c-main-navigation__link{color:#1e2c92}}@media (min-width: 1024px){.c-main-navigation--sticked .c-main-navigation__submenu .c-main-navigation__link:hover,.c-main-navigation--sticked .c-main-navigation__submenu .c-main-navigation__link--active{color:#fff}}@media (min-width: 1024px){.c-main-navigation--dark .c-main-navigation__item--has-childrens>a::after{background:url(../images/caret-blue-down.svg) no-repeat center center/auto auto;filter:none}.c-main-navigation--dark .c-main-navigation__item--has-childrens.active>a::after,.c-main-navigation--dark .c-main-navigation__item--has-childrens:hover>a::after{filter:brightness(0) invert(1)}.c-main-navigation--dark .c-main-navigation__item--has-childrens>.c-main-navigation__link{z-index:10000;position:relative}}.c-main-navigation--dark .c-main-navigation__link{color:#000215}@media (max-width: 1023.98px){.c-main-navigation--dark .c-main-navigation__link{color:#1e2c92}.c-main-navigation--dark .c-main-navigation__link:hover{color:#d71920}}@media (min-width: 1024px){.c-main-navigation--dark .c-main-navigation__submenu .c-main-navigation__link:hover{color:#fff}}@media (min-width: 1024px){.c-main-navigation .sectors-menu{position:relative;z-index:10}}@media (min-width: 1024px){.c-main-navigation .sectors-menu>.c-main-navigation__link{pointer-events:none}}@media (min-width: 1024px){.c-main-navigation .sectors-menu .c-main-navigation__submenu{padding:18px 12px;flex-direction:column;position:absolute;width:fit-content;top:48px !important;left:0;border-radius:4px}.c-main-navigation .sectors-menu .c-main-navigation__submenu .c-main-navigation__link{color:#00053e}.c-main-navigation .sectors-menu .c-main-navigation__submenu .c-main-navigation__link:hover{color:#fff}.c-main-navigation .sectors-menu .c-main-navigation__link{padding:8px 12px;height:auto;text-wrap:nowrap;justify-content:flex-start;align-items:flex-start;border-radius:4px}.c-main-navigation .sectors-menu .c-main-navigation__item{max-width:none}}.c-top-navigation__ul{padding-left:0}@media (min-width: 768px){.c-top-navigation__ul{display:flex;margin-bottom:0}}.c-top-navigation__item{list-style-type:none}@media (min-width: 768px){.c-top-navigation__item{padding:0 15px}}@media (max-width: 1023.98px){.c-top-navigation__link{display:block;padding-bottom:14px;line-height:1.5}}@media (min-width: 768px){.c-top-navigation__link{display:block;color:rgba(255,255,255,0.85);font-size:13px}}.o-footer{padding:34px 0 0 0;background-color:#00053e}.o-footer__logo-link{display:inline-flex;align-items:center}@media (max-width: 1023.98px){.o-footer__logo-link{margin-bottom:20px;margin-left:-25px;scale:0.85}}.o-footer__logo-link img{width:81px;height:auto}.o-footer__logo-link svg{width:auto;height:100%}.o-footer__logo-link svg path:not(:last-child){fill:#fff}.o-footer__logo-link svg#years-25 path{fill:#fff}@media (max-width: 1023.98px){.o-footer__center{margin-bottom:16px}}.o-footer>.container:first-child{position:relative}.o-footer>.container:first-child::before{position:absolute;top:-34px;width:calc(100% - 30px);height:14px;border-radius:0 0 12px 12px;background-color:#d71920;content:""}@media (max-width: 1023.98px){.o-footer>.container:first-child::before{height:10px}}.o-footer__logo-text{position:relative;margin-left:20px;padding-left:24px}.o-footer__logo-text::before{position:absolute;top:50%;left:0;width:0;height:56px;border-left:1px solid #fff;transform:translateY(-50%);content:""}@media (min-width: 768px){.o-footer__top,.o-footer__center{padding-top:40px;border-bottom:1px solid rgba(255,255,255,0.2)}}.o-footer__bottom{color:#000215;background-color:#ffffff}.o-footer__bottom .info{display:flex;flex-wrap:wrap;gap:25px;align-items:center;justify-content:space-between;padding:40px 0 24px 0;border-bottom:1px solid rgba(35,43,100,0.2)}@media (max-width: 767.98px){.o-footer__bottom .info{flex-direction:column-reverse;align-items:flex-start}}.o-footer__bottom .info__title{margin-bottom:12px;font-size:16px;line-height:1.6}.o-footer__bottom .info__more{margin-bottom:0;font-size:14px;line-height:1.6}@media (max-width: 767.98px){.o-footer__bottom .info__more{display:flex;flex-direction:column;align-items:flex-start}}.o-footer__bottom .info__button{margin-left:1px;color:#1e2c92;font-weight:600;font-size:14px}.o-footer__bottom .info__logo{max-width:320px}@media (max-width: 767.98px){.o-footer__bottom .info__logo{max-width:230px}}.o-footer__bottom .brands{padding-top:24px;padding-bottom:32px}.o-footer__bottom .brands__title{margin-bottom:0;color:#000215}.o-footer__bottom .brands__logos{margin:0 !important}.o-footer__bottom .brands .row{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:60px 20px;align-items:center;justify-items:center;margin:36px 0 24px}.o-footer__bottom .brands .row:before,.o-footer__bottom .brands .row:after{content:none}@media (max-width: 1023.98px){.o-footer__bottom .brands .row{grid-template-columns:repeat(3, 1fr)}}@media (max-width: 767.98px){.o-footer__bottom .brands .row{grid-template-columns:repeat(2, 1fr);margin:36px 0 24px}}.o-footer__bottom .brands img{opacity:0.5}.o-footer__desccription{position:relative;display:flex;flex-direction:column}@media (min-width: 768px){.o-footer__desccription{display:block}}.o-footer__desccription .social-links{margin:10px 0}@media (min-width: 768px){.o-footer__desccription .social-links{position:static;margin:auto;margin-bottom:40px}}.o-footer__desc{order:1;max-width:370px;padding-top:10px;padding-bottom:16px}@media (max-width: 1023.98px){.o-footer__desc{padding-top:14px;padding-bottom:21px}}.o-footer a:not(.btn--arrow-right){color:#fff;transition:all 0.23s}.o-footer a:not(.btn--arrow-right):hover{color:#fff;opacity:0.8}.o-footer__contact-pages{display:flex;flex-wrap:wrap}@media (min-width: 768px){.o-footer__contact-pages{padding-top:15px}}.o-footer__contact{width:100%}@media (max-width: 1023.98px){.o-footer__contact{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,0.2)}}@media (min-width: 768px){.o-footer__contact{width:43%}}.o-footer__contact-time{margin-bottom:16px;color:#fff;font-size:14px;line-height:22px}.o-footer__contact-link{display:inline-block;margin-bottom:4px;color:#fff;font-weight:600;font-size:20px;line-height:28px}.o-footer__pages{width:100%}@media (min-width: 768px){.o-footer__pages{width:57%;padding-left:15px}}.o-footer [data-accordion-container]{max-height:0;margin-bottom:21px;overflow:hidden;transition:all 0.72s}.o-footer [data-accordion-container] .highlighted-cat__link-more{top:0;padding-right:15px;padding-bottom:0px;font-weight:400;font-size:14px;line-height:22px;text-transform:none}@media (max-width: 1023.98px){.o-footer [data-accordion-container] .highlighted-cat__link-more{position:absolute}}@media (max-width: 767.98px){.o-footer [data-accordion-container] .highlighted-cat__link-more{position:static;display:inline-block;margin-top:8px}}.o-footer [data-accordion-container] .highlighted-cat__link-more svg{width:14px;height:9px}.o-footer [data-accordion-container] .highlighted-cat__link-more:hover path{color:#fff;opacity:0.8}.o-footer [data-accordion-container].show{max-height:500px}@media (min-width: 768px){.o-footer [data-accordion-container]{max-height:unset;margin-top:0}}.o-footer .social-links__link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:3px;background-color:#fff}.c-footer-info{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:24px 0}.c-footer-info__item-link{display:block;margin-left:10px}.c-footer-info__item-img{display:block;width:74px;height:22px}.c-footer-info__item{display:flex;align-items:center;color:#fff;font-size:14px}@media (min-width: 768px){.c-footer-info__item{width:auto}.c-footer-info__item:first-of-type{margin-bottom:0}}.c-footer-info .selena{width:90px;height:auto}@media (min-width: 768px){.c-footer-info .selena{width:122px}}@media (min-width: 768px){.column-2{column-count:2}}.footer .footer-menu__heading{padding:0;border:none;color:var(--white);font-weight:900;font-size:1rem;line-height:1.6;text-align:left;background-color:transparent;outline:none}@media (max-width: 1023.98px){.footer .footer-menu__heading:not(.footer-menu__heading-btn){display:none}}@media (max-width: 1023.98px){.footer .footer-menu__heading-btn{display:flex;gap:1rem;align-items:center;justify-content:space-between}}@media (min-width: 1024px){.footer .footer-menu__heading-btn{display:none}}@media (max-width: 1023.98px){.footer .footer-menu{display:grid;grid-template-rows:auto 0fr;align-content:start;border-bottom:1px solid rgba(255,255,255,0.2);transition:grid-template-rows 0.15s ease-in-out;padding-block:2rem}}.footer .footer-menu.is-open{grid-template-rows:auto 1fr}.footer .footer-menu.is-open .footer-menu__heading-btn svg{transform:rotate(180deg)}.footer .footer-menu.is-open ul{margin-block:1rem 0}.footer .footer-menu nav{overflow:hidden}.footer .footer-menu ul{display:flex;flex-direction:column;gap:0.5rem;padding:0;overflow:hidden;list-style:none;transition:margin-block 0.15s ease-in-out;margin-block:0}.footer .footer-menu ul li{line-height:1}.footer .footer-menu a{display:inline-flex;gap:0.25rem;align-items:center;color:var(--white);font-size:0.875rem;line-height:1.6;transition:opacity 0.15s ease-in-out}.footer .footer-menu a:hover{opacity:0.7}.footer .footer-menu a:focus-visible{border-radius:var(--border-radius-sm);outline:var(--focus-outline);outline-offset:-0.125rem}.footer .footer-middle .footer-menu__heading,.footer .footer-middle .footer-menu__heading-btn{color:var(--black)}.footer-top{color:var(--white)}.footer-top .container--top{position:relative}.footer-top .container--top::before{position:absolute;top:0;right:1rem;left:1rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;background-color:var(--red);content:""}@media (max-width: 1023.98px){.footer-top .container--top::before{height:0.625rem}}@media (min-width: 768px){.footer-top .container--top::before{height:0.875rem}}@media (max-width: 1023.98px){.footer-top .container--top{padding-top:2rem}}@media (min-width: 1024px){.footer-top .container--top{padding-block:4rem 2.625rem}}.footer-top .container--bottom{position:relative}@media (max-width: 1309.98px){.footer-top .container--bottom{padding-bottom:2rem}}@media (min-width: 1024px){.footer-top .container--bottom{padding-block:2.625rem}}@media (min-width: 1024px){.footer-top .container--bottom::before{position:absolute;top:0;right:1rem;left:1rem;border-bottom:1px solid rgba(255,255,255,0.2);content:""}}@media (min-width: 1024px){.footer-top .container--bottom .footer-menu__heading{margin-bottom:1.5rem}}@media (min-width: 1024px){.footer-top .container--bottom .footer-menu:first-child{grid-column:1/3}}@media (min-width: 1024px){.footer-top .container--bottom .footer-menu:nth-child(2){grid-column:3/5}}@media (min-width: 1024px){.footer-top .container--bottom .footer-menu ul{grid-template-columns:repeat(2, 1fr);column-gap:2rem}}.footer-top .container--bottom .footer-menu ul.top-articles-list a{font-weight:600}.footer-top .container--bottom .footer-menu ul.top-articles-list .article-tags{display:flex;flex-wrap:wrap;margin-top:0.5rem;column-gap:0.875rem}.footer-top .container--bottom .footer-menu ul.top-articles-list .article-tag-link{color:rgba(255,255,255,0.5);font-weight:600;font-size:0.75rem;line-height:1.4}@media (min-width: 1024px){.footer-top .container--top .container--columns,.footer-top .container--bottom .container--columns{display:grid;grid-template-columns:23.75rem 1fr 14.3125rem 19.375rem;gap:32px}}.footer-top p{margin-bottom:1.3125rem;color:rgba(255,255,255,0.6);font-size:0.875rem;line-height:1.6}.footer-top__content{display:flex;flex-direction:column}@media (min-width: 1024px){.footer-top__content{grid-column:1/2}}.footer-top__content-logo{aspect-ratio:244/70;max-width:max-content}@media (max-width: 1023.98px){.footer-top__content-logo{order:1;max-height:2.5rem;margin-bottom:1.5rem}}@media (min-width: 768px){.footer-top__content-logo{max-height:4.375rem;margin-bottom:1.0625rem}}@media (max-width: 1023.98px){.footer-top__content-description{margin-block:1.5rem 0.625rem;order:3}}.footer-top__content-social{margin-block:0;padding-inline:0;display:flex;flex-wrap:wrap;gap:0.75rem;list-style:none}@media (max-width: 1023.98px){.footer-top__content-social{order:2}}.footer-top__content-social a{display:flex;align-items:center;justify-content:center;width:2rem;border-radius:0.1875rem;background-color:var(--white);transition:opacity 0.15s ease-in-out;aspect-ratio:1/1}.footer-top__content-social a:hover{opacity:0.8}.footer-top__content-social a:focus-visible{border-radius:var(--border-radius-sm);outline:var(--focus-outline);outline-offset:0.125rem}.footer-top__content-social a img{width:1rem;aspect-ratio:1/1}@media (max-width: 1023.98px){.footer-top__contact{padding-bottom:1.75rem;border-bottom:1px solid rgba(255,255,255,0.2)}}@media (min-width: 1024px){.footer-top__contact{grid-column:3/4;margin-top:1.375rem}}.footer-top__contact p{margin-bottom:0.25rem}.footer-top__contact p:has(small){margin-bottom:1rem}.footer-top__contact a{color:var(--white);font-weight:600;font-size:1.25rem;line-height:1.4;text-decoration:none;transition:opacity 0.15s ease-in-out}.footer-top__contact a:hover{opacity:0.7}.footer-top__contact a:focus-visible{border-radius:var(--border-radius-sm);outline:var(--focus-outline);outline-offset:0.125rem}@media (min-width: 1024px){.footer-top__menu{grid-column:4/5;margin-top:1.375rem}}@media (min-width: 1024px){.footer-top__menu .footer-menu__heading{margin-bottom:1.0625rem}}@media (min-width: 1024px){.footer-top .footer-menu ul{display:grid;grid-template-columns:1fr minmax(auto, 6.875rem);column-gap:1rem}}@media (min-width: 1310px){.footer-top .footer-menu ul{grid-template-columns:1fr auto}}.footer-top .footer-menu ul.top-articles-list{column-gap:1.875rem;row-gap:2rem}.footer-top .top-articles-list__wrapper{overflow:hidden}.footer-top .top-articles-list__link{margin-top:2rem}@media (min-width: 1024px){.footer-top .top-articles-list__link{position:absolute;top:0;right:1rem;margin-top:0}}.footer-middle .footer-menu{border-top:1px solid rgba(35,43,100,0.2);border-bottom:none}@media (min-width: 1024px){.footer-middle .footer-menu{padding-block:24px 40px}}.footer-middle .footer-menu ul{display:grid;grid-template-columns:repeat(auto-fill, minmax(8.8125rem, 1fr));gap:2rem}@media (min-width: 1310px){.footer-middle .footer-menu ul{grid-template-columns:repeat(7, 1fr)}}.footer-middle .footer-menu ul a{opacity:1;transition:none}.footer-middle .footer-menu ul a:hover,.footer-middle .footer-menu ul a:focus-visible{opacity:1}.footer-middle .footer-menu ul a:hover img,.footer-middle .footer-menu ul a:focus-visible img{opacity:1}.footer-middle .footer-menu ul a:focus-visible{border-radius:var(--border-radius-sm);outline:var(--focus-outline);outline-offset:-0.1875rem}.footer-middle .footer-menu img{aspect-ratio:141/88;object-fit:contain;opacity:0.5;transition:opacity 0.15s ease-in-out}.footer-middle .footer-middle__wrapper{padding-block:2rem 1.5rem}@media (min-width: 1024px){.footer-middle .footer-middle__wrapper{padding-block:2.5rem 1.5rem;display:flex;align-items:center;justify-content:space-between}}.footer-middle .footer-middle__logo{margin-bottom:1.5rem}@media (min-width: 1024px){.footer-middle .footer-middle__logo{order:2;margin-bottom:0}}.footer-middle .footer-middle__logo img{max-height:2.5rem;object-fit:contain}@media (min-width: 1024px){.footer-middle .footer-middle__logo img{max-height:3.5rem}}@media (min-width: 1024px){.footer-middle .footer-middle__content{order:1}}.footer-middle .footer-middle__content p{margin-bottom:0.75rem;line-height:1.6}.footer-middle .footer-middle__content p:last-of-type{margin-bottom:0}.footer-middle .footer-middle__content a{position:relative;display:inline-flex;align-items:center;color:var(--light-blue);font-weight:600;column-gap:0.25rem}.footer-middle .footer-middle__content a:hover{text-decoration:underline}.footer-middle .footer-middle__content a:hover::after{transform:translateX(0.125rem)}.footer-middle .footer-middle__content a:focus-visible{border-radius:var(--border-radius-sm);outline:var(--focus-outline);outline-offset:0.125rem}.footer-middle .footer-middle__content a::after{width:1rem;height:1rem;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQzNzRfMTU4MjkpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS4yNDA0IDguMzA1MTVMMTIuMDU4NiAxMi41NDc2QzEyLjAwMSAxMi42MjQ0IDExLjkyMTUgMTIuNjcxOSAxMS44MzM3IDEyLjY3MTlDMTEuNjU3NyAxMi42NzE5IDExLjUxNTUgMTIuNDgyMiAxMS41MTU1IDEyLjI0NzZDMTEuNTE1NSAxMi4xMzA1IDExLjU1MTEgMTIuMDI0NSAxMS42MDg3IDExLjk0NzdMMTQuMjQ3NCA4LjQyOTQ1TDAuOTg1MTc0IDguNDI5NDVDMC44MDkyMiA4LjQyOTQ1IDAuNjY2OTkzIDguMjM5ODEgMC42NjY5OTMgOC4wMDUyMUMwLjY2Njk5MyA3Ljc3MDYgMC44MDkyMiA3LjU4MDk3IDAuOTg1MTc0IDcuNTgwOTdMMTQuMjQ3NCA3LjU4MDk3TDExLjYwODcgNC4wNjI3MkMxMS41NTExIDMuOTg1NTEgMTEuNTE1NSAzLjg3OTg4IDExLjUxNTUgMy43NjI3OEMxMS41MTU1IDMuNTI4MTggMTEuNjU3NyAzLjMzODU0IDExLjgzMzcgMy4zMzg1NEMxMS45MjE1IDMuMzM4NTQgMTIuMDAxIDMuMzg1NjMgMTIuMDU4NiAzLjQ2Mjg1TDE1LjI0MDQgNy43MDUyN0MxNS4yOTgzIDcuNzgyMDYgMTUuMzMzNyA3Ljg4ODEyIDE1LjMzMzcgOC4wMDUyMUMxNS4zMzM3IDguMTIyMyAxNS4yOTgzIDguMjI3OTQgMTUuMjQwNCA4LjMwNTE1WiIgZmlsbD0iIzFFMkM5MiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzQzNzRfMTU4MjkiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09Im1hdHJpeCgxIDguNzQyMjhlLTA4IDguNzQyMjhlLTA4IC0xIDAgMTYpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");background-size:contain;transition:transform 0.15s ease-in-out;content:""}@media (min-width: 1024px){.footer-bottom{padding-top:2rem}}.footer-bottom__content{display:none}@media (min-width: 1024px){.footer-bottom__content{display:block;color:rgba(255,255,255,0.6);font-size:0.8125rem;line-height:1.6}}.footer-bottom__content p{margin-bottom:0.625rem}.footer-bottom__content p:last-of-type{margin-bottom:0}.footer-bottom__copyright{display:flex;gap:1rem;align-items:center;justify-content:space-between;color:var(--white);font-size:0.875rem;line-height:1.6;padding-block:1.5625rem}@media (min-width: 1024px){.footer-bottom__copyright{padding-block:1rem 2rem}}.footer-bottom__copyright a{transition:opacity 0.15s ease-in-out}.footer-bottom__copyright a:hover{opacity:0.5}.footer-bottom__copyright a:focus-visible{border-radius:var(--border-radius-sm);outline:var(--focus-outline);outline-offset:-0.1875rem}.footer-bottom__copyright img{max-height:1.5rem;object-fit:contain}@media (min-width: 1024px){.footer-bottom__copyright img{max-height:2rem}}.grecaptcha-badge{visibility:hidden}label{color:#43455a;font-size:14px;opacity:0.9}.form-send{margin:0 auto}.align-center{text-align:center}.text-right{text-align:right}@media (max-width: 1023.98px){html,body{height:var(--app-height)}}@media (max-width: 1023.98px){html #wpadminbar,body #wpadminbar{overflow:hidden}}body{width:100%;overflow-x:hidden;color:#000215}body.scrollLock{overflow:hidden}body.backdrop{overflow:hidden}body.backdrop::before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:101;background-color:#111741;opacity:0.8;content:""}body.backdrop main{position:relative;z-index:102}.o-site-content{overflow-x:hidden}a:focus{outline:none}img{max-width:100%}.section-h2{margin-bottom:0;color:#000215;font-weight:bold;font-size:25px;line-height:35px}.section-h2--margin{margin-bottom:24px}@media (max-width: 1023.98px){.section-h2.mobile-fs-18{font-weight:600;font-size:18px;line-height:25px}}.widget-title{color:#000215}.clearfix{clear:both}@media (max-width: 767.98px){.no-padding-sm{padding-right:0;padding-left:0}}@media (max-width: 767.98px){.container{padding:0 16px}.container-sm-no-padding{padding:0 0px}.container-sm-padding-15{padding:0 15px}}.btn-sm{border-radius:4px}thead{display:none;font-weight:700;text-transform:uppercase;background:rgba(200,209,218,0.7)}@media (min-width: 768px){thead{display:table-header-group}}table{width:100%;border-top:1px solid rgba(200,209,218,0.7)}@media (min-width: 768px){table{border:1px solid rgba(200,209,218,0.7);border-bottom:0}}td,th{display:block;height:60px;padding:10px;border:1px solid rgba(200,209,218,0.7);border-top:0;font-size:14px;text-align:left}td:last-of-type,th:last-of-type{margin-bottom:23px}@media (min-width: 768px){td:last-of-type,th:last-of-type{margin-bottom:0;border-right:0}}td:first-of-type,th:first-of-type{border-top:1px solid rgba(200,209,218,0.7);background:rgba(200,209,218,0.7)}@media (min-width: 768px){td:first-of-type,th:first-of-type{border-top:unset;background:unset}}td::before,th::before{display:block;width:100%;font-weight:700;font-size:14px;text-transform:uppercase;content:attr(data-table-title)}@media (min-width: 768px){td,th{display:table-cell;width:auto;border-bottom:1px solid rgba(200,209,218,0.7);border-left:unset;text-align:center;vertical-align:middle}}@media (min-width: 768px){td::before,th::before{content:none}}.arr-down-blue,.c-aside-navigation__link--parent .parent-arr:before,.c-aside-sidebar-nav:before{position:absolute;top:50%;right:10px;width:8px;height:8px;border-right:1px solid #00053e;border-bottom:1px solid #00053e;transform:rotate(-45deg) translateY(-50%)}@media (min-width: 1024px){.min-mg-left-15{margin-left:-15px}}.noveltyn{position:absolute;right:0;bottom:0;z-index:2;display:flex;align-items:center;padding:3px 10px;border-top-left-radius:10px;color:#fff;font-weight:600;background-color:#d71920}.noveltyn-icon{display:inline-block;width:16px;height:16px;margin-right:4px;line-height:16px}.noveltyn-icon.small{width:10px;height:10px}.noveltyn-icon svg{display:block;vertical-align:unset}.noveltyn-text{font-size:14px;line-height:22px}.noveltyn-text.small{font-size:10px;line-height:16px}.noveltyn--product-label{position:static;display:inline-flex;width:fit-content;margin-bottom:10px;padding:3px 12px 5px 10px;border-radius:10px}@supports (width: -moz-fit-content){.noveltyn--product-label{width:-moz-fit-content}}@media (max-width: 767.98px){.noveltyn--product-label{margin-bottom:8px;padding:4px 10px 4px 8px;border-radius:6px}}.noveltyn--product-label .noveltyn-icon{width:14px;height:14px;margin-right:6px;line-height:1}@media (max-width: 767.98px){.noveltyn--product-label .noveltyn-icon{width:10px;height:10px}}.noveltyn--product-label .noveltyn-text{font-weight:500;font-size:12px;line-height:1.6}@media (max-width: 767.98px){.noveltyn--product-label .noveltyn-text{font-size:10px;line-height:1.4}}.noveltyn--product-single-label{position:static;display:inline-flex;width:fit-content;margin-bottom:0;padding:3px 10px 3px 8px;border-radius:6px}@supports (width: -moz-fit-content){.noveltyn--product-single-label{width:-moz-fit-content}}.noveltyn--product-single-label .noveltyn-icon{width:10px;height:10px;margin-right:4px;line-height:1}.noveltyn--product-single-label .noveltyn-text{font-weight:500;font-size:12px;line-height:1.6}@media (max-width: 1309.98px){.w-100-mobile{width:100%}}.pill{z-index:2;display:inline-block;padding:7px 24px;font-weight:600;font-size:16px;font-style:normal;line-height:25px}@media (max-width: 1023.98px){.pill{padding:5px 12px;font-size:14px;line-height:22px}}.pill--white{color:#000215;background:#fffffff2}@media (min-width: 768px){.pill--white{padding:7px 12px}}.pill--white:hover{color:#000215}@media (min-width: 768px){.pill--white{padding:5px 12px}}.pill--red{color:#d71920;background:#d719201a}.pill--red:hover{color:#d71920}.link{color:#1e2c92;font-weight:600;font-size:16px;font-style:normal;line-height:26px}.link:hover,.link:focus{color:#1e2c92;opacity:0.9}.paragraph2{color:#000215;font-weight:500;font-size:20px;line-height:35px}@media (max-width: 1023.98px){.paragraph2{font-size:14px;line-height:22px}}.body1semibold,.c-footer-nav__title{color:#fff;font-weight:600;font-size:16px;line-height:26px}.body1regular,.trader-card__social--label,.trader-card__social-text,.trader-card__label,.trader-card__wysiwyg p,.contact-details__desc p,.author__about,.selectable-sections .section-ebook__top p{color:#000215;font-weight:400;font-size:16px;line-height:26px}.body2regularwhite06,.o-footer__desc,.c-footer-nav__title--light{color:#fff;font-weight:400;font-size:14px;line-height:22px;opacity:0.6}.h2,.selectable-sections .section-ebook__top h2{color:#000215;font-weight:700;font-size:34px;line-height:44px}@media (max-width: 1023.98px){.h2,.selectable-sections .section-ebook__top h2{font-size:25px;line-height:35px}}.h4,.contact-details__desc h4,.post-text h3,.steps__h3{color:#000215;font-weight:600;font-size:25px;line-height:35px}@media (max-width: 1023.98px){.h4,.contact-details__desc h4,.post-text h3,.steps__h3{font-size:18px;line-height:25px}}.h5,.contact-details__desc h5{color:#000215;font-weight:600;font-size:18px;line-height:25px}@media (max-width: 1023.98px){.h5,.contact-details__desc h5{font-size:16px;line-height:26px}}.h5-bigger-mobile,.basic-form__h4{color:#000215;font-weight:600;font-size:18px;line-height:25px}@media (max-width: 1023.98px){.h5-bigger-mobile,.basic-form__h4{font-size:18px;line-height:25px}}.abs-center,.steps__list-img .zoom{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.bold{font-weight:bold}.semibold{font-weight:600}@media (max-width: 1023.98px){.column-reverce-sm .row{flex-direction:column-reverse}}@media (max-width: 1023.98px){.mobile-order-1{order:1}}@media (min-width: 768px){.archive .single-video .slick-list,.blog .single-video .slick-list{width:calc(100% + 16px)}}.c-product-navigation{display:none}@media (min-width: 768px){.c-product-navigation{display:block;height:84px;padding:20px 0 20px 0;background:transparent}}.c-product-navigation__to-stick{position:relative;top:0;transition:all 0.2s ease-in-out}.c-product-navigation__to-stick.sticked{position:fixed;left:0;z-index:99;width:100%;background-color:#fff;box-shadow:0 1px 12px 0 rgba(0,0,0,0.1)}@media (min-width: 768px){.c-product-navigation__list{display:flex;margin-bottom:0;padding-left:0}}@media (min-width: 768px){.c-product-navigation__list-item{margin-right:26px;list-style-type:none}}.c-product-navigation__list-item:last-of-type{margin-right:0}@media (min-width: 768px){.c-product-navigation__list-link{display:block;padding-top:14px;padding-bottom:14px;border-bottom:2px solid transparent;font-weight:600;cursor:pointer;transition:all 0.2s ease-in-out}}.c-product-navigation__list-link:hover,.c-product-navigation__list-link.active{border-color:#d71920;color:#d71920}.page-template-page-sectors .c-product-navigation{display:flex;justify-content:flex-end}@media (max-width: 1023.98px){.page-template-page-sectors .c-product-navigation{display:none}}.page-template-page-sectors .c-product-navigation__to-stick{width:calc(100% - 460px)}.page-template-page-sectors .c-product-navigation__to-stick.sticked{width:100%}.c-category-description,.blog-archive-seo{padding:32px 0 32px 0;font-size:14px}.c-category-description__content{padding-right:0;padding-left:0}.c-category-description__content-item{margin-bottom:15px;color:#000215}@media (max-width: 1023.98px){.c-category-description__content-item{margin-bottom:30px;padding-right:0;padding-left:0}}@media (min-width: 768px){.c-category-description__content-item{margin-bottom:0}}.c-category-description__content-item h2{margin-bottom:16px;font-weight:bold;font-size:25px;font-style:normal;line-height:35px}.c-category-description__content-item h3{font-weight:600;font-size:18px;line-height:25px}.c-category-description__content-item p{margin-bottom:10px}.c-category-description__row{display:flex;flex-wrap:wrap;justify-content:flex-end;padding-right:0;padding-left:0}.asp_w.ajaxsearchpro .probox{position:relative;height:40px;box-shadow:none}.asp_w.ajaxsearchpro .promagnifier{position:absolute;top:50%;right:13px;transform:translateY(-50%)}.slick-track{display:flex;height:100%}.slick-slide>div{height:100%}.slick-list.draggable{height:100%;overflow-y:visible}.o-site-main{position:relative;z-index:3;min-height:500px}.o-site-main.z-index-100{z-index:99999999}.o-site-main__back{padding-bottom:16px}@media (max-width: 1023.98px){.o-site-main__back{padding-top:4px;padding-bottom:9px}.o-site-main__back.mg-17{margin-bottom:17px}}.o-site-main__back .back-icon{margin-right:8px}.o-site-main__back-link{position:relative;z-index:2;display:flex;align-items:center;color:#000;font-size:16px;line-height:26px}.o-site-main .slick-slider{padding:0}.o-site-content.c-site-header--no-bg{padding-top:116px}@media (max-width: 1023.98px){.o-site-content.c-site-header--no-bg{padding-top:77px}}.o-site-content.c-site-header--no-bg .c-breadcrumbs{position:static;max-width:93%;padding-top:16px;padding-left:15px;overflow:auto}@media (max-width: 1023.98px){.o-site-content.c-site-header--no-bg .c-breadcrumbs{padding-top:0}}.o-site-content.c-site-header--no-bg .c-breadcrumbs .c-breadcrumbs__item{font-weight:600;font-size:14px}@media (max-width: 767.98px){.o-site-content.c-site-header--no-bg .c-breadcrumbs .c-breadcrumbs__item{font-size:12px}}.o-site-content.c-site-header--no-bg .c-breadcrumbs .c-breadcrumbs__item .c-breadcrumbs__link{color:#1e2c92;font-size:14px}@media (max-width: 767.98px){.o-site-content.c-site-header--no-bg .c-breadcrumbs .c-breadcrumbs__item .c-breadcrumbs__link{font-size:12px}}.o-site-content.c-site-header--no-bg .c-breadcrumbs .c-breadcrumbs__item .c-breadcrumbs__link:hover{color:#000215}.o-site-content.c-site-header--no-bg .c-breadcrumbs .c-breadcrumbs__item:last-of-type{color:#000215;opacity:0.5}.o-site-content.c-site-header--no-bg .c-breadcrumbs .c-breadcrumbs__item:last-of-type .c-breadcrumbs__link{color:#000215;cursor:default;pointer-events:none}.o-site-content.c-site-header--no-bg .c-breadcrumbs .c-breadcrumbs__item:last-of-type .c-breadcrumbs__link:hover{color:#1e2c92}@media (max-width: 1023.98px){.o-site-content.c-site-header--no-bg .c-breadcrumbs .c-breadcrumbs__item{padding:12px 0;white-space:nowrap}}.o-site-content.c-site-header--no-bg .c-breadcrumbs__separator{width:5px;height:8px;background:url(../images/breadcrumbs-arr.svg) no-repeat center center/auto auto;opacity:1}.o-site-content.c-site-header--no-bg .c-breadcrumbs--dark .c-breadcrumbs__item .c-breadcrumbs__link{color:#000215;opacity:1}@media (max-width: 1023.98px){.hide-mobile{display:none !important}}@media (min-width: 1024px){.hide-desktop{display:none !important}}@media (max-width: 767px){.hide-xsmobile{display:none !important}}.arr-down-blue,.c-aside-navigation__link--parent .parent-arr:before,.c-aside-sidebar-nav:before{position:absolute;top:50%;right:10px;width:8px;height:8px;border-right:1px solid #00053e;border-bottom:1px solid #00053e;transform:rotate(-45deg) translateY(-50%)}[class^="c-box-"] li{position:relative;margin-bottom:10px;list-style-type:none}[class^="c-box-"] li::before{position:absolute;top:10px;left:-15px;display:block;width:7px;height:7px;border-radius:50%;background:#d71920;content:""}.loader{position:absolute;top:200px;left:50%;width:11em;height:11em;margin:50px auto;border-radius:50%;font-size:10px;text-indent:-9999em;background:linear-gradient(to right, #fffcfc 10%, rgba(255,255,255,0) 42%);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);opacity:0;-webkit-animation:load3 1.4s infinite linear;animation:load3 1.4s infinite linear}.loader.loading{opacity:1}.loader:before{position:absolute;top:0;left:0;width:50%;height:50%;border-radius:100% 0 0 0;background:#00053e;content:""}.loader:after{position:absolute;top:0;right:0;bottom:0;left:0;width:75%;height:75%;margin:auto;border-radius:50%;background-color:#fff;content:""}@-webkit-keyframes load3{0%{-webkit-transform:translateX(-50%) rotate(0deg);transform:translateX(-50%) rotate(0deg)}100%{-webkit-transform:translateX(-50%) rotate(360deg);transform:translateX(-50%) rotate(360deg)}}@keyframes load3{0%{-webkit-transform:translateX(-50%) rotate(0deg);transform:translateX(-50%) rotate(0deg)}100%{-webkit-transform:translateX(-50%) rotate(360deg);transform:translateX(-50%) rotate(360deg)}}.sectors__seo-text,.sectors__ebook{margin:88px auto}@media (max-width: 1023.98px){.sectors__seo-text,.sectors__ebook{margin:44px auto}}.webinar--category .slick-list{width:calc(100% + 16px)}.post-type-archive-cpt-wideo .o-site-content{overflow-x:visible}small{font-size:0.875rem;line-height:1.6}p:has(small){font-size:0.875rem;line-height:1.6}.subheading-link{display:flex;gap:0.5rem;align-items:center;color:var(--light-blue);font-weight:600;font-size:0.875rem;line-height:1.6}.subheading-link svg{transition:0.15s all ease-in-out}.subheading-link:hover{color:var(--light-blue)}.subheading-link:hover svg{transform:translateX(0.125rem)}.subheading-link:focus-visible{border-radius:var(--border-radius-sm);outline:var(--focus-outline);outline-offset:-0.125rem}.h-move-left{padding-left:0px}.c-footer-nav{margin-bottom:32px;border-bottom:1px solid rgba(255,255,255,0.2)}@media (min-width: 768px){.c-footer-nav{margin-bottom:0;border-top:none;border-bottom:none}}.c-footer-nav.o-footer__blog{margin-bottom:0}.c-footer-nav__title{position:relative;display:block;width:100%;margin-bottom:0;color:#fff;font-weight:900;text-transform:uppercase;cursor:pointer}@media (min-width: 768px){.c-footer-nav__title{margin-bottom:24px;cursor:auto}.c-footer-nav__title.sm-margin{margin-bottom:16px}}.c-footer-nav__title--light{margin-bottom:4px;font-weight:400}.c-footer-nav__title:not(.not-slide)::before{position:absolute;top:calc(50% - 5px);right:0;display:block;width:19px;height:10px;background:url(../images/caret_line_icon_bottom-white.svg) no-repeat center center/auto auto;background-size:cover;transition:all 0.2s ease-in-out;content:""}@media (min-width: 768px){.c-footer-nav__title:not(.not-slide)::before{content:none}}.c-footer-nav__title.dark::before{filter:brightness(0.1)}.c-footer-nav__title--active::before{transform:rotate(180deg)}@media (min-width: 768px){.c-footer-nav__lists{display:flex;justify-content:space-between}}.c-footer-nav__list{margin-top:16px;margin-bottom:0;padding-left:0;list-style-type:none}@media (min-width: 768px){.c-footer-nav__list{display:block;margin-top:0;padding-bottom:0}.c-footer-nav__list--last{width:99px}}@media (max-width: 1023.98px){.c-footer-nav__list.sm-margin{margin-top:0px}}.c-footer-nav__list.w-100{width:100%}.c-footer-nav__list-item.large-mg{display:inline-block;margin-top:24px}@media (min-width: 768px){.c-footer-nav__list-item.large-mg{margin-top:0;margin-bottom:32px}}@media (max-width: 1023.98px){.c-footer-nav__list--last{margin-top:0px}}.c-footer-nav__link{display:inline-block;margin-bottom:8px;font-weight:400;font-size:14px;line-height:22px}.c-footer-nav__link--login{display:flex;align-items:center}.c-footer-nav__link--login::before{width:16px;height:16px;margin-right:4px;background:url(../images/lock-icon-white.svg);background-repeat:no-repeat;background-position:center;background-size:contain;content:""}.c-footer-nav__link.no-margin{display:inline-block;width:100%;margin-bottom:0}@media (max-width: 1023.98px){.c-header-wish-list{padding-bottom:14px}}@media (min-width: 768px){.c-header-wish-list{margin-right:20px;padding-right:30px;border-right:1px solid rgba(255,255,255,0.85);font-size:13px}}@media (max-width: 1023.98px){.c-header-wish-list__link{line-height:1.5}}@media (min-width: 768px){.c-header-wish-list__link{color:rgba(255,255,255,0.85)}}.c-system__title{margin-top:20px;margin-left:20px;font-weight:400;font-size:18px;line-height:normal}.c-system-link{position:relative;display:block;width:100%;margin-bottom:30px}.c-system-link__image{display:block;width:100%}.c-system-link__heading{position:absolute;top:0;left:0;z-index:1;width:100%;padding:21px;color:#fff;font-weight:600;font-size:12px;text-align:center;background:rgba(0,5,62,0.6);transition:all 0.2s ease-in-out}@media (min-width: 768px){.c-system-link__heading{padding:21px 40px 21px 21px;font-size:16px;text-align:left}}@media (min-width: 768px){.c-system-link__heading::after{position:absolute;top:50%;right:11px;display:block;width:19px;height:24px;background:url(../images/caret_line_icon_bottom.svg) no-repeat center center/100% auto;transform:translate(0, -50%) rotate(-90deg);filter:brightness(100);content:""}}.c-system-link:hover{color:#fff}.c-system-link:hover .c-system-link__heading{background:#00053e}.single-cpt-systems{background-color:#edf1f8}.system-single{display:flex;flex-wrap:wrap;align-items:flex-end;height:630px;padding-top:160px;background-image:url(../images/sys.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.system-single__image-box{position:relative;bottom:-70px}.system-single__text-box{padding-bottom:130px}.system-single__text-box .c-product-heading__main-desc li{margin-bottom:10px}.system-single__text-box .c-product-heading__title{margin-top:30px}.similar.systems{padding:60px 0}.similar.systems .c-system-link{border:1px solid #dde3e8;background-color:#fff}.similar.systems .c-system-link:hover{background-color:#222a68}.system-visualisation-img{position:relative}.c-product-link-box{display:flex;flex-wrap:wrap;border-top:1px solid rgba(200,209,218,0.3);border-left:1px solid rgba(200,209,218,0.3)}@media (max-width: 1023.98px){.c-product-link-box{margin-right:calc(-30px / 2);margin-left:calc(-30px / 2)}}.c-product-link-box__item{padding-right:0;padding-left:0}.c-product-link{display:flex;flex-direction:column;align-items:center;justify-content:center;height:112px;padding:10px;border-right:1px solid rgba(200,209,218,0.3);border-bottom:1px solid rgba(200,209,218,0.3);color:#00053e;text-align:center;background:rgba(255,255,255,0.3);transition:all 0.2s ease-in-out}.c-product-link:hover{color:#d71920;background:rgba(200,209,218,0.1)}.c-product-link__image{width:100%;max-width:20px;margin-bottom:14px}.c-aplication-nav{padding:0}@media (min-width: 768px){.c-aplication-nav{display:none}}@media (max-width: 1023.98px){.c-aplication-nav__submenu{display:none;width:100%;padding-left:15px}}@media (max-width: 1023.98px){.c-aplication-nav__item{display:flex;flex-wrap:wrap;align-items:center;padding-right:25px;list-style-type:none}}.c-aplication-nav__item::before{content:none !important}.c-aplication-nav__link{width:calc(100% - 65px);padding:5px 0;font-size:14px}.c-aplication-nav__icon{display:block;margin-right:10px}.c-aplication-nav__trigger{position:absolute;top:.75rem;right:0;display:block;width:20px;height:10px;margin:0 0 0 auto;background:url(../images/caret_line_icon_bottom.svg) no-repeat center center/auto auto;cursor:pointer}.c-top-header{position:relative;z-index:4;display:block;height:auto;margin-bottom:0;color:#fff;background:transparent}@media (min-width: 768px){.c-top-header--with-desc{height:327px}}@media (min-width: 768px){.c-top-header--products{display:block;height:159px;margin-bottom:36px}}@media (min-width: 768px){.c-top-header__container{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;height:100%}}.c-top-header__description{display:none}@media (min-width: 768px){.c-top-header__description{display:block;margin-top:-32px;margin-bottom:15px;padding-left:calc(25% + 68px);font-size:14px}}.c-top-header__move-bottom{display:none}@media (min-width: 768px){.c-top-header__move-bottom{display:flex;align-items:center;margin-bottom:15px;margin-left:calc(25% + 68px);font-size:14px;cursor:pointer}}.c-top-header__move-bottom::after{display:block;width:24px;height:20px;margin-left:10px;background:url(../images/long_arrow.svg) no-repeat center center/auto auto;content:""}.c-top-header__heading{position:relative;margin-bottom:0;padding-left:25px;font-weight:600;font-size:25px;line-height:35px}@media (min-width: 768px){.c-top-header__heading{margin-bottom:41px;padding-left:0;font-size:34px;line-height:42px}}.c-top-header__heading--contact{margin-bottom:8px;color:#000215;font-weight:700}@media (max-width: 1023.98px){.c-top-header__heading--contact{padding:0;font-size:25px;line-height:1.4}}.c-top-header__heading--reset-pl{padding-left:0}.c-top-header__heading--big{font-size:25px;font-weight:900;line-height:35px}@media (min-width: 768px){.c-top-header__heading--big{font-size:56px;line-height:59px}}@media (min-width: 768px){.c-top-header__heading--products{display:none}}.c-top-header__referer{position:absolute;top:2px;left:0;display:none;width:14px;height:20px;margin-right:20px;background:#d71920}.c-top-header__referer--disabled{opacity:0.5}.c-top-header--no-bg{height:auto}.c-top-header--no-bg .c-breadcrumbs{position:static;max-width:93%;overflow:auto}.c-top-header--no-bg .c-breadcrumbs .c-breadcrumbs__item .c-breadcrumbs__link{color:#1e2c92;font-weight:600;font-size:14px}.c-top-header--no-bg .c-breadcrumbs .c-breadcrumbs__item .c-breadcrumbs__link:hover{color:#1e2c92}.c-top-header--no-bg .c-breadcrumbs .c-breadcrumbs__item:last-of-type .c-breadcrumbs__link{color:#000215;opacity:0.5}.c-top-header--no-bg .c-breadcrumbs .c-breadcrumbs__item:last-of-type .c-breadcrumbs__link:hover{color:#1e2c92}@media (max-width: 1023.98px){.c-top-header--no-bg .c-breadcrumbs .c-breadcrumbs__item{white-space:nowrap}}.c-top-header--no-bg .c-breadcrumbs__separator{width:5px;height:8px;background:url(../images/breadcrumbs-arr.svg) no-repeat center center/auto auto;opacity:1}.c-top-header--lp-sectors{padding-top:22px}@media (max-width: 1023.98px){.c-top-header--lp-sectors{padding-top:20px}}.c-top-header--lp-sectors::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:100vw;height:100%;background-color:#00053E;z-index:-1}.c-top-header--lp-sectors .c-top-header__head-wrapper{display:grid;grid-template-columns:400px 1fr;gap:56px}@media (max-width: 1023.98px){.c-top-header--lp-sectors .c-top-header__head-wrapper{margin-bottom:114px;display:flex;flex-direction:column-reverse}}.c-top-header--lp-sectors .c-top-header__image-wrapper{overflow:hidden;margin-bottom:-114px;width:100%;height:auto;max-width:400px;aspect-ratio:1/1;border-radius:8px;border-bottom:12px solid #D71920}@media (max-width: 1023.98px){.c-top-header--lp-sectors .c-top-header__image-wrapper{align-self:center}}.c-top-header--lp-sectors .c-top-header__image-wrapper img{width:100%;height:100%;object-fit:cover}.c-top-header--lp-sectors .c-top-header__text-wrapper{margin-bottom:24px}.c-top-header--lp-sectors .c-top-header__title{margin-bottom:16px;font-size:56px;line-height:59px}@media (max-width: 1023.98px){.c-top-header--lp-sectors .c-top-header__title{font-size:34px;line-height:44px}}.c-top-header--lp-sectors .c-top-header__text{margin-bottom:24px;max-width:645px;font-size:21px;line-height:29px}.c-top-header--lp-sectors .c-breadcrumbs{top:120px;left:15px;padding-left:0}@media (max-width: 767.98px){.c-top-header--lp-sectors .c-breadcrumbs{top:80px;left:-27px}}.c-top-header--lp-sectors .c-breadcrumbs__link,.c-top-header--lp-sectors .c-breadcrumbs__link:hover{display:block;color:#fff;font-size:14px;opacity:0.8}@media (max-width: 767.98px){.c-top-header--lp-sectors .c-breadcrumbs__link,.c-top-header--lp-sectors .c-breadcrumbs__link:hover{font-size:13px}}.posts-counter{display:inline-block;padding-bottom:10px;color:#000215;font-weight:600;font-size:18px;line-height:25px;opacity:0.5}.posts-counter--in-title{align-self:center;padding-bottom:0;padding-left:15px}.c-breadcrumbs{top:15px;left:15px;display:flex;margin-top:0;margin-bottom:20px;padding-right:10px;list-style-type:none}@media (min-width: 768px){.c-breadcrumbs{top:36px;left:0;align-items:center;margin-bottom:24px;padding-left:0}}@media (max-width: 767.98px){.c-breadcrumbs{left:20px}}.c-breadcrumbs__item{display:flex;align-items:center;margin-right:13px;list-style-type:none}.c-breadcrumbs__item:last-of-type .c-breadcrumbs__link{opacity:1}.c-breadcrumbs__separator{display:block;width:8px;height:6px;background:url(../images/icon_arrow1.svg) no-repeat center center/auto auto}.c-breadcrumbs__link,.c-breadcrumbs__link:hover{display:block;color:#1e2c92;font-weight:600;font-size:14px;opacity:0.8}@media (max-width: 767.98px){.c-breadcrumbs__link,.c-breadcrumbs__link:hover{font-size:13px}}.single-cpt-products .c-breadcrumbs{position:absolute;top:116px;width:98%;margin-top:16px;padding-left:0;overflow:auto}@media (min-width: 768px){.single-cpt-products .c-breadcrumbs{margin:0;padding:9px 0}}@media (max-width: 1023.98px){.single-cpt-products .c-breadcrumbs{top:80px}}.single-cpt-products .c-breadcrumbs__link{color:#fff;opacity:1}.single-cpt-products .c-breadcrumbs__item{white-space:nowrap}.single-cpt-products .c-breadcrumbs__item:last-of-type .c-breadcrumbs__link{color:#fff;opacity:0.5}.o-aside-navigation{position:relative;z-index:10}.c-aside-navigation{display:none}@media (min-width: 768px){.c-aside-navigation{position:absolute;top:-100px;left:calc(30px / 2);display:block;width:25%;margin-bottom:0;border-radius:8px;background:#fff;box-shadow:0 1px 12px 0 rgba(0,0,0,0.1)}}.c-aside-navigation--relative{position:unset;display:block;width:100%;padding-top:13px;padding-left:0;border-radius:0;background-color:transparent;box-shadow:none}@media (max-width: 1023.98px){.c-aside-navigation--relative{margin-bottom:0;padding-top:0}}.c-aside-navigation__link{display:inline-block;width:100%;color:#1e2c92;font-weight:600;font-size:14px;line-height:18px}.c-aside-navigation__link:hover{color:#d71920}@media (min-width: 1024px){.c-aside-navigation__link{max-width:228px}}@media (max-width: 1023.98px){.c-aside-navigation__link{position:relative;padding:12px 15px;border-bottom:1px solid #f0f0f4}}.c-aside-navigation__link--parent .parent-arr{position:absolute;right:20px;width:23px;height:18px}@media (min-width: 1024px){.c-aside-navigation__link--parent .parent-arr{top:0;right:0px}}.c-aside-navigation__link--parent .parent-arr:before{top:4px;transform:rotate(45deg) translateY(0%);transition:all 0.23s;content:""}@media (max-width: 1023.98px){.c-aside-navigation__link--parent .parent-arr:before{transform:rotate(-45deg) translateY(0%);transition:all 0.23s}}.c-aside-navigation__link--parent .parent-arr.opened:before{top:8px;transform:rotate(-135deg) translateY(0%)}.c-aside-navigation__link--active,.all-cat-link.active{padding-left:24px;color:#000215;pointer-events:none}@media (min-width: 1024px){.c-aside-navigation__link--active,.all-cat-link.active{padding-left:14px}}.c-aside-navigation__link--active:after,.all-cat-link.active:after{position:absolute;bottom:50%;left:10px;width:5px;height:8px;margin-right:auto;margin-left:auto;background:url(../images/breadcrumbs-arr.svg) no-repeat center center/auto auto;transform:translateY(50%);opacity:1;content:""}@media (min-width: 1024px){.c-aside-navigation__link--active:after,.all-cat-link.active:after{top:2px;left:4px}}.c-aside-navigation__link--active ~ .c-aside-navigation__submenu--slide,.all-cat-link.active ~ .c-aside-navigation__submenu--slide{display:block;margin-top:8px}@media (min-width: 768px){.c-aside-navigation__link.selected{position:relative;font-weight:700}}.c-aside-navigation__count,.c-aside-navigation__link-num{margin:0px 4px;color:#000215;font-weight:600;font-size:12px;font-style:normal;line-height:16px;opacity:0.7}.c-aside-navigation__submenu{padding-left:25px}.c-aside-navigation__submenu--slide{display:none}@media (max-width: 1023.98px){.c-aside-navigation__submenu--slide{position:absolute;top:0;bottom:auto;left:150%;z-index:3;display:block;width:100%;padding-left:0px;background-color:#fff;transition:all 0.23s}.c-aside-navigation__submenu--slide.submenu-opened{left:0px;height:100%}}.c-aside-navigation__submenu--slide .c-aside-navigation__item{margin-top:4px}.c-aside-navigation__submenu--cat{padding-left:18px}@media (max-width: 1023.98px){.c-aside-navigation__submenu--cat{padding-left:0}}.c-aside-navigation__item{position:relative;display:block;width:100%;line-height:18px}@media (min-width: 768px){.c-aside-navigation__item{margin-bottom:8px;list-style-type:none}}@media (max-width: 1023.98px){.c-aside-navigation__item{position:unset;display:block;transition:height 0.9s}.c-aside-navigation__item.back,.c-main-navigation__item.back{padding:12px 15px;color:#000215;font-size:20px;line-height:35px}.c-aside-navigation__item.back:before,.c-main-navigation__item.back:before{bottom:23px;left:16px;display:inline-block;width:11px;height:11px;margin-right:10px;margin-left:2px;border-bottom:1px solid #1e2c92;border-left:1px solid #1e2c92;transform:rotate(45deg);content:""}}.c-aside-navigation__parent{display:inline-block;border-bottom:none}@media (min-width: 768px){.c-aside-navigation__parent>.c-aside-navigation__link{padding-bottom:5px}}.c-aside-navigation__parent-label{position:relative;display:inline-block;width:100%;padding:12px 15px 12px 40px;border-bottom:1px solid #f0f0f4;color:#000215;font-weight:normal;font-size:20px;font-style:normal;line-height:35px}@media (max-width: 1309.98px){.c-aside-navigation__parent-label .c-aside-navigation__count,.c-aside-navigation__parent-label .c-aside-navigation__link-num{display:inline-block;font-size:20px}}@media (min-width: 1024px){.c-aside-navigation__parent-label{display:none}}.c-aside-navigation__parent-label:before{position:absolute;bottom:23px;left:16px;width:11px;height:11px;margin-right:auto;margin-left:auto;border-bottom:1px solid #1e2c92;border-left:1px solid #1e2c92;transform:rotate(45deg);content:""}.all-cat-link{display:inline-block;color:#1e2c92;font-weight:bold;font-size:14px;line-height:18px}@media (max-width: 1023.98px){.all-cat-link{width:100%;padding:10px 15px;border-bottom:1px solid #f0f0f4;font-size:18px}.all-cat-link.hide-mobile{display:none}}.all-cat-link.active{position:relative}@media (min-width: 1024px){.all-cat-link.hide-desktop{display:none}}.etytan{width:100%;margin-bottom:110px}@media (max-width: 767.98px){.etytan{margin-bottom:50px}}.etytan__columns{display:grid;grid-template-columns:35% auto;gap:60px;align-items:center;padding:50px 50px 50px 0;border:2px solid #f0f0f4}@media (max-width: 767.98px){.etytan__columns{grid-template-columns:1fr;gap:20px;padding:24px 20px}}@media (max-width: 767.98px){.etytan__columns--image{max-width:62%;margin-left:-22px}}.etytan__above-title{margin-bottom:8px}@media (max-width: 767.98px){.etytan__above-title{margin-bottom:12px}}.etytan__above-title strong{font-weight:600}.etytan__title{margin-bottom:14px;font-weight:700;font-size:25px;line-height:1.4}@media (max-width: 767.98px){.etytan__title{margin-bottom:12px}}.etytan__benefits{margin-bottom:24px;padding:0 0 0 28px}@media (max-width: 767.98px){.etytan__benefits{padding:0 0 0 18px}}.etytan__benefits li{margin-bottom:4px;list-style:disc}.etytan__benefits li:last-child{margin-bottom:0}.etytan__benefits li::marker,.etytan__benefits li::before{display:none}.etytan__buttons{display:flex;flex-wrap:wrap;gap:24px}@media (max-width: 767.98px){.etytan__buttons{flex-direction:column;gap:16px}}@media (max-width: 767.98px){.etytan__buttons .btn,.etytan__buttons .comments-area .submit,.comments-area .etytan__buttons .submit{width:100%}}.container.c-top-header-box .container--etytan{padding:0}.c-box-premium-zone{padding:50px 0 0px}@media (min-width: 768px){.c-box-premium-zone{padding:100px 0}}.c-box-premium-zone__content{font-size:14px;line-height:normal}.c-box-premium-zone__content span{display:block;margin-bottom:15px}.c-box-premium-zone__blue-block{display:flex;flex-wrap:wrap;padding:0 23px 23px 23px;border-radius:8px;color:#fff;background:rgba(0,5,62,0.9);box-shadow:0 1px 12px 0 rgba(0,0,0,0.1)}@media (min-width: 768px){.c-box-premium-zone__blue-block{flex-wrap:nowrap;align-items:center;height:250px;padding-bottom:0}}.c-box-premium-zone__blue-item{width:100%;padding:31px;text-align:center}@media (min-width: 768px){.c-box-premium-zone__blue-item{text-align:left}}.c-box-premium-zone__blue-item--photo{position:relative;left:calc((-30px - 46px) / 2);flex-shrink:0;width:calc(100% + 30px + 46px);background:#00053e}@media (min-width: 768px){.c-box-premium-zone__blue-item--photo{position:unset;left:unset;display:flex;flex-direction:column;flex-shrink:unset;justify-content:center;width:100%;height:294px;padding:31px 61px;border-radius:8px}}.c-box-premium-zone__heading{margin-bottom:30px;font-weight:400;font-size:25px;line-height:32px}@media (min-width: 768px){.c-box-premium-zone__heading{margin-bottom:5px;font-size:38px;line-height:47px}}.c-box-premium-zone__heading--small{font-size:24px}@media (max-width: 1023.98px){.c-box-premium-zone__heading--small{margin-bottom:10px;font-size:16px}}.c-box-premium-zone__heading--gobt{font-size:34px}.c-box-premium-zone__desc{font-size:14px}@media (min-width: 768px){.c-box-premium-zone__desc{margin-bottom:30px;font-size:16px}}.c-box-premium-zone__checkboxes{display:flex}.c-box-premium-zone__checkboxes-item{width:100%}@media (min-width: 768px){.c-box-premium-zone__checkboxes-item{width:auto;margin-right:40px}}.c-box-premium-zone__checkboxes-item::before{display:table;width:20px;height:15px;margin:0 auto 12px auto;background:url(../images/check_red_icon.svg);content:""}@media (min-width: 768px){.c-box-premium-zone__checkboxes-item::before{display:inline-block;margin:0 16px 0 0;font-size:0}}@media (max-width: 1023.98px){.c-box-premium-zone .lbox{margin-bottom:30px}}.c-box-premium-zone .lbox a{margin-top:30px}.c-box-premium-zone .gobt{margin-top:auto}@media (max-width: 1023.98px){.c-box-premium-zone .gobt{margin-top:30px}}.c-box-premium-zone .gobt_box{display:flex;flex-direction:column}.c-box-premium-zone .noicons{margin:0;padding:0}.c-box-premium-zone .noicons li{display:flex;align-items:center;margin-bottom:20px;font-size:15px;list-style-type:none}.c-box-premium-zone .noicons li:last-child{margin-bottom:0}.c-box-premium-zone .noicons li:before{display:none}.c-box-premium-zone .noicons li img{max-width:35px;margin-right:15px}.c-box-premium-zone .noicons li p{margin:0}.c-box-architect-zone{width:100%;margin:20px 0px 60px 0}@media (max-width: 1023.98px){.c-box-architect-zone{margin:20px 0px 30px 0}}.c-box-architect-zone .col-md-4{text-align:right}.c-box-architect-zone .col-md-4 a:last-of-type img{width:22px}@media (max-width: 767.98px){.c-box-architect-zone .col-md-4{text-align:center}}.c-box-architect-zone .pz_item{margin:10px auto;margin-bottom:0px;padding:20px 15px;background:#f4f6f8}.c-box-architect-zone .pz_item__heading{margin:0;font-weight:300;font-size:18px}@media (max-width: 1023.98px){.c-box-architect-zone .pz_item__heading{margin-bottom:15px;font-size:14px;text-align:center}}@media (max-width: 1023.98px){.c-box-architect-zone .pz_item{padding:15px}}.c-box-architect-zone .pz_pdf{margin:0 30px}@media (max-width: 1023.98px){.c-box-architect-zone .pz_pdf{margin-left:0}}.c-box-architect-zone .cbox img{max-width:120%;margin-left:-20%}.related-products--bought-in-set h2,.related-products--relation-with-system h2,.related-products--similar-in-category h2{margin-top:48px}@media (max-width: 767.98px){.related-products .c-box-top-products__slider .blog-slider-arrows--next{right:-1px}}.related-products .c-box-top-products__slider:after{position:absolute;top:0;right:1px;z-index:7;width:78px;height:100%;background:linear-gradient(270deg, #fff 0%, rgba(255,255,255,0) 100%);opacity:1;transition:all 0.23s;content:""}@media (max-width: 767.98px){.related-products .c-box-top-products__slider:after{right:-1px}}@media (min-width: 768px){.related-products .c-box-top-products__slider:hover::after{opacity:0}}.related-products .c-box-top-products__slider.hide-after:after{opacity:0}.c-latest-posts__heading{margin:0;padding-bottom:30px;font-weight:400;font-size:24px}.c-latest-posts-item{height:auto}.c-latest-posts-item__categories{display:block;width:100%;margin-bottom:5px;color:rgba(0,5,62,0.5);font-weight:300;font-size:13px;line-height:18px}.c-latest-posts-item__link,.c-latest-posts-item__image{display:block;width:100%}.c-latest-posts-item__link{height:100%;padding:25px;overflow-x:hidden;background-color:#edf1f8;box-shadow:none;transition:box-shadow 0.3s ease-in-out}.c-latest-posts-item__link:hover{color:#fff;background-color:#222a68;box-shadow:0}.c-latest-posts-item__image{width:auto;max-width:200%;height:275px;margin:-25px -25px 25px -25px}@media (min-width: 768px){.c-latest-posts-item__image{margin-bottom:20px}}.c-latest-posts-item__heading{height:46px;overflow:hidden;font-weight:400;font-size:14px}@media (min-width: 768px){.c-latest-posts-item__heading{margin-bottom:25px;font-size:18px;line-height:23px}}.c-latest-posts-item__more{display:none}@media (min-width: 768px){.c-latest-posts-item__more{display:block;font-size:16px;line-height:20px}}@media (min-width: 768px){.c-latest-posts-item__more::after{position:relative;top:3px;display:inline-block;width:24px;height:16px;margin-left:10px;background:url(../images/long_arrow.svg) no-repeat center center/auto auto;content:""}}.c-box-top-products,.basic-slider{padding:25px 0 100px 0;color:#00053e;background:rgba(200,209,218,0.1)}@media (min-width: 768px){.c-box-top-products,.basic-slider{padding:50px 0}}.c-box-top-products .slick-list,.basic-slider .slick-list{width:calc(100% - 1px);padding:20px 0}.c-box-top-products .slick-track,.basic-slider .slick-track{height:auto;margin:0 -4px}@media (min-width: 768px){.c-box-top-products .slick-track,.basic-slider .slick-track{margin:0 -15px}}.c-box-top-products .slick-slide,.basic-slider .slick-slide{max-width:300px;height:inherit !important;padding:0 4px}@media (min-width: 768px){.c-box-top-products .slick-slide,.basic-slider .slick-slide{max-width:initial;padding:0 15px}}.c-box-top-products__heading,.basic-slider__heading{font-weight:bold;font-size:25px;line-height:35px}@media (min-width: 768px){.c-box-top-products__heading,.basic-slider__heading{margin-top:50px;margin-bottom:30px;font-weight:400;font-size:38px}}.c-box-top-products__heading--alt,.basic-slider__heading--alt{margin-bottom:0;padding-bottom:24px;font-weight:700;font-size:25px;line-height:35px}.c-box-top-products__content,.basic-slider__content{margin-bottom:20px;font-size:14px}@media (min-width: 768px){.c-box-top-products__content,.basic-slider__content{font-size:15px;line-height:19px}}.c-box-top-products__slider,.basic-slider__slider{margin-right:-15px}@media (min-width: 768px){.c-box-top-products__slider,.basic-slider__slider{margin-right:0}}.c-box-top-products__button::after,.basic-slider__button::after{position:relative;top:3px;display:inline-block;width:20px;height:16px;margin-left:10px;background:url(../images/long_arrow.svg) no-repeat center center/auto auto;content:""}.c-box-top-products__arrows,.blog-slider-arrows,.basic-slider__arrows{position:absolute;top:-70px;display:block;width:50px;height:50px;background:#fff url(../images/caret_line_icon_bottom.svg) no-repeat center center/30% auto;background-color:#edf1f8;cursor:pointer;transition:0.2s}@media (min-width: 768px){.c-box-top-products__arrows,.blog-slider-arrows,.basic-slider__arrows{top:auto;bottom:20px}}.c-box-top-products__arrows--next,.basic-slider__arrows--next{right:0;transform:rotate(-90deg)}@media (min-width: 768px){.c-box-top-products__arrows--next,.basic-slider__arrows--next{right:unset;left:calc(-33% - (30px / 2) + 54px)}}.c-box-top-products__arrows--prev,.basic-slider__arrows--prev{left:0;transform:rotate(90deg)}@media (min-width: 768px){.c-box-top-products__arrows--prev,.basic-slider__arrows--prev{left:calc(-33% - (30px / 2))}}.c-box-top-products--alt .c-box-top-products__arrows,.c-box-top-products--alt .blog-slider-arrows,.basic-slider--alt .c-box-top-products__arrows,.basic-slider--alt .blog-slider-arrows{top:50%;background:#222a68 url(../images/arrow-alt-right.svg) no-repeat;background-position:center;background-size:auto}.c-box-top-products--alt .c-box-top-products__arrows.slick-disabled,.c-box-top-products--alt .slick-disabled.blog-slider-arrows,.basic-slider--alt .c-box-top-products__arrows.slick-disabled,.basic-slider--alt .slick-disabled.blog-slider-arrows{display:none;visibility:hidden}.c-box-top-products--alt .c-box-top-products__arrows--next,.basic-slider--alt .c-box-top-products__arrows--next{right:10px;left:auto;transform:rotate(0deg) translateX(50%)}.c-box-top-products--alt .c-box-top-products__arrows--prev,.basic-slider--alt .c-box-top-products__arrows--prev{left:0;z-index:1;transform:rotate(180deg) translateX(50%)}.c-box-top-products__dots,.basic-slider__dots{display:none !important}.c-box-top-products__counter,.basic-slider__counter{position:absolute;bottom:-66px;left:50%;color:#00053e;font-size:15px;transform:translate(-50%, 0)}@media (min-width: 768px){.c-box-top-products__counter,.basic-slider__counter{bottom:90px;left:calc(-33% + (30px / 2));transform:unset}}.basic-slider{display:flex}.basic-slider .c-single-loop-procuct{display:flex !important;flex:1;max-width:300px;padding:0 10px}@media (min-width: 768px){.basic-slider .c-single-loop-procuct{padding:0 6px}}.c-box-top-products{padding:0;background-color:#fff}.c-box-top-products .slick-slide .c-single-loop-procuct__box-img{position:relative}.c-box-top-products .slick-slide .c-single-loop-procuct__box-img .noveltyn--product-label{position:absolute;bottom:0.25rem;left:0.25rem;margin:0}@media (max-width: 767.98px){.c-box-top-products{margin-top:50px;margin-bottom:20px}}.c-box-top-products--alt{margin-top:0}.c-box-top-products--arrow:hover,.c-box-top-products--arrow:after{opacity:1;filter:brightness(0) invert(1)}@media (max-width: 1023.98px){.c-box-top-products__arrows,.blog-slider-arrows{display:none}}.c-box-top-products__content{padding-right:20px}.c-box-top-products__counter{position:unset;margin-top:auto;margin-bottom:70px;color:#fff}.c-box-top-products .slick-list{padding:0}.c-box-top-products>.container .row>.col-md-9,.c-box-top-products>.container .row>.col-md-3{z-index:1;padding-top:50px;padding-bottom:50px}@media (max-width: 1023.98px){.c-box-top-products>.container .row>.col-md-9,.c-box-top-products>.container .row>.col-md-3{padding-top:30px;padding-bottom:50px;padding-left:25px}}.c-box-top-products .bbg{display:flex;flex-direction:column}.c-box-top-products .bbg::before{right:0}.c-box-top-products .bbg a{margin-top:20px;font-weight:600}.c-box-home-tabs{padding-top:50px;padding-bottom:60px;background-color:#edf1f8;transition:all 0.2s ease-in-out}@media (min-width: 768px){.c-box-home-tabs.active{padding-bottom:0}}.c-box-home-tabs-header{padding:30px 50px;border-bottom:1px solid #eee}.c-box-home-tabs__image{display:none}@media (min-width: 768px){.c-box-home-tabs__image{display:block;width:100%}}.c-box-home-tabs__block{display:flex;align-items:center;justify-content:center;margin:0;margin-top:0;background:#fff;background-color:transparent;box-shadow:none}@media (max-width: 1023.98px){.c-box-home-tabs__block{margin-right:calc(-30px / 2);margin-left:calc(-30px / 2)}}@media (min-width: 768px){.c-box-home-tabs__block{position:relative;z-index:1;border-radius:8px}}.c-box-home-tabs__block-link{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:82px;padding:14px;border-bottom:2px solid transparent;color:#00053e;font-weight:600;font-size:14px;cursor:pointer;opacity:0.6;transition:all 0.2s ease-in-out}@media (min-width: 768px){.c-box-home-tabs__block-link{padding:14px 80px;font-size:18px}}.c-box-home-tabs__block-link::before{width:20px;height:20px;margin-bottom:10px;background:url(../images/window_red_icon.svg) no-repeat center center/auto auto;opacity:0.6;content:""}.c-box-home-tabs__block-link::after{position:absolute;bottom:-7px;left:50%;display:block;border-top:5px solid #d71920;border-right:5px solid transparent;border-left:5px solid transparent;transform:translate(-50%, 0);opacity:0;transition:all 0.2s ease-in-out;content:""}.c-box-home-tabs__block-link:hover,.c-box-home-tabs__block-link.active{border-bottom-color:#d71920;background-color:#fff;opacity:1}.c-box-home-tabs__block-link:hover::after,.c-box-home-tabs__block-link:hover::before,.c-box-home-tabs__block-link.active::after,.c-box-home-tabs__block-link.active::before{opacity:1}@media (min-width: 768px){.c-box-home-tabs__block-link{height:112px}}.c-box-home-tabs__content{display:none}.c-box-home-tabs__content .container{padding:0;background-color:#fff}.c-box-home-tabs__heading{display:none}@media (min-width: 768px){.c-box-home-tabs__heading{display:block;margin:0;color:#00053e;font-weight:300;font-size:38px}}.c-box-home-tabs__hotspots-container{display:none}@media (min-width: 768px){.c-box-home-tabs__hotspots-container{position:relative;display:block;overflow:hidden}}.c-product-category-box__item{display:flex;align-items:flex-end;justify-content:center;border-right:1px solid #dde3e8;border-bottom:1px solid #dde3e8;transition:0.2s}.c-product-category-box__item:nth-child(6n+6){border-right:0}.c-product-category-box__item:hover{background-color:#222a68}.c-product-category-box__item:hover img{filter:brightness(0) invert(1)}.c-product-category-box__item:hover a{color:#fff}.c-product-category-box__item img{width:auto;max-width:45px;height:auto;max-height:50px;margin-top:15px;margin-bottom:20px;transition:0.2s}.c-product-category-box__item a{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;padding:15px;font-weight:400;font-size:15px;line-height:normal;text-align:center;transition:0.2s}.system-box__title{display:flex;flex-direction:column}.system-box__title .cta-arrow{margin-top:auto;margin-bottom:30px;margin-left:20px}.system-box__image{padding:0 20px}.system-box-row{height:100%;margin:0}.system-box-row-grid{padding:0}.system-box-row-grid:nth-child(2n+3) .c-system-link{border-right:0}.system-box-row .c-system-link{height:100%;margin:0;padding:15px;border-right:1px solid #dde3e8;border-bottom:1px solid #dde3e8;transition:0.2s}.system-box-row .c-system-link:hover{color:#fff;background-color:#222a68}.c-box-content{width:100%;margin-bottom:30px;padding-top:20px;color:#333;font-size:14px;line-height:1.8}@media (min-width: 768px){.c-box-content{padding-top:30px;font-size:16px;line-height:26px;text-align:left}}.c-box-content__space{height:1px;margin:40px 0 0px 0;background-color:#eee}@media (min-width: 768px){.c-box-content__space{margin:50px 0}}.c-box-content .select-abs-box{position:relative}@media (max-width: 1023.98px){.c-box-content .select-abs-box{padding-top:108px}.c-box-content .select-abs-box .select-abs{position:absolute;top:0;left:0}.c-box-content .select-abs-box .col-static{position:static}}@media (min-width: 768px){.c-box-content__seclect{padding-left:73px}}.c-box-content__seclect .h4,.c-box-content__seclect .contact-details__desc h4,.contact-details__desc .c-box-content__seclect h4,.c-box-content__seclect .post-text h3,.post-text .c-box-content__seclect h3,.c-box-content__seclect .steps__h3{margin-bottom:16px}.c-product-description{margin-top:30px}@media (max-width: 1023.98px){.c-product-description{border-top:1px solid rgba(200,209,218,0.5)}}@media (min-width: 768px){.c-product-description{margin-bottom:15px;padding-top:42px}}.c-product-description__sub-title{margin-bottom:12px;font-size:21px;line-height:29.4px}@media (min-width: 768px){.c-product-description__sub-title{margin-bottom:15px}}.c-product-description__content{position:relative;z-index:2;flex:0 0 100%;width:100%;max-width:100%;margin:0;padding:0;color:#000215;font-size:16px;line-height:25.6px}@media (min-width: 768px){.c-product-description__content{flex:0 0 65%;width:65%;max-width:65%;margin-left:-15px;font-size:16px;background:#fff}}.c-product-description__content ul{padding-left:7px}.c-product-description__content li{position:relative;padding-left:12px;list-style-type:none}.c-product-description__content li:before{position:absolute;left:0;padding:0 10px 0 0;color:#d71920;content:"•"}.c-product-description>.container{background:#fff}.c-product-description>.container>.row-o{position:relative}.c-product-description>.container>.row-o h3,.c-product-description>.container>.row-o .c-product-description__container{position:relative;z-index:1}.c-product-description .c-product-block-heading{margin-bottom:0;padding-bottom:25px;font-weight:900;font-size:34px}@media (max-width: 1023.98px){.c-product-description .c-product-block-heading{padding:15px 0;font-size:18px}}.c-product-description__image{width:calc(100% - 30px);margin-bottom:20px;margin-left:calc(30px / 2);background-repeat:no-repeat;background-position:center center;background-size:cover}@media (min-width: 768px){.c-product-description__image{position:absolute;top:0;left:0;z-index:1;width:40%;height:100%;margin-bottom:unset;margin-left:unset}}.c-product-description__image::before{display:block;padding-top:calc(100% - 94px);content:""}@media (min-width: 768px){.c-product-description__image::before{content:none}}@media (min-width: 768px){.c-product-description__content-block{position:relative;padding-top:0;overflow:hidden}}.c-product-description__content-block::after{display:none}@media (max-width: 1023.98px){.c-product-description__content-block>.container{padding:0}}.c-product-description__container{display:none}@media (min-width: 768px){.c-product-description__container{display:block;padding-top:0}}.c-product-description__youtube{z-index:2;flex:0 0 100%;width:100%;max-width:100%}@media (min-width: 768px){.c-product-description__youtube{flex:0 0 65%;width:65%;max-width:65%}}.c-product-description__youtube .yt{position:relative;max-width:100%;height:0;padding:0 0 56.25% 0;overflow:hidden}.c-product-description__youtube .yt iframe{position:absolute;top:0;left:0;width:100%;height:100%}.c-product-description__warning{margin-top:16px;margin-bottom:64px}.variants-heading{margin-top:8px;text-transform:uppercase}.c-product-variants{width:100%}.c-product-variants-table,.c-product-variants tr,.c-product-variants td,.c-product-variants th{height:auto;padding:0;border:none;text-align:left;background:none}.c-product-variants th{width:74px}@media (min-width: 768px){.c-product-application{margin-bottom:26px}}.c-product-application__container{display:none;padding-top:20px;padding-bottom:20px}@media (min-width: 768px){.c-product-application__container{display:block;padding-top:0}}.c-product-application__list{display:flex;flex-wrap:wrap;width:100%;max-width:770px;font-size:14px}@media (min-width: 768px){.c-product-application__list{font-size:16px}}.c-product-application__list-item{display:flex;align-items:flex-start;width:100%;margin-bottom:20px}@media (min-width: 768px){.c-product-application__list-item{margin-bottom:35px;padding-right:60px}}@media (min-width: 768px){.c-product-application__list-item--split{width:50%}}.c-product-application__list-icon{display:block;margin-top:4px;margin-right:19px}@media (max-width: 767.98px){.c-product-application__list-icon{margin-top:2px;margin-right:11px}}@media (min-width: 768px){.c-product-specyfication{margin-bottom:50px}}.c-product-specyfication__container{display:none;padding:0 20px}@media (min-width: 768px){.c-product-specyfication__container{display:block;padding-top:20px;padding-bottom:20px}}.c-product-specyfication__list{display:flex;flex-wrap:wrap;width:100%;max-width:770px}.c-product-specyfication__list-item{width:50%;padding:10px 0;border-bottom:1px solid rgba(200,209,218,0.7);font-size:16px;line-height:35px;letter-spacing:0}.c-product-specyfication__list-item:nth-of-type(odd){padding-right:20px;color:#00053e;opacity:0.6}.c-product-specyfication__list-item :nth-of-type(2n+1){color:#333}.c-product-specyfication__list-item:nth-of-type(even){color:#111111;font-weight:600}.c-product-specyfication__list-item:nth-last-of-type(1),.c-product-specyfication__list-item:nth-last-of-type(2){border-bottom:unset}@media (min-width: 768px){.c-product-file-donwload{margin-bottom:50px}}.c-product-file-donwload__container{display:none;padding-top:20px;padding-bottom:20px}@media (min-width: 768px){.c-product-file-donwload__container{display:block;padding-top:0}}.c-product-file-donwload .container{border-bottom:1px solid rgba(200,209,218,0.5)}@media (min-width: 768px){.c-product-file-donwload .container{border:none}}.c-product-file-donwload__list{display:flex;flex-wrap:wrap;width:100%;max-width:610px}.c-product-file-donwload__list-link{display:flex;align-items:center;width:100%;padding:17px 23px;font-weight:400;font-size:15px;line-height:normal;word-wrap:break-word;transition:all 0.2s ease-in-out}@media (min-width: 768px){.c-product-file-donwload__list-link{font-size:16px}}.c-product-file-donwload__list-link:hover{color:#d71920;background:#fff}.c-product-file-donwload__list-link::before{display:block;width:46px;height:49px;margin-right:23px;flex-shrink:0;background:url(../images/download_document.svg) no-repeat center center/auto auto;background-size:contain;content:""}.c-product-file-donwload__list-item{width:100%;margin-bottom:0;padding:0}@media (min-width: 768px){.c-product-file-donwload__list-item{width:50%;margin-bottom:10px;padding:10px 0}}@media (min-width: 768px){.c-product-file-donwload__list-item:nth-child(odd){padding-right:calc(30px / 2)}}@media (min-width: 768px){.c-product-file-donwload__list-item:nth-child(even){padding-left:calc(30px / 2)}}@media (max-width: 1309.98px){.c-product-cta .container{padding:0}}.widget-cta{display:grid;grid-template-columns:88px auto;gap:0 32px;align-items:center;max-width:69%;margin:-50px 0 35px 0;padding:32px 34px;background-color:#232b64}@media (max-width: 1309.98px){.widget-cta{max-width:100%}}@media (max-width: 767.98px){.widget-cta{grid-template-columns:56px auto;gap:0 20px;margin:50px 0 56px 0;padding:32px 16px}}.widget-cta__image{grid-row:1 / span 3;max-width:88px;height:auto}@media (max-width: 767.98px){.widget-cta__image{grid-row:1;max-width:56px}}.widget-cta__text-small{grid-column:2;margin-bottom:4px;color:#fff;font-weight:500;font-size:16px;line-height:1.6}@media (max-width: 767.98px){.widget-cta__text-small{margin-bottom:0}}.widget-cta__text-main{grid-column:2;margin-bottom:16px;color:#fff;font-weight:500;font-size:25px;line-height:1.4}@media (max-width: 767.98px){.widget-cta__text-main{grid-column:span 2 / auto;margin-top:8px}}.widget-cta__button{display:inline-flex;grid-column:2;align-items:center;justify-content:center;width:fit-content;padding:6px 12px 6px 12px;color:#fff;font-weight:500;font-size:14px;line-height:1.3;background-color:#d71920;transition:color 0.23s}@supports (width: -moz-fit-content){.widget-cta__button{width:-moz-fit-content}}@media (max-width: 767.98px){.widget-cta__button{grid-column:span 2 / auto}}.widget-cta__button::after{display:inline-block;width:16px;height:16px;margin-left:8px;background:url(../images/long_arrow-white2.svg);background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform 0.23s, background-color 0.23s;content:""}.widget-cta__button:hover{color:#fff;background-color:#b5151b}.widget-cta__button:hover::after{transform:translateX(5px)}.c-product-system{margin-top:36px;margin-bottom:31px;padding-top:30px;line-height:1.3;z-index:2}@media (min-width: 768px){.c-product-system{margin-bottom:75px;margin-top:auto;padding-top:42px;position:relative}}.c-product-system .row-o{position:relative}@media (min-width: 768px){.c-product-system .row-o{max-width:75%;width:845px}}.c-product-system__wrapper{padding:16px;border:1px solid #C8D1DA;border-radius:4px}@media (min-width: 1024px){.c-product-system__wrapper{padding:40px 48px 38px}}.c-product-system__img-wrapper{position:relative;margin-top:-80px;margin-bottom:15px;width:172px}@media (min-width: 1024px){.c-product-system__img-wrapper{position:absolute;width:340px;height:218px;right:33px;top:16px}}.c-product-system__img-wrapper img{position:relative;left:-15px;height:auto;width:100%}.c-product-system__top-text{font-size:21px}@media (min-width: 1024px){.c-product-system__top-text{max-width:350px}}@media (min-width: 1310px){.c-product-system__top-text{max-width:400px}}.c-product-system__title{font-size:30px;font-weight:900}@media (min-width: 768px){.c-product-system__title{margin-bottom:28px;font-size:34px}}@media (min-width: 1024px){.c-product-system__title{margin-bottom:28px;font-size:34px;max-width:350px}}@media (min-width: 1310px){.c-product-system__title{max-width:400px}}.c-product-system__category{font-size:16;text-transform:uppercase;opacity:0.7}.c-product-system__text{margin-bottom:17px;font-size:23px;font-weight:900;line-height:1.37}@media (min-width: 768px){.c-product-system__text{font-size:25px}}.c-product-system__block-title{margin-bottom:32px;font-size:34px;line-height:44px}.c-product-system--sectors{padding-top:30px}@media (min-width: 768px){.c-product-system--sectors{padding-top:0}}.c-product-system--sectors .row-o{max-width:none;width:100%}.c-product-system--sectors .c-product-system__wrapper{padding:14px}@media (min-width: 768px){.c-product-system--sectors .c-product-system__wrapper{padding:32px 40px;display:flex;flex-direction:row-reverse;gap:19px}}.c-product-system--sectors .c-product-system__img-wrapper-sectors{margin:-73px 0 8px -16px;width:172px;height:129px}@media (min-width: 768px){.c-product-system--sectors .c-product-system__img-wrapper-sectors{margin:0 auto;width:433px;height:329px;flex-shrink:0}}.c-product-system--sectors .c-product-system__img-wrapper-sectors img{width:100%;height:100%;object-fit:contain}@media (min-width: 768px){.c-product-system--sectors .c-product-system__top-text{margin-bottom:10px}}.c-product-system--sectors .c-product-system__title{margin-bottom:8px}@media (min-width: 768px){.c-product-system--sectors .c-product-system__title{margin-bottom:10xp}}.c-product-system--sectors .c-product-system__text-description{font-size:21px;line-height:29px}.c-product-system--sectors .c-product-system__text-description ul{margin-bottom:20px;list-style-type:none;padding-left:0}.c-product-system--sectors .c-product-system__text-description ul li{padding-bottom:8px;font-size:16px;line-height:25px;background-image:url(../images/check-circle-green.svg);background-repeat:no-repeat;background-position:left top;background-size:24px 24px;padding-left:34px}.hero-contact{position:relative;left:50%;width:100vw;margin:0 -50vw 168px;line-height:1.3;background-color:#00053e}@media (min-width: 768px){.hero-contact{height:572px;margin:0 -50vw 88px;overflow:hidden}}.hero-contact__wrapper{position:static}.hero-contact__text-wrapper{padding-top:140px;color:#fff}@media (min-width: 768px){.hero-contact__text-wrapper{width:48%;padding-top:190px}.hero-contact__text-wrapper::after{position:absolute;bottom:0;width:100%;max-width:1200px;height:14px;border-radius:15px 0 0 0;background-color:#d71920;content:""}}.hero-contact__heading{margin-bottom:16px;font-weight:400;font-size:34px}@media (min-width: 768px){.hero-contact__heading{margin-bottom:33px;font-size:56px;line-height:1.05}}.hero-contact__heading strong{font-weight:900}.hero-contact__text{margin-bottom:16px;font-size:20px}@media (min-width: 768px){.hero-contact__text{font-size:26px}}.hero-contact__see-more{display:flex;gap:8px;align-items:center;margin-bottom:216px;font-weight:600;font-size:14px;cursor:pointer}.hero-contact__see-more::after{width:10px;height:14px;background:url(../images/arrow-down-c.svg) center;background-size:contain;content:""}@media (min-width: 768px){.hero-contact__see-more{margin-bottom:12px}}.hero-contact__image-wrapper{position:absolute;bottom:-120px;z-index:10;max-width:516px;height:270px;border-radius:16px 0 0 16px;overflow:hidden}@media (min-width: 576px){.hero-contact__image-wrapper{left:50%;width:calc(100% - 16px);border-radius:16px;transform:translateX(-50%)}}@media (min-width: 768px){.hero-contact__image-wrapper{top:190px;left:49%;width:732px;max-width:none;height:385px;border-radius:16px 0 0 0;transform:none}}@media (min-width: 1500px){.hero-contact__image-wrapper{border-radius:16px 16px 0 0}}.hero-contact__image-wrapper::before{position:absolute;top:0;left:0;width:100%;height:10px;background:#d71920;content:""}@media (min-width: 768px){.hero-contact__image-wrapper::before{content:none}}.hero-contact__image-wrapper img{width:auto;height:100%;object-fit:cover}@media (min-width: 768px){.hero-contact__image-wrapper img{width:100%;height:auto}}.contact-text-img{margin:48px 0;line-height:1.3}.contact-text-img__heading{margin-bottom:48px;font-size:30px;font-weight:400}@media (min-width: 768px){.contact-text-img__heading{max-width:960px;font-size:34px;margin-bottom:88px}}.contact-text-img strong{font-weight:900}.contact-text-img__images-box-wrapper{position:relative;display:flex;flex-wrap:wrap}@media (min-width: 768px){.contact-text-img__images-box-wrapper{margin-bottom:48px}}.contact-text-img__images-wrapper{position:relative;display:flex;gap:18px}@media (min-width: 576px){.contact-text-img__images-wrapper{left:50%;transform:translateX(-50%)}}@media (min-width: 576px) and (min-width: 768px){.contact-text-img__images-wrapper{left:auto;transform:none}}.contact-text-img__images-wrapper img{height:134px;width:auto}@media (min-width: 370px){.contact-text-img__images-wrapper img{height:180px}}@media (min-width: 576px){.contact-text-img__images-wrapper img{height:250px}}@media (min-width: 768px){.contact-text-img__images-wrapper img{height:400px}}.contact-text-img__images-wrapper img:first-child{border-radius:4px 0 0 4px}@media (min-width: 768px){.contact-text-img__images-wrapper img:first-child{width:590;object-fit:cover}}.contact-text-img__images-wrapper img:last-child{border-radius:0 4px 4px 0}.contact-text-img__red-label{position:relative;left:50%;margin-bottom:36px;padding:16px;max-width:390px;width:100vw;flex:1 0 100vw;transform:translate(-50%);font-size:21px;color:#fff;background-color:#D71920;line-height:1.37}@media (min-width: 768px){.contact-text-img__red-label{position:absolute;left:auto;right:-196px;bottom:-96px;padding:24px;border-radius:4px}}.contact-text-img__top-head{margin-bottom:5px;font-size:25px}@media (min-width: 768px){.contact-text-img__top-head{margin-bottom:9px}}.contact-text-img__head-2{margin-bottom:21px;font-size:30px;font-weight:900}@media (min-width: 768px){.contact-text-img__head-2{font-size:34px}}.contact-text-img__sub-title{margin-bottom:14px;max-width:700px;font-size:21px;line-height:1.37}@media (min-width: 768px){.contact-text-img__sub-title{margin-bottom:28px}}.contact-text-img__content{margin-bottom:30px;max-width:740px;font-size:16px}.contact-text-img__content h4{margin-bottom:12px;font-size:16px;font-weight:900}@media (min-width: 768px){.contact-text-img__content h4{font-size:18px}}.contact-text-img__content p{line-height:1.6}@media (min-width: 768px){.contact-text-img__content p{margin-bottom:27px}}.contact-text-img__bottom-text{display:flex;align-items:center;font-size:14px;gap:10px}.contact-text-img__bottom-text::before{content:"";flex:0 0 20px;width:24px;height:24px;background:url(../images/medal.png) no-repeat center;background-size:contain;opacity:0.4}.contact-numbers{margin:48px -50vw 46px;position:relative;width:100vw;left:50%;background-color:#00053E;color:#fff;line-height:1.3}@media (min-width: 768px){.contact-numbers{margin:80px -50vw 52px}}.contact-numbers__wrapper{padding:40px 0 50px;display:flex;flex-direction:column;justify-content:space-around;gap:20px}@media (min-width: 768px){.contact-numbers__wrapper{padding:73px 23px 80px;flex-direction:row;justify-content:space-between}}.contact-numbers__block{text-align:center;width:100%}.contact-numbers__big{margin-bottom:12px;font-size:34px;font-weight:900}@media (min-width: 768px){.contact-numbers__big{font-size:56px}}.contact-numbers__description{font-size:21px;opacity:0.5}.contact-gallery{margin:46px 0;line-height:1.3}@media (min-width: 768px){.contact-gallery{margin:80px 0}}.contact-gallery img{width:100%;height:auto;aspect-ratio:164 / 93;object-fit:cover}.contact-gallery__title{margin-bottom:13px;font-weight:900;font-size:30px}@media (min-width: 768px){.contact-gallery__title{margin-bottom:24px;font-size:34px}}.contact-gallery__text{margin-bottom:30px;font-size:21px;line-height:1.37}@media (min-width: 768px){.contact-gallery__text{max-width:950px;margin-bottom:36px}}.contact-gallery__img-wrapper{position:relative;max-width:515px;border-radius:4px;overflow:hidden}.contact-gallery__img-wrapper::after{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg, rgba(0,5,62,0.2), rgba(0,5,62,0.2));content:""}.contact-gallery__first-img-wrapper{display:flex;flex-direction:column;gap:20px;align-items:center;margin-bottom:24px}@media (min-width: 768px){.contact-gallery__first-img-wrapper{flex-direction:row;gap:41px;margin-bottom:64px}}.contact-gallery__img-text{font-size:21px;line-height:1.37}@media (min-width: 768px){.contact-gallery__img-text{width:52.5%}}.contact-gallery__gallery-wrapper{position:relative;left:50%;width:100vw;height:85px;margin:0 -50vw}@media (min-width: 576px){.contact-gallery__gallery-wrapper{height:130px}}@media (min-width: 768px){.contact-gallery__gallery-wrapper{height:264px}}.contact-gallery__gallery{display:flex;flex-wrap:nowrap;gap:10px;align-items:center;justify-content:center;width:100%}@media (min-width: 768px){.contact-gallery__gallery{gap:22px}}.contact-gallery__gallery>div{flex-shrink:0}.contact-gallery__gallery img{width:120px;height:85px;aspect-ratio:24 / 17}@media (min-width: 576px){.contact-gallery__gallery img{width:183px;height:130px}}@media (min-width: 768px){.contact-gallery__gallery img{width:372px;height:264px}}.contact-cta{margin:46px -50vw 0;padding:49px 0;position:relative;width:100vw;left:50%;background-color:#F7F9FC;line-height:1.3;overflow:hidden}@media (min-width: 768px){.contact-cta{margin:120px -50vw 0;padding:80px 0}}.contact-cta::before{position:absolute;right:-26px;bottom:-18px;width:372px;height:377px;background:url(../images/circle-selena.svg) no-repeat center;background-size:contain}@media (min-width: 768px){.contact-cta::before{content:""}}@media (min-width: 768px){.contact-cta__wrapper{padding:0 32px}}.contact-cta__logo{margin-bottom:25px;width:180px}@media (min-width: 768px){.contact-cta__logo{margin-bottom:23px;width:220px}}.contact-cta__logo img{width:100%;height:auto}.contact-cta__title{margin-bottom:17px;font-size:30px}@media (min-width: 768px){.contact-cta__title{margin-bottom:28px;font-size:34px}}.contact-cta__text{margin-bottom:15px;max-width:850px;font-size:16px;line-height:1.62}@media (min-width: 768px){.contact-cta__text{margin-bottom:32px;line-height:1.57}}.hero-homepage{position:relative;color:#fff;line-height:1.3}.hero-homepage::before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;z-index:-1;background-color:#00053E}@media (min-width: 768px){.hero-homepage::before{height:55.5%;top:auto;bottom:0}}.hero-homepage__top-section{position:relative;padding-top:140px;height:420px}@media (min-width: 768px){.hero-homepage__top-section{padding:66px 0 63px;height:auto;color:#000215;display:flex;justify-content:space-between;align-items:flex-start;gap:62px}}.hero-homepage__top-section::after{content:"";position:absolute;bottom:-2px;height:10px;width:100%;background-color:#D71920;border-radius:8px 8px 0 0}@media (min-width: 768px){.hero-homepage__top-section::after{content:none}}.hero-homepage__top-left-wrapper{max-width:640px;flex:0 0 640px}.hero-homepage__name-tag{display:none}@media (min-width: 768px){.hero-homepage__name-tag{padding-bottom:10px;display:block;font-size:21px}}.hero-homepage__heading{margin-bottom:15px;line-height:1.37}@media (min-width: 768px){.hero-homepage__heading{font-size:56px}}.hero-homepage__top-text{margin-bottom:16px;font-size:20px}@media (min-width: 768px){.hero-homepage__top-text{font-size:24px}}.hero-homepage__image-wrapper{position:absolute;top:-78px;left:-1px;width:100vw;height:500px;z-index:-1}@media (min-width: 768px){.hero-homepage__image-wrapper{position:relative;top:auto;left:auto;margin:0 auto 98px;border-top:16px solid #D71920;height:auto;width:100%;max-height:600px;max-width:1170px;border-radius:20px 20px 0 0}}.hero-homepage__image-wrapper::after{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background:linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.25) 100%)}@media (min-width: 768px){.hero-homepage__image-wrapper::after{content:none}}.hero-homepage__image-wrapper img{height:100%;width:auto;object-fit:cover}.hero-homepage__bottom-section{padding-bottom:48px}@media (min-width: 768px){.hero-homepage__bottom-section{padding-bottom:83px}}.hero-homepage__bottom-heading{margin:38px 0 20px;font-size:23px}@media (min-width: 768px){.hero-homepage__bottom-heading{margin-bottom:33px;font-size:25px}}@media (min-width: 768px){.hero-homepage__bottom-column-wrapper{display:flex;justify-content:space-between;align-items:center}}.hero-homepage__bottom-text{margin-bottom:27px;font-size:21px}@media (min-width: 768px){.hero-homepage__bottom-text{margin-bottom:0;width:310px;flex:0 0 310px}}.hero-homepage__icons-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}@media (min-width: 768px){.hero-homepage__icons-wrapper{gap:10px}}.hero-homepage__icons-block{width:156px;text-align:center}.hero-homepage__icons-block img{margin-bottom:20px}.hero-homepage__icon-text{font-size:14px;font-weight:700}.hero-homepage__see-more{display:flex;gap:8px;align-items:center;font-size:14px;font-weight:600;cursor:pointer}@media (min-width: 768px){.hero-homepage__see-more{color:#232B64}}.hero-homepage__see-more::after{content:"";width:12px;height:16px;background:url(../images/arrow-down-c.svg) center;background-size:contain}@media (min-width: 768px){.hero-homepage__see-more::after{filter:brightness(0) saturate(100%) hue-rotate(240deg) brightness(50%)}}@media (min-width: 768px){.hero-homepage__see-more{margin-bottom:12px}}.home-product-slider{margin:48px 0;line-height:1.3}@media (min-width: 768px){.home-product-slider{margin:80px 0}}.home-product-slider a{color:#fff}.home-product-slider__heading{margin-bottom:18px;font-size:30px;font-weight:900}@media (min-width: 768px){.home-product-slider__heading{margin-bottom:26px;font-size:34.6px}}.home-product-slider__text{margin-bottom:23px;font-size:23px;line-height:1.37}@media (min-width: 768px){.home-product-slider__text{margin-bottom:36px;font-size:25px;width:calc(100% - 100px)}}@media (min-width: 768px){.home-product-slider__bottom-wrapper{display:flex;align-items:center;justify-content:space-between;gap:40px}}.home-product-slider__bottom-text{margin-bottom:24px;font-size:21px;line-height:1.37;max-width:870px}@media (min-width: 768px){.home-product-slider__bottom-text{margin-bottom:0}}.home-product-slider__slide{position:relative;width:280px}.home-product-slider__slide img{width:100%;height:auto;object-fit:cover}@media (min-width: 768px){.home-product-slider__slide{width:378px}}.home-product-slider__red-label{position:absolute;top:0px;left:0px;display:flex;align-items:center;gap:7px;padding:4px 10px;font-size:12px;font-weight:600;text-transform:uppercase;background-color:#D71920;border-radius:4px 0 0 0;z-index:5}.home-product-slider__red-label::before{content:"";display:block;width:14px;height:20px;background:url(../images/sale.svg) center no-repeat;background-size:contain}.home-product-slider__image-wrapper{position:relative}.home-product-slider__image-wrapper::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg, rgba(2,32,78,0.2), rgba(2,32,78,0.2))}.home-product-slider__bottom-section-wrapper{padding:18px 17px;min-height:150px;position:relative;background-color:#00053E}@media (min-width: 768px){.home-product-slider__bottom-section-wrapper{padding:18px 21px}}.home-product-slider__promo_text{margin-bottom:9px;padding:3px 6px 3px 3px;max-width:170px;font-size:12px;font-weight:600;color:#000215;background-color:#fff;border-radius:2px;border-left:3px solid #D71920}@media (min-width: 768px){.home-product-slider__promo_text{padding:3px 8px 4px 5px;max-width:220px;display:inline-flex}}.home-product-slider__product-name{max-width:170px;font-size:16px;font-weight:900}@media (min-width: 768px){.home-product-slider__product-name{max-width:200px;font-size:18px}}.home-product-slider__product-image-wrapper{position:absolute;display:flex;align-items:flex-start;justify-content:center;top:15px;right:0px;height:130px;width:100px}@media (min-width: 768px){.home-product-slider__product-image-wrapper{top:-20px;height:230px;width:150px}}.home-product-slider__product-image-wrapper img{position:absolute;width:120px;height:120px;object-fit:contain;object-position:top}@media (min-width: 768px){.home-product-slider__product-image-wrapper img{width:220px;height:220px}}.home-product-slider .slick-list{overflow:visible}.home-product-slider .slick-slide{margin-right:16px;margin-bottom:95px;width:280px;border-radius:4px;overflow:hidden}@media (min-width: 768px){.home-product-slider .slick-slide{margin-bottom:28px;width:378px}}.home-product-slider__arrow{position:absolute;display:block;height:40px;width:40px;background-color:#00053E;top:auto;bottom:35px;left:0;background-image:url(../images/chevron.svg);background-size:24px;background-position:center;background-repeat:no-repeat;border-radius:2px;cursor:pointer;z-index:10}@media (min-width: 768px){.home-product-slider__arrow{left:auto;bottom:auto;top:-73px;right:56px}.home-product-slider__arrow:hover{top:-73px;background:unset;background-color:#00053E;background-image:url(../images/chevron.svg);background-size:24px;background-position:center;background-repeat:no-repeat}}.home-product-slider__arrow--next{left:56px;rotate:180deg}@media (min-width: 768px){.home-product-slider__arrow--next{left:auto;right:0}}.home-product-slider__arrow.slick-disabled{opacity:0.3;pointer-events:none}.home-product-slider__button{flex-shrink:0}.home-product-slider--sectors .slick-track{display:flex;align-items:stretch}.home-product-slider--sectors .slick-slide{display:flex;height:auto}.home-product-slider--sectors ul{margin-bottom:16px;padding-left:20px}.home-product-slider--sectors ul li{line-height:26px}.home-product-slider--sectors .home-product-slider__heading{margin-bottom:8px}@media (max-width: 767.98px){.home-product-slider--sectors .home-product-slider__slider--sectors{display:flex;flex-direction:column;align-items:center;gap:24px}}.home-product-slider--sectors .home-product-slider__red-label{color:#fff;border-radius:0 0 4px 0}.home-product-slider--sectors .home-product-slider__slide{display:flex !important;flex-direction:column;height:100%;border-radius:4px;overflow:hidden}@media (max-width: 767.98px){.home-product-slider--sectors .home-product-slider__slide{width:100%;max-width:328px}.home-product-slider--sectors .home-product-slider__slide:nth-of-type(n+5){display:none !important}}.home-product-slider--sectors .home-product-slider__slide--show-all:nth-of-type(n+5){display:flex !important}.home-product-slider--sectors .home-product-slider__product-name{color:#fff}.home-product-slider--sectors .home-product-slider__bottom-section-wrapper{z-index:2}@media (max-width: 767.98px){.home-product-slider--sectors .home-product-slider__bottom-section-wrapper{min-height:none}}.home-product-slider--sectors .home-product-slider__description-wrapper{padding:18px 20px 22px;position:relative;z-index:3;display:flex;height:100%;flex-direction:column;background-color:#fff;border:1px solid #C8D1DA;border-radius:0 0 4px 4px}.home-product-slider--sectors .home-product-slider__button{align-self:start;margin-top:auto}.home-product-slider--sectors .home-product-slider__show-more{margin-top:16px;width:100%;height:41px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #00053E;border-radius:3px;font-weight:700;text-transform:uppercase;color:#00053E}@media (min-width: 576px){.home-product-slider--sectors .home-product-slider__show-more{display:none}}.bundles-slider{margin:48px 0;line-height:1.37}@media (min-width: 768px){.bundles-slider{margin:80px 0 48px}}.bundles-slider__top-wrapper{margin-bottom:25px}@media (min-width: 768px){.bundles-slider__top-wrapper{margin-bottom:78px;display:flex;grid-area:8px}}.bundles-slider__heading{margin-bottom:20px;font-size:23px;font-weight:900}.bundles-slider__heading span{display:block;font-weight:400}@media (min-width: 768px){.bundles-slider__heading{width:50%;flex-shrink:0;font-size:25px}}.bundles-slider__text{font-size:16px;line-height:1.6}.bundles-slider__system{margin-bottom:10px;font-size:16px;text-transform:uppercase}.bundles-slider__system-name{margin-bottom:10px;font-size:23px;font-weight:900}@media (min-width: 768px){.bundles-slider__system-name{font-size:25px}}.bundles-slider__system-text{margin-bottom:16px;font-size:21px}.bundles-slider__link{margin-bottom:5px;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#1E2C92}.bundles-slider__link::after{content:"";width:16px;height:16px;background:url(../images/link-right-arrow.svg) no-repeat center;background-size:16px}.bundles-slider__slide{position:relative;width:280px}.bundles-slider__slide img{margin-bottom:20px;width:auto;height:245px;object-fit:contain}@media (min-width: 768px){.bundles-slider__slide{margin-bottom:22px;width:378px}}.bundles-slider .slick-list{overflow:visible}.bundles-slider .slick-slide{margin-right:16px;margin-bottom:95px;width:280px;border-radius:4px;overflow:hidden}@media (min-width: 768px){.bundles-slider .slick-slide{margin-bottom:28px;width:378px}}.bundles-slider__arrow{position:absolute;display:block;height:40px;width:40px;background-color:#00053E;bottom:35px;left:0;background-image:url(../images/chevron.svg);background-size:24px;background-position:center;background-repeat:no-repeat;border-radius:2px;cursor:pointer;z-index:10}@media (min-width: 768px){.bundles-slider__arrow{left:auto;bottom:auto;top:-55px;right:56px}.bundles-slider__arrow:hover{top:-55px;background-color:#00053E;background-image:url(../images/chevron.svg);background-size:24px;background-position:center;background-repeat:no-repeat}}.bundles-slider__arrow--next{left:56px;rotate:180deg}@media (min-width: 768px){.bundles-slider__arrow--next{left:auto;right:0}}.bundles-slider__arrow.slick-disabled{opacity:0.3;pointer-events:none}.testimonials{margin-top:-35px;padding:48px 0 15px;line-height:1.3;background-color:#f7f9fc}@media (min-width: 768px){.testimonials{margin-top:-20px;padding:80px 0 30px}}@media (min-width: 768px){.testimonials__top-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}}.testimonials__block-product-title{max-width:570px;font-weight:900;line-height:1.37}@media (min-width: 768px){.testimonials__block-product-title{margin-bottom:23px;font-size:34px}}.testimonials__block{position:relative;max-width:820px;padding:16px;border:1px solid #c8d1da;border-radius:4px;background-color:#fff}@media (min-width: 768px){.testimonials__block{width:75%;margin-bottom:70px;padding:22px}}.testimonials__heading{margin-bottom:15px;font-weight:900;font-size:30px}@media (min-width: 768px){.testimonials__heading{margin-bottom:30px;font-size:34px}}.testimonials__name{margin-bottom:3px;font-weight:900;font-size:20px}.testimonials__title{margin-bottom:10px;font-size:14px}@media (min-width: 768px){.testimonials__title{margin-bottom:0}}.testimonials__text{font-size:21px;line-height:1.37}.testimonials__slide{position:relative;width:280px;padding:16px;border:1px solid #c8d1da;border-radius:4px;background-color:#fff}.testimonials__slide img{width:auto;height:245px;margin-bottom:20px;object-fit:contain}@media (min-width: 768px){.testimonials__slide{width:378px;margin-bottom:22px;padding:24px}}.testimonials .slick-list{overflow:visible}.testimonials .slick-slide{width:280px;margin-right:16px;margin-bottom:95px;border-radius:4px;overflow:hidden}@media (min-width: 768px){.testimonials .slick-slide{width:378px;margin-bottom:28px}}.testimonials__arrow{position:absolute;top:auto;bottom:35px;left:0;z-index:10;display:block;width:40px;height:40px;border-radius:2px;background-color:#00053e;background-image:url(../images/chevron.svg);background-repeat:no-repeat;background-position:center;background-size:24px;cursor:pointer}@media (min-width: 768px){.testimonials__arrow{top:-55px;right:56px;bottom:auto;left:auto}}.testimonials__arrow--next{left:56px;rotate:180deg}@media (min-width: 768px){.testimonials__arrow--next{right:0;left:auto}}.testimonials__arrow.slick-disabled{opacity:0.3;pointer-events:none}.testimonials__stars{flex-shrink:0;margin-bottom:10px}.testimonials__stars span{display:inline-block;width:18px;height:18px;background:url(../images/star.svg) no-repeat center;background-size:contain;opacity:0.7;filter:grayscale(100%)}@media (min-width: 768px){.testimonials__stars{margin-bottom:0}}.testimonials__stars--no5 span:nth-child(-n+5){opacity:1;filter:none}.testimonials__stars--no4 span:nth-child(-n+4){opacity:1;filter:none}.testimonials__stars--no3 span:nth-child(-n+3){opacity:1;filter:none}.testimonials__stars--no2 span:nth-child(-n+2){opacity:1;filter:none}.testimonials__stars--no1 span:nth-child(-n+1){opacity:1;filter:none}.testimonials--sectors{background-color:transparent}@media (min-width: 768px){.testimonials--sectors .testimonials__top-wrapper{display:flex;align-items:center;justify-content:flex-start;margin-bottom:16px}.testimonials--sectors .testimonials__top-wrapper::before{width:32px;height:26px;margin-right:10px;background:url(../images/quote.svg) no-repeat center;background-size:contain;content:""}}.testimonials--sectors .testimonials__stars{margin-left:auto}.testimonials--sectors .three-slide__arrow{position:absolute;top:auto;bottom:35px;left:0;z-index:10;display:block;width:40px;height:40px;border-radius:2px;background-color:#00053e;background-image:url(../images/chevron.svg);background-repeat:no-repeat;background-position:center;background-size:24px;cursor:pointer}@media (min-width: 768px){.testimonials--sectors .three-slide__arrow{top:-75px;right:56px;bottom:auto;left:auto}}.testimonials--sectors .three-slide__arrow--next{left:56px;rotate:180deg}@media (min-width: 768px){.testimonials--sectors .three-slide__arrow--next{right:0;left:auto}}.testimonials--sectors .three-slide__arrow.slick-disabled{opacity:0.3;pointer-events:none}.testimonials--sectors .slick-list{overflow:hidden}@media (min-width: 768px){.testimonials--sectors .slick-list{width:calc(100% + 16px)}}.home-video{padding:42px 0 0;margin-bottom:48px;line-height:1.37}@media (min-width: 768px){.home-video{padding:80px  0 0;margin-bottom:80px}}.home-video__wrapper{margin-bottom:25px;display:flex;flex-direction:column;gap:16px}@media (min-width: 768px){.home-video__wrapper{gap:17px;flex-direction:row}}.home-video__top{display:flex;align-items:center;justify-content:space-between;gap:30px}@media (min-width: 768px){.home-video__top{margin-bottom:30px}}.home-video__heading{font-size:30px;font-weight:900;margin-bottom:15px}@media (min-width: 768px){.home-video__heading{margin-bottom:0;font-size:34px}}.home-video__block{position:relative;overflow:hidden;display:flex;background-color:#00053E;color:#fff;border-radius:4px}@media (min-width: 768px){.home-video__block{max-width:32.5%}}.home-video__block:hover{color:#fff}.home-video__title-wrapper{padding:16px}.home-video__title{font-size:16px;font-weight:900}@media (min-width: 768px){.home-video__title{font-size:18px}}.home-video img{width:121px;min-height:142px;height:100%;object-fit:cover}@media (min-width: 768px){.home-video img{width:140px;min-height:157px}}.home-video__play-ico{position:absolute;top:10px;left:10px}.home-video__play-ico svg{width:40px;height:40px}@media (min-width: 768px){.home-video__play-ico svg{width:48px;height:48px}}.home-video__see-more{margin-bottom:5px;display:none;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#1E2C92}.home-video__see-more::after{content:"";width:16px;height:16px;background:url(../images/link-right-arrow.svg) no-repeat center;background-size:16px}@media (min-width: 768px){.home-video__see-more--desktop{display:flex}}.home-video__see-more--mobile{display:flex}@media (min-width: 768px){.home-video__see-more--mobile{display:none}}.home-video--sectors .home-video__title-wrapper{position:relative}.home-video--sectors .home-video__title-wrapper::before{content:"";height:calc(100% - 32px);width:6px;position:absolute;top:16px;left:-6px;background-color:#D71920;border-radius:4px 0 0 4px}.home-video--single .home-video__single-wrapper{display:flex;flex-direction:row-reverse;gap:64px}@media (max-width: 1023.98px){.home-video--single .home-video__single-wrapper{flex-direction:column;gap:12px}}.home-video--single .home-video__head-wrapper{margin-top:48px;width:261px;flex-shrink:0}@media (max-width: 1023.98px){.home-video--single .home-video__head-wrapper{margin-top:0}}.home-video--single .home-video__single-video-wrapper{width:100%}.home-video--single .home-video__block{max-width:none;flex-direction:column}.home-video--single .home-video__img{width:100%}@media (max-width: 1023.98px){.home-video--single .home-video__img{aspect-ratio:328/184}}.home-video--single .home-video__thumb-wrapper{position:relative}.home-video--single .home-video__thumb-wrapper::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00053E;opacity:0.2}.home-video--single .home-video__play-ico{top:calc(50% - 24px);left:calc(50% - 24px);z-index:5}.home-video--single .home-video__title-wrapper{position:relative;padding:24px 32px}@media (max-width: 1023.98px){.home-video--single .home-video__title-wrapper{padding:16px}}.home-video--single .home-video__title-wrapper::before{content:"";position:absolute;top:-12px;left:32px;height:12px;width:calc(100% - 64px);border-radius:8px 8px 0 0;background-color:#D71920}@media (max-width: 1023.98px){.home-video--single .home-video__title-wrapper::before{top:-8px;height:8px}}.home-video--single .home-video__title{font-size:25px;line-height:35px}@media (max-width: 1023.98px){.home-video--single .home-video__title{font-size:18px;line-height:25px}}.academy{padding:48px 0;background-color:#00053E;color:#fff;line-height:1.3}@media (min-width: 768px){.academy{padding:80px 0}}.academy__heading{margin-bottom:22px;font-size:30px;font-weight:900}@media (min-width: 768px){.academy__heading{font-size:34px;margin-bottom:34px}}.academy__top{margin-bottom:20px}@media (min-width: 768px){.academy__top{margin-bottom:14px;display:flex;justify-content:space-between;align-items:center}}.academy__text{margin-bottom:28px;font-size:21px}@media (min-width: 768px){.academy__text{margin-bottom:42px}}.academy__blocks-label{opacity:0.5}.academy__see-more{display:flex;color:#fff;font-size:14px;font-weight:600;gap:8px}.academy__see-more:hover{color:#fff}.academy__see-more::after{content:"";width:16px;height:16px;flex-shrink:0;background:url(../images/link-right-arrow.svg) no-repeat center;background-size:16px;filter:brightness(0) invert(1) contrast(100)}.academy__see-more--desktop{display:none}@media (min-width: 768px){.academy__see-more--desktop{display:flex}}.academy__see-more--mobile{margin-top:25px;margin-bottom:35px}@media (min-width: 768px){.academy__see-more--mobile{display:none}}.academy__blocks-wrapper{margin-bottom:10px}.academy__date{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;height:64px;width:54px;align-items:center;justify-content:center;background-color:rgba(255,255,255,0.2);border-radius:2px;color:#fff;z-index:2}.academy__date div{line-height:1}.academy__date div:first-child{font-size:34px;font-weight:900}.academy__date div:last-child{font-size:16px}.academy__img-wrapper{position:relative}.academy__img-wrapper::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00053E;opacity:0.4}.academy__img-wrapper img{height:174px;width:100%;object-fit:cover}.academy__block-text-wrapper{padding:14px}.academy__block-text-top{margin-bottom:11px;display:flex;align-items:center;gap:6px}.academy__academy-link{padding:4px 6px;display:flex;align-items:center;gap:4px;color:#fff;text-transform:uppercase;background-color:#232B64;font-size:10px;font-weight:600}.academy__academy-link:hover{color:#fff}.academy__academy-link::before{content:"";width:12px;height:12px;background:url(../images/play-circle.svg) no-repeat center;background-size:contain}.academy__category{font-size:10px;font-weight:600;text-transform:uppercase}.academy__block-text{font-size:16px;font-weight:900;line-height:1.47}.academy__bottom-section{display:flex;flex-direction:column-reverse}@media (min-width: 768px){.academy__bottom-section{margin-bottom:8px;flex-direction:row;align-items:center;gap:85px}}.academy__bottom-section img{margin-bottom:25px;max-width:187px;width:100%;height:auto}@media (min-width: 768px){.academy__bottom-section img{position:relative;top:38px;max-width:258px}}.academy__bottom-heading{margin-bottom:21px;font-weight:900}@media (min-width: 768px){.academy__bottom-heading{margin-top:35px;margin-bottom:8px;font-size:18px}}.academy__bottom-text{margin-bottom:24px;line-height:1.6}.academy__button{margin-bottom:16px}@media (min-width: 768px){.academy__button{margin-bottom:0;flex-shrink:0}}@media (min-width: 768px){.academy__bottom-footer{display:flex;align-items:center;gap:30px}}.academy__bottom-footer-text{display:flex;gap:8px;align-items:center}.academy__bottom-footer-text::before{content:"";height:24px;width:24px;flex-shrink:0;background:url(../images/medal.png) no-repeat center;background-size:contain;filter:invert(100%);opacity:0.4}.academy__slide{position:relative;overflow:hidden;margin-right:16px;max-width:280px;height:100%;background-color:#fff;color:#000215;border-radius:4px}@media (min-width: 768px){.academy__slide{margin-right:16px}}.academy .slick-track{align-items:stretch}.academy .slick-list{overflow:visible}.academy .slick-slide{height:auto}.academy__arrow{position:absolute;display:block;height:40px;width:40px;background-color:#fff;top:-53px;right:56px;background-image:url(../images/chevron-blue.svg);background-size:24px;background-position:center;background-repeat:no-repeat;border-radius:2px;cursor:pointer;z-index:10;rotate:180deg}.academy__arrow--next{right:0px;rotate:0deg}.academy__arrow.slick-disabled{opacity:0.3;pointer-events:none}.architect-zone-v2{margin:42px 0;line-height:1.3;color:#fff}@media (min-width: 768px){.architect-zone-v2{margin:93px 0}}.architect-zone-v2__wrapper{display:flex;flex-direction:column;background-color:#00053E;border-radius:4px;overflow:hidden}@media (min-width: 768px){.architect-zone-v2__wrapper{flex-direction:row;align-items:stretch;gap:40px;min-height:304px;border-left:8px solid #D71920}}.architect-zone-v2__img{position:relative;align-self:center;height:304px;max-width:400px;width:100%;flex-shrink:0;overflow:hidden}.architect-zone-v2__img::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:8px;width:calc(100% - 30px);background-color:#D71920;border-radius:4px 4px 0 0}@media (min-width: 768px){.architect-zone-v2__img::after{content:none}}@media (min-width: 768px){.architect-zone-v2__img{height:auto;width:292px;align-self:auto}}.architect-zone-v2__img img{height:100%;width:100%;object-fit:cover}@media (min-width: 768px){.architect-zone-v2__img img{position:absolute;top:50%;transform:translateY(-50%)}}.architect-zone-v2__title{margin-bottom:16px;font-size:30px;font-weight:900}@media (min-width: 768px){.architect-zone-v2__title{font-size:34px}}.architect-zone-v2__subtitle{margin-bottom:17px;font-size:21px;font-weight:400}@media (min-width: 768px){.architect-zone-v2__subtitle{margin-bottom:22px}}.architect-zone-v2__content{font-size:14px;font-weight:600;margin-bottom:20px}@media (min-width: 768px){.architect-zone-v2__content{margin-bottom:34px}}.architect-zone-v2__box{padding:16px 16px 20px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.architect-zone-v2__button{align-self:center;width:100%}@media (min-width: 576px){.architect-zone-v2__button{width:auto}}@media (min-width: 768px){.architect-zone-v2__button{align-self:auto}}.academy-cta{padding:48px 0;line-height:1.3;color:#fff;background-color:#00053E}@media (min-width: 768px){.academy-cta{margin-bottom:115px;padding:71px 0 49px}}.academy-cta__heading-title{margin-bottom:24px;font-size:30px;font-weight:900}@media (min-width: 768px){.academy-cta__heading-title{margin-bottom:41px;max-width:920px;font-size:34px}}.academy-cta__img-wrapper{text-align:center;margin-bottom:24px}.academy-cta__img-wrapper img{aspect-ratio:164/103;object-fit:cover;width:100%;max-width:450px;height:auto}@media (min-width: 768px){.academy-cta__img-wrapper img{aspect-ratio:auto;width:450px;height:388px}}@media (min-width: 768px){.academy-cta__wrapper{display:flex;gap:48px}}.academy-cta__tag{margin-bottom:23px;display:inline-flex;align-items:center;background-color:#fff;color:#00053E;border-radius:2px;padding:5px 8px;gap:6px;font-size:14px;font-weight:600;text-transform:uppercase}.academy-cta__topic{margin-bottom:20px;font-size:23px;font-weight:900;line-height:1.37}.academy-cta ul{list-style-type:none;padding-left:0}.academy-cta ul li{position:relative;margin-bottom:11px;padding-left:40px;line-height:1.6}.academy-cta ul li::before{content:url(../images/prod-check-circle.svg);position:absolute;left:0;top:0}.academy-cta__bottom-wrapper{margin-top:22px;display:flex;align-items:center;gap:17px}@media (min-width: 768px){.academy-cta__bottom-wrapper{margin-top:25px;gap:34px}}.case-studies-block{padding:40px 0;background-color:#F7F9FC;line-height:1.3}@media (min-width: 768px){.case-studies-block{padding:90px 0}}.case-studies-block__wrapper{display:flex;flex-direction:column-reverse}@media (min-width: 768px){.case-studies-block__wrapper{gap:60px;flex-direction:row}}.case-studies-block__quotation{margin-top:33px;margin-bottom:13px;font-size:62px;font-weight:900;color:#D71920;line-height:0.5}.case-studies-block__top-name{margin-bottom:13px}.case-studies-block__name{font-size:18px;font-weight:900}.case-studies-block__job-title{font-size:18px}.case-studies-block__heading{margin-bottom:26px;font-size:30px}@media (min-width: 768px){.case-studies-block__heading{margin-bottom:30px}}.case-studies-block__text{margin-bottom:23px;font-size:21px;line-height:1.37}@media (min-width: 768px){.case-studies-block__text{margin-bottom:30px}}.case-studies-block__buttons{display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media (min-width: 768px){.case-studies-block__buttons{flex-direction:row}}.case-studies-block__buttons .btn:last-child,.case-studies-block__buttons .comments-area .submit:last-child,.comments-area .case-studies-block__buttons .submit:last-child{background-color:transparent;color:#D71920}.case-studies-block__buttons .btn:last-child:hover,.case-studies-block__buttons .comments-area .submit:last-child:hover,.comments-area .case-studies-block__buttons .submit:last-child:hover{color:#D71920}.case-studies-block__img-wrapper{width:175px;height:180px;border-radius:4px;border-left:4px solid #D71920;overflow:hidden}@media (min-width: 768px){.case-studies-block__img-wrapper{border-left:8px solid #D71920;width:437px;height:450px;flex-shrink:0}}.case-studies-block__img-wrapper img{width:100%;height:100%;object-fit:cover}.blog-archive{line-height:1.3}.blog-archive__hero-post{position:relative;display:flex;flex-direction:column;height:590px;margin-bottom:190px}@media (max-width: 767.98px){.blog-archive__hero-post{height:auto;margin-bottom:48px}}@media (max-width: 767.98px){.blog-archive__hero-img-wrapper{position:relative;width:100vw;height:auto;margin-left:-14px;padding:0}}.blog-archive__hero-img-wrapper img{width:100%;height:100%;object-fit:cover}.blog-archive__hero-img-wrapper .pill{margin-top:64px;margin-left:24px;border-radius:4px}@media (max-width: 767.98px){.blog-archive__hero-img-wrapper .pill{position:absolute;top:16px;left:16px;margin:0}}.blog-archive__hero-image{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;transform:translateX(-50%)}@media (max-width: 767.98px){.blog-archive__hero-image{position:relative;left:0;transform:none}}.blog-archive__hero-post-wrapper{position:relative;bottom:-115px;margin-top:auto;padding:28px 48px 32px;border:1px solid #c8d1da;border-top:14px solid #d71920;border-radius:6px;background-color:#fff}@media (max-width: 767.98px){.blog-archive__hero-post-wrapper{position:relative;bottom:auto;margin-top:-14px;padding:16px}}.blog-archive__latest-grid-wrapper{display:grid;grid-template-columns:repeat(3, 1fr);column-gap:24px;row-gap:32px}@media (max-width: 1023.98px){.blog-archive__latest-grid-wrapper{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 767.98px){.blog-archive__latest-grid-wrapper{grid-template-columns:1fr}}.blog-archive__hero-post-category{margin-bottom:6px}.blog-archive__hero-post-title{margin-bottom:6px;font-weight:900;font-size:30px;line-height:39px}.blog-archive__hero-post-date{font-weight:600}@media (min-width: 768px){.blog-archive .c-product-block-heading{padding-bottom:10px}}.blog-archive__block{position:relative;display:inline-flex !important;flex-direction:column;justify-self:center;width:100%;max-width:375px;height:100%;border-radius:4px;overflow:hidden}@media (min-width: 768px){.blog-archive__block{width:100%}}.blog-archive__block .pill{position:absolute;top:8px;left:7px;border-radius:4px;font-size:14px}.blog-archive__block a{color:#000215}.blog-archive__img{position:relative;width:100%;aspect-ratio:374/270}.blog-archive__img img{height:100%;object-fit:cover}.blog-archive__text-wrapper{display:flex;flex-direction:column;height:100%;padding:14px;border:1px solid #c8d1da;border-top:none;border-radius:0 0 4px 4px}.blog-archive__post-heading{margin-bottom:18px;color:#000215;font-weight:900;font-size:20px}.blog-archive__excerpt{font-size:14px;line-height:22px}.blog-archive__cat-links{margin-bottom:60px}@media (max-width: 1023.98px){.blog-archive__cat-links{margin-right:-16px;margin-bottom:48px}}.blog-archive__cat-links .menu-blog-categories-container{width:100%;overflow-x:auto;touch-action:pan-x}@media (max-width: 1023.98px){.blog-archive__cat-links .menu-blog-categories-container{padding-bottom:12px}}.blog-archive__cat-links .menu-blog-categories-container #menu-blog-categories{display:flex;gap:16px;padding:0}@media (max-width: 1023.98px){.blog-archive__cat-links .menu-blog-categories-container #menu-blog-categories{gap:8px}}.blog-archive__cat-links .menu-blog-categories-container #menu-blog-categories .menu-item{padding:0;border:none}.blog-archive__cat-links .menu-blog-categories-container #menu-blog-categories .menu-item a{display:flex;flex-direction:column;gap:8px;align-items:center;max-width:116px;color:#000215;font-weight:400;font-size:14px;line-height:22px;text-align:center}@media (max-width: 1023.98px){.blog-archive__cat-links .menu-blog-categories-container #menu-blog-categories .menu-item a{flex-shrink:0;width:88px;font-size:12px}}.blog-archive__cat-links .menu-blog-categories-container #menu-blog-categories .menu-item a:hover{color:#000215}.blog-archive__cat-links .menu-blog-categories-container #menu-blog-categories .menu-item a img{width:auto;height:125px;border-radius:6px;object-fit:cover}@media (max-width: 1023.98px){.blog-archive__cat-links .menu-blog-categories-container #menu-blog-categories .menu-item a img{height:96px}}.blog-archive__cat-wrapper{margin-bottom:6px}.blog-archive__latest-pagination{display:flex;gap:6px;justify-content:center;margin-top:48px}.blog-archive__latest-pagination .page-numbers{display:flex;align-items:center;justify-content:center;width:22px;height:26px;color:#000215;font-size:16px}.blog-archive__latest-pagination .page-numbers.current{border-radius:2px;background-color:#f0f0f4}.blog-archive__latest-pagination .page-numbers.next,.blog-archive__latest-pagination .page-numbers.prev{color:transparent;font-size:0;background:url(../images/pagination-arrow.svg) no-repeat center}@media (max-width: 767.98px){.blog-archive__latest-pagination .page-numbers.next,.blog-archive__latest-pagination .page-numbers.prev{margin-left:auto}}.blog-archive__latest-pagination .page-numbers.prev{rotate:180deg}@media (max-width: 767.98px){.blog-archive__latest-pagination .page-numbers.prev{margin-right:auto;margin-left:0}}@media (max-width: 767.98px){.blog-archive__latest-pagination span:first-child{margin-left:auto}.blog-archive__latest-pagination span:last-child{margin-right:auto}}.popular-posts{margin-top:88px;margin-right:-24px}@media (max-width: 1023.98px){.popular-posts{margin-bottom:74px}}.popular-posts .section-h2{font-weight:900;font-size:34px;line-height:44px}.popular-posts .slick-slide{height:auto;margin-right:24px}@media (max-width: 767.98px){.popular-posts .slick-slide{width:220px}}@media (max-width: 767.98px){.popular-posts .slick-list{overflow:visible}}.popular-posts .three-slide__arrow{position:absolute;top:-75px;right:56px;z-index:10;display:block;width:40px;height:40px;border-radius:2px;background-color:#00053e;background-image:url(../images/chevron.svg);background-repeat:no-repeat;background-position:center;background-size:24px;cursor:pointer}@media (max-width: 1023.98px){.popular-posts .three-slide__arrow{top:auto;right:auto;bottom:-65px;left:0}}.popular-posts .three-slide__arrow--next{right:0px;rotate:180deg}@media (max-width: 1023.98px){.popular-posts .three-slide__arrow--next{right:auto;left:56px}}.popular-posts .three-slide__arrow.slick-disabled{opacity:0.3;pointer-events:none}.category .blog-archive__latest-grid-wrapper{grid-template-columns:repeat(2, 1fr)}@media (max-width: 1023.98px){.category .blog-archive__latest-grid-wrapper{grid-template-columns:1fr}}.blog__archive-seo{margin-bottom:88px;padding-top:88px;border-top:1px solid #c8d1da}@media (max-width: 1023.98px){.blog__archive-seo{margin-bottom:48px;padding-top:48px}}.blog .section-tags h2{font-weight:900;font-size:34px;line-height:44px}@media (max-width: 1023.98px){.blog .section-tags h2{font-size:30px;line-height:39px}}.c-single-loop__box-img{display:flex;align-items:flex-end;width:100%;height:220px;margin-bottom:20px;padding:20px}.c-single-loop__box-img img{display:block;width:auto;max-width:100%;max-height:100%;margin:0 auto;padding:0}.c-single-loop-procuct{display:flex;flex-direction:column;height:100%;text-align:left;background:#fff;background-color:transparent}.c-single-loop-procuct__link{display:flex;flex-direction:column;flex-grow:1;min-height:auto;padding:12px 8px 15px;border:1px solid #c8d1da;background-color:transparent;transition:all 0.2s ease-in-out}@media (min-width: 768px){.c-single-loop-procuct__link{padding:20px 20px 28px}}@media (min-width: 1024px){.c-single-loop-procuct__link{height:calc(100% - 56px);min-height:359px;padding:20px 20px 28px}}.c-single-loop-procuct__link:hover{z-index:2;background-color:#00053e}.c-single-loop-procuct__link:hover .c-single-loop-procuct__title{color:#fff}.c-single-loop-procuct__link:hover .c-single-loop-procuct__exceprt{color:#fff}.c-single-loop-procuct__link:hover .c-single-loop-procuct__box-desc{color:#fff;box-shadow:0 0 30px 0 rgba(0,0,0,0.2);transition:all 0.2s ease-in-out}.c-single-loop-procuct__link:hover .c-single-loop-procuct__btn{visibility:visible}.c-single-loop-procuct__link:hover .c-single-loop-procuct__btn:after{position:relative;top:3px;left:0;margin-left:10px}.c-single-loop-procuct__link:hover .c-single-loop-procuct__box-desc span.cta-arrow{font-size:12px}@media (min-width: 1024px){.c-single-loop-procuct__link:hover .c-single-loop-procuct__box-desc span.cta-arrow{bottom:25px}}@media (max-width: 1023.98px){.c-single-loop-procuct__link:hover .c-single-loop-procuct__box-desc span.cta-arrow{bottom:15px}}@media (max-width: 1023.98px){.c-single-loop-procuct__link:hover .c-single-loop-procuct__box-desc span.cta-arrow img{padding-top:6px}}@media (max-width: 1023.98px){.c-single-loop-procuct__link--singular{font-size:12px;text-align:left}}.c-single-loop-procuct__link--alt{height:auto;max-height:340px}@media (min-width: 1024px){.c-single-loop-procuct__link--alt{height:calc(100% - 56px);min-height:unset;padding:20px 20px 28px;overflow:hidden}}.c-single-loop-procuct__box-img{display:flex;align-items:center;justify-content:center;height:150px;margin-bottom:10px;padding:10px;background-color:#fff}@media (min-width: 768px){.c-single-loop-procuct__box-img{height:190px;padding:10px 15px}}@media (min-width: 1024px){.c-single-loop-procuct__box-img{height:205px;padding:10px 25px}}.c-single-loop-procuct__box-img.alt{width:auto;max-width:100%;height:195px;padding:0 0}.c-single-loop-procuct__box-desc{background-color:transparent;transition:inherit}.c-single-loop-procuct__box-desc p{display:block;height:auto;min-height:40px;margin-top:10px;margin-bottom:10px;overflow:hidden;font-weight:300;font-size:14px;line-height:14px;text-overflow:ellipsis}@media (max-width: 1023.98px){.c-single-loop-procuct__box-desc p{margin-top:10px;margin-bottom:20px;line-height:normal}}.c-single-loop-procuct__box-desc span.cta-arrow{display:flex;align-items:center;margin-bottom:0;font-size:0;line-height:20px;text-align:left;transition:all 0.2s ease-in-out}@media (min-width: 1024px){.c-single-loop-procuct__box-desc span.cta-arrow{bottom:25px}}@media (max-width: 1023.98px){.c-single-loop-procuct__box-desc span.cta-arrow{bottom:15px}}.c-single-loop-procuct__box-desc span.cta-arrow img{width:22px;height:14px;margin-right:auto;margin-left:10px;padding-left:0px;transition:all 0.2s ease-in-out}@media (max-width: 1023.98px){.c-single-loop-procuct__box-desc span.cta-arrow img{padding-top:6px}}.c-single-loop-procuct__box-desc span.cta-arrow.sm-margin{margin-top:12px}.c-single-loop-procuct__img{max-width:100%;max-height:100%}.c-single-loop-procuct__title{display:-webkit-box;min-height:32px;margin-bottom:10px;overflow:hidden;color:#000215;font-weight:600;font-size:13px;line-height:16px;text-align:left;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (min-width: 768px){.c-single-loop-procuct__title{min-height:40px;font-size:14px;line-height:19px}}@media (min-width: 1024px){.c-single-loop-procuct__title{min-height:50px;font-size:16px;line-height:25px}}@media (max-width: 1023.98px){.c-single-loop-procuct__title--singular{font-size:12px}}.c-single-loop-procuct__title--alt{margin-bottom:0}.c-single-loop-procuct__stars{display:table;width:75px;height:12px;margin:0 auto;background:#d71920}.c-single-loop-procuct__btn{position:absolute;bottom:20px;left:50%;font-size:14px;transform:translate(-50%, 0);visibility:hidden;transition:all 0.2s ease-in-out}.c-single-loop-procuct__btn::after{position:absolute;bottom:15px;left:33px;display:inline-block;width:20px;height:16px;background:url(../images/long_arrow.svg) no-repeat center center/auto auto;visibility:visible;content:""}@media (max-width: 1023.98px){.c-single-loop-procuct__btn--singular{left:20px;transform:unset}}.c-single-loop-procuct__btn--singular::after{content:none}.c-single-loop-procuct__exceprt{min-height:120px;margin-bottom:0;padding-left:20px;color:#000215;font-size:12px;line-height:17px}@media (max-width: 767.98px){.c-single-loop-procuct__exceprt{min-height:90px}}.c-single-loop-procuct__exceprt li{margin-bottom:6px;font-size:16px}@media (max-width: 1023.98px){.c-single-loop-procuct__exceprt li{margin-bottom:4px}}.c-single-loop-procuct__exceprt li span{font-size:12px}.c-content-desc{min-height:120px}@media (max-width: 767.98px){.c-content-desc{min-height:105px}}.c-single-cat{height:262px;margin-bottom:20px;overflow:hidden;transition:all 0.23s}@media (min-width: 1024px){.c-single-cat{padding-right:8px;padding-left:8px}}@media (max-width: 767.98px){.c-single-cat{max-width:calc(50% - 7px);height:auto;padding-right:0;padding-left:0}}.c-single-cat .c-single-cat-info{display:flex;height:calc(100% - 50px)}@media (max-width: 1023.98px){.c-single-cat .c-single-cat-info{height:calc(100% - 37px)}}@media (max-width: 1023.98px){.c-single-cat .iconbox svg{width:90px;height:90px}}.c-single-cat .iconbox svg path,.c-single-cat .iconbox svg .stroke{stroke:#00053e}.c-single-cat .iconbox svg .fill{fill:#00053e}.c-single-cat .iconbox svg .fill-white{fill:#fff}.c-single-cat-posts{position:relative;padding:0 32px 0px 32px;color:#232b64;background-color:#f7f9fc;transition:all 0.23s}@media (max-width: 1023.98px){.c-single-cat-posts{padding:0 16px 0px 16px}}.c-single-cat-posts__list{position:absolute;top:0;left:0;z-index:2;width:100%;margin:0;padding-left:32px;overflow:hidden;list-style-type:none;background-color:#f7f9fc;visibility:hidden;opacity:0;transition:all 0.23s ease}@media (min-width: 768px){.c-single-cat-posts__list{top:-12px}}.c-single-cat-posts__list-item{position:relative;display:block;flex:none;flex-grow:0;order:0;margin-bottom:0;padding-top:1px;padding-right:32px;overflow:hidden;color:#fff;font-weight:600;font-size:14px;line-height:18px;list-style-type:none}.c-single-cat-posts__list-item a{color:#fff}.c-single-cat-posts__list-item--all{padding-top:12px}.c-single-cat-posts__list-item:hover .count{position:relative}@media (min-width: 768px){.c-single-cat-posts__list-item:hover .count::after{position:absolute;top:5px;left:calc(100% + 4px);display:inline-block;width:16px;height:10px;background:url(../images/long_arrow-white.svg) no-repeat;background-size:contain;content:""}}.c-single-cat-posts__list-item .count{padding-left:3px;color:#ffffff;font-weight:600;font-size:12px;font-style:normal;line-height:15px;white-space:nowrap;opacity:0.7}.c-single-cat-posts__desc{padding-bottom:15px;color:#232b64;font-weight:600;font-size:14px;font-style:normal;line-height:22px;opacity:0.5}@media (min-width: 768px){.c-single-cat-posts__desc{padding-bottom:27px}}.c-single-cat-posts--list{z-index:2}@media (min-width: 768px){.c-single-cat-posts--list{position:relative}.c-single-cat-posts--list ul::after{content:"";position:absolute;height:8px;width:calc(100% - 48px);left:50%;bottom:0;transform:translateX(-50%);background-color:#D71920;border-radius:8px 8px 0 0;z-index:3}}@media (min-width: 768px){.c-single-cat:hover{position:relative;overflow:visible}.c-single-cat:hover::after{content:"";position:absolute;height:8px;width:calc(100% - 48px);left:50%;bottom:1px;transform:translateX(-50%);background-color:#D71920;border-radius:8px 8px 0 0;z-index:1}.c-single-cat:hover .iconbox svg g{opacity:1}.c-single-cat:hover .iconbox svg path{stroke:#fff}.c-single-cat:hover .iconbox svg .stroke{stroke:#fff}.c-single-cat:hover .iconbox svg .fill{fill:#fff}.c-single-cat:hover .c-single-cat-posts__desc-counter{color:#fff}.c-single-cat:hover .c-single-cat-posts,.c-single-cat:hover .c-single-cat-link,.c-single-cat:hover .c-single-cat-posts__list{color:#fff;background-color:#00053E}.c-single-cat:hover .c-single-cat-posts__desc{opacity:1}.c-single-cat:hover .c-single-cat-posts__list{height:auto;padding-top:10px;padding-bottom:30px;visibility:visible;opacity:1}}.c-single-cat-link{display:flex;flex-wrap:wrap;align-items:flex-end;width:100%;max-width:100%;padding:32px 32px 0 32px;color:#232b64;background-color:#f7f9fc;transition:all 0.23s}@media (max-width: 1023.98px){.c-single-cat-link{padding:16px 16px 0 16px}}.c-single-cat-link__title{min-height:auto;margin-bottom:8px;overflow:hidden;font-weight:700;font-size:16px;line-height:21px;text-align:left;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width: 1023.98px){.c-single-cat-link__title{display:flex;flex-wrap:wrap;min-height:unset}}.c-single-cat-link__box-img{position:relative;display:flex;align-items:center;width:100%;height:100px;margin-bottom:8px}.c-single-cat-link__box-img img{width:auto;max-width:100%;height:auto;max-height:100px}@media (min-width: 768px){.c-single-cat-link:hover{color:#fff;background-color:#232b64}}.page-title{margin:16px 0 8px;color:#000215;font-weight:600;font-size:34px;line-height:1.3}@media (max-width: 767.98px){.page-title{margin-bottom:24px;font-size:25px;line-height:35px}}.page-title--product{font-size:34px;font-weight:900}.page-title--product.flex{display:flex;flex-wrap:wrap;align-self:center}.page-title--product.flex .tytan-dot{align-self:flex-end;position:relative;bottom:9px}@media (max-width: 767.98px){.page-title--product.flex .tytan-dot{bottom:6px;height:6px}.page-title--product.flex .tytan-dot::after{width:6px;height:6px}}.page-title--with-return-link{margin-top:0}.c-product-heading{position:relative;height:615px;margin-bottom:10px;padding-top:140px;background:none;pointer-events:none}@media (max-width: 1023.98px){.c-product-heading{height:auto;min-height:100px;padding-top:80px;padding-bottom:250px}}.c-product-heading .c-product-heading-content *{pointer-events:all}.c-product-heading .container{position:relative}.c-product-heading-bgimg{position:absolute;overflow:hidden;top:0;display:flex;align-items:flex-end;z-index:0;width:100%;height:100%;background-color:#00053E;background-repeat:no-repeat;background-position:top right;background-size:cover;pointer-events:all}.c-product-heading-bgimg .container::before{content:"";position:absolute;bottom:-185px;left:-80px;background:radial-gradient(48.31% 48.31% at 49.6% 49.73%, #17365D 0%, rgba(20,51,91,0.9) 18%, rgba(14,45,87,0.62) 48%, rgba(4,35,80,0.16) 87%, rgba(1,32,78,0) 99%);background-blend-mode:screen;mix-blend-mode:screen;height:670px;width:670px}.c-product-heading-bgimg::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);max-width:1170px;width:calc(100% - 32px);height:14px;border-radius:12px 12px 0 0;background-color:#D71920}@media (min-width: 1024px){.c-product-heading-bgimg{height:615px}}@media (min-width: 768px) and (max-width: 1309.98px){.c-product-heading-bgimg{width:100%}}.c-product-heading__image-block{position:relative;width:400px;height:425px;padding:0}@media (max-width: 1023.98px){.c-product-heading__image-block{margin:0 auto;width:226px;height:240px}}.c-product-heading__image-block img{display:block;width:auto;max-width:100%;height:auto;max-height:100%;margin:0 auto}.c-product-heading__image{display:block;width:100%;margin-bottom:30px}@media (min-width: 768px){.c-product-heading__image{margin-bottom:0}}.c-product-heading__desc-block{display:flex;flex-direction:column;margin:78px 0 0 0;padding-bottom:20px}@media (min-width: 768px){.c-product-heading__desc-block{padding-right:50px;padding-left:57px;min-height:270px}}@media (max-width: 767.98px){.c-product-heading__desc-block{margin-top:78px;padding:0 0 20px 0}}.c-product-heading__numbers{margin-bottom:10px}.c-product-heading__desc{margin-bottom:10px;padding:0 12px;border-left:3px solid #D71920;height:21px;display:flex;align-items:center;align-self:flex-start;height:34px;color:#000215;font-weight:600;font-size:16px;background-color:#fff;border-radius:3px}@media (min-width: 768px){.c-product-heading__desc{height:41px;border-left:5px solid #D71920;margin-bottom:5px;padding:0 16px 0 11px;font-size:21px;border-radius:2px}}.c-product-heading__info{display:flex;margin-bottom:0;color:#fff;font-weight:400;font-size:14px;word-break:break-word}@media (max-width: 1023.98px){.c-product-heading__info{position:relative;width:100%}}@media (min-width: 768px){.c-product-heading__info{align-items:center;margin-bottom:8px;font-weight:600;font-size:16px;align-items:baseline;gap:10px}}.c-product-heading__info .key{min-width:70px}@media (max-width: 1023.98px){.c-product-heading__info .key{font-weight:bold}}@media (min-width: 768px){.c-product-heading__info .def{margin-left:25px;font-weight:400}}.c-product-heading__main-desc{color:#fff;font-size:14px}@media (min-width: 768px){.c-product-heading__main-desc{margin-top:8px;font-size:16px}}@media (max-width: 1023.98px){.c-product-heading__main-desc{max-height:none;margin-top:16px}}@media (min-width: 1024px){.c-product-heading__main-desc{color:#fff}}.c-product-heading__main-desc ul{padding-left:0}.c-product-heading__main-desc li{position:relative;margin-bottom:5px;padding-left:40px;list-style-type:none}.c-product-heading__main-desc li:nth-child(1n+5){display:none}.c-product-heading__main-desc li::before{position:absolute;top:7px;left:0;display:block;width:20px;height:15px;background:url(../images/check_red_icon.svg) no-repeat center center/auto auto;content:""}@media (min-width: 768px){.c-product-heading__main-desc li{display:-webkit-box;height:24px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}}.c-product-heading__sizes-heading{width:100%;color:#000215;font-weight:400}@media (min-width: 768px){.c-product-heading__sizes-heading{display:block;width:auto;margin-right:7px;color:rgba(255,255,255,0.7);font-weight:400}}.c-product-heading__desc-icon{display:block;width:38px;height:38px;margin-right:15px}.c-product-heading__numbers-single{display:block;width:100%;color:rgba(255,255,255,0.7);font-size:12px}@media (min-width: 768px){.c-product-heading__numbers-single{display:inline-block;width:auto;margin-right:30px;font-weight:normal;font-size:14px;line-height:18px;letter-spacing:0}}.c-product-heading__numbers-single--clear-right{margin-right:0}.c-product-heading__numbers-single-bold{font-weight:600}.c-product-heading__title{margin-top:15px;margin-bottom:15px;color:#fff;font-weight:600;font-size:36px;line-height:38.7px}@media (min-width: 768px){.c-product-heading__title{margin-top:26px;margin-bottom:10px;font-weight:900;font-size:50px;line-height:52.5px;letter-spacing:0}}.c-product-heading__title--custom span{font-weight:400;display:block}.scroll-down{background:transparent;border:none;padding:0;cursor:pointer;display:flex;padding:0;gap:10px;align-items:center;justify-content:flex-start}.scroll-down::after{content:"";width:12px;height:16px;background:url(../images/arrow-down-c.svg) center;background-size:contain}.scroll-down:focus{outline:none}.scroll-down span{position:relative;width:auto;color:#fff;font-size:14px;white-space:nowrap}.single-cpt-products .c-site-header{background-color:transparent}.single-cpt-products .c-site-header--sticked{background-color:#fff}.loyalty-product{margin-top:-10px;background-color:#F0F0F4}.loyalty-product__content{padding:18px 0;max-width:70%;display:flex;align-items:center;flex-wrap:wrap}.loyalty-product__content>*{flex-shrink:0}@media (max-width: 1023.98px){.loyalty-product__content{max-width:none;display:block}}.loyalty-product__amount{margin-right:4px;font-size:25px;line-height:35px;font-weight:900;color:#D71920}@media (max-width: 1023.98px){.loyalty-product__amount{display:inline}}.loyalty-product__first-text{font-size:16px;line-height:25px;font-weight:900;color:#D71920}@media (max-width: 1023.98px){.loyalty-product__first-text{display:inline}}.loyalty-product__description{margin-right:12px;font-size:14px;line-height:22px;font-weight:600}@media (max-width: 1023.98px){.loyalty-product__description{display:inline}}.loyalty-product__description span{color:#D71920}.loyalty-product__link{font-size:14px;font-weight:600;line-height:22px;text-decoration:underline;white-space:nowrap}.loyalty-product__des-wrapper{display:flex}@media (max-width: 1023.98px){.loyalty-product__des-wrapper{display:block}}@media (max-width: 1023.98px){.loyalty-product__separator{display:none}}#c-where-to-buy__online{display:block;width:100%;height:45px;padding:0;border-radius:0 0 5px 5px;color:#fff;font-weight:700;font-size:13px;line-height:45px;text-align:center;background-color:#d71920}@media (max-width: 1309.98px){#c-where-to-buy__online{margin-bottom:15px;border-radius:5px}}#where-to-buy__modal{position:static;display:block}@media (max-width: 767.98px){#where-to-buy__modal{position:fixed;width:100% !important}}#where-to-buy__modal.show{z-index:1050;visibility:visible}#where-to-buy__modal .modal-content{background-color:transparent}#where-to-buy__modal .modal-body{padding:0}#where-to-buy__modal>.modal-dialog{width:100% !important;min-height:unset !important;margin:0 !important;padding:0 !important}@media (max-width: 1309.98px){#where-to-buy__modal>.modal-dialog{width:100% !important;margin-right:0;margin-left:0}}@media (max-width: 767.98px){#where-to-buy__modal>.modal-dialog{margin:0 !important}}#where-to-buy__modal .modal-header{display:none;text-align:right}@media (max-width: 767.98px){#where-to-buy__modal .modal-header{position:absolute;top:0;right:16px;z-index:999;display:block;padding:16px 0}}@media (max-width: 767.98px){#where-to-buy__modal .modal-header .close{display:flex;align-items:center;width:auto;height:auto;border:none}}@media (max-width: 767.98px){#where-to-buy__modal .modal-header .close p.button-text{display:block;margin:0;color:#d71920;font-weight:600;font-size:14px;content:"Wyjdź"}}@media (max-width: 767.98px){#where-to-buy__modal .modal-header .close span{width:20px;height:20px;color:#d71920}}@media (max-width: 767.98px){#where-to-buy__modal .modal-header .close span:before,#where-to-buy__modal .modal-header .close span:after{width:70%;background:#d71920}}.o-where-to-buy-container{position:static}@media (min-width: 768px){.o-where-to-buy-container{position:absolute;right:0;bottom:-5%;padding-left:0}}@media (max-width: 1023.98px){.o-where-to-buy-container.hide-mobile{display:none;height:0;overflow:hidden;visibility:hidden}}.o-where-to-buy-container.hide-desktop{margin-top:24px;padding:0}@media (min-width: 1024px){.o-where-to-buy-container.hide-desktop{display:none;height:0;overflow:hidden;visibility:hidden}}.o-where-to-buy-container--shadow .c-where-to-buy__container{padding-top:16px !important;padding-bottom:16px;box-shadow:0px 0px 45px 0px #00000033}.c-where-to-buy{position:relative;width:100%;margin-bottom:10px}.c-where-to-buy__container{position:relative;display:flex;flex-direction:column;gap:16px;width:100%;padding-top:16px}.c-where-to-buy__container::before{position:absolute;bottom:0;z-index:-1;width:100%;height:100%;border-radius:6px;background-color:#fff;box-shadow:0px 0px 45px 0px rgba(0,0,0,0.2);content:""}.c-where-to-buy__container--empty{padding:0}.c-where-to-buy__block--hidden-online .c-where-to-buy__container,.c-where-to-buy__block--hidden-cta .c-where-to-buy__container{padding-top:0}.c-where-to-buy__block--hidden-online .c-where-to-buy__online-shops-wrapper,.c-where-to-buy__block--hidden-cta .c-where-to-buy__online-shops-wrapper{padding-top:16px;padding-bottom:16px}.c-where-to-buy .noveltyn{position:absolute;right:16px;bottom:calc(100% - 122px);display:none;height:21px;margin-bottom:0;padding:3px 10px 3px 8px;border-radius:3px}.c-where-to-buy .noveltyn--mobile{display:none}@media (max-width: 1023.98px){.c-where-to-buy .noveltyn--mobile{position:static;display:flex}}.c-where-to-buy__online-shops-wrapper p{margin-bottom:0;padding:0 40px;font-size:14px;line-height:1.6;text-align:center}.c-where-to-buy__online-shops-wrapper button{display:inline-flex;gap:2px;align-items:center;padding:0;border:none;font-weight:700;font-size:14px;line-height:1.6;text-decoration:underline;background-color:transparent}.c-where-to-buy__online-shops-wrapper button:focus{outline:none}.c-where-to-buy__online-shops-wrapper button::after{display:block;width:16px;height:16px;background:url(../images/wtb-arrow-right.svg) no-repeat center;background-size:contain;content:""}.c-where-to-buy__buy-now-button-wrapper{padding:0 16px}.c-where-to-buy__buy-now-button{display:block;height:41px;padding:8px 11px;border-radius:3px;color:#ffffff;font-weight:700;font-size:16px;text-align:center;text-transform:uppercase;background:#3caf28;transition:all 0.3s ease}.c-where-to-buy__buy-now-button:hover{color:#ffffff;background:linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%),#3caf28;transition:all 0.3s ease}.c-where-to-buy__online-shops-wrapper{margin-top:-5px}.c-where-to-buy__heading{display:flex;align-items:center;margin:0;margin-bottom:20px;color:#fff;font-weight:400;font-size:25px;line-height:normal}.c-where-to-buy__heading img{width:35px;margin-right:20px;opacity:0.3;filter:invert(1)}.c-where-to-buy__heading-text p{margin:0;font-weight:600;font-size:20px;line-height:1.4;text-align:left}@media (min-width: 768px){.c-where-to-buy__heading-text p{max-width:125px}}.c-where-to-buy__heading-text span{display:block;margin-top:3px;font-weight:300;font-size:13px}.c-where-to-buy__location{display:block;width:100%;margin-bottom:5px;color:#00053e;font-size:14px}.c-where-to-buy__location-container{display:none}.c-where-to-buy__location-place{display:inline-block;font-weight:600}.c-where-to-buy__buttons{display:flex;align-items:center}.c-where-to-buy__buttons-item{width:50%;font-size:14px;cursor:pointer}.c-where-to-buy__buttons-item:first-child{margin-right:5px}.c-where-to-buy__buttons-item:last-child{margin-left:5px}.c-where-to-buy__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-bottom:30px}.c-where-to-buy__actions-item{display:flex;align-items:center;width:50%;color:#00053e;font-size:14px;cursor:pointer}@media (min-width: 768px) and (max-width: 1309.98px){.c-where-to-buy__actions-item{width:100%}}.c-where-to-buy__actions-item::before{display:inline-block;flex-shrink:0;width:42px;height:35px;margin-right:14px;content:""}.c-where-to-buy__actions-item--compare::before{background:url(../images/compare_icon.svg) no-repeat center center/auto auto}.c-where-to-buy__actions-item--wish::before{background:url(../images/add_to_wish_icon.svg) no-repeat center center/auto auto}.c-where-to-buy__question-wrapper{display:none;flex-direction:column;width:100%;padding:16px 16px}.c-where-to-buy__question-wrapper--cta-empty{border:1px solid #e3e8ec;border-radius:4px;background-color:#fff}.c-where-to-buy__block{display:flex;flex-direction:column;align-items:center}.c-where-to-buy__block.is-sticky .c-where-to-buy__container{padding-top:0}.c-where-to-buy__block.is-sticky .c-where-to-buy__container::before{height:calc(100% - 84px)}.c-where-to-buy__block.is-sticky .c-where-to-buy__container .noveltyn--desktop{display:none}@media (min-width: 768px){.c-where-to-buy__block.is-sticky .c-where-to-buy__container .noveltyn--desktop{display:flex}}.c-where-to-buy__block.is-sticky .c-where-to-buy__question-wrapper{display:flex}.c-where-to-buy__block--hidden-online.is-sticky .c-where-to-buy__container,.c-where-to-buy__block--hidden-cta.is-sticky .c-where-to-buy__container{padding-bottom:16px}.c-where-to-buy__block--hidden-online.is-sticky .c-where-to-buy__online-shops-wrapper,.c-where-to-buy__block--hidden-cta.is-sticky .c-where-to-buy__online-shops-wrapper{padding-bottom:0}.c-where-to-buy__question-title{margin-bottom:6px;color:#333333;font-weight:700;font-size:21px;line-height:29px}.c-where-to-buy__question-text{font-size:15px;line-height:21px}.c-where-to-buy__quote.btn,.comments-area .c-where-to-buy__quote.submit{display:flex;align-items:center;align-self:center;justify-content:center;width:100%;height:48px;margin-top:10px;padding:0;border-color:#232b64;color:#232b64;font-weight:600;font-size:16px;line-height:1.4;background-color:#fff}.c-where-to-buy__quote.btn:hover,.comments-area .c-where-to-buy__quote.submit:hover{margin-top:10px;border-color:#232b64;color:#fff;background-color:#232b64}.c-where-to-buy__quote.btn.hidden-cta,.comments-area .c-where-to-buy__quote.hidden-cta.submit{margin-top:10px}.c-where-to-buy__quote.btn.active,.comments-area .c-where-to-buy__quote.active.submit{border-color:#232b64 !important;color:#232b64 !important;background-color:#fff !important}.c-where-to-buy__quote.btn.active:hover,.comments-area .c-where-to-buy__quote.active.submit:hover{border-color:#232b64 !important;color:#fff !important;background-color:#232b64 !important}.c-where-to-buy__input-submit.btn,.comments-area .c-where-to-buy__input-submit.submit{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:100%;height:45px;padding:0;border-radius:0 0 5px 5px;font-weight:600;font-size:16px;line-height:1.4}.c-where-to-buy__input-text{width:calc(100% - 4rem);height:1.9375rem;padding-right:1.25rem;padding-left:1.25rem;border:0;border-radius:1.25rem 0rem 0rem 1.25rem;overflow:hidden;background:#fff}.c-where-to-buy__form{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:calc(100% + 50px);margin:25px -25px -22px -25px}.c-where-to-buy__product-data{position:relative;display:none;flex-direction:column}@media (min-width: 768px){.c-where-to-buy__container--no-image{padding-top:16px !important}.c-where-to-buy__container--no-image::before{height:100% !important}}.c-where-to-buy__container--no-image .noveltyn--desktop{display:none}@media (min-width: 768px){.c-where-to-buy__container--no-image .noveltyn--desktop{display:none !important}}@media (min-width: 768px){.c-where-to-buy__container--no-image .noveltyn--mobile{position:static;display:flex;margin-bottom:5px}}.c-where-to-buy__container--show-text{padding-bottom:16px}.c-where-to-buy__container--show-text .c-where-to-buy__product-data{display:block;margin-bottom:0}.c-where-to-buy__product-img{width:140px;height:170px;margin-bottom:10px}.c-where-to-buy__product-img img{width:100%;height:100%;margin:0 auto;object-fit:contain}.c-where-to-buy__block.is-sticky .c-where-to-buy__container--show-text .c-where-to-buy__product-img{display:block}.c-where-to-buy__block--mobile .c-where-to-buy__container{padding-top:0}.c-where-to-buy__block--mobile .c-where-to-buy__container::before{content:none}.c-where-to-buy__block--mobile .c-where-to-buy__question-wrapper{display:block}.c-where-to-buy__block--mobile .c-where-to-buy__product-data{display:flex;flex-direction:row;align-items:center;padding:0 16px}.c-where-to-buy__block--mobile .c-where-to-buy__product-img{flex-shrink:0;width:100px;height:120px}.c-where-to-buy__block--mobile .c-where-to-buy__product-data-container{padding:0 9px}.c-where-to-buy__block--mobile .c-where-to-buy__product-data-container .noveltyn{margin-bottom:8px;border-radius:4px}.c-where-to-buy__block--mobile .c-where-to-buy__product-data-title{font-size:19px;line-height:26.6px}.c-where-to-buy__block--mobile .c-where-to-buy__button{border-bottom:1px solid #e3e8ec}@media (min-width: 768px){.c-where-to-buy__product-data-img{display:block;width:70px;margin-right:20px}}@media (min-width: 768px){.c-where-to-buy__product-data-content{display:block;width:100%}}.c-where-to-buy__product-data-container{display:flex;flex-direction:column;align-items:flex-start;padding:0 16px}.c-where-to-buy__product-data-title{margin-bottom:0;font-weight:700;font-size:21px;line-height:29.4px}.c-where-to-buy__product-data-title span{font-weight:400}.c-where-to-buy__product-data-text{margin-top:10px;font-size:14px}.c-where-to-buy__product-data-text p{margin-bottom:0}.c-where-to-buy__product-data-text ul{margin-bottom:0;padding-left:22px}.c-where-to-buy--sticked{position:fixed;z-index:9999;padding-bottom:calc(30px / 2);background:#fff;box-shadow:0 1px 12px 0 rgba(0,0,0,0.1)}.c-where-to-buy--sticked .c-where-to-buy__container{box-shadow:unset}.c-where-to-buy--sticked .c-where-to-buy__heading{display:none}.c-where-to-buy--sticked .c-where-to-buy__actions{padding:0 calc(30px / 2)}.c-where-to-buy--sticked .c-where-to-buy__product-data{display:flex}.c-where-to-buy--sticked .c-where-to-buy__quote{display:table;width:calc(100% - 30px);margin-right:auto;margin-left:auto}.c-where-to-buy__button{display:inline-flex;gap:4px;align-items:center;justify-content:center;width:100%;padding:13px 20px 17px;border-top:1px solid #e3e8ec;color:#232b64;font-weight:600;font-size:16px;text-decoration:underline}.c-where-to-buy__button::before{width:13px;height:18px;background:url(../images/map_maker.svg) no-repeat center;background-size:contain;content:""}.c-where-to-buy__button:focus{outline:none}body.page-template-page-where-to-buy .c-site-header{position:static !important}body.page-template-page-where-to-buy .o-site-content{padding-top:0 !important}.where-to-buy__content{margin-bottom:4rem;border:1px solid #f0f0f4;overflow:hidden}.c-product-block-heading{margin:0;padding-bottom:24px;color:#00053e;font-weight:900;font-size:34px}@media (max-width: 1023.98px){.c-product-block-heading{position:relative;margin-bottom:0;padding:10px 43px 16px 0;font-size:18px;cursor:pointer}}@media (min-width: 768px){.c-product-block-heading{font-size:34px;line-height:44px;letter-spacing:0}}@media (max-width: 1023.98px){.c-product-block-heading::before{position:absolute;top:50%;right:2px;display:block;width:20px;height:10px;background:url(../images/chevron-product.svg) no-repeat center center/auto auto;transform:translate(0, -50%) rotate(180deg);transition:all 0.2s ease-in-out;content:""}}@media (max-width: 1023.98px){.c-product-block-heading--active::before{transform:translate(0, -50%) rotate(0deg)}}.c-footer-media{display:inline-block;width:32px;height:32px;margin-top:25px;margin-right:10px}.c-footer-media--facebook{background:url(../images/facebook_icon.svg) no-repeat center center/auto auto}.c-footer-media--twitter{background:url(../images/twitter_icon.svg) no-repeat center center/auto auto}.c-footer-media--youtube{background:url(../images/yt_icon.svg) no-repeat center center/auto auto}.c-product-archive-item{position:relative;z-index:1;display:flex;align-items:center;height:100%;padding:calc(30px / 2);color:#00053e;transition:all 0.2s ease-in-out}.c-product-archive-item:hover{z-index:2;box-shadow:0 0 12px 0 rgba(0,0,0,0.1)}.c-product-archive-item:hover .c-product-archive-item__more{color:#fff;background-color:#d71920}.c-product-archive-item__m-application{display:flex;align-items:center;margin:10px 33px}.c-product-archive-item__m-application-text{min-height:0px;margin:0}.c-product-archive-item__m-application-icon{flex:0 0 30px;width:30px;height:30px;margin-right:15px}.c-product-archive-item__image{flex-shrink:0;width:130px;height:auto;margin-right:10px}.c-product-archive-item__catalog{display:block;margin-bottom:10px;font-size:12px}.c-product-archive-item__catalog-item{font-weight:700}.c-product-archive-item__desc{display:flex;align-items:flex-start;margin-bottom:24px;font-size:14px;line-height:1.3}.c-product-archive-item__desc-icon{position:relative;top:3px;display:block;flex-shrink:0;width:30px;height:auto;margin-right:16px}.c-product-archive-item__more{width:106px}@media (max-width: 1023.98px){.c-product-archive-item__more{width:auto;padding:0;border:0;color:#d71920}.c-product-archive-item__more:hover{color:#d71920;background:transparent}}.c-product-archive-item__heading{font-weight:600;font-size:16px}@media (min-width: 768px){.c-product-archive-item__heading{margin-bottom:10px;font-size:20px}}.c-product-similar-in-category__container{margin-bottom:22px;padding-top:22px;border-top:0}@media (min-width: 768px){.c-product-similar-in-category__container{margin-bottom:50px;padding-top:50px;border-top:1px solid rgba(200,209,218,0.5)}}.c-product-similar-in-category__heading{margin:0;margin-top:0;margin-bottom:40px;padding-right:40px;padding-bottom:30px;color:#00053e;font-size:22px}@media (min-width: 768px){.c-product-similar-in-category__heading{margin-top:70px;font-size:38px;line-height:37px}}.c-product-similar-in-category__item{margin-bottom:18px;padding:0 4px}@media (min-width: 768px){.c-product-similar-in-category__item{height:calc(100% - 22px);margin-bottom:22px;padding:0}}@media (max-width: 1023.98px){.c-product-similar-in-category__item{height:100%;margin-bottom:0;padding-bottom:12px}}.c-product-similar-in-category__item .c-single-loop-procuct__link{height:calc(100% - 56px)}.c-product-similar-in-category__item:last-child .c-single-loop-procuct__box-desc{border-right:0}label{color:#000215;font-size:14px;opacity:0.9}.c-product-form{position:relative;padding-top:22px;padding-bottom:45px}@media (min-width: 768px){.c-product-form{padding-top:63px;margin-top:80px}}.c-product-form .row-o{display:flex}@media (max-width: 1309.98px){.c-product-form .row-o{flex-direction:column}}.c-product-form .row-o::before{content:"";align-self:center;background-size:cover;background-repeat:no-repeat;width:100%;max-width:500px;height:auto;aspect-ratio:328 / 218;background-image:url(../images/prod-contact-bg-mobile.webp);border-radius:3px;overflow:hidden}@media (min-width: 1024px){.c-product-form .row-o::before{position:absolute;top:0;right:-8px;height:100%;max-width:none;width:50vw;width:50dvw;background-image:url(../images/prod-contact-bg.webp);background-position:center;background-size:cover;border:0;border-radius:0}}.c-product-form__form-wrapper{margin-top:24px}@media (min-width: 1024px){.c-product-form__form-wrapper{margin-top:0;padding-right:56px;width:50%}}.c-product-form__label,.comments-area label,.basic-form__label{opacity:1}.c-product-form__label .ajax-loader:last-child,.comments-area label .ajax-loader:last-child,.basic-form__label .ajax-loader:last-child{display:none}.c-product-form__label--italic{display:block;color:#43455a;font-size:12px;font-style:italic}@media (max-width: 1023.98px){.c-product-form__label .wpcf7-submit,.comments-area label .wpcf7-submit,.basic-form__label .wpcf7-submit{width:100%}}.c-product-form__heading{margin-bottom:24px;color:#00053e;font-weight:900;font-size:34px;line-height:44.2px}@media (max-width: 767.98px){.c-product-form__heading{margin-bottom:16px;font-size:30px;line-height:39px}}.c-product-form__intro{margin-bottom:21px;color:#00053e;font-size:21px;line-height:29.4px}@media (max-width: 767.98px){.c-product-form__intro{margin-bottom:24px}}.c-product-form__intro p{margin-bottom:0}.c-product-form__optional{z-index:1;display:flex;align-items:center;height:48px;padding-right:16px;padding-left:16px;color:#43455a;font-size:14px;background-color:#edf1f8}@media (max-width: 767.98px){.c-product-form__optional{padding-left:12px}}.c-product-form__item-bg{position:absolute;top:0;z-index:0;width:100%;height:100%;border-radius:5px;background-color:#fff}.c-product-form__container{max-width:570px}@media (max-width: 1023.98px){.c-product-form__container{width:100%}}.c-product-form__item{position:relative;margin-bottom:14px}@media (min-width: 576px){.c-product-form__item--max300{max-width:300px}}@media (min-width: 576px){.c-product-form__item--max184{max-width:184px}}.c-product-form__item--flex{display:flex;align-items:center}@media (min-width: 768px){.c-product-form__item--max200{max-width:200px}}@media (min-width: 768px){.c-product-form__item--max370{max-width:370px}}@media (min-width: 768px){.c-product-form__item--max400{max-width:400px}}@media (min-width: 768px){.c-product-form__item--max50{flex:0 0 50%;width:50%;max-width:50%}}.c-product-form__item--last{margin-bottom:24px !important}.c-product-form__label-icon{margin-left:5px;color:#d57e74;font-size:18px;line-height:18px}.c-product-form textarea.form-control,.c-product-form .comments-area textarea,.comments-area .c-product-form textarea,.c-product-form textarea.basic-form__input{padding-top:40px}@media (max-width: 767.98px){.c-product-form textarea.form-control,.c-product-form .comments-area textarea,.comments-area .c-product-form textarea,.c-product-form textarea.basic-form__input{padding-top:60px}}label.c-product-form__label,.comments-area label,label.basic-form__label{position:absolute;top:15px;left:15px;z-index:1;transition:0.2s}.optional-field{color:#43455a;font-weight:normal;font-size:14px;font-style:normal;line-height:18px;opacity:0.5;mix-blend-mode:normal}@media (min-width: 768px){.optional-field{position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%)}}.wpcf7-form-control-wrap:focus-within ~ .c-product-form__label,.comments-area .wpcf7-form-control-wrap:focus-within ~ label,.wpcf7-form-control-wrap:focus-within ~ .basic-form__label{top:1px;left:20px;font-size:11px}.wpcf7-form-control-wrap ~ .c-product-form__label.not-empty,.comments-area .wpcf7-form-control-wrap ~ label.not-empty,.wpcf7-form-control-wrap ~ .not-empty.basic-form__label{top:2px;left:20px;color:#222a68;font-size:10px}.wpcf7-form-control-wrap ~ .c-product-form__label.not-empty .optional-field,.comments-area .wpcf7-form-control-wrap ~ label.not-empty .optional-field,.wpcf7-form-control-wrap ~ .not-empty.basic-form__label .optional-field{top:10px}.c-contact{position:relative;padding-bottom:0}@media (min-width: 1200px){.c-contact__move-left{padding-left:calc( (100% - calc(30px + 1200px)) / 2 + (25 * calc(30px + 1200px) / 100) + (30px / 2) + 68px)}}.c-contact__acf-map{width:100%;height:361px}@media (min-width: 768px){.c-contact__acf-map{position:absolute;top:-22px;right:0;width:36.6%;height:calc(100% + 22px)}}.c-contact__heading{margin-bottom:16px;font-weight:300;font-size:18px}@media (min-width: 768px){.c-contact__heading{margin-bottom:27px;font-size:38px}}.c-contact__desc{margin-bottom:15px;color:#000215;font-size:14px}@media (min-width: 768px){.c-contact__desc{margin-bottom:24px;font-size:16px}}.c-contact__links{margin-top:29px;padding-top:29px;border-top:1px solid #c8d1da}.c-contact__links-single{margin-bottom:20px}.c-contact__link{padding-right:20px;padding-left:20px}.c-contact__phone-icon{display:block;width:19px;height:auto;margin-right:10px}@media (max-width: 1023.98px){.c-contact__phone-list{display:grid;grid-template-columns:1fr 1fr}}.c-contact__phone-list-item{margin-bottom:15px;color:#000215;font-size:21px}@media (max-width: 1023.98px){.c-contact__phone-list-item{font-size:16px}}.c-contact__phone-list-item--flex{display:flex}.c-contact__phone-list-item small{display:block;font-size:12px}@media (max-width: 1023.98px){.c-contact__phone-item-container{letter-spacing:-0.27px}}@media (min-width: 1024px){.c-contact__phone-item-container--margin-bottom{margin-bottom:24px}}.c-contact__phone-item-container--margin-bottom .c-contact__phone-list-item{margin-bottom:0}.c-contact__phone-item-container--margin-bottom .c-contact__phone-list-item a{padding-left:4px;color:inherit}.c-contact__phone-item-container--margin-bottom:last-child{margin-bottom:0}.c-contact__phone-heading{display:block;margin-bottom:10px;font-weight:600;font-size:21px}@media (max-width: 1023.98px){.c-contact__phone-heading{font-size:16px}}.c-contact textarea.form-control,.c-contact .comments-area textarea,.comments-area .c-contact textarea,.c-contact textarea.basic-form__input{padding-top:38px}@media (max-width: 1309.98px){.c-contact textarea.form-control,.c-contact .comments-area textarea,.comments-area .c-contact textarea,.c-contact textarea.basic-form__input{height:160px}}.c-contact textarea.form-control::placeholder,.c-contact .comments-area textarea::placeholder,.comments-area .c-contact textarea::placeholder,.c-contact textarea.basic-form__input::placeholder{color:#43455a;font-style:italic}.c-contact textarea.form-control::-webkit-input-placeholder,.c-contact .comments-area textarea::-webkit-input-placeholder,.comments-area .c-contact textarea::-webkit-input-placeholder,.c-contact textarea.basic-form__input::-webkit-input-placeholder{display:none;color:#43455a;font-style:italic}.c-contact textarea.form-control:-moz-placeholder,.c-contact .comments-area textarea:-moz-placeholder,.comments-area .c-contact textarea:-moz-placeholder,.c-contact textarea.basic-form__input:-moz-placeholder{color:#43455a;font-style:italic}.c-contact textarea.form-control::-moz-placeholder,.c-contact .comments-area textarea::-moz-placeholder,.comments-area .c-contact textarea::-moz-placeholder,.c-contact textarea.basic-form__input::-moz-placeholder{color:#43455a;font-style:italic}.c-contact textarea.form-control:-ms-input-placeholder,.c-contact .comments-area textarea:-ms-input-placeholder,.comments-area .c-contact textarea:-ms-input-placeholder,.c-contact textarea.basic-form__input:-ms-input-placeholder{color:#43455a;font-style:italic}.traders{display:none}.traders.blank{display:block}.trader-card{display:flex;flex:0 0 100%;flex-wrap:wrap;width:100%;margin-bottom:20px;padding:20px 30px;border-radius:3px;background-color:#f7f9fc}@media (max-width: 1023.98px){.trader-card--industry{margin-bottom:16px}}.trader-card--social{width:100%;padding-bottom:10px;background-color:#fff}@media (max-width: 1023.98px){.trader-card--social{padding-left:0}}@media (max-width: 1023.98px){.trader-card--first{margin-top:32px}}.trader-card.no-margin{margin-bottom:0}.trader-card.no-space-bottom{margin-bottom:0;padding-bottom:0}.trader-card--big{position:relative;height:100%;margin-bottom:0;padding:48px 48px 48px 58px}@media (max-width: 1023.98px){.trader-card--big{flex-direction:column;padding:26px 16px}}.trader-card--big::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:10px;width:calc(100% - 64px);border-radius:8px 8px 0 0;background-color:#D71920}@media (max-width: 1023.98px){.trader-card--reverse{flex-direction:column-reverse}}.trader-card--whitebox{align-items:center;margin-bottom:0;padding-top:10px;background-color:#fff}@media (max-width: 1023.98px){.trader-card--whitebox{padding-top:32px;padding-right:0;padding-bottom:0;padding-left:0}}.trader-card--center{align-items:center}.trader-card--next{width:347px;max-width:100%}.trader-card__social{display:flex;align-self:center;margin-right:30px}@media (max-width: 1023.98px){.trader-card__social{width:50%;margin-right:0}}.trader-card__social:last-child{margin-right:0}@media (max-width: 1023.98px){.trader-card__social--label{width:100%;margin-bottom:16px;padding-top:16px}}.trader-card__social-text{color:#1e2c92;font-weight:600}.trader-card__social-icon{display:flex;align-self:center;justify-content:center;width:22px;margin-right:6px}.trader-card__social-icon svg{vertical-align:unset}.trader-card__social-icon.facebook svg{width:12px;height:24px}.trader-card__social-icon.youtube svg{width:22px;height:15px}@media (max-width: 1309.98px){.trader-card__info{flex:1}}.trader-card__info-big-space{flex:1;padding-left:19px}@media (max-width: 1309.98px){.trader-card__info-big-space{padding-left:0px}}.trader-card__phone,.trader-card__links p,.trader-card__email{flex:0 0 100%;color:#232b64;font-weight:600;font-size:16px;line-height:26px}.trader-card__phone.big,.trader-card__links p.big,.trader-card__email.big{margin-bottom:4px;font-weight:700;font-size:42px;line-height:55px}@media (max-width: 1309.98px){.trader-card__phone.big,.trader-card__links p.big,.trader-card__email.big{font-size:34px;line-height:44px}}.trader-card__phone.small-label p,.trader-card__links p.small-label p,.trader-card__email.small-label p{margin-bottom:0;font-size:14px;line-height:22px}.trader-card__phone.small-label p span,.trader-card__links p.small-label p span,.trader-card__email.small-label p span{display:inline-block;padding-right:10px;vertical-align:middle}.trader-card__phone.small-label p a,.trader-card__links p.small-label p a,.trader-card__email.small-label p a{display:inline-block;font-size:25px;line-height:35px;vertical-align:middle}.trader-card__phone.no-margin p,.trader-card__links p.no-margin p,.trader-card__email.no-margin p{margin-bottom:0}.trader-card__custom{margin-top:16px;padding-top:16px;border-top:1px solid #c8d1da}.trader-card__photo{flex:0 0 42px;width:42px;height:42px;margin-right:15px;color:#232b64}.trader-card__photo-54{flex:0 0 54px;width:54px;height:54px}.trader-card__photo.opacity{opacity:0.3}.trader-card__photo.user{flex:0 0 64px;width:64px;height:64px}.trader-card__photo.building{flex:0 0 60px;width:60px;height:64px}.trader-card__photo.small{flex:0 0 27px;width:27px;height:27px}.trader-card__photo.big{flex:0 0 77px;align-self:flex-end;width:77px;height:77px;opacity:0.3}@media (min-width: 1024px){.trader-card__photo.big{flex:0 0 131px;align-self:flex-start;width:131px;height:131px}}.trader-card__address{margin-bottom:4px;color:#000215;font-weight:600;font-size:14px;line-height:22px;opacity:0.5}.trader-card__name{margin-bottom:4px;color:#000215;font-weight:600;font-size:21px;line-height:29px}@media (max-width: 1309.98px){.trader-card__name--sm-f18{font-size:18px}}.trader-card__label{margin-bottom:2px;text-transform:uppercase}.trader-card__links p{margin-bottom:0}.trader-card__wysiwyg p{margin-bottom:0}.trader-card__small{margin-top:16px;font-size:12px;line-height:17px}.trader-card--enlarged-photo .trader-card__photo{flex:0 0 auto;width:100%;height:auto}.trader-card--enlarged-photo .trader-card__info{margin-top:10px}.trader-card-modal-link{display:inline-block;width:100%;padding:10px 20px;color:#fff;text-align:center;background-color:#232b64;transition:all 0.23s}.trader-card-modal-link:hover{color:#fff;background-color:#00053e}.inforamtion{margin-bottom:16px;color:#000;font-weight:400;font-size:14px;font-style:normal;line-height:18px}@media (max-width: 1309.98px){.inforamtion{font-size:12px;line-height:15px}}svg.acf-region-select{max-width:100%}svg.acf-region-select path{fill:#e8ebef}svg.acf-region-select path.active{fill:#d71920}svg.acf-region-select:hover{cursor:pointer}.white-bg svg.acf-region-select path{fill:#fff;stroke:#9398a9}.white-bg svg.acf-region-select path.no-stroke{fill:#000215;stroke:none}.white-bg svg.acf-region-select path.fill-white{fill:#fff}.white-bg svg.acf-region-select path.show-text{fill:#fff}.white-bg svg.acf-region-select path.active{fill:#d71920}.white-bg svg.acf-region-select g.active path{fill:#d71920}.fill-white{fill:#fff}.show-text{fill:#fff}select.region-select{width:300px;height:45px;margin-bottom:40px;padding-left:15px;border:1px solid #dadfe6;border-radius:3px;color:#43455a;font-size:16px;background-color:#fff;background-image:url(../images/arrow-accordion.svg);background-repeat:no-repeat;background-position:right 15px center;background-size:12px 6px;appearance:none}.c-contact-form{max-width:642px;margin:0 auto}.c-contact-form--padding{padding:72px 0}.c-contact-form .inforamtion{margin-bottom:16px;color:#000;font-weight:400;font-size:14px;font-style:normal;line-height:18px}@media (max-width: 1309.98px){.c-contact-form .inforamtion{font-size:12px;line-height:15px}}.main-contact{padding-bottom:104px}@media (max-width: 1309.98px){.main-contact{padding-bottom:81px}}.contact-accordion__panel{padding-top:24px;padding-bottom:24px;border-bottom:1px solid #c8d1da}.contact-accordion__panel:last-child{border-bottom:none}@media (max-width: 1309.98px){.contact-accordion__panel:last-child{padding-bottom:0}.contact-accordion__panel:last-child .contact-accordion__content{margin-bottom:0}}.contact-accordion__h4{margin-bottom:8px;font-weight:400}.contact-accordion__container{max-height:0;overflow:hidden;transition:all 0.53s}.contact-accordion__container.show{max-height:500vh}.contact-accordion__content{margin-top:32px;margin-bottom:32px}.contact-accordion__title{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.contact-accordion__subtitle{margin-top:6px;margin-bottom:0}.contact-accordion .arrow{display:flex;cursor:pointer}.contact-accordion .arrow-text{padding-right:32px;font-weight:600;font-size:18px}@media (max-width: 1309.98px){.contact-accordion .arrow-text{display:none}}.contact-accordion .arrow-text-up{display:none}.contact-accordion .arrow .icon{width:36px;height:20px;color:#232b64;transition:transform 0.23s ease}.contact-accordion .arrow--active .arrow-text-up{display:inline-block}@media (max-width: 1309.98px){.contact-accordion .arrow--active .arrow-text-up{display:none}}.contact-accordion .arrow--active .arrow-text-down{display:none}.contact-accordion .arrow--active .icon{transform:rotate(180deg)}@media (max-width: 767.98px){.modal-c-form .modal-exit--desktop{display:none}}.modal-c-form .modal-exit--mobile{display:none}@media (max-width: 767.98px){.modal-c-form .modal-exit--mobile{position:absolute;top:0;right:16px;z-index:999;display:block;padding:18px 0;text-align:right}}@media (max-width: 767.98px){.modal-c-form .modal-exit--mobile button{display:flex;align-items:center;width:auto;height:auto;padding:0;border:none;background-color:transparent}}@media (max-width: 767.98px){.modal-c-form .modal-exit--mobile button p.button-text{display:block;margin:0;color:#d71920;font-weight:600;font-size:14px;content:"Wyjdź"}}@media (max-width: 767.98px){.modal-c-form .modal-exit--mobile button span{position:relative;top:-1px;left:-1px;display:block;width:20px;height:20px;color:#d71920;font-size:0;line-height:unset}}@media (max-width: 767.98px){.modal-c-form .modal-exit--mobile button span:before,.modal-c-form .modal-exit--mobile button span:after{position:absolute;top:50%;left:50%;display:block;width:70%;height:1px;background:#d71920;content:""}}@media (max-width: 767.98px){.modal-c-form .modal-exit--mobile button span:before{transform:translate(-50%, -50%) rotate(45deg)}}@media (max-width: 767.98px){.modal-c-form .modal-exit--mobile button span:after{transform:translate(-50%, -50%) rotate(-45deg)}}.modal-c-form .modal-content{position:relative;max-height:80vh;border-radius:0;overflow-y:auto}@media (max-width: 767.98px){.modal-c-form .modal-content{max-height:100vh}}.modal-c-form__heading{margin-bottom:24px;color:#000215;font-weight:bold;font-size:24px;line-height:1.6}@media (max-width: 767.98px){.modal-c-form__heading{max-width:75%;margin-bottom:16px;font-size:18px;line-height:1.4}}.modal-c-form__subheading{margin-bottom:14px;color:#000215;font-weight:400;font-size:21px;line-height:1.4}@media (max-width: 767.98px){.modal-c-form__subheading{font-size:16px}}.modal-c-form__text{margin-bottom:24px;color:#000215;font-size:16px}.modal-c-form__text strong{font-weight:600}.modal-c-form .modal-dialog--form{width:100%;max-width:550px;margin-top:45vh;margin-right:auto;margin-left:auto;transform:translateY(-50%)}@media (max-width: 767.98px){.modal-c-form .modal-dialog--form{margin-top:0;transform:none}}.modal-c-form .modal-dialog--form .c-product-form__item{margin-bottom:16px}.modal-c-form .modal-dialog--form .inforamtion{padding-top:6px}.modal-c-form .modal-dialog .modal-body{display:none;padding:24px}@media (max-width: 767.98px){.modal-c-form .modal-dialog .modal-body{padding:16px 16px 24px 16px}}.modal-c-form .modal-dialog .modal-body-thanks{align-items:center;justify-content:flex-start;background-color:#fff}@media (max-width: 767.98px){.modal-c-form .modal-dialog .modal-body-thanks{min-height:100vh}}.modal-c-form .modal-dialog .modal-body-thanks__subheading{margin-bottom:8px;color:#000215;font-size:21px;line-height:29px}.modal-c-form .modal-dialog .modal-body-thanks svg{width:66px;height:auto;margin-bottom:24px}@media (max-width: 767.98px){.modal-c-form .modal-dialog .modal-body-thanks svg{margin-bottom:36px}}.modal-c-form .modal-dialog .modal-body-thanks h3{margin-bottom:20px;color:#000215;font-size:24px;line-height:38px}@media (max-width: 767.98px){.modal-c-form .modal-dialog .modal-body-thanks h3{font-size:34px}}.modal-c-form .modal-dialog .modal-body.active{display:block}@media (max-width: 1309.98px){.contact-details__categories{padding-bottom:24px}}.contact-details__categories:last-child .trader-card--industry{margin-bottom:0}.contact-details__categories .col-mg{margin-bottom:24px}@media (max-width: 1309.98px){.contact-details__categories .col-mg{margin-bottom:16px}}@media (max-width: 1309.98px){.contact-details__categories .col-mg:last-child{margin-bottom:0}}.contact-details__categories .trader-card{height:100%}.contact-details__h3{margin-bottom:32px}@media (max-width: 1309.98px){.contact-details__h3{margin-bottom:16px;font-weight:600;font-size:18px;line-height:25px}}.contact-details__h4{margin-bottom:24px}.contact-details__desc h5{margin-bottom:8px}@media (max-width: 1309.98px){.contact-details__desc p{margin-bottom:24px}}.catalogs-title{margin-bottom:48px;color:#000215;font-weight:900;font-size:34px;line-height:44px}@media (max-width: 767.98px){.catalogs-title{margin-bottom:24px;font-size:25px;line-height:35px}}.catalogs-list{overflow-x:hidden}.catalogs-list__row{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;margin:0 -15px 55px;row-gap:30px}.catalogs-list__col{flex:0 0 50%;max-width:50%;padding:0 15px}@media (max-width: 991px){.catalogs-list__col{flex:0 0 100%;max-width:100%}}.catalogs-list__col--3{flex:0 0 33.333333%;max-width:33.333333%}@media (max-width: 991px){.catalogs-list__col--3{flex:0 0 100%;max-width:100%}}.catalogs-list__item{display:flex;flex-direction:column;justify-content:space-between;max-width:570px;height:100%;padding-top:20px;background-color:#f7f9fc}@media (max-width: 991px){.catalogs-list__item{margin:0 auto}}.catalogs-list__iframe iframe{height:250px !important}.catalogs-list__btm{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.catalogs-list__desc{padding:0 32px;color:#000215;text-align:center}@media (max-width: 767.98px){.catalogs-list__desc{padding:0 16px}.catalogs-list__desc.no-padding-sm{padding-right:0;padding-left:0}}.catalogs-list__mtitle{margin-bottom:0;font-size:16px;line-height:25px}.catalogs-list__title{margin-bottom:8px;font-weight:600;font-size:25px;line-height:35px}@media (max-width: 1023.98px){.catalogs-list__title{font-size:22px;line-height:32px}}@media (max-width: 991px){.catalogs-list__title{font-size:25px;line-height:35px}}.catalogs-list__stitle{font-weight:600;font-size:18px;line-height:25px}.catalogs-list__btns{display:flex;justify-content:center;margin-top:16px;padding:0 32px 24px}@media (max-width: 767.98px){.catalogs-list__btns{padding:0 16px 24px}}.catalogs-list__btn{display:flex;align-items:center;justify-content:center;width:145px;height:48px;border:1.5px solid #d71920;border-radius:3px;font-weight:600;font-size:16px;line-height:20px;transition:0.15s all ease-in-out}@media (max-width: 1023.98px){.catalogs-list__btn{font-size:14px}}@media (max-width: 991px){.catalogs-list__btn{font-size:16px}}.catalogs-list__btn--download{margin-right:8px;color:#d71920}.catalogs-list__btn--download:hover{color:#fff;background-color:#d71920}.catalogs-list__btn--download:hover path{stroke:#fff}.catalogs-list__btn--download svg{margin-right:8px}.catalogs-list__btn--download svg path{transition:0.15s all ease-in-out}.catalogs-list__btn--modal{margin-left:8px;color:#fff;background-color:#d71920}.catalogs-list__btn--modal:hover{border-color:#b5151b;background-color:#b5151b}.catalog-modal{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.catalog-modal__body{width:85vw;background-color:#f7f9fc}@media (max-width: 767.98px){.catalog-modal__body{display:flex;flex-direction:column;width:100vw;height:100vh;padding:15px 0}}.catalog-modal__header{margin-bottom:8px;color:#000215;font-weight:700;font-size:24px;text-align:center}@media (max-width: 767.98px){.catalog-modal__header{display:flex;align-items:flex-start;justify-content:space-between;margin-top:16px;padding:0 15px;font-size:18px;text-align:left}}.catalog-modal__close{position:relative;margin-top:2px;margin-left:30px;padding:0 0 0 10px;border:none;color:#d71920;font-weight:600;font-size:14px;background-color:transparent}.catalog-modal__close::after{position:absolute;top:50%;left:-10px;width:12px;height:1px;background-color:#d71920;transform:rotate(45deg) translateY(-50%);content:""}.catalog-modal__close::before{position:absolute;top:50%;left:-10px;width:12px;height:1px;margin-top:-1px;background-color:#d71920;transform:rotate(135deg) translateY(-50%);content:""}@media (min-width: 576px){.catalog-modal__close{display:none}}@media (max-width: 767.98px){.catalog-modal__iframe{flex-grow:1;width:calc(100vw - 30px);margin:0 auto}}.catalog-modal__iframe iframe{max-height:100%}@media (max-width: 767.98px){.catalog-modal__iframe iframe{height:100% !important}}.page-template-page-catalog .modal-dialog{display:flex;flex-direction:column;align-items:center;justify-content:center;width:1px;height:100%;margin:0 auto}.page-template-page-catalog .modal-header{width:85vw}@media (max-width: 767.98px){.page-template-page-catalog .modal-header{display:none}}.products-comparision__product{position:relative;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:70px;height:70px;margin:9px 3px;padding:5px;border:1px solid #eee;border-radius:3px;text-align:center;background-color:#fff}.products-comparision__product:first-child{margin-left:0}.products-comparision__product a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:0.2s}.products-comparision__product-delete{position:absolute;top:-10px;right:-10px;z-index:9;display:block;width:25px;height:25px;border:1px solid #ddd;border-radius:50%;font-size:16px;line-height:23px;background-color:#fff;cursor:pointer;transition:0.2s}.products-comparision__product-delete:hover{border-color:#b5151b;color:#fff;background-color:#b5151b}.products-comparision__container{position:fixed;bottom:0;z-index:99999 !important;width:100%;height:85px;background-color:#fff;box-shadow:0 10px 50px 0px rgba(0,0,0,0.2)}@media (max-width: 1023.98px){.products-comparision__container{height:auto !important;padding-bottom:10px}}.products-comparision__container img{float:right;height:55px;margin:0 !important}.products-comparision__products{padding-left:0}@media (max-width: 1023.98px){.products-comparision__products ~ .col-md-4.col-12.mt-3{margin-top:0 !important}}.products-comparison-label{display:none;pointer-events:none}.products-comparison-label.active{display:flex;align-items:center;justify-content:space-between}#products-comparision-compare{margin-top:7px;border-color:#d71920;color:#fff;font-weight:600;font-size:14px;background-color:#d71920;transition:0.2s}@media (max-width: 767.98px){#products-comparision-compare{float:left}}#products-comparision-compare:hover{border-color:#b5151b;color:#fff;background-color:#b5151b}#products-comparision-reset{margin-top:7px;border-color:#b5151b;color:#b5151b;font-weight:600;font-size:14px;transition:0.2s}@media (max-width: 767.98px){#products-comparision-reset{width:43%}}#products-comparision-reset:hover{color:#fff;background-color:#b5151b}@media (max-width: 767.98px){.page-template-page-compare{overflow:visible}}@media (max-width: 767.98px){.page-template-page-compare .o-site{display:none}}@media (max-width: 767.98px){.page-template-page-compare .o-site-content{padding-top:0}}@media (max-width: 767.98px){.page-template-page-compare .o-site-content .c-top-header{display:none}}@media (max-width: 767.98px){.page-template-page-compare .o-site-content .o-site-main .c-box-content{padding-top:0}}@media (max-width: 767.98px){.page-template-page-compare .o-site-content .o-site-main .c-box-content .container{padding:0}}@media (max-width: 767.98px){.page-template-page-compare footer{display:none}}@media (max-width: 767.98px){.page-compare .c-top-header-box{position:sticky;top:0;z-index:1;height:55px;padding:0;background:#fff}}.page-compare__head{display:flex;justify-content:space-between;margin:45px 0 10px 0}@media (max-width: 767.98px){.page-compare__head{position:fixed;top:0;left:0;width:100%;margin:0;padding:10px 16px;background:#fff}}.page-compare__head .c-top-header__heading{margin-bottom:0}@media (max-width: 767.98px){.page-compare__head .c-top-header__heading{margin:0;padding:0;font-weight:700;font-size:25px}}@media (max-width: 767.98px){.page-compare__exit-btn--desktop{display:none}}.page-compare__exit-btn--mobile{display:inline-flex;gap:6px;align-items:center;padding:0;border:none;color:#d71920;font-weight:600;font-size:14px;background:transparent}@media (min-width: 768px){.page-compare__exit-btn--mobile{display:none}}.page-compare__content{margin-bottom:80px}@media (max-width: 767.98px){.page-compare__content table{border-top:0}}@media (max-width: 767.98px){.page-compare__content table tbody{display:block;width:100vw;height:100%}}.page-compare__content table tbody tr{color:#00053e}.page-compare__content table tbody tr:first-child{background-color:#fff;box-shadow:0px 2px #232b64}@media (max-width: 767.98px){.page-compare__content table tbody tr:first-child{position:sticky;top:55px;z-index:1;transform:translateZ(0)}}.page-compare__content table tbody tr:nth-child(even){font-weight:600;background-color:#f7f9fc}@media (max-width: 767.98px){.page-compare__content table tbody tr:nth-child(even) td span{position:sticky;top:0;left:16px;display:block;width:280px}}.page-compare__content table tbody tr th{display:table-cell;width:500px;max-width:100%;margin:0;border:1px solid #f0f0f4;vertical-align:baseline;background:none}@media (max-width: 767.98px){.page-compare__content table tbody tr th{min-width:160px;border:none;box-shadow:inset -0.5px 0px #f0f0f4,inset 0.5px 0px #f0f0f4}}@media (max-width: 767.98px){.page-compare__content table tbody tr th:last-child{box-shadow:none}}@media (max-width: 339px){.page-compare__content table tbody tr th{min-width:45vw}}.page-compare__content table tbody tr td{display:table-cell;height:auto;margin:0;padding:10px 20px;border:1px solid #f0f0f4;font-size:14px;text-align:left;background:none}@media (max-width: 767.98px){.page-compare__content table tbody tr td{padding:9px 16px}}.compared-product__image img{max-height:125px}@media (max-width: 767.98px){.compared-product__image img{max-height:40px;object-fit:contain}}.compared-product__name{color:#222a68}.compared-product__name p{margin-top:8px;margin-bottom:0;line-height:1.4}@media (max-width: 767.98px){.compared-product__name p{font-size:12px}}a.products-comparision-add-button{display:flex;align-items:center;justify-content:center;min-height:56px;margin-top:0;padding:5px 10px;border:1px solid #c8d1da;border-top:none;color:#00053e;font-size:14px;cursor:pointer;transition:all 0.2s ease-in-out}@media (min-width: 1024px){a.products-comparision-add-button{font-size:14px}}a.products-comparision-add-button svg{margin-right:10px}a.products-comparision-add-button path{transition:all 0.2s ease-in-out}a.products-comparision-add-button circle{fill:transparent}a.products-comparision-add-button rect{fill:#d71920}a.products-comparision-add-button:hover{color:#fff;background-color:#00053e}a.products-comparision-add-button:hover path{fill:#fff}a.products-comparision-add-button[data-on-list="true"]{border-bottom:2px solid #202b64}.error-404{margin-top:10px}.error-404__row{position:relative;display:grid;grid-template-columns:1fr 1fr}@media (max-width: 767.98px){.error-404__row{grid-template-columns:1fr}}.error-404__img{align-self:end}@media (max-width: 767.98px){.error-404__img{position:absolute;right:-10%;bottom:0}}.error-404__img img{max-height:620px}@media (max-width: 767.98px){.error-404__img img{height:242px;transform:scaleX(-1)}}.error-404__text{padding:50px 35px 35px}@media (max-width: 767.98px){.error-404__text{z-index:1;display:flex;flex-direction:column;height:411px;padding:0 0 16px 0}}@media (max-width: 320px){.error-404__text{height:436px}}@media (max-width: 767.98px){.error-404__text .btn,.error-404__text .comments-area .submit,.comments-area .error-404__text .submit{margin-top:auto}}.error-404__page-title{color:#c8d1da;font-size:56px}@media (max-width: 767.98px){.error-404__page-title{font-size:34px;line-height:1}}.error-404__heading{color:#000215;font-size:34px;line-height:1.3}@media (max-width: 767.98px){.error-404__heading{font-size:25px}}.error-404__sub-heading{color:#000215;font-weight:600;font-size:25px;line-height:1.4}@media (max-width: 767.98px){.error-404__sub-heading{font-size:18px}}.error-404-links{margin:32px 0}@media (max-width: 767.98px){.error-404-links{margin:0 0 20px}}.error-404-links__heading{margin-bottom:10px;color:#000215;font-weight:400;font-size:21px;line-height:1.4}@media (max-width: 767.98px){.error-404-links__heading{font-size:18px}}.error-404-links__list{margin:0;padding:0;list-style:none}.error-404-links__list li{padding:6px 0}.error-404-links__list li a{color:#1e2c92;font-weight:600}.error-404-links__list li a:hover{color:#d71920}.c-pagination{margin-top:30px;margin-bottom:0}.c-pagination__list{display:flex;align-items:center;padding-left:0}.c-pagination__item{margin-right:10px;list-style-type:none}.c-pagination__item:last-of-type{margin-right:0}.c-pagination__link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-right:2px;border:1px solid transparent;border-radius:8px;text-decoration:none;transition:all 0.2s ease-in-out}.c-pagination__link:hover{border-color:#00053e}.c-pagination__link--next,.c-pagination__link--prev{background:url(../images/caret_line_icon_left_blue.svg) no-repeat center center/auto 50%}.c-pagination__link--next:hover,.c-pagination__link--prev:hover{border-color:transparent}.c-pagination__link--next{transform:scaleX(-1)}.c-pagination__link--current{border-color:#00053e;color:#fff;background:#00053e}.c-hotspot-marker{position:absolute;z-index:1;display:block;width:1.875rem;height:1.875rem;border-radius:50%;background:#d71920;cursor:pointer;transition:all 0.2s ease-in-out}.c-hotspot-marker:hover,.c-hotspot-marker.active{box-shadow:0 0 0 .3125rem rgba(215,25,32,0.3)}.c-hotspot-marker::before,.c-hotspot-marker::after{position:absolute;top:50%;left:50%;width:1rem;height:2px;background:#fff;transform:translate(-50%, -50%);content:""}.c-hotspot-marker::after{transform:translate(-50%, -50%) rotate(90deg)}.c-hotspot-modal{position:fixed;top:0;left:0;z-index:999;display:none;align-items:center;width:100%;height:100%;padding:calc(30px / 2);background:rgba(0,5,62,0.3)}@media (min-width: 768px){.c-hotspot-modal{position:absolute;top:unset;left:unset;max-width:23.75rem;height:unset;padding:unset;background:transparent}}@media (min-width: 768px){.c-hotspot-modal::before{position:absolute;top:50%;left:-.4375rem;display:block;width:.875rem;height:.875rem;background:#f4f6f8;transform:translate(0, -50%) rotate(45deg);content:""}}.c-hotspot-modal__content{position:relative;width:100%;padding:20px;border-radius:0;background:#f4f6f8;box-shadow:0 .0625rem .75rem 0 rgba(0,0,0,0.1)}@media (min-width: 768px){.c-hotspot-modal__content{border-radius:.5rem}}.c-hotspot-modal__close{position:absolute;top:.625rem;right:.625rem;display:block;width:1.875rem;height:1.875rem}.c-hotspot-modal__close::before,.c-hotspot-modal__close::after{position:absolute;top:50%;left:50%;width:1rem;height:.125rem;background:#00053e;content:""}.c-hotspot-modal__close::before{transform:translate(-50%, -50%) rotate(-45deg)}.c-hotspot-modal__close::after{transform:translate(-50%, -50%) rotate(45deg)}@media (min-width: 768px){.c-hotspot-modal__close{display:none}}.c-hotspot-modal__optionals-desc,.c-hotspot-modal__title{font-weight:700}.c-hotspot-modal__exceprt{font-size:13px}.c-hotspot-modal__title{display:block;margin-bottom:.9375rem;font-weight:400}.c-hotspot-modal__optionals{font-size:.875rem}.c-hotspot-modal__optional-link::after{content:", "}.c-hotspot-modal__optional-link:last-of-type::after{content:none}.row.hot-dark{margin:0 -20px -20px -20px;padding:20px;background-color:#222a68}.row.hot-dark .cta-arrow{color:#fff}.row.hot-dark .cta-arrow img{filter:brightness(0) invert(1)}.modal-content{border:0;outline:none;box-shadow:none}.modal-header{padding:15px 0;border:0}.modal-header :is(.close,button){position:relative;float:right;width:30px;height:30px;padding:0;border:1px solid #fff;border-radius:50%;background-color:transparent}.modal-header :is(.close,button) span{position:relative;top:-1px;left:-1px;display:block;width:30px;height:30px;color:#fff;font-size:0;line-height:unset}.modal-header :is(.close,button) span:before,.modal-header :is(.close,button) span:after{position:absolute;top:50%;left:50%;display:block;width:60%;height:1px;background:#fff;transform:translate(-50%, -50%) rotate(45deg);content:""}.modal-header :is(.close,button) span:after{transform:translate(-50%, -50%) rotate(-45deg)}.c-modal{position:fixed;top:0;left:0;z-index:100;display:none;align-items:center;justify-content:center;width:100%;height:100%;padding:.625rem;background-color:rgba(0,5,62,0.3)}.c-modal__container{width:100%;max-width:880px;background:#fff}.c-modal__heading{position:relative;z-index:2;display:flex;align-items:center;height:4.1875rem;padding-right:4.375rem;padding-left:2.3125rem;font-weight:400;font-size:1.25rem;background:#f4f6f8;box-shadow:0 .0625rem .75rem 0 rgba(0,0,0,0.1)}.c-modal__close{position:absolute;top:0;right:0;display:block;width:3.75rem;height:100%;cursor:pointer}.c-modal__close::before,.c-modal__close::after{position:absolute;top:50%;left:50%;width:1.4375rem;height:.125rem;background:#00053e;transform:translate(-50%, -50%) rotate(45deg);content:""}.c-modal__close::after{transform:translate(-50%, -50%) rotate(-45deg)}.c-modal__location-marker-title{display:block;width:100%;font-weight:600}@media (min-width: 768px){.c-modal__location-marker-item{position:relative;padding:1rem 0rem;padding-left:2.25rem;border-bottom:1px solid rgba(200,209,218,0.7);font-size:.875rem}}.c-modal__location-marker-item::before{position:absolute;top:1.125rem;left:0;display:block;width:1.1875rem;height:1.6875rem;background:url(../images/marker.png) no-repeat center top/100% auto;content:""}.c-modal__location-container{display:none;height:80vh}.c-modal__location-info{display:none;padding:2.25rem;font-weight:300;font-size:1.25rem;text-align:center}.c-modal__location-markers{display:none}@media (min-width: 768px){.c-modal__location-markers{display:block;flex-shrink:0;width:100%;max-width:23.75rem;padding:1.6875rem 2.4375rem}}.c-modal__location-map{width:100%}.modal-backdrop,.mfp-bg{background-color:#191e48;opacity:0.9}.list-tags{margin-bottom:0;margin-left:0;padding-left:0;list-style:none}.list-tags__item{display:inline-block;margin-top:8px;margin-right:24px;font-size:14px;line-height:22px}.list-tags__item:last-child{margin-right:0}.li-check,.list-check ul li,.selectable-sections .section-ebook__top ul li{position:relative;margin-bottom:4px;padding-left:25px;color:#000215;font-weight:normal;font-size:16px;font-style:normal;line-height:25px;list-style-type:none}.li-check:before,.list-check ul li:before,.selectable-sections .section-ebook__top ul li:before{position:absolute;top:calc(25px / 2);left:0;transform:translateY(-50%);content:url(../images/list-check-red.svg)}.list-check ul,.selectable-sections .section-ebook__top ul ul{padding-left:0}.checklist ul{padding-left:0;list-style-type:none}.checklist ul li{position:relative;margin-bottom:8px;padding-left:25px;font-weight:normal;font-size:16px;font-style:normal}.checklist ul li:before{position:absolute;top:calc(25px / 2);left:0;width:12px;height:6px;border-bottom:2px solid #cc1a24;border-left:2px solid #cc1a24;transform:translateY(-50%) rotate(-51deg);content:""}.checklist ul li strong{font-weight:600}.checklist-white ul li:before{border-bottom:2px solid #fff;border-left:2px solid #fff}.btn,.comments-area .submit{padding:10px 21px;border-radius:3px;font-weight:600;font-size:16px;text-transform:uppercase;line-height:20px}.btn-outline-category{margin-top:8px;padding:5px 6px;border-color:#1e2c92;color:#1e2c92;font-weight:600;font-size:14px;font-style:normal;line-height:18px}.btn-outline-category svg{margin-right:7px}@media (max-width: 1023.98px){.btn-outline-category.hide-mobile{display:none}}.btn--small{display:inline-block}.btn--submit{min-width:180px}.btn--arrow-down{display:inline-flex;align-items:center;padding:13px 20px}.btn--arrow-down::after{width:20px;height:20px;margin-left:8px;background:url(../images/arrow-down-long.svg);background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform 0.23s;content:""}.btn--arrow-down:hover::after{transform:translateY(3px)}.btn--arrow-right{grid-column:span 2 / auto;margin:0;padding:0;color:#1e2c92;font-weight:600;font-size:18px;line-height:1.4;transition:opacity 0.23s}.btn--arrow-right::after{position:relative;display:inline-block;width:15px;height:10px;margin-left:8px;background:url(../images/long_arrow-blue.svg);background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform 0.23s;content:""}.btn--arrow-right:hover{color:#1e2c92;opacity:0.7}.btn--arrow-right:hover::after{transform:translateX(3px)}.btn--external-link{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px}.btn--external-link::after{width:20px;height:20px;margin-left:8px;background:url(../images/external-link.svg);background-repeat:no-repeat;background-position:center;background-size:contain;content:""}.btn--external-link:hover::after{filter:brightness(10)}@media (max-width: 1023.98px){.btn--in-box-content{display:block;max-width:311px;margin:32px auto}}@media (min-width: 768px){.btn-lg-to-right{display:block;width:auto;margin:0 0 0 auto}}.btn-white{padding:13px 20px;color:#1e2c92;font-weight:600;font-size:16px;background-color:#fff;transition:opacity 0.23s}.btn-white:hover,.btn-white:focus{color:#1e2c92;background-color:#fff;opacity:0.7}.btn-full{width:100%}@media (max-width: 1023.98px){.btn-full-mobile{width:100%}}.button{display:inline-flex;border:1px solid var(--red);border-radius:0.1875rem;align-items:center;justify-content:center;padding-block:0.625rem 0.6875rem;padding-inline:1.3125rem;font-size:1rem;font-weight:700;line-height:1.25;color:var(--white);text-transform:uppercase;background-color:var(--red);transition:background-color 0.15s ease-in-out, color 0.15s ease-in-out}.button:hover{color:var(--white);background-color:color-mix(in srgb, var(--red) 90%, black)}.button:focus-visible{border-color:var(--white);text-decoration:underline;text-underline-offset:0.125rem}.button-arrow{padding-right:3.1875rem;background-image:var(--arrow-right-white);background-repeat:no-repeat;background-size:1.25rem;background-position:right 1.3125rem center;transition:background-color 0.15s ease-in-out, background-position 0.15s ease-in-out}.button-arrow:hover{background-position:right 1rem center}.single-cpt-products .main-header{position:fixed}.single-cpt-products .c-breadcrumbs__link:hover{color:#fff}.single-cpt-products .c-top-header{height:auto;min-height:auto;background:transparent}@media (min-width: 768px){.single-cpt-products .c-top-header{margin-bottom:0}}.single-cpt-products .c-top-header::before{background:transparent}.o-product-loop{display:flex;flex-wrap:wrap;margin:20px -4px 30px}@media (min-width: 1024px){.o-product-loop{margin:0 -6px 5px;padding-right:0;padding-left:0}}@media (max-width: 767.98px){.o-product-loop{justify-content:space-between}}.o-product-loop--archive{display:grid;grid-template-columns:repeat(4, 1fr);gap:22px 30px;margin:0}@media (max-width: 767.98px){.o-product-loop--archive{grid-template-columns:repeat(2, 1fr);gap:8px}}.o-product-loop--archive>.c-product-similar-in-category__item{max-width:100%;height:100%;margin:0}@media (max-width: 767.98px){.o-product-loop__col{max-width:calc(50%);height:auto;padding-right:0;padding-left:0}}.o-product-loop__item{padding-right:0;padding-left:0;border-bottom:1px solid #c8d1da}@media (min-width: 1024px){.o-product-loop__item:nth-of-type(odd){border-right:1px solid #c8d1da}}.o-product-loop__item:nth-last-of-type(1){border-bottom:0}@media (min-width: 1024px){.o-product-loop__item:nth-last-of-type(2){border-bottom:0}}.o-product-loop-container{position:relative}.o-product-loop-container.opacity .col-md-4{opacity:0.5}.o-product-blocks{padding-bottom:0;background:#fff}@media (min-width: 1024px){.o-product-blocks{padding:0px 0 45px 0}}.o-product-blocks .show{display:block}.c-product-logistics{margin-bottom:50px}@media (max-width: 1309.98px){.c-product-logistics{margin-bottom:0}}.c-product-logistics__container{width:100%;max-width:770px}@media (max-width: 1309.98px){.c-product-logistics__container{display:none}}.c-product-logistics table{position:relative;border:0}.c-product-logistics tbody td{display:table-cell;width:auto;min-width:100px;height:auto;padding:15px;border:0;border-bottom:1px solid #d9dfe5;font-weight:400;font-size:14px;text-align:left}.c-product-logistics tbody td:first-child{position:sticky;left:0;z-index:2;background-color:#d9dfe5}.c-product-logistics thead{display:table-header-group}.c-product-logistics thead tr th:first-child{position:sticky;left:0;z-index:2}.c-product-logistics thead th{display:table-cell;width:auto;height:auto;padding:10px 15px;border:0;border-bottom:1px solid #ddd;color:#00053e;font-size:12px;text-align:left;background-color:#eef1f3}.c-product-logistics__toggle-button{display:none}#wtbgf{position:absolute;z-index:99;width:100%}@media (max-width: 1023.98px){#wtbgf{position:static !important;max-width:100% !important;margin-top:0px}}#wtbgf .wtbgf-mt{margin-top:-140px}#wtbgf.is-sticky .c-where-to-buy__product-data,#wtbgf.is-sticky-custom .c-where-to-buy__product-data{display:flex}#wtbgf.is-sticky,#wtbgf.is-sticky-custom{margin:0}@media (max-width: 1023.98px){section.o-product-cont,.c-product-description{height:auto}}@media (max-width: 1023.98px){#wtbgf.is-sticky .c-where-to-buy__product-data{display:none !important}}.c-product-block-heading--active ~ .c-product-logistics__container{display:block}@media (max-width: 1023.98px){.c-product-block-heading--active ~ .c-product-logistics__container{width:calc(100% + 1rem);overflow-x:auto}}.social-links{display:flex;align-items:center;margin:0 12px 0 12px;padding:0;list-style:none}@media (max-width: 1023.98px){.social-links{margin:0}}.social-links__item{margin-right:12px}@media (max-width: 1023.98px){.social-links__item{margin-right:16px}}.social-links__item:last-child{margin-right:0}.social-links__link{transition:all 0.2s ease-in-out}.social-links__link:hover{opacity:0.7}.social-links svg{width:16px;height:16px}.social-links .ico-instagram path{fill:transparent !important}.social-links--sidebar{max-width:90px}.social-links--sidebar .social-links__link{display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-size:contain}.social-links--sidebar .social-links__link--facebook{background-image:url(../images/facebook.svg)}.social-links--sidebar .social-links__link--youtube{width:24px;height:16px;background-image:url(../images/youtube-blue.svg)}.social-links--sidebar .social-links__link--instagram{background-image:url(../images/sidebar-insta.svg)}.c-site-header .social-links{position:relative;right:-10px}@media (max-width: 1023.98px){.c-site-header .social-links{right:0}}.c-site-header .social-links::after{position:relative;left:16px;display:inline-block;width:1px;height:12px;background-color:#f0f0f4;content:""}.c-site-header .social-links__link{display:flex;align-items:center}.c-site-header .social-links__item svg{width:12px;height:12px}@media (max-width: 1023.98px){.c-site-header .social-links__item svg{width:21px;height:21px}}.c-site-header .social-links__item .ico-instagram path{stroke:#fff}.c-site-header--sticked .social-links__item .ico-instagram path,.c-site-header--no-bg .social-links__item .ico-instagram path{stroke:#232b64}.home .social-links__item .ico-instagram path{stroke:#232b64}#store_locator{height:620px;padding:0}@media (max-width: 767.98px){#store_locator{height:100vh !important}}#store_locator .store-locator-row{margin-right:0;margin-left:0}#store_locator .store-locator-col-12{padding-right:0;padding-left:0}#store_locator .store-locator-col-md-7{width:100%;max-width:100%}#store_locator>.store-locator-row{flex-wrap:unset}@media (max-width: 1023.98px){#store_locator>.store-locator-row{max-width:100%;margin:0}}@media (max-width: 767.98px){#store_locator>.store-locator-row{flex-direction:column;height:auto}}#store_locator *::before,#store_locator *::after{display:none}@media (max-width: 767.98px){#store_locator.stores-collapsed{height:100%}}@media (max-width: 1023.98px){#store_locator.stores-collapsed #store_locator_result_list_box{border-radius:14px 15px 0 0}}#store_locator.stores-collapsed .toggle-bar{display:flex}#store_locator.stores-collapsed ~ .show-map-button{display:none}#store_locator .toggle-bar{display:none;flex-direction:column;align-items:center;justify-content:center}#store_locator .toggle-bar .toggle-icon{width:118px;height:22px;background-image:url(../images/toggle.svg);background-repeat:no-repeat;background-position:center}#store_locator .toggle-bar p{margin-bottom:8px;font-weight:600;font-size:14px;line-height:1.6}#store_locator ~ .show-map-button{display:none}@media (max-width: 767.98px){#store_locator ~ .show-map-button{position:absolute;right:16px;bottom:16px;z-index:1;display:block;padding:10px 16px;border-radius:60px;color:#fff;font-weight:400;font-size:14px;background:#232b64}}#store_locator .store_locator_name{margin-bottom:8px;font-weight:700;font-size:19px;line-height:26px}#store_locator .store_locator_distance{color:#000;font-weight:600}#store_locator .store_locator_address{display:flex;flex-wrap:wrap;gap:4px;margin:0}#store_locator .store_locator_address .store_locator_street::after{display:inline;content:","}#store_locator .store_locator_address .store_locator_street br{display:none}#store_locator .store_locator_opening_hours{margin:8px 0 0 0;color:#000;font-weight:400;font-size:14px;font-family:"Source Sans Pro",sans-serif;line-height:22px}#store_locator .store_locator_opening_hours h3{margin:0 0 2px 0;margin-bottom:5px;font-weight:400;font-size:12px;line-height:1.4;text-transform:uppercase}#store_locator .store_locator_opening_hours .store-locator-opening-hours .store-locator-col-sm-12{display:flex;padding:0;font-weight:600}#store_locator .store_locator_opening_hours .store-locator-opening-hours .store-locator-col-sm-12 span{position:relative;min-width:65px;font-weight:400}#store_locator .store_locator_opening_hours .store-locator-opening-hours .store-locator-col-sm-12 span::after{position:absolute;top:0;right:-3px;display:block;width:3px;height:100%;background-color:#f0f0f4;content:""}#store_locator .store_locator_opening_hours .store_locator_contact{margin:8px 0}#store_locator .store_locator_opening_hours .store_locator_contact .store_locator_tel a{color:#000}#store_locator .store_locator_contact:empty,#store_locator .store_locator_opening_hours:empty{display:none}#store_locator .store_locator_get_direction{width:auto;max-width:unset;margin:16px 0 0 0;padding:10px 16px;border-radius:0;font-weight:600;font-size:16px}#store_locator .store_locator_get_direction i{display:none}@media (max-width: 767.98px){#store_locator .store_locator_get_direction{width:100%}}#store_locator .gm-ui-hover-effect{top:16px !important;right:16px !important;width:auto !important;height:auto !important}#store_locator .gm-ui-hover-effect img{width:20px !important;height:20px !important;margin:0 !important}@media (max-width: 767.98px){#store_locator_sidebar{display:contents}}#store_locator_sidebar #store_locator_sidebar_content{position:relative;z-index:2;display:grid;grid-template-rows:135px calc(620px - 135px);overflow:hidden}@media (max-width: 1023.98px){#store_locator_sidebar #store_locator_sidebar_content{grid-template-rows:201px calc(620px - 201px)}}@media (max-width: 767.98px){#store_locator_sidebar #store_locator_sidebar_content{display:contents}}#store_locator_result_list_box{position:relative;display:block !important;overflow-y:auto;background-color:#fff}@media (max-width: 1023.98px){#store_locator_result_list_box{position:absolute;top:auto !important;bottom:0 !important;z-index:1;order:3}}#store_locator_result_list_box hr{display:none}#store_locator_result_list_box #store_locator_result_list{display:flex !important;max-height:none}@media (max-width: 1023.98px){#store_locator_result_list_box #store_locator_result_list{overscroll-behavior:none;height:auto !important}}#store_locator_result_list_box #store_locator_result_list .store_locator_no_stores{padding:20px;color:#d71920;text-align:center}.store_locator_result_list_item{position:relative;padding:16px 32px 16px 24px !important;border:none;background-color:#f0f0f4}@media (max-width: 1023.98px){.store_locator_result_list_item.store_locator_result_list_item_hover{background-color:#f0f0f4 !important}.store_locator_result_list_item.store_locator_result_list_item_hover::after{position:absolute;top:13px;right:13px;display:block !important;width:14px;height:14px;background-image:url(../images/close.svg);background-repeat:no-repeat;background-position:center;content:""}}.store_locator_result_list_item.store_locator_result_list_item_hover .store_locator_address,.store_locator_result_list_item.store_locator_result_list_item_hover .store_locator_contact,.store_locator_result_list_item.store_locator_result_list_item_hover .store_locator_actions{display:none}@media (max-width: 1023.98px){.store_locator_result_list_item.store_locator_result_list_item_active{display:block !important}}.store_locator_result_list_item.store_locator_result_list_item_active .store_locator_address,.store_locator_result_list_item.store_locator_result_list_item_active .store_locator_contact,.store_locator_result_list_item.store_locator_result_list_item_active .store_locator_actions{display:block !important}.store_locator_result_list_item:not(.store_locator_result_list_item_hover){background-color:#fff}.store_locator_result_list_item:not(.store_locator_result_list_item_hover):before{position:absolute;bottom:0;left:50%;display:block !important;width:calc(100% - 48px);height:1px;background-color:#f0f0f4;transform:translateX(-50%);content:""}.store_locator_result_list_item:not(.store_locator_result_list_item_hover) .store_locator_contact,.store_locator_result_list_item:not(.store_locator_result_list_item_hover) .store_locator_opening_hours,.store_locator_result_list_item:not(.store_locator_result_list_item_hover) .store_locator_actions{display:none}.store_locator_result_list_item:hover{background-color:#f0f0f4}@media (max-width: 767.98px){.store_locator_result_list_item:hover{background-color:#fff}}.store_locator_result_list_item>.store-locator-row{display:grid;grid-template-columns:auto 56px;gap:10px}.store_locator_result_list_item .store_locator_image_container{order:1;width:100%;max-width:100%;margin:0;padding:0}.store_locator_result_list_item .store_locator_image_container img{padding-top:12px}.store_locator_result_list_item .store_locator_details{width:100%;max-width:100%;margin:0;padding:0}@media (max-width: 1023.98px){#store_locator_result_list_box .store_locator_result_list_item{display:none !important}#store_locator_result_list_box.store_locator_result_list_box_open{max-height:400px}#store_locator_result_list_box.store_locator_result_list_box_open .toggle-bar{display:none}#store_locator_result_list_box.store_locator_result_list_box_open .store_locator_result_list_item{display:block !important}#store_locator_result_list_box .store_locator_result_list_item_active{display:block !important}#store_locator_result_list_box:has(.store_locator_result_list_item_active) .toggle-bar{display:none}}#store_locator_search_box{z-index:1;padding:20px 24px 16px 24px !important;background-color:#fff;box-shadow:0px 0px 8px rgba(35,43,100,0.25)}@media (max-width: 767.98px){#store_locator_search_box{position:static;order:1;box-sizing:border-box;width:100%;padding:14px 16px 16px 16px !important}}#store_locator_search_box>.store-locator-row{display:grid;grid-template-columns:1fr 99px 99px;gap:8px}@media (max-width: 1023.98px){#store_locator_search_box>.store-locator-row{grid-template-columns:1fr 1.5fr;gap:17px 8px}}#store_locator_search_box>.store-locator-row::before{display:none}#store_locator_search_box>.store-locator-row .wordpress-store-locator-block-search_title{grid-column:1 / 4}@media (max-width: 1023.98px){#store_locator_search_box>.store-locator-row .wordpress-store-locator-block-search_title{grid-column:1 / 3}}#store_locator_search_box>.store-locator-row .wordpress-store-locator-block-search_title .store_modal_title{margin:0 0 10.5px 0;font-size:25px;line-height:1.4}@media (max-width: 1023.98px){#store_locator_search_box>.store-locator-row .wordpress-store-locator-block-search_title .store_modal_title{margin:0}}@media (max-width: 767.98px){#store_locator_search_box>.store-locator-row .wordpress-store-locator-block-search_title .store_modal_title{font-size:18px}}@media (max-width: 1023.98px){#store_locator_search_box>.store-locator-row .wordpress-store-locator-block-address_field{grid-column:1 / 3}}#store_locator_search_box #store_locator_filter_active_filter_box,#store_locator_search_box #store_locator_get_my_position,#store_locator_search_box #store_locator_get_all_store{display:none}#store_locator_search_box #store_locator_filter{margin-top:0}#store_locator_search_box #store_locator_filter #store_locator_filter_open_close{display:none}#store_locator_search_box #store_locator_find_stores_button{height:48px;margin-top:0;border:0;border-radius:0;font-weight:500;font-size:16px;background-color:#d71920}#store_locator_search_box input#store_locator_address_field,#store_locator_search_box #store_locator_filter_radius{height:48px;margin:0;padding:15px;border:1px solid #c8d1da !important;border-radius:0;color:#000;font-size:14px;line-height:1}@media (max-width: 767.98px){#store_locator_search_box input#store_locator_address_field,#store_locator_search_box #store_locator_filter_radius{border-radius:3px}}#store_locator_search_box #store_locator_filter_radius{background-image:url(../images/arrow-down.svg);background-repeat:no-repeat;background-position:center right 15px}#store_locator_search_box h5.wordpress-store-locator-address-title,#store_locator_search_box h5.wordpress-store-locator-radius-title{position:absolute;top:0;left:22px;z-index:11;display:inline-block;margin:0;padding:0 2px;font-weight:400;font-size:14px;background-color:#fff;transform:translateY(-50%)}.store_locator_details{padding:16px 0 6px 16px;color:#000;font-weight:400;font-size:14px;font-family:"Source Sans Pro",sans-serif;line-height:22px}#store_locator_main{overflow:hidden}@media (max-width: 1023.98px){#store_locator_main{padding:0}}@media (max-width: 767.98px){#store_locator_main{order:2}}#store_locator_map div[role="dialog"]{display:none !important}@media (max-width: 767.98px){.where-to-buy{z-index:999}}.where-to-buy__map>.container{padding-top:20px;padding-bottom:20px}.where-to-buy__map .modal{border:1px solid #f0f0f4}@media (max-width: 1023.98px){.c-aside-sidebar{position:absolute;left:0;z-index:999;width:100vw;height:74vh;padding-bottom:50px;overflow-y:auto;background-color:#fff;transform:translateX(-150%);transition:all 0.23s ease}.c-aside-sidebar.show{z-index:1;transform:translateX(0%)}.c-aside-sidebar.show-category{z-index:3;transform:translateX(0%)}}@media (max-width: 767.98px){.c-aside-sidebar{left:-1px}}.c-aside-sidebar-label{color:#000215;font-weight:normal;font-size:14px;font-style:normal;line-height:22px}.c-aside-sidebar__category{position:relative;padding-bottom:32px}@media (max-width: 1023.98px){.c-aside-sidebar__category{padding:0px 0;border-radius:3px}}@media (max-width: 1023.98px){.c-aside-sidebar__category-head,.c-main-navigation__item.js-submenu-label{padding:10px 15px;background-color:#c8d1da}}.c-aside-sidebar__category-title{margin-bottom:0;color:#000215;font-weight:bold;font-size:18px;line-height:25px}@media (max-width: 1023.98px){.c-aside-sidebar__category-title{display:inline-block}}.c-aside-sidebar__category-body{position:relative;overflow:hidden}@media (max-width: 1023.98px){.c-aside-sidebar__category--filters{visibility:hidden}.c-aside-sidebar__category--filters.active{display:block;visibility:visible}}.show-filters ~ .c-aside-sidebar{overflow:hidden}.c-aside-sidebar-nav{display:none;background-color:#fff}@media (max-width: 1023.98px){.c-aside-sidebar-nav{position:relative;display:block;border:1px solid #c8d1da}}.c-aside-sidebar-nav:before{right:21px;width:13px;height:13px;transition:all 0.23s;content:""}.c-aside-sidebar-nav__links{display:none;padding-right:30px}@media (max-width: 1023.98px){.c-aside-sidebar-nav__links{padding:7px 16px}}.c-aside-sidebar-nav__links[data-nav="head-main"]{display:block}.c-aside-sidebar-nav.show-filters .c-aside-sidebar-nav__links{display:none}.c-aside-sidebar-nav.show-filters .c-aside-sidebar-nav__links[data-nav="head-filters"]{position:relative;display:block;padding:16px;background-color:#fff}.c-aside-sidebar-nav.show-filters .c-aside-sidebar-nav__links[data-nav="head-filters"] .c-aside-sidebar-nav__link{display:none}.c-aside-sidebar-nav.show-filters .c-aside-sidebar-nav__links[data-nav="head-filters"] .c-aside-sidebar-nav__span{position:relative;padding-left:30px;font-size:20px;line-height:35px}.c-aside-sidebar-nav.show-filters .c-aside-sidebar-nav__links[data-nav="head-filters"] .c-aside-sidebar-nav__span:before{position:absolute;top:50%;left:0;width:11px;height:11px;margin-right:auto;margin-left:auto;border-bottom:1px solid #1e2c92;border-left:1px solid #1e2c92;transform:rotate(45deg) translateY(-50%);content:""}.c-aside-sidebar-nav.show-filters .c-aside-sidebar-nav__links[data-nav="head-filters"] .c-aside-sidebar-nav__span .filters-counter.not-empty::before{font-size:20px;content:"("}.c-aside-sidebar-nav.show-filters .c-aside-sidebar-nav__links[data-nav="head-filters"] .c-aside-sidebar-nav__span .filters-counter.not-empty::after{font-size:20px;content:")"}.c-aside-sidebar-nav.opened .c-aside-sidebar-nav__span{display:none}.c-aside-sidebar-nav.opened .c-aside-sidebar-nav__link{color:#000215}.c-aside-sidebar-nav.opened .c-aside-sidebar-nav__links{display:none}.c-aside-sidebar-nav.opened .c-aside-sidebar-nav__links[data-nav="head-category"]{display:block;width:100%;padding-top:14px;padding-bottom:14px;background-color:#f0f0f4}.c-aside-sidebar-nav.opened .c-aside-sidebar-nav__links[data-nav="head-category"] .c-aside-sidebar-nav__span{display:inline-block;padding-left:8px;font-size:16px;font-style:normal;line-height:26px}.c-aside-sidebar-nav.opened .c-aside-sidebar-nav__links[data-nav="head-category"] .c-aside-sidebar-nav__link{color:#1e2c92}.c-aside-sidebar-nav--space{padding:7px 16px}.c-aside-sidebar-nav.opened,.c-aside-sidebar-nav.show-filters{width:calc(100vw);margin-left:-15px}@media (max-width: 767.98px){.c-aside-sidebar-nav.opened,.c-aside-sidebar-nav.show-filters{display:flex;align-items:center;min-height:54px;margin-left:-16px}}.c-aside-sidebar-nav.opened:after,.c-aside-sidebar-nav.show-filters:after{position:absolute;top:50%;right:34px;width:1px;height:13px;background-color:#00053e;transform:rotate(-45deg) translateY(-50%);transition:all 0.23s;content:""}.c-aside-sidebar-nav.opened:before,.c-aside-sidebar-nav.show-filters:before{right:calc(34px + 9px);z-index:9;width:1px;height:13px;border-right:none;border-bottom:none;border-left:none;background-color:#00053e;transform:rotate(45deg) translateY(-50%)}.c-aside-sidebar-nav__link{color:#1e2c92;font-weight:600;font-size:16px;font-style:normal;line-height:26px}.c-aside-sidebar-nav__link.isDisabled{pointer-events:none}.c-aside-sidebar-nav__span{display:block;color:#000215;font-weight:normal;font-size:12px;font-style:normal;line-height:17px}.c-aside-filters-head{padding:10px 15px}@media (max-width: 1023.98px){.c-aside-filters--filters{visibility:hidden}.c-aside-filters--filters.active{position:absolute;top:0;z-index:99;display:block;width:100%;height:100%;padding:10px 15px;background-color:white;visibility:visible}.c-aside-filters--filters.active .c-aside-filters__item-head{padding-bottom:3px;padding-left:0}.c-aside-filters--filters .c-aside-filters__item-head{background-color:transparent}}@media (min-width: 1024px){.c-aside-filters{display:block;padding-top:32px;border-top:1px solid #c8d1da}}@media (max-width: 1023.98px){.c-aside-filters__item-head{padding:10px 15px;background-color:#c8d1da}}@media (min-width: 1024px){.c-aside-filters__item-head.flex{display:flex;flex-wrap:wrap;align-self:center;justify-content:space-between}.c-aside-filters__item-head.flex .w-50{width:auto;padding-top:12px}.c-aside-filters__item-head.flex .w-100{width:100%}}.c-aside-filters__item-title{margin-bottom:0;color:#000215;font-weight:600;font-size:14px;font-style:normal;line-height:22px;text-transform:uppercase}@media (max-width: 1309.98px){.c-aside-filters__item-title--sm{margin-bottom:0;color:#000215;font-weight:bold;font-size:18px;line-height:25px;text-transform:none}}.c-aside-filters-tools{display:flex;align-items:center;justify-content:space-between;padding:10px 0 5px}@media (min-width: 1024px){.c-aside-filters-tools{display:none}}.c-aside-filters-tools__filter{position:relative}.c-aside-filters-tools__filter span{display:inline-block;vertical-align:baseline}.c-aside-filters-tools__filter-text{margin-right:8px;color:#1e2c92;font-weight:600;font-size:16px;font-style:normal;line-height:26px}.c-aside-filters-tools__filter-icon{width:13px;height:12px}.application-filter input{position:absolute;opacity:0}.application-filter__list{padding:10px 0;list-style-type:none}@media (max-width: 1023.98px){.application-filter__list{max-height:50vh;padding-bottom:66px;overflow:auto}}.application-filter__list-label{position:relative;padding-left:calc(16px + 8px);cursor:pointer}.application-filter__list-label:before{position:absolute;top:2px;left:0;width:16px;height:16px;border:1px solid #c8d1da;border-radius:2px;content:""}.application-filter__list-label:after{position:absolute;top:6px;left:3px;width:10px;height:4.5px;border-bottom:2px solid #c8d1da;border-left:2px solid #c8d1da;transform:rotate(-43deg);opacity:0;content:""}.application-filter__list-label.selected:before{border:1px solid #1e2c92;background-color:#1e2c92}.application-filter__list-label.selected:after{opacity:1}.selected-filters{width:100%}.selected-filters__list{display:flex;flex-wrap:wrap;padding-left:0;list-style-type:none}.selected-filters__list__item{position:relative;margin-top:5px;margin-right:16px;padding:5px 28px 5px 8px;border-radius:4px;color:#fff;font-weight:600;font-size:14px;font-style:normal;line-height:18px;background:#232b64}.selected-filters__list__item span{margin-left:3px}.selected-filters__list__item:after{position:absolute;top:50%;right:14px;width:1px;height:8px;background-color:#fff;transform:translateY(-50%) rotate(-45deg);content:""}.selected-filters__list__item:before{position:absolute;top:50%;right:14px;width:1px;height:8px;background-color:#fff;transform:translateY(-50%) rotate(45deg);content:""}.selected-filters__list__item--clear{display:block !important;align-items:center;order:2;color:#1e2c92;font-weight:normal;font-size:14px;font-style:normal;line-height:18px;background-color:transparent;cursor:pointer}.selected-filters__list__item--clear:first-child{display:none;visibility:hidden}.selected-filters__list__item--clear:before,.selected-filters__list__item--clear:after{display:none}.selected-filters__list.text-right .selected-filters__list__item--clear{margin:0;padding:0 0}@media (min-width: 768px){.selected-filters--sidebar{display:none}}.selected-filters--sidebar .selected-filters__list{margin-bottom:2px}.selected-filters--sidebar .selected-filters__list__item{display:flex;align-items:center;margin-right:3px;padding:0 0;color:#000215;font-weight:normal;font-size:16px;font-style:normal;line-height:26px;background-color:transparent;opacity:0.7}.selected-filters--sidebar .selected-filters__list__item:before{display:none}.selected-filters--sidebar .selected-filters__list__item:after{position:static;width:auto;height:auto;transform:none;content:","}.selected-filters--sidebar .selected-filters__list__item:last-child:before{display:none}.selected-filters--sidebar .selected-filters__list__item:nth-child(1n+3){display:none}.selected-filters--sidebar .selected-filters__list__item--clear{position:absolute;bottom:10px;left:16px;z-index:1;margin:0 0;color:#1e2c92;font-weight:normal;font-size:14px;font-style:normal;line-height:18px;cursor:pointer}.selected-filters-sidebar-tools{position:absolute;bottom:3px;left:0;display:flex;justify-content:space-between;width:100%;height:64px;padding:12px 16px;background:#ffffff;background-color:#fff;box-shadow:0px 0px 25px rgba(0,0,0,0.15)}.selected-filters-sidebar-tools .selected-posts-count{display:flex;align-items:center;padding-right:12px;padding-left:12px;color:#ffffff;font-weight:600;font-size:16px;font-style:normal;line-height:20px;background-color:#d71920}.selected-filters-sidebar-tools .selected-posts-count span{padding-left:2px}.selected-filters-sidebar-tools .selected-posts-count .btn,.selected-filters-sidebar-tools .selected-posts-count .comments-area .submit,.comments-area .selected-filters-sidebar-tools .selected-posts-count .submit{padding:0 0}@media (min-width: 1024px){.selected-filters-sidebar-tools{display:none}}.load-more-btn{padding:30px 0;text-align:center}.hashtag{position:relative;color:#1e2c92;font-weight:600;font-size:14px;font-style:normal;line-height:22px}.hashtag:before{content:"#"}.hashtag--small-space{margin-right:16px}.hashtag--footer{margin-right:14px;font-size:12px;line-height:17px;opacity:0.6}.hashtag:hover{color:#1e2c92;opacity:0.9}.map-full{position:relative;width:100%;height:700px;margin-top:90px}@media (max-width: 1023.98px){.map-full{height:480px;margin-top:45px}}.map-full .contactmap iframe{width:100%;height:700px}@media (max-width: 1023.98px){.map-full .contactmap iframe{width:100%;height:480px}}.map-full-row{align-items:flex-start}.map-full-data{position:relative;z-index:2;width:100%;max-width:428px;height:auto;padding:48px;background-color:#fff;box-shadow:0 0 50px 0 rgba(0,0,0,0.1);transform:translateY(-142%)}@media (max-width: 1023.98px){.map-full-data{position:absolute;top:16px;left:50%;max-width:328px;padding:16px;transform:translateX(-50%)}}.acf-shop-location__button{display:flex;align-items:center;justify-content:center;width:100%;height:45px;margin-top:20px;padding:0;font-weight:700;font-size:14px;line-height:1.4;background-color:#fff}.acf-shop-location__button:hover{border-color:#d71920;color:#fff;background-color:#d71920}#acf-shop-locations .modal-dialog{width:100%;max-width:1200px;margin:5% auto 0}@media (max-width: 767.98px){#acf-shop-locations .modal-dialog{margin:0}}@media (max-width: 767.98px){#acf-shop-locations .modal-dialog>.modal-header{position:absolute;top:0;right:16px;z-index:999;padding:18px 0}}@media (max-width: 767.98px){#acf-shop-locations .modal-dialog>.modal-header button{display:flex;align-items:center;width:auto;height:auto;border:none}}@media (max-width: 767.98px){#acf-shop-locations .modal-dialog>.modal-header button span{width:20px;height:20px;color:#d71920}}@media (max-width: 767.98px){#acf-shop-locations .modal-dialog>.modal-header button span:before,#acf-shop-locations .modal-dialog>.modal-header button span:after{width:70%;background:#d71920}}#acf-shop-locations .modal-dialog>.modal-header button .button-text{display:none}@media (max-width: 767.98px){#acf-shop-locations .modal-dialog>.modal-header button .button-text{display:block;margin:0;color:#d71920;font-weight:600;font-size:14px}}#acf-shop-locations .modal-content{position:relative;border-radius:0}#acf-shop-locations .modal-content::after{position:absolute;bottom:0;left:0;z-index:1;display:block;width:100%;height:55px;background:linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%);content:""}#acf-shop-locations .modal-body{height:80vh;max-height:575px;padding:0;overflow-y:scroll}@media (max-width: 767.98px){#acf-shop-locations .modal-body{height:100vh;max-height:unset}}#acf-shop-locations .modal-body .modal-header{position:sticky;top:0;z-index:2;display:flex;gap:20px;align-items:center;justify-content:space-between;padding:29px 24px;background-color:#fff}@media (max-width: 767.98px){#acf-shop-locations .modal-body .modal-header{flex-direction:column;gap:16px;align-items:flex-start;padding:16px}}#acf-shop-locations .modal-body .modal-header::before,#acf-shop-locations .modal-body .modal-header::after{display:none}#acf-shop-locations .modal-body .modal-header #search-store{box-sizing:border-box;width:100%;max-width:300px;padding:11px 40px 11px 16px;border:1px solid #c8d1da;border-radius:4px;color:#000215;background-image:url(../images/search-2.svg);background-repeat:no-repeat;background-position:center right 14px}@media (max-width: 767.98px){#acf-shop-locations .modal-body .modal-header #search-store{max-width:unset;padding:15px 40px 15px 16px;font-weight:400;font-size:14px;line-height:1.3}#acf-shop-locations .modal-body .modal-header #search-store::placeholder{color:#43455a}}#acf-shop-locations .modal-body .modal-header #search-store::-webkit-search-decoration,#acf-shop-locations .modal-body .modal-header #search-store::-webkit-search-cancel-button,#acf-shop-locations .modal-body .modal-header #search-store::-webkit-search-results-button,#acf-shop-locations .modal-body .modal-header #search-store::-webkit-search-results-decoration{display:none}#acf-shop-locations .pz_item.row{align-items:center;margin-bottom:15px;padding:15px;background-color:#f4f6f8}#acf-shop-locations .pz_item__heading{margin:0}#acf-shop-locations .cta-arrow{float:right}#acf-shop-locations .cta-arrow img{position:relative;top:-1px;margin-left:2px}.single-shops-heading{margin:0;color:#000215;font-weight:700;font-size:24px;line-height:1.6}@media (max-width: 767.98px){.single-shops-heading{max-width:75%;font-weight:700;font-size:18px;line-height:1.4}}.shops-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(270px, 1fr));margin-top:-14px;padding:0 24px 55px;overflow-y:scroll;column-gap:30px}@media (max-width: 767.98px){.shops-list{grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));margin-top:0;padding:0 16px 55px;column-gap:16px}}@media (max-width: 460px){.shops-list{grid-template-columns:repeat(auto-fill, minmax(140px, 1fr))}}.single-shop{display:flex;align-items:center;padding:0;border-bottom:1px solid #f0f0f4}.single-shop-link{position:relative;z-index:1;display:grid;grid-template-columns:60px auto;gap:28px;align-items:center;justify-content:flex-start;width:100%;height:100%;padding:28px 30px;background-color:#fff;transition:0.2s}@media (max-width: 767.98px){.single-shop-link{grid-template-rows:40px auto;grid-template-columns:1fr;gap:25px;padding:10px 18px}}.single-shop-link:hover{background-color:#232b64}.single-shop-link:hover .single-shop-title{color:#fff}.single-shop-link:hover .cta-arrow{color:#fff}.single-shop-link:hover .cta-arrow img{transform:translateX(3px);filter:brightness(0) invert(1)}.single-shop-img{justify-self:center;max-width:60px;max-height:40px}.single-shop-title{margin:0 0 5px;color:#000215;font-weight:600;font-size:18px;line-height:1.4}.single-shop .cta-arrow{display:block;width:100%;color:#1e2c92;font-weight:600;font-size:12px;line-height:1.4}.single-shop .cta-arrow img{transition:transform 0.2 ease}.page-mocarny{color:#000215}.page-mocarny .hero{height:auto;min-height:472px;background-color:#00053e;background-repeat:no-repeat;background-position:center right;background-size:cover}@media (max-width: 767.98px){.page-mocarny .hero{position:relative;height:520px;margin-bottom:115px;background-position:center right -240px}}.page-mocarny .hero .container--hero{display:flex;gap:62px;align-items:flex-end;min-height:inherit}@media (max-width: 767.98px){.page-mocarny .hero .container--hero{flex-direction:column;align-items:flex-start}}.page-mocarny .hero__content{padding-bottom:82px}@media (max-width: 767.98px){.page-mocarny .hero__content{padding-top:106px;padding-bottom:0px}}.page-mocarny .hero__above-title{margin-bottom:16px;color:#fff;font-weight:600;font-size:18px;line-height:1.4}.page-mocarny .hero__title{margin:0 0 16px 0;color:#fff;font-weight:700;font-size:56px;line-height:1.05}@media (max-width: 1023.98px){.page-mocarny .hero__title{font-size:34px;line-height:1.3;marginm:0 0 10px 0}}.page-mocarny .hero__subtitle{margin-bottom:24px;color:#fff;font-weight:400;font-size:25px;line-height:1.4}@media (max-width: 1023.98px){.page-mocarny .hero__subtitle{margin-bottom:20px;font-size:21px}}.page-mocarny .hero__image{margin-bottom:-8%}@media (max-width: 767.98px){.page-mocarny .hero__image{position:absolute;bottom:-20%;max-height:230px;margin:0}}.page-mocarny .icons{padding:66px 0}@media (max-width: 767.98px){.page-mocarny .icons{padding:8px 0 0 0}}.page-mocarny .icons__above-title{display:flex;gap:8px;align-items:center;font-weight:400;font-size:21px;line-height:1.4}@media (max-width: 1023.98px){.page-mocarny .icons__above-title{flex-direction:column;gap:0;align-items:flex-start;font-size:18px}}.page-mocarny .icons__above-title strong{margin-top:2px;font-weight:700;font-size:25px;line-height:1.4}.page-mocarny .icons__title{margin:122px 0 0 0;font-weight:700;font-size:34px;line-height:1.3}@media (max-width: 1023.98px){.page-mocarny .icons__title{margin-top:56px;font-size:25px}}.page-mocarny .icons__wrapper{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:32px;padding:50px 0}@media (max-width: 767.98px){.page-mocarny .icons__wrapper{gap:22px;padding:26px 0 40px 0}}.page-mocarny .icons .icon{display:grid;align-content:flex-start}@media (max-width: 767.98px){.page-mocarny .icons .icon{grid-template-columns:100px auto;gap:10px}}.page-mocarny .icons .icon__image{display:flex;align-items:center;margin-bottom:14px}@media (max-width: 767.98px){.page-mocarny .icons .icon__image{align-items:flex-start}}.page-mocarny .icons .icon__image img{max-width:100px}.page-mocarny .icons .icon__title{margin:0 0 8px 0;font-weight:600;font-size:18px;line-height:1.4}.page-mocarny .icons .icon__text{margin:0;font-size:16px;line-height:1.4}.page-mocarny .info{position:relative;height:auto;min-height:560px;overflow-y:hidden;background-color:#f7f9fc;background-repeat:no-repeat;background-position:bottom -15px right;background-size:auto}@media (max-width: 1023.98px){.page-mocarny .info{min-height:unset;background-size:185px}}.page-mocarny .info .container--info{display:flex;align-items:center;min-height:inherit}@media (max-width: 1023.98px){.page-mocarny .info .container--info{flex-direction:column;align-items:flex-start;padding-top:40px}}.page-mocarny .info__content{max-width:710px}@media (max-width: 1309.98px){.page-mocarny .info__content{max-width:calc(100% - 600px)}}@media (max-width: 1023.98px){.page-mocarny .info__content{max-width:100%;padding-bottom:215px}}.page-mocarny .info__above-title{margin-bottom:24px;font-weight:600;font-size:18px;line-height:1.4}@media (max-width: 1023.98px){.page-mocarny .info__above-title{margin-bottom:16px}}.page-mocarny .info__title{margin:0 0 32px 0;font-weight:700;font-size:56px;line-height:1.05}@media (max-width: 1023.98px){.page-mocarny .info__title{max-width:90%;margin:0 0 10px 0;font-size:34px;line-height:1.3}}.page-mocarny .info__text{max-width:700px;margin:0;font-weight:400;font-size:21px;line-height:1.4}@media (max-width: 1023.98px){.page-mocarny .info__text{font-size:16px;line-height:1.6}}.page-mocarny .info__image{position:absolute;right:0;bottom:-21%;max-width:631px}@media (max-width: 1023.98px){.page-mocarny .info__image{bottom:-6.5%;left:10px;max-width:255px}}.page-mocarny .lists{padding:80px 0;background-color:#00053e}@media (max-width: 1023.98px){.page-mocarny .lists{padding:40px 0}}.page-mocarny .lists .container--lists{display:flex;flex-direction:column}.page-mocarny .lists__title{margin:0 0 58px 0;color:#fff;font-weight:700;font-size:56px;line-height:1.05}@media (max-width: 1023.98px){.page-mocarny .lists__title{max-width:90%;margin:0 0 32px 0;font-size:34px;line-height:1.3}}.page-mocarny .lists__text{max-width:700px;margin:0;font-weight:400;font-size:21px;line-height:1.4}@media (max-width: 1023.98px){.page-mocarny .lists__text{font-size:16px;line-height:1.6}}.page-mocarny .lists__main{display:flex;gap:95px;justify-content:center;color:#fff}@media (max-width: 767.98px){.page-mocarny .lists__main{flex-direction:column;gap:32px}}.page-mocarny .lists__wrapper{max-width:280px}.page-mocarny .lists__column-title{margin:0 0 24px 0;font-weight:700;font-size:25px;line-height:1.4}@media (max-width: 1023.98px){.page-mocarny .lists__column-title{margin:0 0 12px 0}}.page-mocarny .lists__end-text{margin-bottom:0;font-size:16px;line-height:1.4}.page-mocarny .lists__image{max-width:370px;height:100%}@media (max-width: 1023.98px){.page-mocarny .lists__image{display:none}}.page-mocarny .lists .list__title{margin:0 0 4px 0;font-weight:600;font-size:18px;line-height:1.4}.page-mocarny .lists .list__content{margin-bottom:24px;padding-left:24px}@media (max-width: 1023.98px){.page-mocarny .lists .list__content{margin-bottom:16px}}.page-mocarny .lists .list__element{font-weight:300}.page-mocarny .lists .list__element::marker{font-size:12px}.page-mocarny .video{margin-bottom:200px;padding-top:80px;background-color:#f0f0f4}@media (max-width: 1023.98px){.page-mocarny .video{padding-top:40px}}@media (max-width: 767.98px){.page-mocarny .video{margin-bottom:64px}}.page-mocarny .video .container--video{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width: 767.98px){.page-mocarny .video .container--video{align-items:flex-start}}.page-mocarny .video__title{margin:0 0 15px 0;font-weight:700;font-size:56px;line-height:1.05}@media (max-width: 1023.98px){.page-mocarny .video__title{margin:0 0 16px 0;font-size:34px;line-height:1.3}}.page-mocarny .video__subtitle{margin:0 0 48px 0;font-weight:400;font-size:21px;line-height:1.4}@media (max-width: 1023.98px){.page-mocarny .video__subtitle{margin:0 0 32px 0}}.page-mocarny .video__container{position:relative;width:100%;max-width:970px;margin-bottom:-200px;overflow:hidden}@media (max-width: 767.98px){.page-mocarny .video__container{margin-bottom:-64px}}.page-mocarny .video__container:hover img{transform:scale(1.15)}.page-mocarny .video__placeholder{transition:transform 0.2s}.page-mocarny .video__play-btn{width:77px;height:77px}@media (max-width: 767.98px){.page-mocarny .video__play-btn{width:49px;height:49px}}.page-mocarny .features{padding-top:114px;overflow-x:hidden}@media (max-width: 1023.98px){.page-mocarny .features{padding-top:56px}}.page-mocarny .features .container--features{display:flex;gap:30px;align-items:stretch;justify-content:space-between}@media (max-width: 1023.98px){.page-mocarny .features .container--features{padding-bottom:56px}}.page-mocarny .features .container--features-left{flex-direction:row-reverse}.page-mocarny .features__label{position:relative;margin:40px 0;font-size:18px;line-height:1.4}.page-mocarny .features__label strong{font-weight:600}.page-mocarny .features__label::before{position:absolute;top:50%;z-index:-1;display:block;width:100vw;height:57px;content:"";background-color:var(--bg-color)}.page-mocarny .features__label--right::before{left:0;transform:translate(-200px, -50%)}@media (max-width: 767.98px){.page-mocarny .features__label--right::before{transform:translate(-16px, -50%)}}.page-mocarny .features__label--left::before{right:0;transform:translate(150px, -50%)}@media (max-width: 767.98px){.page-mocarny .features__label--left::before{transform:translate(16px, -50%)}}@media (max-width: 767.98px){.page-mocarny .features__label::after{position:absolute;top:25px;right:-17px;display:block;width:120px;height:200px;background-repeat:no-repeat;background-position:top right;background-size:contain;content:""}}.page-mocarny .features__image{height:100%}@media (max-width: 767.98px){.page-mocarny .features__image{display:none}}.page-mocarny .features__content{align-self:center;width:100%}.page-mocarny .features__title{margin:0 0 24px 0;font-weight:700;font-size:56px;line-height:1.05}@media (max-width: 1023.98px){.page-mocarny .features__title{margin:0 0 12px 0;font-size:34px;line-height:1.3}}@media (max-width: 767.98px){.page-mocarny .features__title{max-width:65vw}}.page-mocarny .features__text{margin:0 0 34px 0;font-weight:400;font-size:16px;line-height:1.6}@media (max-width: 1023.98px){.page-mocarny .features__text{margin:0 0 30px 0}}@media (max-width: 767.98px){.page-mocarny .features__text{max-width:65vw}.page-mocarny .features__text br{display:none}}.page-mocarny .features__list{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:40px 25px;padding-bottom:32px}@media (max-width: 767.98px){.page-mocarny .features__list{grid-template-columns:1fr;gap:15px}}.page-mocarny .features .feature{display:flex;gap:12px;align-items:center}@media (max-width: 767.98px){.page-mocarny .features .feature:nth-child(-n+2){max-width:65vw}}.page-mocarny .features .feature__icon{max-width:100px;fill:#000215}.page-mocarny .features .feature__text{margin:0;font-size:16px;line-height:1.6}.page-mocarny .features .feature__text small{display:block;font-size:12px;line-height:1.3}.page-mocarny .samples{margin:20px 0;display:flex;height:auto;min-height:420px;background-color:#00053e}.page-mocarny .samples .container--samples{display:flex;gap:20px;align-items:center;justify-content:space-between}@media (max-width: 767.98px){.page-mocarny .samples .container--samples{flex-direction:column;gap:0;align-items:flex-start;justify-content:flex-start;padding-top:32px;padding-bottom:32px}}.page-mocarny .samples__content{display:flex;flex-direction:column;padding:32px 0;color:#fff}@media (max-width: 767.98px){.page-mocarny .samples__content{display:contents}}.page-mocarny .samples__title{margin:0 0 24px 0;font-weight:600;font-size:34px;line-height:1.3}@media (max-width: 1023.98px){.page-mocarny .samples__title{max-width:90%;font-size:25px}}@media (max-width: 767.98px){.page-mocarny .samples__title{order:-2;max-width:80%;margin:0 0 32px 0}}.page-mocarny .samples__subtitle{margin-bottom:16px;font-weight:300;font-size:16px;line-height:1.6}.page-mocarny .samples__list{margin-bottom:16px}@media (max-width: 767.98px){.page-mocarny .samples__list{margin-bottom:24px}}.page-mocarny .samples__list-element{display:flex;align-items:center;margin-bottom:8px;font-size:16px;line-height:1.6}.page-mocarny .samples__list-element::before{display:inline-block;width:16px;height:16px;margin-right:12px;background:url(../images/icon-confirm.svg);background-repeat:no-repeat;background-position:center;background-size:contain;content:""}.page-mocarny .samples__button-wrapper{display:flex;flex-wrap:wrap;gap:24px;align-items:center}@media (max-width: 767.98px){.page-mocarny .samples__button-wrapper{flex-direction:column;justify-content:center;width:100%}.page-mocarny .samples__button-wrapper .btn,.page-mocarny .samples__button-wrapper .comments-area .submit,.comments-area .page-mocarny .samples__button-wrapper .submit{width:100%;padding:18px 20px}}.page-mocarny .samples__extra-info{margin:0;font-weight:300;font-size:16px;line-height:1.6}@media (max-width: 767.98px){.page-mocarny .samples__extra-info{font-weight:400}}.page-mocarny .samples__image{align-self:flex-end;max-width:45vw}@media (max-width: 767.98px){.page-mocarny .samples__image{align-self:flex-start;order:-1;width:100%;max-width:400px;margin-bottom:32px}}.page-mocarny .contact{padding:72px 0;background-color:#f7f9fc}@media (max-width: 1023.98px){.page-mocarny .contact{padding:32px 0 8px}}.page-mocarny .contact .container--contact{max-width:650px}.page-mocarny .contact__title{margin:0 0 16px 0;font-weight:700;font-size:34px;line-height:1.3}@media (max-width: 1023.98px){.page-mocarny .contact__title{margin:0 0 8px 0;font-size:25px}}.page-mocarny .contact__subtitle{margin-bottom:32px;font-size:16px;line-height:1.6}.page-mocarny .contact__form .c-product-form__optional{background-color:#f7f9fc}.page-mocarny .contact__form .c-product-form__item textarea{max-height:184px;resize:none}.page-mocarny .contact__form .c-product-form .btn,.page-mocarny .contact__form .c-product-form .comments-area .submit,.comments-area .page-mocarny .contact__form .c-product-form .submit{padding:12px 36px 16px}.page-mocarny .posts{padding:114px 0}@media (max-width: 1023.98px){.page-mocarny .posts{padding:56px 0}}.page-mocarny .posts__title{margin:0 0 32px 0;font-weight:700;font-size:34px;line-height:1.3}@media (max-width: 1023.98px){.page-mocarny .posts__title{font-size:25px}}.page-sustainability{padding:0 0 120px 0;color:#01204e}@media (max-width: 767.98px){.page-sustainability{padding:80px 0 110px 0}}.page-sustainability .container--narrow{max-width:1020px}.page-sustainability .btn,.page-sustainability .comments-area .submit,.comments-area .page-sustainability .submit{width:fit-content;padding:13px 21px;border-color:#c4261d;border-radius:4px;color:#fff;font-size:15px;line-height:0.93;letter-spacing:0.04em;background-color:#c4261d}.page-sustainability .btn--green{padding:15px 30px;border-color:#45ac34;background-color:#45ac34}.page-sustainability .btn--transparent{border:2px solid #ffffff;background-color:transparent}@media (max-width: 767.98px){.page-sustainability .btn--transparent{border:1px solid #ffffff}}.page-sustainability h2{font-weight:400;font-size:36px;line-height:1.2;letter-spacing:0.02em;text-align:center}@media (max-width: 767.98px){.page-sustainability h2{font-size:16px}}.page-sustainability a{transition:opacity 0.2s ease}.page-sustainability a:hover{opacity:0.8}.page-sustainability .hero{position:relative;display:flex;align-items:center;height:auto;min-height:595px;background-color:#00053e;background-repeat:no-repeat;background-position:center right;background-size:cover}@media (max-width: 767.98px){.page-sustainability .hero{min-height:275px;padding-bottom:70px}}.page-sustainability .hero::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);max-width:1170px;width:calc(100% - 32px);height:14px;border-radius:12px 12px 0 0;background-color:#D71920}@media (max-width: 1023.98px){.page-sustainability .hero::after{height:8px}}.page-sustainability .hero .container--hero{display:flex;flex-direction:column}@media (max-width: 767.98px){.page-sustainability .hero .container--hero{flex-direction:column;align-items:flex-start}}.page-sustainability .hero__title{margin:0 0 58px 0;color:#fff;font-weight:900;font-size:48px;line-height:0.93;text-transform:uppercase}@media (max-width: 1023.98px){.page-sustainability .hero__title{margin:0 0 47px 0;font-size:20px}}@media (max-width: 767.98px){.page-sustainability .hero .btn,.page-sustainability .hero .comments-area .submit,.comments-area .page-sustainability .hero .submit{display:none}}.page-sustainability .hero-video{position:absolute;top:50%;left:50%;display:flex;flex-wrap:wrap;gap:13px;align-items:center;transform:translate(-50%, -50%)}@media (max-width: 767.98px){.page-sustainability .hero-video{position:static;gap:8px;transform:none}}@media (max-width: 767.98px){.page-sustainability .hero-video__play-btn{max-width:34px}}.page-sustainability .hero-video__title{margin:0;color:#ffffff;font-weight:900;font-size:28px;line-height:0.93;letter-spacing:0.005em}@media (max-width: 767.98px){.page-sustainability .hero-video__title{font-size:16px}}.page-sustainability .text-content{padding:34px 0}@media (max-width: 767.98px){.page-sustainability .text-content{padding:44px 0}}.page-sustainability .charts{display:flex;gap:40px;align-items:center;padding:40px 0}@media (max-width: 767.98px){.page-sustainability .charts{flex-direction:column;gap:30px;padding:30px 14px}}.page-sustainability .charts__image{border-radius:50%}.page-sustainability .charts__title{margin-bottom:20px;font-weight:400;font-size:36px;line-height:1.2;letter-spacing:0.02em}@media (max-width: 767.98px){.page-sustainability .charts__title{font-size:16px}}.page-sustainability .charts__text{margin:0;font-size:15px;line-height:1.2;letter-spacing:0.005em}.page-sustainability .charts .btn,.page-sustainability .charts .comments-area .submit,.comments-area .page-sustainability .charts .submit{margin-top:23px}@media (max-width: 767.98px){.page-sustainability .charts .btn,.page-sustainability .charts .comments-area .submit,.comments-area .page-sustainability .charts .submit{display:block;margin-right:auto;margin-left:auto}}.page-sustainability .read-more{padding:40px 0 70px 0}@media (max-width: 767.98px){.page-sustainability .read-more{padding:0 0 45px 0}}.page-sustainability .blocks-wrapper{display:grid;grid-template-columns:repeat(auto-fill, minmax(400px, 1fr));gap:33px}@media (max-width: 767.98px){.page-sustainability .blocks-wrapper{grid-template-columns:1fr;gap:24px}}.page-sustainability .blocks-wrapper .block{display:flex;flex-direction:column}.page-sustainability .blocks-wrapper .block:hover .block__image{transform:scale(1.2)}.page-sustainability .blocks-wrapper .block__top{position:relative;display:flex;align-items:center;justify-content:center;height:175px;overflow:hidden}@media (max-width: 767.98px){.page-sustainability .blocks-wrapper .block__top{height:150px}}.page-sustainability .blocks-wrapper .block__image{position:absolute;width:100%;height:100%;object-fit:cover;transition:transform 0.2s ease}.page-sustainability .blocks-wrapper .block__icon{z-index:1;max-width:140px}.page-sustainability .blocks-wrapper .block__content{display:flex;flex-direction:column;align-items:center;padding:24px;background-color:#01204e}@media (max-width: 767.98px){.page-sustainability .blocks-wrapper .block__content{padding-bottom:18px}}.page-sustainability .blocks-wrapper .block__title{margin-bottom:14px;color:#ffffff;font-weight:300;font-size:24px;line-height:1.2;letter-spacing:0.02em;text-align:center}@media (max-width: 767.98px){.page-sustainability .blocks-wrapper .block__title{margin-bottom:20px;font-size:16px}}.page-sustainability .blocks-wrapper .block__title strong{font-weight:600}.page-sustainability .box-grid{padding:70px 0}@media (max-width: 767.98px){.page-sustainability .box-grid{padding:45px 0}}.page-sustainability .box-grid__title{margin-bottom:60px}@media (max-width: 767.98px){.page-sustainability .box-grid__title{margin-bottom:45px}}.page-sustainability .box-grid__grid-wrapper{display:grid;grid-template:"a a a a a c c c" "b b b b b c c c";gap:12px}@media (max-width: 767.98px){.page-sustainability .box-grid__grid-wrapper{grid-template:"a" "b" "c"}}.page-sustainability .box-grid .grid-block{display:flex;flex-direction:column;justify-content:center;padding:24px 33px 25px 33px;color:#fff}@media (max-width: 767.98px){.page-sustainability .box-grid .grid-block{display:grid;grid-template-columns:minmax(20%, 100px) auto;gap:10px;padding:30px 18px 40px 18px}}.page-sustainability .box-grid .grid-block--first{grid-area:a;color:#01204e;background-color:#ecf1f7}.page-sustainability .box-grid .grid-block--second{grid-area:b;background-color:#01204e}.page-sustainability .box-grid .grid-block--third{grid-area:c;padding:24px 63px 25px 63px;background-color:#45ac34}@media (max-width: 767.98px){.page-sustainability .box-grid .grid-block--third{padding:30px 18px 40px 18px}}.page-sustainability .box-grid .grid-block__top{display:flex;gap:20px;align-items:center;padding-top:10px}@media (max-width: 767.98px){.page-sustainability .box-grid .grid-block__top{display:contents}}.page-sustainability .box-grid .grid-block__top--vertical{flex-direction:column;align-items:flex-start;justify-content:center;margin-bottom:18px}.page-sustainability .box-grid .grid-block__image{width:100%;max-width:95px}@media (max-width: 767.98px){.page-sustainability .box-grid .grid-block__image{grid-row:1/3;grid-column:1/2}}.page-sustainability .box-grid .grid-block__title{margin-bottom:0;font-weight:300;font-size:32px;line-height:1.2;letter-spacing:0.02em}@media (max-width: 767.98px){.page-sustainability .box-grid .grid-block__title{grid-column:2/3;padding-top:15px;font-size:16px}}.page-sustainability .box-grid .grid-block__title strong{font-weight:600}.page-sustainability .box-grid .grid-block__text{margin:10px 0 0 0;font-weight:300;font-size:14px;line-height:1.15;letter-spacing:0.005em}@media (max-width: 767.98px){.page-sustainability .box-grid .grid-block__text{grid-column:2/3;margin:0}}.page-sustainability .box-grid .grid-block__text--bolder{font-weight:400}.page-sustainability .objectives{padding:80px 0}@media (max-width: 767.98px){.page-sustainability .objectives{padding:30px 0}}.page-sustainability .objectives__wrapper{display:grid;grid-template-columns:1.2fr 1fr;gap:44px}@media (max-width: 767.98px){.page-sustainability .objectives__wrapper{display:flex;flex-direction:column-reverse;gap:38px}}.page-sustainability .objectives__icons{position:relative;display:grid;grid-template-columns:repeat(auto-fill, 87px);gap:5px 3px;align-content:center;justify-content:flex-end;padding:38px 22px 42px 0;background-color:#ecf1f7}@media (max-width: 767.98px){.page-sustainability .objectives__icons{gap:5px;justify-content:center;padding:35px 0 35px 0}.page-sustainability .objectives__icons:after{position:absolute;right:-100vw;display:block;width:100vw;height:100%;background-color:inherit;content:""}}.page-sustainability .objectives__icons:before{position:absolute;left:-100vw;display:block;width:100vw;height:100%;background-color:inherit;content:""}.page-sustainability .objectives__content-wrapper{display:flex;flex-direction:column;padding:5px 0 0 7px}@media (max-width: 767.98px){.page-sustainability .objectives__content-wrapper{padding:0}}@media (max-width: 767.98px){.page-sustainability .objectives__title-image{max-width:280px;margin-bottom:12px}}.page-sustainability .objectives__title{margin-bottom:9px;color:#171732;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:0.005em}@media (max-width: 767.98px){.page-sustainability .objectives__title{margin-bottom:24px;font-size:16px}}.page-sustainability .objectives__text{margin-bottom:20px;color:#01204e;font-weight:400;font-size:14px;line-height:1.15;letter-spacing:0.005em}.page-sustainability .podcasts{padding:5px 0 60px 0}@media (max-width: 767.98px){.page-sustainability .podcasts{padding:30px 0}}.page-sustainability .podcasts__list{display:grid;grid-template-columns:repeat(auto-fill, minmax(340px, 1fr));gap:20px;padding:55px 0}@media (max-width: 767.98px){.page-sustainability .podcasts__list{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:41px;padding:25px 0 40px}}.page-sustainability .podcasts .btn,.page-sustainability .podcasts .comments-area .submit,.comments-area .page-sustainability .podcasts .submit{display:block;margin:0 auto}.page-sustainability .podcast{display:grid;grid-template-columns:minmax(20%, 125px) auto;gap:12px}@media (max-width: 767.98px){.page-sustainability .podcast{grid-template-columns:1fr;gap:17px;justify-items:center;text-align:center}}.page-sustainability .podcast__content{display:flex;flex-direction:column;justify-content:flex-end}.page-sustainability .podcast__content *{color:#01204e;font-weight:400;font-size:15px;line-height:1.15;letter-spacing:0.005em}.page-sustainability .podcast__duration{display:block;margin-bottom:4px;color:#c4261d;font-weight:700}.page-sustainability .podcast__title{margin:0;font-weight:700}.page-sustainability .podcast__author{margin-bottom:16px}.page-sustainability .podcast__text{margin:0}.page-sustainability .banner{padding:60px 0 60px}.page-sustainability .banner__columns{display:grid;grid-template-columns:1fr 0.8fr 0.7fr;justify-items:center;height:290px;color:#fff;background-color:#01204e}@media (max-width: 767.98px){.page-sustainability .banner__columns{grid-template-columns:1fr;max-width:90%;height:auto;margin:0 auto;padding:58px 30px 0 30px}}.page-sustainability .banner__column{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:350px;margin-top:-10px}@media (max-width: 767.98px){.page-sustainability .banner__column{margin:0}}@media (max-width: 767.98px){.page-sustainability .banner__column--brochure{padding-bottom:27px;border-bottom:2px solid #54587e}}@media (max-width: 767.98px){.page-sustainability .banner__column--title{padding:27px 0 80px}}.page-sustainability .banner__title1{margin-bottom:40px;font-weight:600;font-size:36px;line-height:1.2;letter-spacing:0.015em;text-align:center}@media (max-width: 767.98px){.page-sustainability .banner__title1{margin-bottom:25px;font-size:24px}}.page-sustainability .banner__title2{margin-bottom:0;font-weight:300;font-size:36px;line-height:1.2;letter-spacing:0.015em;text-align:center}@media (max-width: 767.98px){.page-sustainability .banner__title2{font-size:24px}}.page-sustainability .banner__title2 strong{font-weight:600}.page-sustainability .banner__image{position:relative;right:-20px}@media (max-width: 767.98px){.page-sustainability .banner__image{position:static;transform:scale(1.3);filter:drop-shadow(2px 4px 6px rgba(0,0,0,0.3))}}.page-sustainability .banner-v2{color:#fff}.page-sustainability .banner-v2__container{position:relative;overflow:hidden}.page-sustainability .banner-v2__container::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:8px;width:calc(100% - 64px);border-radius:12px 12px 0 0;background-color:#D71920;z-index:2}@media (min-width: 768px){.page-sustainability .banner-v2__container::after{width:calc(100% - 140px)}}.page-sustainability .banner-v2__img-wrapper{padding-top:20px;padding-left:16px;width:112px;height:112px}@media (min-width: 768px){.page-sustainability .banner-v2__img-wrapper{padding:0;position:absolute;top:35px;left:65px;width:307px;height:311px;z-index:2}.page-sustainability .banner-v2__img-wrapper img{width:100%;height:auto;object-fit:contain}}.page-sustainability .banner-v2__columns{border-radius:4px 4px 0 0;background-color:#00053E}.page-sustainability .banner-v2__text-wrapper{padding:20px 16px}@media (min-width: 768px){.page-sustainability .banner-v2__text-wrapper{margin-left:408px;padding:39px 16px 42px 0}}.page-sustainability .banner-v2__title{margin-bottom:7px;font-size:30px;font-weight:900;line-height:1.3}@media (min-width: 768px){.page-sustainability .banner-v2__title{margin-bottom:10px;font-size:34px}}.page-sustainability .banner-v2__sub-title{font-size:21px;margin-bottom:15px}@media (min-width: 768px){.page-sustainability .banner-v2__sub-title{margin-bottom:13px}.page-sustainability .banner-v2__sub-title br{display:none}}.page-sustainability .banner-v2__bottom-wrapper{padding:17px 15px 23px;border:1px solid #C8D1DA;border-radius:0 0 4px 4px}@media (min-width: 768px){.page-sustainability .banner-v2__bottom-wrapper{display:flex;justify-content:flex-end;padding:20px 56px 27px}}.section-basic{padding:72px 0}@media (max-width: 767.98px){.section-basic{padding:32px 0}}.section-light{background-color:#f7f9fc}.col-tooltips{position:relative}@media (min-width: 768px){.tooltip-relative{position:relative}}.tooltip:hover{cursor:pointer}.tooltip:hover .tooltip__text,.tooltip:hover .tooltip__icon:after{visibility:visible;opacity:1;transition:all 0.3s}.tooltip__icon{position:relative;top:-2px;width:16px;height:16px;margin-left:8px}.tooltip__icon:after{position:absolute;top:-11px;left:50%;z-index:999999;display:block;width:0;height:0;border-top:6px solid #fff;border-right:6px solid transparent;border-left:6px solid transparent;transform:translateX(-50%);visibility:hidden;opacity:0;transition:all 0.73s;content:""}.tooltip__icon.basic:after{top:-9px}.tooltip__icon.white path{fill:#fff}.tooltip__text{position:absolute;top:-2px;left:0%;z-index:2;display:inline-block;width:302px;padding:16px;color:#000;font-weight:400;font-size:12px;text-transform:none;background-color:#fff;box-shadow:0 9px 9px 0 #0000001a;transform:translate(0%, -100%);visibility:hidden;opacity:0;transition:all 0.73s}.tooltip__text.basic{top:-9px}.nav-return{display:inline-flex;margin:8px 0;color:#000;font-weight:400;font-size:16px;line-height:1.6}.nav-return--no-breadcrumbs{margin:24px 0 24px 0}@media (max-width: 1023.98px){.nav-return{margin:0;font-size:14px}}.nav-return::before{width:24px;height:24px;margin-right:9px;background:url(../images/long_arrow-no-color.svg);background-repeat:no-repeat;background-position:center;background-size:contain;transform:rotate(180deg);transition:transform 0.23s, opacity 0.23s;content:""}@media (max-width: 1023.98px){.nav-return::before{width:22px}}.nav-return:hover{opacity:0.8}.nav-return:hover::before{transform:rotate(180deg) translateX(5px)}.tytan-dot{position:relative;display:inline-block;width:0;height:8px;margin:0}.tytan-dot::after{content:'';position:absolute;top:0;left:3px;width:8px;height:8px;background-color:#D71920}.section-article-details{padding-top:32px;border-top:1px solid #c8d1da}.section-article-details .article-details__head{display:flex;margin-bottom:32px}@media (max-width: 1023.98px){.section-article-details .article-details__head.mobile-rel{position:relative;margin-bottom:30px;padding-bottom:60px}}@media (max-width: 1023.98px){.section-article-details .article-details__head.mobile-rel .socials-tools{bottom:0}}@media (max-width: 1023.98px){.section-article-details .article-details__head.mobile-rel .socials-tools .mobile-no-padding{padding:0;border-right:none}}.section-article-details .article-details__head.mobile-rel .socials-tools__item.flex{display:flex;align-self:center}@media (max-width: 1023.98px){.section-article-details .article-details__head.mobile-rel .socials-tools__item.flex{display:block;width:50%}}@media (max-width: 1023.98px){.section-article-details .article-details__head.mobile-rel .socials-tools__item .text,.section-article-details .article-details__head.mobile-rel .socials-tools__item .blog-header__bar .time,.blog-header__bar .section-article-details .article-details__head.mobile-rel .socials-tools__item .time,.section-article-details .article-details__head.mobile-rel .socials-tools__item .blog-header__bar .time-text,.blog-header__bar .section-article-details .article-details__head.mobile-rel .socials-tools__item .time-text,.section-article-details .article-details__head.mobile-rel .socials-tools__item .blog-header__bar .date,.blog-header__bar .section-article-details .article-details__head.mobile-rel .socials-tools__item .date{padding-right:15px;padding-bottom:9px}}.section-article-details .article-details__head.mobile-rel .socials-tools .v-center{align-items:center}@media (max-width: 1023.98px){.section-article-details .article-details__head.mobile-rel .socials-tools .social-icon{margin-left:11px}.section-article-details .article-details__head.mobile-rel .socials-tools .social-icon:first-child{margin-left:0}.section-article-details .article-details__head.mobile-rel .socials-tools .social-icon svg{vertical-align:middle}}.section-article-details .article-details__item{display:flex;flex:1 1 auto}@media (max-width: 1023.98px){.section-article-details .article-details__item.sm-space-between{justify-content:space-between}}.article-like{display:flex;align-items:center;border:none;background-color:transparent;outline:none}.article-like:focus{outline:none}.article-like__label{display:none;color:#1e2c92;font-weight:600;font-size:16px;line-height:26px}.article-like__icon{width:23px;height:24px;margin-right:8px}.article-like__icon.space{margin-left:24px}.article-like__icon .like-icon{display:inline-block;width:23px;height:24px;background-color:#fff;background-image:url(../images/like.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.article-like__number{color:#1e2c92;font-size:21px;line-height:29px}@media (max-width: 1023.98px){.article-like__number{font-size:16px;line-height:26px}}.article-like.disliked .article-like__label{display:block}.article-like.liked .like-icon{background-image:url(../images/dislike.svg)}.article-like.liked .article-like__label{display:block}.author{margin-bottom:32px;padding:24px;background-color:#f0f0f4;color:#000215;border-radius:4px}@media (max-width: 1023.98px){.author{padding:16px}}.author p{margin-bottom:0}.author__data{align-self:center}.author__image{float:left;width:100px;height:116px;margin-right:24px}@media (max-width: 1023.98px){.author__image{height:100px;width:100px;margin-right:16px;margin-bottom:16px;overflow:hidden}}.author__image img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:4px}@media (max-width: 1023.98px){.author__about{clear:both;margin-top:0;font-size:14px;line-height:22px}}.author__role{font-size:16px;color:#000215}@media (min-width: 1024px){.author__who{display:flex;align-items:baseline;margin-bottom:10px}}.author__who .name{font-weight:900;font-size:20px;line-height:28px}@media (max-width: 1023.98px){.author__who .name{display:inline-block;width:calc(100% - 100px - 16px)}}.author__who .position{padding-top:4px;opacity:0.5;font-weight:400}@media (min-width: 1024px){.author__who .position{padding-top:0px;padding-left:8px;font-size:16px}}@media (max-width: 1023.98px){.author__who .position{font-size:14px;line-height:22px}}@media (max-width: 349px){.author__who .position{display:block;clear:both;width:100%;padding-top:10px}}.comments-area{margin-bottom:48px}.comments-area__head{display:flex;align-items:center;justify-content:space-between}@media (max-width: 1023.98px){.comments-area__head{display:block}}.comments-area__title{margin-bottom:16px}@media (max-width: 1023.98px){.comments-area__title{font-size:25px;line-height:35px}}@media (min-width: 768px){.comments-area__title{margin-bottom:0}}.comments-area__btn{color:#fff;font-weight:600;background-color:#d71920}@media (max-width: 1023.98px){.comments-area__btn{padding:14px 20px}}.comments-area__btn:hover,.comments-area__btn:focus{color:#d71920;background-color:#fff}.comments-area .btn-box{text-align:center}.comments-area .comments-form{display:none}.comments-area .comments-form p{position:relative}.comments-area .says{display:none}.comments-area .comment-author b,.comments-area .comment-author time{line-height:26px}.comments-area .comment-author img{display:none}.comments-area .comment-content p{margin-bottom:10px;line-height:26px}.comments-area ol{padding:0;list-style:none}.comments-area ol li{padding:10px 24px 0px 24px}@media (max-width: 1023.98px){.comments-area ol li{padding:6px 6px 0 6px}}.comments-area .comment-list>li{margin-top:16px;padding-bottom:20px;border:1px solid #c8d1da}@media (max-width: 1023.98px){.comments-area .comment-list>li{padding:16px}}.comments-area .comment-list>li.depth-1:nth-child(1n+4){display:none}.comments-area .comment-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.comments-area .comment-meta>*{margin-bottom:10px}.comments-area .comment-reply-link{position:relative;display:inline-block;width:100%;padding-left:24px;border-left:1px solid #c8d1da;color:#1e2c92;font-weight:600;font-size:16px;font-style:normal;line-height:26px}.comments-area label{position:static;display:block}.comments-area textarea,.comments-area input[type="text"],.comments-area input[type="email"]{padding-right:10px;padding-left:10px}@media (min-width: 768px){.comments-area textarea,.comments-area input[type="text"],.comments-area input[type="email"]{width:50%}}.comments-area .children{display:none}.comments-area .comments-replys-label{position:relative;display:inline-block;width:100%;margin-top:20px;padding-top:20px;padding-left:15px;border-top:1px solid #c8d1da;color:#1e2c92;font-weight:600;font-size:16px;font-style:normal;line-height:26px;opacity:0.9}.comments-area .comments-replys-label:before{position:absolute;top:calc(20px + 14px);left:0;width:0;height:0;border-color:#34409d transparent transparent transparent;border-style:solid;border-width:7px 5px 0 5px;transform:translateY(-50%);content:""}.comments-area .comments-replys-label.active:before{border-color:transparent transparent #34409d transparent;border-width:0 5px 7px 5px}.comments-area .comment-form-cookies-consent{display:flex;flex-wrap:wrap;align-items:center}.comments-area .comment-form-cookies-consent label{margin-bottom:0;padding-left:15px}.cld-like-dislike-wrap,.reply{float:left;margin-bottom:0}.cld-like-dislike-wrap .cld-common-wrap,.reply .cld-common-wrap{min-width:unset;margin-right:24px}.comment-navigation h2{display:none}.more-comments-show{display:none;width:auto;max-width:100%;margin-top:24px;padding:14px 20px;border:1px solid #1e2c92;color:#1e2c92;font-weight:600;font-size:16px;font-style:normal;line-height:20px}.more-comments-show.show{display:inline-block}.more-comments-show:focus{box-shadow:none}#cancel-comment-reply-link{margin-left:10px;color:#1e2c92}.blog-archive-header{padding-left:0}.blog-archive-header__title{color:#000215;font-size:56px}@media (max-width: 1023.98px){.blog-archive-header__title{font-size:34px;line-height:44px}}.blog-archive-header__title--h3{font-size:25px;line-height:35px}@media (max-width: 1023.98px){.blog-archive-header__title--h3{font-size:25px;line-height:35px}}.blog-archive-header__title.no-capitalize{text-transform:none}.blog-archive-header--cat{margin-bottom:32px}.blog-archive-header--cat .blog-archive-header__title{font-size:34px;line-height:44px}.blog-archive-header--home{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}@media (max-width: 1023.98px){.blog-archive-header--home{flex-direction:column;align-items:flex-start}}.blog-archive-header--home .blog-archive-header__title{margin-bottom:0}.blog-archive-header__block-new{max-width:660px}.blog-archive-header__title-new{margin-bottom:16px;font-weight:900;font-size:34px;line-height:44px}.blog-archive-header__text-new{font-size:21px;line-height:29px}.blog-archive-header--cpt{position:relative;display:flex;align-items:center;justify-content:flex-end;min-height:250px;margin-bottom:48px;padding:32px;color:#fff;background-repeat:no-repeat;background-position:center;background-size:cover}@media (max-width: 1023.98px){.blog-archive-header--cpt{align-items:flex-start;justify-content:center;min-height:325px;margin-bottom:32px;padding:48px 0}}@media (max-width: 767.98px){.blog-archive-header--cpt{width:100vw}}.blog-archive-header--cpt::before{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-color:#00053e;opacity:0.75;content:""}.blog-archive-header--cpt .container{position:relative;z-index:5}.blog-header-thumbnail{position:relative;max-width:1170px;margin:0 auto;margin-bottom:72px;border-radius:8px;overflow:hidden}.blog-header-thumbnail::after{position:absolute;bottom:0;left:0;width:100%;border-bottom:12px solid #d71920;content:""}@media (max-width: 1023.98px){.blog-header-thumbnail::after{left:15px;width:calc(100% - 30px);border-radius:8px 8px 0 0}}.blog-header-thumbnail img{width:100%}@media (max-width: 1023.98px){.blog-header-thumbnail{position:relative;margin-bottom:32px;padding-right:15px;padding-bottom:400px;padding-left:15px;border-radius:0;overflow:hidden}.blog-header-thumbnail img{position:absolute;top:50%;left:50%;max-width:initial;height:100%;object-fit:cover;transform:translate(-50%, -50%)}}.blog-header__h1{color:#000215;font-weight:bold;font-size:56px;font-style:normal;line-height:59px}@media (max-width: 1023.98px){.blog-header__h1{font-size:34px;line-height:44px}}.blog-header__post-type{padding:10px 0}.blog-header__bar{position:relative;display:flex;justify-content:space-between;margin-top:24px;margin-bottom:36px}@media (max-width: 1023.98px){.blog-header__bar{margin-top:16px;margin-bottom:16px}}.blog-header__bar-item{display:flex;width:50%}@media (max-width: 1023.98px){.blog-header__bar-item{width:100%}}.blog-header__bar .text,.blog-header__bar .time,.blog-header__bar .time-text,.blog-header__bar .date{color:#000215;font-weight:normal;font-size:16px;font-style:normal;line-height:160%}.blog-header__bar .time{padding-right:32px;border-right:1px solid #c8d1da}.blog-header__bar .time-icon{display:inline-block;width:20px;height:20px;margin-right:12px;vertical-align:middle}.blog-header__bar .time-icon svg{vertical-align:initial}.blog-header__bar .time-text{display:inline-block;vertical-align:middle}.blog-header__bar .date{padding-left:32px}.printer-icon{position:relative}.printer-icon.flex{display:flex;align-self:center}.printer-icon.flex .shopping-list-slider__print-text{margin-left:10px;color:#1e2c92;font-weight:500;font-size:14px;line-height:22px}.printer-icon.flex .printomatic:before{position:absolute;top:0;left:0;display:block;width:100px;height:20px;visibility:visible;content:""}.printer-icon .printomatic-icon{position:absolute;top:0%;opacity:0}.printer-icon .printomatic-icon .printer-icon{display:inline-block;width:20px;height:22px}.printer-icon .printomatic-icon svg{vertical-align:initial}.socials-tools{align-self:baseline;justify-content:flex-end}@media (max-width: 1023.98px){.socials-tools{position:absolute;bottom:-80px;left:0;z-index:3;justify-content:space-between;width:100%}}.socials-tools__socials{padding-right:32px;border-right:1px solid #c8d1da}@media (max-width: 1023.98px){.socials-tools__socials{padding:15px;border-radius:4px;background-color:#fff}}.socials-tools .social-icon{display:inline-block;width:16px;height:100%;margin-left:15px;vertical-align:middle}.socials-tools .social-icon svg{width:16px;height:16px;vertical-align:initial}@media (max-width: 1023.98px){.socials-tools .social-icon{margin-left:23px}.socials-tools .social-icon:first-child{margin-left:0}}.socials-tools__print{position:relative;padding-left:32px}@media (max-width: 1023.98px){.socials-tools__print{padding:15px;border-radius:4px;background-color:#fff}}.socials-tools .text,.socials-tools .blog-header__bar .time,.blog-header__bar .socials-tools .time,.socials-tools .blog-header__bar .time-text,.blog-header__bar .socials-tools .time-text,.socials-tools .blog-header__bar .date,.blog-header__bar .socials-tools .date{color:#000215}.section-border-top{margin-top:48px;padding-top:48px}.section-border-bottom{padding-bottom:48px;border-top:1px solid #c8d1da}.section-blog{padding-bottom:32px}@media (max-width: 1023.98px){.section-blog{padding-bottom:24px}}.section-blog a{color:#1e2c92}.section-blog a:hover{color:#d71920}.section-blog__title{margin-bottom:0;padding-top:16px;padding-bottom:24px;color:#000215;font-weight:900;font-size:25px;line-height:35px}@media (max-width: 1023.98px){.section-blog__title{font-size:25px;line-height:35px}}.section-blog__h3{font-weight:600;font-size:25px;line-height:35px}@media (min-width: 1024px){.blog-main-container{padding-right:34px}}@media (min-width: 1310px){.blog-main-container{padding-right:64px}}.blog-main-container--no-space{padding-right:0}.video-container{position:relative;max-width:100%;height:0;margin-bottom:20px;padding:0 0 56.25% 0;overflow:hidden}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.blog-excerpt{margin-bottom:20px;color:#000215;font-weight:normal;font-size:21px;font-style:normal;line-height:29px}.blog-excerpt p{margin-bottom:32px}@media (max-width: 1023.98px){.blog-excerpt p{margin-bottom:24px}}@media (max-width: 1023.98px){.blog-excerpt{margin-bottom:60px;font-size:18px;line-height:25px}}.section-edytor-wysiwyg__edytor--flex{display:flex;flex-wrap:wrap}.section-edytor-wysiwyg__edytor--flex .edytor-column{width:100%;padding-top:32px;padding-bottom:32px}.section-edytor-wysiwyg__edytor--flex .edytor-column figure{max-width:100%}@media (min-width: 768px){.section-edytor-wysiwyg__edytor--flex .edytor-column{width:50%}.section-edytor-wysiwyg__edytor--flex .edytor-column:nth-child(even){padding-left:15px}.section-edytor-wysiwyg__edytor--flex .edytor-column:nth-child(odd){padding-right:15px}}.col-images-text__container{padding-top:32px}.col-images-text__row{display:flex;margin-top:32px}@media (max-width: 1023.98px){.col-images-text__row{flex-direction:column}.col-images-text__row--right{flex-direction:column-reverse}}.col-images-text__item{flex:1 1 auto}@media (min-width: 1024px){.col-images-text__item-img .col-img{width:270px}}.col-images-text__item-img .col-img .img{border-radius:6px}.col-images-text__item-text{font-weight:normal;font-size:16px;font-style:normal;line-height:25px}@media (min-width: 768px){.col-images-text__item-text .col-text.right{padding-left:30px}.col-images-text__item-text .col-text.left{padding-right:30px}}@media (max-width: 1023.98px){.col-images-text__item-text{padding-top:24px;font-size:14px;line-height:22px}}.shopping-list-slider__list{position:relative;margin-top:48px;padding:24px 24px 16px;border-radius:6px 6px 0 0;background-color:#f7f9fc}.shopping-list-slider__list h3{margin-bottom:20px;color:#000215;font-weight:900;font-size:25px;line-height:35px}.shopping-list-slider a{font-weight:600}.shopping-list-slider__print{position:absolute;top:20px;right:20px;border-radius:6px}.shopping-list-slider__print-text{font-weight:600 !important}.table-of-content{margin-bottom:32px;padding:24px;border-radius:6px;background-color:#f7f9fc}@media (max-width: 1023.98px){.table-of-content{margin-bottom:24px;padding:16px}}.table-of-content__list{margin-bottom:0;padding-top:16px;padding-left:15px}.table-of-content__list-item a{display:inline-block;margin-bottom:4px;padding-left:12px;color:#1e2c92;font-weight:600;font-size:16px;line-height:26px;vertical-align:top}.table-of-content__title{color:#000215;font-weight:900;font-size:20px;font-style:normal;line-height:28px}@media (max-width: 1023.98px){.table-of-content__title{font-size:18px;line-height:25px}}.post-text{font-weight:normal;font-size:16px;font-style:normal;line-height:25px}@media (max-width: 1023.98px){.post-text{font-size:14px;line-height:22px}}.post-text p{margin-bottom:24px;color:#000215}.post-text p:last-child{margin-bottom:0}.post-text p a{color:#1e2c92}.post-text h3:not(.h3-no-space){margin-bottom:16px;font-weight:900;font-size:20px;line-height:28px}.post-text ol{padding-left:0;list-style:none;counter-reset:list-number}.post-text ol li{position:relative;margin-bottom:12px;padding-left:calc(16px + 32px);color:#000215;font-weight:normal;font-size:16px;font-style:normal;line-height:25px;counter-increment:list-number}.post-text ol li:before{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#1e2c92;font-weight:600;background-color:#1e2c9226;content:counter(list-number)}.post-text ul{margin-bottom:24px;padding-left:0;list-style-type:none}.post-text ul li{margin-bottom:13px;padding-left:34px;line-height:26.4px;background-image:url(../images/check-circle-green.svg);background-repeat:no-repeat;background-position:left top;background-size:24px 24px}@media (min-width: 768px){.post-text ul li{padding-left:45px;background-position:left center}}.blog-slider-arrows{z-index:9;width:32px;height:32px;border-radius:2px;background:#222a68 url(../images/arrow-alt-right.svg) no-repeat;background-position:center;background-size:6px 12px;cursor:pointer}.blog-slider-arrows.slick-disabled{display:none;visibility:hidden}.blog-slider-arrows--next{right:0;left:auto;transform:rotate(0deg) translate(0%, -50%)}.blog-slider-arrows--prev{left:0;z-index:1;transform:rotate(180deg) translate(0%, 50%)}.blog-slider-products{padding-top:16px;border-radius:0 0 6px 6px;overflow:hidden;background-color:#f0f0f4}.blog-slider-products__h3{padding-left:24px;color:#000215;font-weight:900;font-size:18px;line-height:25px}.blog-slider-products__item-text{font-weight:normal;font-size:16px;font-style:normal;line-height:26px}.blog-slider-products__item-product{display:flex;align-items:center}.blog-slider-products__item-product .link{max-width:180px;color:#1e2c92;font-weight:600;font-size:16px;line-height:26px}.blog-slider-products__img{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin-right:16px;padding:6px;border:1px solid #c8d1da;border-radius:4px;background-color:#fff}.blog-slider-products__img img{max-width:100%;height:auto;max-height:100%}.blog-slider-products__slider{display:flex;margin-top:12px;padding:12px 24px 24px}.blog-slider-products__slider:before{position:absolute;top:0;right:0;z-index:7;width:78px;height:100%;background:linear-gradient(270deg, #f0f0f4 0%, rgba(240,240,244,0) 100%);content:""}.blog-slider-products .blog-slider-arrows{top:-20px;right:24px}.blog-slider-products .blog-slider-arrows--prev{right:64px;left:auto}.blog-slider-products .blog-slider-arrows.slick-disabled{display:block;visibility:visible;opacity:0.4;pointer-events:none}.post-gallery__h3{margin-bottom:24px;font-weight:900;font-size:25px}@media (max-width: 1023.98px){.post-gallery__h3{font-weight:700;font-size:18px;line-height:25px}}.gallery-slider{position:relative;margin-top:16px;padding:24px;border-radius:6px;overflow:hidden;background-color:#f7f9fc}@media (max-width: 1023.98px){.gallery-slider{width:calc(100% + 30px);margin-left:-15px;padding:16px;border-radius:0}}.gallery-slider::before,.gallery-slider::after{position:absolute;right:0;bottom:30px;z-index:2;width:50px;height:115px;background:linear-gradient(270deg, #f7f9fc 25%, rgba(247,249,252,0) 80%);content:""}@media (max-width: 1023.98px){.gallery-slider::before,.gallery-slider::after{bottom:10px}}.gallery-slider::after{right:auto;left:0;rotate:180deg}.gallery-slider .slick-list.draggable{overflow:visible}.gallery-slider__slider{height:542px}@media (max-width: 1023.98px){.gallery-slider__slider{height:201px}}.gallery-slider__slider-img{display:flex;align-items:center;justify-content:center;width:auto;max-width:100%;height:542px;padding:25px 0px;border-radius:6px;overflow:hidden;background-color:#fff}@media (max-width: 1023.98px){.gallery-slider__slider-img{height:201px;padding:0}.gallery-slider__slider-img img{width:100%;height:auto;margin:0 auto;object-fit:cover}}.gallery-slider__slider-img img{max-height:100%;margin:0 auto;object-fit:cover}.gallery-slider__slider-item{width:100%}.gallery-slider__slider-item:hover{cursor:pointer}.gallery-slider__slider-nav{margin-top:27px}.gallery-slider__slider-nav .slick-slide{position:relative;width:145px;margin-right:16px}.gallery-slider__slider-nav .slick-current .gallery-slider__slider-nav-img{border:2px solid #d71920}.gallery-slider__slider-nav .blog-slider-arrows{bottom:30px;z-index:5}@media (max-width: 1023.98px){.gallery-slider__slider-nav .blog-slider-arrows{top:auto;bottom:18px}}.gallery-slider__slider-nav .blog-slider-arrows--prev{left:-14px}.gallery-slider__slider-nav .blog-slider-arrows--next{right:-14px}.gallery-slider__slider-nav-img{position:relative;width:145px;max-width:100%;height:109px;border-radius:4px;overflow:hidden}@media (max-width: 1023.98px){.gallery-slider__slider-nav-img{width:120px;height:90px}}.gallery-slider__slider-nav-img:hover{cursor:pointer}.gallery-slider__slider-nav-img img{width:100%;height:100%;margin:0 auto;object-fit:cover}.highlighted-article{padding-top:16px}.highlighted-article__container{padding:32px 40px;border-radius:6px}@media (max-width: 1023.98px){.highlighted-article__container{padding:16px 16px}}.highlighted-article .col-img{margin-right:16px}@media (max-width: 1023.98px){.highlighted-article .col-img{width:32px}}.highlighted-article__h3{margin-bottom:0;font-weight:900 !important;font-size:25px !important}.highlighted-article__head{display:flex;align-items:center;margin-bottom:12px}.yt-icon{position:absolute;top:50%;left:50%;z-index:2;width:42px;height:42px;transform:translate(-50%, -50%)}.video-archive__sliders{margin-bottom:32px}.video-archive-slider{padding-top:32px}.video-archive-slider__h2{margin-bottom:24px;font-weight:900;font-size:25px;line-height:35px}@media (max-width: 1023.98px){.video-archive-slider__h2{margin-bottom:16px;padding-right:100px;font-size:23px}}.section-steps__edytor img{margin-top:10px;border-radius:6px;object-fit:cover}.steps .blog-slider-arrows{background-color:transparent}.steps .blog-slider-arrows--next{right:55px}@media (max-width: 1309.98px){.steps .blog-slider-arrows--next{right:25px}}.steps .blog-slider-arrows--prev{left:55px}@media (max-width: 1309.98px){.steps .blog-slider-arrows--prev{left:25px}}@media (max-width: 1309.98px){.steps .blog-slider-arrows{display:none}}.steps .slick-slide,.steps .slick-list{max-width:100%}.steps__h3{margin-top:21px;margin-bottom:21px;font-weight:900;font-size:20px;line-height:28px}.steps__list{position:relative}.steps__list-item{margin-bottom:24px}@media (min-width: 1024px){.steps__list-item{display:flex}}.steps__list-img{position:relative;align-self:flex-start;width:270px;height:200px}@media (max-width: 1309.98px){.steps__list-img{width:156px;height:156px;overflow:hidden}}.steps__list-img .img{width:100%;height:100%;border-radius:6px;object-fit:cover}@media (max-width: 1309.98px){.steps__list-img .img-abs-mobile{position:absolute;top:50%;left:50%;width:auto;max-width:unset;height:100%;transform:translate(-50%, -50%)}}.steps__list-img .zoom{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-align:center;background-color:#232b64cc;opacity:0;transition:all 0.23s}.steps__list-img .zoom-text{display:block;margin-top:15px;color:#fff;font-weight:600;font-size:14px;line-height:22px}.steps__list-img .zoom svg{width:40px;height:40px;fill:#fff}@media (min-width: 1024px){.steps__list-img:hover .zoom{cursor:pointer;opacity:1}}.steps__list-desc{align-self:center;margin-top:16px}@media (min-width: 1024px){.steps__list-desc{width:calc(100% - 270px);margin-top:0;padding-left:24px}}.steps__list-desc .desc-h4{position:relative;margin-bottom:21px;padding-left:calc(24px + 12px);color:#000215;font-weight:900;font-size:14px;line-height:22px}@media (min-width: 1024px){.steps__list-desc .desc-h4{padding-left:calc(33px + 12px);font-size:18px;line-height:25px}}.steps__list-desc .desc-h4 .num{position:absolute;top:12px;left:0%;width:24px;height:24px;border-radius:50%;font-size:14px;line-height:22px;text-align:center;background-color:#f0f0f4;transform:translateY(-50%)}@media (min-width: 1024px){.steps__list-desc .desc-h4 .num{width:33px;height:33px;font-size:16px;line-height:33px}}.steps__list-desc .desc-text{color:#000215;font-weight:normal;font-size:16px;font-style:normal;line-height:26px}.steps-slider-for .desc-h4{padding-top:16px;color:#000215}.steps-slider-for .slick-slide{overflow:hidden}.steps-slider-nav{position:absolute;top:calc(100% + 20px);width:100%}.steps-slider-nav__item{width:108px;max-width:108px;height:108px;background-repeat:no-repeat;background-size:cover}@media (max-width: 1309.98px){.steps-slider-nav__item{width:72px;max-width:72px;height:72px}}.steps-slider-nav .slick-current{opacity:0.5}.lightbox{position:absolute;top:50%;left:50%;z-index:10;display:flex;align-self:center;justify-content:center;width:100vw;height:100vh;overflow:hidden;overflow-y:auto;transform:scale(0);opacity:0;transition:0.72s, 0.31s;transition-property:scale, opacity}.lightbox__container{position:relative;z-index:2;align-self:center;width:607px;max-width:80%;margin:0 auto;background-color:#fff}@media (max-width: 767.98px){.lightbox__container{max-width:100vw}}.lightbox .img-box{position:relative;z-index:9;align-self:center;width:607px;max-width:100%;padding:16px;background-color:#fff}.lightbox .img{max-width:100%;height:auto}.lightbox .lightbox-after{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#111741cc;opacity:0;content:""}.lightbox.open{transform:scale(1);opacity:1;transition:opacity 0.3s}.lightbox.open .lightbox-after{opacity:1}.lightbox img{width:100%;height:auto}.lightbox .lightbox-close{position:absolute;top:-57px;right:-3px;display:inline-block;width:33px;height:33px;border:1px solid #fff;border-radius:50%}@media (max-width: 1309.98px){.lightbox .lightbox-close{right:10px}}.lightbox .lightbox-close:hover{cursor:pointer}.lightbox .lightbox-close:hover::after,.lightbox .lightbox-close:hover:before{transform:translate(-50%, -50%) rotate(45deg) scale(1.2)}.lightbox .lightbox-close:hover:after{transform:translate(-50%, -50%) rotate(-45deg) scale(1.2)}.lightbox .lightbox-close::after,.lightbox .lightbox-close:before{position:absolute;top:50%;left:calc(50% + 1px);width:1px;height:19px;background-color:#fff;transform:translate(-50%, -50%) rotate(45deg);transition:all 0.23s;content:""}.lightbox .lightbox-close:after{transform:translate(-50%, -50%) rotate(-45deg)}@media (max-width: 767.98px){.mobile-push-left{width:100vw;max-width:100vw;margin-right:auto;margin-left:-16px}}.section-tags{margin-bottom:48px;padding-top:32px}@media (min-width: 768px){.section-tags{margin-bottom:64px}}.section-tags--no-padding{padding-top:0}@media (max-width: 1023.98px){.section-tags--margin-bt-mobile{margin-bottom:64px}}@media (min-width: 1024px){.section-tags__flex{display:flex}}@media (min-width: 1024px){.section-tags__flex .list-tags{margin-left:32px}}.section-tags__flex .list-tags__item{margin-right:16px}.section-tags__flex .h5,.section-tags__flex .contact-details__desc h5,.contact-details__desc .section-tags__flex h5{flex-shrink:0;margin-top:6px;margin-bottom:0;font-weight:900}@media (max-width: 1023.98px){.section-tags__flex .h5,.section-tags__flex .contact-details__desc h5,.contact-details__desc .section-tags__flex h5{margin-top:0;margin-bottom:8px}}.section-video-slider{max-width:100%;margin-bottom:32px;padding:24px 0;overflow-x:hidden;background-color:#232b64}.section-video-slider .blog-slider-arrows{top:30%}.section-video-slider--alt{margin-bottom:0;padding-top:56px;padding-bottom:56px;background-color:#f7f9fc}.section-video-slider--alt .section-video-slider__title{margin-bottom:36px;padding-left:0}.section-video-slider--alt .slick-slide{transition:padding 0.23s}.section-video-slider--alt .slick-slide .video-slider__item{padding-right:16px;padding-left:0}.section-video-slider--margin{margin-top:48px;margin-bottom:16px}.section-video-slider__button{margin-top:40px}.section-video-slider__button .btn,.section-video-slider__button .comments-area .submit,.comments-area .section-video-slider__button .submit{padding:14px 24px;font-weight:600}@media (max-width: 767.98px){.section-video-slider__button{margin-top:32px}.section-video-slider__button .btn,.section-video-slider__button .comments-area .submit,.comments-area .section-video-slider__button .submit{width:100%}}.section-video-slider__title{margin-bottom:24px;padding:0 24px;color:#fff;font-weight:700;font-size:25px;line-height:35px}@media (max-width: 1023.98px){.section-video-slider__title{margin-bottom:32px;padding:0 16px}.section-video-slider__title.mobile-f-18{font-weight:600;font-size:18px}}.section-video-slider__title.blue{color:#00053e}.video-slider{position:relative}@media (min-width: 768px){.video-slider{width:calc(100% + 16px);padding-left:24px}}.video-slider .slick-track{align-items:stretch;margin:0}@media (max-width: 1023.98px){.video-slider .slick-list{overflow:visible}}.video-slider .slick-slide{height:auto}.video-slider .four-slide__arrow{position:absolute;top:-65px;right:72px;z-index:10;display:block;width:40px;height:40px;border-radius:2px;background-color:#00053e;background-image:url(../images/chevron.svg);background-repeat:no-repeat;background-position:center;background-size:24px;cursor:pointer}@media (max-width: 1023.98px){.video-slider .four-slide__arrow{top:-50px;right:46px;width:32px;height:32px}}.video-slider .four-slide__arrow--next{right:16px;rotate:180deg}@media (max-width: 1023.98px){.video-slider .four-slide__arrow--next{right:0px}}.video-slider .four-slide__arrow.slick-disabled{opacity:0.3;pointer-events:none}.video-slider.hide-after:before{height:100%;opacity:1}.video-slider.hide-after:after{opacity:0}.video-slider .blog-slider-arrows{background:#fff url(../images/arrow-red-right.svg) no-repeat center center/30% auto}.video-slider__item{display:flex !important;flex-direction:column;align-items:stretch;max-width:722px;height:100%;padding-right:15px}@media (max-width: 1023.98px){.video-slider__item{max-width:260px;padding-right:15px}}.video-slider__item a:last-child{flex-grow:1}@media (min-width: 1024px){.video-slider__item--alt{padding-right:30px}}.video-slider__item-linkimg{display:inline-block;width:100%;height:100%}.video-slider__item-title{height:100%;margin-top:16px;color:#fff;font-weight:normal;font-size:14px;font-style:normal;line-height:22px}.video-slider__item-title.blue{margin-bottom:0;color:#00053e;font-weight:600}@media (max-width: 1023.98px){.video-slider__item-title.blue{margin-top:8px}}.video-slider__item-title.in-full{margin-top:0;padding:12px 16px 16px;border:1px solid #c8d1da;border-radius:0 0 4px 4px;color:#000215;font-weight:900;font-size:18px;line-height:25px}@media (max-width: 1023.98px){.video-slider__item-title.in-full{margin-bottom:0}}.video-slider__item-img{position:relative;width:100%;max-width:100%;height:157px;border-radius:4px 4px 0 0;overflow:hidden}.video-slider__item-img.home{height:229px}@media (max-width: 1023.98px){.video-slider__item-img.home{height:142px}}.video-slider__item .img{width:100%;height:100%;object-fit:cover !important;transition:all 0.53s}.video-slider__item:hover .img{transform:scale(1.04)}.video-slider--alt{padding-left:0}@media (max-width: 767.98px){.video-slider--alt{margin-right:-15px}}.video-slider--alt:before{width:108px;height:0%;background:linear-gradient(270deg, #f7f9fc 0%, rgba(255,255,255,0) 100%)}@media (max-width: 767.98px){.video-slider--alt:before{width:58px}}.video-slider--alt:after{right:-3px;width:108px;height:100%;background:linear-gradient(90deg, #f7f9fc 0%, rgba(247,249,252,0.960784) 35%, rgba(255,255,255,0) 98%);transform:scale(-1)}@media (max-width: 767.98px){.video-slider--alt:after{right:-13px;width:58px}}.video-slider--alt .blog-slider-arrows{top:40%;background:#222a68 url(../images/arrow-alt-right.svg) no-repeat;background-position:center}@media (max-width: 1023.98px){.video-slider--alt .blog-slider-arrows{top:calc(40% - 8px)}}.video-slider--alt .blog-slider-arrows--prev{left:-1px}.video-slider--alt .blog-slider-arrows--next{right:15px}@media (max-width: 767.98px){.video-slider--alt .blog-slider-arrows--next{right:-0}}.video-slider--alt .yt-icon{width:56px;height:56px}@media (max-width: 767.98px){.video-slider--alt .yt-icon{width:42px;height:42px}}.video-slider--full .blog-slider-arrows{top:30%;background:#222a68 url(../images/arrow-alt-right.svg);background-repeat:no-repeat;background-position:left 70% top 50%;background-size:auto}@media (min-width: 768px){.video-slider--full{max-width:1200px;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}}@media screen and (max-width: 1366px) and (min-width: 1200px){.video-slider--full{max-width:100%;padding-right:0;padding-left:calc((100vw - 1200px + 15px) / 2)}}.video-slider--full:before{left:0%;z-index:1;width:78px;height:100%;background:linear-gradient(270deg, #fff 0%, rgba(255,255,255,0) 100%);transform:rotate(-180deg);content:""}@media (max-width: 1023.98px){.video-slider--full:before{width:74px}}.video-slider--full:after{position:absolute;top:0;right:0%;left:auto;z-index:1;width:78px;height:100%;background:linear-gradient(270deg, #fff 0%, rgba(255,255,255,0) 100%);opacity:1;transition:all 0.23s;content:""}@media (max-width: 1023.98px){.video-slider--full:after{width:74px}}@media (max-width: 1023.98px){.video-slider--full:before{display:none}.video-slider--full.show-mask:before{display:block}.video-slider--full.show-mask:after{display:none}.video-slider--full.hide-after:after{opacity:0}}.video-slider--full .video-slider__item-img{position:relative;width:100%;height:153px;overflow:hidden}.video-slider--full .video-slider__item-img .img{position:absolute;top:0;left:0;width:100%;height:100%;max-height:unset}.video-slider--full .video-slider__item-img .yt-icon{width:42px;height:42px}.video-slider--full .slick-track{margin-left:0}@media screen and (max-width: 1366px) and (min-width: 768px){.video-slider--full .slick-list{overflow-x:visible}}.video-slider--large:before{visibility:hidden}.video-slider--large .video-slider__item-title{font-size:21px;line-height:29px}@media (min-width: 768px){.video-slider--large .yt-icon{width:70px;height:70px}}.video-slider--large .video-slider__item{width:100%;max-width:100%;padding-right:15px;padding-left:15px}@media (min-width: 768px){.video-slider--large .video-slider__item{padding-right:24px;padding-left:0}}@media (min-width: 768px){.video-slider--large .video-slider__item-img{height:403px}}@media (max-width: 1023.98px){.video-slider--large .video-slider__item-img{height:auto}.video-slider--large .video-slider__item-img img{height:auto}}@media (max-width: 1309.98px){.main-row-archive{margin:0 0}}@media (max-width: 1309.98px){.main-row-archive .col-lg-9.small-spacing,.main-row-archive .col-md-9.small-spacing{padding-right:0px;padding-left:0px}}.blog-archive-main{padding-top:46px}.last-posts__item{position:relative;flex:1;margin-bottom:32px;padding-left:15px}@media (max-width: 1023.98px){.last-posts__item{width:100%;max-width:100%;padding-left:0}}@media (min-width: 768px){.last-posts__item--first{float:left;width:385px;padding-right:15px;padding-left:0px}}@media (max-width: 1023.98px){.last-posts__item{flex:0 0 100%;max-width:100%}}.last-posts__item .pill{position:absolute;top:8px;left:8px;z-index:2}.last-post__heading,.next-posts__heading{margin-bottom:8px;color:#000215;font-weight:bold;font-size:25px;line-height:35px}.last-post__img{width:100%;margin-bottom:16px}.last-post__img img{width:100%}.last-post__link{display:inline-block;width:100%}.last-post__excerpt,.next-posts__excerpt{margin-bottom:12px;color:#000215;font-weight:normal;font-size:16px;font-style:normal;line-height:25px}.three-last-post{display:flex;align-self:center;margin-bottom:30px}@media (max-width: 1023.98px){.three-last-post{flex-wrap:wrap}}.three-last-post__img{width:100%;height:112px;background-repeat:no-repeat;background-position:center;background-size:cover}@media (max-width: 1023.98px){.three-last-post__img{flex:0 0 100%;width:100%;height:215px}}.three-last-post__img img{width:100%;height:auto}.three-last-post__data{align-self:center}@media (max-width: 1023.98px){.three-last-post__data{flex:0 0 100%;width:100%;margin-top:12px}}@media (min-width: 768px){.three-last-post__data{width:calc(100% - 150px)}}.three-last-post__link{display:inline-block;flex:1;width:100%}.three-last-post__link--img{width:150px;min-width:150px;margin-right:24px}@media (max-width: 1023.98px){.three-last-post__link{flex:0 0 100%;width:100%}}.three-last-post__heading{margin-bottom:8px;color:#000215;font-weight:700;font-size:18px;font-style:normal;line-height:25px}.next-posts{display:flex;align-self:center;clear:both;width:100%;padding-left:0}@media (max-width: 1023.98px){.next-posts{flex-wrap:wrap}}.next-posts:last-of-type{margin-bottom:48px}.next-posts__link{display:inline-block;width:100%}.next-posts__link--img{position:relative}@media (min-width: 1024px){.next-posts__link--img{width:320px;margin-right:32px}}.next-posts__img{width:100%;height:238px;background-repeat:no-repeat;background-size:cover}@media (max-width: 1023.98px){.next-posts__img{flex:0 0 100%;width:100%;height:215px}}.next-posts__img img{width:100%;height:auto}.next-posts__data{align-self:center}@media (min-width: 1024px){.next-posts__data{width:calc(100% - 320px)}}@media (max-width: 1023.98px){.next-posts__heading{margin-top:12px}}.blog-archive-seo{margin-bottom:32px}.blog-archive-seo__text{color:#000215}.blog-archive-seo__text p{margin-bottom:24px}.blog-archive-seo__text p:last-child{margin-bottom:0}.blog-archive-seo__text h2{margin-bottom:16px;font-weight:bold;font-size:25px;font-style:normal;line-height:35px}.blog-archive-seo__text h3{font-weight:600;font-size:18px;line-height:25px}.blog-pagination{width:100%}.blog-pagination__list{display:flex;align-items:center;justify-content:center;padding-left:0}.blog-pagination__item{list-style-type:none}.blog-pagination__link{display:flex;align-items:center;justify-content:center;height:24px;margin:0 3px;padding:0px 8px;font-weight:400;font-size:16px;line-height:25px}.blog-pagination__link--current{background-color:#f0f0f4}.blog-pagination__link--next,.blog-pagination__link--prev{background:url(../images/arrow-red-right.svg) no-repeat;background-position:center}.blog-pagination__link--prev{transform:scaleX(-1)}.video-archive__h1{padding-bottom:16px}.video-archive__h1 h1{color:#000215;font-weight:600;font-size:34px;line-height:44px}.sticky-nav{display:flex;max-width:100%;margin-bottom:0;padding-left:0;overflow-x:auto;list-style-type:none}.sticky-nav__item{padding-right:24px}.sticky-nav__item:last-child{padding-right:0}.sticky-nav__link{position:relative;display:inline-block;padding:16px 0;color:#000215;font-weight:normal;font-size:14px;font-style:normal;line-height:22px;white-space:nowrap;transition:color 0.23s}.sticky-nav__link:hover{color:#d71920}.sticky-nav__link:focus,.sticky-nav__link:active{text-shadow:0.3px 0.3px 0 #000215}.sticky-nav__link:focus:after,.sticky-nav__link:active:after{position:absolute;bottom:0px;left:0;z-index:1;width:100%;height:1px;background-color:#d71920;content:""}.sticky-nav__link.active{color:#000;font-weight:600}.sticky-nav__link.active:after{position:absolute;bottom:0px;left:0;z-index:1;width:100%;height:2px;background-color:#d71920;content:""}.sticky-nav__link:not(.active):focus:after{content:none}.sticky-nav-sticky{position:sticky;top:110px;left:0;z-index:10;background-color:#fff}@media (max-width: 1023.98px){.sticky-nav-sticky{top:61px}}.sticky-nav-sticky:after{position:absolute;bottom:0px;left:0;width:100%;height:1px;background-color:#f0f0f4;content:""}.ch-categories-opened,.ch-categories__head.opened,.ch-categories__body.opened{width:calc(100vw)}@media (max-width: 767.98px){.ch-categories-opened,.ch-categories__head.opened,.ch-categories__body.opened{z-index:3;margin-left:-16px}}@media screen and (max-width: 600px){.ch-categories-opened,.ch-categories__head.opened,.ch-categories__body.opened{margin-left:-16px}}.ch-categories{margin-bottom:16px}.ch-categories .widget-title{margin-bottom:11px;font-weight:400;font-size:16px}@media (max-width: 767.98px){.ch-categories .widget-title{display:none}}.ch-categories__head{position:relative;left:-16px;display:flex;align-items:center;width:100vw;padding:7px 16px;background-color:#f0f0f4}@media (min-width: 768px){.ch-categories__head{display:none}}.ch-categories__head::before{width:40px;height:40px;margin-right:16px;border-radius:4px;background-image:var(--cat-img);background-size:cover;content:""}.ch-categories__head::after{position:absolute;right:21px;width:24px;height:24px;background:url(../images/chevron-right.svg) no-repeat center;background-size:contain;content:""}.ch-categories__head-span{display:block;color:#000215;font-weight:normal;font-size:12px;font-style:normal;line-height:17px}.ch-categories__head-span.if-closed{display:none}.ch-categories__head-link{color:#1e2c92;font-weight:600;font-size:16px;font-style:normal;line-height:26px}.ch-categories__head.opened{left:auto;padding-top:16px;padding-bottom:16px;background-color:#f0f0f4}.ch-categories__head.opened::after{rotate:180deg}.ch-categories__head.opened::before{content:none}.ch-categories__head.opened .ch-categories__head-span{font-size:16px}.ch-categories__head.opened .ch-categories__head-span.if-open{display:none}.ch-categories__head.opened .ch-categories__head-span.if-closed{display:block}.ch-categories__head.opened .ch-categories__head-link{display:none}@media (max-width: 767.98px){.ch-categories__body{position:absolute;z-index:90;display:flex;flex-wrap:wrap;align-items:flex-start;width:calc(100vw);margin-left:-160vw;overflow:auto;background-color:#fff;transition:all 0.23s}.ch-categories__body>*{width:100%}}.ch-categories__body .widget-area{width:100%}.ch-categories__body .widget-area ul{padding-left:0}.ch-categories__back{padding:16px 12px}@media (min-width: 768px){.ch-categories__back{display:none}}.ch-categories__back-icon{margin-right:8px}#menu-blog-categories{margin-bottom:0;padding-bottom:0;list-style-type:none}#menu-blog-categories .menu-item{display:block;margin:8px 0}@media (max-width: 1023.98px){#menu-blog-categories .menu-item{margin:0 0;padding:16px 12px;border-bottom:1px solid #f0f0f4}}#menu-blog-categories .menu-item a{display:flex;gap:8px;color:#00053e;font-weight:900;font-size:16px;line-height:25px}#menu-blog-categories .menu-item a:hover{color:#d71920}#menu-blog-categories .menu-item a img{width:26px;height:28px;border-radius:4px;object-fit:cover}#menu-blog-categories .menu-item.extra a{color:#d71920}#menu-blog-categories .menu-item.cat-video{position:relative}#menu-blog-categories .menu-item.cat-video::before{display:inline-block;margin-right:8px;vertical-align:middle;content:url(../images/youtube.svg)}#menu-blog-categories .menu-item.current-menu-item{position:relative}#menu-blog-categories .menu-item.current-menu-item a{text-decoration:underline}.sidebar-widgets .widget_custom_html{position:relative;margin-top:32px}.sidebar-widgets .widget_custom_html .widget-title{margin-bottom:24px;font-weight:400;font-size:16px}.sidebar-widgets__bottom .fb_iframe_widget{display:none}.sidebar-widgets__bottom .widget_custom_html{display:flex;align-items:center}.sidebar-widgets__bottom .widget_custom_html .social-links__item a{display:block}.sidebar-widgets__bottom .widget-title{margin-bottom:0 !important}.sidebar-widgets__body--space{padding-top:10px}.blog .widget_custom_html{margin-top:0}@media (max-width: 1023.98px){.blog .widget_custom_html .widget-title{margin-right:8px}}@media (min-width: 768px){.category .blog-main-container{padding-top:30px}}.cpt-features{width:100%}.cpt-features__row{display:flex;flex-wrap:wrap;padding-top:24px}@media (max-width: 1023.98px){.cpt-features__row{justify-content:space-between}}.cpt-features__col{width:calc((100% - 90px) / 4);margin-right:30px;margin-bottom:16px}@media (max-width: 1023.98px){.cpt-features__col{width:calc((100% - 15px) / 2);margin-right:0}}.cpt-features__col:last-child{margin-right:0}.cpt-features__col--2{width:calc(100% / 2)}.cpt-features__col-large--2{width:calc((100% - 30px) / 2)}.cpt-features__col-large--2:nth-child(even){margin-right:0}.cpt-features__col--3{width:calc((100% - 60px) / 3)}.cpt-features__col--3.hidden-box{display:none}.cpt-features__col--3.hidden-box:only-of-type{display:block}@media (max-width: 1023.98px){.cpt-features__col.mobile-full{width:100%}}.cpt-features__title .padd-r-17{padding-right:17px;transition:all 0.23s}@media (max-width: 1023.98px){.cpt-features__title .padd-r-17{padding-right:8px}}.cpt-features__title-h4{margin-bottom:0;font-weight:900;font-size:20px;line-height:28px}.cpt-features__title-icon{text-align:right}.cpt-features__title-icon .icon-text{display:inline-block;margin-right:8px;vertical-align:middle}.cpt-features__title-icon svg{margin-left:0;transition:all 0.3s}.cpt-features__link{display:flex;align-items:flex-end;height:100%;color:#fff;font-weight:600;font-size:18px;line-height:25px;transition:all 0.23s}.cpt-features__link:hover{color:#fff}.cpt-features__link:hover .icon{transform:translateX(5px)}.cpt-features__link .flexbox{width:100%}.cpt-features__link--large{justify-content:space-between;width:100%;background-color:#00053e}@media (max-width: 1023.98px){.cpt-features__link--large{flex-direction:column;align-items:flex-start}}.cpt-features__link--large .icon-text{font-size:16px;line-height:20px}.cpt-features__list{margin-top:12px;margin-left:0;padding-left:0;list-style-type:none}.cpt-features__list-link{margin-bottom:8px;color:#fff;font-weight:600;font-size:14px;font-style:normal;line-height:22px;transition:color 0.23s}.cpt-features__list-link .icon{width:14px;height:9px;margin-left:2px}.cpt-features__list-link .icon svg{transition:all 0.23s;fill:#fff}.cpt-features__list-link:hover{color:#fff}.cpt-features__list-link:hover .icon svg{transform:translateX(5px)}.cpt-features__bg{position:relative;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover}.cpt-features__bg.large{display:flex;align-items:flex-end}.cpt-features__bg.large .flexbox{width:100%}.cpt-features__box--small{width:270px;max-width:100%;height:250px}@media (max-width: 1023.98px){.cpt-features__box--small{width:100%;height:200px}}.cpt-features__box--large{width:100%;max-width:100%;border-radius:4px;overflow:hidden}@media (max-width: 1023.98px){.cpt-features__box--large{height:160px}}@media (min-width: 768px){.cpt-features__box--large{height:278px}}.cpt-features--new-design h2{color:#000215;font-weight:900;font-size:34px;line-height:44px}.cpt-features--new-design .cpt-features__row{gap:8px;justify-content:center}@media (min-width: 1024px){.cpt-features--new-design .cpt-features__row{gap:16px;justify-content:space-between}}.cpt-features--new-design .cpt-features__row--large{justify-content:initial}.cpt-features--new-design .cpt-features__col{width:280px;margin:0}@media (max-width: 767.98px){.cpt-features--new-design .cpt-features__col{width:160px}}.cpt-features--new-design .cpt-features__col--3{width:calc((100% - 32px) / 3)}@media (max-width: 1023.98px){.cpt-features--new-design .cpt-features__col--3{width:calc((100% - 8px) / 2)}}.cpt-features--new-design .cpt-features__box--small{width:280px;height:234px}@media (max-width: 767.98px){.cpt-features--new-design .cpt-features__box--small{width:160px;height:160px}}.cpt-features--new-design .cpt-features__bg{padding:0;border-radius:4px;overflow:hidden}.cpt-features--new-design .cpt-features__bg::after{content:none}.cpt-features--new-design .cpt-features__title{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;font-weight:900;font-size:20px;line-height:28px;background-color:#00053e}@media (max-width: 767.98px){.cpt-features--new-design .cpt-features__title{flex-direction:column;align-items:flex-start;padding:8px;font-size:18px;line-height:25px}}.popular-posts.mtop-48{margin-top:48px}@media (min-width: 768px){.news{display:flex}}.news--archive{display:grid;grid-template-columns:repeat(auto-fill, minmax(270px, 1fr));gap:22px 30px;margin:0}@media (max-width: 767.98px){.news--archive{gap:32px 8px}}.news--archive>.news__item{width:100%;max-width:100%;height:100%;margin:0}.news__link{position:relative;display:inline-block;max-width:100%;overflow:hidden}.news__item{position:relative;display:flex;align-items:flex-start;width:100%}@media (min-width: 768px){.news__item{display:block;width:calc((100% - 60px) / 3);margin-right:30px}}@media (max-width: 1023.98px){.news__item{margin-bottom:30px}.news__item--block{display:block}}.news__item:last-child{margin-right:0}@media (max-width: 1023.98px){.news__data{align-self:center;width:calc(100% - 100px);padding-left:18px}.news__data.no-padding{width:100%;padding-left:0}}@media (min-width: 768px){.news__data{width:100%;padding-left:0}}.news__img{width:270px;height:177px;overflow:hidden}@media (max-width: 1023.98px){.news__img{position:relative;width:100px;height:100px;overflow:hidden}.news__img--block{width:100%;height:auto}}.news__img img{width:100%;max-width:unset;height:100%;object-fit:cover}.news__img img.no-abs-mobile{position:initial;width:100%;height:auto;transform:none}.news__heading{margin-top:18px;margin-bottom:12px;color:#000000;font-size:18px;line-height:25px}@media (max-width: 1023.98px){.news__heading{margin-top:0;margin-bottom:0;font-size:16px;line-height:22px}.news__heading--mobile{margin-bottom:12px;padding-top:16px;font-size:25px;line-height:35px}}.news__excerpt{margin-bottom:16px;color:#000215;font-size:14px;line-height:22px}@media (max-width: 1023.98px){.news__excerpt{margin-bottom:12px}}@media (max-width: 1023.98px){.news .noveltyn{display:none}}.news .pill{position:absolute;top:8px;left:8px;font-size:14px;line-height:22px}@media (max-width: 1023.98px){.news .pill.mobile-static{position:static;padding-bottom:2px;padding-left:0;opacity:0.5}}.news--large{flex-wrap:wrap}@media (min-width: 768px){.news--large .news__item{width:calc((100% - 90px) / 2);min-width:200px}}@media (min-width: 1024px){.news--large .news__item{width:calc((100% - 90px) / 4)}}.latest-posts.space-32{margin-bottom:48px}@media (max-width: 1023.98px){.latest-posts.space-32{margin-bottom:32px;padding-bottom:16px}}.latest-posts.mtop-48{margin-top:48px}@media (min-width: 768px){.latest-post{display:flex}}@media (min-width: 768px){.latest-post.space-50{margin-bottom:50px}}@media (max-width: 1023.98px){.latest-post.space-32-sm{margin-bottom:32px}}.latest-post .col-first{position:relative;width:100%}@media (max-width: 1309.98px){.latest-post .col-first{align-self:center;padding-right:15px;padding-left:15px}}@media (min-width: 1024px){.latest-post .col-first{width:60%;margin-left:15px}}@media only screen and (min-width: 1200px){.latest-post .col-first{width:512px;margin-left:15px}}.latest-post .col-last{width:100%}@media (max-width: 1309.98px){.latest-post .col-last{padding-right:15px;padding-left:15px}}@media (min-width: 1024px){.latest-post .col-last{width:calc(40% - 32px - 15px);margin-left:32px}}@media only screen and (min-width: 1200px){.latest-post .col-last{width:calc(100% - 512px - 32px - 15px);margin-left:32px}}.latest-post__link{position:relative;display:inline-block;width:100%;max-width:100%;overflow:hidden}.latest-post__item{position:relative;display:flex;align-items:flex-start;width:100%}@media (min-width: 768px){.latest-post__item{display:block;width:calc((100% - 46px) / 3);margin-right:16px}}@media (max-width: 1023.98px){.latest-post__item{margin-bottom:30px}.latest-post__item--block{display:block}}.latest-post__item:last-child{margin-right:0}@media (max-width: 1023.98px){.latest-post__data{align-self:center}.latest-post__data.mobile-w-100{width:100%}.latest-post__data.no-padding{width:100%;padding-left:0}}@media (min-width: 768px){.latest-post__data{width:100%;padding-left:0}}.latest-post__img-first{position:relative;width:512px;height:337px;overflow:hidden;background-position:center;background-size:cover}@media (max-width: 1023.98px){.latest-post__img-first{position:relative;width:100%;height:216px;overflow:hidden}.latest-post__img-first--block{width:100%;height:auto}}.latest-post__img{position:relative;width:420px;height:276px;overflow:hidden}@media (max-width: 1023.98px){.latest-post__img{position:relative;width:100%;max-width:100%;overflow:hidden}.latest-post__img--block{width:100%;height:auto}}.latest-post__img img{width:420px;max-width:unset;height:276px}@media (max-width: 1023.98px){.latest-post__img img{max-width:100%}}.latest-post__img img.no-abs-mobile{position:initial;width:100%;height:auto;transform:none}.latest-post__heading{margin-top:18px;margin-bottom:12px;color:#000000;font-size:25px;line-height:35px}@media (max-width: 1023.98px){.latest-post__heading{margin-top:15px;margin-bottom:0;font-size:25px;line-height:35px}.latest-post__heading--mobile{margin-bottom:12px;padding-top:16px;font-size:25px;line-height:35px}}.latest-post__excerpt{margin-bottom:16px;color:#000215;font-size:16px;line-height:22px}@media (max-width: 1023.98px){.latest-post__excerpt{margin-bottom:12px}}@media (max-width: 1023.98px){.latest-post .noveltyn{display:none}}.latest-post .pill{position:absolute;top:8px;left:23px;padding:5px 12px;font-size:14px;line-height:22px}@media (max-width: 1023.98px){.latest-post .pill.mobile-static{position:static;padding-bottom:2px;padding-left:0;opacity:0.5}}@media (min-width: 768px){.latest-post--large .latest-post__item{width:calc((100% - 90px) / 4)}}@media (min-width: 1024px){.article-sidebar--sticky{position:sticky;top:80px;left:0}.article-sidebar--sticky.is-logged{top:calc(80px + 32px)}}@media (min-width: 1024px){.article-sidebar__content{margin-left:34px;padding-left:34px;border-left:1px solid #c8d1da}}@media (min-width: 1310px){.article-sidebar__content{margin-left:34px;padding-left:64px}}.widget-newsletter__mobile-cta{display:none}.widget-newsletter__icon{margin-bottom:3px;opacity:0.5}.widget-newsletter__title{margin-bottom:8px;font-size:25px;font-weight:900}.widget-newsletter__subtitle,.widget-training__subtitle{margin-bottom:8px;color:#000215;font-size:16px;line-height:26px}.widget-newsletter .basic-form__h4{font-size:18px;font-weight:900}.widget-newsletter .btn,.widget-newsletter .comments-area .submit,.comments-area .widget-newsletter .submit{font-weight:700}.nl-dark .widget-alt{padding:14px 21px;background-color:#232b64}.nl-dark .widget-alt--space-y{padding:34px 0}.nl-dark .widget-alt h4,.nl-dark .widget-alt h2,.nl-dark .widget-alt ul li,.nl-dark .widget-alt p,.nl-dark .widget-alt h3,.nl-dark .widget-alt #os-check.rights .wpcf7-list-item-label,.nl-dark .widget-alt #os-check.rights button,.nl-dark .widget-alt .wpcf7-response-output{color:#fff}.nl-dark .widget-alt label{color:#000215;opacity:0.5}.nl-dark .widget-alt path{opacity:0.5;stroke:#fff}.basic-form__flex{display:flex}@media (max-width: 1309.98px){.basic-form__flex{flex-direction:column}}.basic-form__flex-item.flex-1{flex:1}@media (max-width: 1309.98px){.basic-form__flex-item.flex-1{width:100%}}.basic-form__flex-item.w-424{width:100%}@media (min-width: 1024px){.basic-form__flex-item.w-424{flex:1 auto;max-width:calc(424px + 16px + 16px)}}.basic-form__item{position:relative;margin-bottom:16px;background-color:#fff}@media (min-width: 1024px){.basic-form__item.left{float:left;margin-right:16px}}@media (min-width: 1024px){.basic-form__item.w-212{max-width:211px}}.basic-form__item input{color:#000215;font-weight:400;font-size:14px}.basic-form.blue-bg .basic-form__item{background-color:#232b64}.basic-form.blue-bg .basic-form__item input,.basic-form.blue-bg .basic-form__item textarea{border-radius:0;background-color:#fff}.basic-form.blue-bg .basic-form__label{z-index:2}.basic-form__h4{margin-bottom:8px}.basic-form__h4.mg-20{margin-bottom:24px}@media (min-width: 1024px){.basic-form__h4.mg-20{margin-bottom:20px}}.basic-form__label{color:#000215}.basic-form__label .smaller{color:#000215;font-size:14px;line-height:22px;opacity:0.5}.basic-form__label-icon{color:#d71920}.basic-form .os-tac{width:18px;height:18px;border:1px solid #ced4da;border-radius:3px}.widget-like__title{margin-bottom:17px}.widget-training__title{margin-bottom:8px}.widget-training__subtitle{color:#000215}.widget-training__subtitle strong{color:#000215;font-weight:600}.widget-ebook__head{display:flex;padding:14px 21px;background-color:#ffffff33}.widget-ebook__head-img{max-width:54px;margin-top:calc(-14px + -17px)}.widget-ebook__head-subtitle{align-self:center;padding:0 13px 0 19px;color:#fff;font-size:16px;line-height:26px}.widget-ebook__body{padding:16px 21px 0 21px}.widget-ebook__body-desc h3{margin-bottom:8px;font-size:25px;line-height:35px}.widget-ebook__body-desc p,.widget-ebook__body-desc ul li{font-weight:400;font-size:14px;line-height:22px}.widget-ebook__body-desc ul{margin-bottom:20px}.widget-product{color:#000215}.widget-product__image-wrapper{margin-bottom:16px;display:flex;justify-content:flex-start;height:168px;width:250px}.widget-product__image-wrapper img{width:auto;height:auto}.widget-product__title{margin-bottom:8px;font-size:25px;line-height:35px;font-weight:900}.widget-product__title span{font-weight:400}.widget-product ul{padding-left:20px}.widget-product__product-link{display:flex;align-items:center;gap:8px;font-weight:600;color:#1E2C92}.widget-product__product-link::after{content:"";width:24px;height:24px;background:url(../images/link-right-arrow.svg) no-repeat center}.widget-product__button{padding:10px 21px;display:inline-flex;height:41px;align-items:center;font-weight:700;text-transform:uppercase;background-color:#D71920;color:#fff;border-radius:3px}.widget-product__button:hover{color:#fff}.widget-academy{color:#000215}.widget-academy__mobile-cta{display:none}.widget-academy__logo{margin-bottom:8px;max-width:148px;max-height:40px;width:auto;height:auto}.widget-academy__image-wrapper{overflow:hidden;margin-bottom:12px;border-bottom:5px solid #D71920;width:270px;height:155px;border-radius:4px}.widget-academy__image-wrapper img{width:100%;height:100%;object-fit:cover}.widget-academy__title{margin-bottom:12px;font-size:20px;font-weight:900;line-height:28px}.widget-academy ul{margin-bottom:20px;list-style-type:none;padding-left:0}.widget-academy ul li{padding-bottom:8px;background-image:url(../images/check-circle-green.svg);background-repeat:no-repeat;background-position:left top;background-size:20px 20px;padding-left:28px;font-size:14px}.widget-academy__button{padding:10px 21px;display:flex;height:41px;align-items:center;justify-content:center;font-weight:700;text-transform:uppercase;background-color:#3CAF28;color:#fff;border-radius:3px}.widget-academy__button:hover{color:#fff}.article-sidebar-mobile .widget-like,.article-sidebar-mobile .widget-training{display:none}@media (min-width: 768px){.article-sidebar-mobile{display:none}}.article-sidebar-mobile .widget-product{margin-top:30px;padding:7px 12px;background-color:#00053E;color:#fff;display:flex;align-items:center;gap:8px}.article-sidebar-mobile .widget-product__image-wrapper{margin-bottom:0;width:32px;height:38px;flex-shrink:0;justify-content:center}.article-sidebar-mobile .widget-product__title{margin-bottom:0;font-size:15px;line-height:21px}.article-sidebar-mobile .widget-product__text-wrapper{display:none}.article-sidebar-mobile .widget-product__button{padding:5px 8px;height:26px;margin-left:auto;font-size:12px;white-space:nowrap}.article-sidebar-mobile .widget-newsletter{display:none;position:absolute;top:0;left:0;padding:14px;box-shadow:0px 0px 25px 0px #0000001F;background:#fff;width:100%;z-index:100}.article-sidebar-mobile .widget-newsletter__icon svg{width:72px;height:72px}.article-sidebar-mobile .widget-newsletter__mobile-cta{margin-top:30px;padding:7px 12px;display:flex;gap:8px;align-items:center;background-color:#00053E;color:#fff}.article-sidebar-mobile .widget-newsletter__mobile-cta .widget-newsletter__title{margin-bottom:0;font-size:15px;line-height:21px}.article-sidebar-mobile .widget-newsletter__mobile-cta .widget-newsletter__icon{margin-bottom:0}.article-sidebar-mobile .widget-newsletter__mobile-cta .widget-newsletter__icon svg{width:32px;height:32px}.article-sidebar-mobile .widget-newsletter__mobile-cta svg{filter:brightness(0) saturate(100%) invert(1);opacity:0.5}.article-sidebar-mobile .widget-newsletter__mobile-wrapper{position:relative}.article-sidebar-mobile .widget-newsletter__click-here{border:none;margin-left:auto;padding:5px 8px;display:inline-flex;height:26px;font-size:12px;align-items:center;font-weight:700;text-transform:uppercase;background-color:#D71920;color:#fff;border-radius:3px}.article-sidebar-mobile .widget-newsletter__close-modal{content:"";position:absolute;top:20px;right:16px;width:32px;height:32px;background:url(../images/close.svg) no-repeat center;z-index:100}.article-sidebar-mobile .widget-academy{display:none;position:absolute;top:0;left:0;padding:24px;box-shadow:0px 0px 25px 0px #0000001F;background:#fff;width:100%;z-index:100}.article-sidebar-mobile .widget-academy__logo{margin-bottom:24px;max-width:178px;max-height:48px}.article-sidebar-mobile .widget-academy__image-wrapper{margin:0 auto 16px;width:100%;height:auto;aspect-ratio:312/173;max-width:325px}.article-sidebar-mobile .widget-academy__mobile-cta{margin-top:30px;padding:7px 12px;display:flex;gap:8px;align-items:center;background-color:#00053E;color:#fff}.article-sidebar-mobile .widget-academy__mobile-cta .widget-academy__title{margin-bottom:0;font-size:15px;line-height:21px}.article-sidebar-mobile .widget-academy__mobile-cta .widget-academy__icon{width:32px;height:32px;display:flex;align-items:center;flex-shrink:0}.article-sidebar-mobile .widget-academy__mobile-cta .widget-academy__icon img{width:100%;height:auto}.article-sidebar-mobile .widget-academy__mobile-wrapper{position:relative}.article-sidebar-mobile .widget-academy__click-here{border:none;margin-left:auto;padding:5px 8px;display:inline-flex;height:26px;font-size:12px;align-items:center;font-weight:700;text-transform:uppercase;background-color:#D71920;color:#fff;border-radius:3px;white-space:nowrap}.article-sidebar-mobile .widget-academy__close-modal{content:"";position:absolute;top:20px;right:16px;width:32px;height:32px;background:url(../images/close.svg) no-repeat center}.selectable-sections--art{margin-top:80px}.selectable-sections__section{margin-top:32px}.selectable-sections__section:first-child{margin-top:0}.selectable-sections__section.margin-bottom{margin-bottom:50px}@media (min-width: 1024px){.selectable-sections__section.margin-bottom{margin-bottom:50px}}.selectable-sections__section .wpcf7-form{overflow:visible}.selectable-sections .section-ebook{border:1px solid #c8d1da}.selectable-sections .section-ebook--category{margin-top:44px}.selectable-sections .section-ebook__container{position:relative}.selectable-sections .section-ebook__bottom{padding:24px 16px;background-color:#f0f0f4}@media (min-width: 1024px){.selectable-sections .section-ebook__bottom{padding:24px 100px}}.selectable-sections .section-ebook__desc img{display:none}.selectable-sections .section-ebook__desc h2 strong{display:block}@media (max-width: 1023.98px){.selectable-sections .section-ebook__desc{position:relative;display:flex;flex-wrap:wrap;align-items:center}.selectable-sections .section-ebook__desc>p{width:100%}.selectable-sections .section-ebook__desc h2{width:calc(100% - 40px);margin-bottom:12px;padding-left:15px}.selectable-sections .section-ebook__desc h2 strong{display:inline-block}.selectable-sections .section-ebook__desc img{display:inline-block;width:40px;height:auto}}.selectable-sections .section-ebook .form-send .btn,.selectable-sections .section-ebook .form-send .comments-area .submit,.comments-area .selectable-sections .section-ebook .form-send .submit{padding:13px 23px;letter-spacing:0.12px}@media (max-width: 767.98px){.selectable-sections .section-ebook .form-send .btn,.selectable-sections .section-ebook .form-send .comments-area .submit,.comments-area .selectable-sections .section-ebook .form-send .submit{width:100%}}.selectable-sections .section-ebook__top{padding:16px 16px}@media (min-width: 1024px){.selectable-sections .section-ebook__top{padding:32px 100px}}.selectable-sections .section-ebook__top h2{margin-bottom:8px;font-weight:400}@media (max-width: 1309.98px){.selectable-sections .section-ebook__top h2{font-size:22px;line-height:30px}}.selectable-sections .section-ebook__top h2 .strong{font-weight:700}.selectable-sections .section-ebook__top p{margin-bottom:16px}@media (max-width: 1309.98px){.selectable-sections .section-ebook__top p{margin-bottom:8px}}.selectable-sections .section-ebook__top ul{margin-bottom:0}@media (max-width: 1309.98px){.selectable-sections .section-ebook__top ul{margin-bottom:8px;padding-left:0}}.selectable-sections .section-ebook__top ul li:before{content:url(../images/check-orange.svg)}@media (min-width: 1024px){.selectable-sections .section-ebook .item-w-60{max-width:64%}}.selectable-sections .section-ebook__bg{display:none}@media (min-width: 1024px){.selectable-sections .section-ebook__bg{position:absolute;top:50%;right:114px;display:block;width:236px;height:383px;background-repeat:no-repeat;background-position:left;background-size:236px 383px;transform:translateY(-50%)}}.section-training{color:#fff;background-color:#232b64}.section-training p{color:#fff}.section-training__container{display:flex;justify-content:space-between;padding:32px 16px}@media (min-width: 1024px){.section-training__container{padding:24px 90px 0 100px}}@media (max-width: 1023.98px){.section-training__container{flex-wrap:wrap}}.section-training__img{align-self:flex-end;width:434px;max-width:100%;margin-top:24px}@media (max-width: 1023.98px){.section-training__img{margin-top:0}}.section-training__list{margin-bottom:24px}@media (max-width: 1023.98px){.section-training__list{margin-bottom:32px}}.section-training__title{margin-bottom:16px;color:#fff}@media (max-width: 1023.98px){.section-training__title{margin-bottom:27px}}.section-training__desc{width:calc(100% - 434px - 70px);padding-top:24px;padding-bottom:48px}@media (max-width: 1023.98px){.section-training__desc{order:2;width:100%;padding-bottom:0}}.section-newsletter{margin-top:40px !important}@media (min-width: 768px){.section-newsletter{margin-top:80px !important}}.section-newsletter.dark{background-color:#232b64}.section-newsletter.dark *:not(label){color:#fff}.section-newsletter.dark .basic-form__label-icon{color:#d71920}.section-newsletter.dark .smaller,.section-newsletter.dark input,.section-newsletter.dark textarea{border-radius:0;color:#000215}.section-newsletter.dark .smaller[type="submit"],.section-newsletter.dark input[type="submit"],.section-newsletter.dark textarea[type="submit"]{color:#fff}@media (min-width: 768px){.section-newsletter.dark #os-check.rights{margin-bottom:16px}}.section-newsletter.dark #os-check.rights .wpcf7-list-item-label,.section-newsletter.dark #os-check.rights button{color:#fff}.section-newsletter.dark .form-send .btn,.section-newsletter.dark .form-send .comments-area .submit,.comments-area .section-newsletter.dark .form-send .submit{padding:13px 23px;letter-spacing:0.12px}@media (max-width: 767.98px){.section-newsletter.dark .form-send .btn,.section-newsletter.dark .form-send .comments-area .submit,.comments-area .section-newsletter.dark .form-send .submit{width:100%}}.section-newsletter.light{background-color:#f0f0f4}@media (min-width: 768px){.section-newsletter__title--space{margin:16px 0}}@media (min-width: 768px){.section-newsletter__container{display:flex}}.section-newsletter__img--desktop .img{display:none}@media (min-width: 768px){.section-newsletter__img--desktop .img{position:absolute;top:0;left:0;z-index:1;display:inline-block;width:auto;max-width:unset}}.section-newsletter__img--mobile .img{display:inline-block;width:100%;height:auto}@media (min-width: 768px){.section-newsletter__img--mobile .img{display:none}}.section-newsletter__col{flex:1}.section-newsletter__col--img{position:relative;overflow:hidden}.section-newsletter__col.small{max-width:437px}.section-newsletter__col--form{position:relative;z-index:2;padding:40px 48px 40px}@media (max-width: 1023.98px){.section-newsletter__col--form{padding:16px 24px}}@media (min-width: 768px){.section-newsletter__col--form .basic-form__h4{margin-bottom:24px}}.section-newsletter__col--form.dark{background-color:#232b64}.section-newsletter__col--form.light{background-color:#f0f0f4}.section-newsletter.inverted .section-newsletter__container{display:flex;flex-wrap:wrap}@media (max-width: 1023.98px){.section-newsletter.inverted .section-newsletter__container .section-newsletter__col{flex:100%;width:100%}}.section-newsletter.inverted .basic-form{margin-top:24px}.section-newsletter.inverted .basic-form__item{max-width:341px}.section-newsletter.inverted .basic-form__h4{margin-bottom:16px}.section-newsletter.inverted .basic-form #os-check.rights{line-height:18px}.section-newsletter.inverted .section-newsletter__img--desktop img{right:0;left:auto}.section-newsletter.inverted .section-newsletter__col--form{padding:24px}@media (min-width: 768px){.section-newsletter.inverted .section-newsletter__col--form{padding:0 81px 28px 0}}.architect-zone-main{display:grid;grid-template-columns:1fr auto;margin-bottom:40px}@media (max-width: 767.98px){.architect-zone-main{margin-bottom:60px}}.architect-zone-main__heading h1{color:#000215;font-size:56px}@media (max-width: 1023.98px){.architect-zone-main__heading h1{font-size:34px}}@media (max-width: 767.98px){.architect-zone-main__heading h1{margin:-10px 0 10px 0}}.architect-zone-main__heading p{color:#000215;font-size:21px;line-height:1.4}@media (max-width: 1023.98px){.architect-zone-main__heading p{display:none}}.architect-zone-main__page-nav{display:grid;grid-column:span 2 / auto;grid-template-columns:repeat(auto-fit, minmax(365px, 1fr));gap:32px 16px;margin:50px 0}@media (max-width: 767.98px){.architect-zone-main__page-nav{grid-template-columns:1fr;margin:10px 0 50px 0}}.nav-box{display:grid;grid-template-columns:150px 1fr;gap:0 20px;margin-top:64px;padding:0 24px 24px 32px;background-color:#f7f9fc;transition:background-color 0.23s}@media (max-width: 767.98px){.nav-box{grid-template-columns:88px 1fr;margin-top:0;padding:16px 16px 24px 16px}}.nav-box__main-image{position:relative;width:150px;height:102px}@media (max-width: 767.98px){.nav-box__main-image{grid-row:1 / span 2;width:auto;height:auto}}.nav-box__main-image img{position:absolute;top:-64px;width:150px;height:150px;object-fit:contain;object-position:left}@media (max-width: 767.98px){.nav-box__main-image img{position:static;width:88px;height:88px}}.nav-box__brands{display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center;align-self:center;justify-content:center;justify-self:center}@media (max-width: 767.98px){.nav-box__brands{grid-column:span 2 / auto;gap:8px 12px;order:4;margin-top:20px}}.nav-box__brands img{width:auto;max-height:18px;transition:filter 0.23s}@media (max-width: 767.98px){.nav-box__brands img{max-height:13px}}.nav-box__title{grid-column:span 2 / auto;margin-bottom:4px;color:#1e2c92;font-weight:600;font-size:18px;line-height:1.4;transition:color 0.23s}@media (max-width: 767.98px){.nav-box__title{grid-column:2;align-self:self-end}}.nav-box__title::after{position:relative;display:inline-block;width:15px;height:10px;margin-left:8px;background:url(../images/long_arrow-blue.svg);background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform 0.23s;content:""}.nav-box__subtitle{grid-column:span 2 / auto;margin-bottom:0;color:#000215;font-size:14px;line-height:1.6;transition:color 0.23s}@media (max-width: 767.98px){.nav-box__subtitle{grid-column:2;align-self:self-start}}.nav-box:hover{position:relative;background-color:#00053E}.nav-box:hover::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:calc(100% - 64px);height:8px;background-color:#D71920;border-radius:8px 8px 0 0}.nav-box:hover .nav-box__title{color:#fff}.nav-box:hover .nav-box__title::after{transform:translateX(5px);filter:brightness(0) invert(1)}.nav-box:hover .nav-box__subtitle{color:#fff}.nav-box:hover .nav-box__brands img{filter:brightness(0) invert(1)}.widget-help{display:flex;gap:25px;align-self:flex-start;margin-top:15px}@media (max-width: 1023.98px){.widget-help{margin-top:0}}@media (max-width: 767.98px){.widget-help{flex-direction:column;gap:16px;order:3}}.widget-help__image{max-width:77.5px;height:auto}@media (max-width: 767.98px){.widget-help__image{max-width:64px}}.widget-help__title{margin-bottom:4px;font-weight:600;font-size:21px;line-height:1.4}@media (max-width: 1023.98px){.widget-help__title{font-size:18px}}.widget-help__subtitle{margin-bottom:14px;font-size:16px;line-height:1.6}@media (max-width: 1023.98px){.widget-help__subtitle{font-size:14px}}.widget-help__button{padding:6px 12px;border:1px solid #1e2c92;color:#1e2c92;font-weight:600;font-size:14px;line-height:1.3;background-color:#fff;transition:background-color 0.23s, color 0.23s}.widget-help__button:hover{color:#fff;background-color:#1e2c92}.architect-zone-subpage{margin-bottom:62px}@media (max-width: 1023.98px){.architect-zone-subpage{margin:-5px 0 45px 0}}.architect-zone-subpage__title{margin:16px 0 8px 0;color:#000215;font-weight:600;font-size:34px;line-height:1.3}@media (max-width: 1023.98px){.architect-zone-subpage__title{margin:12px 0 8px 0;font-weight:700;font-size:25px}}.architect-zone-subpage__content{margin:40px 0 70px 0}@media (max-width: 1023.98px){.architect-zone-subpage__content{margin:26px 0 45px 0}}.architect-zone-subpage .project-details__nav .sticky-nav__link.active{color:#000;font-weight:600}.architect-zone-subpage .project-details__nav .sticky-nav__link.active:after{position:absolute;bottom:0px;left:0;z-index:1;width:100%;height:2px;background-color:#d71920;content:""}.architect-zone-subpage .project-details__nav .sticky-nav__link:not(.active):focus:after{content:none}.architect-zone-redirect{margin-bottom:62px}@media (max-width: 1023.98px){.architect-zone-redirect{margin:-5px 0 45px 0}}.architect-zone-redirect__title{margin:0px 0 8px 0;color:#000215;font-weight:600;font-size:34px;line-height:1.3}@media (max-width: 1023.98px){.architect-zone-redirect__title{margin:12px 0 8px 0;font-weight:700;font-size:25px}}.architect-zone-redirect__content{display:flex;flex-direction:column;align-items:center;margin:60px 0 60px 0}@media (max-width: 1023.98px){.architect-zone-redirect__content{margin:40px 0 20px 0}}.architect-zone-redirect__secondary-title{margin-bottom:20px;text-align:center}.architect-zone-redirect__image{width:100%;max-width:300px;margin-bottom:35px}.architect-zone-redirect__button{padding:6px 12px;border:1px solid #1e2c92;color:#1e2c92;font-weight:600;font-size:14px;line-height:1.3;background-color:#fff;transition:background-color 0.23s, color 0.23s}.architect-zone-redirect__button:hover{color:#fff;background-color:#1e2c92}.color-library{display:grid;grid-template-columns:repeat(auto-fit, minmax(365px, 1fr));gap:16px}@media (max-width: 767.98px){.color-library{grid-template-columns:1fr}}.color-library-box{display:flex;flex-direction:column;padding:20px 24px 32px;background-color:#f7f9fc}@media (max-width: 767.98px){.color-library-box{padding:26px 16px 24px}}.color-library-box__header{display:flex;gap:10px;align-items:center;justify-content:space-between;min-height:80px;padding:0 4px}@media (max-width: 767.98px){.color-library-box__header{min-height:auto;padding:0}}.color-library-box__header img{width:60%;max-width:180px}@media (max-width: 767.98px){.color-library-box__header img{width:45%;max-width:133px}}.color-library-box__header p{margin-bottom:0;color:#000215;font-weight:600;font-size:12px;line-height:1.4;opacity:0.5}.color-library-box__attachments{display:flex;flex-direction:column;gap:8px;margin-top:12px}@media (max-width: 767.98px){.color-library-box__attachments{margin-top:25px}}.color-library-box__manual{display:flex;align-items:center;justify-content:center;margin:24px 0 0 0;color:#1e2c92;font-weight:700;font-size:16px;line-height:1.3;transition:opacity 0.23s}@media (max-width: 767.98px){.color-library-box__manual{font-weight:600;font-size:14px;line-height:1.2}}.color-library-box__manual::before{width:24px;height:24px;margin-right:8px;background:url(../images/icon-pdf.svg);background-repeat:no-repeat;background-position:center;background-size:contain;transition:opacity 0.23s;content:""}@media (max-width: 767.98px){.color-library-box__manual::before{width:16px;height:16px}}.color-library-box__manual:hover{color:#1e2c92;opacity:0.8}.attachment{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:12px 16px;border:1px solid #c8d1da;border-radius:3px;background-color:#fff}.attachment__title{margin-bottom:0;color:#000215;font-weight:600;font-size:14px;line-height:1.6}.attachment__button{display:flex;align-items:center;padding:5px 7px;border:1px solid #1e2c92;color:#fff;font-weight:500;font-size:14px;line-height:1.3;background-color:#1e2c92}.attachment__button::before{width:16px;height:16px;margin-right:6px;background:url(../images/icon-download.svg);background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform 0.23s, opacity 0.23s;content:""}.attachment__button:hover{color:#fff;opacity:0.8}.attachment__button:hover::before{transform:translateY(3px)}body.page-template-page-architectzone{margin:0;color:#00053e;font-weight:400;font-size:1rem;font-family:source sans pro, sans-serif;line-height:1.5;text-align:left;background-color:#fff}body.modal-open .o-site-main{z-index:auto}.o-site-content.c-site-header--no-bg .c-breadcrumbs{padding-left:0}.texture-lib .row{display:block}@media all and (min-width: 992px){.texture-lib .modal-dialog{width:900px}}@media all and (max-width: 767px){.texture-lib .col-sm-4{float:left;width:50%}}.texture-lib .tab-pane ul{list-style:none}.texture-lib .tab-pane>ul{margin-bottom:30px;padding-left:0;list-style:none}.texture-lib .tab-pane>ul li{position:relative;padding:0 0 10px 20px}.texture-lib .tab-pane>ul li:before{position:absolute;top:5px;left:0;font:normal normal normal 14px/1 FontAwesome;content:"\f00c"}.texture-lib .tab-pane>ul li ul{padding-left:0}.texture-lib .tab-pane>ul li ul li{padding:8px 0 4px 15px}.texture-lib .tab-pane>ul li ul li:before{position:absolute;top:4px;left:0;font-size:22px;content:"-"}.texture-lib .modal{z-index:99999 !important}.texture-lib .modal-header{border-bottom:none}.texture-lib .modal-header .close{width:auto;margin-top:-10px;padding:0;font-size:24px;outline:none;opacity:1}.texture-lib .modal-title{margin-bottom:15px;color:#000215;font-weight:600;font-size:20px;text-transform:uppercase}@media all and (max-width: 991px){.texture-lib .modal-title{margin-top:15px;margin-bottom:4px}}.texture-lib .modal-dialog{position:relative}.texture-lib .modal-dialog .modal-content{position:absolute;top:5vh}@media (max-width: 767.98px){.texture-lib .modal-dialog .modal-content{top:0}}.texture-lib .modal-dialog .nav-buttons{margin-top:30px}.texture-lib .modal-dialog .nav-buttons .btn,.texture-lib .modal-dialog .nav-buttons .comments-area .submit,.comments-area .texture-lib .modal-dialog .nav-buttons .submit{margin:5px 0}.texture-lib .modal-dialog .nav-buttons .btn .fa,.texture-lib .modal-dialog .nav-buttons .comments-area .submit .fa,.comments-area .texture-lib .modal-dialog .nav-buttons .submit .fa{margin:0 5px}.texture-lib .modal-dialog .nav-buttons .btn:hover,.texture-lib .modal-dialog .nav-buttons .comments-area .submit:hover,.comments-area .texture-lib .modal-dialog .nav-buttons .submit:hover{color:#fff;background-color:#00063d}.texture-lib .modal-dialog .btn,.texture-lib .modal-dialog .comments-area .submit,.comments-area .texture-lib .modal-dialog .submit{width:100%;border-radius:0 !important;text-transform:uppercase}@media all and (max-width: 991px){.texture-lib .modal-dialog .btn,.texture-lib .modal-dialog .comments-area .submit,.comments-area .texture-lib .modal-dialog .submit{margin-top:10px}}.texture-lib .modal-dialog .btn.btn-primary,.texture-lib .modal-dialog .comments-area .btn-primary.submit,.comments-area .texture-lib .modal-dialog .btn-primary.submit{font-weight:600;background-color:#00063d;transition:opacity 0.23s}.texture-lib .modal-dialog .btn.btn-primary:hover,.texture-lib .modal-dialog .comments-area .btn-primary.submit:hover,.comments-area .texture-lib .modal-dialog .btn-primary.submit:hover{opacity:0.8}.texture-lib .modal-dialog .btn.btn-prev,.texture-lib .modal-dialog .comments-area .btn-prev.submit,.comments-area .texture-lib .modal-dialog .btn-prev.submit,.texture-lib .modal-dialog .btn.btn-next,.texture-lib .modal-dialog .comments-area .btn-next.submit,.comments-area .texture-lib .modal-dialog .btn-next.submit{padding:8px 12px;border:1px solid #c8d1da;background-color:#f7f9fc}.texture-lib .modal-dialog .btn span,.texture-lib .modal-dialog .comments-area .submit span,.comments-area .texture-lib .modal-dialog .submit span{display:block;margin-top:6px;font-weight:normal;font-size:12px;font-style:italic;text-align:center}.texture-lib .tabs{margin-top:-10px;margin-bottom:-30px;font-family:"Source Sans Pro", sans-serif}@media (max-width: 767.98px){.texture-lib .tabs{margin-top:0}}.texture-lib .tabs .nav{display:grid;grid-template-columns:repeat(3, 221px);gap:16px;margin-bottom:48px;border:none}@media (max-width: 767.98px){.texture-lib .tabs .nav{grid-template-columns:1fr;gap:12px;margin-bottom:40px}}.texture-lib .tabs .nav::before,.texture-lib .tabs .nav::after{display:none}.texture-lib .tabs .nav .nav-item{margin:0;padding:12px 16px 16px;border:2px solid #fff;background-color:#fff;box-shadow:0px 0px 16px 0px rgba(0,0,0,0.15)}@media (max-width: 767.98px){.texture-lib .tabs .nav .nav-item{padding:13px 16px}}.texture-lib .tabs .nav .nav-item.active{border:2px solid #232b64}.texture-lib .tabs .nav .nav-item.active a{font-weight:600}.texture-lib .tabs .nav .nav-item.active a:hover{opacity:1}.texture-lib .tabs .nav .nav-item a{margin:0;padding:0;border:none;color:#000215;font-weight:400;font-size:16px;line-height:1.6;transition:opacity 0.23s}@media (max-width: 767.98px){.texture-lib .tabs .nav .nav-item a{display:flex;align-items:center;justify-content:space-between}}.texture-lib .tabs .nav .nav-item a:hover{background:none;opacity:0.8}.texture-lib .tabs .nav .nav-item a img{max-width:100%;margin-top:8px}@media (max-width: 767.98px){.texture-lib .tabs .nav .nav-item a img{width:100%;max-width:98px;margin-top:0}}.texture-lib .texture-vis{position:relative;height:auto;margin-top:30px}.texture-lib .texture-vis:after{display:block;padding-bottom:60%;content:""}.texture-lib .texture-vis .download-vis span{position:absolute;bottom:-6px;left:0;width:100%;padding:8px 10px;color:#fff;font-weight:bold;text-align:center;text-transform:uppercase;background-color:#d5181f}.texture-lib .texture-wrap{position:relative;text-align:center}.texture-lib .texture-wrap .link-absolute{cursor:pointer}.texture-lib .texture-wrap .thumbnail-200{height:auto;margin-bottom:36px;border-radius:0}.texture-lib .texture-wrap .thumbnail-200:after{display:block;padding-bottom:120%;content:""}.texture-lib .texture-wrap div[type="button"] span{position:absolute;top:31px;left:0;width:100%;height:86%;background-color:rgba(0,6,61,0.45);background-image:url(../images/loupe2.svg);background-repeat:no-repeat;background-position:center center;background-size:30px auto;opacity:0;transition:0.3s ease-in}.texture-lib .texture-wrap div[type="button"]:hover span{opacity:1}.texture-lib .texture-wrap .mosaic-name{position:absolute;top:0;left:0;width:100%;padding:8px 10px;background-color:rgba(255,255,255,0.8)}.texture-lib .texture-wrap .download-mosaic{position:absolute;bottom:-31px;left:0;width:100%;padding:8px 10px;color:#fff;text-transform:uppercase;background-color:#d5181f}.texture-lib .mb-5{margin-bottom:30px}.modal-backdrop.in{position:fixed;z-index:999;height:2500px}.color-palette__entry{display:grid;grid-template-columns:minmax(60%, 850px) auto;gap:20px;margin-top:-22px}@media (max-width: 1023.98px){.color-palette__entry{margin-top:-10px}}@media (max-width: 767.98px){.color-palette__entry{grid-template-columns:1fr}}.color-palette__entry div>*{margin-bottom:8px;font-size:16px;line-height:1.6}@media (max-width: 1023.98px){.color-palette__entry div>*{font-size:14px}}.color-palette__entry img{position:relative;top:-45%;justify-self:end;width:auto;max-height:128px;margin-right:50px}@media (max-width: 1023.98px){.color-palette__entry img{top:-25%;max-height:100px;margin-right:0}}@media (max-width: 767.98px){.color-palette__entry img{position:absolute;top:2px;right:24px;max-height:65px}}.color-palette__iframe{margin-top:5px;padding-top:20px;background-color:#f4f4f4}@media (max-width: 767.98px){.color-palette__iframe{margin-top:24px}}.color-palette__iframe p{margin:0}.color-palette__iframe iframe{border:none}.project-details__download-all{position:absolute;top:40px;right:15px;display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border:1px solid #1e2c92;color:#fff;font-weight:500;font-size:16px;line-height:1.25;background-color:#1e2c92}@media (max-width: 767.98px){.project-details__download-all{position:static;display:flex;margin-top:-10px}}.project-details__download-all::before{width:16px;height:16px;margin-right:8px;background:url(../images/icon-download.svg);background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform 0.23s, opacity 0.23s;content:""}.project-details__download-all:hover{color:#fff;opacity:0.8}.project-details__download-all:hover::before{transform:translateY(3px)}.project-details__nav{position:sticky;top:77px;left:0;z-index:10;margin-top:-20px;background-color:#fff}@media (max-width: 767.98px){.project-details__nav{margin-top:8px}}.project-details__nav::after{position:absolute;bottom:0px;left:50%;width:100vw;height:1px;margin-left:-50vw;background-color:#f0f0f4;content:""}.project-details__nav .stick-nav{scrollbar-width:none}.project-details__nav .stick-nav::-webkit-scrollbar{display:none}.project-details__category-title{margin:0;padding:40px 0 16px;color:#000215;font-weight:600;font-size:21px;line-height:1.4}@media (max-width: 767.98px){.project-details__category-title{padding-top:32px}}.project-details__category-title:first-of-type{padding-top:32px}.project-details__category-title--subtitle{padding-top:24px;font-size:16px;line-height:1.6;text-transform:uppercase;opacity:0.5}.project-details__boxes{display:flex;flex-direction:column;gap:8px}.details-box{display:flex;gap:10px;align-items:center;justify-content:space-between;padding:20px 24px 22px;border:1px solid #c8d1da;border-radius:3px}@media (max-width: 1023.98px){.details-box{flex-direction:column;align-items:flex-start}}@media (max-width: 767.98px){.details-box{padding:16px}}.details-box__title{margin-bottom:0;font-weight:600;font-size:16px;line-height:1.6}.details-box__files{display:flex;gap:30px}@media (max-width: 1023.98px){.details-box__files{gap:26px}}@media (max-width: 767.98px){.details-box__files--multiple span{display:none}}.details-box__file{display:inline-flex;align-items:center;justify-content:center;color:#1e2c92;font-weight:600;font-size:14px;line-height:1.3;transition:opacity 0.23s}.details-box__file::before{width:16px;height:16px;margin-right:6px;background:url(../images/icon-download-blue.svg);background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform 0.23s, opacity 0.23s;content:""}.details-box__file:hover{color:#1e2c92;opacity:0.8}.details-box__file:hover::before{transform:translateY(2px)}.details-box__file--view::before{background:url(../images/icon-preview.svg)}.details-box__file--view:hover::before{transform:scale(1.1)}.details-box__file span{padding-right:3px}.sectors-description{margin-top:84px}@media (max-width: 1023.98px){.sectors-description{margin-top:60px}}.sectors-description__wrapper{display:flex;gap:56px}@media (max-width: 1023.98px){.sectors-description__wrapper{flex-direction:column}}.sectors-description__title{margin-bottom:24px;font-size:34px;line-height:44px;font-weight:900}@media (max-width: 1023.98px){.sectors-description__title{font-size:30px;line-height:39px}}.sectors-description__text{font-size:21px;line-height:29px}.sectors-description__red-section{padding:24px;width:390px;flex-shrink:0;background-color:#D71920;color:#fff;border-radius:4px}@media (max-width: 1023.98px){.sectors-description__red-section{width:100vw;margin-left:-16px;border-radius:0}}.sectors-description__red-section p{font-size:21px;margin-bottom:0}.sectors-description__red-section p:first-child{margin-bottom:8px;font-size:20px}@media (max-width: 1023.98px){.sectors-description__red-section p:first-child{font-size:18px}}.sectors-description__red-section p:first-child strong{font-weight:900}.lp-sectors-block-label{margin-bottom:8px;font-size:25px;line-height:35px}.profit-sectors{margin-bottom:88px}@media (max-width: 1023.98px){.profit-sectors{margin-top:10px;margin-bottom:48px}}.profit-sectors__wrapper{position:relative;display:flex;gap:56px}@media (max-width: 1023.98px){.profit-sectors__wrapper{display:block}}@media (min-width: 768px){.profit-sectors__wrapper::before{content:"";width:390px;flex-shrink:0}}.profit-sectors__block-title{margin-bottom:24px;font-size:34px;line-height:44px}@media (max-width: 1023.98px){.profit-sectors__block-title{font-size:30px;line-height:39px}}.profit-sectors__img-wrapper{border-bottom:10px solid #D71920;position:absolute;left:15px;top:0;width:390px;height:100%;max-height:545px;border-radius:4px;overflow:hidden}@media (max-width: 1023.98px){.profit-sectors__img-wrapper{margin-bottom:24px;position:relative;left:0;width:260px;height:257px}}.profit-sectors__img-wrapper::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#02204E33}.profit-sectors__img-wrapper img{width:100%;height:100%;object-fit:cover}.profit-sectors__text{max-width:724px}.profit-sectors__text ul{list-style-type:none;padding-left:0}.profit-sectors__text ul li{padding-bottom:16px;background-image:url(../images/check-circle-green.svg);background-repeat:no-repeat;background-position:left top;background-size:24px 24px;padding-left:34px}@media (min-width: 768px){.profit-sectors__text ul li{font-size:21px;background-size:32px 32px;padding-left:49px}}@media (max-width: 1023.98px){.section__heading{margin-bottom:1rem;font-size:1.875rem;font-weight:900;line-height:1.3}}@media (min-width: 768px){.section__heading{margin-bottom:2rem;font-size:2.125rem}}@media (min-width: 768px){.section__heading--slider{padding-right:7.5rem}}


/*# sourceMappingURL=index.css.map*/