﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");.form__error{color:#ff2a1b;font-size:12px;font-weight:400;}.button-clean{border:0;background-color:transparent;}.button-clean:focus{outline:none;}.button-clean .svg-stroke{stroke:#9498a3;}.button-clean.active .svg-stroke{stroke:#2346b2;}.button-clean:hover .svg-stroke{stroke:#595c68;}.button-clean-grey2{color:#9498a3;}.button-clean--info .svg-stroke{stroke:#9498a3;}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;height:40px;line-height:normal;color:#fff;font-size:16px;font-weight:400;border-radius:6px;border:0;background-color:#ff2a1b;position:relative;cursor:pointer;}.button.active{background-color:#e80f00;text-decoration:none;color:#fff;stroke:white !important;}.button.button--action-icon{width:41px;}.button:hover{background-color:#e80f00;text-decoration:none;color:#fff;}.button:focus{outline:none;}.button[disabled],.button[disabled]:hover{background-color:#e6e7eb;color:#9498a3;cursor:initial;}.button--cookie-consent{color:#fff !important;float:right;}.button--large{height:50px;}.button--large.button--action-icon{width:50px;}.button--search{width:90px;}.button--w220{width:220px;}.button--tertiary{background-color:#e6e7eb;border:0;color:#9498a3;}.button--tertiary:hover,.button--tertiary.active{background-color:#9498a3;color:#fff;}.button--secondary{background-color:#e6e7eb;color:#9498a3;}.button--secondary .svg-stroke{stroke:#9498a3;}.button--secondary:hover,.button--secondary.active{background-color:#9498a3;color:#fff;}.button--secondary:hover .svg-stroke,.button--secondary.active .svg-stroke{stroke:white;}.button--bordered{background-color:transparent;color:#c3c5cb;border:1px solid #c3c5cb;}.button--bordered:hover,.button--bordered.active{background-color:#c3c5cb;color:#595c68;}.button--light-grey{background-color:#e6e7eb;color:#9498a3;}.button--light-grey .svg-stroke{stroke:#9498a3;}.button--light-grey:hover,.button--light-grey:focus{color:#595c68;background-color:#f3f4f6;}.button--light-grey:hover .svg-stroke,.button--light-grey:focus .svg-stroke{stroke:#595c68;}.button--light-grey.button--action-icon.active{background-color:#9498a3;}.button--light-grey.button--action-icon.active .svg-stroke{stroke:white;}.button--grey{background-color:#9498a3;color:#fff;}.button--grey:hover{background-color:#595c68;color:#fff;}.button--disabled,.button[disabled]{color:#c3c5cb !important;background:repeating-linear-gradient(-43deg,#f3f4f6,#f3f4f6 20px,#e6e7eb 20px,#e6e7eb 40px);}.button--disabled.is-loading,.button[disabled].is-loading{animation:scrolling-bg 500s ease infinite;}.button--disabled .svg-stroke,.button[disabled] .svg-stroke{stroke:#c3c5cb !important;}.button--alt-text .button__text--alt{display:inline;}.button--alt-text .button__text:not(.button__text--alt){display:none;}.button--countdown .button__countdown{display:block;}.button--slide{background-color:transparent;border:1px solid #fff;padding:25px 0;}.button--slide:hover{background-color:#fe6500;border-color:#fe6500;}.button__text--alt{display:none;}.button__countdown{display:none;position:absolute;top:7px;right:7px;}.button--full-lg-180{width:100%;}@media(min-width:992px){.button--full-lg-180{width:auto;min-width:180px;}}.button__countdown{width:36px;height:36px;border-radius:999px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5);}.countdown__l-half,.countdown__r-half{float:left;width:50%;height:100%;overflow:hidden;}.countdown__l-half:before,.countdown__r-half:before{content:"";display:block;width:100%;height:100%;box-sizing:border-box;border:1px solid #fff;animation-duration:60s;animation-iteration-count:1;animation-timing-function:linear;animation-fill-mode:forwards;}.countdown__l-half:before{border-right:none;border-top-left-radius:999px;border-bottom-left-radius:999px;transform-origin:center right;animation-name:l-rotate;}.countdown__r-half:before{border-left:none;border-top-right-radius:999px;border-bottom-right-radius:999px;transform-origin:center left;animation-name:r-rotate;}.countdown__time{position:absolute;left:0;top:0;width:100%;line-height:36px;text-align:center;font-weight:700;font-size:14px;font-family:Roboto;color:#fff;z-index:2;animation:fadeout .5s 61s 1 linear;animation-fill-mode:forwards;}@keyframes l-rotate{0%{transform:rotate(0deg);}50%{transform:rotate(-180deg);}100%{transform:rotate(-180deg);}}@keyframes r-rotate{0%{transform:rotate(0deg);}50%{transform:rotate(0deg);}100%{transform:rotate(-180deg);}}@keyframes fadeout{0%{opacity:1;}100%{opacity:.5;}}.input{height:40px;border-radius:6px;border:1px solid #e6e7eb;padding:3px 10px;font-size:14px;color:#595c68;}.input:hover{border-color:#c3c5cb;}.input:focus{outline:none;border-color:#2097f0;}.input::-webkit-input-placeholder{color:#c3c5cb;}textarea.input{height:auto;}.input--large{height:50px;}.input--rounded{border-radius:999px;padding-left:20px;padding-right:20px;}.input--error{border-color:#ff2a1b;}.input--error:focus{border-color:#ff2a1b;border-width:2px;}.input--error:hover{border-color:#ff2a1b;}.input__wrapper--has-icon{position:relative;}.input__wrapper--has-icon .input{padding-right:30px;}.input__icon{position:absolute;z-index:1;right:8px;top:50%;transform:translateY(-50%);cursor:pointer;}.input__icon .svg-stroke{stroke:#9498a3;}.input__icon:hover .svg-stroke{stroke:#595c68;}.input__icon--history{position:absolute;z-index:1;right:8px;top:-37px;cursor:pointer;}.ux-checkbox{position:relative;}.ux-checkbox input{display:none;}.ux-checkbox input:checked~.ux-checkbox__label::before{border-color:#2097f0;background-color:#2097f0;}.ux-checkbox input:checked~.ux-checkbox__label::after{display:block;}.ux-checkbox--error .ux-checkbox__label::before{border-color:#ff2a1b;}.ux-label{font-size:12px;font-weight:700;color:#9498a3;margin-bottom:3px;}.ux-checkbox__label{position:relative;padding-left:25px;min-height:20px;line-height:20px;margin-bottom:0;vertical-align:top;}.ux-checkbox__label::before{z-index:1;position:absolute;left:0;top:0;content:'';width:20px;height:20px;border-radius:2px;background-color:#fff;border:1px solid #c3c5cb;}.ux-checkbox__label::after{z-index:1;position:absolute;left:0;top:0;content:url("../../../assets/images/icons/checkbox-check.svg");width:20px;height:20px;display:none;text-align:center;}.ux-checkbox__label a{text-decoration:underline;color:inherit;}.ux-checkbox__label a:hover{text-decoration:none;}.ux-checkbox__label--alone{padding-left:20px;}.ux-checkbox__label--middle{display:flex;align-items:center;}.ux-checkbox__label--middle::before,.ux-checkbox__label--middle::after{top:50%;transform:translateY(-50%);}.ux-checkbox--right .ux-checkbox__label{padding-left:0;padding-right:25px;}.ux-checkbox--right .ux-checkbox__label::after,.ux-checkbox--right .ux-checkbox__label::before{left:auto;right:0;}.ux-checkbox--right .ux-checkbox__label::after{line-height:20px;}.ux-radio{position:relative;}.ux-radio input{display:none;}.ux-radio input:checked~.ux-radio__label::before{border-color:#2097f0;background-color:#2097f0;}.ux-radio input:checked~.ux-radio__label::after{display:block;}.ux-radio input:checked~.ux-radio__label--round-block{background-color:#f3f4f6;}.ux-radio__label{position:relative;min-height:20px;line-height:20px;margin-bottom:0;vertical-align:top;}.ux-radio__label::before{z-index:1;position:absolute;left:0;top:0;content:"";width:20px;height:20px;border-radius:50%;background-color:#fff;border:1px solid #c3c5cb;}.ux-radio__label::after{content:"";z-index:1;position:absolute;left:5px;top:5px;width:10px;height:10px;border-radius:50%;background:#fff;display:none;}.ux-radio__label a{text-decoration:underline;color:inherit;}.ux-radio__label a:hover{text-decoration:none;}.ux-radio__label:hover::before{border-color:#595c68;}.ux-radio__label--alone{padding-left:20px;}.ux-radio__label--middle{display:flex;align-items:center;}.ux-radio__label--middle::before,.ux-radio__label--middle::after{top:50%;transform:translateY(-50%);}.ux-radio__label--round-block{min-height:24px;font-size:14px;border-radius:999px;color:#595c68;width:100%;display:flex;align-items:center;padding:9px 10px;padding-left:0;}.ux-radio__label--round-block::before{left:5px;top:50%;transform:translateY(-50%);}.ux-radio__label--round-block::after{left:10px;top:50%;transform:translateY(-50%);}@media(min-width:992px){.ux-radio__label--round-block{font-size:16px;}}.ux-label{font-size:12px;font-weight:700;color:#9498a3;margin-bottom:3px;}@media(min-width:992px){.ux-label--secondary{color:#595c68;font-size:14px;font-weight:400;}}.ux-select{position:relative;}.ux-select.active .ux-select__dropdown{display:block;}.ux-select__toggler{height:40px;border-radius:6px;border:1px solid #e6e7eb;padding:0 10px;font-size:14px;color:#595c68;background-color:#fff;cursor:pointer;}.ux-select__toggler>.form-row{height:38px;}.ux-select__toggler .svg-stroke{stroke:#9498a3;}.ux-select__toggler:hover{border-color:#c3c5cb;}.ux-select__toggler:hover .svg-stroke{stroke:#595c68;}.ux-select__toggler:focus,.ux-select__toggler.opened{outline:none;border-color:#2097f0;}.ux-select__selected{color:#595c68;font-weight:400;}.ux-select__selected--default{color:#9498a3;}.ux-select__dropdown{display:none;position:absolute;z-index:1;left:0;right:0;top:0;background-color:#fff;border-radius:6px;box-shadow:0 4px 10px rgba(48,52,63,.08);padding:20px;padding:0;}@media(max-width:400px){.ux-select__dropdown--wide{width:200px;left:unset;}}.ux-select__dropdown--small{width:200px;left:unset;}.ux-select__header{padding:0 10px;font-size:16px;color:#595c68;font-weight:700;border-bottom:1px solid #e6e7eb;}.ux-select__header>.form-row{height:50px;}.ux-select__list{max-height:400px;overflow-y:auto;margin:0;padding:0;}.ux-select__item{min-height:50px;margin:0;padding-left:20px;color:#9498a3;font-size:16px;cursor:pointer;list-style-type:none;}.ux-select__item>.form-row,.ux-select__item .ux-checkbox__label--middle{min-height:38px;}.ux-select__item .ux-checkbox__label--middle{cursor:pointer;}.ux-select__item .ux-checkbox__input:checked+.ux-checkbox__label{color:#595c68;}.ux-select__item:hover{background-color:#f3f4f6;}.ux-select__col--logo{width:70px;text-align:center;}.ux-select__item-logo{max-height:40px;max-width:60px;}.ux-number-input{display:grid;grid-template-areas:"number-input__input number-input__buttons";grid-template-columns:auto 25px;border:1px solid #e6e7eb;border-radius:2px;background-color:#fff;height:50px;width:73px;}.ux-number-input__input{grid-area:number-input__input;border:0;background-color:#fff;padding:5px;font-size:16px;color:#595c68;font-weight:500;text-align:center;width:100%;height:48px;}.ux-number-input__buttons{border-left:1px solid #e6e7eb;height:48px;}.ux-number-input__button{border:0;background-color:#fff;color:#595c68;font-size:18px;line-height:18px;font-weight:700;width:100%;height:50%;}.ux-number-input__button:first-of-type{border-bottom:1px solid #e6e7eb;}.ux-datepicker{position:relative;}.ux-datepicker__input{padding-right:50px;}.ux-datepicker__input:hover+.ux-datepicker__toggler{border-left-color:#c3c5cb;}.ux-datepicker__input:focus+.ux-datepicker__toggler{border-left-color:#2097f0;}.ux-datepicker__toggler{position:absolute;top:0;right:0;bottom:0;width:45px;z-index:1;border:0;background-color:transparent;border-left:1px solid #e6e7eb;}.ux-datepicker__toggler .svg-stroke{stroke:#9498a3;}.ux-datepicker__toggler:hover .svg-stroke{stroke:#595c68;}.toggler .switch{position:relative;display:inline-block;width:50px;height:30px;}.toggler input{opacity:0;width:0;height:0;}.toggler input:checked+.slider{background-color:#2346b2;}.toggler input:checked+.slider:before{-webkit-transform:translateX(18px);-ms-transform:translateX(18px);transform:translateX(18px);}.toggler input:focus+.slider{box-shadow:0 0 1px #2346b2;}.toggler .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#c3c5cb;-webkit-transition:.4s;transition:.4s;}.toggler .slider.round{border-radius:34px;}.toggler .slider.round:before{border-radius:50%;}.toggler .slider:before{position:absolute;content:"";height:24px;width:24px;left:4px;bottom:3px;background-color:#fff;-webkit-transition:.4s;transition:.4s;}.toggler span.label{padding-left:10px;}.select-child{padding-left:25px !important;}.text-10{font-size:10px;}.text-12{font-size:12px;}@media(min-width:992px){.text-lg-12{font-size:12px;}}.text-14{font-size:14px;}.text-15{font-size:15px;}@media(min-width:992px){.text-lg-15{font-size:15px;}}.text-16{font-size:16px;}@media(min-width:992px){.text-lg-16{font-size:16px;}}.text-18{font-size:18px;}.text-20{font-size:20px;}@media(min-width:992px){.text-lg-20{font-size:20px;}}.text-22{font-size:22px;}@media(min-width:992px){.text-lg-26{font-size:26px;}}.color-grey1{color:#595c68;}.color-grey2{color:#9498a3;}.color-grey3{color:#c3c5cb;}.color-green1{color:#1dcb5d;}.color-red1{color:#ff2a1b;}.color-inherit{color:inherit;}.color-inherit:hover{color:inherit;}.font-weight-500{font-weight:500;}.text-transform-initial{text-transform:initial;}.overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;}html{font-size:14px;}@media(min-width:992px){html{font-size:14px;}}body{background-color:#f3f4f6;color:#9498a3;font-family:"Roboto",sans-serif;padding-top:60px;overflow-x:hidden;}body.noscroll{overflow:hidden;}@media(min-width:992px){body{padding-top:70px;}}img{max-width:100%;}.container-fluid{max-width:1920px;margin:0 auto;}@media(min-width:992px){.container-fluid{padding-left:30px;padding-right:30px;}}@media(min-width:1200px){.container--auto{width:35% !important;margin:auto;}}@media(min-width:992px){.container--auto{width:100%;margin:auto;}}@media(min-width:768px){.container--auto{width:100%;margin:auto;}}.container--480{max-width:510px;}.container--600{max-width:630px;}.container--1300{max-width:1300px;}.container--1400{max-width:1250px;}.container--850{max-width:850px;}@media(max-width:992px){.container-eportal{max-width:850px;}}.container-home{max-width:1300px;}@media(min-width:1480px){.container-home{max-width:1600px;}}.row--product-spacing{margin-left:-10px;margin-right:-10px;}.row--product-spacing>.col,.row--product-spacing>[class*="col-"]{padding-left:10px;padding-right:10px;}@media(max-width:calc(768px - 1px)){.row--md-fullwidth>.col,.row--md-fullwidth>[class*="col-"]{padding-left:0;padding-right:0;}}@media(min-width:1480px){.d-xxl-none{display:none !important;}}@media(min-width:1480px){.d-xxl-block{display:block !important;}}@media(min-width:1550px){.col-xxl-2{flex:0 0 16.66666666667%;max-width:16.66666666667%;}}@media(min-width:1700px){.d-xxxl-none{display:none !important;}}@media(min-width:1700px){.d-xxxl-block{display:block !important;}}.h1{font-size:36px;font-weight:400;margin-bottom:20px;}@media(min-width:992px){.h1{font-size:50px;margin-bottom:30px;}}.h1--alt{font-size:28px;font-weight:400;margin-bottom:10px;}@media(min-width:992px){.h1--alt{font-size:36px;margin-bottom:20px;}}.h2{font-size:20px;font-weight:400;margin-bottom:10px;}@media(min-width:992px){.h2{font-size:26px;}}.link--underline{text-decoration:underline;}.link--underline:hover{text-decoration:none;}.link--no-underline{text-decoration:none !important;}.main-content{display:flex;align-items:stretch;flex-wrap:nowrap;min-height:calc(100vh - 60px);}@media(min-width:992px){.main-content{min-height:calc(100vh - 70px);}}main{flex-grow:1;flex-shrink:1;padding-top:23px;padding-bottom:23px;position:relative;z-index:1;min-height:calc(100vh - 60px);}@media(min-width:992px){main{min-height:calc(100vh - 70px);}}@media(min-width:992px){body.aside-opened main,body.aside-opened footer{padding-left:240px;}}@media(min-width:1480px){body.aside-opened main,body.aside-opened footer{padding-left:280px;}}.cover-link{position:absolute !important;left:0;right:0;top:0;bottom:0;z-index:1;}.separator{display:block;border:0;width:100%;height:1px;background-color:#e6e7eb;margin:0;padding:0;}.separator--grey3{background-color:#c3c5cb;}.separator--vertical{width:1px;height:100%;}.ux-breadcrumb{margin:0;padding-left:0;padding-bottom:15px;display:flex;align-items:center;flex-wrap:wrap;}.ux-breadcrumb__item{flex-grow:0;flex-shrink:0;padding:0;list-style-type:none;display:inline-flex;align-items:center;flex-wrap:nowrap;}.ux-breadcrumb__item:not(:last-of-type)::after{content:url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.916672L5.08333 5.00001L1 9.08334' stroke='%23C3C5CB' stroke-linecap='square'/%3E%3C/svg%3E%0A");display:block;padding-left:15px;padding-right:15px;}.ux-breadcrumb__link{display:block;text-decoration:none;color:#9498a3;padding:5px 0;line-height:normal;}.ux-breadcrumb__link:hover{color:#9498a3;text-decoration:underline;}.ux-breadcrumb__link--current{font-weight:normal;color:#595c68;margin:0;padding:5px 0;font-size:14px;line-height:normal;}.ux-breadcrumb__link--current:hover{color:#595c68;text-decoration:none;}.ux-tabs__togglers{border-bottom:1px solid #e6e7eb;margin-bottom:15px;margin-top:15px;text-align:center;}body a.ux-tabs__toggler{text-transform:uppercase;color:#9498a3;display:inline-block;position:relative;text-decoration:none;margin:0 auto;font-size:12px;}@media(min-width:768px){body a.ux-tabs__toggler{font-size:14px;}}body a.ux-tabs__toggler--active{color:#2346b2;font-weight:700;}body a.ux-tabs__toggler--active::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background-color:#2346b2;}.ux-tabs__content{display:none;position:relative;}.ux-tabs__close{border:0;border-top:1px solid #e6e7eb;height:40px;background-color:transparent;display:none;color:#9498a3;font-weight:700;width:100%;margin-top:15px;}.ux-tabs__close:focus{outline:none;}.ux-dropdown{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);background-color:#fff;border-radius:6px;box-shadow:0 4px 10px rgba(48,52,63,.08);padding:20px;padding:13px;width:183px;color:#9498a3;z-index:1;}.ux-dropdown.active{display:block;}.ux-dropdown--left{left:0;transform:none;}.ux-dropdown--right{left:auto;right:0;transform:none;}.ux-dropdown__header{background-color:#9498a3;padding:10px;margin-bottom:10px;color:#fff;border-top-left-radius:6px;border-top-right-radius:6px;}.ux-dropdown__header .ux-dropdown__table th{white-space:nowrap;}.ux-dropdown__table{margin:0;padding:0;}.ux-dropdown__table th{color:#fff;font-weight:500;font-size:10px;padding-right:5px;}.ux-dropdown__table td{color:#fff;font-size:12px;}.ux-dropdown__table td a{color:#fff;}.ux-dropdown__list{padding:0;margin:0;}.ux-dropdown__list-item{list-style-type:none;}.ux-dropdown__list-link{display:block;padding:10px 10px 10px 22px;text-decoration:none;color:#9498a3;font-size:14px;}@media(min-width:992px){.ux-dropdown__list-link{font-size:16px;}}.ux-dropdown__list-link .svg-stroke{stroke:#9498a3;}.ux-dropdown__list-link:hover{color:#595c68;background-color:#f3f4f6;text-decoration:none;}.ux-dropdown__list-link:hover .svg-stroke{stroke:#595c68;}.ux-dropdown__list-icon{width:30px;text-align:center;}.slider-pro__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;}.slider-pro__arrow .svg-stroke{stroke:#595c68;}.slider-pro__arrow:hover .svg-stroke{stroke:#2346b2;}.slider-pro__arrow--left{left:0;}.slider-pro__arrow--right{right:0;}.ux-modal{position:fixed;z-index:5;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;}.ux-modal--compact .ux-modal__container{padding-left:15px;padding-right:15px;}@media(min-width:992px){.ux-modal--compact .ux-modal__container{padding-left:30px;padding-right:30px;}}.ux-modal--attachment .ux-modal__container{max-width:1290px;width:100vw;}@media(min-width:992px){.ux-modal--attachment .ux-modal__container{padding-left:30px;padding-right:30px;}}.ux-modal__container{background-color:#fff;border-radius:6px;box-shadow:0 4px 10px rgba(48,52,63,.08);padding:20px;padding:20px 30px;color:#9498a3;width:700px;max-width:100vw;max-height:100vh;overflow-y:auto;position:relative;}@media(min-width:992px){.ux-modal__container{padding:30px 70px;}}.ux-modal__close{position:absolute;right:20px;top:20px;}@media(min-width:992px){.ux-modal__close{right:35px;top:35px;}}.ux-modal__h2{color:#595c68;font-weight:300;font-size:22px;margin-bottom:20px;}@media(min-width:992px){.ux-modal__h2{font-size:26px;}}.ux-modal__text{font-size:14px;}@media(min-width:992px){.ux-modal__text{font-size:16px;}}#return-to-top{position:fixed;right:30px;bottom:30px;width:50px;height:50px;line-height:50px;text-align:center;border-radius:6px;background-color:rgba(0,0,0,.1);transition:.3s ease all;color:#fff;display:block;z-index:1;}#return-to-top:hover{background-color:rgba(0,0,0,.3);}.process{margin:0;padding:0;position:relative;display:flex;justify-content:space-between;}.process::before{content:"";position:absolute;height:1px;left:26px;right:26px;top:26px;background-color:#c3c5cb;}@media(min-width:992px){.process::before{left:31px;right:31px;top:31px;}}.process__step{list-style-type:none;width:100px;position:relative;text-align:center;}.process__step.active .process__number{border-color:#595c68;background-color:#595c68;}.process__step.active .process__title{color:#595c68;}.process__step.inactive .process__number{border-color:#c3c5cb;background-color:#f3f4f6;color:#c3c5cb;}.process__step.inactive .process__title{color:#c3c5cb;}.process__step.active .cover-link,.process__step.inactive .cover-link{display:none;}.process__number{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#9498a3;border:1px solid #9498a3;box-shadow:0 0 2px 4px #f3f4f6;font-weight:300;font-size:26px;line-height:normal;margin:0 auto;}@media(min-width:992px){.process__number{width:62px;height:62px;font-size:30px;}}.process__title{font-weight:500;text-align:center;color:#9498a3;line-height:normal;padding-top:10px;font-size:14px;}@media(min-width:992px){.process__title{font-size:16px;}}.ux-tooltip{background-color:#fff;border-radius:6px;box-shadow:0 4px 10px rgba(48,52,63,.08);padding:20px;position:absolute;top:-10px;left:-5px;transform:translate(0,-100%);box-shadow:0 5px 20px rgba(48,52,63,.3);display:block;width:350px;padding:12px;font-size:12px;color:#9498a3;font-weight:400;opacity:0;visibility:hidden;transition:.2s ease all;cursor:initial;}.ux-tooltip::after{content:"";position:absolute;bottom:-6px;left:10px;width:0;height:0;border-style:solid;border-width:6px 7.5px 0 7.5px;border-color:#fff transparent transparent transparent;}.ux-tooltip.active{opacity:1;visibility:visible;}.ux-table{border:0;}.ux-table td,.ux-table th{padding:1px;vertical-align:top;}.ux-table th{font-weight:400;color:#595c68;padding-right:10px;}.ux-table td{color:#9498a3;}.ux-table--full-grey td{color:#595c68;}.ux-data-table{border:0;font-size:12px;font-weight:400;}.ux-data-table td,.ux-data-table th{padding:8px 10px;}.ux-data-table thead td,.ux-data-table thead th{background-color:#595c68;color:#fff;padding:6px 10px;font-weight:normal;}.ux-data-table tbody{color:#595c68;}.ux-data-table tbody tr:nth-child(even) td{background-color:#f3f4f6;}.ux-data-table tbody tr:hover td{background-color:#f3f4f6;}.ux-data-table tbody tr.selected td{background-color:#2097f0;color:#fff;}.ux-data-table tbody tr.selected td .svg-stroke{stroke:white;}.ux-data-table tbody tr.selected td .svg-fill{fill:white;}.ux-data-table--responsive{max-height:300px;overflow:hidden;}.ux-data-table__tbody--nowrap td,.ux-data-table__tbody--nowrap th{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.ux-table-wrapper{border:1px solid #e6e7eb;border-radius:6px;overflow:hidden;}.ux-table__button{padding:0;}.ux-table__button .svg-stroke{stroke:#9498a3;}.ux-table__button .svg-fill{fill:#9498a3;}.ux-table__button:hover .svg-stroke{stroke:#595c68;}.ux-table__button:hover .svg-fill{fill:#595c68;}.td--highlighted{background-color:#7bc1f5;}.status-circle{width:20px;height:20px;border-radius:50%;border:2px solid #fff;display:inline-block;vertical-align:middle;}.status-circle--green{background-color:#1dcb5d;}.status-circle--blue{background-color:#7bc1f5;}.status-circle--yellow{background-color:#ffc700;}.status-circle--red{background-color:#fa7079;}.loader{position:relative;margin:0 auto;width:70px;}.loader:before{content:"";display:block;padding-top:100%;}.loader__circular{animation:loaderRotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;}.loader__path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:loaderDash 1.5s ease-in-out infinite,loaderColor 6s ease-in-out infinite;stroke-linecap:round;}@keyframes loaderRotate{100%{transform:rotate(360deg);}}@keyframes loaderDash{0%{stroke-dasharray:1,200;stroke-dashoffset:0;}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px;}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px;}}@keyframes loaderColor{100%,0%{stroke:#d62d20;}40%{stroke:#0057e7;}66%{stroke:#008744;}80%,90%{stroke:#ffa700;}}.sidebar-nav{background-color:#fff;border-radius:6px;box-shadow:0 4px 10px rgba(48,52,63,.08);padding:20px;padding:0;min-height:520px;overflow:hidden;}.sidebar-nav--sticky{position:static;position:sticky;top:70px;}.sidebar-nav__list{padding:0;margin:0;}.sidebar-nav__item{display:block;list-style-type:none;padding:0;margin:0;border-bottom:1px solid #e6e7eb;position:relative;}.sidebar-nav__item--current::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background-color:#ff2a1b;}.sidebar-nav__item--current .sidebar-nav__link{font-weight:700;color:#595c68;}.sidebar-nav__link{padding:15px 18px;text-decoration:none;font-size:16px;color:#9498a3;display:block;}.sidebar-nav__link:hover{color:#595c68;text-decoration:none;}.ux-block{background-color:#fff;border-radius:6px;box-shadow:0 4px 10px rgba(48,52,63,.08);padding:20px;}.grey-block{padding:12px;border-radius:6px;background-color:#f3f4f6;}.arrow--left{border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:6px;transform:rotate(135deg);-webkit-transform:rotate(135deg);}.content-tab{margin-bottom:1.5rem;}.content-tab.active .content-tab__header{margin-bottom:25px;}.content-tab.active .content-tab__header::before{transform:translateY(12px) rotate(-45deg);}.content-tab.active .content-tab__header::after{transform:translateY(12px) rotate(45deg);}.content-tab.active .content-tab__content{display:block;}@media(min-width:992px){.content-tab--lg .content-tab__header{cursor:initial;padding-right:0;margin-bottom:25px;}.content-tab--lg .content-tab__header::after,.content-tab--lg .content-tab__header::before{display:none;}}@media(min-width:992px){.content-tab--lg .content-tab__content{display:block !important;}}@media(max-width:calc(992px - 1px)){.content-tab--lg{display:block !important;}}@media(min-width:992px){.content-tab--lg{margin-bottom:0;}}@media(min-width:768px){.content-tab--md .content-tab__header{cursor:initial;padding-right:0;margin-bottom:25px;}.content-tab--md .content-tab__header::after,.content-tab--md .content-tab__header::before{display:none;}}@media(min-width:768px){.content-tab--md .content-tab__content{display:block !important;}}@media(max-width:calc(768px - 1px)){.content-tab--md{display:block !important;}}@media(min-width:768px){.content-tab--md{margin-bottom:0;}}.content-tab__header{padding-right:20px;position:relative;display:block;cursor:pointer;margin-bottom:0;}.content-tab__header::before{content:'';width:12px;height:2px;background-color:#9498a3;border-radius:999px;position:absolute;right:4px;top:calc(50% - 8px);transform-origin:center left;transform:translateY(3px) rotate(45deg);transition:.2s ease all;}.content-tab__header::after{content:'';width:12px;height:2px;background-color:#9498a3;border-radius:999px;position:absolute;right:0;top:calc(50% - 8px);transform-origin:center right;transform:translateY(3px) rotate(-45deg);transition:.2s ease all;}.content-tab__content{display:none;}.ux-table__arrow-right{width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:9px solid #9498a3;margin-top:4px;}.ux-table__arrow-down{width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid #fff;margin-top:4px;}.zoom:hover{stroke:#595c68;}.backtobrands{display:block;width:100%;padding:50px;background-color:#ebecef;color:#30343f;font-size:20px;font-weight:400;text-decoration:none;line-height:23px;}.backtobrands:hover{text-decoration:none;color:#30343f;}.backtobrands__img{margin:-3px 10px 0 0;}.backtobrands__img--right{margin:-1px 0 0 10px;width:8px;}.heroheading{background-blend-mode:multiply,normal;background-size:cover;background-position:center;padding:20px 0;background-color:#2346b2;display:flex;align-items:center;}.heroheading--firm{background-image:url("../../../assets/images/cegunkrol.jpg");padding:30px 0;}.heroheading--faq{background-image:url("../../../assets/images/gyik.jpg");}.heroheading--downloads{background-image:url("../../../assets/images/downloads.jpg");}.heroheading--karrier{background-image:url("../../../assets/images/karrier.jpg");}.heroheading--terulet{background-image:url("../../../assets/images/teruletleiras.png");}.heroheading--stores{background-image:url("../../../assets/images/uzletunk.png");background-blend-mode:normal,normal;}.heroheading--services{background-image:url("../../../assets/images/szolgaltatasok.jpg");}@media screen and (min-width:992px){.heroheading{height:380px;}.heroheading--faq{padding:160px 0;}}.heroheading__h1{font-size:30px;font-style:normal;font-weight:700;line-height:35px;color:#fff;}.heroheading__h1--firm{font-size:30px;line-height:35px;color:#fff;}@media screen and (min-width:992px){.heroheading__h1{font-size:72px;line-height:84px;}}.heroheading__p{font-size:16px;font-style:normal;font-weight:700;line-height:19px;color:#fff;margin:35px 0 45px 0;}@media screen and (min-width:992px){.heroheading__p{font-size:30px;line-height:35px;margin:25px 0 35px 0;}}.heroheading__btn{display:inline-block;font-size:16px;font-style:normal;font-weight:400;line-height:19px;border:1px solid #fff;box-sizing:border-box;border-radius:6px;padding:10px;color:#fff;text-decoration:none;}.heroheading__btn:hover{text-decoration:none;color:#fff;}.heroheading__btn--karrier{margin-top:25px;width:100%;}@media screen and (min-width:992px){.heroheading__btn{padding:10px 25px;}}.heroheading__row{margin:0 auto;}.heroheading__input{width:100%;margin:0 3px;max-width:300px;display:inline-block;}.heroheading__input:last-of-type{margin-bottom:30px;}@media screen and (min-width:992px){.heroheading__input:last-of-type{max-width:200px;margin:0;}}.heroheading__label{color:#fff;font-size:12px;font-style:normal;font-weight:700;line-height:14px;}.heroheading__select{padding:10px;height:auto;}.licence-plate{position:relative;height:23px;line-height:21px;width:100%;border-radius:6px;border:1px solid #e6e7eb;overflow:hidden;padding-left:9px;font-size:10px;color:#595c68;text-transform:uppercase;text-align:center;}.licence-plate::before{content:'';width:9px;position:absolute;left:0;top:0;bottom:0;background-color:#e6e7eb;}@media(min-width:768px){.licence-plate::before{width:24px;}}@media(min-width:768px){.licence-plate{padding-left:24px;height:40px;line-height:38px;font-size:20px;}}.def__container{max-width:1100px;margin:0 auto;padding:0 20px;}.def__textcontainer{color:#000;font-size:16px;line-height:24px;}.def__title{color:#595c68;font-weight:700;margin:25px 0 15px 0;}.def__h2{font-size:20px;line-height:24px;}.def__h2--first{margin-top:0;}.def__h3{font-size:18px;line-height:21px;}.def__h4{font-size:17px;line-height:20px;}.def__h5{font-size:16px;line-height:19px;}.def__h6{font-size:15px;line-height:18px;}.def__lead{font-size:17px;font-weight:700;}.def__link{color:#2346b2;}.def__list{padding-left:20px;list-style:none;font-size:16px;line-height:20px;}.def__list li:before{content:"•";color:#ff2a1b;padding-right:15px;margin-left:-20px;}.def__list--black li:before{color:#595c68;}.def__list--grey2 li::before{color:#9498a3;}.def__list--inherit-font{font-size:inherit;}.def__list--ord{padding-left:20px;}.def__list--ord li{counter-increment:step-counter;}.def__list--ord li:before{content:counter(step-counter) ".";padding:0 8px 0 0;margin-left:-20px;color:#ff2a1b;}.def__blocquote{padding-left:20px;border-left:5px solid #2346b2;font-size:18px;line-height:27px;}.img-left{margin:10px auto;}@media(min-width:768px){.img-left{float:left;margin:20px 20px 20px 0;max-width:40%;}}.img-center{margin:10px auto;display:block;}@media(min-width:768px){.img-center{max-width:70%;margin:20px auto;}}@media(min-width:992px){.img-center{max-width:60%;}}.img-right{margin:10px auto;}@media(min-width:768px){.img-right{float:right;margin:10px 0 10px 10px;max-width:40%;}}.video__container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;background:url("../../../assets/images/videobg.png"),no-repeat,center;background-size:cover;}.video__container--media{background:url("../../../assets/images/video-bg.png"),no-repeat,center;background-size:cover;}.video__container--karrier-1{background:url("../../../assets/images/karrier-video-1.png"),no-repeat,center;background-size:cover;}.video__container--karrier-2{background:url("../../../assets/images/karrier-video-2.png"),no-repeat,center;background-size:cover;}.video__container embed,.video__container iframe,.video__container object{position:absolute;top:0;left:0;width:100%;height:100%;}.video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);cursor:pointer;z-index:1;}.video__play--media{width:35px;height:35px;}.video__play--media-bigger{width:50px;height:50px;}@media(min-width:992px){.video__play--media-bigger{width:60px;height:60px;}}.video__h2{font-size:18px;font-style:normal;font-weight:700;line-height:21px;color:#595c68;margin:35px 0;}.video__h2--media{margin:15px 0;}@media screen and (min-width:992px){.video__h2--media{font-size:20px;line-height:23px;margin:35px 0 70px;}}@media screen and (min-width:992px){.video__h2{font-size:30px;line-height:35px;}}.firm__subtitle{font-size:20px;font-style:normal;font-weight:700;line-height:23px;color:#595c68;margin:25px 0;}@media screen and (min-width:992px){.firm__subtitle{font-size:30px;line-height:35px;margin:50px 0;}}mark,.mark,.highlighted{background-color:#fcfc00;color:#ff0400;padding:0;font-weight:700;}.sidenav{position:fixed;top:50%;transform:translateY(-50%);right:30px;list-style-type:none;margin:0;padding:0;z-index:1;}.sidenav__li{background-color:#f3f4f6;position:relative;display:block;width:70px;height:70px;line-height:70px;cursor:pointer;margin-bottom:-1px;}.sidenav__li:before{position:absolute;content:'';top:50%;left:50%;width:15px;height:15px;border-radius:50%;background-color:#cecece;transform:translate(-50%,-50%) scale(1);transition:all cubic-bezier(.38,.04,.35,.96) 400ms;}.sidenav__li:hover:before{transform:translate(-50%,-50%) scale(1.5);background-color:#2346b2;transition:all cubic-bezier(.38,.04,.35,.96) 400ms;}.sidenav__li:hover .sidebar__text{opacity:1;transition:all cubic-bezier(.38,.04,.35,.96) 400ms;}.sidenav__li:first-of-type{border-top-left-radius:50%;border-top-right-radius:50%;}.sidenav__li:last-of-type{border-bottom-left-radius:50%;border-bottom-right-radius:50%;}.sidenav__li--active:before{transform:translate(-50%,-50%) scale(1.5);background-color:#2346b2;transition:all cubic-bezier(.38,.04,.35,.96) 400ms;}.sidebar__text{opacity:0;color:#2346b2;position:absolute;right:75%;width:max-content;margin:23px 0 0 0;font-size:18px;font-style:normal;font-weight:400;line-height:21px;transition:all cubic-bezier(.38,.04,.35,.96) 400ms;}.sidebar__text span{background-color:#2346b2;height:1px;margin:5px;width:25px;display:inline-block;}.pagetitles{padding:30px 0;}@media(min-width:992px){.pagetitles{padding:60px 0;}}.pagetitles__h1{font-size:28px;font-weight:700;line-height:33px;margin-bottom:15px;color:#30343f;}@media(min-width:992px){.pagetitles__h1--karrier{margin-top:45px;}}@media(min-width:992px){.pagetitles__h1{font-size:50px;line-height:60px;}}@media(min-width:1480px){.pagetitles__h1{font-size:86px;line-height:101px;margin-bottom:30px;}}.pagetitles__p{font-size:18px;font-weight:700;line-height:21px;margin-bottom:15px;color:#595c68;}@media(min-width:992px){.pagetitles__p{font-size:24px;line-height:30px;}}@media(min-width:1480px){.pagetitles__p{font-size:36px;line-height:42px;margin-bottom:30px;}}.pagetitles__label{font-size:14px;font-weight:400;line-height:16px;}@media(min-width:1480px){.pagetitles__label{font-size:18px;line-height:21px;}}.pagetitles__icon{max-width:50px;}@media(min-width:992px){.pagetitles__icon{max-width:75px;}}body .cc_container{background-color:#30343f;color:#fff;}body .cc_container a{color:#7bc1f5;}.ux-select--scroll{overflow-y:scroll;overflow-x:hidden;scrollbar-face-color:#555;scrollbar-track-color:transparent;scrollbar-color:#888 transparent;scrollbar-width:thin;}.ux-select--scroll::-webkit-scrollbar{width:7px;}.ux-select--scroll::-webkit-scrollbar-track{background-color:rgba(0,0,0,.1);border-radius:999px;}.ux-select--scroll::-webkit-scrollbar-thumb{background:#888;border-radius:100px;}.ux-select--scroll::-webkit-scrollbar-thumb:hover{background:#555;}.ux-select--scroll::-webkit-scrollbar-corner{background:transparent;}.pageimg{overflow:hidden;position:sticky;top:70px;z-index:-1;}.pageimg__bg{background-image:url("../../../assets/images/cegunkrol-b.jpg");background-position:center;background-repeat:no-repeat;background-size:cover;height:calc(70vh - 70px);width:100vw;transform:scale(1.16);-webkit-transform:scale(1.16);-moz-transform:scale(1.16);-ms-transform:scale(1.16);-o-transform:scale(1.16);}.aszf{padding:30px 0;}@media(min-width:992px){.aszf{padding:120px 0;}}.aszf__h1{color:#30343f;font-size:28px;font-weight:700;line-height:33px;margin-bottom:30px;}@media(min-width:992px){.aszf__h1{font-size:86px;line-height:101px;margin-bottom:60px;}}@media(min-width:992px){.aszf__content{margin-left:120px;padding:0 0 30px 120px;border-left:1px solid #c3c5cb;}}.aszf__download{display:block;margin-bottom:15px;color:#9498a3;text-decoration:none;}.aszf__download img{margin-right:15px;display:inline-block;vertical-align:middle;}.aszf__download span{display:inline-block;vertical-align:middle;max-width:170px;}@media(min-width:992px){.aszf__download span{max-width:235px;}}.aszf__download:hover{text-decoration:none;color:#595c68;}@media(min-width:992px){.aszf__download{margin-bottom:30px;}}.aszf__p{color:#595c68;font-size:12px;line-height:18px;margin-bottom:15px;}@media(min-width:992px){.aszf__p{font-size:16px;line-height:24px;margin-bottom:30px;}}.blockquote{position:relative;padding-left:20px;}@media(min-width:992px){.blockquote{padding-left:50px;}}.blockquote::before{content:'';width:1px;position:absolute;top:0;bottom:0;left:10px;background-color:#c3c5cb;}@media(min-width:992px){.blockquote::before{left:35px;}}.content-tabs{display:flex;align-items:center;flex-wrap:nowrap;padding:5px 2.5px;margin:0;border-radius:6px;background-color:#e6e7eb;}.content-tabs__item{padding:0 2.5px;margin:0;list-style-type:none;flex-grow:1;flex-shrink:1;}.content-tabs__item.active .content-tabs__link{font-weight:700;background-color:#fff;color:#595c68;}.content-tabs__link{display:flex;align-items:center;justify-content:center;font-size:14px;color:#9498a3;font-weight:400;text-align:center;height:40px;background-color:transparent;border-radius:6px;text-decoration:none;}.content-tabs__link:hover{text-decoration:none;color:#595c68;background-color:#f3f4f6;}.content-nav__list{padding:0;margin:0;}.content-nav__item{padding:0;list-style-type:none;}.content-nav__link{display:block;text-decoration:none;font-size:16px;color:#9498a3;font-weight:400;padding:20px 0;}.content-nav__link:hover,.content-nav__link.active{color:#2346b2;font-weight:700;text-decoration:none;}@media(min-width:992px){.content-nav__link{font-size:24px;}}.content-tabs__content{display:none;}.content-tabs__content.active{display:block;}.toggle-list{margin:0;padding:0;}.toggle-list__item{padding:10px 0;border-bottom:1px solid #c3c5cb;color:#9498a3;list-style-type:none;}@media(min-width:992px){.toggle-list__item{padding:16px 0;}}.toggle-list__item.toggled .toggle-list__toggler svg{transform:rotate(180deg);}.toggle-list__item.toggled .toggle-list__content{display:block;}.toggle-list__title{font-size:14px;}@media(min-width:992px){.toggle-list__title{font-size:18px;}}.toggle-list__toggler svg{width:24px;height:24px;}.toggle-list__content{display:none;padding-top:10px;}@media(min-width:992px){.toggle-list__content{padding-top:16px;}}.toggle-list__content .def__list li:before{color:#9498a3;}.toggle-list__h3{font-weight:400;font-size:18px;color:#595c68;}@media(min-width:992px){.toggle-list__h3{font-size:26px;}}.upload-box{border-radius:6px;border:1px dashed #c3c5cb;overflow:hidden;margin-bottom:15px;}.upload-box__area{padding:20px;}.upload-box__uploaded-items{padding:20px;background-color:#fff;text-align:center;}.upload-box__uploaded-img{max-height:98px;max-width:100%;}.upload-box__uploaded-filename{font-size:12px;color:#595c68;word-break:break-all;}.mobile-table__item{color:#595c68;}.mobile-table__item:not(:last-child){border-bottom:1px solid #e6e7eb;}.mobile-table__item-header{padding:6px 12px;}.mobile-table__item-content{padding:12px;background-color:#f3f4f6;display:none;}.mobile-table__item-content.opened{display:block;}.mobile-table__item-content--indent{padding-left:42px;}.ux-accordion{position:relative;}.ux-accordion.toggled .ux-accordion__content{display:block;}.ux-accordion.toggled .ux-accordion__arrow::before{transform:translateY(12px) rotate(-45deg);}.ux-accordion.toggled .ux-accordion__arrow::after{transform:translateY(12px) rotate(45deg);}.ux-accordion__header{color:#9498a3;font-weight:700;font-size:14px;padding:8px 0;cursor:pointer;}@media(min-width:992px){.ux-accordion__header{font-size:20px;padding:20px 0;border-bottom:1px solid #c3c5cb;}}.ux-accordion__arrow{width:24px;height:24px;display:block;position:relative;}.ux-accordion__arrow::before{content:'';width:12px;height:2px;background-color:#9498a3;border-radius:999px;position:absolute;right:4px;top:calc(50% - 8px);transform-origin:center left;transform:translateY(3px) rotate(45deg);transition:.2s ease all;}.ux-accordion__arrow::after{content:'';width:12px;height:2px;background-color:#9498a3;border-radius:999px;position:absolute;right:0;top:calc(50% - 8px);transform-origin:center right;transform:translateY(3px) rotate(-45deg);transition:.2s ease all;}.ux-accordion__content{display:none;}@media(min-width:992px){.ux-accordion__content{padding:20px 0;}}.profile{position:absolute;right:10px;}.profile ul{background-color:#fff;border-radius:7px;padding:4px;}